.jwell-clients { padding: 80px 0px 60px; }
.jwell-clients .tit { text-align: center; }
.jwell-clients .tit h3 { font-size: 60px; color: var(--title-text-color); line-height: 72px; font-weight: 700; text-transform: uppercase; padding-bottom: 29px; background: url("./pics/title-line-center.png") center bottom no-repeat; }
.jwell-clients .tit p { font-size: 16px; color: var(--text-color); line-height: 24px; max-width: 940px; margin: 28px auto 0px; font-weight: 300; }
.jwell-clients .list { margin: 55px 0px 0px; position: relative; }
.jwell-clients .swiper-slide { position: relative; margin: 5px 0px; }
.jwell-clients .swiper-slide .pic { background: rgb(255, 255, 255); width: 100%; box-sizing: border-box; }
.jwell-clients .swiper-wrapper { justify-content: center; }
.jwell-clients .swiper-slide .pic img { display: block; width: 100%; transition: transform 0.5s ease 0s; }
.jwell-clients .swiper-slide:hover .pic { box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 10px; }
.jwell-clients .swiper-pagination-bullets { position: static; margin-top: 50px; width: 100%; }
.jwell-clients .swiper-pagination-bullet { height: 6px; width: 80px; margin: 0px 4px; background: rgb(228, 228, 228); border-radius: 0px; opacity: 1; box-sizing: border-box; }
.jwell-clients .swiper-pagination-bullet-active { background: var(--color-second); }
@media screen and (max-width: 1500px) {
  .jwell-clients .tit h3 { font-size: 48px; background-size: 320px; }
  .jwell-clients .tit p { font-size: 15px; margin: 25px auto 0px; }
  .jwell-clients { padding: 60px 0px; }
  .jwell-clients .list { margin: 50px 0px 0px; }
  .jwell-clients .swiper-pagination-bullets { margin-top: 40px; }
  .jwell-clients .swiper-pagination-bullet { height: 5px; width: 50px; }
}
@media screen and (max-width: 1400px) {
  .jwell-clients .tit h3 { font-size: 40px; background-size: 280px; }
  .jwell-clients .tit p { margin: 20px auto 0px; }
}
@media screen and (max-width: 991px) {
  .jwell-clients .tit h3 { font-size: 30px; background-size: 220px; padding-bottom: 25px; }
  .jwell-clients .tit p { font-size: 15px; margin: 15px auto 0px; }
  .jwell-clients { padding: 30px 0px; }
  .jwell-clients .list { margin: 30px 0px 0px; }
  .jwell-clients .swiper-wrapper { justify-content: flex-start; }
  .jwell-clients .swiper-pagination-bullets { margin-top: 20px; }
  .jwell-clients .swiper-pagination-bullet { height: 3px; width: 20px; margin: 0px 3px; }
}
