@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;}
img{
	border:none;}
ul,li{
	list-style:none;}
a{
	text-decoration:none;
	color:#6d6d6d;}
a:hover{
	color:#f00;}
input{
	font-family:Microsoft YaHei , Arial, Helvetica, sans-serif;}
body{
	font-family:Microsoft YaHei , Arial, Helvetica, sans-serif;
	background:url(../images/main_bg.jpg) repeat-x #f7f7f7;
	font-size:12px;
	color:#6d6d6d;}
.clear{
	clear:both;
	float:none;}
.hide{
	display:none;}
.wapper{
	width:980px;
	margin:0 auto;}




.logo{
	background:url(../images/logo_right.png) no-repeat right bottom;
	height:89px;
	padding-top:6px;}

.nav{
	width:976px;
	padding-right:2px;
	margin:0 auto;
	background:url(../images/nav_li.jpg) no-repeat right center;
	height:32px;
	line-height:32px;}
.nav ul li{
	float:left;
	width:122px;
	text-align:center;
	background:url(../images/nav_li.jpg) no-repeat left center;}
.nav ul li a{
	color:#1d6b45;}
.nav ul li a:hover{
	color:#f00;}

.banner{
	margin-top:10px;}

.place{
	background:url(../images/place_bg.jpg) repeat-x;
	height:33px;
	line-height:33px;
	padding-left:15px;
	border-left:1px solid #e1e1e1;
	border-right:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;}
.place p{
	padding-left:23px;
	background:url(../images/place_home.jpg) no-repeat left 8px;}
.place p a{
	margin:0 5px;}







.footer{
	margin-top:40px;
	background:url(../images/footer_bg.jpg) repeat-x;}
.footer .main{
	width:980px;
	margin:0 auto;
	height:48px;
	padding:33px 0;
	text-align:right;
	color:#fff;
	line-height:24px;
	background:url(../images/f_logo.png) no-repeat left center;}
.footer .main a{
	color:#fff;}
.footer .main a:hover{
	color:#f00;}






.pages{
    padding:25px 0;
    text-align: center;}
.pages *{
    margin: 0 2px;}
.pages a{
    border: 1px solid #56b956;
	color:#666;
    padding: 2px 5px;}
.pages a:hover{
	color:#f00;
    border: 1px solid #F00;}
.pages span{
    padding: 2px 5px;}
.pages span.nolink{
	color:#ccc;
    border: 1px solid #CCCCCC;}
