.page-module .pic {
  border-radius: 20px;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .page-module .pic {
    height: 80vw;
  }
  .page-module .pic .ele {
    height: 100%;
    object-fit: cover;
  }
}
.about-module .module-con {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 1400px) {
  .about-module .module-con {
    flex-direction: column;
  }
}
.about-module .module-con .left-text {
  padding-right: 52px;
  flex-grow: 1;
}
@media screen and (max-width: 1400px) {
  .about-module .module-con .left-text {
    padding-right: 0;
  }
}
.about-module .module-con .left-text p {
  margin-bottom: 44px;
  text-align: justify;
}
@media screen and (max-width: 1200px) {
  .about-module .module-con .left-text p {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 576px) {
  .about-module .module-con .left-text p {
    margin-bottom: 20px;
  }
}
.about-module .module-con .left-text p:last-child {
  margin-bottom: 0;
}
.about-module .module-con .left-text .btn-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.about-module .module-con .right-pic {
  flex-shrink: 0;
}
@media screen and (max-width: 1400px) {
  .about-module .module-con .right-pic {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .about-module .module-con .right-pic {
    margin-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .about-module .module-con .right-pic {
    margin-top: 20px;
  }
}
.about-module .module-con .right-pic .row {
  --bs-gutter-x: 8px;
}
.about-module .module-con .right-pic .pic-box {
  max-width: 208px;
  --pt: 72px;
}
.about-module .module-con .right-pic .pic-box:first-child {
  padding-top: var(--pt);
}
.about-module .module-con .right-pic .pic-box:last-child {
  padding-top: calc(var(--pt) / 2);
}
.product-module .row {
  --bs-gutter-x: 24px;
}
@media screen and (max-width: 1200px) {
  .product-module .row {
    --bs-gutter-y: 50px;
  }
}
.product-module .row .pic {
  border-radius: 20px;
  overflow: hidden;
}
.product-module .row .tit {
  margin-top: 24px;
  margin-bottom: 10px;
  font-size: 26px;
  color: #1074D4;
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 1200px) {
  .product-module .row .tit {
    margin-top: 18px;
    margin-bottom: 8px;
    font-size: 22px;
  }
}
@media screen and (max-width: 576px) {
  .product-module .row .tit {
    margin-top: 15px;
    font-size: 18px;
  }
}
.product-module .row p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
