.top_header {
	height: 32px;
	background: #333;
}

.top_header p {
	color: #FFF;
	line-height: 32px;
	font-size: 14px;
}

.top_header_right {
}

.language {
	margin-right: 5px;
	display: inline;
}

.language ul li {
	margin-right: 25px;
	display: inline;
	font-size: 14px;
}

.language ul li img {
	margin-right: 3px;
	margin-top: 8px;
	display: inline;
}

.language ul li p {
}

.language ul li a:link {
	color: #FFF;
}

.language ul li a:visited {
	color: #FFF;
}

.search {
}

.search .searchId {
	width: 165px;
	height: 22px;
	background: url(../images/search.jpg) no-repeat scroll left center transparent;
	outline: none;
	border: none;
	padding-left: 25px;
	color: #999;
	margin-top: 3px;
	line-height: 22px;
	border-top: 1px solid #1b4096;
	border-bottom: 1px solid #1b4096;
	border-left: 1px solid #1b4096;
}

.search .btn {
	background: #1b4096;
	width: 65px;
	height: 24px;
	border: none;
	outline: none;
	cursor: pointer;
	color: #FFF;
	float: right;
	margin-top: 4px;
}

.hd-nav>ul>li {
	font-size: .16rem;
	position: relative;
}

.hd-nav>ul>li>a {
	padding: 0 .22rem;
	position: relative;
	display: block;
	line-height: .26rem;
	transition: 0.3s;

	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.18rem;
	color: rgba(255, 255, 255, 1);
	text-align: center;
}
.header_ative .hd-nav>ul>li>a{
    color: #000000;
}
.nav:hover .hd-nav>ul>li>a{
    color: #000000;
}
.hd-nav>ul>li:hover>a:after {
	content: '';
	display: block;
	height: 0.02rem;
	width: 100%;
	position: absolute;
	left: 0.005rem;
	bottom: -.37rem;
	background: #D64E27
}

.hd-nav>ul>li.topser:hover>a:after {
	display: none
}

.hd-nav .subnav {
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transform: translateY(.37rem) translateX(-50%);
	transition: .3s;
	position: absolute;
	top: 100%;
	left: 50%;
	background: #FFFFFF;
	padding-top: .115rem;
	padding-bottom: 0.2rem;
	border-radius: 0rem 0rem 0.05rem 0.05rem;
}

.hd-nav .subnav li a {
	display: block;
	width: 100%;
	text-align: center;
	line-height: 0.2rem;
	color: #999999;
	font-size: 0.15rem;
	padding: 0.085rem 0.22rem;
	white-space: nowrap;
	background-color: #fff;
}
.hd-nav .subnav li a:hover {
	color: #D64E27;
}

.hd-nav>ul>li:hover .subnav {
	opacity: 1;
	visibility: inherit;
}

.hd-nav>ul>li:hover>a{
	font-size: 0.18rem;
	color: #D64E27;
	font-weight: bold;
}

.hd-nav>ul>li .subnav .navCon ul li {
	width: 45%;
	height: inherit;
	padding: .08rem 0;
}

.hd-nav>ul>li:nth-child(3) .subnav .navCon ul li {
	width: 100%;
}

.hd-nav>ul>li:nth-child(6) .subnav .navCon ul li {
	width: 100%;
}

.hd-nav>ul>li:nth-child(7) .subnav .navCon ul li {
	width: 28%;
}

.hd-nav>ul>li>.subnav .navCon {
	background: rgba(255, 255, 255, .9);
	padding: .35rem .5rem
}

.hd-nav>ul>li>.subnav .navCon .pic {
	width: 5.08rem
}

.hd-nav>ul>li>.subnav .navCon .navs {
	width: calc(100% - 5.88rem);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.hd-nav>ul>li>.subnav .navCon ul {
	display: flex;
	;
	flex-wrap: wrap;
	justify-content: space-between;
}

.hd-nav>ul>li>.subnav .navCon ul li a {
	display: flex;
	justify-content: space-between;
	font-size: .15rem;
	line-height: .26rem
}

.hd-nav>ul>li>.subnav .navCon ul li a:after {
	content: "\e676";
	font-family: "swiper-icons" !important;
	font-size: .12rem;
}

.hd-nav .topser a {
	display: block;
	font-size: .2rem;
	color: #fff;
	line-height: .26rem
}
.hd-nav .other{
	display: flex;
	justify-content: space-between;
	width: 0.93rem;
	height: 0.2rem;
	position: relative;
	margin-left: 0.22rem;
}
.hd-nav .other::before{
	content: '';
	width: 0.02rem;
	height: 0.2rem;
	display: block;
	position: absolute;
	border-left: 0.01rem solid rgba(255, 255, 255, 1);
	left: 50%;
	top: 0;
	
}
.header_ative .hd-nav .other::before{
    border-left: 0.01rem solid #575757;
}
.nav:hover .hd-nav .other::before{
    border-left: 0.01rem solid #575757;
}
.hd-nav .other img{
	width: 0.2rem;
	height: 0.2rem;
}
.hd-nav{
	display: flex;
	align-items: center;
}
.logo{
	width: 3.27rem;
	height: 0.5rem;
}

.b_logo {
	display: none;
}
.header {
	position: fixed;
	width: 100%;
	z-index: 99;
}

.header_bg .w_logo {
	display: none;
}
.header_bg .b_logo {
	display: block;
}
.header_bg .hd-nav>ul>li>a {
	color: #333;
}
.menu_main {
	position: relative;
	height: 1rem;
}
.menu_main > div {
	height: 100%;
}
.menu_main::after {
	background: #fff;
	content: '';
	display: block;
	width: 100%;
	height: 0;
	transition: 0.3s;
	position: absolute;
	z-index: -1;
	top: 0;
}
.header_bg .menu_main::after {
	height: 0.8rem;
}



.header2_part1{
	width: 100%;
	height: 0.15rem;
	background: #333333;
}
.header2_part2{
	width: 95%;
	max-width: 14.4rem;
	height: 0.85rem;
	margin: 0 auto;
	display: flex;
	justify-content:space-between;
	align-items: center;
}
.header2_part2 .part2logo{
	width: 3.83rem;
	height: 0.45rem;
}
.header2_part2 .part2logo a img{
	width: 100%;
	height: 100%;
}
.header2_part2 .part2search{
	width: 3rem;
	height: 0.36rem;
	border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
	display: flex;
	align-items: center;
}
.header2_part2 .part2search input{
	width: 2.5rem;
	height: 0.36rem;
	padding-left: 0.12rem;
	padding-right: 0.12rem;
	border: 0.01rem solid #D8D8D8;
}
.header2_part2 .part2search input::placeholder{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.14rem;
	color: #8A8A8A;
	line-height: 0.19rem;
}
.header2_part2 .part2search .searchbtn{
	width: 0.5rem;
	height: 0.36rem;
	background: #1D4098;
	border-radius: 0rem 0.05rem 0.05rem 0rem;
	border: 0.01rem solid #1D4098;
}

.header2_part2 .part2search .searchbtn img{
	width: 0.18rem;
	height: 0.18rem;
	margin: 0.08rem auto;
}
.header2_part3{
	width: 95%;
	max-width: 14.4rem;
	height: 0.6rem;
	background: #1D4098;
	margin: 0 auto;
}
.navlist{
	display: flex;
	justify-content: center;
}
.nav_a a{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.16rem;
	color: #FFFFFF;
	line-height: 0.6rem;
	position: relative;
	z-index: 2;
}
.nav_a{
	position: relative;
	padding: 0 0.59rem;
}
.nav_a a::after{
	content: '';
	width: 100%;
	height: 0.59rem;
	background: #D0111A;
	display: block;
	position: absolute;
	top: -0.18rem;
	left: -0.4rem;
	padding: 0 0.4rem;
	z-index: -1;
	opacity: 0;
}
.nav_a a:hover:after,
.nav_a a.active:after{
	opacity: 1;
}
.ss{
	padding-top: 0.6rem;
}
.ss .res{
	margin-top: 0;
}
.header{
    transition: 0.3s;
}
.header_ative .nav{
    box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0,0,0,0.04);
    background: #FFFFFF;
    border-radius: 0;
    max-width: 100%;
}

.nav:hover {
    box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0,0,0,0.04);
    background: #FFFFFF;
    border-radius: 0;
    max-width: 100%;
}

@media only screen and (max-width: 1024px) {
    .header{
        top: 0;
        display: none;
    }
}