.header {
	/*    position: fixed;*/

	width: 100%;
	height: 90px;
	background-color: rgba(0, 0, 0, 0.8);/*    z-index: 99;*/

}
.pmeun{display: none;}
.header_logo{
	float: left;
  width: 207px;
	height: 60px;
	margin: 15px 0;
}
.header_logo img{
	width: 100%;
}
.header_list {
	float: right;
	width: 836px;
	height: 90px;
/*	overflow: hidden;*/
}
.header_list li {
	float: left;
	/* height: 42px; */
	border-radius: 5px;
/*	margin: 24px 0;*/
	padding: 24px;
	text-align: center;
	line-height: 42px;
	color: #ffffff;
	font-size: 18px;
	position: relative;
	
}
.header_list li.item_focus {
/*	background-color: #0b4da2;*/
	font-weight: bold;
	font-size: 20px
}
.header_list li a {
	color: #ffffff;
}
.flx{
	position: absolute;
	z-index: 9999;
	font-size: 16px; 
	background-color: rgba(51,51,51,0.8);
	top:90px;
	padding-left: 15px;
	padding-right: 15px;
/*	width: auto;*/
	left:0;
	width: 120px;
	display: none;
box-sizing: border-box;
}
.header_list li:nth-child(3) .flx{
	width: 170px;
}
.header_list li:nth-child(6) .flx{
	width: 142px;
}
.header_list li:hover .flx{
	display: block;
}
.header_list li.item_focus .flx p a{
	font-weight: normal;
}
.header_list li.item_focus .flx p:hover a{
	font-weight: bold;
}
.p-menu{display: none;position: fixed;top: 0;height: 100vh;background: rgba(11, 77, 161, 0.95);z-index: 999;width: 100%;}
.p-menu .cuo{text-align: right;}
.p-menu .cuo img{width: 50px;}
.p-menu ul{padding-left: 25px;padding-right: 25px;}
.p-menu ul li{height: 50px;line-height: 50px;border-bottom: 1px solid #ffffff;}
.p-menu ul li a{color: #ffffff;font-size: 16px;margin-left: 35px;}
@media only screen and (max-width:1024px){
	/* .header{padding: 0 7.5px;} */
	.middle{width: 100%;}
	.header_list{display: none;}
	.header{height: 45px;background: rgba(68, 82, 105, .95);}
	.header_logo{width: 100px;height: auto;margin: 0;margin-top: 5px;margin-left: 7.5px}
	.pmeun{display: block;float: right;}
	.pmeun img{width: 30px;height: 26px;margin-right: 15px;margin-top: 10px;}
}











