.production-advantages .banner {
  position: relative;
  background-image: url(/static/images/banner_advantage.webp);
}
.production-advantages .desc {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}
.production-advantages .desc span {
  color: #0193de;
}
.production-advantages .desc .title-en {
  text-transform: uppercase;
  color: #ffffff80;
}
.production-advantages .core-advantages {
  font-family: "HeiTi";
}
.production-advantages .core-advantages .advantage-list {
  display: flex;
  flex-wrap: wrap;
}
.production-advantages .core-advantages .advantage-list .advantage-item {
  text-align: center;
  margin-bottom: 0.18rem;
}
.production-advantages .core-advantages .advantage-list .advantage-item .advantage {
  font-weight: bold;
}
.production-advantages .core-advantages .advantage-list .advantage-item .advantage {
  font-size: 0.2rem;
  margin: 0.15rem 0;
}
.production-advantages .core-advantages .advantage-list .advantage-item p {
  line-height: 1.75;
  text-align: left;
}
@media screen and (min-width: 992px) {
  .production-advantages .desc {
    width: 400px;
  }
  .production-advantages .desc .title-cn {
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    font-size: 76px;
    z-index: 1;
  }
  .production-advantages .desc .title-en {
    font-size: 54px;
  }
  .production-advantages .core-advantages .advantage-list {
    justify-content: space-between;
  }
  .production-advantages .core-advantages .advantage-list .advantage-item {
    width: 30%;
  }
  .production-advantages .core-advantages .advantage-list .advantage-item .advantage {
    font-size: 28px;
    margin: 15px 0;
  }
  .production-advantages .core-advantages .advantage-list .advantage-item img {
    transition: all 0.3s ease;
  }
  .production-advantages .core-advantages .advantage-list .advantage-item:hover img {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 991px) {
  .production-advantages .banner .desc .title-cn {
    font-size: 0.24rem;
  }
  .production-advantages .banner .desc .title-en {
    font-size: 0.2rem;
  }
  .production-advantages .core-advantages .advantage-list {
    justify-content: center;
  }
  .production-advantages .core-advantages .advantage-list .advantage-item {
    width: 90%;
  }
  .production-advantages .core-advantages .advantage-list .advantage-item img {
    width: 0.8rem;
  }
}
