.jwell-featured_products {
  padding: 0px 0 70px 0;
}
.jwell-featured_products .tit {
  text-align: center;
}
.jwell-featured_products .tit h3 {
  text-align: center;
    border-radius: 10px;
    margin: 20px auto;
    width: 52%;
    background: var(--color-primary);
    line-height: 1.6em;
    font-size: 32px;
    color: #fff;
    font-weight: 700;
}
.jwell-featured_products .tit p {
  font-size: 16px;
  color: var(--text-color);
  line-height: 24px;
  max-width: 1200px;
  margin: 28px auto 0;
  font-weight: 300;
}

.jwell-featured_products .list {
  position: relative;
}
.jwell-featured_products .swiper-slide {
  box-sizing: border-box;
  position: relative;
  box-shadow: 0 0 5px 0 rgba(63, 62, 62, 0.1);
}
.jwell-featured_products .swiper-slide .pic {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.jwell-featured_products .swiper-slide .link{width: 110px;display: block;margin: 0 auto;text-align: center;background: var(--title-text-color);padding: 9px 10px;color: #fff;border-radius: 10px;}
.jwell-featured_products .swiper-slide h5 {
  padding: 15px;
  box-sizing: border-box;
  background: #fff;
  font-size: 21px;
  color:var(--title-text-color);
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.jwell-featured_products .swiper-pagination-bullets {
  position: static;
  width: 100%;
  margin: 60px 0 0;
}
.jwell-featured_products .swiper-pagination-bullet {
  width: 90px;
  height: 6px;
  margin: 0 5px;
  background: var(--color-primary);
  border-radius: 0;
  opacity: 1;
}
.jwell-featured_products .swiper-pagination-bullet-active {
  background: var(--color-second);
}

@media screen and (max-width: 1500px) {
  .jwell-featured_products .tit h3,
  .indexG .tit h3,
  .indexE .top .tit h3,
  .indexC .tit h3 {
    font-size: 48px;
    background-size: 320px auto;
  }
  .jwell-featured_products .tit p,
  .indexG .tit p,
  .indexE .top .tit p,
  .indexC .tit p {
    font-size: 15px;
    margin: 25px auto 0;
  }

  .jwell-featured_products .list {
    margin: 60px 0 0;
  }
  .jwell-featured_products .swiper-slide .fun-btn {
    padding: 0 20px;
  }
  .jwell-featured_products .swiper-slide .fun-btn::after {
    left: 15px;
    top: 15px;
    right: 15px;
    bottom: 15px;
  }
  .jwell-featured_products .swiper-slide .fun-btn h6 {
    font-size: 18px;
  }
  .jwell-featured_products .swiper-slide h5 {
    font-size: 18px;
  }

  .jwell-featured_products .swiper-pagination-bullets {
    margin: 50px 0 0;
  }
  .jwell-featured_products .swiper-pagination-bullet {
    width: 60px;
    height: 5px;
  }
}

@media screen and (max-width: 1400px) {
  .jwell-featured_products .tit h3,
  .indexG .tit h3,
  .indexE .top .tit h3,
  .indexC .tit h3 {
    font-size: 40px;
    background-size: 280px auto;
  }
  .jwell-featured_products .tit p,
  .indexG .tit p,
  .indexE .top .tit p,
  .indexC .tit p {
    margin: 20px auto 0;
  }
}

@media screen and (max-width: 768px) {
  .jwell-featured_products .tit h3,
  .indexG .tit h3,
  .indexE .top .tit h3,
  .indexC .tit h3 {
    font-size: 30px;
    background-size: 220px auto;
    padding-bottom: 25px;
  }
  .jwell-featured_products .tit p,
  .indexG .tit p,
  .indexE .top .tit p,
  .indexC .tit p {
    font-size: 15px;
    margin: 15px auto 0;
  }

  .jwell-featured_products {
    padding: 30px 0;
  }
  .jwell-featured_products .list {
    margin: 30px 0 0;
  }
  .jwell-featured_products .swiper-slide .fun-btn {
    padding: 0;
    display: none;
  }

  .jwell-featured_products .swiper-slide h5 {
    padding: 15px 10px;
    font-size: 16px;
  }

  .jwell-featured_products .swiper-pagination-bullets {
    margin: 25px 0 0;
  }
  .jwell-featured_products .swiper-pagination-bullet {
    width: 30px;
    height: 4px;
  }
}

@media screen and (max-width: 480px) {
  .jwell-featured_productsA .tit h3,
  .indexG .tit h3,
  .indexE .top .tit h3,
  .indexC .tit h3 {
    font-size: 24px;
    background-size: 160px auto;
    padding-bottom: 20px;
  }

  .jwell-featured_products .swiper-pagination-bullet {
    width: 18px;
    height: 3px;
    margin: 0 3px;
  }
}



@media screen and (max-width:600px){
.jwell-featured_products .tit h3 {
    margin: 20px auto 0 !important;
    width: 80% !important;
}

}