header{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1001;
}
.header{
	width: 100%;
	height: 80px;
	display: inline-block;
}
.logo{
	height: 34px;
	display: block;
	float: left;
	margin-top: 23px;
}
.logo2{
	height: 34px;
	display: none;
	float: left;
	margin-top: 23px;
}
.heade{
	float: right;
	display: inline-block;
}
.heade li{
	float: left;
	margin-right: 30px;
}
.heade li:last-child{
	margin-right: 0;
}
.heade1{
	box-sizing: border-box;
	line-height: 77px;
	font-size: 16px;
	color: white;
	display: block;
}
.heade1.on{
	border-bottom: 3px solid white;
	font-weight: bold;
}
.sHeader{
	background: white;
}
.sHeader .logo{
	display: none;
}
.sHeader .logo2{
	display: block;
}
.sHeader .heade1{
	color: #000000;
}
.sHeader .heade1.on{
	border-bottom: 3px solid #00408B;
	font-weight: bold;
	color: #00408B;
}