*{
	margin:0;
	padding:0;
	font-family: 'Arial','Microsoft YaHei' ;
	box-sizing: border-box;
}
body,html{
	width: 100%;
	height: 100%;
	max-width: 100%;
}
ul{
	list-style: none;
}
a{
	text-decoration: none;
}
.header{
	width: 100%;
	height: 1.02rem;
	line-height: 1.02rem;
	background-color: rgba(0,0,0,0.4);
	/*display: block;*/
	padding: 0 12%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header1{
	display: flex;
    justify-content: center;
    align-items: center;
}
.header1>img{
	vertical-align: middle;
}
.header2{
	width: 60%;
	display: inline-block;
	float: right;
}
.header2>ul{
	width: 100%;
	display: flex;
	justify-content: space-between;

}
.header2>ul>li{
	display: flex;
	justify-content: center;
	align-items: center;
}

.header2>ul>li>a{
	text-decoration: none;
	color: #fff;
	font-size: 0.16rem;
}
.header2>ul>li:nth-child(2){
	position: relative;
}

.header2_li2 {
    position: absolute;
    /*width: 244%;*/
  	width: 330%;
    top: 1.02rem;
    left: -0.3rem;
    background-color: rgba(0,0,0,0.4);
     display: none; 
}
.header2_li2>ul{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.header2_li2>ul>li{
	height: 0.7rem;
	line-height: 0.7rem;
	width: 100%;
	padding-left: 0.3rem;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	display: flex;
}
.header2_li2>ul>li:last-child{
	border:0;
}
.header2_li2>ul>li>a{
	text-decoration: none;
	font-size: 0.16rem;
	color: #fff;
}

.header2>ul>li:nth-child(6){
	position: relative;
}
.header2_li6{
	position: absolute;
	width: 200%;
	top: 1.02rem;
	left: -0.32rem;
	background-color: rgba(0,0,0,0.4);
	display: none;
}
.header2_li6>ul{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.header2_li6>ul>li{
	height: 0.7rem;
	line-height: 0.7rem;
	width: 100%;
	padding-left: 0.3rem;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	display: flex;
}
.header2_li6>ul>li:last-child{
	border:0;
}
.header2_li6>ul>li>a{
	text-decoration: none;
	font-size: 0.16rem;
	color: #fff;
}




.header2_active{
	color: #008fd3 !important;
}



.m-header{
	width: 100%;
	height: 1.04rem;
	padding:0 0.35rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #dddddd;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}
.m-header1{
	display: flex;
}
.m-header2{
	display: flex;
}
.m-header3{
	display: flex;
	display: none;
}
.m-header1>img{
	width: 1.97rem;
	height: 0.42rem;
}
.m-header2>img{
	width: 0.42rem;
	height: 0.36rem;
}
.m-header3>img{
	width: 0.32rem;
	height: 0.33rem;
}
.m-list{
	width: 100%;
	height: auto;
	background-color: #fff;
	position: fixed;
	top: 1.04rem;
	left: 0;
	z-index: 99;
	display: none;
}
.m-list>ul{
	width: 100%;
}
.m-list>ul>li{
	width: 100%;
	height: 1.04rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:0 0.35rem;
	border-bottom: 1px solid #dddddd;
}
.m-list>ul>li>a{
	font-size: 0.3rem;
	color: #333333;
}
.m-list1{
	display: flex;
}
.m-list1>img{
	width: 0.24rem;
	height: 0.24rem;
	vertical-align: middle;
}
.m-list2{
	display: flex;
	display: none;
}
.m-list2>img{
	width: 0.24rem;
	height: 0.02rem;
	vertical-align: middle;
}
.m-list-cid1{
	display: none;
}
.m-list-cid1>ul{
	width: 100%;
}
.m-list-cid1>ul>li{
	width: 100%;
	height: 1.04rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:0 0.35rem;
	border-bottom: 1px solid #dddddd;
}
.m-list-cid1>ul>li>a{
	color: #666666;
	font-size: 0.22rem;
}
.m-list-cid2{
	display: none;
}
.m-list-cid2>ul{
	width: 100%;
}
.m-list-cid2>ul>li{
	width: 100%;
	height: 1.04rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:0 0.35rem;
	border-bottom: 1px solid #dddddd;
}
.m-list-cid2>ul>li>a{
	color: #666666;
	font-size: 0.22rem;
}
.m-none{
	display: none !important;
}
@media (max-width: 960px){
	.d-none{
		display: none;
	}
	.m-block{
		display: flex !important;
	}
}

