/*banner*/
.qili-bframe {
  overflow: hidden;
  position: relative;
}

.qili-bframe .swiper-container {
  height: 100%;
  width: 100%;
}

.qili-bframe .swiper-slide {
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}

.qili-bframe .swiper-slide img {
  width: 100%;
}

.qili-bframe .swiper-slide video {
  width: 100%;
}
.qili-bframe::after{
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  padding:80px 0;
  z-index:20;
  background:linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}
.qili-bframe .swiper-pagination {
  bottom: 8.3rem !important;
  /*! display: none; */
}

.qili-bframe .swiper-pagination .swiper-pagination-bullet {
 background:#fff;
  opacity: 1;
  width: 62px;
  height: 5px;
  border-radius:5px;
}

.qili-bframe .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--btn-bg-hover) !important;
}

.qili-bframe .qili-btndown {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  z-index: 3;
  border: 1px solid rgba(104, 175, 86, 0.2);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.qili-bframe .qili-btndown i {
  font-size: 20px;
}

@media(max-width: 1600px) {
  .qili-bframe .qili-btndown {
    bottom: 16px;
    width: 51px;
    height: 51px;
  }
  .qili-bframe .qili-btndown i {
    font-size: 16px;
  }
}

@media(max-width: 1440px) {
  .qili-bframe .qili-btndown {
    bottom: 14px;
    width: 40px;
    height: 40px;
  }
  .qili-bframe .qili-btndown i {
    font-size: 14px;
  }
  .qili-bframe .swiper-pagination {
  	bottom: 5.3rem !important;
  }
}

@media(max-width:991px){
.qili-bframe .swiper-pagination {
  bottom: 3.5rem !important;
}
 .qili-bframe .swiper-pagination .swiper-pagination-bullet {
 background:#fff;
  opacity: 1;
  width:40px;
  height: 5px;
  border-radius:5px;
}
}

@media(max-width: 639px) {
  .qili-bframe .qili-btndown {
    bottom: 12px;
    width: 36px;
    height: 36px;
  }
  .qili-bframe .qili-btndown i {
    font-size: 12px;
  }
}

@media(min-width: 1px) and (max-width:1079px) {
  .qili-bframe {
    position: relative;
    z-index: 1;
    margin-top: 0;
  }
}


@media(max-width:480px){
 .qili-bframe .swiper-pagination {
    bottom: 0.5rem !important;
  }
  .qili-bframe .qili-btndown {
    bottom: 30px;
  }
}