
.AboutInfo.md31711 {
  width: 100%;
  overflow: hidden;
  background: #fff;
  padding: 1.2rem 0 1rem;
}
.AboutInfo.md31711 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
@media (max-width: 1200px) {
  .AboutInfo.md31711 .layout {
    width: 100%;
    padding: 0 10px;
    max-width: 100%;
  }
}
.AboutInfo.md31711 .InfoHead {
  width: 100%;
}
.AboutInfo.md31711 .InfoHead .Title {
  width: 100%;
  color: var(--theme);
  font-weight: 700;
  line-height: 1.2;
}
.AboutInfo.md31711 .InfoBody {
  width: 100%;
  margin-top: 0.47rem;
  color: #666;
  line-height: 1.95;
  text-align: justify;
}
.AboutInfo.md31711 .InfoBody p {
  width: 100%;
}
.AboutInfo.md31711 .InfoBody p + p {
  margin-top: 0.36rem;
}
.AboutInfo.md31711 .InfoStats {
  width: 100%;
  margin-top: 0.88rem;
  position: relative;
  z-index: 5;
}
.AboutInfo.md31711 .InfoStats .StatsList {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.AboutInfo.md31711 .InfoStats .StatsLine {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1rem;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.AboutInfo.md31711 .InfoStats .StatsLine::after {
  content: "";
  display: block;
  width: 0.01rem;
  height: 100%;
  background: rgba(34, 34, 34, 0.15);
}
.AboutInfo.md31711 .InfoStats .StatsItem {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.AboutInfo.md31711 .InfoStats .StatsItem .ItemNum {
  width: auto;
  text-align: center;
}
.AboutInfo.md31711 .InfoStats .StatsItem .ItemNum .Num {
  color: var(--active);
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}
.AboutInfo.md31711 .InfoStats .StatsItem .ItemNum .Num span {
  color: var(--active);
  font-weight: 700;
}
.AboutInfo.md31711 .InfoStats .StatsItem .ItemNum .Text {
  width: 100%;
  color: var(--theme);
  line-height: 1.5;
  margin-top: 0.08rem;
  white-space: nowrap;
}
.AboutInfo.md31711 .InfoStats .StatsItem:first-child .ItemNum {
  /* text-align: left; */
}
.AboutInfo.md31711 .InfoStats .StatsItem:last-child .ItemNum {
  /* text-align: right; */
}
@media (max-width: 900px) {
  .AboutInfo.md31711 {
    padding: 0.6rem 10px 0.8rem;
  }
  .AboutInfo.md31711 .InfoStats {
    margin-top: 0.5rem;
  }
  .AboutInfo.md31711 .InfoStats .StatsList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .AboutInfo.md31711 .InfoStats .StatsLine {
    display: none;
  }
  .AboutInfo.md31711 .InfoStats .StatsItem {
    width: 50%;
    padding: 0.2rem 0;
  }
  .AboutInfo.md31711 .InfoStats .StatsItem .ItemNum {
    text-align: center;
  }
  .AboutInfo.md31711 .InfoStats .StatsItem:first-child .ItemNum, .AboutInfo.md31711 .InfoStats .StatsItem:last-child .ItemNum {
    text-align: center;
  }
}

.AboutVideo.md31711 {
  width: 100%;
  position: relative;
  z-index: 2;
}
.AboutVideo.md31711 .VideoCover {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 0.16rem;
}
.AboutVideo.md31711 .VideoCover > img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.16rem;
}
.AboutVideo.md31711 .VideoPlay {
  width: 1rem;
  height: 1rem;
  min-width: 64px;
  min-height: 64px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0.15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  border: 0.01rem solid #fff;
}
.AboutVideo.md31711 .VideoPlay .PlayIcon {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.AboutVideo.md31711 .VideoPlay .PlayIcon::after {
  content: "";
  display: block;
  border-top: 0.075rem solid transparent;
  border-bottom: 0.075rem solid transparent;
  border-left: 0.13rem solid var(--active);
  margin-left: 0.04rem;
}
@media (max-width: 1200px) {
  .AboutVideo.md31711 .VideoPlay .PlayIcon::after {
    border-top-width: 5.625px;
    border-bottom-width: 5.625px;
    border-left-width: 9.75px;
    margin-left: 3px;
  }
}
.AboutVideo.md31711 .VideoPlay:hover {
  opacity: 0.9;
}
@media (max-width: 1200px) {
  .AboutVideo.md31711 {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
}

.AboutCulture.md31712 {
  width: 100%;
  overflow: hidden;
  background: #fff;
  padding: 1.2rem 0;
}
.AboutCulture.md31712 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
@media (max-width: 1200px) {
  .AboutCulture.md31712 .layout {
    width: 100%;
    padding: 0 10px;
    max-width: 100%;
  }
}
.AboutCulture.md31712 .CultureHead {
  width: 100%;
}
.AboutCulture.md31712 .CultureHead .Title {
  width: 100%;
  color: var(--theme);
  font-weight: 700;
  line-height: 1.2;
}
.AboutCulture.md31712 .CultureList {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.5rem;
}
.AboutCulture.md31712 .CultureItem {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 4.8rem;
  position: relative;
  overflow: hidden;
  border-radius: 0.16rem;
  cursor: pointer;
  -webkit-transition: -webkit-box-flex 0.5s;
  transition: -webkit-box-flex 0.5s;
  transition: flex 0.5s;
  transition: flex 0.5s, -webkit-box-flex 0.5s, -ms-flex 0.5s;
}
.AboutCulture.md31712 .CultureItem + .CultureItem {
  margin-left: 0.2rem;
}
.AboutCulture.md31712 .CultureItem.Active {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.AboutCulture.md31712 .ItemBg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.AboutCulture.md31712 .ItemBg img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.AboutCulture.md31712 .ItemMask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.72)), color-stop(38%, rgba(0, 0, 0, 0.35)), to(transparent));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.35) 38%, transparent 100%);
  pointer-events: none;
}
.AboutCulture.md31712 .ItemBody {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.AboutCulture.md31712 .ItemTitle {
  width: 100%;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
}
.AboutCulture.md31712 .ItemText {
  width: 100%;
  color: #fff;
  line-height: 1.6;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  margin-top: 0;
  -webkit-transition: max-height 0.5s, opacity 0.5s, margin-top 0.5s;
  transition: max-height 0.5s, opacity 0.5s, margin-top 0.5s;
}
.AboutCulture.md31712 .CultureItem.Active .ItemBody {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  padding: 0.4rem;
}
.AboutCulture.md31712 .CultureItem.Active .ItemText {
  max-height: 1.2rem;
  opacity: 1;
  margin-top: 0.12rem;
}
@media (max-width: 900px) {
  .AboutCulture.md31712 {
    padding: 0.6rem 0 0.8rem;
  }
  .AboutCulture.md31712 .CultureList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0.35rem;
  }
  .AboutCulture.md31712 .CultureItem {
    width: 100%;
    height: auto;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    cursor: default;
  }
  .AboutCulture.md31712 .CultureItem + .CultureItem {
    margin-left: 0;
    margin-top: 0.12rem;
  }
  .AboutCulture.md31712 .CultureItem.Active {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    height: auto;
  }
  .AboutCulture.md31712 .CultureItem .ItemBody {
    position: relative;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
    padding: 0.4rem;
  }
  .AboutCulture.md31712 .CultureItem .ItemTitle {
    white-space: normal;
  }
  .AboutCulture.md31712 .CultureItem .ItemText {
    max-height: none;
    opacity: 1;
    overflow: visible;
    margin-top: 0.12rem;
  }
}

.AboutProcess.md31713 {
  width: 100%;
  overflow: hidden;
  padding: 1.2rem 0 0.5rem;
  background-color: #1a1a2e;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.AboutProcess.md31713 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
@media (max-width: 1200px) {
  .AboutProcess.md31713 .layout {
    width: 100%;
    padding: 0 10px;
    max-width: 100%;
  }
}
.AboutProcess.md31713 .ProcessHead {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.AboutProcess.md31713 .ProcessHead .Title {
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
}
.AboutProcess.md31713 .ProcessArrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.AboutProcess.md31713 .ProcessArrows .Arrow {
  background: #f6f6f6;
  color: var(--active);
  border-color: #f6f6f6;
}
.AboutProcess.md31713 .ProcessArrows .Arrow.Next {
  margin-left: 0.14rem;
}
.AboutProcess.md31713 .ProcessArrows .Arrow:hover {
  background: var(--active);
  border-color: var(--active);
}
.AboutProcess.md31713 .ProcessArrows .Arrow:hover .Icon {
  color: #fff;
}
.AboutProcess.md31713 .ProcessSwiper {
  width: 100%;
  margin-top: 2rem;
  position: relative;
}
.AboutProcess.md31713 .ProcessSwiper .swiper-container {
  width: 100%;
  overflow: hidden;
}
.AboutProcess.md31713 .ProcessSwiper .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.AboutProcess.md31713 .ProcessSwiper .swiper-slide {
  min-height: 3.15rem;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.AboutProcess.md31713 .ProcessSwiper .swiper-pagination {
  position: relative;
  width: 100%;
  left: auto;
  bottom: auto;
  margin-top: 0.6rem;
  text-align: center;
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.AboutProcess.md31713 .ProcessSwiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.16rem;
  height: 0.04rem;
  min-width: 12px;
  min-height: 3px;
  border-radius: 0.02rem;
  background: rgba(34, 34, 34, 0.15);
  margin: 0 0.04rem;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.AboutProcess.md31713 .ProcessSwiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 0.3rem;
  height: 0.06rem;
  min-width: 22.5px;
  min-height: 4.5px;
  border-radius: 0.03rem;
  background: var(--active);
}
.AboutProcess.md31713 .ProcessItem {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  color: #fff;
}
.AboutProcess.md31713 .ProcessItem:hover .ItemDot {
  background: var(--active);
}
.AboutProcess.md31713 .ProcessItem .ItemAxis {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.AboutProcess.md31713 .ProcessItem .ItemDot {
  width: 0.33rem;
  height: 0.33rem;
  min-width: 24.75px;
  min-height: 24.75px;
  border-radius: 50%;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0.09rem;
}
.AboutProcess.md31713 .ProcessItem .ItemDot::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
}
.AboutProcess.md31713 .ProcessItem .ItemLine {
  width: 0.01rem;
  min-width: 1px;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.85)), color-stop(40%, rgba(255, 255, 255, 0.35)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.35) 40%, rgba(255, 255, 255, 0) 100%);
  margin-top: -0.09rem;
  min-height: 3.15rem;
}
.AboutProcess.md31713 .ProcessItem .ItemContent {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  padding-left: 0.16rem;
  padding-bottom: 0.1rem;
  padding-right: 1rem;
}
.AboutProcess.md31713 .ProcessItem .ItemYear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 1;
}
.AboutProcess.md31713 .ProcessItem .ItemYear .YearNum {
  color: #fff;
  font-weight: 700;
}
.AboutProcess.md31713 .ProcessItem .ItemYear .YearUnit {
  color: #fff;
  margin-left: 0.04rem;
}
.AboutProcess.md31713 .ProcessItem .ItemText {
  color: #fff;
  line-height: 1.5;
  margin-top: 0.24rem;
}
.AboutProcess.md31713 .ProcessItem.Active .ItemDot {
  background: var(--active);
}
@media (max-width: 900px) {
  .AboutProcess.md31713 {
    padding: 0.8rem 0 0.9rem;
  }
  .AboutProcess.md31713 .ProcessSwiper {
    margin-top: 0.45rem;
  }
  .AboutProcess.md31713 .ProcessItem .ItemText {
    margin-top: 0.12rem;
  }
}

.AboutBuild.md31714 {
  width: 100%;
  overflow: hidden;
  background: #fff;
  padding: 1.2rem 0;
}
.AboutBuild.md31714 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
@media (max-width: 1200px) {
  .AboutBuild.md31714 .layout {
    width: 100%;
    padding: 0 10px;
    max-width: 100%;
  }
}
.AboutBuild.md31714 .BuildHead {
  width: 100%;
}
.AboutBuild.md31714 .BuildHead .Title {
  width: 100%;
  color: var(--theme);
  font-weight: 700;
  line-height: 1.2;
}
.AboutBuild.md31714 .BuildMain {
  width: 100%;
  margin-top: 0.6rem;
}
.AboutBuild.md31714 .BuildMain img {
  width: 100%;
  height: auto;
  display: block;
}

.AboutDuty.md31715 {
  width: 100%;
  overflow: hidden;
  padding: 1.2rem 0 1rem;
  background-color: #faf7f4;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.AboutDuty.md31715 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
@media (max-width: 1200px) {
  .AboutDuty.md31715 .layout {
    width: 100%;
    padding: 0 10px;
    max-width: 100%;
  }
}
.AboutDuty.md31715 .DutyHead {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.AboutDuty.md31715 .DutyHead .Title {
  color: var(--theme);
  font-weight: 700;
  line-height: 1.2;
}
.AboutDuty.md31715 .DutyArrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.AboutDuty.md31715 .DutyArrows .Arrow {
  background: #f6f6f6;
  color: var(--active);
  border-color: #f6f6f6;
}
.AboutDuty.md31715 .DutyArrows .Arrow.Next {
  margin-left: 0.14rem;
}
.AboutDuty.md31715 .DutyArrows .Arrow:hover {
  background: var(--active);
  border-color: var(--active);
}
.AboutDuty.md31715 .DutyArrows .Arrow:hover .Icon {
  color: #fff;
}
.AboutDuty.md31715 .DutyIntro {
  width: 100%;
  margin-top: 0.6rem;
}
.AboutDuty.md31715 .DutyIntro .IntroSubtitle {
  width: 100%;
  color: var(--theme);
  font-weight: 700;
  line-height: 1.4;
}
.AboutDuty.md31715 .DutyIntro .IntroText {
  width: 100%;
  margin-top: 0.16rem;
  color: var(--theme);
  line-height: 1.8;
}
.AboutDuty.md31715 .DutyIntro .IntroText p {
  width: 100%;
  line-height: 2;
}
.AboutDuty.md31715 .DutySwiper {
  width: 100%;
  margin-top: 0.54rem;
}
.AboutDuty.md31715 .DutySwiper .swiper-pagination {
  position: relative;
  width: 100%;
  left: auto;
  bottom: auto;
  margin-top: 0.6rem;
  text-align: center;
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.AboutDuty.md31715 .DutySwiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.16rem;
  height: 0.04rem;
  min-width: 12px;
  min-height: 3px;
  border-radius: 0.02rem;
  background: rgba(34, 34, 34, 0.15);
  margin: 0 0.04rem;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.AboutDuty.md31715 .DutySwiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 0.3rem;
  height: 0.06rem;
  min-width: 22.5px;
  min-height: 4.5px;
  border-radius: 0.03rem;
  background: var(--active);
}
.AboutDuty.md31715 .DutySwiper .swiper-slide {
  padding-top: 0.2rem;
}
.AboutDuty.md31715 .DutySwiper .swiper-slide .SlideImg {
  width: 66.13%;
  margin: 0 auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
   height: 1.8rem;
    display: flex;
    align-items: flex-end;
}
.AboutDuty.md31715 .DutySwiper .swiper-slide .SlideImg img {
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-border-image: url(/static/home/images/border.png) 12/0.12rem stretch;
     border-image: url(/static/home/images/border.png) 12/0.12rem stretch;
  padding: 0.12rem;
}
.AboutDuty.md31715 .DutySwiper .swiper-slide:hover .SlideIcon .Text {
  color: var(--theme);
}
.AboutDuty.md31715 .DutySwiper .swiper-slide:hover .SlideImg {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.AboutDuty.md31715 .DutySwiper .swiper-slide:hover .SlideIcon .Text {
  color: var(--active);
}
.AboutDuty.md31715 .DutySwiper .swiper-slide .SlideIcon {
  width: 100%;
  position: relative;
  z-index: 5;
}
.AboutDuty.md31715 .DutySwiper .swiper-slide .SlideIcon .Icon {
  width: 100%;
  font-size: 0;
}
.AboutDuty.md31715 .DutySwiper .swiper-slide .SlideIcon .Icon img {
  width: 100%;
  height: auto;
}
.AboutDuty.md31715 .DutySwiper .swiper-slide .SlideIcon .Text {
  color: #000;
  line-height: 1.65;
  width: 100%;
  text-align: center;
  padding: 0.5rem 0.6rem;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 5;
}
@media (max-width: 900px) {
  .AboutDuty.md31715 {
    padding: 0.8rem 0 0.9rem;
  }
  .AboutDuty.md31715 .DutyIntro {
    margin-top: 0.3rem;
  }
}
@media (max-width: 500px) {
  .AboutDuty.md31715 .DutySwiper .swiper-slide .SlideIcon .Text {
    padding: 0.3rem 0.4rem;
  }
}

.AboutParter.md31716 {
  width: 100%;
  overflow: hidden;
  background: #fff;
  padding: 1.2rem 0 1rem;
}
.AboutParter.md31716 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
@media (max-width: 1200px) {
  .AboutParter.md31716 .layout {
    width: 100%;
    padding: 0 10px;
    max-width: 100%;
  }
}
.AboutParter.md31716 .ParterHead {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.AboutParter.md31716 .ParterHead .Title {
  color: var(--theme);
  font-weight: 700;
  line-height: 1.2;
}
.AboutParter.md31716 .ParterTab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.AboutParter.md31716 .ParterTab .TabItem {
  padding: 0.13rem 0.54rem;
  border-radius: 0.3rem;
  background: #f8f8f8;
  color: var(--theme);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  white-space: nowrap;
}
.AboutParter.md31716 .ParterTab .TabItem + .TabItem {
  margin-left: 0.2rem;
}
@media (max-width: 1920px) {
  .AboutParter.md31716 .ParterTab .TabItem {
    border-radius: 30px;
  }
}
.AboutParter.md31716 .ParterTab .TabItem:hover, .AboutParter.md31716 .ParterTab .TabItem.In {
  background: var(--active);
  color: #fafafa;
}
.AboutParter.md31716 .ParterSwipers {
  width: 100%;
  position: relative;
}
.AboutParter.md31716 .ParterArrows .Arrow {
  position: absolute;
  top: 50%;
  pointer-events: auto;
  background: #f6f6f6;
  color: var(--active);
  border-color: #f6f6f6;
  z-index: 10;
}
.AboutParter.md31716 .ParterArrows .Arrow.Prev {
  left: 0;
  -webkit-transform: translateY(-50%) translateX(-150%);
          transform: translateY(-50%) translateX(-150%);
}
.AboutParter.md31716 .ParterArrows .Arrow.Next {
  right: 0;
  -webkit-transform: translateY(-50%) translateX(150%);
          transform: translateY(-50%) translateX(150%);
}
.AboutParter.md31716 .ParterArrows .Arrow:hover {
  background: var(--active);
  border-color: var(--active);
}
.AboutParter.md31716 .ParterArrows .Arrow:hover .Icon {
  color: #fff;
}
.AboutParter.md31716 .ParterSwiper.Show {
  display: block;
}
.AboutParter.md31716 .ParterSwiper {
  width: 100%;
  margin-top: 0.68rem;
  position: relative;
  display: none;
}
.AboutParter.md31716 .ParterSwiper .swiper-container {
  width: 100%;
  overflow: hidden;
}
.AboutParter.md31716 .ParterSwiper .swiper-slide {
    margin-top: 0.1rem !important;
    margin-bottom: 0.1rem !important;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.AboutParter.md31716 .ParterSwiper .ls{
    display: flex; flex-wrap: wrap;
}

.AboutParter.md31716 .ParterSwiper .ParterCard {
  width: 100%;
  margin: 0.1rem 0;
  background: #fff;
  border: 0.01rem solid #d7d7d7;
  border-radius: 0.1rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.AboutParter.md31716 .ParterSwiper .ls .ParterCard{
    width: calc(250 / 1600 * 100%); 
    margin-right: calc(20 / 1600  * 100%);
}
.AboutParter.md31716 .ParterSwiper .ls .ParterCard:nth-of-type(6n){
    margin-right: 0;
}

.AboutParter.md31716 .ParterSwiper .ParterCard img {
  width: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.AboutParter.md31716 .ParterSwiperPagination {
  width: 100%;
  margin-top: 0.6rem;
}
.AboutParter.md31716 .ParterSwiperPagination .swiper-pagination {
  position: relative;
  width: 100%;
  left: auto;
  bottom: auto;
  text-align: center;
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.AboutParter.md31716 .ParterSwiperPagination .swiper-pagination .swiper-pagination-bullet {
  width: 0.16rem;
  height: 0.04rem;
  min-width: 12px;
  min-height: 3px;
  border-radius: 0.02rem;
  background: rgba(34, 34, 34, 0.15);
  margin: 0 0.04rem;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.AboutParter.md31716 .ParterSwiperPagination .swiper-pagination .swiper-pagination-bullet-active {
  width: 0.3rem;
  height: 0.06rem;
  min-width: 22.5px;
  min-height: 4.5px;
  border-radius: 0.03rem;
  background: var(--active);
}
.AboutParter.md31716 .swiper-button-disabled{
    opacity: 0 !important;
}
@media (max-width: 1200px) {
  .AboutParter.md31716 .ParterArrows .Arrow.Prev {
    left: 10px;
    -webkit-transform: translateY(-50%) translateX(0%);
            transform: translateY(-50%) translateX(0%);
  }
  .AboutParter.md31716 .ParterArrows .Arrow.Next {
    right: 10px;
    -webkit-transform: translateY(-50%) translateX(0%);
            transform: translateY(-50%) translateX(0%);
  }
}
@media (max-width: 900px) {
  .AboutParter.md31716 {
    padding: 0.8rem 0 0.9rem;
  }
  .AboutParter.md31716 .ParterSwiper {
    margin-top: 0.4rem;
  }
  .AboutParter.md31716 .ParterTab .TabItem {
    padding: 0.1rem 0.36rem;
    margin-bottom: 0.1rem;
  }
    .AboutParter.md31716 .ParterSwiper .ls .ParterCard{
        width: 32%;
        margin: 1% 0;
        margin-right: 2%;
    }
    .AboutParter.md31716 .ParterSwiper .ls .ParterCard:nth-of-type(3n){
        margin-right: 0;
    }
}

@media (max-width: 550px) {
  .AboutParter.md31716 .ParterTab {
    width: 100%;
    margin-top: 20px;
  }
}
