header{
	width: 100%;
	background: #23164B;
}
.header{
	width: 100%;
	height: 80px;
	display: inline-block;
}
.logo{
	height: 40px;
	display: flex;
	line-height: 40px;
	float: left;
	margin-top: 20px;
	font-size: 34px;
	color: white;
	font-weight: bold;
}
.logo img{
	height: 100%;
	display: block;
	margin-right: 5px;
}
.heade1{
	float: left;
	margin-top: 27px;
}
.heade1 img{
	height: 25px;
	display: inline-block;
	vertical-align: middle;
}
.heade1 div{
	display: inline-block;
	vertical-align: middle;
}
.heade1 a{
	border-right: 2px solid white;
	padding: 0 10px;
	float: left;
	font-size: 16px;
	color: white;
	font-weight: bold;
}
.heade1 a:last-child{
	border-right: none;
}
.heade2{
	width: calc(100% - 385px);
	float: left;
	text-align: center;
}
.heade2 li{
	margin-right: 10px;
	display: inline-block;
}
.heade2 li:last-child{
	margin-right: 0;
}
.heade2_1{
	display: block;
	padding: 0 20px;
	height: 80px;
	line-height: 80px;
	font-size: 16px;
	color: white;
	font-weight: bold;
}
.heade2_1.on{
	background: #FBC801;
}