.wrapper {
  width: 100vw;
  height: 300px;
  position: relative;
  padding: 10px;
  display: none;
}


.carousel-banner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.carousel-banner ul {
  position: absolute;
  display: block;
  list-style: none;
  /*width: 6000px;  */
  height: 100%;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
}

.carousel-banner li {
  float: left;
  height: 100%;
  width: 100%;
  /*width: 1000px;  */
  text-align: center;
  vertical-align: middle;
  /* background-color: #ccc; */
}

.carousel-banner li>a {
  display: table-cell;
  /*width*/
  text-decoration: none;
  vertical-align: middle;
}

.carousel-banner li>a h2 {
  font-size: 30px;
  color: #fff;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 0;
}

.carousel-banner li>a h3 {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
}

.carousel-banner li>a p {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
}

 

.banner-ico-box {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  text-align: center;
  z-index: 2;
}

.banner-ico-box a {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 8px;
  background-color: #fff;
  opacity: 0.6;
  cursor: pointer;
  text-decoration: none;
  border-radius: 50%;
}

.banner-ico-box a.active {
  opacity: 1;
}

.btn-banner {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: block;
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 50px;
  line-height: 60px;
  margin-top: -30px;
  cursor: pointer;
  opacity: .7;
}
.btn-banner>img,
.carousel-banner img{
  width: 100%;
  height: 100%;
  display: block;
}
.carousel-banner-box a{
  display: block !important;
}
.carousel-banner-box a .carousel-fade{
  width: 100%;
  height: 100%;
}

.btn-banner.prev {
  left: 0;
}

.btn-banner.next {
  right: 0;
}