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

  img {
    max-width: 100%;
    height: auto;
  }

  #pc-header {
    background: #fff;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08);
  }

  #pc-header .container-layout {
    width: 100%;
    max-width: 100%;
    padding: 0 12px;
    box-sizing: border-box;
  }

  #pc-header .line {
    display: block;
  }

  #pc-header .logo,
  #pc-header .text-center {
    float: none;
    width: 100%;
    text-align: center;
  }

  #pc-header .logo {
    padding: 10px 0 6px;
  }

  #pc-header .logo img {
    max-width: 100%;
    max-height: 42px;
    object-fit: contain;
  }

  #pc-header .nav {
    display: flex;
    flex-wrap: nowrap;
    gap: 4px;
    padding: 0 0 8px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  #pc-header .nav::-webkit-scrollbar {
    display: none;
  }

  #pc-header .nav li {
    flex: 0 0 auto;
    display: block;
  }

  #pc-header .nav li a {
    padding: 0 10px;
    line-height: 34px;
    font-size: 14px;
    white-space: nowrap;
  }

  #pc-header .nav li ul,
  #pc-header .nav li:hover ul {
    display: none;
  }

  .banner-wrap {
    height: 34.375vw !important;
    min-height: 108px;
    max-height: 250px;
  }

  .banner-wrap .swiper-slide a {
    height: 100%;
  }

  .banner-item {
    background-size: cover !important;
  }

  .banner-wrap .swiper-pagination {
    bottom: 10px;
  }

  .banner-wrap .swiper-pagination .swiper-pagination-bullet {
    width: 18px;
    height: 4px;
  }

  .notice-wrap .zz-content,
  .notice-wrap__content,
  .notice-wrap__content .notice-swiper .swiper-slide {
    height: 40px;
  }

  .notice-wrap__head {
    width: auto;
    min-width: 74px;
    font-size: 14px;
  }

  .notice-list {
    width: 100%;
  }

  .notice-list span:first-child {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .notice-list span:last-child {
    flex: 0 0 auto;
    margin-left: 8px;
  }

  .pc-container {
    display: block !important;
  }

  .news-wrap {
    display: block;
    margin: 24px auto 0;
  }

  .news-wrap .fl,
  .news-wrap .fr {
    float: none;
    width: 100%;
    padding-left: 0;
  }

  .news-wrap .fr {
    margin-top: 22px;
  }

  .news-wrap__tlt {
    margin-bottom: 14px;
  }

  .news-wrap__swiper {
    height: auto;
    min-height: 0;
    margin: 0;
  }

  .news-wrap__swiper .pic {
    width: 100%;
    height: 52vw;
    max-height: 220px;
    object-fit: cover;
  }

  .news-list .news-title {
    display: flex;
    gap: 8px;
  }

  .news-list .news-title .tlt {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .news-list .news-title .date {
    flex: 0 0 auto;
  }

  .special-column {
    display: block;
    margin: 24px auto 12px;
    padding: 0 15px;
    box-sizing: border-box;
  }

  .special-column__item,
  .special-column__item:nth-child(2) {
    float: none;
    width: 100%;
    height: auto;
    margin: 0 0 10px !important;
  }

  .special-column__item img {
    height: auto;
    display: block;
  }

  .achievements {
    padding: 0 15px;
    overflow: hidden;
  }

  .achievements .page-tlt {
    padding: 28px 0 18px;
  }

  .achievements-swiper {
    overflow: visible;
  }

  .achievements-swiper .swiper-slide {
    width: 76vw !important;
  }

  .achievements-item__pic {
    width: 100%;
    height: 56vw;
    max-height: 260px;
    object-fit: cover;
  }

  .achievements .swiper-button-prev,
  .achievements .swiper-button-next,
  .side-toolbar {
    display: none;
  }

  .index-btn {
    width: 160px;
    height: 42px;
    line-height: 42px;
    margin: 22px auto 30px;
    font-size: 14px;
  }

  .g_links_box {
    height: auto;
  }

  .g_links_box .m_links_box {
    width: 100%;
    line-height: 44px;
  }

  .g_links_box .m_links_box .m_links_module {
    width: 50%;
    margin: 0;
    text-align: center;
    box-sizing: border-box;
  }

  .g_links_box .m_links_box .m_links_module span {
    width: 100%;
    font-size: 13px;
  }

  .g_links_box .m_links_box .m_links_module ul {
    left: 8px;
    right: 8px;
    width: auto;
    max-width: calc(100vw - 16px);
  }

  .g_foot_box .m_foot_box .m_foot,
  .g_foot_box .m_foot_txt .foot_txt {
    width: 100%;
  }

  .g_foot_box .m_foot_info {
    float: none;
    width: 100%;
    margin: 0;
    padding: 12px 15px;
    box-sizing: border-box;
  }

  .g_foot_box .m_foot_info li,
  .g_foot_box .m_foot_info li.m_info2 {
    float: none;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: center;
  }

  .g_foot_box .m_info2 p {
    line-height: 28px;
  }

  .g_foot_box .m_foot_txt {
    height: auto;
    line-height: 1.7;
    padding: 10px 15px;
    box-sizing: border-box;
  }

  .g_foot_box .m_foot_txt .foot_txt p {
    float: none;
    margin: 0;
    text-align: center;
    font-size: 13px;
  }
}

@media screen and (max-width: 576px) {
  .mobile-container {
    display: none;
  }

  .zz-content {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
}
