.banner--container {
  position: relative;
  z-index: 1;
}

.banner__image {
  display: block;
  width: 100%;
  height: auto;
}

.banner--inner {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 14.4rem;
}

.banner__title {
  font-size: 0.42rem;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 0.59rem;
}

.banner__desc {
  margin-top: 0.2rem;
  font-size: 0.18rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #D8D8D8;
  line-height: 0.3rem;
}

@media screen and (max-width: 768px) {
  .banner--inner {
    left: 0.32rem;
    right: 0.32rem;
    -webkit-transform: translateX(0) translateY(-50%);
            transform: translateX(0) translateY(-50%);
    width: auto;
  }

  .banner__title {
    font-size: 0.48rem;
    line-height: 0.67rem;
  }

  .banner__desc {
    font-size: 0.3rem;
    line-height: 0.42rem;
  }
}
.bread-crumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: 0.5rem;
  border-bottom: 1px solid #C0C0C0;
  background: #F2F4F8;
}

.bread-crumb--inner {
  display: -ms-flexbox;
  display: flex;
  width: 14.4rem;
  margin: 0 auto;
  line-height: 0.5rem;
}

.bread-crumb__item {
  color: #676767;
  font-size: 0.14rem;
  font-weight: 400;
  white-space: nowrap;
}

.bread-crumb__link {
  font-size: 0.14rem;
}

.bread-crumb__link,
.bread-crumb__divider {
  font-family: PingFangSC-Regular, PingFang SC;
  color: #676767;
  font-weight: 300;
}

.bread-crumb__divider {
  margin-left: 0.08rem;
  margin-right: 0.08rem;
}

.bread-crumb__item:last-child {
  color: #000;
}

.bread-crumb__link:hover {
  color: #0032B4;
}

@media screen and (max-width: 768px) {
  .bread-crumb--inner {
    width: 100%;
  }

  .bread-crumb {
    min-height: 0.6rem;
    padding: 0 .32rem;
  }

  .bread-crumb__item,
  .bread-crumb__link,
  .bread-crumb__divider {
    font-size: .24rem;
  }

  .bread-crumb__item:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.site-map {
  padding-top: 0.2rem;
}

.site-map__mod {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.site-map__mod--inner {
  width: 14.4rem;
  margin: 0 auto;
}

.site-map__mod:nth-child(even) {
  background: #F2F4F8;
}

.site-map__mod-hd {
  position: relative;
  z-index: 1;
  padding-bottom: 0.38rem;
  border-bottom: 0.02rem solid #0031B7;
  line-height: 0.59rem;
}

.site-map__mod-title {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.34rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #1D1D1D;
}

.site-map__mod-title.highlight::before {
  position: absolute;
  bottom: -0.46rem;
  left: 0;
  z-index: 2;
  width: 1.36rem;
  height: 0.06rem;
  background-color: #0031B7;
  content: '';
}

.site-map__mod-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  bottom: 0.34rem;
  right: 0;
  z-index: 2;
  color: #1842B3;
  font-size: 0.16rem;
  line-height: 1;
}

.site-map__mod-btn::after {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 0.16rem;
  height: 0.18rem;
  margin-left: 0.08rem;
  background: url('https://static01-m.QIANXIN.COM/qaxweb/f3d06ca2711f8ad42d702851efd7d6c7.png') no-repeat 50% 50%;
  background-size: contain;
  content: '';
}

.site-map__mod-btn:hover {
  text-decoration: underline;
}

.site-map__category {
  margin-top: 0.5rem;
  font-size: 0.28rem;
  line-height: 0.4rem;
  font-weight: 600;
}

.site-map__category-title {
  margin-bottom: 0.15rem;
  font-size: 0.18rem;
  line-height: 0.25rem;
  font-weight: 600;
}

.site-map__category-title,
.site-map__category-title a {
  color: #0032B4;
}

.site-map__category-items--container {
  margin-top: 0.4rem;
}

.site-map__category-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 0.6rem;
          grid-column-gap: 0.6rem;
          column-gap: 0.6rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #CACACA;
  font-size: 0.16rem;
  font-weight: 400;
  line-height: 0.35rem;
}

.site-map__category-item {
  width: calc((100% - 2.4rem) / 4);
}

.site-map__category-item a {
  display: block;
  color: #4e4e4e;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.site-map__category-item a:hover {
  color: #0042F8;
}

@media screen and (max-width: 768px) {
  body,
  html {
    min-width: 0;
    overflow-x: hidden;
  }

  .site-map__mod {
    padding-top: 1rem;
  }

  .site-map__mod-hd {
    padding-bottom: 0.53rem;
    border-width: 1px;
  }

  .site-map__mod-bd {
    margin-right: 0.29rem;
    margin-left: 0.29rem;
  }

  .site-map__mod-hd {
    line-height: 1;
  }

  .site-map__mod-title {
    font-size: 0.48rem;
  }

  .site-map__mod-title.highlight::before {
    bottom: -0.55rem;
    width: 100%;
    height: 0.08rem;
  }

  .site-map__mod-btn {
    bottom: 0.64rem;
    font-size: 0.3rem;
  }

  .site-map__mod-btn::after {
    display: none;
  }

  .site-map__category {
    margin-top: 0.78rem;
    font-size: 0.37rem;
    line-height: 0.52rem;
  }

  .site-map__category-title {
    margin-bottom: 0.27rem;
    font-size: 0.29rem;
    line-height: 0.41rem;
  }

  .site-map__mod--inner {
    box-sizing: border-box;
    width: 100%;
    padding-right: 0.32rem;
    padding-left: 0.32rem;
  }

  .site-map__category-items--container {
    margin-top: 0.59rem;
  }

  .site-map__category-items {
    display: list-item;
    padding-bottom: 0.7rem;
  }

  .site-map__category-item {
    width: 100%;
  }

  .site-map__category-item a {
    font-size: 0.29rem;
    line-height: 0.54rem;
  }
}
