@charset "utf-8";
/*html { filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); }*/
*{margin:0px;padding:0px;}
/*网站主体开始*/
html,body{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	color:#555;
	text-align:left;
	overflow:inherit;
	background:#fff url(../images/bg.png) repeat-x;
	font-family:Arial,Verdana,Geneva,sans-serif,Helvetica,sans-serif;
	font-size:12px;
	outline:0;
}
:focus{outline:0;}	
a:active{outline:none;}
.cl{clear:both;}
.fl{float:left;}
.fr{float:right;}
/*Box 圆角*/
.boxBanRound{
	-webkit-border-radius:25px;
	   -moz-border-radius:25px;
	     -o-border-radius:25px;
	        border-radius:25px;
			behavior: url(ie-css3.htc); 	
}
/*Box 圆角*/
.boxInfRound{
	-webkit-border-radius:63px;
	   -moz-border-radius:63px;
	     -o-border-radius:63px;
	        border-radius:63px;
			behavior:url(ie-css3.htc); 	
}

div,h1,h2,h3,h4,h5,h6,h7,dd,b,table,td,th,p,form,input,select,textarea{margin:0;padding:0;}

ul,dl,dt,li{list-style-type:none;margin:0;padding:0;}
img{border:none;}

a{color:#8a8a8a;text-decoration:none;}
a:hover{color:#0761a6;}


.header{clear:both;width:1000px;height:90px;overflow:hidden;margin:0 auto;}
.header .logo{width:145px;height:40px;float:left;padding:30px 0 0;}
.header ul{float:right;padding-top:50px;}
.header li{float:left;background:url(../images/navline.gif) no-repeat left center;}
.header li a{padding:0 15px;font-size:13px;color:#8a8a8a;}
.header li a:hover{color:#0761a6;}
.header li.noline{background:none;}


.cent{clear:both;width:1000px;height:auto;overflow:hidden;padding:10px 0;margin:0 auto;}


.foot{clear:both;width:1000px;height:auto;overflow:hidden;border-top:#eaeaea solid 1px;margin:0 auto;padding:10px 0;color:#8a8a8a;font-size:11px;}

.pagination {clear:both;overflow:hidden;height:auto;margin:20px 0;display:block;}
.pagination ul {
  float:right;
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  *zoom: 1;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination ul > li {display: inline;}
.pagination ul > li > a,
.pagination ul > li > span {float: left;padding: 4px 12px;line-height: 20px;text-decoration: none;background-color: #f5f5f5;border: 1px solid #dddddd;border-left-width: 0;color:#333;}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {color: #fff;background-color: #4c84e0;}
.pagination ul > .active > a,
.pagination ul > .active > span {color: #fff;cursor: default;}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {color: #aaa;cursor: default;background:#f5f5f5;}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
}

#returnTop {
	_display:none;
	position:fixed;
	_position:absolute;
	z-index:999;
	right:15px;
	bottom:35px;
	_bottom:auto;
	width:30px;
	height:30px;
	overflow:hidden;
	background-image:url(../images/backTop.gif);
	_background-image:url(../images/backTop.gif);
	background-repeat:no-repeat;
	background-position:0 0;
}
#returnTop:hover {background-position:0 -30px;}