/* 
---------------------------------------------
重置
--------------------------------------------- 
*/
body {
  max-width: 100%; overflow-x: hidden; background: #F8F9FB;
  font: 18px/36px "宋体", "MicroSoft YaHei", Arial, sans-serif; }
body , h1 , h2 , h3 , h4 , h5 , h6 , hr , p , blockquote , dl , dt , dd , ul , ol , li ,
pre , form , fieldset , legend , button , input , select, textarea ,
th, td { margin: 0; padding: 0; }
img { border: none; max-width: 100%; }
a { color: #2b2a3c; text-decoration: none; }
a:hover { text-decoration: none; }
a , area { blr: expression(this.onFocus=this.blur()); }
ul , ol , li { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; max-width: 100%; }
input , :focus { outline: 0; }
input[type="button"] , input[type="submit"] , input[type="reset"] , select { -webkit-appearance: none; appearance:none; -moz-appearance:none; -ms-appearance:none;}
input::focus-inner { padding: 0; border: 0; }
input::-webkit-input-placeholder{ color: #999; }
input::-moz-placeholder{ color: #999; }
input:-moz-placeholder{ color: #999; }
input:-ms-input-placeholder{ color: #999; }
select::-ms-expand { display: none; }
select{
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
}

.fl { float: left; } .fr { float: right; }
.clearfix::after { display: block; content: ''; height: 0; font-size: 0; clear: both; } .clearfix { zoom: 1;}
.clear { height: 0; width: 100%; overflow: hidden; font-size: 1px; line-height: 0; visibility: hidden; }
.Width { width: 1190px; margin: 0 auto; }
.hide , .onlymob { display: none; }
.container{ width:1200px; margin:0 auto; position:relative; box-sizing: border-box }
.container::after { display: block; content: ''; height: 0; font-size: 0; clear: both; }
ul::after { display: block; content: ''; height: 0; font-size: 0; clear: both; }
ul.no_after::after { display: none; content: ''; height: 0; font-size: 0; clear: both; }
/* 分页 */
.pagination-box {
	margin-top: 20px;
	line-height: 40px;
}

.pagination-box .pagination {
	margin: 0 auto 0;
	text-align: center;
}

.pagination-box .page-home {
	font-size: 14px;
	font-family: Source Han Sans SC, Source Han Sans SC-Normal;
	font-weight: Normal;
	color: #747474;
	display: inline-block;
}

.pagination-box .page-prev {
	height: 100%;
	display: inline-block;
	border: 1px solid #cccccc;
	border-radius: 4px;
	behavior: url(./css/PIE.htc);
	text-align: center;
	font-size: 14px;
	font-family: Source Han Sans SC, Source Han Sans SC-Normal;
	font-weight: Normal;
	color: #999999;
	padding: 0 19px;
}

.pagination-box .page-number {
	height: 100%;
	padding: 0 16px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	background: #ffffff;
	font-size: 14px;
	font-family: Source Han Sans SC, Source Han Sans SC-Normal;
	font-weight: Normal;
	text-align: center;
	color: #747474;
	margin: 0 3px;
	display: inline-block;
}

.pagination-box .page-active {
	background: #005E3C;
	border-color: #005E3C;
	color: #ffffff;
}
