@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;
  --font-18: 0.9375vw;
}

* {
  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.active .dropdown-overlay, .header__menu li.has-dropdown:hover .dropdown-overlay {
  display: block;
}
.header .dropdown-overlay {
  position: absolute;
  top: 100%;
  width: 49vw;
  /* Ã«²£Á§ÍÌÍÂ */
  backdrop-filter: blur(0.26042vw);
  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("/cms_files/webzhongguodianlijianshejituanyouxiangongsi/tplobject/defaultSet/tXFUiB2gF2zuHjHjYMO18/images/subnav-bg.png") no-repeat;
  background-size: cover;
  z-index: 100;
  /* Ä¬ÈÏ°µ²ØÂß¼­ */
  display: none;
}
.header.white .dropdown-overlay{
  backdrop-filter: none;
  z-index: initial;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.header  .dropdown-overlay-bg{
  background: url(/cms_files/webzhongguodianlijianshejituanyouxiangongsi/tplobject/defaultSet/tXFUiB2gF2zuHjHjYMO18/images/subnav-bg2.png) no-repeat;
  background-size: cover;
}

.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::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: 4.60417vw;
  font-weight: 600;
}
.header .slogan-box h2 {
  margin: 0 0 0;
  font-size: 1.66667vw;
  padding-right: 2.60417vw;
  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("/cms_files/webzhongguodianlijianshejituanyouxiangongsi/tplobject/defaultSet/tXFUiB2gF2zuHjHjYMO18/images/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;
}
.main-content {
  margin-top: 4.42708vw;
}
.banner {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  touch-action: pan-y;
  z-index: 5;
}
.banner.bannerV2 {
  height: calc(100vh - 13.6vw);
}
.banner.bannerV2 .banner-indicators {
  bottom: 3vh;
}
.banner.bannerV2 .banner-text h2 {
  font-size: 2.56667vw;
}
.banner.bannerV2 .banner-text p {
  font-size: 2.56667vw;
}
.banner .banner-item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 2.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.banner .banner-item img.banner-imgs {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  animation: breathe 7s cubic-bezier(0.4, 0, 0.2, 1) infinite alternate;
  will-change: transform;
}
.banner .banner-item.active {
  opacity: 1;
  z-index: 1;
}
.banner .banner-text {
  position: absolute;
  top: 47%;
  left: 11.5625vw;
  transform: translateY(-50%);
  z-index: 2;
  color: #fff;
  text-shadow: 0 0.15625vw 0.625vw rgba(0, 0, 0, 0.6);
}
.banner .banner-text img {
  max-width: 77.03125vw;
  width: 77.03125vw;
  opacity: 0;
  transform: translateY(-3.125vw);
  transition: all 1.7s;
  text-shadow: 0.20833vw 0.20833vw #333;
}
.banner .banner-text img.CompanyMission {
  width: 85vw;
  max-width: 85vw;
}
.banner .banner-text img.culturalidea {
  width: 83vw;
  max-width: 83vw;
}
.banner .banner-text h2 {
  font-size: 4.16667vw;
  font-weight: 800;
  letter-spacing: 0.10417vw;
  opacity: 0;
  transform: translateX(-2.08333vw) skewX(-10deg);
  transition: all 1.8s cubic-bezier(0.26, 0.57, 0.4, 0.93);
  text-shadow: 0.20833vw 0.20833vw #333;
}
.banner .banner-text p {
  font-size: 4.16667vw;
  line-height: 1.6;
  opacity: 0;
  transform: translateX(-3.125vw) skewX(-10deg);
  transition: all 2.5s cubic-bezier(0.26, 0.57, 0.4, 0.93);
  transition-delay: 0.4s;
  text-shadow: 0.20833vw 0.20833vw #333;
}
.banner .banner-text p.p-text1 {
  margin-left: 5vw;
}
.banner .banner-text p.p-text2 {
  margin-left: 8vw;
}
.banner .banner-text p.p-text3 {
  margin-left: 11vw;
}
.banner .banner-text.center_culturalidea{
  top: 37%;
  left: 6vw;
}
.banner .banner-text.center_CompanyMission {
  top: 39%;
  left: 6.5vw;
}
.banner .banner-item.active .banner-text h2,
.banner .banner-item.active .banner-text p {
  opacity: 1;
  transform: translateX(0) skewX(-10deg);
}
.banner .banner-item.active .banner-text img {
  opacity: 1;
  transform: translateY(0);
}
.banner .banner-indicators {
  position: absolute;
  bottom: 8vh;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 1.25vw;
  z-index: 9;
}
.banner .banner-indicators .indicator {
  width: 0.72917vw;
  height: 0.72917vw;
  border-radius: 50%;
  background: rgb(255, 255, 255);
  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.05vw solid #004b96;
  animation: ring 0.8s ease-out forwards;
}

@keyframes breathe {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
@keyframes ring {
  0% {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  100% {
    width: 250%;
    height: 250%;
    opacity: 0;
  }
}
.news-section {
  padding: 1.66667vw 0 0.26042vw;
  background: #fff;
  z-index: 5;
  position: relative;
  overflow: hidden;
}
.news-section .news-container {
  max-width: var(--max-width);
  margin: 0 auto;
}
.news-section .news-headline {
  display: flex;
  align-items: center;
  box-shadow: var(--box-shadow);
  border-radius: 2.60417vw 0px 2.60417vw 0;
  overflow: hidden;
  margin-bottom: 2.34375vw;
  height: 7.1875vw;
}
.news-section .news-headline .headline__label {
  background: #0055aa;
  background-image: linear-gradient(to right bottom, #1065b9, #014c97);
  color: #fff;
  font-weight: bold;
  font-size: 1.82292vw;
  width: 9.89583vw;
  height: 100%;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.news-section .news-headline .headline__content {
  padding-left: 1.82292vw;
  padding-right: 1.82292vw;
  font-size: 1.82292vw;
  font-weight: bold;
  line-height: 1.4;
  width: 65vw;
  text-align: center;
}
.news-section .news-headline .headline__content a {
  color: #333;
  text-decoration: none;
}
.news-section .news-body {
  display: grid;
  grid-template-columns: 60% calc(40% - 1.45833vw);
  gap: 1.5625vw;
  margin-bottom: 2.5vw;
  height: 28.94vw;
}
.news-section .news-slider {
  position: relative;
  border-radius: 0.41667vw;
  overflow: hidden;
  cursor: grab;
  user-select: none;
}
.news-section .news-slider a{
  color: inherit;
  /* ²»ÈÝÊó±êÍÏ×§Ñ¡ÖÐÎÄ×Ö */
  user-select: none;
  /* ²»ÈÝÔ­ÉúÁ´½ÓÍÏ×§ÍÏ¶¯ */
  -webkit-user-drag: none;
  /* ÒÆ¶¯¶Ë×èÖ¹´¥ÃþÌø×ª¡¢»¬¶¯Ã¬¶Ü */
  touch-action: pan-x pan-y;
}
.news-section .news-slider .slider-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
  aspect-ratio: 918/555;
}
.news-section .news-slider .slider-item {
  width: 100%;
  height: 100%;
  opacity: 0.9;
  transition: opacity 0.3s;
  min-width: 100%;
  flex-shrink: 0;
}
.news-section .news-slider .slider-item.active {
  opacity: 1;
  z-index: 1;
}
.news-section .news-slider .slider-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  -webkit-user-drag: none;
  user-drag: none;
  pointer-events: none;
}
.news-section .news-slider .slider-item .slider__caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0.78125vw 1.04167vw;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
  color: #fff;
  font-size: var(--font-20);
  text-align: left;
}
.news-section .news-slider .slider-item .slider__caption a:hover{
  color: inherit;
}
.news-section .news-slider .slider-item .slider__caption p {
  width: 80%;
  white-space: nowrap;
  /* ²»»»ÐÐ */
  overflow: hidden;
  /* °µ²Ø³¬³ö²¿ÃÅ */
  text-overflow: ellipsis;
  /* Ê¹ÓÃÊ¡ÂÔºÅ */
}
.news-section .news-slider .slider__controls .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.91667vw;
  height: 2.91667vw;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
  opacity: 0;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-section .news-slider .slider__controls .arrow.prev {
  left: 0.52083vw;
  transform: translateY(-50%) rotate(180deg);
}
.news-section .news-slider .slider__controls .arrow.next {
  right: 0.52083vw;
}
.news-section .news-slider .slider__controls .arrow:hover {
  background: rgb(255, 255, 255);
}
.news-section .news-slider:hover .arrow {
  opacity: 1;
}
.news-section .news-slider .slider__dots {
  position: absolute;
  bottom: 1.30208vw;
  right: 0;
  transform: translateX(-35%);
  display: flex;
  gap: 0.41667vw;
  z-index: 2;
}
.news-section .news-slider .slider__dots .dot {
  width: 0.41667vw;
  height: 0.41667vw;
  border-radius: 0.20833vw;
  background: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  transition: all 0.3s ease;
}
.news-section .news-slider .slider__dots .dot.active {
  background: #ed1b23;
  width: 1.04167vw;
}
.news-section .news-tabs .tabs__header {
  display: flex;
  gap: 0.52083vw;
  justify-content: space-between;
}
.news-section .news-tabs .tabs__header .tab-item {
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  width: 7.29167vw;
  height: 2.60417vw;
  border-radius: 2.08333vw;
  border: solid 1px #d3d3d3;
  font-size: var(--font-20);
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-section .news-tabs .tabs__header .tab-item:hover {
  border-color: #0055aa;
  color: #0055aa;
}
.news-section .news-tabs .tabs__header .tab-item.active {
  background: #0055aa;
  color: #fff;
  box-shadow: 0 0.20833vw 0.52083vw rgba(0, 85, 170, 0.2);
}
.news-section .news-tabs .news-list {
  display: none;
  opacity: 0;
  transform: translateY(0.52083vw);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  margin-top: 0.4vw;
}
.news-section .news-tabs .news-list.active {
  display: block;
  opacity: 1;
}
.news-section .news-tabs .news-list.fade-in {
  opacity: 1;
  transform: translateY(0);
}
.news-section .news-tabs .news-list .news-item {
  padding: 0.99vw 0;
  border-bottom: 1px solid #d3d3d3;
  display: flex;
  font-size: 0.72917vw;
  align-items: center;
  position: relative;
}
.news-section .news-tabs .news-list.news-list-s .news-item{
  /* padding: 0.75vw 0; */
}
.news-section .news-tabs .news-list .news-item::after {
  content: "";
  width: 0;
  position: absolute;
  height: 0.125rem;
  background: var(--primary-blue);
  left: 0;
  bottom: -1px;
}
.news-section .news-tabs .news-list .news-item:hover::after {
  width: 100%;
  transition: all 0.7s ease;
}
.news-section .news-tabs .news-list .news-item:hover a {
  color: var(--primary-blue);
}
.news-section .news-tabs .news-list .news-item:hover .date{
  color: var(--primary-blue);
}
.news-section .news-tabs .news-list .news-item:hover.first {
  cursor: pointer;
}
.news-section .news-tabs .news-list .news-item:hover.first .news-date {
  border-color: var(--primary-blue);
}
.news-section .news-tabs .news-list .news-item:hover.first .news-date .day,
.news-section .news-tabs .news-list .news-item:hover.first .news-date .year-month {
  color: var(--primary-blue);
}
.news-section .news-tabs .news-list .news-item:first-child {
  padding-top: 1.04167vw;
}
.news-section .news-tabs .news-list .news-item.first {
  padding-bottom: 1.04167vw;
  padding-top: 0.57292vw;
}
.news-section .news-tabs .news-list .news-item.first .news-date {
  border: solid 1px var(--border-color);
  width: 5.20833vw;
  height: 5.20833vw;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #999;
}
.news-section .news-tabs .news-list .news-item.first .news-date .day {
  font-size: 2.08333vw;
  display: block;
  line-height: 1;
  margin-bottom: 0.72917vw;
}
.news-section .news-tabs .news-list .news-item.first .news-date .year-month {
  font-size: var(--font-16);
  opacity: 1;
  line-height: 1;
}
.news-section .news-tabs .news-list .news-item.first .news-info {
  padding-left: 1.5625vw;
}
.news-section .news-tabs .news-list .news-item.first .news-info h4 {
  color: #0055aa;
  margin-bottom: 0.26042vw;
  font-size: var(--font-20);
  font-weight: 400;
}
.news-section .news-tabs .news-list .news-item.first .news-info h4 a {
  margin-left: 0;
}
.news-section .news-tabs .news-list .news-item.first .news-info p {
  color: #666;
  line-height: 1.6;
  font-size: var(--font-16);
}
.news-section .news-tabs .news-list .news-item a {
  color: #333;
  text-decoration: none;
  font-size: var(--font-20);
  margin-left: 1.5625vw;
  /* overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; */
  /* display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;*/
  height: 3.3335vw;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.news-section .news-tabs .news-list .news-item a:hover {
  color: #0055aa;
}
.news-section .news-tabs .news-list .news-item .date {
  color: #999;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: var(--font-16);
  width: 5.20833vw;
  flex-shrink: 0;
}
.news-section .news-tabs .news-list .news-item .date i {
  font-style: normal;
  font-weight: 600;
  font-size: 1.25vw;
  line-height: 1;
}
.news-section .news-tabs .news-list .news-item .line {
  background: #d3d3d3;
  width: 1px;
  height: 2.34375vw;
  display: block;
}
.news-section .news-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 5.20833vw;
  padding: 1.04167vw 2.08333vw 1.04167vw 1.66667vw;
  font-size: var(--font-20);
  margin-bottom: 2.60417vw;
  background: url("/cms_files/webzhongguodianlijianshejituanyouxiangongsi/tplobject/defaultSet/tXFUiB2gF2zuHjHjYMO18/images/notice-bg.png") no-repeat;
  background-size: cover;
}
.news-section .news-footer .notice-bar {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  flex: 1;
}
.news-section .news-footer .notice-bar .notice-label {
  color: #0055aa;
  font-weight: bold;
  padding-right: 1.5625vw;
  margin-right: 1.5625vw;
  line-height: 1;
  position: relative;
  white-space: nowrap;
}
.news-section .news-footer .notice-bar .notice-label:after {
  content: "";
  height: 2.60417vw;
  width: 1px;
  position: absolute;
  right: 0;
  top: -0.9375vw;
  display: block;
  background: #c80a50;
}
.news-section .news-footer .notice-bar img {
  width: 1.35417vw;
  height: 1.19792vw;
  margin-right: 0.52083vw;
  white-space: nowrap;
}
.news-section .news-footer .notice-bar .notice-content {
  position: relative;
  overflow: hidden;
  flex: 1;
  min-width: 0;
  height: 1.66667vw;
  /* ÉèÖÃ¹Ì¶¨¸ß¶È£¬£¬£¬£¬£¬£¬£¬È·±£ÄÚÈÝÏÔÊ¾ */
}
.news-section .news-footer .notice-bar .notice-text {
  color: #333333;
  text-decoration: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0;
  transform: translateX(1.04167vw);
  transition: all 0.5s ease;
  z-index: 1;
}
.news-section .news-footer .notice-bar .notice-text.active {
  opacity: 1;
  transform: translateX(0);
  z-index: 2;
}
.news-section .news-footer .notice-bar a:hover {
  color: #0055aa;
}
.news-section .news-footer .notice-switch {
  display: flex;
  align-items: center;
  gap: 0.52083vw;
  margin-right: 5.20833vw;
}
.news-section .news-footer .notice-switch img {
  width: 1.19792vw;
  height: 1.19792vw;
  cursor: pointer;
}
.news-section .news-footer .stock-info {
  color: var(--primary-blue);
  display: flex;
  flex-direction: column;
  font-size: var(--font-20);
}
.news-section .news-footer .stock-info font {
  color: #c80a50;
  margin-left: 0.78125vw;
}
.news-section .news-footer .stock-info .stock-price {
  color: #c80a50;
}
.news-section .news-footer .stock-info .stock-trend {
  color: #c80a50;
  margin-left: 1.30208vw;
}

.dynamic-section {
  padding: 1.5625vw 0 1.04167vw;
  background: #fff;
  position: relative;
  z-index: 5;
}
.dynamic-section .dynamic-container {
  max-width: var(--max-width);
  margin: 0 auto;
}
.dynamic-section .dynamic-main {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 2.60417vw;
  margin-bottom: 2.08333vw;
}
.dynamic-section .mod-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 0.52083vw;
  margin-bottom: 1.04167vw;
  position: relative;
}
.dynamic-section .mod-header::after {
  content: "";
  position: absolute;
  bottom: -0.10417vw;
  left: 0;
  width: 2.60417vw;
  height: 0.10417vw;
  background: #0055aa;
}
.dynamic-section .mod-header .mod-title {
  font-size: 1.25vw;
  font-weight: 400;
  color: #333;
  margin-left: 0;
  justify-content: flex-start;
  flex: none;
}
.dynamic-section .mod-header .mod-title::after {
  display: none;
}
.dynamic-section .mod-header .more {
  font-size: 0.88542vw;
  color: #004b96;
  text-decoration: none;
}
.dynamic-section .list-item {
  display: flex;
  align-items: center;
  padding: 0.78125vw 0;
  border-bottom: 1px solid #d3d3d3;
  position: relative;
}
.dynamic-section .list-item::after {
  content: "";
  width: 0;
  position: absolute;
  height: 0.125rem;
  background: var(--primary-blue);
  left: 0;
  bottom: -1px;
}
.dynamic-section .list-item:hover::after {
  width: 100%;
  transition: all 0.7s ease;
}
.dynamic-section .list-item:hover .item-date{
  color: var(--primary-blue);
}
.dynamic-section .list-item:hover a {
  color: var(--primary-blue);
}
.dynamic-section .list-item .item-date {
  width: 5.20833vw;
  border-right: 1px solid #d3d3d3;
  margin-right: 1.04167vw;
  text-align: center;
  padding-right: 0.78125vw;
  color: #999;
  flex-shrink: 0;
}
.dynamic-section .list-item .item-date .day {
  font-size: 1.5625vw;
  display: block;
  line-height: 1;
  margin-bottom: 0.26042vw;
}
.dynamic-section .list-item .item-date .ym {
  font-size: var(--font-16);
}
.dynamic-section .list-item .item-text {
  flex: 1;
  font-size: var(--font-20);
  color: #333;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dynamic-section .list-item .item-text:hover {
  color: #0055aa;
}
.dynamic-section .media-focus .focus-card {
  border: 1px solid #eee;
  border-radius: 1.35417vw;
  padding: 1.5625vw 1.97917vw;
  height: 100%;
  text-align: center;
  box-shadow: 0 0.26042vw 0.52083vw rgba(0, 0, 0, 0.15);
}
.dynamic-section .media-focus .focus-title {
  font-size: 1.25vw;
  font-weight: 400;
  margin-bottom: 1.04167vw;
}
.dynamic-section .media-focus .focus-thumb {
  position: relative;
  margin-bottom: 1.5625vw;
  border-radius: 0.41667vw;
  overflow: hidden;
  height: 13.22917vw;
}
.dynamic-section .media-focus .focus-thumb img {
  width: 100%;
  height: 100%;
  transition: transform 0.5s;
}
.dynamic-section .media-focus .focus-thumb:hover img {
  transform: scale(1.05);
}
.dynamic-section .media-focus .focus-thumb .thumb-desc {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  width: 100%;
  padding: 0.52083vw 1.04167vw;
  font-size: var(--font-20);
  text-align: left;
}
.dynamic-section .media-focus .focus-links {
  list-style: none;
  text-align: left;
  margin-bottom: 1.04167vw;
}
.dynamic-section .media-focus .focus-links li {
  margin-bottom: 1.25vw;
  padding-bottom: 1.25vw;
  border-bottom: 1px solid #d3d3d3;
  position: relative;
}
.dynamic-section .media-focus .focus-links li::after {
  content: "";
  width: 0;
  position: absolute;
  height: 0.125rem;
  background: var(--primary-blue);
  left: 0;
  bottom: -1px;
}
.dynamic-section .media-focus .focus-links li:hover::after {
  width: 100%;
  transition: all 0.7s ease;
}
.dynamic-section .media-focus .focus-links li:hover a {
  color: var(--primary-blue);
}
.dynamic-section .media-focus .focus-links li a {
  color: #333;
  text-decoration: none;
  font-size: var(--font-20);
}
.dynamic-section .media-focus .more-btn {
  text-align: right;
}
.dynamic-section .media-focus .btn-more-outline {
  display: inline-block;
  padding: 0.26042vw 1.04167vw;
  border: 1px solid #0055aa;
  border-radius: 1.5625vw;
  color: #0055aa;
  text-decoration: none;
  font-size: 0.9375vw;
  transition: all 0.3s;
}
.dynamic-section .media-focus .btn-more-outline:hover {
  background: #0055aa;
  color: #fff;
}
.dynamic-section .media-matrix {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 0.78125vw;
  padding: 1.04167vw 1.82292vw;
  display: flex;
  align-items: center;
  box-shadow: 0 0.20833vw 0.78125vw rgba(0, 0, 0, 0.13);
}
.dynamic-section .media-matrix .matrix-label {
  font-size: 1.14583vw;
  color: #333;
  width: 1.66667vw;
  line-height: 1.1;
  margin-right: 2.08333vw;
}
.dynamic-section .media-matrix .matrix-icons {
  display: flex;
  justify-content: space-between;
  flex: 1;
}
.dynamic-section .media-matrix .matrix-item {
  position: relative;
}
.dynamic-section .media-matrix .matrix-item img {
  width: 4.20833vw;
  height: 4.20833vw;
  transition: transform 0.3s ease;
  cursor: pointer;
}
.dynamic-section .media-matrix .matrix-item img:hover {
  transform: translateY(-0.26042vw);
}
.dynamic-section .media-matrix .matrix-item .qr-popup {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-0.52083vw);
  background: #fff;
  padding: 0.52083vw;
  border-radius: 0.41667vw;
  box-shadow: 0 0.20833vw 1.04167vw rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 100;
  margin-bottom: 0.52083vw;
}
.dynamic-section .media-matrix .matrix-item .qr-popup::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 0.41667vw solid transparent;
  border-top-color: #fff;
}
.dynamic-section .media-matrix .matrix-item .qr-popup img {
  width: 5.20833vw;
  height: 5.20833vw;
  object-fit: contain;
  display: block;
}
.dynamic-section .media-matrix .matrix-item:hover .qr-popup {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.media-matrix-section {
  width: 100%;
  height: 23.4375vw;
  background: #e1eefb;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 22;
}
.media-matrix-section .matrix-title {
  margin-top: 2.08333vw;
  font-size: 2.08333vw;
  color: #333;
  z-index: 10;
  font-weight: 400;
}
.media-matrix-section .map-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("/cms_files/webzhongguodianlijianshejituanyouxiangongsi/tplobject/defaultSet/tXFUiB2gF2zuHjHjYMO18/images/media-matrix-bg.png") no-repeat center center;
  background-size: 90% auto;
}
.media-matrix-section .hexagon {
  position: absolute;
  width: 7.29167vw;
  height: 6.45833vw;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  background: url("/cms_files/webzhongguodianlijianshejituanyouxiangongsi/tplobject/defaultSet/tXFUiB2gF2zuHjHjYMO18/images/icon-meiti-bg.png") no-repeat;
  background-size: cover;
}
.media-matrix-section .hexagon .inner {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}
.media-matrix-section .hexagon .inner img {
  width: 3.125vw;
  height: 3.125vw;
  position: absolute;
  left: 1.5625vw;
  top: 1.04167vw;
}
.media-matrix-section .hexagon:hover {
  transform: scale(1.3) translateY(-0.78125vw) rotateY(15deg);
  z-index: 999;
}
.media-matrix-section .hexagon:hover .inner::before {
  top: 100%;
  left: 100%;
}
.media-matrix-section .hexagon:hover .inner img {
  transform: scale(1.1) translateZ(1.5625vw);
}
.media-matrix-section .hexagon:hover::after {
  opacity: 0.3;
  transform: scale(1.8);
  animation: pulse-ring 1.5s infinite;
}
.media-matrix-section .hexagon-container {
  max-width: var(--max-width);
  margin: 0 auto;
  position: relative;
  height: 100%;
}
.media-matrix-section .icon-1 {
  left: 5%;
  top: 50%;
}
.media-matrix-section .icon-2 {
  left: 22%;
  top: 30%;
}
.media-matrix-section .icon-3 {
  left: 22%;
  top: 62%;
}
.media-matrix-section .icon-4 {
  left: 38%;
  top: 50%;
}
.media-matrix-section .icon-5 {
  left: 54%;
  top: 50%;
}
.media-matrix-section .icon-6 {
  left: 68%;
  top: 30%;
}
.media-matrix-section .icon-7 {
  left: 68%;
  top: 62%;
}
.media-matrix-section .icon-8 {
  left: 85%;
  top: 50%;
}

@keyframes pulse-ring {
  0% {
    transform: scale(1.2);
    opacity: 0.5;
  }
  100% {
    transform: scale(2.2);
    opacity: 0;
  }
}
.full-grey {
  background: #f8f8f8;
  position: relative;
  z-index: 5;
  overflow: hidden;
}

.mod-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: var(--max-width);
  margin: 0 auto 1.5625vw;
  position: relative;
}
.mod-header .mod-title {
  font-size: 2.08333vw;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  flex: 1;
}
.mod-header .more {
  font-size: var(--font-16);
  color: #004b96;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0.3vw;
}

.slider-nav-btns {
  display: flex;
  gap: 0.625vw;
  margin-left: auto;
  position: absolute;
  right: 0;
  left: 0;
  top: 60%;
  width: 100%;
  justify-content: space-between;
  padding: 0 calc((100% - var(--max-width)) / 2 - 4.6875vw);
}

.slider-container {
  display: flex;
  gap: var(--font-20);
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  scroll-behavior: smooth;
  user-select: none;
  cursor: grab;
  position: relative;
  max-width: var(--max-width);
  margin: 0 auto;
  z-index: 1;
}
.slider-container::-webkit-scrollbar {
  display: none;
}
.slider-container:active {
  cursor: grabbing;
}

.slider-card {
  scroll-snap-align: start;
  flex-shrink: 0;
}

.nav-btn {
  width: 2.91667vw;
  height: 2.91667vw;
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  box-shadow: 0 0.10417vw 0.41667vw rgba(0, 0, 0, 0.06);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
.nav-btn.visible {
  opacity: 0.8;
  pointer-events: auto;
}
.nav-btn.next {
  background: url("/cms_files/webzhongguodianlijianshejituanyouxiangongsi/tplobject/defaultSet/tXFUiB2gF2zuHjHjYMO18/images/icon-arrow_right_circle.png") no-repeat;
  background-size: cover;
}
.nav-btn.prev {
  background: url("/cms_files/webzhongguodianlijianshejituanyouxiangongsi/tplobject/defaultSet/tXFUiB2gF2zuHjHjYMO18/images/icon-arrow_right_circle.png") no-repeat;
  transform: rotate(180deg);
  background-size: cover;
}
.nav-btn:hover {
  opacity: 1;
}

.special-section {
  padding: 2.5vw 0 2.60417vw;
}
.special-section .slider-wrapper {
  margin: 0 auto;
  position: relative;
}
.special-section .slider-container {
  gap: 1.75vw;  
  /* 75px 5.20833vw; */
}
.special-section .slider-card {
  flex: 0 0 calc((100% - 10.41667vw) / 4);
  height: 8.333vw;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.special-section .slider-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -130%;
  width: 60%;
  height: 100%;
  z-index: 1;
  transform: skewX(-12deg);
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.2), transparent);
  pointer-events: none;
  transition: left 0.65s ease-out;
}
.special-section .slider-card img {
  width: 100%;
  height: 100%;
  border-radius: 0.625vw;
  box-shadow: 0 0.20833vw 0.78125vw rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}
.special-section .slider-card:hover img {
  transform: scale(1.03);
}
.special-section .slider-card:hover::before {
  left: 130%;
}
.video-gallery {
  width: 100%;
  height: 44.27083vw;
  overflow: hidden;
  position: relative;
  padding-top: 1.5625vw;
  background: url("/cms_files/webzhongguodianlijianshejituanyouxiangongsi/tplobject/defaultSet/tXFUiB2gF2zuHjHjYMO18/images/video-bg.png") no-repeat center;
  z-index: 22;
}

.gallery-title {
  text-align: center;
  font-size: 2.08333vw;
  color: #333;
  margin-bottom: 2.08333vw;
  font-weight: 400;
}

.carousel {
  width: 100%;
  height: 32.29167vw;
  position: relative;
  perspective: 135.41667vw;
  overflow: hidden;
  touch-action: pan-y;
  perspective: 114.58333vw;
  cursor: grab;
}
.carousel:active {
  cursor: grabbing;
}
.carousel::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 52%;
  width: 114.58333vw;
  height: 46.875vw;
  transform: translate(-50%, -50%) rotateX(72deg);
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.03);
  pointer-events: none;
}
.carousel::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 2.08333vw;
  width: 93.75vw;
  height: 26.04167vw;
  transform: translateX(-50%);
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.04);
  pointer-events: none;
}

.carousel-track {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
}

.card-inner {
  width: 100%;
  height: 100%;
  transition: transform 0.2s ease;
  will-change: transform;
}

.card-inner a{
  display: block;
  height: 100%;
  width: 100%;
}

.card {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45.10417vw;
  height: 26.19792vw;
  border-radius: 0.9375vw;
  overflow: hidden;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  will-change: transform;
  transition: transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.7s;
}
.card img {
  width: 100%;
  height: 100%;
  border-radius: 0.9375vw;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}

/* µ±Ç°¼¤»î */
.card.active {
  z-index: 999;
  opacity: 1;
  filter: blur(0);
  transform: translate(-50%, -50%) rotateY(0deg) translateZ(21.875vw) scale(1);
}
.card:active {
  transform: translate(-50%, -50%) rotateY(0deg) translateZ(21.875vw) scale(0.98);
}
.card.active .card-mask,
.card.active .card-content {
  opacity: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}
/* ×ó²à */
.card.left-2 {
  z-index: 1;
  opacity: 0.28;
  transform: translate(-50%, -50%) rotateY(68deg) translateX(-40vw) translateZ(-21.875vw) scale(0.68);
}
.card.left-1 {
  z-index: 10;
  opacity: 0.78;
  transform: translate(-50%, -50%) rotateY(48deg) translateX(-14.58333vw) translateZ(-9.375vw) scale(0.84);
}
/* ÓÒ²à */
.card.right-1 {
  z-index: 10;
  opacity: 0.78;
  transform: translate(-50%, -50%) rotateY(-48deg) translateX(14.58333vw) translateZ(-9.375vw) scale(0.84);
}
.card.right-2 {
  z-index: 1;
  opacity: 0.28;
  transform: translate(-50%, -50%) rotateY(-68deg) translateX(40vw) translateZ(-21.875vw) scale(0.68);
}
/* ÕÚÕÖ */
.card-mask {
  position: absolute;
  inset: 0;
  opacity: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.55));
  z-index: 2;
}

.card-content {
  position: absolute;
  inset: 0;
  z-index: 3;
  opacity: 0;
}

.play-btn {
  position: absolute;
  left: 1.45833vw;
  bottom: 3.22917vw;
  width: 3.64583vw;
  height: 2.60417vw;
  transition: 0.3s;
}
.play-btn img {
  object-fit: cover;
}

.play-btn:hover {
  transform: scale(1.1);
}

.main-title {
  position: absolute;
  top: 10.41667vw;
  left: 50%;
  transform: translateX(-50%);
  font-size: 3.33333vw;
  font-weight: bold;
  color: #f6c05e;
  text-shadow: 0 0.10417vw 0 #c94e17, 0 0.20833vw 0.41667vw rgba(0, 0, 0, 0.45);
  white-space: nowrap;
}

.sub-title {
  position: absolute;
  top: 16.40625vw;
  left: 50%;
  transform: translateX(-50%);
  color: #f6d29b;
  font-size: 1.45833vw;
  letter-spacing: 0.3125vw;
}

.bottom-title {
  position: absolute;
  bottom: 0;
  left: 50%;
  background: rgba(0, 0, 0, 0.4);
  transform: translateX(-50%);
  color: rgb(255, 255, 255);
  font-size: 1.25vw;
  width: 100%;
  text-align: center;
  padding-bottom: 0.41667vw;
  padding-top: 0.3125vw;
}

.arrow {
  position: absolute;
  top: 50%;
  width: 2.91667vw;
  height: 2.91667vw;
  margin-top: -1.09375vw;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #777;
  font-size: 1.25vw;
  cursor: pointer;
  z-index: 99;
  box-shadow: 0 0.20833vw 0.625vw rgba(0, 0, 0, 0.15);
  transition: 0.3s;
}

.arrow-left {
  left: 8.85417vw;
  transform: rotate(-180deg);
}
.arrow-left:hover {
  transform: rotate(-180deg) scale(1.08);
}

.arrow-right {
  right: 8.85417vw;
}
.arrow-right:hover {
  transform: scale(1.08);
}

.business-section {
  position: relative;
  overflow: visible;
  padding: 2.60417vw 0 0;
  z-index: 2;
  background: #fff;
  box-sizing: border-box;
}
.business-section .business-bg {
  position: absolute;
  right: 0;
  width: 62%;
  height: calc(100% - 4.27083vw);
  text-align: right;
  overflow: hidden;
  bottom: 3.27083vw;
  z-index: 10;
}
.business-section .business-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.business-section--content {
  overflow: hidden;
  height: calc(100vh - 4.47917vw);
  position: sticky;
  top: 4.47917vw;
}
@media (max-width: 768px) {
  .business-section {
    display: none;
  }
}
.business-section .business-container {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  height: calc(100% - 10.52083vw);
}
.business-section .fixed-content {
  display: flex;
  align-items: center;
  padding-left: calc((100% - 75vw) / 2);
  z-index: 10;
  pointer-events: none;
}
.business-section .fixed-content .text-content {
  pointer-events: auto;
  max-width: 35%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding-right: 9.375vw;
  min-height: 27.77083vw;
}
.business-section .fixed-content .text-content h2 {
  font-size: 2.08333vw;
  font-weight: 400;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  padding-top: 1.04167vw;
}
.business-section .fixed-content .text-content h2::after {
  content: "";
  display: block;
  width: 35%;
  height: 0.10417vw;
  background: #004b96;
}
.business-section .fixed-content .text-content h3 {
  font-size: 1.25vw;
  color: #333;
  font-weight: 400;
  margin-bottom: 1.04167vw;
}
.business-section .fixed-content .text-content p {
  font-size: var(--font-20);
  line-height: 1.8;
  color: #333;
  text-align: justify;
}
.business-section .fixed-content .text-content .btn {
  display: inline-block;
  padding: 0.625vw 0;
  background: transparent;
  color: #0055aa;
  border-radius: 1.30208vw;
  text-decoration: none;
  font-size: 0.88542vw;
  font-weight: 500;
  transition: all 0.3s ease;
  transform: translateY(0px);
  box-shadow: none;
}
.business-section .fixed-content .text-content .btn:hover {
  background: #0055aa;
  color: #fff;
  padding: 0.625vw 1.04167vw;
  transform: translateY(-0.10417vw);
  box-shadow: 0 0.20833vw 0.78125vw rgba(0, 85, 170, 0.3);
}
.business-section .animate-text-1 {
  transition-delay: 0.1s;
}
.business-section .animate-text-2 {
  transition-delay: 0.3s;
}
.business-section .animate-text-3 {
  transition-delay: 0.5s;
}
.business-section .animate-text-4 {
  transition-delay: 0.7s;
}
.business-section .text-active .animate-text {
  opacity: 1;
  transform: translateY(0);
}
.business-section .business-spacer {
  height: 30vh;
}
.business-section .business-nav {
  position: relative;
  z-index: 20;
  background: rgb(255, 255, 255);
  padding: 2.08333vw 5.20833vw 2.08333vw calc((100% - 77.08333vw) / 2);
  width: 70%;
  border-bottom: solid 0.26042vw #004b96;
  border-radius: 0 8.33333vw 0px 0;
  height: 10.52083vw;
  overflow-x: auto;
  /* °µ²Ø¹ö¶¯Ìõ */
  -ms-overflow-style: none;
  scrollbar-width: none;
  /* »¬¶¯Í£¿£¿£¿£¿£¿£¿£¿¿¸Ð */
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  overflow-y: hidden;
}
.business-section .business-nav .sroll-box {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.72917vw;
}
.business-section .business-nav .nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1.04167vw 0.78125vw;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 0.41667vw;
  min-width: 5.20833vw;
}
.business-section .business-nav .nav-item img {
  width: 2.604vw;
  height: 2.604vw;
  object-fit: contain;
  margin-bottom: 0.52083vw;
  transition: transform 0.3s ease;
}
.business-section .business-nav .nav-item span {
  font-size: var(--font-18);
  color: #888;
  transition: color 0.3s ease;
}
.business-section .business-nav .nav-item:hover {
  transform: translateY(-0.15625vw);
}
.business-section .business-nav .nav-item:hover img {
  transform: scale(1.1);
}
.business-section .business-nav .nav-item:hover span {
  color: #0055aa;
  color: var(--nav-item-color);
}
.business-section .business-nav .nav-item.active span {
  color: #0055aa;
  font-weight: 500;
  color: var(--nav-item-color);
}

.business-mobile {
  display: none;
}

.about-section {
  position: relative;
  overflow: visible;
}
.about-section .about-container {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: flex-end;
  z-index: 2;
  max-width: var(--max-width);
  margin: 0 auto;
  pointer-events: none;
}
.about-section h2 {
  font-size: 2.08333vw;
  color: #333;
  font-weight: 400;
  margin-bottom: 2.1875vw;
  position: relative;
  line-height: 1;
  text-align: right;
  right: -14.7vw;
}
.about-section .fixed-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: column;
  width: 100%;
  height: auto;
  pointer-events: none;
  opacity: 0;
  transform: translateY(2.08333vw);
  transition: all 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.about-section .fixed-content.text-active {
  opacity: 1;
  transform: translateY(-0.26042vw);
}
.about-section .fixed-content .about-intro {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.about-section .fixed-content .btn,
.about-section .fixed-content a {
  pointer-events: auto;
}
.about-section .fixed-content {
  /* ¸´Ô­°´Å¥µÄ¿Éµã»÷ÐÔ */
}
.about-section .fixed-content .text-content {
  flex: 0 0 36%;
  margin-bottom: 5.20833vw;
}
.about-section .fixed-content .text-content p {
  font-size: var(--font-20);
  line-height: 1.8;
  color: #333;
  margin-bottom: 2.08333vw;
}
.about-section .fixed-content .text-content .stats {
  display: flex;
  gap: 3.125vw;
  margin-bottom: 2.08333vw;
  justify-content: space-between;
}
.about-section .fixed-content .text-content .stats .stat-item {
  display: flex;
  flex-direction: column;
  width: 35%;
  align-items: center;
}
.about-section .fixed-content .text-content .stats .stat-item .stat-num {
  font-size: 4.16667vw;
  font-weight: 700;
  color: #0055aa;
  line-height: 1;
  position: relative;
}
.about-section .fixed-content .text-content .stats .stat-item .stat-num small {
  font-size: 0.9375vw;
  font-weight: normal;
  margin-left: 0.26042vw;
  color: #333;
  position: absolute;
  right: -0.78125vw;
  top: 0.78125vw;
}
.about-section .fixed-content .text-content .stats .stat-item .stat-desc {
  font-size: 0.88542vw;
  color: #333;
  margin-top: 0.52083vw;
  line-height: 1.4;
  text-align: center;
}
.about-section .fixed-content .text-content .btn {
  padding: 0.41667vw 0.83333vw;
  background: transparent;
  color: var(--primary-blue);
  border: 1px solid var(--primary-blue);
  border-radius: 1.30208vw;
  text-decoration: none;
  font-size: 0.83333vw;
  font-weight: 500;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 8.33333vw;
}
.about-section .fixed-content .text-content .btn span {
  background: var(--primary-blue);
  width: 0.72917vw;
  height: 0.72917vw;
  font-size: 0.625vw;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.about-section .fixed-content .text-content .btn:hover {
  background: var(--primary-blue);
  color: #fff;
  transform: translateY(-0.10417vw);
  box-shadow: 0 0.20833vw 0.78125vw rgba(0, 85, 170, 0.3);
}
.about-section .fixed-content .image-wrapper {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
}
.about-section .fixed-content .image-wrapper .m-about-bg {
  position: relative;
  bottom: auto;
  right: auto;
  max-width: 100%;
  height: auto;
  opacity: 0;
  transform: translateX(2.60417vw);
  transition: all 1.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.about-section .fixed-content .image-wrapper .m-about-bg.visible {
  opacity: 1;
  transform: translateX(0) translateY(0);
}
.about-section .animate-text {
  opacity: 0;
  transform: translateY(2.08333vw) rotateX(-10deg);
  transition: all 1.8s cubic-bezier(0.16, 1, 0.3, 1);
  filter: blur(0.26042vw);
}
.about-section .animate-text-1 {
  transition-delay: 0.5s;
}
.about-section .animate-text-2 {
  transition-delay: 0.7s;
}
.about-section .animate-text-3 {
  transition-delay: 0.9s;
}
.about-section .animate-text-4 {
  transition-delay: 1.2s;
}
.about-section .text-active .animate-text {
  opacity: 1;
  transform: translateY(0) rotateX(0);
  filter: blur(0);
}
.about-section .about-spacer {
  height: 30vh;
}
.about-section .footer-nav {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(0.52083vw);
  backdrop-filter: blur(0.52083vw);
  padding: 1.5625vw 0;
  box-shadow: 0 -0.10417vw 1.04167vw rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: translateY(1.5625vw);
  transition: all 0.5s ease;
}
.about-section .footer-nav.active {
  opacity: 1;
  transform: translateY(0);
}
.about-section .footer-nav .nav-list {
  display: flex;
  gap: 1.5625vw;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 62.5vw;
  margin: 0 auto;
  padding: 0 1.04167vw;
}
.about-section .footer-nav .nav-item {
  font-size: 0.72917vw;
  color: #666;
  cursor: pointer;
  transition: color 0.3s ease;
}
.about-section .footer-nav .nav-item:hover {
  color: #0055aa;
}

.divider-line {
  background: linear-gradient(to right, #004b96, #c60b51);
  height: 0.26042vw;
  width: 100%;
}

.m-about-bg {
  position: fixed;
  top: 50%;
  right: calc((100% - 75vw) / 2);
  transform: translateY(-50%) translateX(2.60417vw);
  max-width: 36.45833vw;
  width: 90%;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  transition: all 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.m-about-bg.visible {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

.about-services {
  display: flex;
  align-items: center;
  width: 85%;
  justify-content: space-between;
  margin: 2.08333vw auto;
}
.about-services .split-lint {
  display: block;
  width: 1px;
  height: 5.46875vw;
  background: var(--border-color);
}
.about-services .about-service a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.04167vw;
  font-size: var(--font-20);
  line-height: 1.8;
  color: #333;
}
.about-services .about-service a img {
  transition: color 0.3s;
}
.about-services .about-service a:hover {
  color: #0055aa;
}
.about-services .about-service a:hover img {
  opacity: 1;
  transform: scale(1.1);
}

.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);
}
.header__mobile-meta,
.header__mobile-actions {
  display: none;
}
.about-services .about-service a img{
  height: 1.8vw;
}
@media (min-width: 769PX) and (max-width: 1680PX) {
  .banner.bannerV2 {
    height: calc(100vh - 13.6vw);
  }
  .banner.bannerV2 .banner-indicators {
    bottom: 1.2rem;
  }
  .video-gallery{
    background-size: cover;
  }
  .business-section--content{
    height: auto;
  }
  .business-section .business-spacer {
    display: none; 
  }
  .about-section .about-spacer{
    height: 0;
  }
  .about-section .about-container{
    height: auto;
    margin-top: 3rem;
  }
  .about-section .fixed-content{
    padding: 2rem 0 1rem 0;
  }
  .about-section .fixed-content,.about-section .animate-text,.about-section .fixed-content .image-wrapper .m-about-bg{
    opacity: 1;
    filter:none;
    transform: none;
  }
  .about-services .about-service a img{
    height: 1.5rem;
  }
}
.silder-bar {
  position: fixed;
  right: 1.04167vw;
  bottom: 20%;
  z-index: 99;
  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;
}
@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);
  }
  .main-content{
    margin-top: 3.1rem;
  }
  .banner {
    height: 9.6rem;
    min-height: 9.6rem;
  }
  .banner.bannerV2 {
    height: 9.6rem;
    min-height: 9.6rem;
  }
  .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-section {
    padding-top: 1.25rem;
  }
  .news-section .news-container {
    padding-top: 0;
    padding-bottom: 0.5rem;
  }
  .news-section .news-headline {
    height: auto;
    border-radius: 0.875rem;
    flex-direction: row;
    align-items: center;
    margin-bottom: 1.25rem;
    background: #fff;
    overflow: hidden;
    padding: 0.75rem 0;
  }
  .news-section .news-headline .headline__label {
    width: auto;
    padding: 0 0.625rem;
    min-height: 2.5rem;
    font-size: 1.1rem;
    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: 0.9rem;
  }
  .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: 0.9rem;
    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: 0.20833rem;
  }
  .news-section .news-slider .slider__dots .dot.active{
    background: #ed1b23;
    width: 0.9rem;
  }
  .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: 0.9rem;
    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-list-s .news-item{
    padding: 0.75rem 0;
  }
  .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: 0.9rem;
    margin-left: 0.75rem;
    height: auto;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -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;
    min-height: 4.15rem;
    box-sizing: border-box;
    box-shadow: var(--box-shadow);
    margin-bottom: 1.25rem;
    height:auto;
  }
  .news-section .news-footer .notice-bar {
    display: flex;
    align-items: center;
    gap: 0.625rem;
  }
  .news-section .news-footer .notice-bar .notice-label {
    color: #0055aa;
    font-weight: 500;
    font-size: 1.1rem;
    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: auto;
    padding: 1rem 0px;
  }
  .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.9rem;
    line-height: 1.2;
      /* ¹Ì¶¨2ÐÐ×î´ó¸ß¶È£¬£¬£¬£¬£¬£¬£¬³¹µ×Å×Æúwebkit-box */
  max-height: calc(1.2rem * 2);
  overflow: hidden;
  white-space: normal !important;
  height: auto;
  /* µ¥ÐÐÊ¡ÂÔ¶µµ×£¬£¬£¬£¬£¬£¬£¬¶àÐÐ×Ô¶¯²ÃÇÐ */
  text-overflow: ellipsis;
    transform: none;
  }
  .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: 1rem;
    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: 0.9rem;
    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: 0.9rem;
    margin-left: 0.75rem;
    height: auto;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
  }
  .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.2rem;
    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.9rem;
    transition: all 0.3s;
  }
  .dynamic-section .media-matrix {
    display: none;
  }
  .mod-header {
    margin-bottom: 0;
    max-width: 100%;
    padding: 0 1.25rem;
  }
  .mod-header .mod-title {
    margin-left: 0;
    font-size: 1rem;
    align-items: flex-start;
  }
  .mod-header .mod-title::after {
    display: none;
  }
  .mod-header .more {
    font-size: 0.9rem;
  }
  .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) !important;
    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("/cms_files/webzhongguodianlijianshejituanyouxiangongsi/tplobject/defaultSet/tXFUiB2gF2zuHjHjYMO18/images/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.2rem;
    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.8rem;
    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);
    color: var(--nav-item-color);
  }
  .business-mobile .nav-item span {
    font-size: 0.8rem;
    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 .about-container {
    position: relative;
    top: auto;
    background: transparent;
    align-items: flex-start;
    height: auto;
    padding-bottom: 1.25rem;
  }
  .about-section h2 {
    font-size: 1.2rem;
    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: 0.9rem;
    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.9rem;
    color: #333;
    margin-top: 0;
    text-align: left;
    flex: 1;
    margin-left: 0.75rem;
  }
  .about-section .fixed-content .text-content .btn {
    font-size: 0.9rem;
    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.8rem;
  }
  .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;
    background-position: center;
  }
  .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.8rem;
  }
  .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;
    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: #fff;
    backdrop-filter: blur(0.625rem);
    -webkit-backdrop-filter: blur(0.625rem);
    color: #999;
  }
  .silder-btn:hover {
    color: #333;
    box-shadow: 0 0.4rem 0.9rem rgba(117, 117, 117, 0.1);
  }
  .silder-btn:active {
    transform: scale(0.92);
  }
  .silder-btn .btn-icon {
    color: #999;
    font-size: 0.8rem;
    line-height: 1.2;
    text-orientation: mixed;
    letter-spacing: 0.1rem;
  }
  .silder-panel {
    position: absolute;
    right: 0;
    bottom: 7.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.8rem;
    height: 1.8rem;
    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;
    overflow: visible;
  }
  .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;
  }
}<!--ºÄÊ±1784609279.7567Ãë-->