.HEADERS{
	width: 100%;
	height: 110px;
	display: flex;
	position: relative;
}
.HEADER{
	width: 1290px;
	height: 100%;
	margin: auto;
	display: inline-block;
	position: relative;
}
.logo{
	height: 55px;
	float: left;
	margin-top: 27px;
}
.ml{
	width: 43.4%;
	height: 100%;
	text-align: center;
	display: inline-block;
	position: absolute;
	left: 47.8%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.ml li{
	height: 100%;
	display: inline-block;
	margin-right: 35px;
}
.ml li:last-child{
	margin-right: 0;
}
.ml a{
	display: block;
	height: 100%;
	line-height: 110px;
	font-size: 20px;
	color: #000000;
}
.ml a:hover{
	color: #0b75d5;
}
.seachs{
	border: 1px solid #0094E7;
	box-sizing: border-box;
	width: 360px;
	height: 45px;
	float: right;
	border-radius: 5px;
	margin-top: 32px;
	display: inline-block;
}
.seachs1{
	border: none;
	outline: none;
	width: 75%;
	height: 100%;
	float: left;
	box-sizing: border-box;
	padding: 0 10px;
	border-radius: 5px 0 0 5px;
	font-size: 12px;
	color: #333333;
}
.seachs2{
	border: none;
	outline: none;
	width: 25%;
	height: 100%;
	background: #0094E7;
	border-radius: 0 5px 5px 0;
	float: left;
	line-height: 45px;
	font-size: 12px;
	color: white;
}
.seachs2 img{
	width: 15px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
.seachs2 span{
	display: inline-block;
	vertical-align: middle;
}
.EJMLLI{
	/* border: 1px solid red; */
	box-sizing: border-box;
	width: 100%;
	position: absolute;
	left: 0;
	top: 110px;
	z-index: 1001;
}
.EJML{
	width: 100%;
	height: 95px;
	background: rgba(0,0,0,0.5);
	display: none;
}
.ejml1{
	width: 1290px;
	height: 100%;
	text-align: center;
	margin: auto;
}
.ejml1 li{
	height: 100%;
	display: inline-block;
	margin-right: 30px;
}
.ejml1 li:last-child{
	margin-right: 0;
}
.ejml1 a{
	display: block;
	height: 100%;
	line-height: 95px;
	font-size: 20px;
	color: white;
}
.ejml1 a:hover{
	color: #0b75d5;
}
@media (max-width: 1300px) and (min-width: 1020px) {
	.HEADER{
		width: 96%;
	}
	.logo {
	    height: 45px;
		margin-top: 32px;
	}
	.seachs {
	    width: 280px;
	}
	.seachs1 {
	    width: 70%;
	}
	.seachs2 {
	    width: 30%;
	}
	.ejml1{
		width: 96%;
		display: flex;
		justify-content: center;
	}
	.mulu {
	    display: flex;
	    justify-content: center;
	}
}
@media (max-width: 1020px) {
	.HEADERS{
		width: 100%;
		height: 1.1rem;
	}
	.HEADER{
		width: 96%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.logo{
		    height: 0.55rem;
		    margin-top: 0;
	}
	.menubtn i{ display:block; width:0.4rem; height:0.04rem; background-color:#333; -webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; transition:.5s; border-radius: 0.02rem;}
		.menubtn i:nth-child(1){ -webkit-transform-origin:left bottom; -moz-transform-origin:left bottom; -ms-transform-origin:left bottom; -o-transform-origin:left bottom; transform-origin:left bottom;}
		.menubtn i:nth-child(2){ margin-top:0.08rem;}
		.menubtn i:nth-child(3){ margin-top:0.08rem; -webkit-transform-origin:left top; -moz-transform-origin:left top; -ms-transform-origin:left top; -o-transform-origin:left top; transform-origin:left top;}
		.menubtn.on i:nth-child(1){ -webkit-transform:rotate(36deg); -moz-transform:rotate(36deg); -ms-transform:rotate(36deg); -o-transform:rotate(36deg); transform:rotate(36deg);}
		.menubtn.on i:nth-child(2){ opacity:0;}
		.menubtn.on i:nth-child(3){ -webkit-transform:rotate(-36deg); -moz-transform:rotate(-36deg); -ms-transform:rotate(-36deg); -o-transform:rotate(-36deg); transform:rotate(-36deg);}
}