#production {
  background-color: #fff;
  width: 100vw;
  overflow: hidden;
}
.banner-swiper {
  /* padding-top: 80px; */
  height: 560px;
}
.banner-swiper .swiper {
  width: 100%;
  height: 560px !important;
}
.banner-swiper .swiper .swiper-01 img,
.banner-swiper .swiper .swiper-02 img {
  min-width: 1200px;
  max-height: 560px;
  min-height: 560px;
}
.production-des {
  margin-bottom: 200px;
}
.production-des .life {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.production-des .life .wr32 {
  margin-right: 32px;
}
.production-des .life .production-left {
  display: flex;
  flex-direction: column;
}
.production-des .life .production-left .left-title {
  font-size: 24px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
}
.production-des .life .production-left .decorate {
  margin-top: 15px;
  width: 40px;
  height: 6px;
  background: #26A0FF;
}
.production-des .life .production-left .left-list {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.production-des .life .production-left .left-list .item {
  padding: 10px 5px;
  box-sizing: border-box;
  background: #E3F0FF;
  border-radius: 8px;
  border: 1px solid #26A0FF;
  text-align: center;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #26A0FF;
}
.production-des .life .production-left .left-list .mr15 {
  margin-right: 15px;
}
.production-des .life .production-left .left-list .ml15 {
  margin-left: 15px;
}
.production-des .life .production-left .contetn {
  width: 500px;
  min-height: 112px;
  max-height: 140;
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
  margin-top: 30px;
  text-align: left;
}
.production-des .life .production-left .content-right {
  text-align: right;
}
.production-des .life .production-left .load-more {
  margin-top: 30px;
  display: block;
  width: 166px;
  height: 53px;
  background: #26A0FF;
  border-radius: 27px;
  line-height: 53px;
  text-align: center;
  font-size: 24px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #FFFFFF;
  cursor: pointer;
}
.production-des .life .on-left {
  align-items: flex-start;
}
.production-des .life .on-right {
  align-items: flex-end;
}
.production-des .life .production-right {
  width: 670px;
  height: 370px;
}
.production-des .life .production-right img {
  width: 100%;
  height: 100%;
}
