@charset "UTF-8";
:root {
  --primary-blue: #004b96;
  --primary-blue-alt: #0055aa;
  --active-red: #d81e06;
  --bg-white: #ffffff;
  --border-color: #d3d3d3;
  --box-shadow: 0px 0 2vw 0.10417vw rgba(0, 0, 0, 0.1);
  --max-width: 75vw;
  --font-20: 1.04167vw;
  --font-16: 0.83333vw;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  font-size: var(--font-16);
  line-height: 1.6;
  color: #333;
  background: #fff;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  cursor: pointer;
}

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

.page-news {
  position: relative;
  overflow-x: hidden;
}

.page-news .header {
  /*position: absolute;*/
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4.47917vw;
  z-index: 1000;
  -webkit-backdrop-filter: blur(0.26042vw);
  backdrop-filter: blur(0.26042vw);
  box-shadow: 0 0 0.15625vw 1px rgba(255, 255, 255, 0.4823529412);
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(0.52083vw);
  backdrop-filter: blur(0.52083vw);
}

.header .clogo {
  display: block;
}

.header .mlogo {
  display: none;
}

.header.white {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(0.52083vw);
  backdrop-filter: blur(0.52083vw);
}

.header.white .header__menu li>a,
.header.white .header__extra a {
  color: #333;
}

.header.white .header__extra {
  color: #333;
}

.header.white .header__extra .header__search {
  border-left: solid 1px rgba(0, 0, 0, 0.1);
}

.header__container {
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px;
}

.header__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.header__logo {
  line-height: 1;
  margin-left: 5.20833vw;
}

.header__logo img {
  height: 2.86458vw;
  object-fit: contain;
}

.header .nav {
  display: none;
}

.header__menu {
  display: flex;
  list-style: none;
  position: relative;
  margin: 0;
  height: 100%;
}

.header__menu li {
  margin: 0 0.625vw;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__menu li>a {
  text-decoration: none;
  color: #333;
  font-size: 0.9375vw;
  font-weight: 600;
  transition: color 0.32s cubic-bezier(0.32, 0.72, 0.3, 1);
  display: block;
  padding: 0.41667vw 0.20833vw;
}

.header__menu li:hover>a {
  color: var(--primary-blue) !important;
}

.header__menu li.active>a {
  color: var(--primary-blue) !important;
}

.header__menu li.has-dropdown:hover .dropdown-overlay {
  display: block;
}

.header .dropdown-overlay {
  position: absolute;
  top: 100%;
  width: 49vw;
  box-shadow: 0 0.52083vw 1.5625vw rgba(255, 255, 255, 0.4823529412);
  /* box-shadow: 0 0.52083vw 1.5625vw rgba(0, 0, 0, 0.7); */
  background: url(subnav-bg.png) no-repeat;
  background-size: cover;
  z-index: 100;
  display: none;
}

.header .dropdown-overlay::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: rgba(255, 255, 255, 0.5);
  /* 白色半透明 */
  -webkit-backdrop-filter: blur(0.78125vw);
  backdrop-filter: blur(0.78125vw);
}

.header.white .dropdown-overlay {
  backdrop-filter: none;
  z-index: initial;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.header.white .dropdown-overlay::after {
  background: rgb(255, 255, 255);
}

.header .dropdown-container {
  max-width: 62.5vw;
  margin: 0 auto;
}

.header .dropdown-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.04167vw 2.08333vw;
}

.header .link-grid {
  display: grid;
  grid-template-columns: repeat(3, 8.22917vw);
  grid-gap: 1.30208vw 0px;
  text-align: center;
}

.header .link-item a {
  text-decoration: none;
  color: #333;
  font-size: 0.9375vw;
  transition: color 0.3s;
}

.header .link-item a:hover {
  color: var(--primary-blue);
}

.header {
  /* 右侧标语 */
}

.header .slogan-box {
  text-align: right;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.4;
}

.header .slogan-box h3 {
  margin: 0;
  font-size: 1.66667vw;
  padding-right: 2.60417vw;
  font-weight: 600;
}

.header .slogan-box h2 {
  margin: 0 0 0;
  font-size: 1.66667vw;
  font-weight: 600;
}

.header__slider {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.15625vw;
  background: var(--primary-blue);
  border-radius: 0.15625vw;
  transition: all 0.44s cubic-bezier(0.25, 0.7, 0.25, 1);
  z-index: 0;
  box-shadow: 0 0.5px 0.10417vw rgba(0, 113, 227, 0.3);
  pointer-events: none;
}

.header__extra {
  display: flex;
  align-items: center;
  font-size: var(--font-16);
  color: #333;
  margin-left: 1.5625vw;
  height: 100%;
}

.header__extra .header__lang {
  margin-right: 0.78125vw;
  text-align: right;
  line-height: 1.2;
}

.header__extra .header__lang a {
  color: #333;
  text-decoration: none;
}

.header__extra .header__search {
  width: 4.6875vw;
  font-size: 0.9375vw;
  background: url("search-bg.png") no-repeat;
  background-size: cover;
  cursor: pointer;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__extra .header__search button {
  background: transparent;
  border: none;
  cursor: pointer;
}

.header__extra .header__search button img {
  width: 1.19792vw;
  height: 1.19792vw;
  object-fit: cover;
}

.footer-section {
  background: #f8f8f8 url("footer-bg.png") no-repeat;
  padding: 2.60417vw 0 1.04167vw;
  border-top: 1px solid #eee;
  position: relative;
  z-index: 2;
  background-size: 100% 100%;
}

.footer-section .footer-container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 1.04167vw;
}

.footer-section .footer-services {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1.04167vw;
  margin-bottom: 1.04167vw;
}

.footer-section .footer-services .service-item {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #333;
  font-size: var(--font-16);
  transition: color 0.3s;
  cursor: pointer;
}

.footer-section .footer-services .service-item img {
  width: 1.04167vw;
  height: 1.04167vw;
  object-fit: contain;
  margin-right: 0.41667vw;
}

.footer-section .footer-services .service-item:hover {
  color: #0055aa;
}

.footer-section .footer-services .service-item:hover img {
  opacity: 1;
}

.footer-section .footer-links {
  display: flex;
  gap: 1.04167vw;
  margin-bottom: 2.60417vw;
}

.footer-section .footer-links .custom-select {
  flex: 1;
  position: relative;
  border-radius: 0.20833vw;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: transparent;
  z-index: 10;
  border: solid 1px var(--border-color);
}

.footer-section .footer-links .custom-select:hover {
  transform: translateY(-0.10417vw);
}

.footer-section .footer-links .custom-select .select-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.52083vw 1.25vw;
  border-radius: 0.20833vw;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0, 0.2, 1);
  position: relative;
  z-index: 2;
  background: transparent;
}

.footer-section .footer-links .custom-select .select-header:hover {
  border-color: #0055aa;
}

.footer-section .footer-links .custom-select .select-header.active {
  border-color: #0055aa;
  box-shadow: 0 0 0 0.15625vw rgba(0, 85, 170, 0.1);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.footer-section .footer-links .custom-select .select-header .select-value {
  color: #333;
  font-size: var(--font-16);
  font-weight: 400;
  flex: 1;
}

.footer-section .footer-links .custom-select .select-header .arrow-down {
  width: 1.04167vw;
  height: 1.04167vw;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.footer-section .footer-links .custom-select .select-header .arrow-down::before {
  content: "";
  width: 0.41667vw;
  height: 0.41667vw;
  border: 0.10417vw solid #999;
  border-left: none;
  border-bottom: none;
  transform: rotate(135deg);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.footer-section .footer-links .custom-select .select-header .arrow-down.active::before {
  border-color: #0055aa;
  transform: rotate(-45deg) scale(1.1);
}

.footer-section .footer-links .custom-select .select-header:hover .arrow-down::before {
  border-color: #0055aa;
  transform: rotate(135deg) scale(1.1);
}

.footer-section .footer-links .custom-select .select-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border-top: none;
  border-bottom-left-radius: 0.625vw;
  border-bottom-right-radius: 0.625vw;
  box-shadow: 0 0.41667vw 1.04167vw rgba(0, 0, 0, 0.12);
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 100;
}

.footer-section .footer-links .custom-select .select-options.active {
  max-height: 10.41667vw;
  overflow-y: auto;
}

.footer-section .footer-links .custom-select .select-options .option {
  padding: 0.72917vw 1.25vw;
  cursor: pointer;
  transition: all 0.2s ease;
  color: #333;
  font-size: var(--font-16);
}

.footer-section .footer-links .custom-select .select-options .option:hover {
  background: #f0f7ff;
  color: #0055aa;
}

.footer-section .footer-links .custom-select .select-options .option.selected {
  background: #e6f0ff;
  color: #0055aa;
  font-weight: 500;
}

.footer-section .footer-links .custom-select .select-options .option:first-child {
  padding-top: 0.83333vw;
}

.footer-section .footer-links .custom-select .select-options .option:last-child {
  padding-bottom: 0.83333vw;
}

.footer-section .footer-links .custom-select .select-options::-webkit-scrollbar {
  width: 0.3125vw;
}

.footer-section .footer-links .custom-select .select-options::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-bottom-right-radius: 0.625vw;
}

.footer-section .footer-links .custom-select .select-options::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 0.15625vw;
}

.footer-section .footer-links .custom-select .select-options::-webkit-scrollbar-thumb:hover {
  background: #a1a1a1;
}

.footer-section .footer-links .custom-select::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.3s ease;
  border-radius: 0.625vw;
}

.footer-section .footer-links .custom-select:hover::before {
  background: linear-gradient(135deg, #f0f7ff 0%, #ffffff 100%);
}

.footer-section .footer-links .custom-select.active::before {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.footer-section .footer-bottom {
  text-align: center;
  color: #666;
  font-size: 0.9375vw;
  line-height: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-section .footer-bottom .bottom-nav a {
  color: #666;
  text-decoration: none;
  margin: 0 0.26042vw;
}

.footer-section .footer-bottom .bottom-nav a:hover {
  color: #0055aa;
}

.footer-section .footer-bottom .bottom-info span,
.footer-section .footer-bottom .bottom-info a {
  margin: 0 0.52083vw;
  color: #666;
  text-decoration: none;
}

.footer-section .footer-bottom .bottom-info a:hover {
  color: #666;
}

.back-to-top {
  width: 3.125vw;
  height: 3.125vw;
  border-radius: 10% 10%;
  background: #fff;
  backdrop-filter: blur(0.52083vw);
  -webkit-backdrop-filter: blur(0.52083vw);
  font-size: 0.8375vw;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 0.25s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  color: #999;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.26042vw;
  border: 1px solid #d5d7db;
  position: relative;
}

.back-to-top::before {
  content: "";
  width: 0.62vw;
  height: 0.62vw;
  border: 0.13vw solid #999;
  border-left: transparent;
  border-bottom: transparent;
  transform: rotate(-45deg);
  margin-bottom: -0.4vw;
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
}

.back-to-top:hover::before {
  border: 0.13vw solid #333;
  border-left: transparent;
  border-bottom: transparent;
}

.back-to-top:hover {
  color: #333;
  box-shadow: 0 0.4vw 0.9vw rgba(117, 117, 117, 0.1);
}

.back-to-top:active {
  transform: scale(0.92);
}

/* hover 微动效 */
.back-to-top:hover {
  transform: scale(1.08);
  background: rgba(255, 255, 255, 0.28);
  box-shadow: 0 0.4vw 1.2vw rgba(117, 117, 117, 0.18);
}

/* 点击按压微动效 */
.back-to-top:active {
  transform: scale(0.92);
}

.page-banner {
  height: 22.65625vw;
  display: flex;
  align-items: flex-end;
  position: relative;
}

.page-banner .sub-banner {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.page-banner::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  height: 30%;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
}

.page-banner .banner-content {
  z-index: 22;
  width: 100%;
  color: #fff;
  margin: 0 auto;
  max-width: var(--max-width);
  padding-bottom: 1.04167vw;
}

.page-banner .banner-content h1 {
  font-size: 2.5vw;
  font-weight: bold;
  margin-bottom: 5.20833vw;
}

.page-banner .banner-content .breadcrumb {
  display: flex;
  align-items: center;
  font-size: 0.9375vw;
}

.page-banner .banner-content .breadcrumb .icon-prex {
  margin-right: 1.04167vw;
}

.page-banner .banner-content .breadcrumb a {
  color: #fff;
  text-decoration: none;
}

.page-banner .banner-content .breadcrumb a:hover {
  color: var(--primary-blue);
}

.page-banner .banner-content .breadcrumb span {
  margin: 0 0.52083vw;
  color: #fff;
}

.sub-navs {
  width: 100%;
  box-shadow: 0px 0 0.20833vw 0.26042vw rgba(0, 0, 0, 0.05);
}

.news-tabs-header {
  max-width: var(--max-width);
  display: flex;
  gap: 1.04167vw;
  padding: 1.14583vw 0;
  margin: 0 auto;
  position: relative;
  justify-content: center;
}

.news-tabs-header .tab-slide {
  position: absolute;
  height: calc(100% - 2.29167vw);
  top: 1.14583vw;
  background: var(--primary-blue);
  border-radius: 1.5625vw;
  transition: left 0.32s cubic-bezier(0.34, 1.26, 0.64, 1),
    width 0.32s cubic-bezier(0.34, 1.26, 0.64, 1);
  z-index: 0;
  will-change: left, width;
  pointer-events: none;
}

.news-tabs-header .tab-item {
  position: relative;
  z-index: 1;
  padding: 0.20833vw 1.04167vw;
  font-size: 0.9375vw;
  color: #333;
  cursor: pointer;
  border-radius: 1.5625vw;
  border: 1px solid transparent;
}

.news-tabs-header .tab-item:hover {
  color: #333;
}

.news-tabs-header .tab-item.active {
  color: #fff;
  font-weight: 600;
}

.news-tabs-header .tab-item.active a {
  color: #fff;
  font-weight: 600;
}

@keyframes drawTop {
  from {
    transform: scaleX(0);
    transform-origin: left center;
  }

  to {
    transform: scaleX(1);
    transform-origin: left center;
  }
}

@keyframes drawRight {
  from {
    transform: scaleY(0);
    transform-origin: top center;
  }

  to {
    transform: scaleY(1);
    transform-origin: top center;
  }
}

@keyframes drawBottom {
  from {
    transform: scaleX(0);
    transform-origin: right center;
  }

  to {
    transform: scaleX(1);
    transform-origin: right center;
  }
}

@keyframes drawLeft {
  from {
    transform: scaleY(0);
    transform-origin: bottom center;
  }

  to {
    transform: scaleY(1);
    transform-origin: bottom center;
  }
}

.news-page {
  margin-top: 4.42708vw;
}

.news-page .news-container {
  margin: 0 auto;
}

.news-page .news-content .news-main {
  max-width: var(--max-width);
  margin: 0 auto;
}

.news-page .news-content .news-main .news-title {
  margin-bottom: 2.60417vw;
  margin-top: 4.6875vw;
}

.news-page .news-content .news-main .news-title h2 {
  font-size: 1.66667vw;
  color: var(--primary-blue);
  text-align: center;
  position: relative;
  font-weight: bold;
}

.news-page .news-content .news-main .news-headline-section {
  margin-bottom: 2.08333vw;
}

.news-page .news-content .news-main .news-headline-section .headline-slider {
  position: relative;
  height: 21.875vw;
  overflow: hidden;
  display: flex;
}

.news-page .news-content .news-main .news-headline-section .headline-slider .slider-left {
  width: 40%;
  height: 100%;
  position: relative;
  border-radius: 1.04167vw 0 0 1.04167vw;
  overflow: hidden;
}

.news-page .news-content .news-main .news-headline-section .headline-slider .slider-left .slider-images {
  width: 100%;
  height: 100%;
  position: relative;
}

.news-page .news-content .news-main .news-headline-section .headline-slider .slider-left .slider-image-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.news-page .news-content .news-main .news-headline-section .headline-slider .slider-left .slider-image-item.active {
  opacity: 1;
}

.news-page .news-content .news-main .news-headline-section .headline-slider .slider-left .slider-image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-page .news-content .news-main .news-headline-section .headline-slider .slider-right {
  width: 60%;
  padding: 2.08333vw 3.125vw 1.04167vw;
  background: #f8f8f8;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.news-page .news-content .news-main .news-headline-section .headline-slider .slider-right:hover h3 {
  color: var(--primary-blue);
}

.news-page .news-content .news-main .news-headline-section .headline-slider .slider-right .date {
  color: #0055aa;
  font-size: 1.14583vw;
  margin-bottom: 1.30208vw;
  font-weight: 600;
}

.news-page .news-content .news-main .news-headline-section .headline-slider .slider-right h3 {
  font-size: 1.45833vw;
  color: #333;
  margin-bottom: 1.04167vw;
  line-height: 1.4;
  font-weight: 600;
}

.news-page .news-content .news-main .news-headline-section .headline-slider .slider-right p {
  color: #333;
  font-size: 0.83333vw;
  line-height: 1.8;
  margin-bottom: 1.30208vw;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
}

.news-page .news-content .news-main .news-headline-section .headline-slider .slider-right .read-more {
  color: #888;
  font-size: 0.83333vw;
  text-decoration: none;
  font-weight: 400;
  align-self: flex-start;
}

.news-page .news-content .news-main .news-headline-section .headline-slider .slider-right .read-more:hover {
  text-decoration: underline;
}

.news-page .news-content .news-main .news-headline-section .headline-slider .slider-controls {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  width: 40%;
  z-index: 10;
  padding: 0 1.04167vw;
}

.news-page .news-content .news-main .news-headline-section .headline-slider .slider-controls .arrow {
  width: 2.91667vw;
  height: 2.91667vw;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.news-page .news-content .news-main .news-headline-section .headline-slider .slider-controls .arrow img {
  width: 100%;
  height: 100%;
}

.news-page .news-content .news-main .news-headline-section .headline-slider .slider-controls .arrow.prev img {
  transform: rotate(180deg);
}

.news-page .news-content .news-main .news-headline-section .headline-slider .slider-indicator {
  position: absolute;
  bottom: 0.52083vw;
  left: calc(40% - 4.16667vw);
  color: #fff;
  font-size: 1.25vw;
  font-weight: 400;
  z-index: 10;
}

.news-page .news-content .news-main .news-headline-section .headline-slider .slider-indicator .current {
  font-weight: 600;
  font-size: 2.08333vw;
  font-style: italic;
}

.news-page .news-content .news-main .news-headline-section .headline-slider .slider-indicator .separator {
  margin: 0 0.26042vw;
}

.news-page .news-content .news-main .news-list-container .news-card {
  display: flex;
  padding: 1.5625vw 0;
  border-bottom: 1px solid var(--border-color);
  cursor: pointer;
  position: relative;
}

.news-page .news-content .news-main .news-list-container .news-card::after {
  content: "";
  width: 0;
  position: absolute;
  height: 0.125rem;
  background: var(--primary-blue);
  left: 0;
  bottom: -1px;
}

.news-page .news-content .news-main .news-list-container .news-card::before {
  content: "";
  display: block;
  opacity: 0;
}

.news-page .news-content .news-main .news-list-container .news-card:hover::before {
  background: url("newslist-bg.png") no-repeat;
  margin-right: 1.04167vw;
  position: absolute;
  bottom: 0;
  right: 1.04167vw;
  width: 10.15625vw;
  height: 5.98958vw;
  background-size: 100%;
  transition: all 0.7s ease;
  opacity: 1;
}

.news-page .news-content .news-main .news-list-container .news-card:hover::after {
  width: 100%;
  transition: all 0.7s ease;
}

.news-page .news-content .news-main .news-list-container .news-card:hover h4 a {
  color: var(--primary-blue) !important;
}

.news-page .news-content .news-main .news-list-container .news-card:hover .news-date-box .day,
.news-page .news-content .news-main .news-list-container .news-card:hover .news-date-box .month {
  color: #0055aa;
}

.news-page .news-content .news-main .news-list-container .news-card:hover .news-date-box .line-top {
  animation: drawTop 0.4s ease-out forwards;
}

.news-page .news-content .news-main .news-list-container .news-card:hover .news-date-box .line-right {
  animation: drawRight 0.4s ease-out 0.2s forwards;
}

.news-page .news-content .news-main .news-list-container .news-card:hover .news-date-box .line-bottom {
  animation: drawBottom 0.4s ease-out 0.4s forwards;
}

.news-page .news-content .news-main .news-list-container .news-card:hover .news-date-box .line-left {
  animation: drawLeft 0.4s ease-out 0.6s forwards;
}

.news-page .news-content .news-main .news-list-container .news-card:hover .news-date-box::after {
  display: none;
}

.news-page .news-content .news-main .news-list-container .news-card:hover h4 a {
  color: #0055aa;
}

.news-page .news-content .news-main .news-list-container .news-card .news-date-box {
  padding: 0 0.9375vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 1.5625vw;
  flex-shrink: 0;
  transition: all 0.3s ease;
  position: relative;
}

.news-page .news-content .news-main .news-list-container .news-card .news-date-box .box-line {
  position: absolute;
  background: #0055aa;
  transform: scale(0);
}

.news-page .news-content .news-main .news-list-container .news-card .news-date-box .line-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 0.10417vw;
  transform-origin: left center;
}

.news-page .news-content .news-main .news-list-container .news-card .news-date-box .line-right {
  top: 0;
  right: 0;
  width: 0.10417vw;
  height: 100%;
  transform-origin: top center;
}

.news-page .news-content .news-main .news-list-container .news-card .news-date-box .line-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.10417vw;
  transform-origin: right center;
}

.news-page .news-content .news-main .news-list-container .news-card .news-date-box .line-left {
  top: 0;
  left: 0;
  width: 0.10417vw;
  height: 100%;
  transform-origin: bottom center;
}

.news-page .news-content .news-main .news-list-container .news-card .news-date-box::after {
  content: "";
  width: 0.10417vw;
  height: 80%;
  top: 10%;
  right: 0;
  position: absolute;
  background: var(--border-color);
}

.news-page .news-content .news-main .news-list-container .news-card .news-date-box .day {
  font-size: 2.70833vw;
  font-weight: 400;
  color: #999;
  line-height: 1;
}

.news-page .news-content .news-main .news-list-container .news-card .news-date-box .month {
  font-size: 0.9375vw;
  color: #999;
  margin-top: 0.26042vw;
}

.news-page .news-content .news-main .news-list-container .news-card .news-content-box {
  flex: 1;
}

.news-page .news-content .news-main .news-list-container .news-card .news-content-box h4 {
  margin-bottom: 0.625vw;
}

.news-page .news-content .news-main .news-list-container .news-card .news-content-box h4 a {
  color: #333;
  font-size: 1.04167vw;
  text-decoration: none;
  line-height: 1.4;
  transition: color 0.3s ease;
  font-weight: 600;
}

.news-page .news-content .news-main .news-list-container .news-card .news-content-box p {
  color: #333333;
  font-size: 0.83333vw;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-page .news-content .news-main .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.08333vw 0 5.20833vw;
}

.news-page .news-content .news-main .pagination .pagination-container {
  display: flex;
  align-items: center;
}

.news-page .news-content .news-main .pagination .pagination-container .page-item {
  padding: 0.10417vw 0.78125vw;
  font-size: 0.72917vw;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid var(--border-color);
  border-left: none;
}

.news-page .news-content .news-main .pagination .pagination-container .page-item:first-child {
  border-left: 1px solid var(--border-color);
}

.news-page .news-content .news-main .pagination .pagination-container .page-item:hover {
  border-color: var(--primary-blue);
  color: var(--primary-blue);
}

.news-page .news-content .news-main .pagination .pagination-container .page-item.active {
  background: var(--primary-blue);
  color: #fff;
  border-color: var(--primary-blue);
}

.news-page .news-content .news-main .pagination .pagination-container .page-item.prev,
.news-page .news-content .news-main .pagination .pagination-container .page-item.next {
  padding: 0.10417vw 0.78125vw;
}

.news-page .news-content .news-main .pagination .pagination-container .page-item.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.news-page .news-content .news-main .pagination .pagination-container .page-item.disabled:hover {
  border-color: #e5e5e5;
  color: #333;
}

.news-page .news-content .news-main .pagination .pagination-container .page-item:not(.prev):not(.next):not(.disabled):not(.active):hover {
  background: #f0f7ff;
}

.news-page .news-content .news-main .pagination .pagination-info {
  display: flex;
  align-items: center;
  gap: 0.78125vw;
  font-size: 0.72917vw;
  color: #666;
}

.news-page .news-content .news-main .pagination .pagination-info .page-input {
  width: 2.60417vw;
  height: 1.66667vw;
  padding: 0 0.52083vw;
  border: 1px solid #e5e5e5;
  border-radius: 0.20833vw;
  font-size: 0.72917vw;
  text-align: center;
}

.news-page .news-content .news-main .pagination .pagination-info .page-input:focus {
  outline: none;
  border-color: #0055aa;
}

.news-page .news-content .news-main .pagination .pagination-info .go-btn {
  padding: 0.26042vw 0.52083vw;
  border: solid 1px var(--border-color);
  color: #333;
  border-radius: 0.20833vw;
  font-size: 0.72917vw;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}

.news-page .news-content .news-main .pagination .pagination-info .go-btn:hover {
  background: #004080;
  color: #fff;
}

.silder-bar {
  position: fixed;
  right: 1.04167vw;
  bottom: 20%;
  z-index: 9999;
  display: block;
}

.silder-bar.active .silder-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.silder-btn {
  display: none;
}

.silder-panel {
  position: absolute;
  right: 0;
  bottom: 3.125vw;
  transform: translateY(1.04167vw);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.qr-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.header__mobile-meta,
.header__mobile-actions {
  display: none;
}

@charset "UTF-8";
@media (max-width: 48rem) {
  :root {
    --box-shadow: 0 0 2vw 0.125rem rgba(0, 0, 0, 0.1);
    --font-20: 1.25rem;
    --font-16: 1rem;
  }

  .news-section .news-container,
  .dynamic-section .dynamic-container,
  .about-section .about-container,
  .footer-section .footer-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    max-width: 100%;
  }

  .header {
    height: 3.125rem;
    background: #fff;
    border-bottom: none;
    box-shadow: 0 0 0.25rem 0.125rem rgba(0, 0, 0, 0.1);
  }

  .header .clogo {
    display: none;
  }

  .header .mlogo {
    display: block;
  }

  .header__logo {
    margin-left: 0;
  }

  .header__logo img {
    height: 1.875rem;
    object-fit: cover;
  }

  .header__container {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    justify-content: space-between;
    gap: 0.875rem;
  }

  .header__nav {
    position: absolute;
    top: 4.625rem;
    left: 0;
    right: 0;
    background: #fff;
    border-bottom: 0.0625rem solid #eee;
    padding: 0.5rem 0.75rem 0.875rem;
    display: none;
    box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.08);
    z-index: 1001;
    border-top: solid 0.0625rem #d3d3d3;
    min-height: 9.375rem;
  }

  .header__menu {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0.375rem;
    height: auto;
    overflow: visible;
  }

  .header__menu li {
    margin: 0;
  }

  .header__menu li a {
    font-size: 0.875rem;
    line-height: 1;
    padding: 0.5rem 0.75rem;
    border-radius: 1rem;
    background: #f6f8fb;
    color: #0e4d96;
  }

  .header .nav {
    position: fixed;
    left: 0;
    top: 3.125rem;
    width: 100%;
    height: calc(100vh - 3.125rem);
    padding: 0;
    overflow: auto;
    transform: translateX(100%);
    transition: 0.5s;
    display: block;
  }

  .header .nav.on {
    transform: translateY(0);
  }

  .header .nav.on::after {
    content: "";
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(0.3125rem);
    display: block;
    width: 100%;
    height: 200%;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
  }

  .header .nav dl,
  .header .nav dt,
  .header .nav dd {
    display: block;
  }

  .header .nav dl {
    position: relative;
    border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.22);
  }

  .header .nav dt {
    height: 100%;
  }

  .header .nav dt a {
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.9375rem 1.25rem;
    color: #fff !important;
  }

  .header .nav dd {
    display: none;
    position: inherit;
    left: auto;
    top: auto;
    transform: translateY(0);
    transition: 0s !important;
    opacity: 1;
  }

  .header .nav dd span {
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    flex-direction: column;
    width: 100%;
    box-shadow: none;
    backdrop-filter: blur(0);
  }

  .header .nav dd span a {
    padding: 0.625rem 1.25rem;
    border: 0;
    color: #333 !important;
    text-align: left;
  }

  .header__mobile-meta {
    display: flex;
    align-items: center;
    gap: 1.75rem;
    margin-left: auto;
  }

  .header__mobile-meta .mobile-lang-link {
    color: var(--primary-blue);
    text-decoration: none;
    font-size: 1rem;
    line-height: 1;
    font-weight: 400;
    white-space: nowrap;
  }

  .header__mobile-actions {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    margin-left: 0.625rem;
  }

  .header__mobile-actions .mobile-action-btn {
    width: auto;
    height: auto;
    border: 0;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
  }

  .header__mobile-actions .mobile-search-btn img {
    width: 2rem;
    height: 2rem;
    display: block;
  }

  .header__mobile-actions .mobile-menu-btn {
    flex-direction: column;
    gap: 0.3125rem;
    width: 2.25rem;
    height: 1.875rem;
    object-fit: contain;
  }

  .header__mobile-actions .mobile-menu-btn.on span {
    background: none !important;
  }

  .header__mobile-actions .mobile-menu-btn.on span::after {
    transform: rotate(-45deg);
    top: 0;
  }

  .header__mobile-actions .mobile-menu-btn.on span::before {
    transform: rotate(45deg);
    top: 0;
  }

  .header__mobile-actions .mobile-menu-btn span {
    width: 2rem;
    height: 0.7vw;
    background: var(--primary-blue);
    border-radius: 0.25rem;
    position: relative;
    transition: transform 0.4s ease, opacity 0.4s ease;
  }

  .header__mobile-actions .mobile-menu-btn span::before,
  .header__mobile-actions .mobile-menu-btn span::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.7vw;
    background: var(--primary-blue);
    display: block;
    transition: 0.4s;
  }

  .header__mobile-actions .mobile-menu-btn span::before {
    top: -1.7vw;
  }

  .header__mobile-actions .mobile-menu-btn span::after {
    top: 1.9vw;
  }

  .header.header--menu-open .header__nav {
    display: block;
  }

  .header.header--menu-open .mobile-menu-btn span:nth-child(1) {
    transform: translateY(0.5625rem) rotate(45deg);
  }

  .header.header--menu-open .mobile-menu-btn span:nth-child(2) {
    opacity: 0;
  }

  .header.header--menu-open .mobile-menu-btn span:nth-child(3) {
    transform: translateY(-0.5625rem) rotate(-45deg);
  }

  .banner {
    height: 20rem;
    min-height: 20rem;
  }

  .banner.bannerV2 {
    height: 17.5rem;
    min-height: 17.5rem;
  }

  .banner .banner-text {
    top: 50%;
    left: 10%;
    right: 10%;
    transform: translateY(-50%);
    z-index: 2;
    color: #fff;
    text-shadow: 0 0.1875rem 0.75rem rgba(0, 0, 0, 0.6);
    background: transparent;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
  }

  .banner .banner-text.center_CompanyMission {
    left: 3%;
  }

  .banner .banner-text img {
    width: 18.75rem;
    max-width: initial;
  }

  .banner .banner-text img.culturalidea {
    width: 18.75rem;
    max-width: initial;
  }

  .banner .banner-text img.CompanyMission {
    width: 21.875rem;
    max-width: initial;
  }

  .banner .banner-text h2 {
    font-size: clamp(1.5rem, 8vw, 2.5rem);
    letter-spacing: 0.36667vw;
    font-weight: 800;
  }

  .banner .banner-text p {
    font-size: 8vw;
    margin-bottom: 2.13333vw;
    letter-spacing: 0.26667vw;
    font-weight: 700;
  }

  .banner .banner-indicators {
    display: flex;
    position: absolute;
    bottom: 1.25rem;
    left: 50%;
    transform: translateX(-50%);
    gap: 0.625rem;
    z-index: 9;
  }

  .banner .banner-indicators .indicator {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    position: relative;
    transition: all 0.35s ease;
  }

  .banner .banner-indicators .indicator.active {
    background: #004b96;
    transform: scale(1.3);
  }

  .banner .banner-indicators .indicator.active::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 0.125rem solid #004b96;
    animation: ring 0.8s ease-out forwards;
  }
  .news-tabs-header .tab-slide {
    display: none;
  }
  .news-tabs-header .tab-item.active {
    color: #fff;
    font-weight: 600;
    background: var(--primary-blue);
  }
  .news-section {
    padding-top: 1.25rem;
  }

  .news-section .news-container {
    padding-top: 0;
    padding-bottom: 0.5rem;
  }

  .news-section .news-headline {
    height: auto;
    border-radius: 1.125rem;
    flex-direction: row;
    align-items: center;
    margin-bottom: 1.25rem;
    background: #fff;
    overflow: hidden;
    padding: 1.5rem 0;
  }

  .news-section .news-headline .headline__label {
    width: auto;
    padding: 0 0.625rem;
    min-height: 2.5rem;
    font-size: 1.375rem;
    font-weight: 600;
    padding-left: 0.5rem;
    background: transparent;
    color: var(--primary-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: solid 0.0625rem var(--border-color);
  }

  .news-section .news-headline .headline__label span {
    white-space: nowrap;
    line-height: 1.2;
  }

  .news-section .news-headline .headline__content {
    flex: 1;
    padding: 0 0.9375rem 0 0.9375rem;
  }

  .news-section .news-headline .headline__content a {
    color: #333;
    text-decoration: none;
    line-height: 1.3;
    font-weight: 600;
    font-size: 1rem;
  }

  .news-section .news-body {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 0;
    height: auto;
  }

  .news-section .news-slider {
    border-radius: 1.125rem;
    background: #fff;
    overflow: hidden;
  }

  .news-section .news-slider .slider__controls .arrow {
    width: 2.5rem;
    height: 2.5rem;
  }

  .news-section .news-slider .slider__controls .arrow img {
    width: 100%;
    height: 100%;
  }

  .news-section .news-slider .slider-item .slider__caption {
    font-size: 1rem;
    padding: 0.75rem 0.75rem;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
    color: #fff;
  }

  .news-section .news-slider .slider__dots {
    bottom: 1.25rem;
    transform: translateX(-25%);
  }

  .news-section .news-slider .slider__dots .dot {
    width: 0.3125rem;
    height: 0.3125rem;
    border-radius: 50%;
  }

  .news-section .news-tabs {
    background: #fff;
    padding: 0;
  }

  .news-section .news-tabs .tabs__header {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.3125rem;
    overflow-x: auto;
    justify-content: center;
  }

  .news-section .news-tabs .tabs__header .tab-item {
    min-width: 6.25rem;
    font-size: 1rem;
    padding: 0.3125rem 0.75rem;
    border-radius: 1.75rem;
    border: 0.0625rem solid var(--border-color);
    background: #fff;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    min-height: 2.5rem;
    /* 加这三行立刻治溢出 */
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .news-section .news-tabs .tabs__header .tab-item.active {
    background: #0055aa;
    color: #fff;
    border-color: #0055aa;
    box-shadow: none;
  }

  .news-section .news-tabs .news-list .news-item {
    padding: 0.75rem 0;
    display: flex;
    align-items: center;
  }

  .news-section .news-tabs .news-list .news-item:first-child {
    padding: 0.75rem 0;
  }

  .news-section .news-tabs .news-list .news-item .date {
    width: auto;
    height: auto;
    color: #999;
    font-size: 0.875rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-right: 0.625rem;
  }

  .news-section .news-tabs .news-list .news-item .date i {
    font-style: normal;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1;
  }

  .news-section .news-tabs .news-list .news-item .line {
    height: 2.1875rem;
  }

  .news-section .news-tabs .news-list .news-item a {
    flex: 1;
    color: #333;
    text-decoration: none;
    font-size: 1rem;
    margin-left: 0.75rem;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
  }

  .news-section .news-tabs .news-list .news-item.first {
    flex-direction: row;
    align-items: center;
    gap: 0;
    padding: 0.75rem 0;
    border-color: var(--border-color);
  }

  .news-section .news-tabs .news-list .news-item.first .news-date {
    width: auto;
    height: auto;
    color: #999;
    font-size: 0.875rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: none;
    padding-right: 0.625rem;
    border-right: solid 0.0625rem var(--border-color);
  }

  .news-section .news-tabs .news-list .news-item.first .news-date .day {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1;
    margin-bottom: 0.5rem;
  }

  .news-section .news-tabs .news-list .news-item.first .news-date .year-month {
    font-size: 0.875rem;
    line-height: 1;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .news-section .news-tabs .news-list .news-item.first .news-info {
    padding-left: 0;
  }

  .news-section .news-tabs .news-list .news-item.first .news-info h4 {
    padding-left: 0.8125rem;
    margin-bottom: 0;
  }

  .news-section .news-tabs .news-list .news-item.first .news-info p {
    display: none;
  }

  .news-section .news-tabs .news-list .news-item.first a {
    flex: 1;
    color: #333;
    text-decoration: none;
    font-size: 1rem;
    margin-left: 0.75rem;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .news-section .news-footer {
    background: #fff;
    border-radius: 0.875rem;
    padding: 0.75rem 1.25rem;
    height: 3.875rem;
    box-sizing: border-box;
    box-shadow: var(--box-shadow);
    margin-bottom: 1.25rem;
  }

  .news-section .news-footer .notice-bar {
    display: flex;
    align-items: center;
    gap: 0.625rem;
  }

  .news-section .news-footer .notice-bar .notice-text {
    top: 0.375rem;
  }

  .news-section .news-footer .notice-bar .notice-label {
    color: #0055aa;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.2;
    border-right: none;
    display: flex;
    align-items: center;
    white-space: normal;
    display: flex;
    flex-direction: column;
    position: relative;
    padding-right: 0.625rem;
    margin-right: 0.625rem;
  }

  .news-section .news-footer .notice-bar .notice-label span {
    white-space: nowrap;
  }

  .news-section .news-footer .notice-bar .notice-label::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 0.0625rem;
    height: 2.25rem;
    right: 0;
    top: 0.25rem;
    background: #c80a50;
    margin-left: 0.625rem;
  }

  .news-section .news-footer .notice-bar .notice-content {
    height: 2.8125rem;
  }

  .news-section .news-footer .notice-bar img {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0;
  }

  .news-section .news-footer .notice-bar a {
    flex: 1;
    color: #333;
    text-decoration: none;
    font-size: 0.9375rem;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal !important;
  }

  .news-section .news-footer .stock-info,
  .news-section .news-footer .notice-switch {
    display: none;
  }

  .dynamic-section {
    padding: 1.375rem 0 0.625rem 0;
  }

  .dynamic-section .dynamic-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .dynamic-section .dynamic-main {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 0;
  }

  .dynamic-section .dynamic-list .mod-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0.75rem;
    margin-bottom: 1rem;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    max-width: 100%;
  }

  .dynamic-section .dynamic-list .mod-header::after {
    content: "";
    position: absolute;
    bottom: -0.0625rem;
    left: 0;
    width: 2.5rem;
    height: 0.125rem;
    background: #0055aa;
  }

  .dynamic-section .dynamic-list .mod-header .mod-title {
    font-size: 1.25rem;
    font-weight: 400;
    color: #333;
  }

  .dynamic-section .dynamic-list .mod-header .mod-title::after {
    display: none;
  }

  .dynamic-section .dynamic-list .mod-header .more {
    font-size: 1rem;
    color: #666;
    text-decoration: none;
  }

  .dynamic-section .dynamic-list .list-item {
    display: flex;
    align-items: center;
    padding: 0.75rem 0;
    flex-direction: row;
  }

  .dynamic-section .dynamic-list .list-item .item-date {
    width: auto;
    color: #999;
    font-size: 1.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding-right: 0.625rem;
    border-right: solid 0.0625rem #d3d3d3;
    padding-bottom: 0;
  }

  .dynamic-section .dynamic-list .list-item .item-date .day {
    font-style: normal;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1;
    margin-bottom: 0.1875rem;
  }

  .dynamic-section .dynamic-list .list-item .item-date .ym {
    font-size: 0.875rem;
    line-height: 1;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .dynamic-section .dynamic-list .list-item .item-text {
    flex: 1;
    color: #333;
    text-decoration: none;
    font-size: 1rem;
    margin-left: 0.75rem;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .dynamic-section .media-focus {
    margin-top: 1.25rem;
  }

  .dynamic-section .media-focus .focus-card {
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    text-align: left;
  }

  .dynamic-section .media-focus .focus-title {
    font-size: 1.25rem;
    font-weight: 400;
    margin-bottom: 0.625rem;
    color: #333;
    text-align: center;
  }

  .dynamic-section .media-focus .focus-thumb {
    height: 13.75rem;
    margin-bottom: 1.25rem;
    overflow: hidden;
    border-radius: 0;
  }

  .dynamic-section .media-focus .focus-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .dynamic-section .media-focus .focus-thumb .thumb-desc {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    padding: 0.625rem 0.75rem;
    font-size: 1rem;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .dynamic-section .media-focus .focus-links {
    list-style: none;
    margin-bottom: 1rem;
    padding: 0;
  }

  .dynamic-section .media-focus .focus-links li {
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .dynamic-section .media-focus .focus-links li:last-child {
    margin-bottom: 0;
  }

  .dynamic-section .media-focus .focus-links li a {
    color: #333;
    text-decoration: none;
    font-size: 1rem;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .dynamic-section .media-focus .more-btn {
    text-align: center;
    margin-top: 0.5rem;
  }

  .dynamic-section .media-focus .btn-more-outline {
    display: inline-block;
    padding: 0.375rem 1.5rem;
    border: 0.0625rem solid var(--primary-blue);
    border-radius: 1.25rem;
    color: var(--primary-blue);
    text-decoration: none;
    font-size: 0.9375rem;
    transition: all 0.3s;
  }

  .dynamic-section .media-matrix {
    display: none;
  }

  .mod-header {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
  }

  .mod-header .mod-title {
    margin-left: 0;
    font-size: 1.5rem;
    align-items: flex-start;
  }

  .mod-header .mod-title::after {
    display: none;
  }

  .mod-header .more {
    font-size: 1rem;
  }

  .full-grey {
    padding: 0 1.25rem;
    background: #fff;
    overflow: hidden;
  }

  .special-section {
    padding: 1.25rem 0;
  }

  .slider-nav-btns {
    display: none;
  }

  .special-section .slider-wrapper {
    padding: 0;
  }

  .special-section .slider-container {
    gap: 0.75rem;
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-left: 0;
    margin-top: 0.9375rem;
    max-width: 100%;
  }

  .special-section .slider-container::-webkit-scrollbar {
    display: none;
  }

  .special-section .slider-card {
    flex: 0 0 calc(50% - 0.375rem);
    scroll-snap-align: start;
    height: 3.75rem;
  }

  .special-section .slider-card img {
    box-shadow: none;
    border-radius: 0.5rem;
    object-fit: cover;
  }

  .video-section {
    padding: 1.875rem 0 0;
  }

  .video-section .slider-wrapper {
    padding: 0;
    position: relative;
    touch-action: pan-y pinch-zoom;
    /* 确保滑动顺畅 */
    -webkit-overflow-scrolling: touch;
  }

  .video-section .slider-container {
    display: block;
    height: 30rem;
    padding-top: 0;
    padding-left: 0;
    margin-top: 4.0625rem;
    overflow: initial;
  }

  .video-section .video-card {
    position: absolute;
    width: 100%;
    left: 0%;
    top: 3.125rem;
    cursor: grab;
    user-select: none;
    -webkit-touch-callout: none;
  }

  .video-section .video-card:active {
    cursor: grabbing;
  }

  .video-section .video-card .video-thumb {
    height: 100%;
    border-radius: 0.75rem;
    overflow: hidden;
    position: relative;
  }

  .video-section .video-card .video-thumb img {
    width: 100%;
    height: 100%;
    opacity: 1;
    object-fit: cover;
    /* 居中填充不变形 */
    object-position: center;
    pointer-events: none;
    /* 防止原生抓取 */
    -webkit-user-drag: none;
  }

  .video-section .video-card .video-play-icon {
    position: absolute;
    bottom: 3.75rem;
    left: 1.25rem;
    width: 4.375rem;
    height: 3.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .video-section .video-card .video-play-icon svg {
    width: 1.5rem;
    height: 1.5rem;
    fill: #fff;
  }

  .video-section .video-card .video-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    padding: 0.625rem 0.75rem;
    font-size: 1rem;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .business-mobile.biz-m {
    display: flex;
    width: 100vw;
    max-width: 31.25rem;
    margin: 0 auto;
    background: #f4f7fa;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    z-index: 5;
    padding-bottom: 1rem;
  }

  .business-mobile.biz-m .biz-m__head {
    padding: 1rem 0 0.75rem;
    text-align: center;
    background: #fff;
  }

  .business-mobile.biz-m .biz-m__head h1 {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 500;
    color: #333;
  }

  .business-mobile.biz-m .biz-m__scene {
    height: 7.5rem;
    background: linear-gradient(105deg,
      rgba(0, 40, 80, 0.65) 0%,
      rgba(0, 60, 100, 0.35) 100%),
      url("hero-bg3.jpg") center/cover no-repeat;
  }

  .business-mobile.biz-m .biz-m__list {
    padding: 0 1rem;
    margin-top: -2rem;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }

  .business-mobile.biz-m .biz-m-card {
    border-radius: 0.75rem;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0.375rem 1.25rem rgba(0, 0, 0, 0.08);
  }

  .business-mobile.biz-m .biz-m-card__sum {
    list-style: none;
    position: relative;
    display: block;
    min-height: 6.25rem;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }

  .business-mobile.biz-m .biz-m-card__sum::-webkit-details-marker {
    display: none;
  }

  .business-mobile.biz-m .biz-m-card__thumb {
    position: absolute;
    inset: 0;
    background-image: var(--biz-img);
    background-size: cover;
    background-position: center;
  }

  .business-mobile.biz-m .biz-m-card__shade {
    position: absolute;
    inset: 0;
    background: #000;
    opacity: 0.5;
    pointer-events: none;
  }

  .business-mobile.biz-m .biz-m-card__sum-inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 1.125rem;
    color: #fff;
    font-weight: 500;
  }

  .business-mobile.biz-m .biz-m-card__glyph {
    font-size: 2.25rem;
    letter-spacing: 0.08em;
    text-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.35);
  }

  .business-mobile.biz-m .biz-m-card__hint {
    font-size: 0.8125rem;
    opacity: 0.9;
    border: 0.0625rem solid rgba(255, 255, 255, 0.7);
    padding: 0.25rem 0.75rem;
    border-radius: 62.4375rem;
  }

  .business-mobile.biz-m .biz-m-card__panel {
    padding: 0 1.125rem 1.125rem;
    background: #fff;
  }

  .business-mobile.biz-m .biz-m-card__text {
    margin: 0 0 0.875rem;
    font-size: 0.875rem;
    line-height: 1.75;
    color: #444;
    text-align: justify;
  }

  .business-mobile.biz-m .biz-m-card__btn {
    display: inline-block;
    font-size: 0.875rem;
    color: #0055aa;
    text-decoration: none;
    font-weight: 500;
  }

  .business-mobile.biz-m .biz-m-card[open] .biz-m-card__shade {
    opacity: 0;
  }

  .business-mobile.biz-m .biz-m-card[open] .biz-m-card__hint {
    display: none;
  }

  .business-mobile.biz-m .biz-m__foot {
    height: 0.25rem;
    margin: 1rem 1rem 0;
    background: var(--primary-blue);
    border-radius: 0.125rem;
  }

  .business-mobile {
    display: flex;
    width: 100vw;
    max-width: 31.25rem;
    background: var(--bg-white);
    flex-direction: column;
    overflow: hidden;
    position: relative;
    z-index: 5;
    /* 1. 标题 */
  }

  .business-mobile .business-mobile-title {
    padding: 0.9375rem 0;
    text-align: center;
  }

  .business-mobile .business-mobile-title h1 {
    font-size: 1.5rem;
    font-weight: 500;
    color: #333;
  }

  .business-mobile {
    /* 2. 固定 Banner */
  }

  .business-mobile .banner-box {
    position: relative;
    width: 100%;
    padding: 0 1.25rem;
    box-sizing: border-box;
    height: 75vw;
    z-index: 1;
  }

  .business-mobile .banner-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.3s ease;
  }

  .business-mobile .detail-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 0.5rem 0.9375rem;
    border-radius: 1.25rem;
    font-size: var(--font-16);
    width: 7.5rem;
    line-height: 1.25rem;
    font-size: 0.875rem;
    text-align: center;
  }

  .business-mobile {
    /* 3. 滑动导航容器 */
  }

  .business-mobile .nav-section {
    position: relative;
    margin-top: -2.8125rem;
    /* 向上提，覆盖图片 */
    background: var(--bg-white);
    border-radius: 0 5.625rem 0 0;
    padding-top: 1.25rem;
    z-index: 10;
    width: calc(100% - 1.25rem);
  }

  .business-mobile {
    /* 滑动核心 CSS */
  }

  .business-mobile .nav-scroll-container {
    width: 80%;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    /* 隐藏滚动条 */
    -ms-overflow-style: none;
    scrollbar-width: none;
    /* 滑动停靠感 */
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    margin-left: 1.25rem;
  }

  .business-mobile .nav-scroll-container::-webkit-scrollbar {
    display: none;
  }

  .business-mobile .nav-grid {
    display: flex;
  }

  .business-mobile .nav-item {
    flex: 0 0 19vw;
    /* 保证一屏显示4个左右 */
    max-width: 5.625rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    scroll-snap-align: center;
    transition: all 0.3s;
  }

  .business-mobile .nav-item.active {
    opacity: 1;
    color: var(--primary-blue);
  }

  .business-mobile .nav-item.active span {
    color: var(--primary-blue);
  }

  .business-mobile .nav-item span {
    font-size: 0.8125rem;
    color: #999;
    margin-top: 0.625rem;
    text-align: center;
    white-space: nowrap;
  }

  .business-mobile .nav-item img {
    width: 1.875rem;
    height: 1.875rem;
    object-fit: contain;
  }

  .business-mobile .pagination {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    position: absolute;
    right: 1.875rem;
    top: 3.125rem;
  }

  .business-mobile .dot {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: #ddd;
    transition: all 0.3s;
  }

  .business-mobile .dot.active {
    background: var(--active-red);
  }

  .business-mobile {
    /* 5. 底部装饰 */
  }

  .business-mobile .footer-line {
    height: 0.25rem;
    background: var(--primary-blue);
    width: calc(100% - 1.25rem);
    margin-top: 1rem;
  }

  .about-section {
    padding: 0 0;
  }

  .about-section .background-container {
    display: none;
  }

  .about-section .about-container {
    position: relative;
    top: auto;
    background: transparent;
    align-items: flex-start;
    height: auto;
    padding-bottom: 1.25rem;
  }

  .about-section h2 {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
    text-align: center;
    right: 0;
  }

  .about-section .fixed-content {
    opacity: 1;
    align-items: flex-start;
    flex-direction: column;
    padding-top: 0.9375rem;
  }

  .about-section .fixed-content .image-wrapper .m-about-bg {
    opacity: 1;
    transform: translateX(0);
    margin-top: 0;
    max-width: initial;
    width: calc(100% + 2.5rem);
    left: 1.25rem;
    bottom: 0.4375rem;
  }

  .about-section .fixed-content .about-intro {
    flex-direction: column;
  }

  .about-section .fixed-content .text-content {
    flex: 100%;
    margin-top: 0;
    margin-bottom: 0.625rem;
  }

  .about-section .divider-line {
    height: 0.3125rem;
  }

  .about-section .fixed-content .text-content p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    color: #333;
  }

  .about-section .fixed-content .text-content .stats {
    gap: 0.75rem;
    margin-bottom: 1rem;
  }

  .about-section .fixed-content .text-content .stats .stat-item {
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }

  .about-section .fixed-content .text-content .stats .stat-item .stat-num {
    font-size: 2.8125rem;
    font-weight: 700;
    color: #0055aa;
    margin-bottom: 0.625rem;
  }

  .about-section .fixed-content .text-content .stats .stat-item .stat-num small {
    font-size: 0.8125rem;
    right: -0.8125rem;
    top: 0.3125rem;
  }

  .about-section .fixed-content .text-content .stats .stat-item .stat-desc {
    font-size: 0.875rem;
    color: #333;
    margin-top: 0;
    text-align: left;
    flex: 1;
    margin-left: 0.75rem;
  }

  .about-section .fixed-content .text-content .btn {
    font-size: 0.875rem;
    padding: 0.5rem 1.5rem;
    border-radius: 1.25rem;
    border: 0.0625rem solid #0055aa;
    color: #0055aa;
    background: transparent;
    text-decoration: none;
    transition: all 0.3s ease;
    width: 9.375rem;
    justify-content: space-between;
  }

  .about-section .fixed-content .text-content .btn:hover {
    background: #0055aa;
    color: #fff;
  }

  .about-section .fixed-content .text-content .btn span {
    width: 1.25rem;
    height: 1.25rem;
    font-size: 0.875rem;
  }

  .about-section .about-spacer {
    height: 0;
  }

  .about-section .m-about-bg {
    width: 100%;
    position: initial;
    margin-top: -3.75rem;
    opacity: 1;
  }

  .about-section .animate-text {
    opacity: 1;
    filter: blur(0);
  }

  .about-services {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* 第一排3列 */
    grid-auto-rows: auto;
    gap: 1.25rem;
    /* 间距，可根据需求调整 */
  }

  .about-services .about-service:nth-child(4) {
    grid-column: 1/2;
    grid-row: 2;
  }

  .about-services .about-service:nth-child(5) {
    grid-column: 2/3;
    grid-row: 2;
  }

  .about-services .about-service a {
    font-size: 0.875rem;
  }

  .about-services .about-service a img {
    object-fit: contain;
    width: 2.1875rem;
    height: 2.1875rem;
  }

  .about-services .split-lint {
    display: none;
  }

  .footer-section {
    padding: 1.25rem 0;
    background-size: cover;
  }

  .footer-section .footer-bottom {
    flex-direction: column;
  }

  .footer-section .footer-links {
    gap: 0.5rem;
    margin-bottom: 0.75rem;
    gap: 0.75rem;
    margin-bottom: 1.875rem;
  }

  .footer-section .footer-links .custom-select .select-header {
    padding: 0.5rem;
    border-radius: 0.5rem;
    border: none;
  }

  .footer-section .footer-links .custom-select .select-header.active {
    box-shadow: none;
  }

  .footer-section .footer-links .custom-select .select-header .select-value {
    font-size: 0.875rem;
  }

  .footer-section .footer-links .custom-select .select-header .arrow-down {
    width: 1rem;
    height: 1rem;
  }

  .footer-section .footer-links .custom-select .select-header .arrow-down::before {
    width: 0.375rem;
    height: 0.375rem;
  }

  .footer-section .footer-services {
    display: none;
  }

  .footer-section .footer-links .link-select select {
    padding: 0.625rem 0.75rem;
    font-size: 0.875rem;
  }

  .footer-section .footer-bottom .bottom-nav,
  .footer-section .footer-bottom .bottom-info {
    width: 100%;
    font-size: 0.875rem;
  }

  .footer-section .footer-bottom .bottom-info span,
  .footer-section .footer-bottom .bottom-info a {
    margin: 0 0.625rem 0 0;
    display: inline-block;
    font-size: 0.875rem;
  }

  .select-options {
    border-radius: 0.125rem;
    box-shadow: none;
    background: transparent;
    border: solid 0.0625rem var(--border-color);
  }

  .select-options:hover {
    box-shadow: none;
  }

  .select-options .select-header {
    padding: 0.5rem;
    border-radius: 0.5rem;
    border: none;
  }

  .select-options .select-header.active {
    box-shadow: none;
  }

  .select-options .select-header .select-value {
    font-size: 0.875rem;
  }

  .select-options .select-header .arrow-down {
    width: 1rem;
    height: 1rem;
  }

  .select-options .select-header .arrow-down::before {
    width: 0.375rem;
    height: 0.375rem;
  }

  .select-options .select-options {
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .select-options .select-options .option {
    padding: 0.625rem 1.125rem;
    font-size: 0.875rem;
  }

  .select-options .select-options .option:first-child {
    padding-top: 0.75rem;
  }

  .select-options .select-options .option:last-child {
    padding-bottom: 0.75rem;
  }

  .select-options::before {
    border-radius: 0.5rem;
    display: none;
  }

  .silder-bar {
    position: fixed;
    right: 1.25rem;
    bottom: 10%;
    display: block;
  }

  .silder-bar.active .silder-panel {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .silder-btn {
    width: 3.125rem;
    height: 3.125rem;
    background: #f5f5f5;
    border: none;
    border-radius: 0.375rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0.25rem 0.9375rem rgba(184, 192, 194, 0.4);
    transition: all 0.3s ease;
    position: relative;
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(0.625rem);
    -webkit-backdrop-filter: blur(0.625rem);
  }

  .silder-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 0.375rem 1.25rem rgba(0, 85, 170, 0.5);
  }

  .silder-btn:active {
    transform: scale(0.95);
  }

  .silder-btn .btn-icon {
    color: #999;
    font-size: 1rem;
    line-height: 1.2;
    text-orientation: mixed;
    letter-spacing: 0.125rem;
  }

  .silder-panel {
    position: absolute;
    right: 0;
    bottom: 3.75rem;
    transform: translateY(1.25rem);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }

  .silder-panel.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .silder-panel .panel-header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 0.75rem;
    border-bottom: 0.0625rem solid #eee;
    margin-bottom: 0.75rem;
  }

  .silder-panel .panel-header span {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
  }

  .silder-panel .panel-header .close-btn {
    width: 1.75rem;
    height: 1.75rem;
    border: none;
    background: #f5f5f5;
    border-radius: 50%;
    font-size: 1.125rem;
    color: #666;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
  }

  .silder-panel .panel-header .close-btn:hover {
    background: #eee;
    color: #333;
  }

  .silder-panel .matrix-grid {
    display: grid;
    flex-direction: column;
    gap: 0.375rem;
  }

  .silder-panel .matrix-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: all 0.2s ease;
    width: 2.875rem;
    height: 2.875rem;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    color: #333;
    text-decoration: none;
    transition: transform 0.2s;
  }

  .silder-panel .matrix-item:hover {
    background: #e8f0fe;
    transform: translateY(-0.125rem);
  }

  .silder-panel .matrix-item .item-icon {
    width: 1.25rem;
    height: 1.25rem;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .silder-panel .matrix-item .item-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .silder-panel .matrix-item span {
    font-size: 0.75rem;
    color: #333;
    text-align: center;
  }

  .qr-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }

  .qr-overlay.active {
    opacity: 1;
    visibility: visible;
  }

  .qr-overlay .qr-modal {
    background: #fff;
    border-radius: 1rem;
    padding: 1.5rem;
    max-width: 17.5rem;
    width: 90%;
    text-align: center;
    transform: scale(0.9);
    transition: all 0.3s ease;
  }

  .qr-overlay .qr-modal.active {
    transform: scale(1);
  }

  .qr-overlay .qr-modal .qr-close {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    width: 2rem;
    height: 2rem;
    border: none;
    background: #f5f5f5;
    border-radius: 50%;
    font-size: 1.25rem;
    z-index: 20;
    color: #666;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
  }

  .qr-overlay .qr-modal .qr-close:hover {
    background: #eee;
    color: #333;
  }

  .qr-overlay .qr-modal .qr-content {
    position: relative;
  }

  .qr-overlay .qr-modal .qr-content .qr-img {
    width: 11.25rem;
    height: 11.25rem;
    margin: 0 auto 1rem;
    background: #f8f9fa;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  .qr-overlay .qr-modal .qr-content .qr-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .qr-overlay .qr-modal .qr-content p {
    font-size: 0.875rem;
    color: #333;
    margin: 0;
    font-weight: 500;
  }

  .page-banner {
    height: 32vh;
  }

  .page-banner .banner-content {
    max-width: 100%;
    padding: 0 1.25rem 0.625rem;
  }

  .page-banner .banner-content h1 {
    font-size: 1.875rem;
    line-height: 1;
  }

  .page-banner .banner-content .breadcrumb {
    font-size: 0.875rem;
  }

  .page-banner .banner-content .breadcrumb .icon-prex {
    width: 0.75rem;
  }

  .sub-navs {
    overflow: hidden;
  }

  .news-tabs-header {
    max-width: 100%;
    padding: 0.625rem 1.25rem;
    overflow-x: auto;
    justify-content: flex-start;
  }

  .news-tabs-header .tab-slide {
    height: calc(100% - 1.25rem);
    top: 0.625rem;
  }

  .news-tabs-header .tab-item {
    padding: 0.25rem 0.75rem;
    font-size: 0.875rem;
    white-space: nowrap;
  }

  .news-page .news-content .news-main {
    width: 100%;
    max-width: initial;
    padding: 0 1.25rem;
  }

  .news-page .news-content .news-main .news-title {
    margin-bottom: 1.25rem;
    margin-top: 1.875rem;
  }

  .news-page .news-content .news-main .news-title h2 {
    font-size: 1.5rem;
  }

  .news-page .news-content .news-main .news-headline-section {
    margin-bottom: 1.25rem;
  }

  .news-page .news-content .news-main .news-headline-section .headline-slider {
    height: auto;
    flex-direction: column;
  }

  .news-page .news-content .news-main .news-headline-section .headline-slider .slider-left {
    width: 100%;
    height: 17.5rem;
    border-radius: 0.875rem 0.875rem 0 0;
  }

  .news-page .news-content .news-main .news-headline-section .headline-slider .slider-left .slider-images {
    width: 100%;
    height: 100%;
  }

  .news-page .news-content .news-main .news-headline-section .headline-slider .slider-left .slider-image-item {
    width: 100%;
    height: 100%;
    opacity: 0;
  }

  .news-page .news-content .news-main .news-headline-section .headline-slider .slider-left .slider-image-item img {
    width: 100%;
    height: 100%;
  }

  .news-page .news-content .news-main .news-headline-section .headline-slider .slider-right {
    width: 100%;
    padding: 1.25rem 1.25rem 0.625rem;
  }

  .news-page .news-content .news-main .news-headline-section .headline-slider .slider-right .date {
    font-size: 1.25rem;
    margin-bottom: 0.625rem;
    font-weight: 600;
  }

  .news-page .news-content .news-main .news-headline-section .headline-slider .slider-right h3 {
    font-size: 1.125rem;
    margin-bottom: 0.625rem;
    line-height: 1.4;
  }

  .news-page .news-content .news-main .news-headline-section .headline-slider .slider-right p {
    font-size: 0.875rem;
    line-height: 1.8;
    margin-bottom: 0.9375rem;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    flex: 1;
  }

  .news-page .news-content .news-main .news-headline-section .headline-slider .slider-right .read-more {
    color: #888;
    font-size: 1rem;
    font-weight: 400;
  }

  .news-page .news-content .news-main .news-headline-section .headline-slider .slider-controls {
    width: 100%;
    padding: 0 1.25rem;
    top: 25%;
  }

  .news-page .news-content .news-main .news-headline-section .headline-slider .slider-controls .arrow {
    width: 2.5rem;
    height: 2.5rem;
  }

  .news-page .news-content .news-main .news-headline-section .headline-slider .slider-controls .arrow img {
    width: 100%;
    height: 100%;
  }

  .news-page .news-content .news-main .news-headline-section .headline-slider .slider-indicator {
    bottom: 50%;
    right: 0.625rem;
    left: auto;
    font-size: 1.25rem;
    font-weight: 400;
  }

  .news-page .news-content .news-main .news-headline-section .headline-slider .slider-indicator .current {
    font-weight: 600;
    font-size: 2.1875rem;
  }

  .news-page .news-content .news-main .news-headline-section .headline-slider .slider-indicator .separator {
    margin: 0 0.3125rem;
  }

  .news-page .news-content .news-main .news-list-container .news-card {
    padding: 0.75rem 0;
  }

  .news-page .news-content .news-main .news-list-container .news-card::after {
    content: "";
    height: 0.125rem;
    left: 0;
    bottom: -0.0625rem;
  }

  .news-page .news-content .news-main .news-list-container .news-card:hover::after {
    width: 100%;
  }

  .news-page .news-content .news-main .news-list-container .news-card .news-date-box {
    padding: 0 0.75rem;
    margin-right: 0.75rem;
    flex-shrink: 0;
  }

  .news-page .news-content .news-main .news-list-container .news-card .news-date-box .day {
    font-size: 1.5rem;
  }

  .news-page .news-content .news-main .news-list-container .news-card .news-date-box .month {
    font-size: 0.875rem;
    margin-top: 0.3125rem;
  }

  .news-page .news-content .news-main .news-list-container .news-card .news-content-box {
    flex: 1;
    overflow: hidden;
    min-width: 0;
  }

  .news-page .news-content .news-main .news-list-container .news-card .news-content-box h4 {
    margin-bottom: 0.125rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .news-page .news-content .news-main .news-list-container .news-card .news-content-box h4 a {
    font-size: 1rem;
    line-height: 1.4;
    white-space: nowrap;
  }

  .news-page .news-content .news-main .news-list-container .news-card .news-content-box p {
    font-size: 0.875rem;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .news-page .news-content .news-main .pagination {
    padding: 1.25rem 0 2.5rem;
  }

  .news-page .news-content .news-main .pagination .pagination-container .page-item {
    padding: 0.125rem 0.625rem;
    font-size: 0.875rem;
    line-height: 1.75rem;
  }

  .news-page .news-content .news-main .pagination .pagination-container .page-item.prev,
  .news-page .news-content .news-main .pagination .pagination-container .page-item.next {
    font-size: 0.75rem;
    padding: 0.125rem 0.625rem;
  }

  .news-page .news-content .news-main .pagination .pagination-info {
    gap: 0.9375rem;
    font-size: 0.875rem;
    display: none;
  }

  .news-page .news-content .news-main .pagination .pagination-info .page-input {
    width: 3.125rem;
    height: 2rem;
    padding: 0 0.625rem;
    border: 0.0625rem solid #e5e5e5;
    border-radius: 0.25rem;
    font-size: 0.875rem;
  }

  .news-page .news-content .news-main .pagination .pagination-info .go-btn {
    padding: 0.3125rem 0.625rem;
    border-radius: 0.25rem;
    font-size: 0.875rem;
  }

  .detail-page .detail-content {
    max-width: initial;
    margin: 0 auto;
    padding: 0 1.25rem;
  }

  .detail-page .detail-content .news-article {
    margin-top: 1.875rem;
  }

  .detail-page .detail-content .news-article .article-header {
    margin-bottom: 0.625rem;
    padding-bottom: 1.25rem;
    border-bottom: 0.125rem solid var(--border-color);
  }

  .detail-page .detail-content .news-article .article-header .article-title {
    font-size: 1.25rem;
    margin-bottom: 0.9375rem;
    line-height: 1.4;
  }

  .detail-page .detail-content .news-article .article-header .article-title .voice-controls {
    width: 1.75rem;
    height: 1.75rem;
    margin-left: 0.625rem;
  }

  .detail-page .detail-content .news-article .article-header .article-title .voice-controls .voice-btn {
    width: 1.75rem;
    height: 1.75rem;
  }

  .detail-page .detail-content .news-article .article-header .article-title img {
    width: 1.75rem;
    height: 1.75rem;
    cursor: pointer;
  }

  .detail-page .detail-content .news-article .article-header .article-meta-box {
    gap: 0.625rem;
    flex-direction: column;
  }

  .detail-page .detail-content .news-article .article-header .article-meta {
    gap: 0.625rem;
  }

  .detail-page .detail-content .news-article .article-header .article-meta .meta-item {
    font-size: 0.875rem;
  }

  .detail-page .detail-content .news-article .article-header .article-tools {
    gap: 0.625rem;
    flex-wrap: wrap;
  }

  .detail-page .detail-content .news-article .article-header .article-tools .font-control,
  .detail-page .detail-content .news-article .article-header .article-tools .share-control,
  .detail-page .detail-content .news-article .article-header .article-tools .view-count {
    gap: 0.625rem;
    font-size: 0.875rem;
  }

  .detail-page .detail-content .news-article .article-header .article-tools .font-control {
    gap: 0;
  }

  .detail-page .detail-content .news-article .article-header .article-tools .font-label {
    margin-right: 0.625rem;
  }

  .detail-page .detail-content .news-article .article-header .article-tools .font-btn {
    width: 1.5625rem;
    height: 1.5625rem;
    font-size: 0.875rem;
    border-radius: 0.25rem;
  }

  .detail-page .detail-content .news-article .article-header .article-tools .share-btn {
    width: 1.25rem;
    height: 1.25rem;
  }

  .detail-page .detail-content .news-article .article-header .article-tools .share-btn img {
    width: 100%;
    height: 100%;
  }

  .detail-page .detail-content .news-article .article-body {
    font-size: 1rem;
  }

  .detail-page .detail-content .news-article .article-body p {
    margin-bottom: 0.9375rem;
    text-indent: 2em;
  }

  .detail-page .detail-content .news-article .article-body .article-image {
    margin: 0.9375rem 0;
  }

  .detail-page .detail-content .news-article .article-body .article-image img {
    max-width: 80%;
  }

  .detail-page .detail-content .news-article .article-footer {
    margin-top: 0.625rem;
    padding-top: 0.3125rem;
  }

  .detail-page .detail-content .news-article .article-footer .article-actions {
    gap: 0.625rem;
  }

  .detail-page .detail-content .news-article .article-footer .article-actions .action-btn {
    font-size: 1rem;
  }

  .detail-page .detail-content .article-nav {
    margin-top: 1.25rem;
    padding: 0.3125rem 0;
    border-top: 0.125rem solid var(--border-color);
  }

  .detail-page .detail-content .article-nav .nav-item {
    display: flex;
    align-items: flex-start;
    padding: 0.375rem 0;
  }

  .detail-page .detail-content .article-nav .nav-item .nav-label {
    font-size: 1rem;
    flex-shrink: 0;
  }

  .detail-page .detail-content .article-nav .nav-item a {
    font-size: 1rem;
  }

  .back-to-top {
    width: 3.125rem;
    height: 3.125rem;
    font-size: 0.8375rem;
    gap: 0.26042rem;
    margin-top: 0.5rem;
    border: none;
    box-shadow: 0 0.25rem 0.9375rem rgba(184, 192, 194, 0.4);
  }

  .back-to-top::before {
    content: "";
    width: 0.62rem;
    height: 0.62rem;
    border: 0.13rem solid #999;
    border-left: transparent;
    border-bottom: transparent;
    margin-bottom: -0.4rem;
  }

  .media-matrix-section {
    display: none;
    height: 12.5rem;
  }

  .media-matrix-section .hexagon-container {
    max-width: 80%;
  }

  .media-matrix-section .matrix-title {
    font-size: 1.5rem;
  }

  .media-matrix-section .hexagon {
    width: 2.8125rem;
    height: 2.8125rem;
  }

  .media-matrix-section .hexagon .inner img {
    width: 50%;
    height: 50%;
    left: 25%;
    top: 20%;
    object-fit: contain;
  }

  .media-matrix-section .icon-1 {
    left: 0%;
  }

  .media-matrix-section .icon-2,
  .media-matrix-section .icon-3 {
    left: 18%;
  }

  .media-matrix-section .icon-4 {
    left: 34%;
  }

  .video-gallery {
    height: auto;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .video-gallery .gallery-title {
    font-size: 1.5rem;
  }

  .video-gallery .arrow {
    width: 1.875rem;
    height: 1.875rem;
    margin-top: 0;
  }

  .video-gallery .carousel {
    height: 9.375rem;
  }

  .video-gallery .carousel .card {
    width: 12.5rem;
    height: 7rem;
  }

  .video-gallery .carousel .card.right-1 {
    transform: translate(-50%, -50%) translateX(5.125rem) rotateY(-25deg) scale(0.84);
  }

  .video-gallery .carousel .card.right-2 {
    transform: translate(-50%, -50%) translateX(8.5rem) rotateY(-35deg) scale(0.72);
  }

  .video-gallery .carousel .card.left-1 {
    transform: translate(-50%, -50%) translateX(-8.5rem) rotateY(35deg) scale(0.72);
  }

  .video-gallery .carousel .card.left-2 {
    transform: translate(-50%, -50%) translateX(-5.125rem) rotateY(25deg) scale(0.84);
  }

  .video-gallery .play-btn {
    left: 0.625rem;
    bottom: 1.875rem;
    width: 1.875rem;
    height: 1.375rem;
  }

  .video-gallery .bottom-title {
    font-size: 0.75rem;
    padding: 0.125rem 0;
  }
}

@media (max-width: 36rem) {
  .header__container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    gap: 0.625rem;
  }

  .header__nav {
    top: 4rem;
  }

  .header__mobile-meta {
    gap: 1rem;
  }

  .header__mobile-meta .mobile-lang-link {
    font-size: 0.875rem;
  }

  .header__mobile-actions .mobile-search-btn img {
    width: 1.75rem;
    height: 1.75rem;
  }

  .header__mobile-actions .mobile-menu-btn {
    width: 1.875rem;
  }

  .header__mobile-actions .mobile-menu-btn span {
    width: 1.875rem;
    height: 0.7vw;
  }

  .header.header--menu-open .mobile-menu-btn span:nth-child(1) {
    transform: translateY(0.5rem) rotate(45deg);
  }

  .header.header--menu-open .mobile-menu-btn span:nth-child(3) {
    transform: translateY(-0.5rem) rotate(-45deg);
  }

  .banner .banner-indicators {
    gap: 0.625rem;
  }

  .news-section .news-footer .notice-bar {
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
  }

  .dynamic-section .list-item {
    flex-direction: column;
  }

  .dynamic-section .list-item .item-date {
    width: 100%;
    border-right: 0;
    text-align: left;
    margin-right: 0;
    padding-right: 0;
    padding-bottom: 0.5rem;
    display: flex;
    align-items: baseline;
  }
  .news-tabs-header .tab-slide {
    display: none;
  }
  .news-tabs-header .tab-item.active {
    color: #fff;
    font-weight: 600;
    background: var(--primary-blue);
  }
}