@charset:utr-8;
::-moz-selection{background:#bdefac; color:#000;} 
::selection {background:#bdefac; color:#000;} 

*{
	margin:0px;
	padding:0px;
	border:0px;
}
body{
	font-family:"宋体";
	font-size:12px;
	width:1000px;
	margin:0 auto;
	background:#fff;
}
a {
	text-decoration: none;
	color:#000;
}
li{
	list-style-type:none;
}
h1{
	text-align:center;
	font-size:24px;
}
p{	
	text-indent:2em;
	font-size:14px;
	line-height:25px;
}
#header{
  width:1000px;
  height:100%;
  margin:0px;
}
#header .banner{
	height:100px;
	width:1000px;
}
#header .nav{
  height:35px;
  width:1000px;
   margin:0px;
  position:absolute; 
  background:url(imagesnav_bg.png) repeat-x;
  z-index:1000000;
}
#main{
  min-height:500px;
  width:1000px;
  background:#fff;
  margin-bottom:10px;
  }
#link{
  width:1000px;
  height:120px;
  background:#EFEFEF;
  clear:both;
}
#link h2{
  width:1000px;
  height:36px;
  background:url(imageslink_bg.gif) no-repeat;
  border-bottom:#8F8F8F solid 2px;
}
#link h2 span select{
  float:right;
}
#link p{
  font-size:14px;
  padding:10px 10px;
  color:#666;
line-height:150%;
}
#link p a{
   color:#666;
   padding:0px 6px;
   
}
#link  p a:hover{
   text-decoration:underline;
}
#footer{
  clear:both;
  width:1000px;
  height:100px;
  border-top:#10A14F solid 6px;
  background:url(imagesfooter_bg.gif);
}
#footer div{
   width:600px;
   height:23px;
   background:#10A14F;
   margin:0px auto;
   text-align:center;
   line-height:23px;
   
}
#footer div a{
  color:#FFF;
  padding:0px 6px;
}
#footer p{
   text-align:center;
   padding:6px 0px;
}


.pages{
}
.pages ul{
	float:left;
	padding:12px 0px 12px 16px;
}
.pages ul li{
	float:left;
	font-family:Tahoma;
	line-height:17px;
	margin-right:6px;
	border:1px solid #E9E9E9;
}
.pages ul li a{
	float:left;
	padding:2px 4px 2px;
	color:#555;
	display:block;
}
.pages ul li a:hover{
	color:#690;
	text-decoration:none;
	padding:2px 4px 2px;
}
.pages ul li.thisclass,
.pages ul li.thisclass a,.pagebox ul li.thisclass a:hover{
	background-color:#F8F8F8;
	padding:2px 4px 2px;
	font-weight:bold;
}
.pages .pageinfo{
	line-height:21px;
	padding:12px 10px 12px 16px;
	color:#999;
}
.pages .pageinfo strong{
	color:#555;
	font-weight:normal;
	margin:0px 2px;
}