@charset "utf-8";
body{
	margin:0;
	padding:0;
	background-color:#eeeeee;
	}
/************* container ******************/
#container{
	width:985px;
	margin:0 auto;
	}
#banner{
	height:262px;
	position:relative;
	}
#anothersection {
	position:absolute;
	left:865px;
	top:50px;
/*    margin:0 0 0 865px;*/
/*    padding-top:50px;*/
	font-size:12px;
	color:white;
	font-family:'宋体';
}
#anothersection a {
color:white;
	  text-decoration:none;
}
#anothersection a:hover {
text-decoration:underline;
}
/******* menu ********/
#menu{
/*    border-top:4px solid #fefefe;*/
	margin:0;
	padding:0 0 0 4px;
	list-style:none;
	height:31px;
	background-color:#f6f6f6;
	}
#menu li{
	float:left;	
/*    margin:0 0 0 47px;
	_margin:0 20px 0 25px;*/
	margin:9px 0;
	padding:0 8px;
	border-right:1px solid #666;
	font-weight:bold;
	font-size:12px;
	font-family:'宋体';
	line-height:100%;
	}
#menu li.last{
	border-right:none;
}
#menu a{
	color:#666;
	}
#menu li.on a{
	color:#be332a;
	}
#menu a:link, #menu a:visited{
	text-decoration:none;
	}
#menu a:hover{
	text-decoration:none;
	color:#be332a;
	}
/******* footer ********/
#footer{
	clear:both;
	margin:0;
	background-color:#fefefe;
	}
#footer p {
	margin:0 7px;
	padding:16px 0 35px 29px;
	background-color:#f7f7f6;
	font:normal 12px '宋体';
	color:#999;
	}



