@charset "utf-8";
/* CSS Document */

body{
    margin:0 auto;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#a9d26c,endColorStr=#ffffff); /*IE 6 7 8*/ 

	background: -ms-linear-gradient(top, #a9d26c,  #ffffff);        /* IE 10 */

	background:-moz-linear-gradient(top,#a9d26c,#ffffff);/*火狐*/ 

	background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#a9d26c), to(#ffffff));/*谷歌*/ 

	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a9d26c), to(#ffffff));      /* Safari 4-5, Chrome 1-9*/

	background: -webkit-linear-gradient(top, #a9d26c, #ffffff);   /*Safari5.1 Chrome 10+*/

	background: -o-linear-gradient(top, #a9d26c, #ffffff);  /*Opera 11.10+*/
}
#container{
	height:auto;
	text-align:right;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow:hidden;
    }

#top{
	width:980px;
	height:250px;
	background: url(wlwhj/top.jpg) no-repeat;
	}
#mulu{
	width:975px;
	height:425px;
	float:left;
	margin-top:5px;
	margin-left:0px;
	border: 2px solid #a0c944;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}
.leftcolumn{
	margin-top:5px;
	margin-bottom:0px;
	margin-left:5px;
	width:100%;
	
}
.leftcolumn ul
	{
	padding:0px;
	margin:0px;
	display:block;
	width:99%;
	}
.leftcolumn ul li
	{
	height:24px;
	width:98%;	
	margin:0px;
	padding:2px;
	*+padding:0px;
	display:block;
	text-align:left; 
	list-style:none;
	}
.leftcolumn ul li a.leftnav
	{
	height:24px;
	float: left;
	margin:0px;
	padding:3px 0 0 16px;
	font-family:Arial;
	font-size:14px;
	font-weight: normal;
	color:#000000;
	text-decoration:none;
	background:url(tb.gif) no-repeat 2px 4px;	
	max-width:80%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;	
	}
.leftcolumn ul li a.leftnav:hover
	{
	height:24px;
	float: left;
	margin:0px;
	padding:3px 0 0 16px;
	font-family:Arial;
	font-size:14px;
	color:#ee8121;
	text-decoration:none;
	}

.r{
	float:right;
	padding-top:1px;
	line-height:20px;
	color:#919495;
	font-weight:normal;
    }
#gdtp{
	width:965px;
	height:200px;
	clear: both;
	margin-left:5px;
    }
.srtd{
	font-size:12px;
	}
#foot{
	clear:both;
	width:975px;
	height:57px;
	margin-top:0px;
	}
#fword{
	float:right;
	width:975px;
	text-align:center;
	color: #81a928;
	font-size:12px;
	line-height:20px;
}