@charset "utf-8";
/* CSS Document */

body{
	width:100%;
	color:#FFF;
	font-family:Source Han Sans CN,SimHei,PingFang SC;
	padding:0px;
	margin:0px auto;
	}
	
#top{
	background:url(images/wangye_01.png) center;
	height:550px;
	margin:0px auto;
	}
#top .nav{
	padding-top:10px;
	font-size:16px;
	width:900px;
	text-align:right;
	margin:0px auto;
	}
#top .nav a{
	color:#FFF;
	text-decoration:none;
	}
#top .nav a:hover{
	color:#FC6;
	text-decoration:none;
	}

#container{
	background:url(images/wangye_02.jpg) repeat-y;
	overflow:hidden;
	clear:both;
	}
#mid .hdzx{
	margin:0px auto;
	width:900px;
	}
#mid .hdzx .bt{
	text-align:center;
	font-weight: bold;
	font-size:30px;
	height:70px;
	}
#mid .hdzx .yf{
	text-align:center;
	font-weight:100px;
	font-size:18px;
	line-height:30px;
	background-color:#421691;
	-moz-border-radius:8px; 
	border-radius:8px;
	color:#FC6;
	}
#mid .hdzx ul{
	list-style:none;
	margin:0px;
	padding:0px;
	}
#mid .hdzx ul li{
	line-height:30px;
	}
#mid .hdzx ul li:hover{
	background-color:#7600c1;
	-moz-border-radius:8px; 
	border-radius:8px;
	}
#mid .hdzx ul li a{
	text-decoration:none;
	color:#FFF;
	}

#mid .lxwm{
	margin:0px auto;
	width:900px;
	overflow:hidden;
	}
#mid .lxwm .bt{
	text-align:center;
	font-weight: bold;
	font-size:30px;
	height:70px;
	padding-top:30px;
	}
#mid .lxwm ul{
	overflow:hidden;
	list-style:none;
	margin:0px;
	padding:0px 0px 20px 0px;
	}
#mid .lxwm ul li{
	list-style:none;
	padding-left:20px;
	line-height:30px;
	display:block;
	width:280px;
	float:left;
	text-align:left;
	}
#mid .lxwm ul li span{
	color:#FC6;
	}
#mid .lxwm ul li:hover{
	background-color:#7600c1;
	-moz-border-radius:8px; 
	border-radius:8px;
	}
	
#bot{
	line-height:30px;
	height:80px;
	border-top:solid #501bad 2px;
	background:url(images/wangye_03.jpg) center;
	padding-top:30px;
	padding-bottom:30px;
	text-align:center;
	font-size:12px;
	color: #FFF;
	margin:0 auto;

	}