html {
    width: 100%;
    height: 100%;
    font-size: 37.5px !important;
    font-family: MyFontNameC;
    position: relative;
    background: #FFF;
  }

  .top {
    position: relative !important;
  }

  .banner_warp {
    width: 100%;
    height: 3.08rem;
    background: url(pjyw7.png) 0 0 no-repeat;
    background-size: 100%;
    overflow: hidden;
    position: relative;
  }

  .banner_warp p {
    position: relative;
    z-index: 10;
  }

  .banner_warp p:nth-of-type(1) {
    font-size: 0.48rem;
    font-weight: 600;
    color: #FFFFFF;
    margin-top: 0.8rem;
    margin-left: 0.67rem;
  }

  .banner_warp p:nth-of-type(2) {
    font-size: 0.24rem;
    font-weight: 400;
    color: #FFFFFF;
    margin-left: 0.67rem;
  }

  .banner_warp .shadow_path {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background: linear-gradient(264deg, rgba(255, 255, 255, 0) 0%, #123156 100%);
  }

  .title {
    font-size: 0.48rem;
    font-weight: 600;
    color: #003366;
    line-height: 0.67rem;
    margin: 0 auto 0.41rem;
  }

  .tip {
    display: flex;
    align-items: center;
    margin: 0.27rem auto 0.57rem;
  }

  .tip p {
    width: 1.87rem;
    height: 0.53rem;
    line-height: 0.53rem;
    text-align: center;
    font-size: 0.28rem;
    font-weight: 400;
    color: #FFFFFF;
    background: #003366;
    border-radius: 0.13rem;
    margin-right: 0.23rem;
  }

  .tip span {
    font-size: 0.28rem;
    font-weight: 400;
    color: #003366;
  }

  .floor1 {
    width: calc(100% - 0.8rem);
    margin: 0 auto;
    padding: 0.4rem;
    background: #FFF;
    text-align: center;
  }

  .floor1 img {
    width: 7.01rem;
    height: 4.83rem;
    margin: 0.61rem auto;
  }

  .floor3 {
    width: calc(100% - 0.8rem);
    margin: 0 auto;
    padding: 0.4rem;
  }

  .floor3 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .floor3 ul li {
    width: 4.4rem;
    height: 2.47rem;
    margin-bottom: 0.4rem;
  }

  .floor3 ul li img {
    width: 4.4rem;
    height: 2.47rem;
  }

  .floor4 {
    width: 100%;
    margin: 0 auto;
    background: #FFF;
    padding-top: 0.4rem;
  }

  .floor4 .title {
    width: calc(100% - 0.8rem);
  }

  .floor4 .tip {
    width: calc(100% - 0.8rem);
  }

  .floor4 .warp {
    width: calc(1005 - 0.8rem);
    background: #0033667d;
    padding: 0.52rem 0.4rem;
  }

  .swiper {
    width: 100%;
    margin: 0.4rem auto;
  }

  .swiper-slide {
    width: 3.33rem !important;
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .floor2 {
    width: calc(100% - 0.8rem);
    height: 13.33rem;
    padding: 0 0.4rem;
    background: url(pjyw5.png) 0 0 no-repeat;
    background-size: 100%;
    overflow: hidden;
    position: relative;
  }

  .floor2 .fir {
    font-size: 0.96rem;
    text-align: center;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 1.33rem;
    margin-top: 1.5rem;
    position: relative;
    z-index: 10;
  }

  .floor2 .shadow_path {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background: #003366;
    opacity: 0.5;
  }

  .floor2 .sec {
    font-size: 0.6rem;
    text-align: center;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 1.33rem;
    letter-spacing: 0.04rem;
    position: relative;
    z-index: 10;
  }

  .floor2 .line {
    width: 4.68rem;
    height: 0.02rem;
    border: 0.02rem solid #FFFFFF;
    background: #FFF;
    margin: 0.25rem auto 1.07rem;
    position: relative;
    z-index: 10;
  }

  .floor2 .floor2_title {
    width: 2rem;
    margin: 0.27rem auto 0.15rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 10;
  }

  .floor2 .floor2_title img {
    width: 0.51rem;
    height: 0.49rem;
  }

  .floor2 .floor2_title span {
    font-size: 0.48rem;
    font-weight: 600;
    color: #FFFFFF;
  }

  .floor2 li {
    text-align: center;
    font-size: 0.28rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.39rem;
    position: relative;
    z-index: 10;
  }

  @media screen and (min-width: 414px) {
    .floor3 ul {
      justify-content: space-around;
    }

    .floor3 ul li {
      width: 40%;
      height: auto;
    }

    .floor3 ul li img {
      width: 100%;
      height: auto;
    }

    .swiper-slide {
      width: 6rem;
    }
  }