* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
ul,
ol,
li {
  list-style: none;
}
em {
  font-style: normal;
}
img {
  border: 0;
  display: block;
}
header {
  background: #fff !important;
  border-bottom: 1px solid #ccc;
}
.main {
  width: 1200px;
  overflow: hidden;
  margin: 0 auto;
}
.logo {
  margin-top: 14px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.logo img {
  margin-top: 0;
  max-height: 36px;
}
.ar_nav,
.nav_wrap {
  height: 70px;
  overflow: hidden;
}
.nav_wrap {
  position: relative;
}
.nav_item {
  min-width: auto;
  float: left;
}
.ts {
  transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.nav_item span a {
  height: 70px;
  line-height: 70px;
  font-size: 16px;
  padding: 0;
  margin-left: 30px;
  color: #333;
  position: relative;
  display: block;
  text-align: center;
}

.crumb {
  margin: 15px auto;
  width: 1200px;
}
.crumb,
.crumb a {
  font-size: 14px;
  color: #8f8f8f;
}
.ico {
  background: url(../img/icon.png) no-repeat;
  background-size: 1000px 1000px;
}
.crumb i {
  display: inline-block;
  width: 15px;
  height: 18px;
  background-position: -488px -6px;
  margin-right: 8px;
  position: relative;
  top: 3px;
}
.clearfix:after {
  content: '';
  clear: both;
  display: block;
}
.footer-copy {
  padding: 26px 0 22px;
  background: #222;
  text-align: center;
  margin-top: 15px;
}
.footer-copy .p1 {
  margin-bottom: 15px;
  line-height: 13px;
  font-size: 12px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #999;
}
.footer-copy .link,
.footer-copy .p2 {
  line-height: 17px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #999;
}
.cooco-middle {
  display: inline-block;
  vertical-align: middle;
}

/* 分页 */
/* 分页 */
.pagewrap {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #666666;
  overflow: hidden;
  margin: 10px 0;
}
.pagewrap .pageination {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 !important;
}
.pagewrap a,
.pagewrap span {
  display: inline-block;
  height: 38px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #d1d1d6;
  border-radius: 5px !important;
  padding: 0 15px !important;
  margin: 0 2px;
  font-size: 16px;
  color: #626675;
}
.pagewrap .active a::before {
  display: none !important;
}
.pagewrap a.current,
.pagewrap .active a,
.pagewrap a:hover {
  color: #fff;
  border: 1px solid #2b99ff !important;
  background: #2b99ff !important;
}

.pagewrap span {
  padding: 0 15px;
}

.pagewrap li {
  display: inline-block;
  _zoom: 1;
  display: inline;
  border-radius: 0 !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  margin-right: 10px !important;
}

.pagewrap .page {
  margin: 0 auto;
  display: block;
}

.pagewrap li.active a {
  color: #fff;
  border: 1px solid #2b99ff;
  background: #2b99ff;
}
