.mobansu {
  overflow: hidden;
  text-align: center;
  background: #fff;
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  z-index: 0;
}
.mobansu .dwei {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  width: 30px;
  height: 60px;
  display: block;
  z-index: 999999;
  cursor: pointer;
  padding: 5px;
}
.mobansu .prev {
  background: rgba(0, 0, 0, 0.5) url(http://m7.yndzq.com/mobansu/ico/zuo.svg) no-repeat center;
  left:3%;
}
.mobansu .next {
  background: rgba(0, 0, 0, 0.5) url(http://m7.yndzq.com/mobansu/ico/you.svg) no-repeat center;
  right: 3%;
}
.mobansu .daimg {
  position: relative;
  z-index: 0;
}
.mobansu .daimg li {
  position: relative;
  text-align: center;
  display: table-cell;
  vertical-align: top;
}
.mobansu .daimg li a {
  display: block;
  overflow: hidden;
  max-height: 180px;
}
.mobansu .daimg li img {
  vertical-align: top;
  width: 100%;
  max-width: 100%;
  display: block;
}
.mobansu .list {
  position: absolute;
  bottom: 5px;
  left: 0%;
  z-index: 1;
  width: 100%;
}
.mobansu .list li {
  display: inline-block;
  width: 20px;
  height: 5px;
  background: #fff;
  text-indent: -9999px;
  opacity: 0.7;
  overflow: hidden;
  margin: 0 5px;
  cursor: pointer
}
.mobansu .list li.on {
  background: #F63
}