#hero-kefujixiao {
  width: 100%;
  height: 28.125vw;
}
@media (min-width: 1920px) {
  #hero-kefujixiao {
    height: 540px;
  }
}
#hero-kefujixiao {
  background: url(../../img/products_services/kefujixiao/banner.jpg) center/cover no-repeat;
}

#section-mofang {
  background: #fff;
  padding-top: 5.1041666667vw;
  padding-bottom: 4.1666666667vw;
}
@media (min-width: 1920px) {
  #section-mofang {
    padding-top: 98px;
    padding-bottom: 80px;
  }
}
#section-mofang .content {
  width: 85.2083333333vw;
}
@media (min-width: 1920px) {
  #section-mofang .content {
    width: 1636px;
  }
}
#section-mofang .new-section-heading-wrap {
  padding-bottom: 1.1458333333vw;
  margin-bottom: 1.1458333333vw;
}
@media (min-width: 1920px) {
  #section-mofang .new-section-heading-wrap {
    padding-bottom: 22px;
    margin-bottom: 22px;
  }
}

.mofang-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.8229166667vw;
  margin-top: 3.2291666667vw;
}
@media (min-width: 1920px) {
  .mofang-grid {
    gap: 35px;
    margin-top: 62px;
  }
}

.mofang-card {
  position: relative;
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
  padding-top: 1.5625vw;
  padding-bottom: 2.7083333333vw;
  border-radius: 1.0416666667vw;
}
@media (min-width: 1920px) {
  .mofang-card {
    padding-top: 30px;
    padding-bottom: 52px;
    border-radius: 20px;
  }
}

.mofang-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 2.7604166667vw;
  padding-left: 1.3541666667vw;
  padding-right: 1.875vw;
  margin-bottom: 0.9895833333vw;
}
@media (min-width: 1920px) {
  .mofang-card-head {
    height: 53px;
    padding-left: 26px;
    padding-right: 36px;
    margin-bottom: 19px;
  }
}

.mofang-card-title {
  font-size: 1.3541666667vw;
}
@media (min-width: 1920px) {
  .mofang-card-title {
    font-size: 26px;
  }
}
.mofang-card-title {
  font-weight: bold;
  line-height: 1.2;
  color: #050505;
}

.mofang-card-icon {
  display: block;
  width: auto;
  height: 2.7604166667vw;
}
@media (min-width: 1920px) {
  .mofang-card-icon {
    height: 53px;
  }
}

.mofang-card-tags {
  border-top: 1px dashed #dcdcdc;
  margin-left: 0.5208333333vw;
  margin-right: 0.5208333333vw;
  padding-top: 1.9791666667vw;
}
@media (min-width: 1920px) {
  .mofang-card-tags {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 38px;
  }
}

.mofang-tag-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.625vw;
}
@media (min-width: 1920px) {
  .mofang-tag-row {
    gap: 12px;
  }
}
.mofang-tag-row + .mofang-tag-row {
  margin-top: 1.0416666667vw;
}
@media (min-width: 1920px) {
  .mofang-tag-row + .mofang-tag-row {
    margin-top: 20px;
  }
}

.mofang-tag {
  flex: none;
  border-radius: 999px;
  background: #edf3ff;
  color: #1a1a1a;
  text-align: center;
  white-space: nowrap;
  height: 1.875vw;
  line-height: 1.875vw;
  min-width: 5.5208333333vw;
  padding-left: 1.09375vw;
  padding-right: 1.09375vw;
  font-size: 1.09375vw;
}
@media (min-width: 1920px) {
  .mofang-tag {
    height: 36px;
    line-height: 36px;
    min-width: 106px;
    padding-left: 21px;
    padding-right: 21px;
    font-size: 21px;
  }
}

.mofang-tag--solid {
  background: #175cd6;
  color: #fff;
  padding-left: 1.7708333333vw;
  padding-right: 1.7708333333vw;
}
@media (min-width: 1920px) {
  .mofang-tag--solid {
    padding-left: 34px;
    padding-right: 34px;
  }
}

.mofang-tag--tight {
  padding-left: 0.625vw;
  padding-right: 0.625vw;
}
@media (min-width: 1920px) {
  .mofang-tag--tight {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.mofang-card--wide .mofang-tag {
  min-width: 7.8125vw;
  padding-left: 2.0833333333vw;
  padding-right: 2.0833333333vw;
}
@media (min-width: 1920px) {
  .mofang-card--wide .mofang-tag {
    min-width: 150px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.mofang-card--wide .mofang-tag--solid {
  padding-left: 4.0625vw;
  padding-right: 4.0625vw;
}
@media (min-width: 1920px) {
  .mofang-card--wide .mofang-tag--solid {
    padding-left: 78px;
    padding-right: 78px;
  }
}

.mofang-card--roomy .mofang-tag {
  padding-left: 2.2916666667vw;
  padding-right: 2.2916666667vw;
}
@media (min-width: 1920px) {
  .mofang-card--roomy .mofang-tag {
    padding-left: 44px;
    padding-right: 44px;
  }
}

.mofang-card--grid2 .mofang-tag-row {
  display: grid;
  grid-template-columns: 1.12fr 1fr;
  margin-left: auto;
  margin-right: auto;
  width: 24.375vw;
  gap: 0.7291666667vw;
}
@media (min-width: 1920px) {
  .mofang-card--grid2 .mofang-tag-row {
    width: 468px;
    gap: 14px;
  }
}
.mofang-card--grid2 .mofang-tag-row .mofang-tag {
  width: 100%;
  min-width: 0;
  padding-left: 0.5208333333vw;
  padding-right: 0.5208333333vw;
}
@media (min-width: 1920px) {
  .mofang-card--grid2 .mofang-tag-row .mofang-tag {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.mofang-card--new .mofang-card-title {
  padding-left: 1.6666666667vw;
}
@media (min-width: 1920px) {
  .mofang-card--new .mofang-card-title {
    padding-left: 32px;
  }
}
.mofang-card--new .mofang-tag {
  min-width: 6.25vw;
  padding-left: 1.5625vw;
  padding-right: 1.5625vw;
}
@media (min-width: 1920px) {
  .mofang-card--new .mofang-tag {
    min-width: 120px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.mofang-ribbon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
  width: 5.4166666667vw;
  height: 5.4166666667vw;
}
@media (min-width: 1920px) {
  .mofang-ribbon {
    width: 104px;
    height: 104px;
  }
}
.mofang-ribbon i {
  position: absolute;
  display: block;
  transform: rotate(-45deg);
  background: linear-gradient(180deg, #ffa53d 0%, #ff8419 45%, #f15a0d 100%);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
  color: #fff;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  letter-spacing: 1px;
  width: 6.1458333333vw;
  height: 1.3020833333vw;
  line-height: 1.3020833333vw;
  top: 0.4166666667vw;
  left: -1.6145833333vw;
  font-size: 0.625vw;
}
@media (min-width: 1920px) {
  .mofang-ribbon i {
    width: 118px;
    height: 25px;
    line-height: 25px;
    top: 8px;
    left: -31px;
    font-size: 12px;
  }
}
.mofang-ribbon i::before, .mofang-ribbon i::after {
  content: "";
  position: absolute;
  top: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0;
  border-color: transparent;
  border-top-color: #c2470d;
  border-top-width: 0.5208333333vw;
}
@media (min-width: 1920px) {
  .mofang-ribbon i::before, .mofang-ribbon i::after {
    border-top-width: 10px;
  }
}
.mofang-ribbon i::before {
  left: 0;
  border-right-width: 0.46875vw;
}
@media (min-width: 1920px) {
  .mofang-ribbon i::before {
    border-right-width: 9px;
  }
}
.mofang-ribbon i::after {
  right: 0;
  border-left-width: 0.46875vw;
}
@media (min-width: 1920px) {
  .mofang-ribbon i::after {
    border-left-width: 9px;
  }
}

#slider-mofang {
  background: #fff;
  padding-top: 1.7708333333vw;
  padding-bottom: 6.25vw;
}
@media (min-width: 1920px) {
  #slider-mofang {
    padding-top: 34px;
    padding-bottom: 120px;
  }
}

.product-slider {
  --swiper-navigation-color: #175cd6;
  --swiper-pagination-color: #175cd6;
  --swiper-pagination-bullet-inactive-color: #c8ccd4;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-top: 100%;
  --swiper-pagination-bottom: auto;
  --swiper-navigation-size: 3.125vw;
  --swiper-navigation-sides-offset: 2.7083333333vw;
  --swiper-pagination-bullet-size: 0.46875vw;
  --swiper-pagination-bullet-horizontal-gap: 0.5208333333vw;
}
@media (min-width: 1920px) {
  .product-slider {
    --swiper-navigation-size: 60px;
    --swiper-navigation-sides-offset: 52px;
    --swiper-pagination-bullet-size: 9px;
    --swiper-pagination-bullet-horizontal-gap: 10px;
  }
}
.product-slider .swiper-container {
  position: relative;
  margin: 0 auto;
}
@media (min-width: 320px) {
  .product-slider .swiper-container {
    width: 83.3333333333vw;
  }
}
@media (min-width: 320px) and (min-width: 1920px) {
  .product-slider .swiper-container {
    width: 1600px;
  }
}
@media (min-width: 320px) {
  .product-slider .swiper {
    width: 70.4166666667vw;
  }
}
@media (min-width: 320px) and (min-width: 1920px) {
  .product-slider .swiper {
    width: 1352px;
  }
}
@media (max-width: 319px) {
  .product-slider .swiper {
    width: 97%;
  }
}
.product-slider .swiper-slide {
  text-align: center;
}
.product-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}
.product-slider .swiper-button-prev,
.product-slider .swiper-button-next {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: color 0.3s;
}
@media (max-width: 319px) {
  .product-slider .swiper-button-prev,
  .product-slider .swiper-button-next {
    display: none;
  }
}
.product-slider .swiper-button-prev::after,
.product-slider .swiper-button-next::after {
  display: none;
}
.product-slider .swiper-button-prev::before,
.product-slider .swiper-button-next::before {
  content: "";
  display: block;
  border-style: solid;
  border-color: currentColor;
  border-width: 0;
  width: 1.3541666667vw;
  height: 1.3541666667vw;
  border-top-width: 0.15625vw;
  border-right-width: 0.15625vw;
}
@media (min-width: 1920px) {
  .product-slider .swiper-button-prev::before,
  .product-slider .swiper-button-next::before {
    width: 26px;
    height: 26px;
    border-top-width: 3px;
    border-right-width: 3px;
  }
}
.product-slider .swiper-button-prev:hover,
.product-slider .swiper-button-next:hover {
  --swiper-navigation-color: #0f47ab;
}
.product-slider .swiper-button-prev::before {
  transform: translateX(35%) rotate(-135deg);
}
.product-slider .swiper-button-next::before {
  transform: translateX(-35%) rotate(45deg);
}
.product-slider .swiper-pagination {
  line-height: 1;
  margin-top: 2.7083333333vw;
}
@media (min-width: 1920px) {
  .product-slider .swiper-pagination {
    margin-top: 52px;
  }
}
.product-slider .swiper-pagination-bullet {
  vertical-align: middle;
  transition: width 0.3s, background-color 0.3s;
}
.product-slider .swiper-pagination-bullet-active {
  border-radius: 99px;
  width: 1.875vw;
  height: 0.4166666667vw;
}
@media (min-width: 1920px) {
  .product-slider .swiper-pagination-bullet-active {
    width: 36px;
    height: 8px;
  }
}
.product-slider .slider-cta {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #fff;
  background: #175cd6;
  font-weight: bold;
  border-radius: 2px;
  text-decoration: none;
  transition: background-color 0.3s;
  width: 16.5625vw;
  height: 4.1666666667vw;
  line-height: 4.1666666667vw;
  font-size: 1.3541666667vw;
  margin-top: 5.9895833333vw;
}
@media (min-width: 1920px) {
  .product-slider .slider-cta {
    width: 318px;
    height: 80px;
    line-height: 80px;
    font-size: 26px;
    margin-top: 115px;
  }
}
.product-slider .slider-cta:hover {
  background: #0f47ab;
  color: #fff;
  text-decoration: none;
}

#section-ant {
  position: relative;
  overflow: hidden;
  background: #f4f9ff;
  padding-top: 4.5833333333vw;
}
@media (min-width: 1920px) {
  #section-ant {
    padding-top: 88px;
  }
}
#section-ant .content {
  width: 85.2083333333vw;
}
@media (min-width: 1920px) {
  #section-ant .content {
    width: 1636px;
  }
}

.ant-body {
  position: relative;
  height: 39.7395833333vw;
}
@media (min-width: 1920px) {
  .ant-body {
    height: 763px;
  }
}

.ant-body-inner {
  position: relative;
  margin: 0 auto;
  width: 69.4791666667vw;
}
@media (min-width: 1920px) {
  .ant-body-inner {
    width: 1334px;
  }
}

.ant-illustration {
  position: absolute;
  z-index: 1;
  display: block;
  height: auto;
  width: 56.4583333333vw;
  left: -15.2604166667vw;
  top: -1.8229166667vw;
}
@media (min-width: 1920px) {
  .ant-illustration {
    width: 1084px;
    left: -293px;
    top: -35px;
  }
}

.ant-intro {
  position: relative;
  z-index: 2;
  padding-top: 4.1666666667vw;
  margin-left: 6.71875vw;
  width: 30.625vw;
}
@media (min-width: 1920px) {
  .ant-intro {
    padding-top: 80px;
    margin-left: 129px;
    width: 588px;
  }
}

.ant-intro-title {
  font-weight: bold;
  line-height: 1.2;
  color: #175cd6;
  font-size: 1.25vw;
  margin-bottom: 0.625vw;
}
@media (min-width: 1920px) {
  .ant-intro-title {
    font-size: 24px;
    margin-bottom: 12px;
  }
}

.ant-intro-text {
  color: #444;
  line-height: 1.52;
  font-size: 1.1979166667vw;
}
@media (min-width: 1920px) {
  .ant-intro-text {
    font-size: 23px;
  }
}

.ant-stats {
  position: absolute;
  right: 0;
  z-index: 2;
  top: 6.25vw;
  width: 21.9270833333vw;
}
@media (min-width: 1920px) {
  .ant-stats {
    top: 120px;
    width: 421px;
  }
}

.ant-stat {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  background: url(../../img/products_services/kefujixiao/ant/stat-card.png) 0 0/100% 100% no-repeat;
  width: 21.9270833333vw;
  height: 4.84375vw;
}
@media (min-width: 1920px) {
  .ant-stat {
    width: 421px;
    height: 93px;
  }
}
.ant-stat + .ant-stat {
  margin-top: 1.1979166667vw;
}
@media (min-width: 1920px) {
  .ant-stat + .ant-stat {
    margin-top: 23px;
  }
}

.ant-stat-label {
  line-height: 1;
  color: #050505;
  font-size: 1.3541666667vw;
}
@media (min-width: 1920px) {
  .ant-stat-label {
    font-size: 26px;
  }
}

.ant-stat-num {
  font-weight: bold;
  line-height: 1;
  color: #175cd6;
  font-size: 3.2291666667vw;
  margin-left: 1.0416666667vw;
}
@media (min-width: 1920px) {
  .ant-stat-num {
    font-size: 62px;
    margin-left: 20px;
  }
}
.ant-stat-num sup {
  position: relative;
  vertical-align: baseline;
  line-height: 1;
  font-size: 1.9791666667vw;
  top: -1.25vw;
  margin-left: 0.1041666667vw;
}
@media (min-width: 1920px) {
  .ant-stat-num sup {
    font-size: 38px;
    top: -24px;
    margin-left: 2px;
  }
}

#section-core {
  background: #f4f9ff;
  padding-top: 1.0416666667vw;
  padding-bottom: 2.5vw;
}
@media (min-width: 1920px) {
  #section-core {
    padding-top: 20px;
    padding-bottom: 48px;
  }
}
#section-core .content {
  width: 85.2083333333vw;
}
@media (min-width: 1920px) {
  #section-core .content {
    width: 1636px;
  }
}
#section-core .new-section-heading-wrap {
  padding-bottom: 1.3541666667vw;
  margin-bottom: 2.9166666667vw;
}
@media (min-width: 1920px) {
  #section-core .new-section-heading-wrap {
    padding-bottom: 26px;
    margin-bottom: 56px;
  }
}

.core-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-left: auto;
  margin-right: auto;
  width: 81.4583333333vw;
  gap: 1.6666666667vw;
}
@media (min-width: 1920px) {
  .core-grid {
    width: 1564px;
    gap: 32px;
  }
}

.core-card {
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.06);
  padding-top: 1.0416666667vw;
  padding-bottom: 1.6145833333vw;
  border-radius: 1.0416666667vw;
}
@media (min-width: 1920px) {
  .core-card {
    padding-top: 20px;
    padding-bottom: 31px;
    border-radius: 20px;
  }
}

.core-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 3.8541666667vw;
  padding-left: 1.3541666667vw;
  padding-right: 0.625vw;
  margin-bottom: 0.2083333333vw;
}
@media (min-width: 1920px) {
  .core-card-head {
    height: 74px;
    padding-left: 26px;
    padding-right: 12px;
    margin-bottom: 4px;
  }
}

.core-card-title {
  font-size: 1.3541666667vw;
}
@media (min-width: 1920px) {
  .core-card-title {
    font-size: 26px;
  }
}
.core-card-title {
  font-weight: bold;
  line-height: 1.2;
  color: #050505;
}

.core-card-icon {
  position: relative;
  display: block;
  width: auto;
  height: 3.75vw;
  top: -0.3125vw;
}
@media (min-width: 1920px) {
  .core-card-icon {
    height: 72px;
    top: -6px;
  }
}

.core-card-tags {
  border-top: 1px dashed #dcdcdc;
  margin-left: 0.7291666667vw;
  margin-right: 0.7291666667vw;
  padding-top: 1.875vw;
}
@media (min-width: 1920px) {
  .core-card-tags {
    margin-left: 14px;
    margin-right: 14px;
    padding-top: 36px;
  }
}

.core-tag-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-left: auto;
  margin-right: auto;
  width: 15.8333333333vw;
  gap: 1.6666666667vw;
}
@media (min-width: 1920px) {
  .core-tag-row {
    width: 304px;
    gap: 32px;
  }
}
.core-tag-row + .core-tag-row {
  margin-top: 0.9375vw;
}
@media (min-width: 1920px) {
  .core-tag-row + .core-tag-row {
    margin-top: 18px;
  }
}

.core-tag {
  border-radius: 999px;
  background: #edf3ff;
  color: #1a1a1a;
  text-align: center;
  white-space: nowrap;
  height: 2.0833333333vw;
  line-height: 2.0833333333vw;
  font-size: 1.1979166667vw;
}
@media (min-width: 1920px) {
  .core-tag {
    height: 40px;
    line-height: 40px;
    font-size: 23px;
  }
}

.core-card--center .core-tag-row {
  grid-template-columns: 1fr;
  width: 7.0833333333vw;
}
@media (min-width: 1920px) {
  .core-card--center .core-tag-row {
    width: 136px;
  }
}

#slider-ant {
  background: #f4f9ff;
  padding-top: 1.6666666667vw;
  padding-bottom: 6.25vw;
}
@media (min-width: 1920px) {
  #slider-ant {
    padding-top: 32px;
    padding-bottom: 120px;
  }
}