﻿/* 鑷畾涔夋牱寮?*/

/* 瓒呭灞忥紙鈮?920px锛夛細container 鎸夎鍙?88% 缂╂斁锛屽皝椤?1920px */
@media (min-width: 120rem) {
	.container {
		width: 88%;
		max-width: 120rem;
	}
}



/* 鑷畾涔夐鑹插彉閲?*/
:root {
 --primary-blue: #0269B6;
 --primary-red: #f3342f;
 --primary-gray: #505050;
 --blue-light: #0284c7;
 --primary-blue-dark: #1e569d;
 --red-light: #dc2626;
 --red-dark: #991b1b;
 --gray-light: #6b7280;
 --gray-dark: #374151;
}

/* 婊氬姩鏉℃牱寮?*/
::-webkit-scrollbar {
 width: 8px;
}

::-webkit-scrollbar-track {
 background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
 background: var(--primary-blue);
 border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
 background: var(--primary-blue-dark);
}

/* 鑷畾涔夐鑹插伐鍏风被 */
.text-primary-blue {
 color: var(--primary-blue);
}
.text-primary-blue-dark {
 color: var(--blue-dark);
}
.text-primary-red {
 color: var(--primary-red);
}

.text-primary-gray {
 color: var(--primary-gray);
}

.bg-primary-blue {
 background-color: var(--primary-blue);
}

.bg-primary-blue-dark {
 background-color: var(--primary-blue-dark);
}
.bg-primary-red {
 background-color: var(--primary-red);
}

.bg-primary-gray {
 background-color: var(--primary-gray);
}

.border-primary-blue {
 border-color: var(--primary-blue);
}
.border-primary-blue-dark {
 border-color: var(--primary-blue-dark);
}
.border-primary-red {
 border-color: var(--primary-red);
}

.border-b-primary-blue {
 border-bottom-color: var(--primary-blue);
}

.border-b-white {
 border-bottom-color: white;
}

.border-primary-gray {
 border-color: var(--primary-gray);
}

/* 鎮仠鏁堟灉 */
.hover\:text-primary-blue:hover {
 color: var(--primary-blue);
}
.hover\:text-primary-blue-dark:hover {
 color: var(--primary-blue-dark);
}

.hover\:primary-blue:hover {
 color: var(--primary-blue);
}
.hover\:primary-blue-dark:hover {
 color: var(--primary-blue-dark);
}

.hover\:bg-primary-blue:hover {
 background-color: var(--primary-blue);
}
.hover\:bg-primary-blue-dark:hover {
 background-color: var(--primary-blue-dark);
}

.hover\:bg-primary-red:hover {
 background-color: var(--primary-red);
}

.hover\:bg-primary-red-dark:hover {
 background-color: var(--primary-red-dark);
}

.hover\:border-primary-blue-dark:hover {
 border-color: var(--primary-blue-dark);
}
.hover\:border-primary-red-dark:hover {
 border-color: var(--red-dark);
}

/* Group hover 鏁堟灉 */
.group:hover .group-hover\:bg-primary-blue {
 background-color: var(--primary-blue);
}
/* 鎮仠鏍峰紡 */
.hover\:bg-primary-blue:hover {
 background-color: var(--primary-blue);
}

.hover\:text-white:hover {
 color: white;
}

.hover\:bg-primary-blue-dark:hover {
 background-color: var(--primary-blue-dark);
}
/* 鍩虹杈规棰滆壊绫?*/
.border-primary-blue {
 border-color: var(--primary-blue);
}

.hover\:border-primary-blue:hover {
 border-color: var(--primary-blue);
}

.group:hover .group-hover\:border-primary-blue {
 border-color: var(--primary-blue);
}
.group:hover .group-hover\:border-primary-red {
 border-color: var(--primary-red);
}

.group:hover .group-hover\:text-white {
 color: white;
}

.group:hover .group-hover\:text-primary-blue {
 color: var(--primary-blue);
}

.group:hover .group-hover\:border-white {
 border-color: white !important;
}

/* 鏂囨湰鎴柇鏍峰紡 */
.line-clamp-2 {
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
 overflow: hidden;
}

/* 鏂囨湰鎴柇鏍峰紡 */
.line-clamp-1 {
 display: -webkit-box;
 -webkit-line-clamp: 1;
 -webkit-box-orient: vertical;
 overflow: hidden;
}

/* 娓愬彉閬僵灞?*/
.gradient-overlay {
 background: linear-gradient(to right, rgba(2, 105, 182, 1) 0%, rgba(2, 105, 182, 1) 20%, transparent 100%);
}

.wow {
 visibility: hidden;
}

.wow.animate__animated {
 visibility: visible;
}

@keyframes fadeInUp {
 from {
 opacity: 0;
 transform: translateY(30px);
 }
 to {
 opacity: 1;
 transform: translateY(0);
 }
}

@keyframes fadeInLeft {
 from {
 opacity: 0;
 transform: translateX(-40px);
 }
 to {
 opacity: 1;
 transform: translateX(0);
 }
}

@keyframes fadeInRight {
 from {
 opacity: 0;
 transform: translateX(40px);
 }
 to {
 opacity: 1;
 transform: translateX(0);
 }
}

/* 绉诲姩绔鐢ㄧ壒瀹歐OW鍔ㄧ敾 */
@media (max-width: 767px) {
 .wow[data-mobile-disable="true"] {
 visibility: visible !important;
 opacity: 1 !important;
 animation: none !important;
 }
 
 .wow[data-mobile-disable="true"].animate__animated {
 visibility: visible !important;
 opacity: 1 !important;
 animation: none !important;
 }
}

/* 寰俊鎻愮ず妗嗘牱寮?*/
.social-icon .wechat-tooltip {
 transform-origin: top center;
 transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
 width: auto;
 white-space: nowrap;
}

/* 杞挱鍥炬牱寮?*/
.hero-swiper {
 width: 100%;
}
.hero-swiper .swiper-slide {
 overflow: hidden;
}
.hero-swiper .swiper-slide img {
 width: 100%;
 height: auto;
 display: block;
 transition: transform 0.3s ease;
}
@media (min-width: 768px) {
 .hero-swiper {
  height: 100%;
 }
 .hero-swiper .swiper-slide {
  height: 100%;
 }
 .hero-swiper .swiper-slide img {
  height: 100%;
  object-fit: cover;
 }
}
/* 姣涚幓鐠冨渾褰㈡寜閽紙Hero 鍒囨崲 / 鍙充晶鎮诞锛?*/
.glass-circle-btn {
 display: flex;
 align-items: center;
 justify-content: center;
 width: 48px;
 height: 48px;
 border-radius: 50%;
 border: 1px solid rgba(255, 255, 255, 0.35);
 background: rgba(0, 0, 0, 0.22);
 backdrop-filter: blur(10px);
 -webkit-backdrop-filter: blur(10px);
 color: #fff;
 transition: background-color 0.3s ease, border-color 0.3s ease;
}
.glass-circle-btn:hover {
 background: rgba(255, 255, 255, 0.12);
 border-color: rgba(255, 255, 255, 0.55);
}
.hero-swiper-button-next,
.hero-swiper-button-prev {
 width: 48px;
 height: 48px;
 margin: 0;
 border-radius: 50%;
 border: 1px solid rgba(255, 255, 255, 0.35);
 background: rgba(0, 0, 0, 0.22);
 backdrop-filter: blur(10px);
 -webkit-backdrop-filter: blur(10px);
 color: #fff;
 transition: background-color 0.3s ease, border-color 0.3s ease;
}
.hero-swiper-button-next:hover,
.hero-swiper-button-prev:hover {
 background: rgba(255, 255, 255, 0.12);
 border-color: rgba(255, 255, 255, 0.55);
}
.hero-swiper-button-next::after,
.hero-swiper-button-prev::after {
 font-size: 16px;
 font-weight: 600;
}
.hero-swiper-fraction {
 min-width: 4.5rem;
 text-align: center;
 font-size: 22px;
 font-weight: 300;
 letter-spacing: 0em;
 color: rgba(255, 255, 255, 0.95);
 user-select: none;
}
.hero-swiper-pagination {
 margin-top: 20px;
 text-align: center;
}

.hero-swiper-pagination .swiper-pagination-bullet {
 width: 12px;
 height: 12px;
 background-color: rgba(255,255,255, 0.6);
 opacity: 1;
 transition: transform 0.3s ease, box-shadow 0.3s ease;
 margin: 0 4px;
}

.hero-swiper-pagination .swiper-pagination-bullet-active {
 background-color: var(--primary-blue-dark);
 transform: scale(1.2);
}
@media (max-width: 768px) {
 
 .hero-swiper-button-next::after,
 .hero-swiper-button-prev::after {
 font-size: 16px;
 }
}

/* 浜у搧Swiper*/
.products-swiper {
 overflow: hidden;
}

.products-swiper .swiper-slide {
 height: auto;
 display: flex;
}

.products-swiper .swiper-slide .product-card {
 width: 100%;
}
/* 浜у搧Swiper鍒嗛〉鍣ㄦ牱寮?- progressbar绫诲瀷 */
.products-swiper-pagination {
 position: relative;
 background: #e5e7eb;
 border-radius: 10px !important;
 height: 2px !important;
 overflow: hidden;
}

.products-swiper-pagination .swiper-pagination-progressbar-fill {
 background: var(--primary-blue);
 border-radius: 10px !important;
 transition: transform 0.3s ease;
}

/* 浜у搧鍗＄墖鏍峰紡 */
.product-card {
 height: 100%;
 display: flex;
 flex-direction: column;
}

.product-card .product-image {
 overflow: hidden;
 flex-shrink: 0;
}

.product-card .product-image img{
 width: 100%;
 height: 100%;
 object-fit: cover;
 mix-blend-mode: multiply;
 transition: transform 0.8s ease;
}

.product-card:hover .product-image img{
 transform: scale(1.05);
}

.product-card .product-title {
 flex: 1;
 display: flex;
 align-items: center;
 justify-content: space-between;
}

/* 
.product-card .product-title::before {
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 1px;
 background-color: #e5e7eb;
 z-index: 1;
}

/* 钃濊壊鍔ㄧ敾杈规 - 浣跨敤 ::after 
.product-card .product-title::after {
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 width: 0;
 height: 1px;
 background-color: var(--primary-blue);
 transition: width 0.5s ease;
 z-index: 2;
}
.product-card:hover .product-title::after {
 width: 100%;
}
*/

/* 椤佃剼涓绘爮锛氱涓€鍒楁洿瀹斤紝鍏朵綑鍥涘垪鍧囧垎锛屽己鍒跺崟琛屼簲鏍?*/
@media (min-width: 1024px) {
 .footer-main-grid {
  grid-template-columns: 2fr repeat(4, minmax(0, 1fr));
 }

 .footer-main-grid > * {
  min-width: 0;
 }

 .footer-main-grid__brand {
  grid-column: span 1;
 }

 .footer-main-grid a {
  word-break: break-word;
 }
}

/* 妗岄潰瀵艰埅锛氬叏瀹戒簩绾ц彍鍗曡 */
.nav-row-panel {
 box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
}

@media (min-width: 1024px) {
 /* 浜岀骇鑿滃崟鐩稿鏁存爮 nav 瀹氫綅锛岄伩鍏嶉殢鍚勮彍鍗曢」姘村钩鍋忕Щ */
 .site-nav > .container {
  position: static;
 }

 .site-nav .nav-has-submenu {
  position: static;
 }

 .site-nav .nav-row-panel {
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  max-width: none;
  transform: none;
 }
}

.nav-row-link:hover,
.nav-row-link:focus-visible {
 background-color: var(--primary-blue);
 color: #fff;
}

/* 产品分类导航：当前页 active */
#product-cat-nav a.active {
 border-bottom-color: var(--primary-blue);
 color: var(--primary-blue);
 font-weight: 500;
}

/* 产品分类导航：英文长标签在 2100px 以下均分会溢出，保持横向滑动 */
@media (max-width: 2099px) {
 .product-cat-nav-wrap:not(.about-sub-nav-wrap)::after,
 .product-cat-nav-wrap:not(.about-sub-nav-wrap)::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2.75rem;
  pointer-events: none;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.2s ease;
 }

 .product-cat-nav-wrap:not(.about-sub-nav-wrap)::after {
  right: 0;
  background: linear-gradient(to left, #f5f8fc 35%, transparent);
 }

 .product-cat-nav-wrap:not(.about-sub-nav-wrap)::before {
  left: 0;
  background: linear-gradient(to right, #f5f8fc 35%, transparent);
 }

 .product-cat-nav-wrap:not(.about-sub-nav-wrap).is-scrollable-end::after,
 .product-cat-nav-wrap:not(.about-sub-nav-wrap).is-scrollable-start::before {
  opacity: 1;
 }

 .product-cat-nav-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin-top: -1rem;
  border: 1px solid rgba(2, 105, 182, 0.18);
  border-radius: 9999px;
  background: #fff;
  color: var(--primary-blue);
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.12);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease, background-color 0.2s ease;
 }

 .product-cat-nav-arrow:hover {
  background: var(--primary-blue);
  color: #fff;
 }

 .product-cat-nav-arrow--prev {
  left: 0.35rem;
 }

 .product-cat-nav-arrow--next {
  right: 0.35rem;
 }

 .product-cat-nav-wrap:not(.about-sub-nav-wrap).is-scrollable-start .product-cat-nav-arrow--prev,
 .product-cat-nav-wrap:not(.about-sub-nav-wrap).is-scrollable-end .product-cat-nav-arrow--next {
  opacity: 1;
  pointer-events: auto;
 }

 .product-cat-nav-arrow svg {
  width: 1rem;
  height: 1rem;
  display: block;
 }

 #product-cat-nav {
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
 }

 #product-cat-nav a {
  -webkit-user-drag: none;
  user-select: none;
 }

 #product-cat-nav.is-dragging {
  cursor: grabbing;
 }

 #product-cat-nav.is-dragging a {
  pointer-events: none;
 }
}

@media (min-width: 2100px) {
 .product-cat-nav-wrap:not(.about-sub-nav-wrap) {
  margin-left: 0;
  margin-right: 0;
 }

 #product-cat-nav {
  justify-content: space-between;
  overflow: visible;
  padding-left: 0;
  padding-right: 0;
 }

 #product-cat-nav > a {
  flex: 1 1 0%;
 }

 #product-cat-nav .product-cat-nav-spacer {
  display: none;
 }

 .product-cat-nav-arrow {
  display: none !important;
 }
}

@media (max-width: 1279px) {
 .about-sub-nav-wrap.product-cat-nav-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 2rem;
  pointer-events: none;
  background: linear-gradient(to left, #fff 25%, transparent);
 }
}

/* 浜у搧瀛愮被鍒瓫閫夛細褰撳墠椤?active */
#product-sub-tag-nav a.active {
 background-color: var(--primary-blue);
 color: #fff;
 font-weight: 500;
}

/* 浜у搧鍒楄〃锛氳鍥惧垏鎹㈡寜閽?*/
.product-view-toggle .product-view-btn {
 display: inline-flex;
 align-items: center;
 justify-content: center;
 width: 2.5rem;
 height: 2.5rem;
 border: 1px solid var(--primary-blue);
 border-radius: 0.5rem;
 background-color: #fff;
 color: var(--primary-blue);
 cursor: pointer;
 transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.product-view-toggle .product-view-btn.is-active {
 background-color: var(--primary-blue);
 color: #fff;
 border-color: var(--primary-blue);
}

.product-view-toggle .product-view-btn:not(.is-active):hover {
 background-color: #eff6ff;
}

/* 浜у搧鍗＄墖锛氶粯璁や粎鏍囬锛堥椤佃疆鎾€佸綊妗ｅ崱鐗囩瓑锛夛紱鍒楄〃瑙嗗浘鎵嶆樉绀烘弿杩板拰鍙傛暟 */
.product-card-one-line,
.product-card-highlights {
 display: none;
}

.product-card-body h3 {
 margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
 .product-card-body h3 {
  margin-bottom: 1.5rem;
 }
}

@media (min-width: 1024px) {
 .product-card-body h3 {
  margin-bottom: 2rem;
 }
}

/* 鍒楄〃瑙嗗浘锛氭弿杩颁粎鍦ㄥ钩鏉垮強浠ヤ笂鏄剧ず锛岀Щ鍔ㄧ闅愯棌 */
#product-grid.is-list-view .product-card-one-line {
 display: none;
}

@media (min-width: 768px) {
 #product-grid.is-list-view .product-card-one-line {
  display: block;
 }
}

#product-grid.is-list-view .product-card-highlights {
 display: flex;
 flex-direction: column;
 gap: 0.25rem;
 margin-bottom: 1rem;
}

#product-grid.is-list-view .product-card-body h3 {
 margin-bottom: 0.375rem;
}

@media (min-width: 1024px) {
 #product-grid.is-list-view .product-card-body h3 {
  margin-bottom: 0.5rem;
 }
}

@media (min-width: 1536px) {
 #product-grid.is-list-view .product-card-body h3 {
  margin-bottom: 0.625rem;
 }
}

.product-card-highlight-item {
 margin: 0;
 min-width: 0;
}

/* 浜у搧鍒楄〃锛氫袱鍒楀竷灞€锛堝乏鍥?| 鍙筹細鏍囬+鎻忚堪+鍙傛暟+鎿嶄綔锛?*/
#product-grid.is-list-view {
 display: flex;
 flex-direction: column;
 gap: 28px;
}

#product-grid.is-list-view > article {
 display: flex;
 flex-direction: row;
 align-items: stretch;
 min-height: 0;
 gap: 1rem;
}

#product-grid.is-list-view .product-card-media {
 flex-shrink: 0;
 width: 7.5rem;
 min-width: 7.5rem;
 aspect-ratio: 1 / 1;
}

#product-grid.is-list-view .product-card-body {
 flex: 1;
 min-width: 0;
 padding: 1rem 1.25rem 1rem 0;
}

#product-grid.is-list-view .product-card-actions {
 justify-content: flex-start;
 gap: 2rem;
}

@media (max-width: 767px) {
 #product-grid.is-list-view .product-card-media {
  width: 6.5rem;
  min-width: 6.5rem;
 }

 #product-grid.is-list-view .product-card-body {
  padding: 0.75rem 0.5rem 0.75rem 0;
 }

 #product-grid.is-list-view .product-card-actions {
  justify-content: space-between;
  gap: 0.5rem;
  padding-top: 0.5rem;
 }

 #product-grid.is-list-view .product-card-actions a {
  flex-shrink: 0;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  white-space: nowrap;
  font-size: 0.75rem;
  line-height: 1.25rem;
 }
}

#product-grid.is-list-view .product-card-one-line {
 margin-bottom: 0.75rem;
 overflow: visible;
 -webkit-line-clamp: unset;
 line-clamp: unset;
}

@media (min-width: 768px) {
 #product-grid.is-list-view .product-card-media {
  width: 12rem;
  min-width: 12rem;
 }

 #product-grid.is-list-view > article {
  gap: 1.25rem;
 }

 #product-grid.is-list-view .product-card-body {
  padding: 1.25rem 1.5rem 1.25rem 0;
 }

 #product-grid.is-list-view .product-card-highlights {
  gap: 0.375rem;
  margin-bottom: 1.25rem;
 }
}

@media (min-width: 1024px) {
 #product-grid.is-list-view .product-card-media {
  width: 38%;
  min-width: 18rem;
  max-width: 30rem;
 }

 #product-grid.is-list-view > article {
  gap: 1.5rem;
 }

 #product-grid.is-list-view .product-card-body {
  padding: 1.5rem 1.75rem 1.5rem 0;
 }
}

@media (min-width: 1280px) {
 #product-grid.is-list-view .product-card-media {
  width: 40%;
  min-width: 20rem;
  max-width: 32rem;
 }

 #product-grid.is-list-view > article {
  gap: 2rem;
 }

 #product-grid.is-list-view .product-card-body {
  padding: 1.75rem 2rem 1.75rem 0;
 }
}

/* 瑙嗗樊鏁堟灉鏍峰紡 */
.parallax-section {
 position: relative;
 background-attachment: fixed;
 background-position: center bottom;
 background-repeat: no-repeat;
 background-size: cover;
}

/* 绉诲姩绔鐢ㄨ宸晥鏋?*/
@media (max-width: 768px) {
 .parallax-section {
 background-attachment: scroll;
 }
}
/* 鎴愬氨椤圭洰鏍峰紡 */
.achievement-item {
 position: relative;
 padding-left: 2rem;
 display: flex;
 align-items: center;
 min-height: 1.5rem;
}

.achievement-item::before {
 content: '';
 position: absolute;
 left: 0;
 top: 50%;
 transform: translateY(-50%);
 width: 1.25rem;
 height: 1.25rem;
 background-color: var(--primary-blue);
 border-radius: 50%;
}

.achievement-item::after {
 content: '';
 position: absolute;
 left: 0.375rem;
 top: 50%;
 transform: translateY(-50%);
 width: 0.5rem;
 height: 0.5rem;
 background-color: white;
 border-radius: 50%;
}

.parallax-images-swiper-button-next,
.parallax-images-swiper-button-prev {
 width: 40px;
 height: 40px;
 background-color: var(--primary-blue);
 border-radius: 50%;
 color: white;
 transition: transform 0.5s ease, background-color 0.5s ease;
}
.parallax-images-swiper-button-next:hover,
.parallax-images-swiper-button-prev:hover {
 background-color: var(--primary-blue-dark);
}
.parallax-images-swiper-button-next::after,
.parallax-images-swiper-button-prev::after {
 font-size: 16px;
 font-weight: bold;
}

/* 淇瑙嗗樊鍥剧墖杞挱鍦ㄧЩ鍔ㄧ鐨勫搴﹂棶棰?*/
.parallax-images-swiper {
 width: 100% !important;
 max-width: 100% !important;
 overflow: hidden !important;
}

.parallax-images-swiper .swiper-wrapper {
 width: 100% !important;
 max-width: 100% !important;
}

.parallax-images-swiper .swiper-slide {
 width: 100% !important;
 max-width: 100% !important;
 flex-shrink: 0 !important;
}

/* 纭繚鍦ㄧ綉鏍煎竷灞€涓篃鑳芥甯告樉绀?*/
.grid .parallax-images-swiper-container {
 width: 100% !important;
 max-width: 100% !important;
 overflow: hidden !important;
}

.grid .parallax-images-swiper-container .swiper {
 width: 100% !important;
 max-width: 100% !important;
}

.grid .parallax-images-swiper-container .swiper .swiper-wrapper {
 width: 100% !important;
 max-width: 100% !important;
}

.grid .parallax-images-swiper-container .swiper .swiper-slide {
 width: 100% !important;
 max-width: 100% !important;
 flex-shrink: 0 !important;
}

/* 鏂伴椈鍒楄〃瀹瑰櫒 - 瀹屽叏鎸夌収SBM缃戠珯瀹炵幇 */
.news-card-image{
 aspect-ratio: 3 / 2;
 max-height:500px;
}

/* 鏂伴椈鍗＄墖缁熶竴楂樺害鏍峰紡 */
.news-left-swiper .swiper-slide {
 height: auto;
 display: flex;
}

.news-left-swiper .swiper-slide a {
 height: 100%;
 display: flex;
 flex-direction: column;
}

.news-left-swiper .swiper-slide .relative {
 overflow: hidden;
 flex-shrink: 0;
}

.news-left-swiper .swiper-slide .relative img {
 width: 100%;
 height: 100%;
 object-fit: cover;
}

.news-left-swiper .swiper-slide .p-4 {
 flex: 1;
 display: flex;
 flex-direction: column;
 justify-content: space-between;
}

.news-left-swiper .swiper-slide .p-4 .inline-flex {
 align-self: flex-start;
 width: auto;
}
 
.news-left-swiper{

 height: 100%;
 overflow: hidden;
 position: relative;
}

.news-right-swiper {
 
 height: 100%;
 overflow: hidden;
 padding-bottom: 48px;
 max-height: 500px;
 position: relative;
}

.news-right-swiper .swiper-scrollbar {
 border-radius: 10px;
 touch-action: none;
 position: absolute;
 width: 4px;
 height: 100%;
 background: #e5e7eb;
 right: 0;
 top: 0;
 z-index: 1;
}
.news-right-swiper .swiper-scrollbar-drag {
 height: 100%;
 width: 100%;
 border-radius: 10px;
 background: var(--primary-blue);
}

.news-right-swiper .news-right-swiper-button-next {
 position: absolute;
 bottom: 0;
 left: 0;
 width: 100%;
 height: 48px;
 background: #fff url(../images/next_ico.webp) no-repeat center;
 z-index: 10;
 border:1px solid #dddddd;
}

.news-right-swiper .swiper-slide:last-child a {
 border-bottom: none;
}

@media (min-width: 1024px) {
 .news-left-swiper{
 width: 66.3%;
 }
 .news-right-swiper {
 width: 32.26%;
 margin-left: 1.61%;
 max-height: 387px;
 }
}

@media (min-width: 1280px) {
 .news-right-swiper {
 max-height:447px;
}
}
@media (min-width: 1536px) {
 .news-right-swiper {
 max-height:503px;
}
}

/* 浜у搧鍒楄〃椤甸潰鏍峰紡 */
.product-category .category-toggle{
 transition: color 0.5s ease;
}
.product-category.active .category-toggle,.product-category:hover .category-toggle {
 color: var(--primary-blue);
}
.product-category.active .category-toggle svg {
 color: var(--primary-blue);
}

.category-toggle-btn {
 background: transparent;
 border: none;
 cursor: pointer;
 transition: all 0.3s ease;
 padding: 8px 12px;
 border-radius: 4px;
}
.category-toggle-btn svg {
 transform: rotate(0deg) !important;
 transition: transform 0.5s ease;
}
.category-toggle-btn:hover svg {
 color: var(--primary-blue);
}
.category-toggle-btn svg.rotate-180 {
 transform: rotate(90deg) !important;
}

#mobile-nav-toggle {
 box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

#mobile-nav-panel {
 max-width: 320px;
 height: 100vh !important;
 display: flex !important;
 flex-direction: column !important;
}
#mobile-nav-overlay {
 backdrop-filter: blur(2px);
}
/* 绉诲姩绔鑸腑鐨勫垎绫绘牱寮忚皟鏁?*/
#mobile-nav-content {
 -webkit-overflow-scrolling: touch; /* iOS骞虫粦婊氬姩 */
 overflow-y: auto !important;
 overflow-x: hidden !important;
 max-height: 100% !important;
}

#mobile-nav-content .category-toggle {
 padding-left: 0.75rem;
 padding-right: 0.75rem;
}

#mobile-nav-content .category-content {
 padding-left: 1rem;
}

/* 绉诲姩绔鑸粴鍔ㄦ潯鏍峰紡 */
#mobile-nav-content::-webkit-scrollbar {
 width: 4px;
}

#mobile-nav-content::-webkit-scrollbar-track {
 background: #f1f1f1;
 border-radius: 2px;
}

#mobile-nav-content::-webkit-scrollbar-thumb {
 background: var(--primary-blue);
 border-radius: 2px;
}

#mobile-nav-content::-webkit-scrollbar-thumb:hover {
 background: var(--primary-blue-dark);
}

/* 纭繚绉诲姩绔鑸唴瀹瑰彲浠ユ粴鍔?*/
@media (max-width: 1023px) {
 #mobile-nav-panel {
 height: 100vh !important;
 max-height: 100vh !important;
 }
 
 #mobile-nav-content {
 flex: 1 !important;
 overflow-y: auto !important;
 overflow-x: hidden !important;
 -webkit-overflow-scrolling: touch !important;
 }
}

/* 闃叉绉诲姩绔粴鍔ㄧ┛閫?*/
body.overflow-hidden {
 overflow: hidden;
}

/* 鎴愬氨椤圭洰鏍峰紡 */
.product-achievement-item {
 position: relative;
 padding-left: 1.5rem;
 display: flex;
 align-items: center;
 min-height: 1.25rem;

}

.product-achievement-item::before {
 content: '';
 position: absolute;
 left: 0;
 top: 50%;
 transform: translateY(-50%);
 width: 0.85rem;
 height: 0.85rem;
 border: 1px solid #c6c7c9;
 border-radius: 50%;
 transition: transform 0.5s ease,border-color 0.5s ease;
}
.product-achievement-item:hover::before {
 border-color: var(--primary-blue);
}

/* 浜у搧璇︽儏杞挱鍥炬牱寮?*/
.product-swiper-container {
 position: relative;
 overflow: hidden;
 border-radius: 0.5rem;
}

.product-swiper {
 width: 100%;
 height: auto;
}

.product-swiper .swiper-slide {
 width: 100%;
 height: auto;
}

.product-swiper .swiper-slide img {
 width: 100%;
 height: 100%;
 object-fit: cover;
}

/* 浜у搧杞挱鍥惧垎椤靛櫒鏍峰紡 */
.product-swiper-pagination {
 margin-top: 20px;
 text-align: center;
}

.product-swiper-pagination .swiper-pagination-bullet {
 width: 12px;
 height: 12px;
 background-color: transparent;
 opacity: 1;
 transition: transform 0.5s ease;
 margin: 0 4px;
 border: 1px solid var(--primary-blue);
}

.product-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
 background-color: var(--primary-blue);
 transform: scale(1.2);
}

/* 浜у搧瀵艰埅鏍峰紡 */
.product-nav-btn {
 transition: all 0.5s ease;
 cursor: pointer;
 text-decoration: none;
}
.product-nav-btn.active,.product-nav-btn:hover {
 background-color: var(--primary-blue);
 color: white;
 border-bottom-color: var(--primary-blue);
}

/* 浜у搧鐗圭偣杞挱鏍峰紡 */
.features-swiper {
 width: 100%;
}
/* 浜у搧鐗圭偣杞挱鍗＄墖缁熶竴楂樺害 */
.features-swiper .swiper-slide {
 height: auto;
 display: flex;
}

.features-swiper .swiper-slide > div {
 height: 100%;
 display: flex;
 flex-direction: column;
 justify-content: space-between;
 width: 100%;
}

.features-swiper .swiper-slide p {
 flex-grow: 1;
 align-items: top;
 text-align: center;
 line-height: 1.6;
}
/* 浜у搧Swiper鍒嗛〉鍣ㄦ牱寮?- progressbar绫诲瀷 */
.features-swiper-pagination {
 position: relative;
 background: #e5e7eb;
 border-radius: 10px !important;
 height: 2px !important;
 overflow: hidden;
}
.features-swiper-pagination .swiper-pagination-progressbar-fill {
 background: var(--primary-blue);
 border-radius: 10px !important;
 transition: transform 0.3s ease;
}

/* 鐩稿叧浜у搧杞挱鏍峰紡 */
.related-swiper {
 overflow: hidden;
}
.related-swiper .swiper-slide {
 height: auto;
}
/* 浜у搧Swiper鍒嗛〉鍣ㄦ牱寮?- progressbar绫诲瀷 */
.related-swiper-pagination {
 position: relative;
 background: #e5e7eb;
 border-radius: 10px !important;
 height: 2px !important;
 overflow: hidden;
}

.related-swiper-pagination .swiper-pagination-progressbar-fill {
 background: var(--primary-blue);
 border-radius: 10px !important;
 transition: transform 0.3s ease;
}

/* 浜у搧璇︽儏琛ㄦ牸瀹瑰櫒鏀寔妯悜婊氬姩 */
.canshu{ font-size: 14px;}
/* 琛ㄦ牸瀹瑰櫒鏀寔妯悜婊氬姩 */
.canshu .table-container p {
 margin: 20px 0;
 font-size:14px;
}

.canshu .table-container h3{
font-size: 16px;
font-weight: 600;
margin-bottom: 1.25rem;
position: relative;
}

.canshu .table-container {
 overflow-x: auto;
 -webkit-overflow-scrolling: touch;

}

/* 鑷畾涔夋粴鍔ㄦ潯鏍峰紡 - 璁╂粴鍔ㄦ潯鏇寸粏 */
.canshu .table-container::-webkit-scrollbar {
 height: 6px; /* 姘村钩婊氬姩鏉￠珮搴?*/
}

.canshu .table-container::-webkit-scrollbar-track {
 background: #f1f1f1;
 border-radius: 3px;
}

.canshu .table-container::-webkit-scrollbar-thumb {
 background: #1E579E;
 border-radius: 3px;
}

.canshu .table-container::-webkit-scrollbar-thumb:hover {
 background: #0f3d6b;
}

.canshu table{
 width: 100%;
 border-collapse: collapse;
 margin: 0;
 font-size: 16px;
 border-radius: 8px;
 min-width: 720px;
 white-space: nowrap;
}
.canshu table tr:first-child{
background-color: var(--primary-blue);
color: white !important;
}
.canshu table tr:first-child th,
.canshu table tr:first-child td{
color: white !important;
border: 1px solid #e5e7eb;
 }

.canshu th,.canshu td {
 padding: 12px 15px;
 text-align: center;
 border: 1px solid #e5e7eb;
 font-size: 14px;
}
@media (min-width: 1024px) {
.canshu .table-container p {
 font-size:16px;
}
.canshu .table-container h3{
font-size: 18px;
}

.canshu th,.canshu td {
 font-size: 16px;
 padding: 30px 15px;
}
}
.canshu th {
 background-color: #1E579E;
 color: white;
 font-weight: bold;
 text-transform: uppercase;
 letter-spacing: 0.5px;
}

.canshu tr:nth-child(even) {
 background-color: #f8f9fa;
}

.canshu tr:hover {
 background-color: #eef2ff;
}

.canshu td {
 color: #666666;
}

.news-category-btn.active{
 background-color: var(--primary-blue);
 color: white;
 border-color: var(--primary-blue);
}
/* 鐏拌壊杈规 - 浣跨敤 ::before */
.news-date::before {
 content: '';
 position: absolute;
 bottom: 0;
 left: 0;
 width: 100%;
 height: 2px;
 background-color: #e5e7eb;
 z-index: 1;
}

/* 钃濊壊鍔ㄧ敾杈规 - 浣跨敤 ::after */
.news-date::after {
 content: '';
 position: absolute;
 bottom: 0;
 left: 0;
 width: 0;
 height: 2px;
 background-color: var(--primary-blue);
 transition: width 0.5s ease;
 z-index: 2;
}

.group:hover .news-date::after {
 width: 100%;
}

/* 鍒嗛〉瀵艰埅 */
.pagination a,
.pagination b {
display: flex;
align-items: center;
justify-content: center;
width: 2.5rem;
height: 2.5rem;
border-radius: 50%;
text-decoration: none;
font-weight: 500;
font-size: 0.875rem;
transition: color 0.5s ease,background-color 0.5s ease,border-color 0.5s ease;
cursor: pointer;
user-select: none;
position: relative;
overflow: hidden;
}
.pagination a {
color: #374151;
background-color: white;
border: 1px solid #d1d5db;
}

.pagination b {
color: white;
background-color: var(--primary-blue);
border: 1px solid var(--primary-blue);
}
.pagination a:hover {
background-color: var(--primary-blue);
border-color: var(--primary-blue);
color: white;
}

@media (max-width: 768px) {

.pagination a,
.pagination b {
 width: 2.25rem;
 height: 2.25rem;
 font-size: 0.8rem;
}
}

@media (max-width: 480px) {
.pagination a,
.pagination b {
 width: 2rem;
 height: 2rem;
 font-size: 0.75rem;
}
}

.blog-content h2 {
 font-size: 28px;
 font-weight: 700;
 margin-bottom: 1.5rem;
 margin-top: 2.5rem;
 line-height: 1.4;
}

.blog-content h3 {
 font-size: 22px;
 font-weight: 700;
 margin-bottom: 1.2rem;
 margin-top: 2rem;
 line-height: 1.4;
}

.blog-content h4 {
 font-size: 18px;
 font-weight: 700;
 margin-bottom: 1rem;
 margin-top: 1.8rem;
 line-height: 1.4;
}

.blog-content h5 {
 font-size: 18px;
 font-weight: 700;
 margin-bottom: 0.8rem;
 margin-top: 1.5rem;
 line-height: 1.4;
}

.blog-content p,
.blog-content li {
 margin-bottom: 1.5rem;
 line-height: 1.8;
 color: var(--primary-gray);
 font-size: 18px;
}

.blog-content img {
 display: block;
 height: auto !important;
 margin: 2rem auto;
 max-width: 100% !important;
}
.blog-content a{
 color: var(--primary-blue);
 text-decoration: underline;
 transition: color 0.3s ease;
 font-weight: 600;
}
.blog-content a:hover{
 color: var(--primary-blue-dark);
}

.blog-content .table-container {
 overflow-x: auto;
 overflow-y: visible;
 -webkit-overflow-scrolling: touch;
 margin: 2rem 0;
 border: 1px solid #e5e7eb;
 max-height: none;
 height: auto;
}

.blog-content .table-container::-webkit-scrollbar {
 height: 3px;
 width: 0px;
}

.blog-content .table-container::-webkit-scrollbar-track {
 background: #f1f1f1;
 border-radius: 4px;
}

.blog-content .table-container::-webkit-scrollbar-thumb {
 background: var(--primary-blue);
 border-radius: 4px;
}

.blog-content .table-container::-webkit-scrollbar-thumb:hover {
 background: var(--primary-blue-dark);
}

.blog-content .table-container {
 overflow-y: hidden !important;
}

.blog-content table {
 width: 100% !important;
 min-width: 700px !important;
 border-collapse: collapse !important;
 margin: 0;
 border-radius: 0;
 overflow: visible;
 box-shadow: none;
 border: none !important;
 height: auto !important;
 max-height: none !important;
}

.blog-content table th,
.blog-content table td {
 padding: 12px 16px;
 text-align: left;
 border-bottom: 1px solid #e5e7eb;
 border-right: 1px solid #e5e7eb;
 vertical-align: top;
 white-space: nowrap;
 height: auto;
}

.blog-content table th:last-child,
.blog-content table td:last-child {
 border-right: none;
}

.blog-content table th {
 background-color: #f8fafc;
 font-weight: 600;
 color: var(---text-dark);
 font-size: 14px;
 border-bottom: 2px solid #d1d5db;
}

.blog-content table td {
 color: var(---text-gray);
 line-height: 1.5;
}

.blog-content table tr:hover {
 background-color: #f9fafb;
}

.blog-content table tr:last-child td {
 border-bottom: none;
}

@media (max-width: 768px) {
 .blog-content h2 {
 font-size: 24px;
 margin-bottom: 1.2rem;
 margin-top: 2rem;
 }
 
 .blog-content h3 {
 font-size: 20px;
 margin-bottom: 1rem;
 margin-top: 1.8rem;
 }
 
 .blog-content p,
 .blog-content li {
 font-size: 16px;
 margin-bottom: 1.2rem;
 }
 
 .blog-content img {
 margin: 1.5rem auto;
 }
 
 .blog-content .table-container {
 margin: 1.5rem 0;
 }
 
 .blog-content table {
 font-size: 13px;
 }
 
 .blog-content table th,
 .blog-content table td {
 padding: 8px 12px;
 font-size: 13px;
 }
}

/* 鏂伴椈璇︽儏椤佃疆鎾牱寮?*/
.news-swiper {
 width: 100%;
}
.news-swiper-pagination {
 position: relative;
 background: #e5e7eb;
 border-radius: 10px !important;
 height: 2px !important;
 overflow: hidden;
}
.news-swiper-pagination .swiper-pagination-progressbar-fill {
 background: var(--primary-blue);
 border-radius: 10px !important;
 transition: transform 0.3s ease;
}

/* 鍏充簬鎴戜滑椤靛瓙瀵艰埅 */
.about-nav-btn {
 display: inline-flex;
 align-items: center;
 border-bottom: 3px solid transparent;
 color: #64748b;
 transition: color 0.2s ease, border-color 0.2s ease;
 cursor: pointer;
 text-decoration: none;
 white-space: nowrap;
}
.about-nav-btn .about-nav-icon {
 color: #94a3b8;
 transition: color 0.2s ease;
}
.about-nav-btn.active,
.about-nav-btn:hover {
 color: var(--primary-blue);
 border-bottom-color: var(--primary-blue);
 background-color: transparent;
}
.about-nav-btn.active .about-nav-icon,
.about-nav-btn:hover .about-nav-icon {
 color: var(--primary-blue);
}

/* About椤甸潰瀵艰埅鏍囩 - 1024 浠ヤ笅妯悜鎷栧姩 */
.about-nav-scroll {
 -webkit-overflow-scrolling: touch;
}

#about-sub-nav a.active {
 border-bottom-color: var(--primary-blue);
 color: var(--primary-blue);
 font-weight: 500;
}

/* 鍏徃瀹炲姏杞挱鍏ㄥ睆鍥剧墖鏍峰紡 */
.rd-nav-btn.active,.rd-nav-btn:hover{
 border-bottom:2px solid var(--primary-blue);
}
.rd-swiper .swiper-slide {
 overflow: hidden;
}

/* 棣栭〉妗堜緥杞挱锛氬崱鐗囬摵婊?slide锛岀暀杈硅窛閬垮厤 border 琚鍒?*/
.home-cases-swiper {
 overflow: hidden;
 padding: 1px 2px;
}

.home-cases-swiper .swiper-slide {
 height: auto;
 display: flex;
 box-sizing: border-box;
}

.home-cases-swiper .swiper-slide .case-item {
 width: 100%;
 flex: 1;
}

/* 鑽ｈ獕璧勮川 / 棣栭〉鏉垮潡杞挱鍒嗛〉锛堝渾鐐癸紝瀵归綈棣栭〉鏄庢槦浜у搧锛?*/
.home-products-pagination,
.home-cases-pagination,
.home-news-pagination,
.honor-swiper-pagination,
.other-solutions-pagination,
.product-scenarios-pagination,
.case-site-pagination {
 position: static !important;
 width: auto !important;
}
.home-products-pagination .swiper-pagination-bullet,
.home-cases-pagination .swiper-pagination-bullet,
.home-news-pagination .swiper-pagination-bullet,
.honor-swiper-pagination .swiper-pagination-bullet,
.other-solutions-pagination .swiper-pagination-bullet,
.product-scenarios-pagination .swiper-pagination-bullet,
.case-site-pagination .swiper-pagination-bullet {
 width: 8px;
 height: 8px;
 margin: 0 !important;
 background-color: #cbd5e1;
 opacity: 1;
 transition: background-color 0.3s ease, transform 0.3s ease;
}
.home-products-pagination .swiper-pagination-bullet-active,
.home-cases-pagination .swiper-pagination-bullet-active,
.home-news-pagination .swiper-pagination-bullet-active,
.honor-swiper-pagination .swiper-pagination-bullet-active,
.other-solutions-pagination .swiper-pagination-bullet-active,
.product-scenarios-pagination .swiper-pagination-bullet-active,
.case-site-pagination .swiper-pagination-bullet-active {
 background-color: var(--primary-blue);
 transform: scale(1.25);
}

/* 瑙嗛鎾斁鎸夐挳Z杞寸缉鏀惧姩鐢?*/
@keyframes playButtonScale {
 0%, 100% {
 transform: scale(1);
 }
 50% {
 transform: scale(1.15);
 }
}

#play-button {
 animation: playButtonScale 2.5s infinite ease-in-out;
}

#play-button:hover {
 animation-play-state: paused;
 transform: scale(1.15);
}

/* 浼佷笟闆嗙兢涓嬫媺鑿滃崟鏍峰紡 */
.enterprise-cluster-container {
 overflow: visible;
 position: relative;
 z-index: 99;
}

.enterprise-cluster-wrapper {
 position: relative;
 display: inline-block;
}

.enterprise-cluster-wrapper:hover .enterprise-cluster-dropdown {
 opacity: 1;
 pointer-events: auto;
}

.enterprise-cluster-wrapper:hover .enterprise-cluster-icon {
 transform: rotate(180deg);
}

.enterprise-cluster-button {
 padding: 8px 16px;
 background-color: #ffffff;
 border: 1px solid #d1d5db;
 border-radius: 8px;
 color: #374151;
 text-align: left;
 cursor: pointer;
 transition: all 0.3s ease;
}

.enterprise-cluster-text {
 font-size: 14px;
 font-weight: 500;
 display: inline-block;
}

.enterprise-cluster-icon {
 width: 16px;
 height: 16px;
 margin-left: 8px;
 color: var(--primary-blue);
 display: inline-block;
 vertical-align: middle;
 transition: transform 0.3s ease;
}

.enterprise-cluster-dropdown {
 position: absolute;
 top: 100%;
 right: 0;
 margin-top: 0;
 opacity: 0;
 pointer-events: none;
 transition: all 0.3s ease;
 z-index: 500;
 width: 248px;
}

.enterprise-cluster-menu {
 position: relative;
 background-color: #ffffff;
 border: 1px solid #e5e7eb;
 box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
 margin-top:18px;
}

.enterprise-cluster-list {
 list-style: none;
 margin: 0;
 padding: 0;
}

.enterprise-cluster-list li {
 margin-bottom: 8px;
}

.enterprise-cluster-list li:last-child {
 margin-bottom: 0;
}

.enterprise-cluster-link {
 display: block;
 padding: 8px 16px;
 font-size: 14px;
 color: #374151;
 text-decoration: none;
 transition: all 0.2s ease;
}

.enterprise-cluster-link:hover {
 background-color: var(--primary-blue);
 color: #ffffff;
}

.enterprise-cluster-arrow {
 position: absolute;
 top: 100%;
 left: 50%;
 transform: translateX(-50%);
 margin-top: -1px;
 width: 0;
 height: 0;
 border-left: 10px solid transparent;
 border-right: 10px solid transparent;
 border-top: 10px solid #cccccc;
}

.enterprise-cluster-arrow-border {
 position: absolute;
 top: 100%;
 left: 50%;
 transform: translateX(-50%);
 margin-top: -1px;
 width: 0;
 height: 0;
 border-left: 9px solid transparent;
 border-right: 9px solid transparent;
 border-top: 9px solid #e5e7eb;
}

/* 鎴栬€呬娇鐢ㄥ獟浣撴煡璇㈡娴嬮珮DPI灞忓箷 */
@media screen and (-webkit-min-device-pixel-ratio: 1.5),
 screen and (min-resolution: 144dpi) {
 .enterprise-cluster-menu {
 transform: scale(0.68);
 transform-origin: bottom right;
 }
 
.enterprise-cluster-arrow {
display:none;
}

.enterprise-cluster-arrow-border {
display:none;
}
}

/*鍏嶈矗澹版槑*/
.disclaimer-universal {
 font-size: 12px;
 color: #5c6a73;
 width: 100%;
 margin: 0 auto;
 background: #ffffff;
 border-radius: 24px;
 box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02), 0 1px 2px rgba(0, 0, 0, 0.02);
 padding: 20px;
 transition: all 0.2s ease;
 border: 1px solid #eef2f6;
}

.disclaimer-universal .disclaimer-title {
 font-weight: 900;
 letter-spacing: -0.2px;
 margin-bottom: 12px;
 padding-bottom: 10px;
 border-bottom: 1.5px solid #eef2f8;
 display: inline-block;
 width: auto;
 line-height: 1.3;
 font-size: 16px;
 color: #1a2c38;
}

.disclaimer-universal .disclaimer-text {
 line-height: 1.55;
 font-weight: 400;
 margin-bottom: 12px;
 color: #4a5b67;
}

.disclaimer-universal .disclaimer-text:last-of-type {
 margin-bottom: 0;
}

.disclaimer-universal .disclaimer-text strong,
.disclaimer-universal .disclaimer-text b {
 font-weight: 550;
 color: #1f3b44;
}

.disclaimer-universal .footer-note {
 margin-top: 14px;
 padding-top: 10px;
 border-top: 1px solid #eef2f8;
 font-size: 11px;
 color: #7f8d96;
}

.disclaimer-universal .contact-suggestion {
 margin-top: 14px;
 background: #fafdff;
 padding: 10px 14px;
 border-radius: 18px;
 border-left: 3px solid #cbdde9;
 font-size: 11px;
}

.disclaimer-universal .contact-suggestion p {
 margin: 0;
 line-height: 1.45;
 color: #3b5c6e;
}

@media (max-width: 640px) {
 .disclaimer-universal {
 padding: 1.5rem 1.2rem;
 border-radius: 20px;
 }
 .disclaimer-universal .disclaimer-title {
 font-size: 1rem;
 margin-bottom: 12px;
 }
 .disclaimer-universal .disclaimer-text {
 font-size: 10px;
 line-height: 1.5;
 margin-bottom: 12px;
 }
 .disclaimer-universal .contact-suggestion {
 padding: 0.7rem 0.9rem;
 font-size: 0.7rem;
 }
 .disclaimer-universal .footer-note {
 font-size: 9px;
 }
}

@media (prefers-color-scheme: dark) {
 .disclaimer-universal {
 background: #1a2128;
 border-color: #2c353e;
 box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
 }
 .disclaimer-universal .disclaimer-title {
 color: #e3edf5;
 border-bottom-color: #2b3a45;
 }
 .disclaimer-universal .disclaimer-text {
 color: #bdd1df;
 }
 .disclaimer-universal .disclaimer-text strong,
 .disclaimer-universal .disclaimer-text b {
 color: #eef4fa;
 }
 .disclaimer-universal .footer-note {
 border-top-color: #2c3842;
 color: #8fa3b2;
 }
 .disclaimer-universal .contact-suggestion {
 background: #1e2a32;
 border-left-color: #4f6c80;
 }
 .disclaimer-universal .contact-suggestion p {
 color: #cce2f0;
 }
}

.disclaimer-universal.disclaimer-transparent {
 background: transparent;
 box-shadow: none;
 border: 1px solid rgba(0, 0, 0, 0.08);
}

@media (prefers-color-scheme: dark) {
 .disclaimer-universal.disclaimer-transparent {
 border-color: rgba(255, 255, 255, 0.12);
 }
 .disclaimer-universal.disclaimer-transparent .disclaimer-text {
 color: #e6eff8;
 }
 .disclaimer-universal.disclaimer-transparent .disclaimer-title {
 color: #ffffffd9;
 }
}

/* ===== 鍏充簬鎴戜滑锛堟柊鐗堬級 ===== */
.about-stat-card,
.about-cert-card {
 transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
.about-stat-card:hover,
.about-cert-card:hover {
 border-color: var(--primary-blue);
 box-shadow: 0 8px 24px rgba(2, 105, 182, 0.12);
 transform: translateY(-2px);
}

.about-visual {
 position: relative;
}

.about-feature-bar {
 background: rgba(30, 64, 175, 0.92); /* 瀵瑰簲 primary-blue-dark */
 backdrop-filter: blur(4px);
}

.about-feature-icon {
 width: 2.25rem;
 height: 2.25rem;
 border-radius: 9999px;
 background: rgba(255, 255, 255, 0.12);
 color: #fff;
 display: inline-flex;
 align-items: center;
 justify-content: center;
}

@media (max-width: 1023px) {
 .about-feature-bar {
 background: var(--primary-blue);
 }
}

/* 瑙ｅ喅鏂规鍗＄墖锛氫粎 PC锛坙g+锛夋偓鍋滄椂鏂囧瓧鍖轰富棰樿摑搴曠櫧瀛?*/
@media (min-width: 1024px) {
 .solution-card__body {
 transition: background-color 0.2s ease;
 }
 .solution-card__body h3,
 .solution-card__body p,
 .solution-card__body a {
 transition: color 0.2s ease;
 }
 .solution-card:hover .solution-card__body {
 background-color: var(--primary-blue);
 }
 .solution-card:hover .solution-card__body h3,
 .solution-card:hover .solution-card__body p {
 color: #fff;
 }
 .solution-card:hover .solution-card__body a {
 color: #fff;
 }
 .solution-card:hover .solution-card__body a:hover {
 color: #dbeafe;
 }
}

/* Hero 杞挱锛氭枃瀛楅殢 slide 婊戝嚭锛屾柊 slide 灏变綅鍚庡叆鍦?*/
.hero-swiper .hero-slide-animate {
 opacity: 0;
 transform: translate3d(0, 32px, 0);
}

/* 姝ｅ湪婊戝嚭鐨?slide锛屾枃瀛椾繚鎸佹樉绀哄苟璺熼殢绉诲姩 */
.hero-swiper .swiper-slide-prev .hero-slide-animate.is-animated,
.hero-swiper .swiper-slide-next .hero-slide-animate.is-animated {
 opacity: 1;
 transform: translate3d(0, 0, 0);
 animation: none;
}

/* 褰撳墠 slide 灏变綅鍚庢挱鏀惧叆鍦哄姩鐢?*/
.hero-swiper .swiper-slide-active .hero-slide-animate.is-animated {
 animation: heroSlideFadeInUp 0.65s ease both;
}

.hero-swiper .swiper-slide-active .hero-slide-content .hero-slide-animate:nth-child(1).is-animated {
 animation-delay: 0.05s;
}

.hero-swiper .swiper-slide-active .hero-slide-content .hero-slide-animate:nth-child(2).is-animated {
 animation-delay: 0.15s;
}

.hero-swiper .swiper-slide-active .hero-slide-content .hero-slide-animate:nth-child(3).is-animated {
 animation-delay: 0.25s;
}

.hero-swiper .swiper-slide-active .hero-slide-stats.is-animated {
 animation-delay: 0.35s;
}

@keyframes heroSlideFadeInUp {
 from {
 opacity: 0;
 transform: translate3d(0, 32px, 0);
 }
 to {
 opacity: 1;
 transform: translate3d(0, 0, 0);
 }
}

/* 浜у搧璇︽儏锛氫富鍥捐疆鎾?*/
.product-detail-hero .product-hero-gallery {
 max-width: 100%;
 background-color: #fff;
}

.product-detail-gallery-wrap {
 position: relative;
 background-color: #fff;
}

.product-detail-main-swiper,
.product-detail-main-swiper .swiper-wrapper,
.product-detail-main-swiper .swiper-slide {
 background-color: #fff;
}

/* 浜у搧璇︽儏涓诲浘锛氬渾鐐规诞鍦ㄨ疆鎾浘鐗囧簳閮?*/
.product-detail-gallery-wrap .product-detail-pagination {
 position: absolute;
 left: 0;
 right: 0;
 bottom: 0.75rem;
 z-index: 20;
 display: flex;
 width: 100%;
 justify-content: center;
 gap: 0.5rem;
 margin: 0;
 pointer-events: auto;
}

.product-detail-pagination .swiper-pagination-bullet {
 width: 8px;
 height: 8px;
 margin: 0 !important;
 background-color: #cbd5e1;
 opacity: 1;
 transition: background-color 0.3s ease, transform 0.3s ease;
}

.product-detail-pagination .swiper-pagination-bullet-active {
 background-color: var(--primary-blue);
 transform: scale(1.25);
}

.product-hero-spec {
 min-height: 4.75rem;
}

.product-main-prev,
.product-main-next {
 position: absolute;
 top: 50%;
 z-index: 10;
 display: flex;
 height: 2.75rem;
 width: 2.75rem;
 transform: translateY(-50%);
 align-items: center;
 justify-content: center;
 border-radius: 9999px;
 transition: all 0.2s ease;
}

.product-main-prev {
 left: 1rem;
 border: none;
 background: var(--primary-blue);
 color: #fff;
 box-shadow: 0 4px 14px rgba(2, 105, 182, 0.28);
}

.product-main-prev:hover {
 background: var(--primary-blue-dark);
 color: #fff;
}

.product-main-next {
 right: 1rem;
 border: 1px solid #d1d5db;
 background: #fff;
 color: #9ca3af;
 box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
}

.product-main-next:hover {
 border-color: var(--primary-blue);
 color: var(--primary-blue);
 background: #fff;
}

/* 浜у搧璇︽儏锛氭妧鏈弬鏁版鏂囨牱寮忥紙鍏煎缂栬緫鍣ㄨ〃鏍硷級 */
.product-spec-content {
 color: #334155;
}

.product-spec-content table {
 width: 100%;
 min-width: 640px;
 border-collapse: collapse;
 border: 1px solid #e2e8f0;
 background: #fff;
 font-size: 1em;
 line-height: 1.6;
}

.product-spec-content table td,
.product-spec-content table th {
 border: 1px solid #e2e8f0;
 padding: 0.875rem 1.25rem;
 vertical-align: middle;
 font-weight: 400;
 background: #fff;
 color: inherit;
}

@media (min-width: 1280px) {
 .product-spec-content table td,
 .product-spec-content table th {
  padding: 1rem 1.5rem;
 }
}

.product-spec-content p {
 margin: 0.75rem 0;
 color: #475569;
 line-height: 1.9;
}

/* 妗岄潰瀵艰埅锛歛ctive 涓嬪垝绾块鑹查殢婊氬姩 / 鎮仠鐘舵€佸垏鎹?*/
@media (min-width: 768px) {
 .site-nav .nav-submenu-trigger::after,
 .site-nav .nav-top-link::after {
  background-color: var(--primary-blue);
 }

 /* Hero 椤堕儴閫忔槑瀵艰埅锛氫笅鍒掔嚎涓?active 鏂囧瓧涓虹櫧鑹诧紙鏈粴鍔ㄤ笖鏈偓鍋滐級 */
 .site-nav:not(.is-scrolled):not(.is-nav-hover) .nav-submenu-trigger::after,
 .site-nav:not(.is-scrolled):not(.is-nav-hover) .nav-top-link::after {
  background-color: #fff;
 }

 .site-nav:not(.is-scrolled):not(.is-nav-hover) .nav-submenu-trigger.active,
 .site-nav:not(.is-scrolled):not(.is-nav-hover) .nav-top-link.active {
  color: #fff !important;
 }

 /* 婊氬姩鍚?/ 鎮仠鏃剁櫧搴曞鑸細鏂囧瓧銆佷笅鍒掔嚎銆丩ogo 绛夋仮澶嶅父瑙勬牱寮?*/
 .site-nav.is-scrolled .nav-submenu-trigger::after,
 .site-nav.is-scrolled .nav-top-link::after,
 .site-nav.is-nav-hover .nav-submenu-trigger::after,
 .site-nav.is-nav-hover .nav-top-link::after,
 .site-nav.is-scrolled .nav-submenu-trigger.active::after,
 .site-nav.is-scrolled .nav-top-link.active::after,
 .site-nav.is-nav-hover .nav-submenu-trigger.active::after,
 .site-nav.is-nav-hover .nav-top-link.active::after {
  background-color: var(--primary-blue) !important;
 }

 .site-nav.is-scrolled .nav-submenu-trigger.active,
 .site-nav.is-scrolled .nav-top-link.active,
 .site-nav.is-nav-hover .nav-submenu-trigger.active,
 .site-nav.is-nav-hover .nav-top-link.active {
  color: var(--primary-blue) !important;
 }

 .site-nav.is-nav-hover:not(.is-scrolled) .nav-submenu-trigger,
 .site-nav.is-nav-hover:not(.is-scrolled) .nav-top-link {
  color: var(--primary-gray) !important;
 }

 .site-nav.is-nav-hover:not(.is-scrolled) .nav-submenu-trigger:hover,
 .site-nav.is-nav-hover:not(.is-scrolled) .nav-top-link:hover {
  color: var(--primary-blue) !important;
 }

 .site-nav.is-nav-hover:not(.is-scrolled) .nav-logo img {
  filter: none !important;
 }

 .site-nav.is-nav-hover:not(.is-scrolled) .nav-lang-btn svg {
  color: var(--primary-blue) !important;
 }

 .site-nav.is-nav-hover:not(.is-scrolled) .nav-cluster-btn {
  border-color: #d1d5db !important;
  background-color: #fff !important;
  color: #374151 !important;
 }

 .site-nav.is-nav-hover:not(.is-scrolled) .nav-cluster-arrow {
  color: var(--primary-blue) !important;
 }
}

/* 鏂伴椈褰掓。锛氬垎绫?Tab 绛涢€夛紙鐧藉簳 + 钃濊壊涓嬪垝绾?active锛?*/
.news-filter-nav {
 display: flex;
 flex-wrap: nowrap;
 align-items: stretch;
 gap: 0;
}

@media (min-width: 1024px) {
 .news-filter-nav {
  flex-wrap: wrap;
 }
}

.news-filter-link {
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: stretch;
 align-self: stretch;
 box-sizing: border-box;
 border: 0;
 background: transparent;
 text-decoration: none;
}

.news-filter-link-label {
 position: relative;
 display: flex;
 flex: 1 1 auto;
 align-items: center;
 justify-content: center;
 align-self: center;
 width: max-content;
 min-height: 100%;
}

.news-filter-link-label::after {
 content: '';
 position: absolute;
 left: 0;
 right: 0;
 bottom: 0;
 height: 2px;
 background-color: transparent;
 transition: background-color 0.2s ease;
}

.news-filter-link:hover {
 color: var(--primary-blue);
}

.news-filter-link.active,
.news-filter-link.active:hover {
 color: var(--primary-blue);
 font-weight: 500;
}

.news-filter-link.active .news-filter-link-label::after {
 background-color: var(--primary-blue);
}

/* 閫氱敤鍒嗛〉鏍峰紡锛堟柊闂?妗堜緥/浜у搧褰掓。锛?*/
.navigation.pagination {
 display: flex;
 justify-content: center;
}

.navigation.pagination .nav-links {
 display: flex;
 flex-wrap: wrap;
 align-items: center;
 justify-content: center;
 gap: 0.75rem;
}

.navigation.pagination .page-numbers {
 display: inline-flex;
 align-items: center;
 justify-content: center;
 min-width: 2.25rem;
 height: 2.25rem;
 padding: 0 1rem;
 border: 1px solid #e2e8f0;
 border-radius: 0;
 background: #fff;
 color: #64748b;
 font-size: 0.875rem;
 line-height: 1;
 text-decoration: none;
 transition: all 0.2s ease;
}

.navigation.pagination .page-numbers.prev,
.navigation.pagination .page-numbers.next {
 min-width: auto;
 white-space: nowrap;
 padding: 0 2rem;
}

.navigation.pagination a.page-numbers:hover {
 border-color: var(--primary-blue);
 color: var(--primary-blue);
}

.navigation.pagination .page-numbers.current,
.navigation.pagination span.page-numbers.current {
 border-color: var(--primary-blue);
 background: var(--primary-blue);
 color: #fff;
 font-weight: 600;
}

/* paginate_links plain 妯″紡涓嬬殑鍒楄〃鍏滃簳锛堥伩鍏嶇粨鏋勫彉鍖栧鑷存牱寮忎涪澶憋級 */
.navigation.pagination .nav-links ul.page-numbers {
 display: flex;
 flex-wrap: wrap;
 align-items: center;
 justify-content: center;
 gap: 0.75rem;
 margin: 0;
 padding: 0;
 list-style: none;
}

.navigation.pagination .nav-links ul.page-numbers li {
 margin: 0;
 padding: 0;
 list-style: none;
}

/* 鏂伴椈璇︽儏锛氬彸渚х浉鍏虫枃绔狅紙瀵归綈 xinwen-7.html锛岀暐澧炵暀鐧介伩鍏嶈繃鎸わ級 */
.news-related-sidebar__list {
 margin: 0;
 padding: 0;
 list-style: none;
}

.news-related-sidebar__item {
 align-items: flex-start;
 text-decoration: none;
}

.news-related-sidebar__title-text {
 display: -webkit-box;
 overflow: hidden;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 2;
 line-clamp: 2;
 word-break: break-word;
}

/* 鏂伴椈璇︽儏锛氫笂涓€绡?/ 涓嬩竴绡?*/
.news-post-nav__title {
 display: -webkit-box;
 overflow: hidden;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 2;
 line-clamp: 2;
 word-break: break-word;
}




.blog-content figure{margin-left:auto;margin-right:auto;text-align:center;max-width: 100%;}

/* 鏂伴椈璇︽儏锛氶槻姝㈢Щ鍔ㄧ妯悜婧㈠嚭 */
.blog-content {
 max-width: 100%;
 overflow-x: hidden;
 overflow-wrap: break-word;
 word-break: break-word;
}

.blog-content iframe,
.blog-content embed,
.blog-content video,
.blog-content object {
 max-width: 100%;
}

.blog-content pre {
 max-width: 100%;
 overflow-x: auto;
 white-space: pre-wrap;
 word-break: break-all;
}

.blog-content .table-container {
 max-width: 100%;
}

@media (max-width: 767px) {
 .blog-content table {
  min-width: 0 !important;
  width: 100% !important;
  table-layout: fixed;
 }

 .blog-content .table-container table {
  min-width: 560px !important;
  width: auto !important;
  table-layout: auto;
 }

 .blog-content table th,
 .blog-content table td {
  white-space: normal !important;
  word-break: break-word;
 }

 .blog-content .table-container table th,
 .blog-content .table-container table td {
  white-space: nowrap !important;
 }
}

.hero-overlay {
  background: linear-gradient(
    90deg,
    rgba(0, 30, 55, 0.62) 0%,
    rgba(0, 48, 85, 0.46) 22%,
    rgba(2, 105, 182, 0.20) 40%,
    rgba(2, 105, 182, 0.06) 52%,
    transparent 64%
  );
}
