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

.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: 0.23rem;
	left: 50%;
	background: #FFFFFF;
	border-radius: 0rem 0rem 0.1rem 0.1rem;
	padding: 0.08rem 0.19rem;
}
.hd-nav .subnav::after{
	content: '';
	width: 0.14rem;
	height: 0.06rem;
	display: block;
	background: url(../img/common/nav_xl.png);
	background-size: 100% 100%;
	position: absolute;
	left: 50%;
	top: -0.01rem;
	transform: translate(-50%,0);
}

.hd-nav .subnav li a {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 0.15rem;
	padding: 0.08rem 0.02rem;
	white-space: nowrap;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.16rem;
	color: #666666;
}
.hd-nav .subnav li:hover a {
	color: #0055A8 !important;
}
.hd-nav .subnav li:hover{
	border-bottom:0.01rem solid #0055A8;;
}
.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;
}

.logo{
	width: 4.44rem;
	height: 0.67rem;
}
.logo img{
	width: 100%;
	height: 100%;
}
.menu_main {
	position: relative;
	height: 1.65rem;
}

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

.search_b{
	width: 2.4rem;
	height: 0.35rem;
	background: rgba(255,255,255,0);
	border-radius: 0.18rem 0.18rem 0.18rem 0.18rem;
	border: 0.01rem solid rgba(255,255,255,0.5);
	padding: 0 0.14rem;
	margin-right: 0.5rem;
}
.search_b input{
	width:100%;
	background: unset;
}

.search_b img{
	width: 0.2rem;
	height: 0.2rem;
}

.weather_b span{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.14rem;
	color: #FFFFFF;
}

.weather_b .weather_img1{
	width: 0.23rem;
	height: 0.18rem;
	margin-left: 0.1rem;
	margin-right: 0.08rem;
}
.weather_b .weather_t3{
	margin: 0 0.05rem;
}
.weather_b .weather_img2{
	width: 0.06rem;
	height: 0.08rem;
}
.weather_b .weather_img2 img{
	width: 100%;
	height: 100%;
}
.weather_b .weather_img1 img{
	width: 100%;
	height: 100%;
}

.header{
	position: fixed;
	top: 0;
	left: 0;
	transition: all .3s;
}
.header .hd1{
	height: 1.05rem;
}
.header .hd1 .other{
	/*width: 4.75rem;*/
}
.header .hd2{
	height: 0.6rem;
	justify-content: center;
	transition: all .3s;
}
.header .hd2>ul{
	padding: 0 0.12rem;
	width: 100%;
	height: 0.6rem;
	background: #FFFFFF;
	border-radius: 0.3rem 0.3rem 0.3rem 0.3rem;
	transition: all .3s;
	justify-content: center;
}
.header .hd2>ul>li:nth-of-type(6)>div{
    display: none;
}
.header .hd2>ul.active{
    max-width: 100%;
    background: #0055A8;
    border-radius: 0;
}
.header .hd2>ul .item1{
	padding: 0 0.6rem;
}
.header .hd2>ul .item1>a{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.16rem;
	color: #010101;
	line-height: 0.6rem;
}
.header .hd2>ul .item1.active>a{
	color: #0055A8;
	font-weight: bold;
}
.header {
	position: fixed;
	width: 100%;
	z-index: 99;
	transition: all .3s;
}
.header .img2{
	display: none;
}
.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; */
	font-weight: bold;
}
.header:hover .hd2{
	background: #0055A8 !important;
}
.header:hover ul{
	background: unset !important;
}
.header:hover .item1>a{
	color: #FFFFFF !important;
}
.header:hover .weather_b span{
	color: #666666 !important;
}
.header:hover .search_b{
	border: 0.01rem solid #C1C1C1 !important;
}
.header:hover .subnav li:hover a{
	color: #1D50A2 !important;
}
