:root {
  --swiper-theme-color: #30853a;
}
.wrapper {
  max-width: 1240px;
}

.yh-hd.mod-hd {
  margin-bottom: 30px;
  background: url("../images/about/yh1.png") 0 0 no-repeat;
}

.yh-hd.mod-hd h3 {
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  color: #30853a;
  padding: 0 60px;
  background: url("../images/about/yh2.png") 100% 100% no-repeat;
}

#mod3,
#mod4,
#mod5,
#mod7 {
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}

#mod1 {
  padding: 60px 0 0;
}

#mod1 .mod-hd {
  margin-bottom: 30px;
}

#mod1 .mod-hd h3 {
  display: inline-block;
  position: relative;
  font-size: 42px;
  font-weight: bold;
  color: #30853a;
  text-shadow: 2px 3px 2px rgba(0, 46, 13, 0.16);
}

#mod1 .mod-bd-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0;
}

#mod1 .col-left {
  width: 400px;
}

#mod1 .col-right {
  flex: 1;
  font-size: 16px;
  color: #333333;
  line-height: 36px;
}

#mod1 .list1 li {
  font-size: 16px;
  font-weight: bold;
  color: #30853a;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

#mod1 .list1 li::before,
#mod1 .list1 li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: rgba(48, 133, 58, 0.5);
  border-radius: 50%;
}

#mod1 .list1 li::before {
  width: 4px;
  height: 4px;
  background-color: rgba(48, 133, 58, 1);
  z-index: 1;
  left: 2px;
}

.statistic-list {
  padding: 100px 0;
  display: flex;
}

.statistic-list li {
  width: 33.33%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.statistic-list li .wrap {
  padding-left: 78px;
  position: relative;
}

.statistic-list li .icon {
  position: absolute;
  left: 0;
  top: 8px;
  width: 60px;
  height: 60px;
}

.statistic-list li .icon::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 4px;
  width: 44px;
  height: 44px;
  background: #cbdcc6;
  opacity: 0.3;
  border-radius: 50%;
}

.statistic-title {
  font-size: 16px;
  color: #666666;
}

.statistic-content {
  color: rgba(0, 0, 0, 0.88);
  font-size: 24px;
}

.statistic-content-value {
  display: inline-block;
  direction: ltr;
  font-size: 40px;
  font-family: Impact;
  color: #30853a;
}

.statistic-content-prefix,
.statistic-content-suffix {
  display: inline-block;
}

.statistic-content-prefix {
  margin-inline-end: 4px;
}

.statistic-content-suffix {
  margin-inline-start: 4px;
  font-size: 24px;
  color: #30853a;
  vertical-align: 20px;
}

.video-item {
  position: relative;
}

.video-item .video-play-icon {
  position: absolute;
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2040%2040%22%3E%3Ctitle%3EPlay_40x40%3C%2Ftitle%3E%3Cpath%20d%3D%22M20%20.833a19.167%2019.167%200%201%200%2019.167%2019.167%2019.167%2019.167%200%200%200-19.167-19.167z%22%20opacity%3D%22.6%22%2F%3E%3Cpath%20d%3D%22M20%202a18%2018%200%201%201-18%2018%2018.02%2018.02%200%200%201%2018-18m0-2a20%2020%200%201%200%2020%2020%2020%2020%200%200%200-20-20zm8.072%2020.9a1.671%201.671%200%200%201-.513.513l-9.99%206.357a1.671%201.671%200%200%201-2.569-1.413v-12.715a1.671%201.671%200%200%201%202.569-1.41l9.99%206.358a1.671%201.671%200%200%201%20.513%202.31z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E);
  background-position: -50px 0;
  height: 50px;
  width: 50px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  cursor: pointer;
  opacity: 0.5;
  transition: all 0.3s;
}

.video-item:hover .video-play-icon {
  opacity: 1;
}

.dot {
  position: relative;
}

.dot::before,
.dot::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: rgba(48, 133, 58, 0.5);
  border-radius: 50%;
}

.dot::before {
  width: 4px;
  height: 4px;
  background-color: rgba(48, 133, 58, 1);
  z-index: 1;
  left: 2px;
}

@media only screen and (max-width: 1199px) {
  #mod1 .col-left {
    width: 100%;
  }
}

#mod2 {
  background-color: rgba(235, 242, 235, 1);
  padding: 60px 0 80px;
  position: relative;
}

#mod2 .mod-wrap {
  background: url("../images/about/bg2.jpg") 50% 100% no-repeat;
}

#mod2 .wrapper {
  background: url("../images/about/water.jpg") 0 0 no-repeat;
}

#mod2 .mod-hd h3 {
  padding-left: 60px;
  font-size: 36px;
  font-weight: bold;
  color: #333333;
}

#mod2 .mod-hd {
  margin-bottom: 60px;
}
#mod2 .mod-bd {
  position: relative;
}
.history-swiper {
}

.history-item {
  position: relative;
}

.history-item .dot {
  padding: 0 50px;
  box-sizing: border-box;
}

.history-item .title {
  font-size: 36px;
  font-family: Impact;
  color: #30853a;
  margin-bottom: 16px;
}

.history-item .suffix {
  font-size: 18px;
  color: #666666;
}

.history-item .desc {
  font-size: 16px;
  color: #333333;
  line-height: 22px;
  /* margin-right: -100px; */
}

.history-item .desc li {
  margin-bottom: 10px;
}

.history-swiper .dot::before,
.history-swiper .dot::after {
  display: none;
}

@media only screen and (min-width: 768px) {
  .history-swiper .dot::before,
  .history-swiper .dot::after {
    display: block;
  }

  #mod2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 350px;
    width: 100%;
    background-image: url("../images/about/bg2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 100%;
  }

  .history-swiper {
    padding-left: 100px;
  }

  .history-item {
    margin-left: -100px;
  }

  .history-item .dot {
    padding: 0 10px 0 50px;
    height: 270px;
  }

  .history-item .dot::after,
  .history-item .dot::before {
    top: 0;
    transform: translateY(0);
  }

  .history-item .dot::after {
    width: 19px;
    height: 19px;
  }

  .history-item .dot::before {
    width: 9px;
    height: 9px;
    left: 5px;
    top: 5px;
  }

  .history-item::after {
    content: "";
    position: absolute;
    left: 9px;
    top: 0;
    width: 1px;
    height: 100%;
    background-image: linear-gradient(0deg, rgba(48, 133, 58, 1), rgba(48, 133, 58, 0));
  }

  .history-swiper .swiper-slide:nth-of-type(2n) .history-item {
    margin-top: 270px;
  }

  .history-swiper .swiper-slide:nth-of-type(2n) .history-item .title {
    padding-top: 40px;
  }

  .history-swiper .swiper-slide:nth-of-type(2n) .history-item .title,
  .history-swiper .swiper-slide:nth-of-type(2n) .history-item .suffix,
  .history-swiper .swiper-slide:nth-of-type(2n) .history-item .desc {
    color: rgba(255, 255, 255, 0.9);
  }

  .history-swiper .swiper-slide:nth-of-type(2n) .history-item::after {
    background-image: linear-gradient(
      0deg,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 1)
    );
  }

  .history-swiper .swiper-slide:nth-of-type(2n) .history-item .dot::after,
  .history-swiper .swiper-slide:nth-of-type(2n) .history-item .dot::before {
    top: auto;
    bottom: 0;
  }

  .history-swiper .swiper-slide:nth-of-type(2n) .history-item .dot::after {
    background-color: rgba(255, 255, 255, 0.5);
  }

  .history-swiper .swiper-slide:nth-of-type(2n) .history-item .dot::before {
    background-color: rgba(255, 255, 255, 1);
    bottom: 5px;
  }
  #mod5:hover {
    background-size: 105%;
  }
}
#mod3 {
  background-image: url("../images/about/bg3.jpg");
  padding: 70px 0;
}

#mod3 .info {
  font-size: 20px;
  color: #333333;
  line-height: 36px;
}

#mod3 .statistic-list {
  padding: 90px 0 50px;
}

.mySwiper {
  padding: 40px 0;
}

.mySwiper .pic {
  height: 224px;
  background: #ffffff;
  border: 1px solid #d8d8d8;
}

.mySwiper .pic img {
  width: 100%;
  height: 100%;
}

#mod3 .swiper-pagination {
  bottom: 0;
}

#mod3 .swiper-pagination-bullet {
  background: rgba(48, 133, 58, 1);
  opacity: 0.5;
  width: 12px;
  height: 12px;
  margin: 0 6px;
}

#mod3 .swiper-pagination-bullet-active {
  background: rgba(48, 133, 58, 1);
  opacity: 1;
}

#mod3 .mod-hd {
  position: relative;
}

#mod3 .swiper-button-next,
#mod3 .swiper-button-prev {
  width: 64px;
  height: 64px;
  top: 0;
  right: 0;
  background: rgba(186, 186, 186, 0.5);
  border-radius: 50%;
  transition: all 0.3s;
}

#mod3 .swiper-button-next:hover,
#mod3 .swiper-button-prev:hover {
  background: #30853a;
}

#mod3 .swiper-button-next {
  right: 0;
}

#mod3 .swiper-button-prev {
  right: 80px;
  left: auto;
}

#mod3 .swiper-button-next:after,
#mod3 .swiper-button-prev:after {
  color: #fff;
  font-size: 24px;
}

#mod4 {
  background-image: url("../images/about/bg4.jpg");
}

#mod4 .layui-tab-content {
  padding-top: 80px;
  height: 660px;
}

#mod4 .list4 {
  direction: ltr;
  margin-left: 3em;
}

.ant-col-md-12.honorList {
  direction: rtl;
  height: calc(39px * 10);
  overflow-y: auto;
}

.ant-col-md-12.honorList2 {
  direction: ltr;
  height: calc(39px * 10);
  overflow-y: auto;
}

#mod4 .list4 li {
  color: #333333;
  font-size: 22px;
  margin-bottom: 10px;
}

.zs-row1 li {
  box-sizing: border-box;
  margin: 0 10px;
  flex-basis: calc(50% - 20px);
}

.owl-honor {
  margin-top: 20px;
}

.zs-pic {
  box-shadow: 0px 2px 27px 0px rgba(0, 0, 0, 0.16);
}

.zs-pic img {
  width: 100%;
}

#mod4 .layui-tab {
  margin: 0;
}

#mod4 .layui-tab .layui-tab-title {
  height: 160px;
}

#mod4 .layui-tab .layui-tab-title li {
  position: relative;
  line-height: 160px;
  min-width: auto;
  margin: 0;
  padding: 0 15px;
  text-align: center;
  cursor: pointer;
  width: 50%;
  font-size: 36px;
  font-weight: 500;
  color: #30853a;
  box-sizing: border-box;
}

#mod4 .layui-tab .layui-tab-title .icon {
  display: inline-block;
  width: 54px;
  height: 54px;
  margin-right: 45px;
  padding: 0;
}

#mod4 .layui-tab .layui-tab-title .lr_flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

#mod4 .layui-tab .layui-tab-title .item1 .icon {
  background-image: url(../images/zizhi.png) no-repeat;
  background-repeat: no-repeat;
  background-position: 0 0;
}

#mod4 .layui-tab .layui-tab-title .item1.layui-this .icon {
  background-image: url(../images/zizhi_active.png);
}

#mod4 .layui-tab .layui-tab-title .item2 .icon {
  background-image: url(../images/rongyu.png);
}

#mod4 .layui-tab .layui-tab-title .item2.layui-this .icon {
  background-image: url(../images/rongyu_active.png);
}

#mod4 .layui-tab .layui-tab-title .layui-this {
  color: #fff;
  background-color: rgba(48, 133, 58, 1);
}

#mod4 .layui-tab .layui-tab-title .item1.layui-this {
  background: rgba(48, 133, 58, 1) url(../images/zizhi_bg.png) no-repeat;
}

#mod4 .layui-tab-bar,
#mod4 .layui-tab-title .layui-this:after {
  display: none;
}

#mod5 {
  background-color: rgba(48, 133, 58, 1);
  background-image: url("../images/about/bg5.jpg");
}

#mod7 .mod-bd {
  padding: 20px 0;
  font-size: 20px;
  font-weight: 300;
  color: #ffffff;
  line-height: 36px;
}

.list5 {
  display: flex;
}

.list5 li {
  width: 25%;
}

.list5 li .wrap {
  height: 39vw;
  border-left: 1px solid rgba(255, 255, 255, 0.33);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

.list5 li:first-child .wrap {
  border-left: 0 none;
}

.list5 li .num {
  font-size: 48px;
  font-family: Impact;
  color: #ffffff;
  margin-bottom: 20px;
}

.list5 li .title {
  font-size: 36px;
  font-weight: 500;
  color: #ffffff;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
}

.list5 li .title::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 60px;
  height: 2px;
  background: #ffffff;
}

.list5 li .desc {
  text-align: center;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.95);
  opacity: 0;
  transition: all 0.3s;
}

.list5 li:hover .wrap {
  background: rgba(48, 133, 58, 0.49);
}

.list5 li:hover .desc {
  opacity: 1;
}

#mod5 {
  background-size: 100%;
  transition: all 0.5s;
}

@media only screen and (max-width: 1499px) {
  .list5 li .desc {
    font-size: 20px;
  }
}

#mod6 {
  background-color: #f7f6f4;
  padding: 60px 0;
}

#mod6 .sub-title {
  font-size: 32px;
  font-weight: bold;
  color: #333333;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}

#mod1 .mod-hd h3::after,
#mod6 .sub-title::after {
  content: "";
  position: absolute;
  bottom: -4px;
  right: -10px;
  width: 98%;
  height: 23px;
  background: rgba(203, 220, 198, 0.3);
}

#mod6 .box {
  padding: 30px 0;
}

#mod6 .box1 .desc {
  font-size: 20px;
  color: #333333;
  padding: 20px 0;
  margin-bottom: 20px;
}

.list6 .item {
  position: relative;
}

.list6 .item img {
  width: 100%;
}

.list6 .item .txt {
  position: absolute;
  font-size: 42px;
  color: #ffffff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.news-list {
  margin: 0 -14px;
}

.news-list li {
  padding: 0 14px;
}

.news-list li .pic {
  height: 154px;
}

.news-list li .pic img {
  width: 100%;
  height: 100%;
}

.news-list li .date {
  height: 30px;
  line-height: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  color: #ffffff;
  padding: 0 15px;
  margin-top: -30px;
  position: relative;
  z-index: 1;
}

.news-list li .title {
  font-size: 16px;
  color: #333333;
  margin: 10px 0;
}

#mod6 .mod-ft {
  text-align: center;
}

.more {
  display: inline-block;
  width: 160px;
  height: 48px;
  line-height: 48px;
  background: #30853a;
  border-radius: 24px;
  font-size: 16px;
  color: #ffffff;
  padding: 0 0 0 25px;
  position: relative;
  text-align: left;
  transition: all 0.3s;
  box-sizing: border-box;
}

.more::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 48px;
  background: #30853a;
  border: 1px solid #ffffff;
  border-radius: 50%;
}

.more:hover {
  color: rgba(255, 255, 255, 0.8);
}

#mod7 {
  background-color: rgba(48, 133, 58, 1);
  background-image: url("../images/about/bg7.jpg");
  padding: 70px 0 120px;
}

#mod7 .mod-hd {
  margin-bottom: 20px;
}

#mod7 .mod-hd h3 {
  line-height: 40px;
  position: relative;
  font-size: 36px;
  font-weight: bold;
  color: #ffffff;
  padding: 0 0 30px 80px;
  background: url("../images/about/rect.png") 0 100% no-repeat;
}

#mod7 .mod-hd h3::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #bce4c2;
  left: 35px;
  top: 14px;
}

#mod7 .mod-bd {
  padding: 20px 0;
  font-size: 20px;
  font-weight: 300;
  color: #ffffff;
  line-height: 36px;
}

.list7 {
  display: flex;
}

.list7 li {
  width: 25%;
  transition: all 0.3s;
  position: relative;
}

.list7 li .wrap {
  height: 500px;
  background: rgba(48, 133, 58, 0.78);
  border-left: 1px solid rgba(255, 255, 255, 0.22);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: all 0.3s;
}

.list7 li:first-child .wrap {
  border-left: 0 none;
}

.list7 li .icon {
  width: 80px;
  height: 80px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  transition-duration: 800ms;
}

.develop_icon {
  width: 60px;
  height: 60px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  transition-duration: 800ms;
}

.list7 li .title {
  font-size: 36px;
  font-family: Impact;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 20px;
}

.list7 li .desc {
  text-align: center;
  font-size: 22px;
  color: rgba(255, 255, 255, 0.95);
}

.list7 li:hover .icon {
  transform: rotateY(360deg);
}

.list7 li:hover {
  width: 40%;
}

.list7 li .wrap2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 500px;
  background: #225b29;
  border-left: 1px solid rgba(255, 255, 255, 0.22);
  opacity: 0;
  transition: all 0.3s;
  padding: 25px;
  box-sizing: border-box;
}

.list7 li:first-child .wrap2 {
  border-left: 0 none;
}

.list7 li:hover .wrap {
  opacity: 0;
}

.list7 li:hover .wrap2 {
  opacity: 1;
}

.develop_title {
  font-size: 22px;
  color: rgba(255, 255, 255, 0.95);
  font-weight: 500;
  margin-bottom: 20px;
}

.develop_desc {
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.95);
  font-weight: 400;
  overflow-y: auto;
  height: calc(16px * 1.5 * 10);
}

#mod4 .pic {
  overflow: hidden;
  position: relative;
  height: auto;
  cursor: pointer;
}

#mod4 .bgimg {
  width: 100%;
}

#mod4 .upimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: all 0.5s;
}

.leftfix {
  position: fixed;
  top: 170px;
  width: 100%;
  z-index: 99;
}

@media only screen and (max-width: 767px) {
  #mod1 {
    padding: 30px 0 0;
  }
  #mod1 .mod-hd h3 {
    font-size: 18px;
  }
  #mod1 .mod-bd-wrap {
    padding: 0;
  }
  #mod1 .col-right {
    font-size: 12px;
    line-height: 2;
    width: 100%;
  }
  #mod1 .col-left {
    float: none;
    width: 100%;
    position: relative;
    left: auto;
    top: auto;
  }
  #mod1 .list1 li {
    font-size: 14px;
  }
  .statistic-list {
    padding: 30px 0;
    flex-wrap: wrap;
  }
  .statistic-list li {
    width: 100%;
    margin-bottom: 20px;
  }

  .video-item .video-cover {
    height: 200px;
  }
  .video-item .video-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  #mod7 {
    padding: 30px 0;
  }

  #mod3 .info,
  #mod7 .mod-bd,
  #mod6 .box1 .desc {
    font-size: 12px;
    line-height: 2;
  }
  .list7 {
    flex-wrap: wrap;
  }
  .list7 li {
    width: 100%;
    margin-bottom: 20px;
  }

  .list7 li .wrap {
    display: none;
  }

  .list7 li .icon {
    width: 80px;
    height: 80px;
    margin-bottom: 30px;
  }

  .list7 li .title {
    font-size: 36px;
    margin-bottom: 20px;
  }

  .list7 li .desc {
    text-align: center;
    font-size: 22px;
    color: rgba(255, 255, 255, 0.95);
  }

  .list7 li:hover .icon {
    transform: rotateY(360deg);
  }

  .list7 li:hover {
    width: 100%;
  }

  .list7 li .wrap2 {
    background: #225b29;
    border-left: 0 none;
    opacity: 1;
    padding: 20px;
    position: relative;
    left: auto;
    top: auto;
    height: auto;
  }

  .develop_desc {
    font-size: 12px;
    line-height: 1.8;
    font-weight: normal;
    overflow-y: hidden;
    height: auto;
    color: rgba(255, 255, 255, 0.8);
  }

  .develop_icon {
    width: 30px;
    height: 30px;
    margin-bottom: 0;
    position: absolute;
    left: 20px;
    top: 20px;
  }

  .develop_title {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.95);
    font-weight: 500;
    margin-bottom: 20px;
    padding-left: 48px;
    line-height: 30px;
  }

  .list6 .item .txt {
    width: 100%;
    font-size: 20px;
    text-align: center;
  }

  .list5 {
    display: flex;
    flex-wrap: wrap;
  }

  #mod5 {
    background-size: cover;
  }

  .list5 li {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid rgba(48, 133, 58, 0.9);
  }

  .list5 li .wrap {
    height: auto;
    padding: 24px 0;
    border-left: 0 none;
    background: rgba(48, 133, 58, 0.49);
  }

  .list5 li .num {
    font-size: 28px;
    margin-bottom: 0;
  }

  .list5 li .title {
    font-size: 20px;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }

  .list5 li .title::after {
    left: 50%;
    width: 60px;
    height: 2px;
  }

  .list5 li .desc {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    opacity: 1;
  }

  #mod4 .layui-tab .layui-tab-title {
    height: 48px;
  }

  #mod4 .layui-tab .layui-tab-title li {
    line-height: 48px;
    padding: 0 15px;
    width: 50%;
    font-size: 18px;
  }
  #mod4 .layui-tab .layui-tab-title .icon {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    background-size: cover;
  }

  #mod4 .list4 {
    margin-left: 20px;
  }

  #mod4 .list4 li {
    font-size: 12px;
    line-height: 2;
  }
  .ant-col-md-12.honorList2,
  .ant-col-md-12.honorList {
    height: auto;
    overflow-y: hidden;
  }

  #mod4 .layui-tab-content {
    padding: 20px 10px;
    height: auto;
  }
  #mod6,
  #mod3,
  #mod2 {
    padding: 30px 0;
  }
  #mod3 .swiper-button-next,
  #mod3 .swiper-button-prev {
    display: none;
  }
  #mod2 .mod-hd h3 {
    padding-left: 0;
  }
  #mod2 .mod-hd {
    margin-bottom: 20px;
  }
  #mod7 .mod-hd h3,
  #mod6 .sub-title,
  #mod6 .sub-title,
  .yh-hd.mod-hd h3,
  #mod2 .mod-hd h3 {
    font-size: 24px;
    display: block;
    text-align: center;
  }

  #mod1 .mod-hd h3::after,
  #mod6 .sub-title::after {
    display: none;
  }

  .history-item .dot {
    padding: 0;
  }
  #mod2 .mod-bd {
    padding-bottom: 50px;
  }
  .history-item .title {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .history-item .desc,
  .history-item .desc * {
    font-size: 12px !important;
  }

  .statistic-content-value {
    font-size: 32px;
  }
  .statistic-title {
    font-size: 12px;
  }

  .yh-hd.mod-hd {
    background-size: auto 12px;
  }

  .yh-hd.mod-hd h3 {
    background-size: auto 12px;
    padding: 0 30px;
  }
  .news-list li {
    margin-bottom: 20px;
  }
  .news-list li .title {
    font-size: 14px;
    line-height: 1.5;
  }
  #mod6 .box {
    padding: 20px 0 0;
  }
  #mod7 .mod-hd h3 {
    line-height: 32px;
    padding: 0 0 20px 40px;
    background-size: 120px auto;
  }

  #mod7 .mod-hd h3::after {
    left: 15px;
    top: 16px;
  }
  #mod7 .mod-hd {
    margin-bottom: 0;
  }
}

.more-row {
  margin-top: 0;
  justify-content: center;
}
