@charset "utf-8";
/*All shared*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 12px;
	color: #333;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background:#e9f2f4 url(bg/body.gif) repeat-x;
}
ul { list-style-type: none; }
img { border: none; }
input { vertical-align: middle; }
img { vertical-align: bottom; }
a {
	color:#000;
	text-decoration: none;
}
a:hover {
	color: #C00;
	text-decoration: none;
}
a.external {
	padding-right: 10px;
	background: url(bg/external.gif) no-repeat right top;
}
input, select, textarea {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
input.text, input.button { border: none; }
input.button { cursor: pointer;}
input.text {}
table{ width: 100%; border-collapse:collapse;}
ins {
	display: none;
	text-decoration: none;
}
label {
	cursor:pointer;
	font-weight: normal;
}
.radius {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
.mid{ text-align: center; }
.clear { clear: both; }
.hidden{display:none;}

/*wrap*/
.wrap {
	width: 1001px;
	margin: 0 auto;
}
/*head*/
.wrap .head {}
.wrap .head .logo{
	width:239px;
	height:75px;
	float:left;
	margin:10px 0 10px 10px;
}
.wrap .head .banner{
	padding:56px 0 0 400px;
}
.wrap .head .banner li{
	height:31px;
	float:left;
	background:url(bg/bg.png) no-repeat 0 -243px;
	margin-left:10px;
	width:72px;
	margin-top:8px;
}
.wrap .head .banner li a{
	display:block;
	width:72px;
	height:31px;
	font-size:14px;
	text-align:center;
	line-height:31px;
	color:#4a7600;
}
.wrap .head .banner li.choosed{
	height:39px;
	width:70px;
	background:url(bg/bg.png) no-repeat 0 -204px;
	margin-top:0;
}
.wrap .head .banner li.choosed a{
	height:39px;
	line-height:39px;
	font-weight:bold;
	color:#FFF;
	width:70px;
}
/*shadow*/
.shadow{
}
.wrap .head .circle{
	width:1001px;
	height:28px;
	background:url(bg/shadow2.png) no-repeat right top;
}
.wrap .head .left{
	clear:both;
	width:20px;
	height:28px;
	float:left;
	background:url(bg/bg.png) no-repeat 0 -344px;
}
.wrap .head .middle{
	width:961px;
	height:28px;
	float:left;
	background:url(bg/bg.png) repeat-x 0 -372px;
}
.wrap .head .right{
	width:20px;
	height:28px;
	float:left;
	background:url(bg/bg.png) no-repeat 0 -400px;
}
/*content*/
.wrap .content{
	clear:both;
	width:1001px;
}
.wrap .content .contentbox{
	background-color:#FFF;
	padding-left:8px;
	padding-bottom:30px;
}
/*title*/
.title{
	display:block;
	height:27px;
	line-height:27px;
	padding-left:20px;
	background-color:#01a9fe;
	color:#FFF;
	font-size:14px;
	font-weight:500;
}
.title .more{
	font-size:12px;
	font-weight:normal;
}
/*btm*/
.btm{
	height:182px;
	background:url(bg/btm.png) repeat-x;
}
.btm .link{
	text-align:center;
	line-height:40px;
	font-size:14px;
}
.btm .link a{
	margin:0 5px;
}
.btm .link a:link{
	color:#000;
}
.btm .link a:hover{
	color:#F00;
}
.btm .copyright{
	height:95px;
	background:url(img/logo_gray.png) no-repeat left center;
	margin-left:50px;
	padding-top:50px;
}
.btm .copyright p{
	text-align:center;
	font-size:14px;
	line-height:30px;
	color:#7d7b7a;
}
/*top*/
.top{
	display:block;
	height:10px;
	background:url(bg/bg.png) repeat-x 0 -428px;
}
/*bm*/
.bm{
	padding: 10px 15px;
}
/*control*/
.control{
	width:500px;
	height: 30px;
	padding: 5px 5px 0;
	margin: 0 3px 5px;
	clear: both;
	margin-left:auto;
	margin-right:auto;
}
/*pagination*/
.control dl.pagination{
	line-height: 19px;
	height: 30px;
	clear: both;
	color: #666;
}
dl.pagination dt{
	float: left;
	padding: 1px 5px 0 0;
}
dl.pagination dd,
dl.pagination dd span,
dl.pagination dd a{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
dl.pagination dd{
	float: left;
	margin-right: 8px;
	background: #2d9bdf;
}
dl.pagination dd span,
dl.pagination dd a{
	display: block;
	text-decoration: none;
	padding: 0 5px;
	border: 1px solid #CCC;
}
dl.pagination dd span{
	color: #FFF;
	border-color: #333;
}
dl.pagination dd a{
	color: #333;
	background: #e8e8e8;
}
dl.pagination dd a:hover{
	color: #FFF;
	border-color: #C9E6F9;
	background: #2d9bdf;
}

