*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}
html {
  font-size: 62.5%;
  box-sizing: border-box;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB",
    "Microsoft YaHei", SimSun, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
}
.section-title {
  width: 120rem;
  margin: 0 auto;
}
.section-title img {
  width: 100%;
}
.section-products,
.section-products2,
.section-relation {
  width: 124rem;
  margin: 0 auto;
  padding: 10rem 0 3rem;
  position: relative;
  overflow: hidden;
}
.section-relation .swiper-container {
  width: 120rem;
  overflow: hidden;
  position: relative;
}
.imgName {
  width: 100%;
  margin: 1rem 0;
}
.imgName h3 {
  font-size: 1.8rem;
}
.products-list {
  padding-top: 5rem;
  position: relative;
  z-index: 2;
}
.heading-secondary {
  font-size: 3.8rem;
  line-height: 3.8rem;
  text-align: center;
  color: #000;
  font-family: medium;
}
.section-products .swiper-container {
  width: 120rem;
  overflow: hidden;
  position: relative;
}
.products-list .swiper-slide {
  transform: translateX(2.5rem);
}
.swiper-button-prev {
  left: 30px;
}
.swiper-button-next {
  right: 30px;
  left: auto;
}
.imgDiv {
  position: relative;

  overflow: hidden;
}
.imgDiv img {
  width: 100%;
  border-radius: 10px;
}
.imgList .box {
  margin-right: 5rem;
}
.swiper-button-next,
.swiper-button-prev {
  outline: none;
}
.product-xwc {
  display: flex;
  gap: 2rem;
  margin-top: 8rem;
  align-items: center;
}
.xwc-pic {
  flex: 1.5;
}
.xwc-pic img {
  width: 100%;
}
.xwc-text {
  flex: 1;
}
.product-name {
  width: 50%;
  margin: 3rem auto 0;
  text-align: center;
}
.product-name img {
  width: 100%;
}

.section-story {
  width: 124rem;
  margin: 0 auto;
  padding: 10rem 2rem 3rem;
  position: relative;
  overflow: hidden;
}

.story-box {
  width: 120rem;
  margin: 0 auto;
  margin-top: 5rem;
}
.box {
  margin-right: 5rem;
}
.story-title {
  text-align: right;
  margin-bottom: 3rem;
  font-size: 2.4rem;
  font-weight: 600;
}
.story-text {
  margin-bottom: 2rem;
  line-height: 1.8;
  font-size: 2.2rem;
  text-indent: 2em;
  font-weight: lighter;
  text-align: justify;
}

.foot {
  text-align: center;
  padding: 30px 0;
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  background: #005caa;
}

@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
  .heading-secondary {
    font-size: 2.8rem;
  }
  .section-products,
  .section-relation {
    width: 100%;
    padding: 2rem 1rem 0;
  }
  .box {
    margin-right: 0;
  }
  .section-story {
    width: 100%;
    padding: 2rem 1rem 0;
  }
  .section-title {
    width: 96%;
  }
  .story-box {
    width: 96%;
    margin-top: 2rem;
  }
  .story-img {
    flex: 1;
  }
  .product-text {
    width: 96%;
    margin: 0 auto;
  }
  .story-text {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 0;
    font-weight: normal;
  }
  .story-text:not(:last-child) {
    margin-bottom: 1rem;
  }
  .foot {
    text-align: center;
    padding: 1.5rem 0;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .products-list .swiper-slide {
    transform: translateX(0);
  }
  .section-products .swiper-container,
  .section-relation .swiper-container {
    width: 96%;
  }

  .section-relation .swiper-button-prev {
    left: 0;
    width: 30px;
    height: 22px;
  }
  .section-relation .swiper-button-next {
    right: 0;
    width: 30px;
    height: 22px;
  }
  .section-products .swiper-button-prev {
    left: 0;
    width: 30px;
    height: 22px;
  }
  .section-products .swiper-button-next {
    right: 0rem;
    width: 30px;
    height: 22px;
  }
  .products-list {
    padding-top: 2rem;
  }
  .product-xwc {
    width: 96%;
    margin: 0 auto;
    flex-direction: column;
    /* margin-top: 2.5rem; */
  }
  .product-name {
    width: 70%;
    margin: 1rem auto 2.5rem;
  }
}
