.nav{
	width: 17.2rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.hd-nav>ul>li {
	font-size: .16rem;
	position: relative;
}

.hd-nav>ul>li>a {
	padding: 0 .18rem;
	position: relative;
	display: block;
	line-height: .8rem;
	transition: 0.3s;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	font-size: 0.16rem;
	color: #333333;
	text-align: center;
}

.hd-nav>ul>li>a:after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0px;
	border: 8px solid;
	border-color: transparent transparent #354483 transparent;
	transition: all .5s ease;
	opacity: 0;
}
.hd-nav>ul>li:hover>a:after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0px;
	border: 8px solid;
	border-color: transparent transparent #354483 transparent;
	transition: all .5s ease;
	opacity: 1;
}


.hd-nav .subnav {
	display: block;
    padding-top: 0.15rem;
    margin-top: 0;
    padding-bottom: 0.15rem;
	opacity: 0;
	visibility: hidden;
	transform: translateX(-50%);
	transition: .3s;
	position: absolute;
	top: 100%;
	left: 50%;
	background: #FFFFFF;
	border-radius: 0rem 0rem 0.05rem 0.05rem;
	background: #354483;
}

.hd-nav .subnav li a {
	display: block;
	text-align: center;
	white-space: nowrap;
	font-size: 0.15rem;
    padding: 0 0.2rem;
    line-height: 0.35rem;
    display: block;
    text-align: center;
    color: rgba(255, 255, 255, .8);
    opacity: 1;
    transition: all ease .3s;
}
.hd-nav .subnav li a:hover {
	color: #fff;
}

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

.hd-nav>ul>li:hover>a{
	font-size: 0.16rem;
	color: #1E458D;
}

.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;
	width: 2.85rem;
	height: 0.3rem;
	position: relative;
	margin-left: 0.22rem;
	font-family: Arial, Arial;
	font-weight: bold;
	font-size: 0.2rem;
	color: #1E458D;
	line-height: 0.3rem;
}
.hd-nav .other img{
	width: 0.3rem;
	height: 0.3rem;
	margin-right: 0.05rem;
}
.hd-nav{
	display: flex;
	align-items: center;
}
.logo{
	width: auto;
	height: 100%;
}

.b_logo {
	display: none;
}
.header {
	position: fixed;
	width: 100%;
	z-index: 99;
	background: #FFFFFF;
	box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0,0,0,0.16);
}
.menu_main {
	position: relative;
	height: 0.8rem;
}
.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;
}


.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;
}


/*手机端*/


    .common-phone-header,
.side-wrap{
    display: none;
}
@media only screen and (max-width: 1024px) {
    .header-wrap {
        display: none;
    }
    .common-phone-header {
        display: block !important;
    }
    .side-wrap {
        display: block !important;
    }
    .common-phone-header {
        position: fixed;
        z-index: 10000;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
    }
    .common-phone-header-inner {
        display: flex;
        height: 50px;
        /*border-bottom: 1px solid #eee;*/
        padding: 0 15px;
        justify-content: space-between;
        align-items: center;
    }
    .header-menu-phone{
        height: 30px;
        width: auto;
    }
    .header-logo-phone {
        height: 30px;
        width: auto;
    }
    .header-search-phone {
        height: 30px;
        width: auto;
    }
    .header-search-box-phone {
        display: none;
    }
    .header-search-input-phone {
        border-radius: 20px;
        height: 35px;
        border-width: 1px;
        border: 1px solid #333;
        padding: 0 10px;
        font-size: 14px;
    }
    .side-modal {
        display: none;
        position: fixed;
        z-index: 99999;
        left: 0;
        top: 0;
        height: 100vh;
        width: 100vw;
        background:rgba(0, 0, 0, .5);
    }
    .side-container {
        display: none;
        position: fixed;
        z-index: 100000;
        left: 0;
        top: 0;
        height: 100vh;
        width: 6.4rem;
        background-color: #fff;
        color: #000;
        border-left: 1px solid #eee;
        animation: ani_side 1s;
    }
    .side-container.shown {
        display: block;
    }
    @keyframes ani_side{
        from {
            display: none;
            width: 3rem;
        }
        to {
            display: block;
            width: 6.4rem;
        }
    }
    .side-wrap {
        width: 100%;
    }
    .side-top {
        display: flex;
        height: 60px;
        padding: 0 20px 0 30px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #eee;
    }
    .side-logo {
        height: 30px;
        width: auto;
    }
    .side-close {
        width:.48rem;
    }
    .side-bottom {
        padding:  0 .48rem 0 .72rem;
    }
    .nav-item-inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: .27rem 0 .27rem 0;
        border-bottom: 1px solid #eee;
    }
    .nav-item-inner span{
        display: flex;
        align-items: center;
        font-size: 14px;
    }
    .nav-item-inner img{
        width: .4rem;
    }
    .side-nav-list .nav-item a{
        color: #000;
        font-size: .26rem;
        width: 100%;
        display: inline-block !important;
    }
    .side-nav-list .side-local-img {
        width: .3rem;
        margin-right: .2rem;
        vertical-align: text-bottom;
    }   
    .side-nav-list-sub {
        display: none;
    }
    .side-nav-list-sub  .side-back-img {
        width: .3rem;
        margin-right: .2rem;
        vertical-align: text-bottom;
    }
    .other {
    display: flex;
    align-items: center;
    gap: 0.1rem;
}
}
.other img {
    width: 0.3rem;
    height: 0.3rem;
}