html,
body,
div,
span,
object,
li,
ul,
img iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
em,
img,
strong,
sub,
sup,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
input,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  font-size: 100%;
  font-family: "微软雅黑", "宋体", "华文细黑", \5b8b\4f53, arial, sans-serif;
  color: #252525;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;}

html {
  width: 100%;
  height: 100%;
  font-size: 5.21vw;}

body {
  width: 100%;
  height: 100%;
  background-color: #e6e5e8;
  background-image: url(../images/bg.jpg);
  background-size: cover;}

ol,
ul {
  margin-bottom: 0px;}

li {
  list-style: none;}

em,
i {
  font-style: normal;}

img {
  width: auto;
  height: auto;}

img {
  border-width: 0px 0px 0px 0px;}

a {
  text-decoration: none;
  color: #252525;}

span,
p,
div {
  color: #252525;}

/* 分页 */
.current-page {
  width: 1200px;
  margin: 30px auto 0;
  overflow: hidden;}

.current-page > span {
  font-size: 14px;
  float: left;
  line-height: 30px;}

.current-page > span > input {
  width: 50px;
  height: 20px;
  text-align: center;}

.current-page .current-container {
  float: left;
 margin: 0 10px;}

#jump-page{
  transition: background .3s ease;
  -webkit-transition: background .3s ease;
  -moz-transition: background .3s ease;
  -ms-transition: background .3s ease;
  -o-transition: background .3s ease;
  height: 30px;
    background: #999;
    border: 0;
    color: #fff;
    cursor: pointer;
    width: 50px;}
#jump-page:hover{
  background: #252525;}
#all_page{
  margin-left: 10px;}


.current-container li {
  float: left;
  color: #999;}
.current-container li a {
  display: block;
  height: 30px;
  border: 1px solid #252525;
  font-size: 14px;}

.current-container li a {
  display: block;
  font-size: 14px;
  line-height: 28px;
  padding: 0 10px;
  color: #999;}
.current-container li span {
  display: block;
  font-size: 30px;
  line-height: 15px;
  margin: 0 5px 0 5px;
  cursor: pointer;}

.current-container li a i {
  color: #999;}

.current-container li:hover a {
  color: #fff;
  background: #252525;}
.current-container li:hover a {
  color: #fff;}
.current-container li:hover a i {
  color: #fff;}

.current-container li.li-active {
  color: #fff;
  background: #252525;}
