header{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1001;
}
.header{
	width: 100%;
	/*height: 40px;*/
	/*margin: 40px auto;*/
		height: 70px;
	margin: 10px auto;
	display: inline-block;
}
.logo{
	height: 100%;
	float: left;
}
.logo img{
	height: 100%;
	display: block;
}
.heade{
	float: right;
	display: inline-block;
}
.heade1{
	height: 35px;
	float: left;
	margin-top: 2px;
	border-radius: 35px;
	background: rgba(255, 255, 255, 0.1);
	display: flex;
}
.heade1_1{
	width: 35px;
	height: 35px;
	border-radius: 35px;
	background: #FF6600;
	position: relative;
}
.heade1_1 img{
	width: 16px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.heade1_2{
	line-height: 35px;
	padding: 0 10px;
	font-size: 16px;
	color: white;
	font-weight: bold;
}
.heade2{
	display: flex;
	float: left;
}
.heade2 li{
	margin-right: 65px;
}
.heade2_1{
	display: block;
	line-height: 40px;
	font-size: 16px;
	color: white;
	font-weight: bold;
}