/* CSS Document */
*{margin:0;
  padding:0;
  font-size:12px;
  text-align:center;
  text-decoration:none;
  list-style:none;
  color:#000;
  font-family:"宋体"}
  img{border:0;}
  
  
/*===============================top部分===========================================*/
#top{width:1003px;
	 height:30px;
	 background:url(../images/001.jpg) no-repeat;
	 padding-top:82px;}

#top #nav{width:630px;
		  height:30px;
		  float:left;}
#top #nav li{float:left;}

#top #nav a{display:block;
			width:125px;
			height:30px;
			line-height:30px;
			color:#fff;
			float:left;}
#top #nav a:hover{font-weight:600;}
/*===============================banner部分===========================================*/

	
/*===============================bottom部分=====================================*/
#bottom{clear:both;
		width:1003px;
		height:35px;
		background:url(../images/037.gif) repeat-x;
		padding-top:25px;
		margin-top:5px;}		
#bottom #fa{width:518px;
			height:12px;
			float:left;
			padding-left:15px;}	
#bottom #fa a{display:bolock;
			  width:70px;
			  height:12px;
			  float:left;
			  border-right:1px #b9b9b9 solid;
			  color:#f9f9f9;}
	
#bottom #ban{width:470px;
			 height:12px;
			 float:left;
			 color:#f9f9f9;
			 text-align:left;}	
	
	
	
