header {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}
header.ny{
	background: white;
	position: inherit;
	left: inherit;
	top: inherit;
	z-index: inherit;
}
.header {
	width: 100%;
	height: 125px;
	display: inline-block;
}

.logo {
	height: 85px;
	display: block;
	float: left;
	margin-top: 20px;
}

.logo img {
	height: 100%;
	display: block;
}

.heade {
	float: right;
	display: inline-block;
}

.heade1 {
	font-size: 16px;
	color: #333333;
	font-family: "SourceHanSerifSC-Bold";
	margin-left: 75px;
	margin-top: 50px;
	float: left;
	position: relative;
}

.heade1 img {
	width: 25px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.heade1 select {
	border: none;
	outline: none;
	background: none;
	padding-left: 35px;
	position: relative;
	z-index: 1;
}
.heade2{
	display: flex;
	float: left;
}
.heade2 li{
	margin-right: 45px;
}
.heade2 li:last-child{
	margin-right: 0;
}
.heade2_1{
	display: block;
	height: 125px;
	line-height: 125px;
	font-family: "SourceHanSerifSC-Bold";
	font-size: 16px;
	color: #333333;
}
.heade2_1.on{
	color: #2AAAA1;
}
.heade2_1:hover{
	color: #2AAAA1;
}