.jwell-clients {
}

.jwell-clients .tit {
  text-align: center;
}
.jwell-clients .tit h3 {
}
.jwell-clients .tit p {
  margin: 15px auto 0;
}

.jwell-clients .list {
  margin: 35px 0 0;
  position: relative;
}



.jwell-clients .swiper-slide {
  position: relative;
  margin: 5px 0;
  height: 130px;
}
.jwell-clients .swiper-slide .pic {
  background: #fff;
  width: 100%;
  border: 1px solid #919191;
  box-sizing: border-box;
}
.jwell-clients .swiper-slide .pic img {
  display: block;
  width: 100%;
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
}
.jwell-clients .swiper-slide:hover .pic {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.jwell-clients .swiper-pagination-bullets {
  position: static;
  width: 100%;
}
.jwell-clients .swiper-pagination-bullet {
  height: 6px;
  width: 80px;
  margin: 0 4px;
  background: #e4e4e4;
  border-radius: 0;
  opacity: 1;
  box-sizing: border-box;
}
.jwell-clients .swiper-pagination-bullet-active {
  background: var(--color-second);
}

@media screen and (max-width: 1500px) {
 
 

  
  .jwell-clients .list {
    margin: 50px 0 0;
  }

  .jwell-clients .swiper-pagination-bullet {
    height: 5px;
    width: 50px;
  }
}

@media screen and (max-width: 1400px) {
 
  .jwell-clients .tit p {
    margin: 20px auto 0;
  }
}

@media screen and (max-width: 768px) {

.jwell-clients .swiper-slide {

  height: 100px;
}

  .jwell-clients .list {
    margin: 30px 0 0;
  }
  
  .jwell-clients .swiper-pagination-bullet {
    height: 3px;
    width: 20px;
    margin: 0 3px;
  }
}
