body {
  background: #F2F3F7;
}

input {
  border: none !important;
  background: none !important;
}

input:focus {
  outline: none;
}

.color-003 {
  color: #003DBF;
}

/* 当屏幕宽度大于或等于1200像素时，增加字体大小 */
@media (min-width: 768px) {
  body {
    min-width: 1200px;
  }

  .pc-block {
    display: block;
  }

  .mv-block {
    display: none;
  }

  .tab-box {
    background: #0F4BC9;
    height: 60px;
  }

  .tab {
    max-width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 10%;
  }

  .tab-item {
    line-height: 60px;
    color: #ffffff;
    font-size: 20px;
    position: relative;
  }

  .tab-line {
    position: absolute;
    left: 50%;
    bottom: 6px;
    margin-left: -52px;
    width: 104px;
    height: 5px;
    background: #8FB3FF;
  }


  .main-box {
    max-width: 80%;
    margin: 0 auto;
  }

  .swiper-one-box {
    flex: 1;
    /*min-width:840px;*/
  }

  .swiper-one-img {
    width: 100%;
    display: block;
  }

  .swiper-word {
    padding: 0 24px;
    background: #003DBF;
    color: #fff;
    font-size: 18px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    height: 68px;
    line-height: 68px;
  }

  .swiper-one-box .swiper-pagination {
    font-weight: 500;
    font-size: 18px;
    color: #ffffff;
    line-height: 40px;
    text-align: right !important;
    font-style: normal;
    text-transform: none;
    padding-right: 20px;
    box-sizing: border-box;
  }

  .word-box {
    background: #ffffff;
    /*width: 500px;*/
    /*flex: 1;*/
    /*box-sizing: border-box;*/
    padding: 20px 40px;
    margin-left: 8px;
  }

  .dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #003DBF;
  }

  .border-das {
    border-bottom: 1px dashed #7294FF;
    padding: 16px 0;
  }


  .jc-box {
    background: url('../images/2025nqgkpy_jcbg.png') no-repeat;
    background-size: 100% 100%;
    width: 50%;
    box-sizing: border-box;
    padding: 64px 6% 34px 10%;
  }

  .scroll {
    height: 120px;
    overflow: hidden;
    position: relative;
  }

  .marquee-content {
    position: absolute;
    width: 100%;
  }


  .kp-box {
    flex: 1;
    box-sizing: border-box;
    padding: 64px 10% 34px 6%;
  }


  .zdhd-bg {
    background: url('../images/2025nqgkpy_acbg.png') no-repeat;
    background-size: 100% 100%;
    padding: 75px 0 35px;
  }

  .zdhd-item {
    width: 24%;
    margin-right: 8px;
    margin-bottom: 25px;
  }

  .zdhd-item:nth-child(4n) {
    margin-right: 0;
  }

  .zdhd-word {
    background: #ffffff;
    padding: 13px;
    box-sizing: border-box;
    height: 90px;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
  }


  .jckp-word {
    background: rgba(0, 61, 191, 0.8);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    height: 58px;
    line-height: 58px;
    z-index: 1;
  }

  .kpsj-word {
    background: rgba(0, 61, 191, 0.8);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    height: 48px;
    line-height: 48px;
    z-index: 1;
  }

  .play-img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
    margin-left: -40px;
    margin-top: -40px;
    z-index: 1;
  }

  .kpsj-item {
    width: 49%;
  }


  .mtbd-bg {
    background: url('../images/2025nqgkpy_mtbdbg.png') no-repeat;
    background-size: 100% 100%;
    padding: 140px 0 75px;
  }


  .foot-box-bor {
    background: #0540C2;
    box-sizing: border-box;
    padding: 30px 0;
  }

  .bottom-web {
    /* width: 1200px;
    margin: 0 auto; */
  }

  .footer_box {
    color: #ffffff;
    text-align: center;
    position: relative;
  }

  .bottom-move {
    color: #ffffff;
    text-align: center;
    padding: 0.4rem 0
  }

  .bottom-text {
    font-size: 14px;
    text-align: center;
    width: 70%;
    margin: 0 6% 0 1%;
  }
}


@media (max-width: 768px) {
  .pc-block {
    display: none;
  }

  .mv-block {
    display: block;
  }

  .tab-box {
    background: #0F4BC9;
    height: 45px;
  }

  .tab {
    overflow: hidden;
    overflow-x: scroll;
    white-space: nowrap;
  }

  .tab-item {
    line-height: 45px;
    color: #ffffff;
    font-size: 13px;
    position: relative;
    display: inline-block;
    margin-left: 20px;
  }

  .tab-line {
    position: absolute;
    left: 50%;
    bottom: 6px;
    margin-left: -31px;
    width: 62px;
    height: 5px;
    background: #8FB3FF;
  }


  .swiper-one-box {
    width: 100%;
    height: 208px;
  }

  .swiper-one-img {
    width: 100%;
    display: block;
    /*height: 166px;*/
  }

  .swiper-word {
    padding: 0 24px;
    background: rgba(0, 61, 191, 0.8);
    color: #fff;
    font-size: 13px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    height: 42px;
    line-height: 42px;
  }

  .swiper-one-box .swiper-pagination {
    font-weight: 500;
    font-size: 11px;
    color: #ffffff;
    line-height: 10px;
    text-align: right !important;
    font-style: normal;
    text-transform: none;
    padding-right: 20px;
    box-sizing: border-box;
  }

  .word-box {
    background: #ffffff;
    width: 100%;
    box-sizing: border-box;
    padding: 60px 40px 20px;
    margin-top: -50px;
  }

  .dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #003DBF;
  }

  .border-das {
    border-bottom: 1px dashed #7294FF;
    padding: 16px 0;
  }

  .jc-box {
    background: linear-gradient(98deg, #1F56CC 0%, rgba(0, 61, 191, 0.3) 100%);
    box-sizing: border-box;
    padding: 25px;
  }

  .scroll {
    height: 120px;
    overflow: hidden;
    position: relative;
  }

  .marquee-content-mv {
    position: absolute;
    width: 100%;
  }


  .kp-box {
    box-sizing: border-box;
    padding: 40px 15px;
    background: #E3EDFF;
  }


  .zdhd-bg {
    background: url('../images/2025nqgkpy_acmvbg.png') no-repeat;
    background-size: 100% 100%;
    padding: 30px 15px 25px;
  }

  .zdhd-item {
    width: 49%;
    margin-bottom: 10px;
  }

  .zdhd-word {
    background: #ffffff;
    padding: 13px 8px;
    box-sizing: border-box;
    font-size: 15px;
    text-align: center;
  }


  .jckp-word {
    background: rgba(0, 61, 191, 0.8);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    height: 39px;
    line-height: 39px;
    z-index: 1;
  }

  .kpsj-word {
    background: rgba(0, 61, 191, 0.8);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    height: 39px;
    line-height: 39px;
    z-index: 1;
  }

  .play-img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    z-index: 1;
  }

  .kpsj-item {
    width: 49%;
    margin-bottom: 10px;
  }


  .mtbd-bg {
    background: url('../images/2025nqgkpy_mtbdbgmv.png') no-repeat;
    background-size: 100% 100%;
    padding: 50px 22px 35px;
  }
}

