*{
	padding:0;
	margin:0;
}
li{
	list-style-type:none;
}
header{
	    position: fixed;
		top:0;
		z-index:9999;
		width: 100%;
		font-size:14px;
}
/*.new_nav{*/
/*	width:100%;*/
/*	background:#072641;*/
/*	height:61px;*/
/**/
/*}*/
.new_nav{
	width:100%;
	background:#f8f8f8;
	height:61px;

}
/*.new_nav>li{*/
/*	float:left;*/
/*	width:20%;*/
/*	color:#fff;*/
/*	text-align:center;*/
/*	padding:10px 0 7px;*/
/*}*/
.new_nav>li{
	float:left;
	width:20%;
	color:#333333;
	text-align:center;
	padding:10px 0 7px;
}
/*.new_on{*/
/*	background:#041b30;*/
/*}*/
.new_on{
	background:#ededed;
	color:#ffffff;
}
/*.new_nav_info{*/
/*	background:#041b30;*/
/*	-moz-opacity:0.9;*/
/*	opacity: 0.9;*/
/*	color:#fff;*/
/*}*/
.new_nav_info{
	background:#f8f8f8;
	-moz-opacity:1;
	opacity: 1;
	color:#333;
}
.new_nav_info>li{
	width:100%;
	float:left;
	text-align:center;
	line-height:40px;
}
