@charset "gb2312";
#banner{
	width:990px;
	height:113px;
	background-image: url(../images/banner.jpg);
	margin-right: auto;
	margin-left: auto;
}
#banner_l{
	font-size: 12px;
	width: 110px;
	float: right;
	margin-top: 30px;
	color: #666;
}
#banner_l li{
	font-size: 12px;
	float: left;
	margin-left: 5px;
	list-style-type: none;
	display:inline;
}
#banner a{
	text-decoration:none;
	color: #666;
}
#banner a:link{
	text-decoration:none;
	color: #666;
}
#banner a:visited{	
	text-decoration:none;
	color: #666;
}
#banner a:hover{	
	text-decoration:none;
	color: #093;
}
#nav{
	width:990px;
	height:41px;
	background-image: url(../images/nav.jpg);
	margin-right: auto;
	margin-left: auto;
}
#nav ul{
	font-family: "宋体";
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	margin-left: 6px;
}
#nav ul li{
	list-style-type: none;
	float: left;
	margin-top: 13px;
	width:139px;
	display:inline;
	text-align: center;
}
#nav a{
	font-family: "宋体";
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-decoration:none;
}
#nav a:link{
	font-family: "宋体";
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}
#nav a:visited{
	font-family: "宋体";
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}
#nav a:hover{
	font-family: "宋体";
	font-size: 16px;
	font-weight: bold;
	color: #CF9;
}
