﻿
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
ul,li{ list-style:none; margin:0; padding:0;}

/** 重置超链接元素 **/
a{
	text-decoration:none;
	cursor:pointer;
	color:#3d3d3d;
	 -moz-transition:all 0.3s ease-out; -ms-transition:all 0.3s ease-out; -o-transition:all 0.3s ease-out; -webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out;
	}

/* 提示：在 CSS 定义中，a:hover 必须被置于 a:link 和 a:visited 之后，才是有效的。*/
/* 提示：在 CSS 定义中，a:active 必须被置于 a:hover 之后，才是有效的。*/

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{
	display:block;
	}
audio,canvas,video{
	display:inline-block;
	*display:inline;
	*zoom:1;
	}
audio:not([controls]){
	display:none;
	height:0;
	}
[hidden]{
	display:none;
	}

html{
	font-size:63%;
	}
html,button,input,select,textarea{
	font-family:"Microsoft Yahei",sans-serif;
	}
body{
	margin:0;
	}
input:focus,a:focus{
	outline:none;
	}
a:active,a:hover{
	outline:0;
	}

abbr[title]{
	border-bottom:1px dotted;
	}
b,strong{
	font-weight:bold;
	}
blockquote{
	margin:1em 40px;
	}
dfn{
	font-style:italic;
	}
mark{
	background:#ff0;
	color:#000;
	}
p,pre{
	margin:0;
	}
code,kbd,pre,samp{
	font-family:monospace,serif;
	_font-family:'courier new',monospace;
	font-size:1em;
	}
pre{
	white-space:pre;
	white-space:pre-wrap;
	word-wrap:break-word;
	}
q{
	quotes:none;
	}
q:before,q:after{
	content:'';
	content:none;
	}
small{
	font-size:80%;
	}
sub,sup{
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline;
	}
sup{
	top:-0.5em;
	}
sub{
	bottom:-0.25em;
	}
dl,menu,ol,ul{
	margin: 0;
	}
dd{
	margin:0px;
	}
menu,ol,ul{
	padding:0px;
	}
nav ul,nav ol{
	list-style:none;
	list-style-image:none;
	}
img{
	border:0;
	-ms-interpolation-mode:bicubic;
	}
svg:not(:root){
	overflow:hidden;
	}
figure{
	margin:0;
	}
form{
	margin:0;
	}
fieldset{
	border:0;
	margin:0;
	padding:0;
	}
legend{
	border:0;
	padding:0;
	white-space:normal;
	*margin-left:-7px;
	}
button,input,select,textarea{
	font-size:12px;
	margin:0;
	vertical-align:baseline;
	*vertical-align:middle;
	border:none;
	}
button,input{
	line-height:normal;
	}
button,html input[type="button"],input[type="reset"],input[type="submit"]{
	-webkit-appearance:button;
	cursor:pointer;
	*overflow:visible;
	}
button[disabled],input[disabled]{
	cursor:default;
	}
input[type="checkbox"],input[type="radio"]{
	box-sizing:border-box;
	padding:0;
	*height:13px;
	*width:13px;
	}
input[type="search"]{
	-webkit-appearance:textfield;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
	}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{
	-webkit-appearance:none;
	}
button::-moz-focus-inner,input::-moz-focus-inner{
	border:0;
	padding:0;
	}
textarea{
	overflow:auto;
	vertical-align:top;
	resize:none;
	}
table{
	border-collapse:collapse;
	border-spacing:0;
	}

.hidden{ overflow:hidden;}
.fl{
	float:left;
	}
.fr{
	float:right;
	}
.clear{
	display:block;
	clear:both;
	overflow:hidden;
	}
.clearh{
	height:10px;
	clear:both;
	overflow:hidden;
	}

.clearfix:after{
	content:" ";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	float: right;
	}
.clearfix {zoom:1;}

*+html .clearfix{ min-height:1px; }

.relative{
	position:relative;
	}
hr{height:0; border-bottom:1px solid #fff; border-top:1px solid #cccccc; border-left:none; border-right:none; overflow:hidden; clear:both;}
.hide{
	display:none;
	}
.hidden{
	overflow:hidden;
	}
*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}/*为任何元素设置的内边距和边框都将在已设定的宽度和高度内进行绘制，也就是说padding和border的宽度或高度值在设定的宽度或高度中*/

/*page*/
.page{
	overflow:hidden;
	text-align:left;
	margin:0 0 40px 0;

	}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 24px 0px 0px;
  /*border-radius: 4px;*/
}
.pagination > li {
  display: inline;
   text-align:center;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #333;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
 border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color:#00a7c0;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #00a7c0;
  border-color: #00a7c0;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 12px 18px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 6px 12px;
  font-size: 14px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
/*分页CSS end*/
