@charset "utf-8";
.section2 {
  margin-top: 50px;
  margin-bottom: 80px;
}
.section2 h3 {
  text-align: center;
  font-size: 40px;
}
.section2 .neirong {
  background: url(../images/gywm/gaikuo.png) no-repeat center;
  background-size: 100% 100%;
  height: 500px;
  margin-top: 50px;
}
.section2 .neirong .wenzi {
  padding: 70px 82px 0 85px;
}
.section2 .neirong .wenzi h4 {
  text-align: center;
  font-size: 30px;
}
.section2 .neirong .wenzi p {
  text-indent: 2em;
  /* 缩进两个字符 */
  display: -webkit-box;
  -webkit-line-clamp: 13;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 17px;
  line-height: 40px;
}
.section2 .shuju {
  margin-top: 30px;
}
.section2 .shuju .shu1 {
  text-align: center;
}
.section2 .shuju .shu1 span {
  font-size: 55px;
  font-weight: 700;
}
.section2 .shuju .shu1 p {
  font-size: 18px;
}
.section3 {
  background: url(../images/gywm/zzry.png) no-repeat center center;
  height: auto;
  background-size: 100% 100%;
  padding-bottom: 20px;
}
.section3 h3 {
  text-align: center;
  font-size: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.section3 .swiper {
  --swiper-theme-color: #ff6600;
  /* 设置Swiper风格 */
  --swiper-navigation-color: #f8faf8;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 50px;
  /* 设置按钮大小 */
}
.section3 .swiper-button-prev,
.section3 .swiper-button-next {
  background-color: red;
  padding: 14px;
}
.section3 .swiper-button-prev::after,
.section3 .swiper-button-next::after {
  font-size: 20px;
}
.section3 h4 {
  text-align: center;
  padding-bottom: 20px;
  padding-top: 20px;
  background-color: #f9f9f9;
  margin-top: -10px;
  width: 100%;
}
.section3 .swiper-slide {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
}
.section3 .swiper-slide img {
  display: block;
  width: 100%;
}
.section3 .swiper-slide-active,
.section3 .swiper-slide-duplicate-active {
  transform: scale(1);
}
.section4 {
  margin-top: 50px;
  margin-bottom: 80px;
}
.section4 h3 {
  text-align: center;
  font-size: 40px;
}
.section4 .neirong .wenzi {
  padding: 0 10px;
}
.section4 .neirong .wenzi .yiti {
  background: #f9f9f9;
  height: 500px;
  position: relative;
}
.section4 .neirong .wenzi .yiti img {
  position: absolute;
  top: 38px;
  left: 80px;
}
.section4 .neirong .wenzi .yiti:hover {
  background: #189eff;
}
.section4 .neirong .wenzi .yiti:hover h4,
.section4 .neirong .wenzi .yiti:hover p {
  color: #fff;
}
.section4 .neirong .wenzi h4 {
  text-align: right;
  font-size: 30px;
  padding-top: 30px;
  margin-top: 30px;
  padding-right: 60px;
  padding-bottom: 20px;
}
.section4 .neirong .wenzi p {
  text-indent: 2em;
  /* 缩进两个字符 */
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 17px;
  line-height: 45px;
  padding: 20px 20px 0 20px;
}
.section4 .neirong .wenzi .jiahao {
  position: absolute;
  border-top-left-radius: 55px;
  border-bottom-left-radius: 55px;
  right: 0px;
  bottom: 0px;
  width: 60px;
  height: 80px;
  background: #4050b5;
}
.section4 .neirong .wenzi .jiahao span {
  color: #fff;
  font-size: 45px;
  margin-left: 20px;
}
.section5 {
  margin-top: 50px;
  margin-bottom: 80px;
}
.section5 h3 {
  text-align: center;
  font-size: 40px;
}
.section5 .neirong {
  background: url(../images/gywm/dwhz.png) no-repeat center;
  background-size: 100% 100%;
  height: 200px;
  margin-top: 50px;
}
.section5 .neirong .wenzi {
  padding: 55px 40px 0 700px;
}
.section5 .neirong .wenzi h4 {
  text-align: center;
  font-size: 30px;
}
.section5 .neirong .wenzi p {
  text-indent: 2em;
  /* 缩进两个字符 */
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 17px;
  line-height: 40px;
}
.section6 {
  background: url(../images/gywm/hehb.png) no-repeat center center;
  height: 400px;
  background-size: 100% 100%;
}
.section6 h3 {
  text-align: center;
  font-size: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.wen img {
  width: 306px;
  height: 130px;
}
@media all and (max-width: 992px) {
  .section2 {
    margin-top: 12px;
    margin-bottom: 20px;
  }
  .section2 .neirong {
    background: none;
    background-color: aliceblue;
    height: auto;
    margin-top: 10px;
  }
  .section2 .neirong .wenzi {
    padding: 20px;
  }
  .section2 .neirong .wenzi h4 {
    font-size: 20px;
  }
  .section2 .neirong .wenzi p {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 12;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.75;
  }
  .section2 h3 {
    font-size: 24px;
  }
  .section2 .shuju .shu1 span {
    font-size: 24px;
  }
  .section3 .swiper-button-next {
    right: var(--swiper-navigation-sides-offset, 0%);
    margin-top: -65px;
  }
  .section3 .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 0%);
    margin-top: -65px;
  }
  .section4 .neirong .wenzi p {
    font-size: 15px;
    padding: 5px 20px 0 20px;
    line-height: 25px;
  }
  .section4 .neirong .wenzi h4 {
    font-size: 18px;
    padding-top: 15px;
    margin-top: unset;
    padding-right: unset;
    padding-bottom: unset;
    text-align: left;
  }
  .section5 .neirong .wenzi {
    padding: 40px 40px 0 40px;
  }
  .section5 .neirong {
    background: none;
    height: 230px;
    margin-top: 15px;
    background-color: #f9f9f9;
  }
  .section6 {
    height: auto;
  }
  .wen img {
    width: 100%;
    height: 155px;
  }
  .section4 .neirong .wenzi .yiti img {
    top: 15px;
    right: 10px;
    width: 14%;
  }
  .section4 .neirong .wenzi .yiti {
    height: 305px;
    margin-bottom: 20px;
  }
  .section4 .neirong .wenzi .jiahao {
    width: 30px;
    height: 35px;
  }
  .section4 .neirong .wenzi .jiahao span {
    font-size: 22px;
    margin-left: 10px;
  }
  .section4 {
    margin-bottom: 25px;
  }
  .section5 h3 {
    font-size: 24px;
  }
  .section5 {
    margin-top: 25px;
    margin-bottom: 17px;
  }
}
