#body {
  background: #181818;
}
.banner-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 36.5%;
}
.banner-wrap .banner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.aboutus-section {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
.aboutus-section .aboutus-title {
  text-align: center;
  margin-bottom: 2.5rem;
}
.aboutus-section .aboutus-title h2 {
  font-size: 2rem;
  color: #A2906A;
  border-bottom: 0.25rem solid #A2906A;
  display: inline-block;
  padding-bottom: 1rem;
  margin-bottom: 0;
  font-weight: bold;
}
.aboutus-section .aboutus-info {
  display: flex;
  justify-content: flex-start;
  gap: 2.625rem;
  width: 100%;
}
.aboutus-section .aboutus-info .aboutus-desc {
  flex: 1;
}
.aboutus-section .aboutus-info .aboutus-desc h3 {
  font-size: 1.5rem;
  color: #ffffff;
  margin-bottom: 1rem;
  font-weight: bold;
}
.aboutus-section .aboutus-info .aboutus-desc .company {
  color: #A2906A;
  font-size: 1.25rem;
  margin-bottom: 1.75rem;
  font-weight: bold;
}
.aboutus-section .aboutus-info .aboutus-desc .company-desc {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  color: #ffffff;
  text-align: justify;
}
.aboutus-section .aboutus-info .aboutus-stats {
  flex: 1;
}
.aboutus-section .aboutus-info .aboutus-stats .stat-list {
  display: flex;
}
.aboutus-section .aboutus-info .aboutus-stats .stat-list .stat-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.aboutus-section .aboutus-info .aboutus-stats .stat-list .stat-item .stat-num {
  font-size: 3.125rem;
  color: #A2906A;
  font-weight: bold;
  display: block;
}
.aboutus-section .aboutus-info .aboutus-stats .stat-list .stat-item .stat-label {
  font-size: 1.125rem;
  color: #fff;
  margin-top: 0.5rem;
}
.aboutus-section .aboutus-info .aboutus-stats .stat-img {
  flex: 1;
  margin-top: 1.5rem;
  width: 100%;
  height: 25.625rem;
}
.aboutus-section .aboutus-images {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 2.5rem;
}
.aboutus-section .aboutus-images img {
  width: 100%;
  height: 12.25rem;
  object-fit: cover;
}
.advantage-section {
  padding: 5rem 0;
  position: relative;
}
.advantage-section .advantage-info {
  display: flex;
  justify-content: center;
  align-items: center;
}
.advantage-section .advantage-info .left {
  padding-right: 2.25rem;
  width: 50%;
  display: flex;
  flex-direction: column;
}
.advantage-section .advantage-info .left p {
  color: #ffffff;
  font-size: 1.875rem;
}
.advantage-section .advantage-info .left .t2 {
  align-self: flex-end;
  color: #A2906A;
  font-size: 3rem;
  margin: 2rem 0 3.25rem;
}
.advantage-section .advantage-info .left .line {
  margin-top: 2.625rem;
  align-self: flex-end;
  width: 10rem;
  height: 0.25rem;
  background-color: #A2906A;
}
.advantage-section .advantage-info .left img {
  margin-top: 2rem;
  display: block;
  width: 13.625rem;
}
.advantage-section .advantage-info .right {
  width: 50%;
  padding-left: 2.25rem;
}
.advantage-section .advantage-info .right h2 {
  font-size: 2rem;
  color: #A2906A;
  border-bottom: 0.25rem solid #A2906A;
  display: inline-block;
  padding-bottom: 1rem;
  margin-bottom: 0;
  font-weight: bold;
  margin-bottom: 4.25rem;
}
.advantage-section .advantage-info .right .advantage-swiper-wrap {
  width: 37.5rem;
}
.advantage-section .advantage-info .right .advantage-swiper {
  width: 100%;
  position: relative;
  padding-bottom: 4rem;
  border-radius: 0.75rem;
  overflow: hidden;
}
.advantage-section .advantage-info .right .advantage-swiper .swiper-slide-inner {
  position: relative;
  width: 100%;
  padding-bottom: 70%;
  height: 0;
}
.advantage-section .advantage-info .right .advantage-swiper .swiper-slide-inner .swiper-slide-inner-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.advantage-section .advantage-info .right .advantage-swiper .advantage-item-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  padding: 1.75rem 0.75rem;
}
.advantage-section .advantage-info .right .advantage-swiper .advantage-item-info .advantage-title {
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #A2906A;
}
.advantage-section .advantage-info .right .advantage-swiper .advantage-item-info .advantage-desc {
  margin-top: 1.25rem;
  font-size: 1.125rem;
  color: #ffffff;
  line-height: 1.5rem;
}
.advantage-section .advantage-info .right .advantage-swiper .swiper-slide {
  width: 100%;
}
.advantage-section .advantage-info .right .advantage-swiper .swiper-pagination-bullet {
  width: 1.875rem;
  height: 1.875rem;
  text-align: center;
  line-height: 1.875rem;
  font-size: 1rem;
  color: #ffffff;
  opacity: 1;
  background: #374151;
}
.advantage-section .advantage-info .right .advantage-swiper .swiper-pagination-bullet-active {
  width: 6rem;
  border-radius: 16rem;
  color: #fff;
  background: #A2906A;
}
.advantage-section .left-bgc {
  background-color: #1d1d1d;
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.advantage-section .right-bgc {
  background-color: #050102;
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.product-section {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
.product-section .product-section-title {
  text-align: center;
  margin-bottom: 4rem;
}
.product-section .product-section-title h2 {
  font-size: 2rem;
  color: #A2906A;
  border-bottom: 0.25rem solid #A2906A;
  display: inline-block;
  padding-bottom: 1rem;
  margin-bottom: 0;
  font-weight: bold;
}
.product-section .product-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6.25rem;
}
.product-section .product-list .product-item {
  cursor: pointer;
}
.product-section .product-list .product-item .product-cover-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  height: 0;
}
.product-section .product-list .product-item .product-cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.product-section .product-list .product-item .product-title {
  margin-top: 2rem;
  font-size: 1.25rem;
  color: #ffffff;
  text-align: center;
}
.product-section .product-more {
  cursor: pointer;
  margin: 6rem auto 0;
  width: 8.75rem;
  padding: 0.5rem 0;
  border-radius: 3rem;
  background-color: #A2906A;
  font-size: 1.25rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .aboutus-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .aboutus-section .aboutus-info {
    flex-direction: column;
  }
  .aboutus-section .aboutus-images {
    grid-template-columns: repeat(2, 1fr);
  }
  .advantage-section {
    padding: 2rem 0;
  }
  .advantage-section .advantage-info {
    flex-direction: column;
  }
  .advantage-section .advantage-info .left {
    width: auto;
    padding-right: 0;
  }
  .advantage-section .advantage-info .left img {
    align-self: center;
  }
  .advantage-section .advantage-info .right {
    width: 100%;
    padding-left: 0;
  }
  .advantage-section .advantage-info .right .advantage-swiper-wrap {
    width: 100%;
  }
  .advantage-section .left-bgc,
  .advantage-section .right-bgc {
    display: none;
  }
  .product-section .product-section-title {
    margin-bottom: 1rem;
  }
  .product-section .product-list {
    gap: 1rem;
  }
  .product-section .product-list .product-item .product-title {
    margin-top: 1rem;
  }
  .product-section .product-more {
    margin: 2rem auto 0;
  }
}
@media screen and (max-width: 375px) {
  .product-section .product-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
