header{
	width: 100%;
	background: #424242;
	position: relative;
}
.header{
	width: 100%;
}
.header-top{
	width: 100%;
	height: 85px;
	display: inline-block;
}
.header-top1{
	height: 55px;
	display: block;
	float: left;
	margin-top: 15px;
}
.header-top1 img{
	height: 100%;
	display: block;
}
.header-top2{
	float: right;
	font-size: 24px;
	color: white;
	margin-top: 25px;
}
.header-top2 img{
	width: 20px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}
.header-top2 div{
	display: inline-block;
	vertical-align: middle;
}
.header-down{
	width: 100%;
	padding: 25px 0;
	display: flex;
}
.header-down1{
	width: 200px;
	height: 30px;
	background: white;
	border-radius: 30px;
	overflow: hidden;
	display: flex;
}
.header-down1 input{
	border: none;
	outline: none;
	width: calc(100% - 40px);
	height: 100%;
	padding: 0 15px;
	font-size: 18px;
}
.header-down1 button{
	border: none;
	outline: none;
	width: 40px;
	height: 100%;
	background-color: white;
	background-image: url(../img/seach_1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 15px auto;
}
.header-down2{
	width: calc(100% - 200px);
	display: flex;
}
.header-down2 li{
	width: 12.5%;
	position: relative;
}
.header-down2_1{
	width: 100%;
	height: 30px;
	border-radius: 30px;
	text-align: center;
	line-height: 30px;
	display: block;
	font-size: 18px;
	color: #FEC200;
}
.header-down2_1.on{
	background: #FEC200;
	color: white;
}
.header-down2_1:hover{
	background: #FEC200;
	color: white;
}
.header-down3{
	width: 100%;
	background: rgba(138,138,138, 0.6);
	padding: 30px 0;
	border-radius: 0 0 10px 10px;
	display: none;
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
	z-index: 15;
}
.header-down3_1{
	width: 100%;
	height: 50px;
	display: block;
	margin-bottom: 35px;
	padding: 0 10px;
	background: rgba(37,37,37, 0.35);
	font-size: 18px;
	color: white;
}
.header-down3_1:last-child{
	margin-bottom: 0;
}
.header-down3_1 div{
	width: calc(100% - 15px);
	height: 50px;
	/* padding: 0 10px; */
	line-height: 50px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	  white-space: nowrap;
	  text-overflow: ellipsis;
}
.header-down3_1 img{
	width: 10px;
	display: inline-block;
	vertical-align: middle;
}
.header-down2 li:hover .header-down3{
	display: block;
}
