header{
	width: 100%;
	background: #EEA783;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1001;
}
.header{
	width: 100%;
	height: 80px;
	display: inline-block;
}
.logo{
	height: 40px;
	display: block;
	float: left;
	margin-top: 20px;
}
.logo img{
	height: 100%;
	display: block;
}
.heade{
	float: right;
	display: flex;
}
.heade li{
	margin-right: 55px;
}
.heade li:last-child{
	margin-right: 0;
}
.heade1{
	height: 80px;
	display: block;
	line-height: 80px;
	font-size: 16px;
	color: #333333;
}