
/*footer*/
.header{
    width: 100%;
    height: 1rem;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.1);
    position: fixed;
    z-index: 99;
}
.header .main{
    height: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_logo{
    width: 3.9rem;
    max-height: 1rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header_logo img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.header_logo h1{
    width: 0px;
    height: 0px;
    margin: 0;
    text-indent: -9999em;
}
.header_nav{
    display: flex;
}
.header_nav .nav_item{
    line-height: 1rem;
    font-weight: 400;
    font-size: 0.18rem;
    color: #222222;
    white-space: nowrap;
    margin-left: 0.45rem;
}
.header_nav .nav_item:first-child{
    margin-left: 0;
}
.header_nav .nav_item.act{
    font-weight: bold;
    color: #23478C;
    position: relative;
}
.header_nav .nav_item.act::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0.72rem;
    height: 0.02rem;
    background: #23478C;
    border-radius: 0rem 0rem 0rem 0rem;
}




.position {
	height: 0.8rem !important;
	background: #FFFFFF;
	box-shadow: 0rem 0.02rem 0.05rem 0.01rem rgba(0, 0, 0, 0.09);
	position: relative;
	z-index: 9;
}
.position .main{
	position: relative;
}
.position .position_fl a{
	display: inline-block;
	width: auto;
	height: auto;
	font-weight: 400;
	font-size: 0.18rem;
	color: #222222;
	padding: 0.08rem 0.24rem;
	box-sizing: border-box;
	border-radius: 0.2rem;
	margin-right: 0.3rem;
	margin-top: 0.2rem;
}
.position .position_fl a.act{
	color: #FFFFFF;
	background: linear-gradient( 132deg, #03AF9F 0%, #00AFEA 100%);
}
.position .position_fr{
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	align-items: center;
	height: 0.8rem;
	white-space: nowrap;
}
.position .position_fr .position_img{
	width: 0.16rem;
	height: 0.16rem;
	overflow: hidden;
}
.position .position_fr .position_img img{
	width: 100%;
	height: 100%;
}
.position .position_fr .position_list{
	/* display: flex;
	align-items: center; */
}
.position .position_fr .position_list a{
	font-weight: 400;
    font-size: 0.14rem;
    color: #999999;
    float: left;
    display: block;
    width: auto;
    line-height: 0.23rem;
}
.position .position_fr .position_list a.active{
	font-weight: bold;
	color: #666666;
}
.position .position_fr .position_list span{
	width: 0.04rem;
	height: 0.07rem;
	display: block;
	background: url(../img/position_icon.png) center no-repeat;
	background-size: cover;
	margin: 0.08rem;
	float: left;
}






