header{
	width: 100%;
	background: white;
}
.header{
	width: 100%;
	height: 85px;
	display: inline-block;
}
.logo{
	height: 45px;
	display: block;
	float: left;
	margin-top: 20px;
}
.logo img{
	height: 100%;
	display: block;
}
.heade{
	margin-top: 30px;
	float: right;
	display: flex;
}
.heade1{
	border: none;
	border-left: 1px solid #EBEBEB;
	outline: none;
	width: 100px;
	font-size: 15px;
	color: #666666;
	text-align: center;
	height: 25px;
	line-height: 25px;
}
.heade2{
	display: flex;
}
.heade2_1{
	height: 25px;
	line-height: 25px;
	padding: 0 15px;
	font-size: 15px;
	color: #666666;
}