header{
	width: 100%;
	background: white;
}
header.ny{
	border-bottom: 6px solid #F5F5F5;
}
.header{
	width: 100%;
	height: 130px;
	display: inline-block;
}
.logo{
	/*height: 70px;*/
	height: 100px;
	display: block;
	float: left;
	margin-top: 15px;
}
.logo img{
	height: 100%;
	display: block;
}
.heade{
	float: right;
	display: flex;
	margin-top: 45px;
}
.heade1{
	display: flex;
}
.heade1 li{
	/*margin-right: 60px;*/
}
.heade1 li:last-child{
	margin-right: 0;
}
.heade1_1{
	height: 40px;
	display: block;
	line-height: 40px;
	/*font-size: 16px;*/
	font-size: 18px;
	color: #333333;
	border-radius: 40px;
	font-weight: bold;
	padding: 0 25px;
	font-family: 'SimSun', '宋体', serif;
	
}
.heade1_1.on{
    background: #EB1C29;
    color: white;
	/*color: #EB1C29;*/
	/*text-shadow: 2px 2px 2px #EB1C29;*/
	/*position: relative;*/
}
/*.heade1_1.on::after{*/
/*	content: '';*/
/*	width: 100%;*/
/*	height: 3px;*/
/*	border-radius: 3px;*/
/*	background: #EB1C29;*/
/*	position: absolute;*/
/*	left: 0;*/
/*	top: 0;*/
/*}*/
.heade2{
	width: 135px;
	height: 40px;
	border-radius: 40px;
	display: block;
	text-align: center;
	background: #EB1C29;
	font-size: 16px;
	color: white;
	font-weight: bold;
	/*margin-left: 80px;*/
	margin-left: 15px;
}
.heade2 img{
	width: 15px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
.heade2 span{
	line-height: 40px;
	display: inline-block;
	vertical-align: middle;
}