header{
	width: 100%;
	background: rgba(0,0,0,0.2);
	box-sizing: border-box;
padding: 0 60px;
display: flex;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1001;
}
.header{
	width: 100%;
	height: 100px;
	display: inline-block;
	position: relative;
}
.logo{
	height: 50px;
	margin-top: 25px;
	float: left;
	display: block;
}
.heade1{
	float: right;
	text-align: right;
	margin-top: 22px;
}
.heade1_1{
	width: 100%;
	font-size: 18px;
	color: white;
}
.heade1_1 a{
	border-right: 2px solid white;
	box-sizing: border-box;
	padding: 0 5px;
}
.heade1_1 a:last-child{
	border-right: 0;
}
.heade1_2{
	width: 100%;
	margin-top: 4px;
	font-size: 18px;
	color: white;
	font-weight: bold;
}
.heade1_2 img{
	width: 24px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
.heade1_2 span{
	display: inline-block;
	vertical-align: middle;
}
.heade2{
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}
.heade2 li{
	float: left;
	margin-right: 35px;
}
.heade2 li:last-child{
	margin-right: 0;
}
.heade2_1{
	box-sizing: border-box;
	display: block;
	line-height: 97px;
	font-size: 16px;
	color: white;
}
.heade2_1.on{
	border-bottom: 3px solid #0075ED;
	color: #0075ED;
}