header{
	width: 100%;
}
.header{
	width: 100%;
	height: 130px;
	display: inline-block;
}
.logo{
	height: 80px;
	display: block;
	float: left;
	margin-top: 25px;
}
.logo img{
	height: 100%;
	display: block;
}
.heade{
	float: right;
	display: flex;
	margin-top: 35px;
}
.heade li{
	margin-right: 40px;
}
.heade li:last-child{
	margin-right: 0;
}
.heade1{
	border-bottom: 3px solid transparent;
	height: 60px;
	display: block;
	line-height: 60px;
	font-size: 18px;
	color: #333333;
	font-weight: 600;
}
.heade1.on{
	border-color: #FE8A00;
	color: #FE8A00;
}