header{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1001;
}
.header{
	width: 100%;
	height: 80px;
}
.logo{
	height: 36px;
	display: block;
	float: left;
	margin-top: 22px;
}
.logo img{
	height: 100%;
	display: block;
}
.heade{
	float: right;
	display: flex;
}
.heade li{
	margin-right: 75px;
}
.heade li:last-child{
	margin-right: 0;
}
.heade1{
	height: 80px;
	display: block;
	line-height: 80px;
	font-size: 18px;
	color: #111313;
}
header.ny{
	background: white;
	position: inherit;
		left: inherit;
		top: inherit;
}