body {
  -webkit-font-smoothing: antialiased;
}
html,
body {
  height: 100%;
}
html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
*,
article,
aside,
audio,
body,
button,
dd,
div,
dl,
dt,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
input,
legend,
li,
menu,
nav,
ol,
p,
pre,
section,
td,
textarea,
th,
ul,
video {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
:after,
:before {
  box-sizing: border-box;
}
ul,
li,
dl,
dt,
dd,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
img::-moz-selection {
  background: 0 0;
}
img::selection {
  background: 0 0;
}
img::-moz-selection {
  background: 0 0;
}
address,
caption,
cite,
code,
dfn,
em,
optgroup,
th,
var {
  font-style: inherit;
  font-weight: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
  line-height: 1.4;
}
input::-webkit-search-cancel-button {
  display: none;
}
button,
input,
select,
textarea {
  margin: 0;
  vertical-align: middle;
  border: none;
  background: none;
}
input[type=password],
input[type=email],
input[type=number],
input[type=url],
input[type=date],
input[type=search],
input[type=text],
select,
textarea,
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 111111s;
    -webkit-transition: color 11111s ease-out, background-color 111111s ease-out;
}
button,
input[type=button],
input[type=reset],
input[type=submit],
select {
  cursor: pointer;
}
input,
textarea,
select,
button {
  outline: none;
}
button,
input {
  line-height: normal;
}
textarea {
  resize: none;
}
button,
input,
select,
textarea,
body {
  font-size: 14px;
  color: #333;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
img {
  border: none;
  vertical-align: middle;
}
a,
button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border: none;
  color: #333;
  text-decoration: none;
}
a {
  color: #333;
  outline: none;
  outline-offset: 0;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #002f7b;
  outline: none;
  outline-offset: 0;
  text-decoration: none;
}
.clearfix:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.tl {
  text-align: left;
}
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.b {
  font-weight: bold;
}
.iconfont {
  font-size: inherit;
}
html {
  font-size: 100px !important;
}
@media (max-width: 1400px) {
  html {
    font-size: 90px !important;
  }
}
@media (max-width: 1200px) {
  html {
    font-size: 80px !important;
  }
}
@media (max-width: 992px) {
  html {
    font-size: 70px !important;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 60px !important;
  }
}
@media (max-width: 480px) {
}
@media (max-width: 767px) {
    .hidden-xs {
        display:none !important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .hidden-sm {
        display:none !important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .hidden-md {
        display:none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display:none !important
    }
}
.wrap {
	width: 92%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto
}
.img-mobilex, .img-mobilex-2 {
    display: none;
}
.dot{display: block;white-space: nowrap; text-overflow: ellipsis;overflow: hidden;}
/*2行文本省略号*/
.dot2 {display: -webkit-box;display: box;overflow: hidden;text-overflow: ellipsis;word-break: break-all;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
/*3行文本省略号*/
.dot3 {display: -webkit-box;display: box;overflow: hidden;text-overflow: ellipsis;word-break: break-all;-webkit-box-orient: vertical;-webkit-line-clamp: 3;}

.cover-box {
    position: relative;
    display: block;
    overflow: hidden
}

.cover-box .coverimg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
    transition: transform .6s ease 0s
}

.cover-box .coverimg.contain {
    background-size: contain
}

.cover-box ._bg {
    width: 100%;
    visibility: hidden;
    display: block
}

.cover-box .icon-bofang1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 5;
    font-size: .4rem;
    color: #fff;
    transition: .6s
}

@media (min-width: 993px) {
    .cover-box:hover .cover-tip {
        opacity:1;
        filter: alpha(opacity=1)
    }

    .cover-box:hover .coverimg {
        transform: scale(1.05, 1.05)
    }

    .cover-box:hover .icon-bofang1 {
        font-size: .6rem
    }
}
/*分页*/
#pages {
    text-align: center;
    margin-top: 30px;
}

#pages li {
    margin: 0 2px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #e6e6e6;
    color: #333;
    display: inline-block;
}
#pages li a{
    font-size: 14px;
    display: block;
    padding: 0 12px;
}
#pages li span{
    font-size: 14px;
    display: block;
    padding: 0 12px;
}
#pages li.active {
    text-align: center;
    background: #263c92;
    color: #fff;
    display: inline-block;
}

#pages li:hover {
    background: #263c92;
}

#pages li:hover a {
    color: #fff;
}