@charset "UTF-8";
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  position: relative;
  top: 5px;
}

.banner img {
  display: block;
  width: 100%;
}

.swiper-container {
  --swiper-pagination-color: #14b1b1;
  /* 两种都可以 */
}

.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}

.mbanner {
  display: none;
}

.card-nav {
  padding-top: 4.1667vw;
}

.mcard-nav {
  display: none;
}

.mnavbar {
  display: none;
}

.fir-card,
.sec-card,
.thr-card {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  width: 380px;
  height: 240px;
  text-align: left;
  padding: 40px 0 30px 55px;
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  font-size: 1.4rem;
  line-height: 3.1rem;
  font-weight: bold;
}

.fir-card .card-title,
.sec-card .card-title,
.thr-card .card-title {
  display: inline-block;
  font-size: 2.6rem;
  padding-bottom: 15px;
}

.fir-card {
  color: #771209;
  background-position: center center;
  background-size: 100%;
}

.fir-card .card-title {
  border-bottom: 1px solid #771209;
}

.sec-card {
  color: #14619c;
  background-position: center center;
  background-size: 100%;
}

.sec-card .card-title {
  border-bottom: 1px solid #14619c;
}

.thr-card {
  color: #7c4710;
  background-position: center center;
  background-size: 100%;
}

.thr-card .card-title {
  border-bottom: 1px solid #7c4710;
}

.card-detail {
  padding-top: 15px;
}

.data-num-summary {
  color: #666;
  line-height: 4.9rem;
  padding-top: 2.0833vw;
}

.data {
  width: 100%;
  margin-top: 4.3229vw;
  font-size: 2rem;
  text-align: left;
}

.mdata {
  margin-top: 4vw;
  display: none;
  margin-bottom: 7.4667vw;
}

.mdata p {
  color: #666666;
  line-height: 1.8;
}

.data-num-line {
  font-size: 7.857rem;
  font-weight: bold;
  vertical-align: bottom;
}

.data-left {
  background-position: left center;
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 5.2083vw;
  padding-bottom: 2.8646vw;
  color: #14b0b0;
}

.data-left p {
  margin-left: 51%;
}

.data-right {
  background-position: right center;
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 5.2083vw;
  padding-bottom: 2.8646vw;
  color: #6178c1;
}

.data-right p {
  margin-left: 11%;
}

.friend-link-block {
  margin-top: 55px;
  margin-bottom: 55px;
}

.friend-link-block:last-of-type {
  margin-bottom: 0;
  padding-bottom: 55px;
}

.friend-block-title {
  font-size: 3rem;
  text-align: left;
  color: #14b0b0;
}

.friend-items-container {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.friend-items-container {
  margin-top: 50px;
}

.friend-item {
  background-color: #fff;
  border: 1px solid rgba(102, 102, 102, 0.3);
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -ms-flex-preferred-size: 24%;
      flex-basis: 24%;
  height: 90px;
  margin-bottom: 20px;
}

.pr-4vw {
  padding-right: 4vw;
}

.m-frindlink {
  display: none;
}

@media only screen and (max-width: 961px) {
  .fir-card,
  .sec-card,
  .thr-card {
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .home {
    background-color: #f8f8f8;
  }
  .banner {
    display: none;
  }
  .mbanner {
    display: block;
  }
  .mbanner img {
    display: block;
    width: 100%;
  }
  .mnavbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 3.733vw;
    padding-left: 6.667vw;
    padding-right: 6.667vw;
    font-size: 3.2vw;
  }
  .mnavbar img {
    height: 8.667vw;
  }
  .card-nav {
    display: none;
  }
  .mcard-nav {
    display: block;
  }
  .swiper-container {
    position: static;
  }
  .fir-card,
  .sec-card,
  .thr-card {
    margin-top: 3vh;
    font-weight: normal;
    width: 100%;
    height: auto;
    border-radius: 7px;
    padding-top: 8.4vw;
    padding-bottom: 5.6vw;
    padding-left: 4.667vw;
    font-size: 3.467vw;
    line-height: 5.564vw;
  }
  .fir-card .card-title,
  .sec-card .card-title,
  .thr-card .card-title {
    padding-bottom: 3.333vw;
    font-weight: bold;
    font-size: 4.8vw;
  }
  .fir-card .card-detail,
  .sec-card .card-detail,
  .thr-card .card-detail {
    padding-top: 3vw;
  }
  .data {
    display: none;
  }
  .mdata {
    display: block;
    font-size: 2.667vw;
  }
  .mdata h3 {
    font-size: 6.667vw;
    font-weight: bold;
  }
  .mdata .mdata-small-title {
    font-size: 3.2vw;
    margin-bottom: 2vw;
  }
  .friend-link-block {
    margin-top: 0;
    margin-bottom: 7.4667vw;
  }
  .friend-items-container {
    margin-top: 4vw;
  }
  .friend-block-title {
    text-align: center;
    color: #000;
    font-size: 4.267vw;
  }
  .friend-item {
    width: 48%;
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
  .mdata-bg1 {
    height: 39.2vw;
    color: #14b0b0;
    background-position: top center;
    background-size: 100% 100%;
    padding-left: 50vw;
    text-align: left;
    margin-bottom: 2.4vw;
  }
  .mdata-bg1 .mdata-small-title {
    color: #14b0b0;
  }
  .mdata-bg2 {
    height: 39.2vw;
    color: #6178c1;
    background-position: top center;
    background-size: 100% 100%;
    padding-left: 12vw;
    text-align: left;
  }
  .mdata-bg2 .mdata-small-title {
    color: #6178c1;
  }
}
/*# sourceMappingURL=index.css.map */