.banner-wrap.container-fluid {
  position: relative;
  padding: 0;
}
.bani {
  width: 100%;
  height: 700px;
  position: relative;
  z-index: 1;
}
.bani li {
  width: 100%;
  position: absolute;
  left: -100%;
  top: 0;
}
.bani li.current {
  left: 0;
  z-index: 2;
}
.bani li video {
  width: 100%;
  height: 100%;
  display: block;
}
.bani li img {
  width: 100%;
  display: block;
}

.bann {
  width: auto;
  max-width: 400px;
  position: absolute;
  left: 80px;
  top: 50%;
  margin-top: -25%;
  padding: 25px 30px 44px;
  z-index: 5;

}
.bann.on{
    
}

.bann .bl {
  width: 20px;
  height: 20px;
  display: block;
  background: url(../images/arrow_right.png) no-repeat;
  cursor: pointer;
  position: absolute;
  left: 30px;
  top: 25px;
}
.bann .br {
  width: 20px;
  height: 20px;
  display: block;
  background: url(../images/arrow_left.png) no-repeat;
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 25px;
}
.bann .banne li {
  display: none;
}
.bann .banne li.morea1 a{
    display: block!important;
}
.bann .banne li.current {
  display: block;
}
.bann .banne li p {
  font-family: "Roboto";
  padding: 0 20px;
  text-align: left;
  font-family: "Roboto";
  font-size: 14px;
  line-height: 24px;

  color: #fff;
  font-weight: 400;
}
.bann .banne li span{
  font-family: "Roboto Condensed";
  font-weight: 300;
  margin-top: 50px;
  height: 96px;
  line-height: 32px;
  overflow: hidden;
  color: #fff;
  display: block;
  font-size: 26px;
  text-align: center;
}



.bann .banb {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 65px;
}
.bann .banb li {
  width: 40px;
  height: 4px;
  background: rgba(255, 255, 255, 0.25);
  display: inline-block;
  margin: 0 3px;
  cursor: pointer;
}
.bann .banb li.current {
  background: #fff;
}
.bat {
  width: 100%;
  height: 20%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  display: block;
  position: absolute;
  top: 0;
  z-index: 5;
}
.bab {
  width: 100%;
  height: 20%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 5;
}


.ban {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 10%;
    z-index: 10;
    text-align: center;
}
.ban li {
    width: 50px;
    height: 5px;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
    background: #fff;
}
.ban li.current {
    background: #2271b3;
}

.banner-wrap .bal {
  width: 40px;
  height: 40px;
  display: block;
  background: url(../images/arrow_right.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
  position: absolute;
  left: 50px;
  bottom: 1%;
  z-index: 9999;
}
.banner-wrap .bar {
  width: 40px;
  height: 40px;
  display: block;
  background: url(../images/arrow_left.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
  position: absolute;
  right: 50px;
 bottom:1%;
  margin-top: -20px;
  z-index: 9999;
}