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

.hd-nav>ul>li>a {
	padding: 0 .14rem;
	position: relative;
	display: block;
	line-height: 1rem;
	transition: 0.3s;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.18rem;
	color: #FFFFFF;
	text-align: center;
}

.hd-nav>ul>li:hover>a:after {
	content: '';
	display: block;
	width: 0rem;
	height: 0rem;
	border-top: 0.08rem solid #FFFFFF;
	border-left: 0.06rem solid transparent;
	border-right: 0.06rem solid transparent;
	position: absolute;
	top: 0.26rem;
	left: 50%;
	transform: translate(-50%,0);
}

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

.hd-nav .subnav {
	opacity: 0;
	visibility: hidden;
	transform: translateY(.37rem) translateX(-50%);
	transition: .3s;
	position: absolute;
	/* top: calc(100% + 0.02rem); */
	top: 0.65rem;
	left: 50%;
	background: #FFFFFF;
	padding-top: 0.16rem;
	padding-bottom: 0.16rem;
	border-radius: 0rem 0rem 0.1rem 0.1rem;
}

.hd-nav .subnav li a {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 0.15rem;
	padding: 0.145rem 0.54rem;
	white-space: nowrap;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.18rem;
	color: #000000;
}
.hd-nav .subnav li a:hover {
	font-weight: 600;
	color: #1D50A2 !important;
}

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

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

.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 .other{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 2.3rem;
	height: 0.2rem;
	position: relative;
	margin-left: 0.25rem;
}
.hd-nav .other a.p img{
	margin-right: 0.06rem;
}
.hd-nav .other a.p{
	font-family: Poppins, Poppins;
	font-weight: bold;
	font-size: 0.2rem;
	color: #FFFFFF;
	align-items: center;
}
.hd-nav .other .gl{
	width: 0.02rem;
	height: 0.11rem;
	display: block;
	border-left: 0.01rem solid #FFFFFF;
}
.hd-nav .other img{
	width: 0.22rem;
	height: 0.22rem;
}
.hd-nav{
	display: flex;
	align-items: center;
}
.logo{
	width: 2.3rem;
	height: 0.36rem;
}
.menu_main {
	position: relative;
	height: 1rem;
	box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0,0,0,0.06);
}
.menu_main > div {
	height: 100%;
}

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



.header {
	position: fixed;
	width: 100%;
	z-index: 99;
}
.header .img2{
	display: none;
}
.header.sty .img1{
	display: none;
}
.header.sty .img2{
	display: block;
}


.header:hover .img2{
	display: block !important;
}
.header:hover .img1{
	display: none !important;
}
.header:hover{
	background: #FFFFFF !important;
}

.header:hover a{
	color: #000000 !important;
}
.header:hover .item1:hover>a{
	color: #1D50A2 !important;
}
.header:hover .hd-nav .other a.p{
	color: #1D50A2 !important;
}
.header:hover .hd-nav>ul>li:hover>a:after {
	content: '';
	display: block;
	width: 0rem;
	height: 0rem;
	border-top: 0.08rem solid #ff0000;
	border-left: 0.06rem solid transparent;
	border-right: 0.06rem solid transparent;
	position: absolute;
	top: 0.26rem;
	left: 50%;
	transform: translate(-50%,0);
}


.hd-nav>ul>li.active>a{
    font-weight: bold;
}
.hd-nav>ul>li.active>a:after{
   opacity: 1;
    border-top: 0.08rem solid #FFF;
    content: '';
    display: block;
    width: 0rem;
    height: 0rem;
    border-left: 0.06rem solid transparent;
    border-right: 0.06rem solid transparent;
    position: absolute;
    top: 0.26rem;
    left: 50%;
    transform: translate(-50%,0);
}
.header.sty .hd-nav>ul>li.active>a:after{
   opacity: 1;
    border-top: 0.08rem solid #FF0000;
    content: '';
    display: block;
    width: 0rem;
    height: 0rem;
    border-left: 0.06rem solid transparent;
    border-right: 0.06rem solid transparent;
    position: absolute;
    top: 0.26rem;
    left: 50%;
    transform: translate(-50%,0);
}
.header.sty .hd-nav>ul>li.active>a{
    color: #1D50A2 !important;
    font-weight: bold;
}
.header.sty .logo .img1{
    display: none;
}
.header.sty .logo .img2{
    display: block !important;
}



/*右侧悬浮*/

.nav_fl {
    position: fixed;
    height: auto;
    right: 0.37rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

.nav_fl .nav_fl_list {
    position: relative;
    margin-bottom: 0.06rem;
}

.nav_fl .nav_fl_list .nav_phone {
    width: 2.5rem;
    height: 0.5rem;
    background: #1D50A2;
    box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0, 0, 0, 0.16);
    border-radius: 0.25rem;
    position: absolute;
    right: 0;
    font-weight: bold;
    font-size: 0.14rem;
    color: #FFFFFF;
    line-height: 0.5rem;
    padding-left: 0.22rem;
    display: none;
}
.nav_fl .nav_fl_list .nav_item_img {
    width: 0.5rem;
    height: 0.5rem;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.2rem 0.01rem rgba(0,0,0,0.11);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.nav_fl .nav_fl_list .nav_item_img img {
    max-width: 0.23rem;
    max-height: 0.23rem;
    object-fit: contain;
}

.nav_fl .nav_fl_list:last-child {
    margin-top: 0.21rem;
}

.nav_fl .nav_fl_list:hover .nav_phone{
    display: block;
}
@media only screen and (max-width: 1024px) {
.header{
	display: none;
}
}









