header{
	width: 100%;
	/*background: #46C1BE;*/
background: #fff;
	display: flex;
}
header.on{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1001;
}
.header{
	width: 100%;
	height: 120px;
	display: inline-block;
}
.logo{
	height: 70px;
	display: block;
	margin-top: 25px;
	float: left;
}
.logo img{
	height: 100%;
	display: block;
}
.heade{
	width: calc(100% - 70px);
	float: left;
	display: flex;
}
.heade li{
	margin-left: 65px;
}
.heade1{
	height: 120px;
	display: block;
	line-height: 120px;
	font-weight: 400;
	font-size: 22px;
	color: #00476D;
}