.section-wrap .title {
  width: 95%;
  margin: 0 auto;
  text-align: center;
}

.section-wrap .title h1,
.section-wrap .title h1 a,
.section-wrap .title h2,
.section-wrap .title h2 a,
.section-wrap .title h3,
.section-wrap .title h3 a,
.section-wrap .title h4,
.section-wrap .title h4 a,
.section-wrap .title h5,
.section-wrap .title h5 a {
  font-size: 36px;
  letter-spacing: 2px;
  color: #000009;
}

.section-wrap .title b {
  display: block;
  margin-bottom: 8px;
  color: var(--color-primary);
  font-size: 17px;
  font-family: var(--font-family);
  letter-spacing: 0;
}

.section-wrap .title p {
  margin-top: 20px;
}

.section-wrap {
  padding: 100px 0;
}

.goods-advanced {
  background-attachment: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  background-repeat: no-repeat;
  background-size: cover;
}

.goods-advanced .title h3,
.goods-advanced .title p {
  color: #fff !important;
}

.goods-advancedcon {
  margin-top: 40px;
}

.goods-advancedcon .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.goods-advancedcon li {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
}

.goods-advancedcon li span {
  display: block;
  overflow: hidden;
}

.goods-advancedcon li img {
  width: 100%;
  aspect-ratio: 1 /1;
}

.goods-advancedcon li:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.goods-advancedcon li h3 a {
  font-family: var(--font-family);
  font-size: 16px;
  color: #000;
}

.goods-advancedcon li h3 a:hover {
  color: var(--color-primary);
}

.goods-advancedcon li div {
  padding: 20px;
}

.goods-advancedcon li p {
  margin-top: 10px;
  font-size: 13px;
  line-height: 20px;
}

.goods-advancedbt {
  margin-top: 10px;
  text-align: center;
  position: relative;
}

.section-wrap .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.section-wrap .swiper-container {
  width: 100%;
  overflow: hidden;
}

.section-wrap .swiper-slide {
  flex-shrink: 0;
  position: relative;
  transition-property: transform;
}

.section-wrap .swiper-pagination {
  position: relative;
  text-align: center;
  margin-top: 50px;
  margin-left: 6px;
  vertical-align: top;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
}

.section-wrap .swiper-pagination-progressbar {
  display: inline-block;
  width: 282px;
  height: 4px;
  background: #eeeeef;
  border-radius: 16px;
  overflow: hidden;
}

.section-wrap .swiper-pagination-progressbar-fill {
  background: var(--color-primary);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  border-radius: 16px;
}

@media screen and (max-width: 1280px) {
  .section-wrap {
    padding: 60px 0;
  }
}

@media screen and (max-width: 960px) {
  .section-wrap {
    padding: 40px 0;
  }
}
