.header{
	position: absolute;
	width: 100%;
	z-index: 99;
	 top: 0; 
	height: 0.8rem;
	background: linear-gradient( 0deg, rgba(0,0,0,0) 0%, #00000080 100%);
	border-radius: 0rem 0rem 0rem 0rem;
	padding-left: 0.33rem;
	padding-right: 0.3rem;
}
.header::after{
	content: '';
	width: 100%;
	height: 0.01rem;
	background: #FFFFFF;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0.2;
}

.logo{
	width: 2.36rem;
	height: 0.36rem;
}
.hd-nav{
	align-items: center;
}
.hd-nav>ul>li {
	position: relative;
}

.hd-nav>ul>li>a {
	padding: 0 .4rem;
	position: relative;
	display: block;
	line-height: 0.8rem;
	transition: 0.3s;
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 400;
	font-size: 0.18rem;
	color: #FFFFFF;
	text-align: center;
	z-index: 9;
}

.hd-nav .subnav {
	opacity: 0;
	visibility: hidden;
	transform: translateX(-50%);
	transition: .3s;
	position: absolute;
	top: 0.8rem;
	left: 50%;
	background: #FFFFFF;
	z-index: -1;
	transition: all 0.8s;
}
.hd-nav .subnav li a {
	display: block;
	min-width: 1.4rem;
    padding: 0 0.2rem;
	font-family: Source Han Sans SC, Source Han Sans SC;
	font-weight: 400;
	font-size: 0.18rem;
	color: #6F6F6F;
	line-height: 0.45rem;
	text-align: center;
}
.hd-nav li.item1 .subnav li a {
	font-size: 0.15rem;
	color: #333333;
}
.hd-nav li.item1 .subnav li a:hover {
	color: #FFFFFF;
	background: #104198;
	position: relative;
}
.hd-nav>ul>li:hover .subnav {
	opacity: 1;
	visibility: inherit;
	z-index: -1;
}

.hd-nav>ul>li.active>a,
.hd-nav>ul>li:hover>a{
	font-weight: bold !important;
}
.hd-nav>ul>li.active::after,
.hd-nav>ul>li:hover::after{
	content: '';
	width: 0.9rem;
	height: 0.03rem;
	display: block;
	background: #C5A65D;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.other{
	width: 0.24rem;
	height: 0.24rem;
	margin-left: 0.02rem;
}

.search{
	width: 0.22rem;
	height: 0.22rem;
	margin-left: 0.37rem;
	position: relative;
}
.search::before{
	content: '';
	width: 0rem;
	height: 0.18rem;
	display: block;
	position: absolute;
	right: 0.52rem;
	top: 50%;
	transform: translateY(-50%);
	border-left: 0.01rem solid #FFFFFF;
}
.header.act,
.header.on{
	background: #FFFFFF;
}

.header.act .img_icon1,
.header.on .img_icon1,
.img_icon2{
	display: none;
	opacity: 0;
	transition: all 0.3s;
}
.header.act .img_icon2,
.header.on .img_icon2,
.img_icon1{
	display: block;
	opacity: 1;
	transition: all 0.3s;
}
.header.act .hd-nav>ul>li>a,
.header.on .hd-nav>ul>li>a{
	color: #191919;
}


.header.act .search::before,
.header.on .search::before{
	content: '';
	width: 0rem;
	height: 0.18rem;
	display: block;
	position: absolute;
	right: 0.52rem;
	top: 50%;
	transform: translateY(-50%);
	border-left: 0.01rem solid #191919;
}