/* CSS Document */

#head {
	width:100%;
	height:130px;
	margin:0px auto;}
#head .head {
	width:100%;
	height:130px;
	margin:0px auto;
	padding:0px;
	text-align:center;
	background:url(../images/headbg.png) repeat-x;
}
#head .head .head_u {
	margin:0px auto;
	padding:0px;
	text-align:center;
	width:1000px;
	height:82px;
}
#head .head .head_u .logo {
	float:left;
	margin-left:287px;
	width:436px;
	height:90px;
	background:url(../images/logo.png) no-repeat;
}
#head .head .head_u .label {
	margin:0px auto;
	padding:0px;
	height:20px;
	float:right;
	margin-top:15px;
}
#head .head .head_u .label li {
	list-style-type:none;
	float:right;
	color:#fff;
	margin-left:20px;
}
#head .head .head_u .label li a {
	color:#fff;
	
}
#head .head .head_b {
	clear:both;
	margin:0px auto;
	padding:0px;
	text-align:center;
	width:1000px;
	height:40px;
	font-size:16px;
	font-weight:bold;
	line-height:40px;
}
#head .head .head_b li {
	list-style-type:none;
	text-align:left;
	color:#fff;
	float:left;
	width:110px;
	text-align:center;
	height:43px;
}
#head .head .head_b li:hover {
	background:url(../images/menubg.png) no-repeat;
	color:#2b7e02;
}
#head .head .head_b li a {
	width:110px;
	height:43px;
	color:#fff;
	text-decoration:none;

}
#head .head .head_b li a:hover {
	
}


/*num start*/
.pages {
	width:100%;
	height:20px;
	margin-right:10px; 
	text-align:right; 
	margin-top:20px;
	margin-bottom:20px;
	color:#737373;
}
.pages span{ 
    margin-left:10px; 
	text-align:right;
   display:inline-table;
}

.pages span a {
	color:#737373;
}

.pages span a:hover {
	color:#5ca529;
}

