@media screen and (max-width: 768px) {
  .banner .banner_list .banner_list_img img {
    height: 9.21rem;
  }
 .banner .pagination-box {
    max-width: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0.69rem;
  }

  /* 新的分页样式 */
 .banner .swiper-pagination {
    left: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: unset;
  }

  /* 在手机端隐藏PC端文本分页 */
 .banner .pagination-text {
    display: none;
  }

  /* 在手机端显示圆圈按钮 */
 .banner .pagination-bullets {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* 默认状态：白色小圆点 */
 .banner .swiper-pagination-bullet {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.13rem;
    height: 0.13rem;
    background: #ffffff;
    opacity: 1;
    font-size: 0;
    margin: 0 0.14rem;
    position: relative;
    cursor: pointer;
    border-radius: 50%;
  }

  /* 激活状态：空心圆环 */
 .banner .swiper-pagination-bullet-active {
    width: 0.5rem;
    height: 0.5rem;
    border: 0.03rem solid #fff;
    background: transparent;
    font-size: 0.2rem;
    color: #fff;
    border-radius: 50%;
  }
  
  /* 激活状态显示数字 */
 .banner .swiper-pagination-bullet-active {
    line-height: 0.5rem;
    text-align: center;
  }

  /* 蓝色进度条 - 调整层级和样式 */
.banner  .swiper-pagination-bullet-active::before {
    content: "";
    position: absolute;
    top: -0.038rem;
    left: -0.0362rem;
    width: 0.46rem;
    height: 0.46rem;
    border: 0.04rem solid #073682;
    border-radius: 50%;
    animation: progressLoading 3.6s infinite linear;
  }

  /* 进度动画：真正的进度填充效果 */
  @keyframes progressLoading {
    0% {
      transform: rotate(90deg);
      clip: rect(0, 1rem, 0.2rem, 0);
    }

    100% {
      transform: rotate(360deg);
      clip: rect(0, 1rem, 1rem, 0);
    }
  }
  .banner .banner_list .banner_list_txt {
    padding: 0.82rem 0.42rem;
    max-width: unset;
    justify-content: flex-start;
  }
  .banner_list_txt p {
    font-size: 0.28rem;
    line-height: 0.5rem;
    color: #fff;
    margin-bottom: 0.35rem;
  }
  .banner .banner_list .list_txt_dd span {
    font-size: 0.54rem;
    margin-bottom: 0.25rem;
  }

  .more-btn {
    width: 2.69rem;
    height: 0.8rem;
    font-size: 0.28rem;
    padding: 0 0.18rem;
    background: #0F73BE;
  }
  .more-large-btn {
    width: 3.31rem;
    height: 0.99rem;
    padding: 0 0.26rem;
  }
  .more-btn img {
    width: 0.29rem;
  }
  .block_sj .more-btn {
    width: 100%;
    justify-content: center;
    height: 0.99rem;
  }
  .block_sj .more-btn img {
    margin-left: 0.2rem;
  }
  .sub_banner {
    width: 100%;
    height: 6.45rem;
  }
  .sub_banner .pc_img {
    display: none;
  }

  .sub_banner .m_img {
    width: 100%;
    display: block;
    height: 6.45rem;
  }
    .tab-box{
      overflow-x: scroll;
      height: 1.05rem !important;
    }
  .tab-box .safe_width {
    padding: 0;
  }
  .tab-a a {
        height: 1.05rem !important;
    padding: 0 0.53rem !important;
    font-size: 0.34rem !important;
    margin-right: 0.2rem;
    white-space: nowrap;
  }
.tab-a .tab-active {
  background: #073682 !important;
  color: #fff;
  border-radius: 0;
}
.tab-other-box{
  background: #fff;
}
.tab-other-white-box{
  background: #fff;
}

.sub_title {
  width: 100%;
  padding: 0 0.3rem;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.sub_title h2 {
font-size: 0.6rem;
  margin-bottom: 0.11rem;
}
.sub_title p {
font-size: 0.39rem;
}
}
