.banner-box .banner-img {
  width: 100%;
  height: 5rem;
  object-fit: cover;
}
.banner-box .banner-info {
  top: 21.7vh;
  left: 0;
  color: #fff;
  text-align: center;
  width: 100%;
}
.banner-box .banner-info .title {
  font-size: 0.72rem;
  line-height: 0.42rem;
}
@media (max-width: 991px) {
  .banner-box .banner-info .title {
    font-size: 0.36rem;
    line-height: 0.48rem;
  }
}
.banner-box .banner-info .description {
  font-size: 0.72rem;
  margin-top: 0.15rem;
}
@media (max-width: 991px) {
  .banner-box .banner-info .description {
    font-size: 0.36rem;
    line-height: 0.48rem;
  }
}
.con-box {
  height: 8.62rem;
}
.con-box .banner-img {
  width: 100%;
  height: 8.62rem;
  object-fit: cover;
}
.con-box .con-text {
  position: absolute;
  left: 18vw;
  top: 1.6rem;
  color: #000;
}
@media (max-width: 991px) {
  .con-box .con-text {
    left: 0;
    padding: 0 0.2rem;
  }
}
.con-box .con-text .title {
  font-size: 0.6rem;
  line-height: 0.45rem;
}
@media (max-width: 991px) {
  .con-box .con-text .title {
    font-size: 0.36rem;
    line-height: 0.48rem;
  }
}
.con-box .con-text .description {
  font-size: 0.18rem;
  margin-top: 0.35rem;
  font-weight: bold;
  white-space: pre-wrap;
  line-height: 0.24rem;
}
.con-box2 {
  height: 7.64rem;
}
.con-box2 .banner-img {
  width: 100%;
  height: 7.64rem;
  object-fit: cover;
}
.con-box2 .con-text {
  position: absolute;
  left: 18vw;
  top: 1.6rem;
  color: #fff;
}
@media (max-width: 991px) {
  .con-box2 .con-text {
    left: 0;
    padding: 0 0.2rem;
  }
}
.con-box2 .con-text .title {
  font-size: 0.6rem;
  white-space: pre-wrap;
  line-height: 0.75rem;
}
@media (max-width: 991px) {
  .con-box2 .con-text .title {
    font-size: 0.36rem;
    line-height: 0.48rem;
  }
}
.con-box2 .con-text .description {
  font-size: 0.18rem;
  margin-top: 0.35rem;
  white-space: pre-wrap;
  line-height: 0.24rem;
}
.list-box {
  background-image: url('../images/product-con-bg.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 9rem;
  justify-content: center;
  align-items: center;
  column-gap: 0.22rem;
}
@media (max-width: 991px) {
  .list-box {
    flex-direction: column;
    row-gap: 0.22rem;
    padding: 0.22rem;
    height: auto;
  }
}
.list-box .li-box {
  width: 6.89rem;
  height: 7.07rem;
  border-radius: 0.19rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .list-box .li-box {
    width: 100%;
    height: auto;
    min-height: 3rem;
  }
}
.list-box .li-box > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .list-box .li-box > img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.list-box .li-box .li-text {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0.75rem 0.4rem;
}
@media (max-width: 991px) {
  .list-box .li-box .li-text {
    padding: 0.2rem 0.1rem;
    position: relative;
  }
}
.list-box .li-box .li-text .title {
  font-size: 0.6rem;
  white-space: pre-wrap;
  line-height: 0.75rem;
}
@media (max-width: 991px) {
  .list-box .li-box .li-text .title {
    font-size: 0.36rem;
    line-height: 0.48rem;
  }
}
.list-box .li-box .li-text .description {
  font-size: 0.18rem;
  margin-top: 0.35rem;
  white-space: pre-wrap;
  line-height: 0.24rem;
}
