@charset "utf-8";
html {
  height: 100%;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
}
body, header, footer, article, video, section, div, h1, h2, h3, h4, h5, h6, ul, ol, li, img, p, form, input, textarea, select, label, table, tr, dl, dt, dd {
  margin: 0;
  padding: 0;
  transition: all .5s;
}
body {
  font-family: -apple-system, "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
  /*font-size: 1.4rem;*/
  font-size: 14px;
  color: #111;
  min-width: 320px;
  background: #eee;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
em, i, u {
  font-style: normal;
  text-decoration: none;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #111;
}
.yinc {
  display: none
}
input, textarea, select, button {
  border: none;
  outline: none;
  /*-webkit-appearance: none;*/
  border-radius: 0;
}
video, img {
  width: 100%;
  max-width: 100%;
  border: none;
  outline: none
}
::-webkit-input-placeholder {
  color: #555;
  /*font-size: 1.4rem;*/
  font-size: 14px;
}
.baidi {
  background: #fff;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: solid 1px #ddd;
}
td, th {
  padding: 10px;
  line-height: 22px;
  border: solid 1px #ddd;
  overflow: hidden
}
.mobansu_flex {
  display: -webkit-box;
  display: -moz-flex;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mobansu_lb {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.mobansu_cz {
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.mobansu_pz {
  -webkit-justify-content: center;
  justify-content: center;
}
.weizhi {
  /*font-size: 1.3rem;*/
  font-size: 13px;
  color: #555;
  height: 35px;
  height:auto;
  line-height: 35px;
  overflow: hidden;
}
.weizhi p {
  padding: 0 8px;
}
.weizhi a {
  /*font-size: 1.3rem;*/
  font-size: 13px;
  color: #555;
      color: #fff;
    background: #444;
    margin: 3px;
    padding: 5px;
}
.pagelist {
  text-align: center;
  padding: 20px 0;
  overflow: hidden;
}
.pagelist a {
    line-height: 40px;
  padding: 5px 10px;
  background: #3c73dc;
  color: #FFF;
  font-size: 14px;
  border-radius: 3px;
  margin: 0 2px;
}
.pagelist span {
    line-height: 40px;
  padding: 5px 10px;
  background: #333;
  color: #FFF;
  font-size: 14px;
  border-radius: 3px;
  margin: 0 2px;
}
.mobansu_nav {
  position: fixed;
  background: #555;
  background: rgba(0, 0, 0, 0.6);
  padding: 5px 0;
  padding-top: 8px;
  bottom: 0;
  display: none;
  width: 100%;
  z-index: 999999999;
}
.mobansu_nav li {
  -webkit-flex: 1;
  flex: 1;
  overflow: hidden;
  text-align: center;
}
.mobansu_nav li a {
  display: block;
  color: #fff;
  /*font-size: 1.3rem;*/
  font-size: 13px;
  cursor: pointer
}
.mobansu_nav li p {
  /*font-size: 1.4rem;*/
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
}
.mobansu_nav li img {
  width: 25px;
  height: 25px;
}
.mobansu_kd {
  margin: 0 auto;
  max-width: 1350px;
  max-width:1200px;
  overflow: hidden
}
@keyframes mobansu {
  0% {
    transform-origin: top;
    transform: scale(1, 0);
  }
  100% {
    transform-origin: top;
    transform: scale(1, 1);
  }
}
@-webkit-keyframes mobansu {
  0% {
    transform-origin: top;
    transform: scale(1, 0)
  }
  100% {
    transform-origin: top;
    transform: scale(1, 1);
  }
}
@media(max-width:769px) {
  .mobansu_nav {
    display: block;
  }
}
/*全局样式结束*/
header {
  background: #fff;
  padding: 5px 10px;
  transform: none;
}
.toubu {
  background: #fff
}
.mblogo {
  flex: 0.8;
}
.mblogo img {
  max-width: 160px;
}
.mbnav {
  flex: 6.5;
  margin: 0 2%;
  line-height: 35px;
  height: 35px;
  overflow: hidden;
}
.mbnav li {
  text-align: center;
  width: 11%;
  transition: all .5s;
}
.mbnav li a {
  color: #111;
  padding: 3px 5px;
  margin: 0 1px;
  /*font-size: 1.5rem*/
  font-size: 15px;
  border-radius: 4px;
}
.mbnav li a:hover {
  font-weight: bold;
  color: #0080FF
}
.mbnav .cur {
  font-weight: bold;
  color: #0080FF
}
.mbssuo {
  flex: 1.5;
  position: relative;
}
.caidan {
  width: 30px;
  margin-left: 2%;
  cursor: pointer
}
.mbssuo input::-webkit-input-placeholder {
  color: #777;
}
.mbssuo .ktxt {
  background: #eee;
  width: 96%;
  flex: 1;
  padding-left: 4%;
  border-radius: 10px;
  color: #777;
  display: block;
  line-height: 30px;
  height: 30px;
}
.mbssuo .kbtn {
  color: #eee;
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  text-align: center;
  border-radius: 50px;
  /*font-size: 1.6rem;*/
  font-size: 16px;
  cursor: pointer;
  display: block;
  height: 30px;
  background: url(/mobansu/ico/ss.svg) no-repeat center;
}
.wapnav {
  overflow: inherit;
  display: none;
  position: relative
}
.wapnav div {
  padding: 20px 2%;
  width: 96%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, .1);
  -webkit-animation: mobansu 1s;
  animation: mobansu 1s;
}
.wapnav dl {
  padding-bottom: 6px;
  line-height: 30px;
}
.wapnav dl i {
  border-left: solid 5px #CB151E;
  /*font-size: 1.6rem;*/
  font-size: 16px;
  font-weight: bold;
  color: #333;
  padding-left: 6px;
}
.wapnav dd img {
  width: 26px;
  cursor: pointer
}
.wapnav ol {
  padding: 12px 0;
}
.wapnav li {
  margin: 5px;
  border: solid 1px #ddd;
  padding: 0 10px;
  line-height: 35px;
  text-align: center;
  height: 35px;
  border-radius: 4px;
  overflow: hidden
}
footer {
  background: #333
}
.foot {
  padding: 20px 3%;
  color: #eee;
  text-align: center;
}
.foot a {
  color: #eee;
}
.foot p {
  padding-bottom: 10px;
}
@media(max-width:769px) {
  .mbnav {
    display: none
  }
  .mblogo img {
    width: 68%;
    max-width: 90px;
  }
}
.huiding {
  width: 43px;
  position: fixed;
  overflow: hidden;
  bottom: 200px;
  right: 5px;
  z-index: 999999999
}
.huiding li {
  margin-bottom: 3px;
  background: #444;
  text-align: center;
  padding: 10px 0;
  border-radius: 2px;
}
.huiding li p {
  /*font-size: 1.2rem;*/
  font-size: 12px;
  overflow: hidden;
  color: #fff;
}
.huiding img {
  width: 60%;
}
@media(max-width:769px) {
  .huiding {
    display: none
  }
}
.ad1 {
  background-color: #fff;
 /* border: 2px dashed #bbb;*/
  text-align: center;
  color: #aaa;

  line-height:auto;
  font-size: 15px;
  margin-bottom: 8px;
}

