header{
	width: 100%;
	background: white;
}
.header{
	width: 100%;
	height: 100px;
	display: inline-block;
}
.logo{
	height: 60px;
	display: block;
	float: left;
	margin-top: 20px;
}
.logo img{
	height: 100%;
	display: block;
}
.heade{
	float: right;
	position: relative;
}
.heade1{
	display: inline-block;
	vertical-align: middle;
}
.heade1 li{
	float: left;
	margin-right: 70px;
}
.heade1 li:last-child{
	margin-right: 0;
}
.heade1_1{
	border-bottom: 2px solid transparent;
	height: 80px;
	line-height: 80px;
	display: block;
	font-size: 17px;
	color: #323232;
}
.heade1_1.on{
	border-color: #E51A21;
	color: #E51A21;
	font-weight: bold;
}
.heade2{
	height: 25px;
	margin-left: 60px;
	display: inline-block;
	vertical-align: middle;
}
.hearde_search{
	display: none;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
}
.hearde_searc{
	width: 300px;
	height: 40px;
	border-radius: 40px;
	overflow: hidden;
	display: flex;
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	background-color: white;
}
.hearde_searc input{
	border: none;
	outline: none;
	width: calc(100% - 60px);
	height: 100%;
	padding: 0 20px;
	font-size: 16px;
	color: #323232;
}
.hearde_searc button{
	border: none;
	outline: none;
	width: 60px;
	height: 100%;
	background-color: white;
	background-image: url(../img/search_1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px auto;
}