#headers{
	height: 66px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.8);
	z-index: 999999999999999;
}
#headers>div{
	width: 1880px;
	height: 100%;
	margin: auto;
	display: flex;
	align-items: center;
	position: relative;
}
/* logo */
#headers .header_logo{
	height: 100%;
}
#headers .header_logo a{
	height: 100%;
	display: flex;
	align-items: center;
}
#headers .header_logo img{
	height: 54.55%;
}
/* 菜单 */
#headers .header_Ul{
	height: 100%;
	margin-left: 340px;
}
.header_Ul li{
	float: left;
	height: 100%;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	margin-right: 32px;
	font-size: 13px;
	position: relative;
}
.header_Ul li:last-child{
	margin: 0;
}
.header_Ul a{
	color: #949494;
}
.header_Ul li:hover>a{
	color: #2ba1cd;
}
.header_Ul .curHeLi>a{
	color: #2ba1cd;
}
/* 文字 */
#headers .header_inpSea{
	height: 100%;
	display: flex;
	align-items: center;
	margin-left: 130px;
}
#headers .header_inpSea span{
	font-size: 13px;
	color: #707070;
}
#headers .header_right{
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	align-items: center;
}
.header_right>div{
	width: 144px;
	height: 35px;
}
.header_right .header_rigIm_Uls{
	background-color: #212122;
	cursor: pointer;
	width: 100%;
}
.header_rigIm_Uls a{
	width: 100%;
	height: 35px;
	padding: 5px 4px;
	box-sizing: border-box;
	margin-bottom: 10px;
	display: none;
	align-items: center;
	position: relative;
	font-size: 16px;
	color: #a3a3a3;
}
.header_rigIm_Uls a:first-child{
	display: flex;
}
.header_rigIm_Uls a:hover{
	background-color: #646464;
}
.header_rigIm_Uls a .header_img1{
	height: 100%;
	margin-right: 11px;
}
.header_rigIm_Uls a .header_img2{
	position: absolute;
	right: 10px;
}



#headers .header_num{
	height: 100%;
	position: absolute;
	top: 0;
	right: 15px;
	cursor: pointer;
	opacity: 0;
	display: none;
}
.header_num div{
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
	pointer-events: all;
}
#headers .header_num img{
	height: 60%;
}
#headers .header_num .header_num_img2{
	display: none;
}
#headers .header_num div:hover .header_num_img1{
	display: none;
}
#headers .header_num div:hover .header_num_img2{
	display: inline-block;
}
@media (max-width:1900px ) {
	#headers>div{
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}
	#headers .header_right{
		right: 20px;
	}
	#headers .header_Ul{
		margin-left: 200px;
	}
	#headers .header_inpSea{
		margin-left: 100px;
	}
}
@media (max-width:1770px ) {
	#headers .header_Ul{
		margin-left: 100px;
	}
	#headers .header_inpSea{
		margin-left: 30px;
	}
}
@media (max-width:1600px ) {
	#headers .header_logo img{
		height: 46%;
	}
	.header_Ul li{
		font-size: 12px;
		margin-right: 20px;
	}
	#headers .header_inpSea span{
		font-size: 12px;
	}
}
@media (max-width:1420px ) {
	#headers .header_Ul{
		margin-left: 30px;
	}
	#headers .header_inpSea{
		display: none;
	}
}
@media (max-width:1120px ) {
	#headers .header_Ul{
		margin-left: 10px;
	}
	.header_Ul li{
		margin-right: 6px;
	}
}
/* @media (max-width:1000px ) {
	#headers{
		height: 46px;
	}
	#headers>div{
		padding: 0 20px;
		justify-content: space-between;
	}
	#headers .header_right {
	    position: static;
	}
	.header_right>div{
		height: 30px;
		width: 120px;
	}
	.header_rigIm_Uls a{
		height: 30px;
		font-size: 14px;
	}
	.header_rigIm_Uls a .header_img2{
		right: 5px;
	}
	#headers .header_Ul{
		margin: 0;
	}
	.header_Ul li{
		font-size: 14px;
		margin-right: 10px;
	}
}
@media (max-width:790px ) {
	.header_Ul li{
		font-size: 14px;
		margin-right: 6px;
	}
} */
@media (max-width:1000px ) {
	#headers .header_num{
		opacity: 1;
		display: inline-block;
	}
	.header_right>div{
		margin: 0;
	}
	#headers .header_right{
		margin-right: 40px;
	}
	#headers .header_Ul{
		width: 100%;
		position: absolute;
		top: 100%;
		left: 0;
		background-color: rgba(0,0,0,.8);
		height: auto;
		padding-bottom: 10px;
		margin: 0;
		display: none;
	}
	.header_Ul li{
		float: none;
		padding: 10px 0;
		width: 100%;
		margin: 0;
		padding-left: 50px;
		display: block;
		height: auto;
	}
	.header_Ul li:hover{
		background-color: #464646;
	}
}
@media (max-width:600px ) {
	
}