.header{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100vw;
	height: 1.02rem;
	background: rgba(9,87,98,0.2);
}
.header1,
.header2{
	background: #00A0A8 !important;
}
.menu_main{
	width: 17rem;
	margin: 0 auto;
}
.logo{
	width: 1.75rem;
	height: 0.48rem;
}
.hd-nav{
    width: 55%;
    justify-content: space-between;
}

.hd-nav>.flex_box{
    width: 100%;
    justify-content: space-between;
}

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

.hd-nav>ul>li>a {
	/*padding: 0 .52rem;*/
	position: relative;
	display: block;
	line-height: 1.02rem;
	transition: 0.3s;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.16rem;
	color: #FFFFFF;
	text-align: center;
	z-index: 9;
}

.hd-nav .subnav {
	width: 14.12rem;
	width: 73.5vw;
	/*max-width: 50vw;*/
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	position: absolute;
	top: 1rem;
	/*left: 5.08rem;*/
	top: 100%;
	right: 0;
	background: #FFFFFF;
	z-index: -1;
	transition: all 0.8s;
	padding: 0 0.83rem;
	padding: 0 3vw;
	padding-top: 0.48rem;
	padding-bottom: 0.39rem;
	background-image: url('../img/nav_bg.f29637d7.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.hd-nav .subnav ul{
	display: flex;
}
.hd-nav .subnav li a img{
	display: inline-block;
	width: 0.14rem;
	height: 0.13rem;
	margin-right: 0.03rem;
}
.hd-nav .subnav li a {
	display: block;
	text-align: left;
	font-size: 0.15rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.16rem;
    padding-right: 0.26rem;
}
.hd-nav li.item1 .subnav li a {
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.16rem;
	color: #333333;
}
.hd-nav li.item1.active a,
.hd-nav li.item1 .subnav li a:hover {
	color: #F7B706 ;
}
.hd-nav>ul>li:hover .subnav {
	opacity: 1;
	visibility: inherit;
	z-index: -1;
}

.hd-nav>ul>li:hover>a{
	color: #F7B706;
}

.header .searchInp{
	width: 2.2rem;
	height: 0.32rem;
	background: #FFFFFF;
	border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
	border: 0.01rem solid #DCDFE6;
	padding: 0 0.12rem;
}
.header .searchInp input::placeholder{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.14rem;
	color: #A8ABB2;
	line-height: 0.2rem;
}
.header .searchInp input{
	width: 1.68rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.14rem;
	color: #000;
	line-height: 0.2rem;
}
.header .searchInp img{
	width: 0.12rem;
	height: 0.12rem;
	cursor: pointer;
	margin-left: 0.12rem;
}
.menu_btn{
	display: none;
}


@media screen and (max-width: 1024px) {
	.menu_btn{
		display: block;
        position: absolute;
        right: 3%;
        top: 0.28rem;
        width: 0.66rem;
	}
	.menu_btn .img1{
		display: block;
	}
	.menu_btn .img2{
		display: none;
	}
	
	.header{
		background: #00A0A8;
		height: 1.2rem;
	}
	.menu_main{
		width: 100%;
		height: 100%;
		position: relative;
	}
	.menu_main .logo{
		position: absolute;
		width: 3rem;
		height: auto;
		left: 3%;
		top: 50%;
		transform: translateY(-50%);
	}
	.menu_main .hd-nav{
		position: absolute; 
        bottom: 0;
        z-index: -1;
		background: #00A0A8;
		width: 100vw;
		height: 100vh;
		align-items: flex-start;
	}
	.menu_main .hd-nav ul{
		flex-direction: column;
		width: 100%;
	}
	.menu_main .hd-nav ul li{
		width: 100%;
	}
	.hd-nav .subnav{
		width: 100%;
		position: unset;
		padding: 0 5%;
		opacity: 1;
		visibility: unset;
		display: none;
	}
	.hd-nav>ul>li>a{
		line-height: 2;
		padding: 0 3%;
		text-align: left;
		width: fit-content;
        font-size: 0.36rem;
	}
	.hd-nav li.item1 .subnav li a{
		font-size: 0.36rem;
		line-height: 2;
	}
	.header .searchInp input{
		display: none;
	}
	.header .searchInp{
		width: 0.4rem;
		height: 0.4rem;
		background: unset;
		position: absolute;
		right: 1.5rem;
        top: 0.42rem;
		border: unset;
	    margin-left: 0;
	}
	.header .searchInp img{
		width: 0.4rem;
		height: 0.4rem;
		filter: brightness(0) invert(1);
	}
	.hd-nav>ul>li:hover .subnav{
		display: block;
	}
}