@charset "utf-8";
/*html {
  height: 100%;
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
}
body, header, footer, video, section, div, h1, h2, h3, h4, h5, ul, ol, li, img, p, form, input, dl, dt, dd {
  margin: 0;
  padding: 0;
}
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;
  color: #111;
  min-width: 320px;
  letter-spacing: 0.6px;
  background: #eee;
}
em, i {
  font-style: normal;
}
li {
  list-style: none;
}
a {
  color: #111;
  text-decoration: none;
}*/
.kuand img{
  width: 100%;
  max-width: 100%;
  height: 298px;
  border: none;
  outline: none;
}

.kuand {
  max-width:100%;
  height: 298px;
  margin: 0 auto;
  overflow: hidden
}
.mobansu {
  overflow: hidden;
  text-align: center;
  background: #fff;
  position: relative
}
.mobansu .dwei {
  position: absolute;
  top: 50%;
  margin-top: -43px;
  width: 50px;
  height: 86px;
  display: block;
  z-index: 999999;
  cursor: pointer;
}
.mobansu .prev {
  background: url(../image/zuo.png) no-repeat center rgba(0, 0, 0, .0);
  left: 0;
}
.mobansu .next {
  background: url(../image/you.png) no-repeat center rgba(0, 0, 0, .0);
  right: 0;
}
.mobansu .tupian {
  position: relative;
  z-index: 0;
  /* padding-top: 1.5% */
}
.mobansu .tupian li {
  position: relative;
  text-align: center;
  display: table-cell;
  vertical-align: top;
}
.mobansu .tupian li img {
  vertical-align: top;
  display: block;
}
.mobansu .list {
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-left: -71px;
  z-index: 1;
}
.mobansu .list li {
  display: inline-block;
  width: 25px;
  height: 5px;
  background: #fff;
  text-indent: -9999px;
  opacity: 0.7;
  overflow: hidden;
  margin: 0 5px;
  cursor: pointer
}
.mobansu .list li.on {
  background: #F63
}
