
.content_header{
	width: 100%;
	height: 79px;
	background-color: rgba(0,0,0,0.44);
	color: white;
	position: fixed;
	top:0;
	z-index: 100;
}
.content_header .header_inner{
	height: 100%;
}
.content_header .header_left{
	width: 239px;
	height: 100%;
	float: left;
	text-align: center;
	line-height: 79px;
}
.content_header .header_right{
	float: right;
}
.content_header .header_right .nav_item{
	float: left;
	position: relative;
}
.content_header .header_right .nav_item>a{
	display: block;
	height: 79px;
	padding: 0 15px;
	color: white;
	line-height: 79px;
	text-align: center;
}
.newContentHeader.content_header .header_right .nav_item>a:hover{
	color: #fff !important;
	background-color: #003264 !important;
}
.content_header .header_right .nav_item>a:hover{
	background-color: #003264;
}
.content_header .header_about{
	height: 63px;
	background-color: rgba(0,0,0,0.3);
	position: absolute;
	left: 0;
	top: 79px;
	display: none;
}
.content_header .header_about .two_list{
	float: left;
}
.content_header .header_about .two_list>a{
	padding: 0 15px;
	text-align: center;
	line-height: 63px;
	color: white;
	display: block;
}
.content_header .header_about .two_list>a:hover{
	color: #7FCDFF;
}
