.section1 {
	
  margin-top: 0.34rem;
}
.section1 .stretch-box > div {
  /*flex: 1;*/
}
.section1 .stretch-box .stretch-left {
  width: 4.23rem;
  height: 3.17rem;
}
.section1 .stretch-box .stretch-left .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section1 .stretch-box .stretch-left .swiper-slide > img {
  height: 3.17rem;
  width: 4.23rem;
}
.section1 .stretch-box .stretch-left .swiper-pagination-ym .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border: 1px solid #049C37;
  border-radius: 50%;
  background-color: transparent;
  opacity: 1;
}
.section1 .stretch-box .stretch-left .swiper-pagination-ym .swiper-pagination-bullet-active {
  background-color: #049C37;
}
.section1 .stretch-box .stretch-right {
  width: 4.31rem;
  height: 3.17rem;
  background-color: #f8f8f8;
  padding: 0.16rem 0.31rem;
  overflow: auto;
}
.section1 .stretch-box .stretch-right h3 {
  font-size: 0.19rem;
  font-weight: bold;
  color: #000000;
  line-height: 2;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0.22rem;
}
.section1 .stretch-box .stretch-right > div {
  display: flex;
  margin-bottom: 0.17rem;
  align-items: flex-start;
}
.section1 .stretch-box .stretch-right > div .key {
  line-height: 1.7;
  font-size: 18px;
}
.section1 .stretch-box .stretch-right > div .val {
  flex: 1;
  font-size: 16px;
  line-height: 2;
}
.section1 .stretch-box .stretch-right > div .val > p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}
.section2 {
	padding-bottom: 0.52rem;
}
.section2 .title .en {
  display: none;
}
.section2 .content p {
  font-size: 16px;
  line-height: 2;
}
.section2 .content p.bold {
  font-size: 24px;
  font-weight: bold;
  color: #333;
}
.section2 .content img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .section1 .stretch-box .stretch-left {
    width: 100%;
    height: auto;
  }
  .section1 .stretch-box .stretch-right {
    width: auto;
    height: auto;
  }
  .section1 .stretch-box .stretch-right h3 {
    font-size: 24px;
  }
  .section1 .stretch-box .stretch-right > div .key {
    font-size: 16px;
  }
  .section1 .stretch-box .stretch-right > div .val > p {
    font-size: 14px;
  }
}
@media screen and (max-width: 414px) {
  .section1 .stretch-box .stretch-left .swiper-slide > img {
    width: 100%;
    height: auto;
  }
  .section.section1.box {
    padding: 0;
  }
}
<!--ºÄÊ±1759434762.0468Ãë-->