#head_all{
	overflow: hidden;min-width: 1400px;
	width: 100%;
	height:100px;
	background: #02032D;
	box-shadow: 0 5px 10px 3px #666;
}
.head{
	margin:0 auto;
	width:1200px; height:100%;
	box-shadow: -1px 5px 10px 3px #666;
}
.head_l{
	float: left;
	width: 300px;
	height: 100px;
	background: url(../images/LOGO1.png) no-repeat center;
}
.head_r{
	float: left;width: 880px;padding-right: 20px;
	box-shadow: -1px 5px 10px 2px #666;
}
.head_r_t{
	height: 48px;line-height: 48px;text-align: right;background: #02032D;color: #B3B3B3;

}
.head_r_t a{
	color: #B3B3B3; 

}
.head_r_t a:hover{
	color: #FF0000; 

}
.head_r_b{
	width: auto;height:50px;line-height: 50px;background: #02032D;color: #EFEFEF;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}
.head_r ul li{
	width: 150px;
	height: 46px;
	float: left;margin-left: 2px;padding-left:2px;padding-right:2px;
	font-size: 16px;
	font-family: "微软雅黑";
	color: #CDCDCD;
	text-decoration: none;
	text-align: center;
	line-height: 46px;
	margin-bottom: 5px;
}
.head_r ul li:hover{
	font-weight: bold;
	color: #FFFFFF;
	box-shadow: 0 0 2px 1px #666; 
}