header {
	border-top: 5px solid #B6272B;
	width: 100%;
	padding: 0 135px;
	box-sizing: border-box;
	position: relative;
}

.header {
	width: 100%;
	height: 120px;
	display: inline-block;
}

.logo {
	height: 60px;
	float: left;
	display: block;
	margin-top: 30px;
}

.logo img {
	height: 100%;
	display: block;
}

.heade {
	float: right;
}

.heade1 {
	margin-left: 100px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.heade1_1 {
	height: 20px;
	display: block;
}

.heade1_2 {
	width: 250px;
	display: none;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
}

.heade1_3 {
	width: 100%;
	height: 40px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	background: white;
	border-radius: 50px;
	overflow: hidden;
	display: flex;
}

.heade1_3 input {
	border: none;
	outline: none;
	width: calc(100% - 50px);
	height: 100%;
	padding: 0 15px;
	font-size: 14px;
	color: #333333;
}

.heade1_3 button {
	border: none;
	outline: none;
	width: 50px;
	height: 100%;
	background-color: white;
	background-image: url(../img/search_1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 15px;
}

.heade2 {
	display: inline-block;
	vertical-align: middle;
}

.heade2 li {
	margin-right: 70px;
	float: left;
}

.heade2 li:last-child {
	margin-right: 0;
}

.heade2_1 {
	height: 120px;
	display: block;
	line-height: 120px;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
}
.heade2_1.on{
	color: #B6272B;
}
.heade2 li:hover .heade2_1{
	color: #B6272B;
}
.heade2 li:hover .heade_ejs{
	display: block;
}
.heade_ejs{
	border-top: 1px solid #E5E5E5;
	width: 100%;
	background: white;
	display: none;
	position: absolute;
	left: 0;
	top: 95%;
	z-index: 10;
}
.heade_ej{
	width: 100%;
	display: flex;
	margin: 25px auto;
}
.heade_ej1{
	border-left: 1px solid #DFDFDF;
	width: 34%;
	padding: 0 70px;
	padding-top: 20px;
}
.heade_ej1_1{
	width: 100%;
	font-size: 16px;
	color: #333333;
}
.heade_ej1_2{
	width: 100%;
	display: block;
	margin-top: 15px;
}
.heade_ej2{
	width: 66%;
	padding-top: 20px;
	display: inline-block;
}
.heade_ej2_1{
	width: 23.5%;
	float: left;
	margin: 10px 0;
	margin-right: 2%;
	display: block;
	font-size: 16px;
	color: #333333;
}
.heade_ej2_1:nth-child(4n){
	margin-right: 0;
}
.heade_ej2_1 img{
	width: 5px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
.heade_ej2_1 div{
	width: calc(100% - 15px);
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	  text-overflow: ellipsis;
	  white-space: nowrap;
}
.heade_ej2_1:hover{
	color: #B6272B;
}