.HEADERS{
	width: 100%;
	height: 80px;
	background: white;
	text-align: center;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1002;
}
.header{
	width: 1400px;
	height: 100%;
	margin: auto;
	box-sizing: border-box;
	padding: 0 50px;
	display: inline-block;
	position: relative;
}
.logo{
	height: 45px;
	float: left;
	margin-top: 17px;
}
.zyqh{
	line-height: 80px;
	float: right;
	font-size: 18px;
	color: #555555;
}
.heaml{
	height: 80px;
	display: inline-block;
	margin: auto;
	/* position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%); */
}
.heaml li{
	height: 100%;
	float: left;
	margin-right: 60px;
}
.heaml li:last-child{
    margin-right: 0;
}
.heaml1{
	height: 100%;
	display: block;
	line-height: 75px;
	box-sizing: border-box;
	/*padding: 0 15px;*/
		padding: 0 20px;
	text-align: center;
}
.heaml1_1{
	width: 30px;
	display: inline-block;
	vertical-align: middle;
}
.heaml11_1{
	max-width: 100%;
	display: block;
	margin: auto;
}
.heaml11_2{
	max-width: 100%;
	display: none;
	margin: auto;
}
.heaml1_2{
	margin-left: 5px;
	font-size: 20px;
	color: #555555;
	display: inline-block;
	vertical-align: middle;
}
.heaml1.active .heaml11_1{
	display: none;
}
.heaml1.active .heaml11_2{
	display: block;
}
.heaml1.active .heaml1_2{
	color: #E60012;
}
.heaml1.active{
	border-bottom: 4px solid #E60012;
}
.heaml1:hover{
	border-bottom: 4px solid #E60012;
}
.heaml1:hover .heaml11_1{
	display: none;
}
.heaml1:hover .heaml11_2{
	display: block;
}
.heaml1:hover .heaml1_2{
	color: #E60012;
}
@media (max-width: 1400px) and (min-width: 1020px) {
	.header {
		    width: 96%;
	    padding: 0;
	}
	.heaml1{
		    padding: 0 10px;
		display: flex;
		align-items: center;
		justify-content: center;
		line-height: normal;
	}
}
@media (max-width: 1020px) {
	.HEADERS{
		height: 1rem;
	}
	.header{
		width: 90%;
		height: 100%;
		padding: 0;
		/* margin: 0.25rem auto; */
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.logo{
		height: 0.45rem;
		margin-top: 0;
	}
	.header2{
		display: flex;
		align-items: center;
	}
	.zyqh {
	    line-height: 1rem;
	    font-size: 0.26rem;
		margin-right: 0.5rem;
	}
	.menubtn{
		width: 0.55rem;
		height: 0.55rem;
		border-radius: 50%;
		background: #555555;
		box-sizing: border-box;
		padding: 0.15rem 0.125rem;
	}
	.menubtn i{ display:block; width:100%; height:0.03rem; background-color:#fff; -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(44deg); -moz-transform:rotate(44deg); -ms-transform:rotate(44deg); -o-transform:rotate(44deg); transform:rotate(44deg);}
		.menubtn.on i:nth-child(2){ opacity:0;}
		.menubtn.on i:nth-child(3){ -webkit-transform:rotate(-44deg); -moz-transform:rotate(-44deg); -ms-transform:rotate(-44deg); -o-transform:rotate(-44deg); transform:rotate(-44deg);}
}