html,body{
	margin: 0;
	font-family: "微软雅黑";
}
a{
	text-decoration: none;
	color: #292929;
}

#container_header .banner{
    background: url(../images/1920-310_01.png) no-repeat top center;
	height: 310px;
	background-x-size: 100%
}
#container_header .menu{
	height: 49px;
	background-color: #c50000;
}
#container_header .menu ul{
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 990px;
	overflow: hidden;
}
#container_header .menu ul li{
	float: left;
	height: 49px;
	line-height: 49px;
	width: 120px;
	text-align: center;
}
#container_header .menu ul .first{
	margin-left: 15px;
}
#container_header .menu ul li a{
	display: block;
	color: #ffffff;
	font-size: 16px;
}