/* ============================================================
   天津环球磁卡科技有限公司 - 官网样式（增强版）
   主色 #0273D3 · 深蓝 #0A2540 · 浅灰 #F5F7FA
============================================================ */
:root {
	--primary: #0273D3;
	--primary-deep: #025DB0;
	--navy: #0A2540;
	--navy-2: #0E3460;
	--ink: #16233B;
	--text: #5A6B84;
	--muted: #8B9BB4;
	--line: #E6EDF5;
	--gray: #F5F7FA;
	--white: #fff;
	--radius: 0.5rem;
	--radius-lg: 1rem;
	--shadow: 0 24px 60px rgba(10, 37, 64, .14);
	--shadow-sm: 0 6px 20px rgba(10, 37, 64, .07);
	--t: .4s cubic-bezier(.22, 1, .36, 1);
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}

html {
	scroll-behavior: smooth;
	overflow-x: hidden
}

body {
	font-family: 'PingFang SC', 'Microsoft YaHei', 'Helvetica Neue', 'Arial', -apple-system, sans-serif;
	color: var(--text);
	font-size: 1rem;
	line-height: 1.75;
	background: var(--white);
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

img {
	max-width: 100%;
	display: block
}

a {
	text-decoration: none;
	color: inherit;
	transition: color .25s ease
}

ul {
	list-style: none
}

button {
	font-family: inherit;
	cursor: pointer;
	border: none;
	background: none
}

strong {
	color: var(--ink)
}

/* ---------- 布局 ---------- */
.container {
	max-width: 72.5rem;
	margin: 0 auto;
	padding: 0 1.5rem
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -0.9375rem
}

.row>[class*="col-"] {
	padding: 0 0.9375rem
}

.col-1 {
	flex: 0 0 8.3333%;
	max-width: 8.3333%
}

.col-2 {
	flex: 0 0 16.6666%;
	max-width: 16.6666%
}

.col-3 {
	flex: 0 0 25%;
	max-width: 25%
}

.col-4 {
	flex: 0 0 33.3333%;
	max-width: 33.3333%
}

.col-5 {
	flex: 0 0 41.6666%;
	max-width: 41.6666%
}

.col-6 {
	flex: 0 0 50%;
	max-width: 50%
}

.col-7 {
	flex: 0 0 58.3333%;
	max-width: 58.3333%
}

.col-8 {
	flex: 0 0 66.6666%;
	max-width: 66.6666%
}

.col-9 {
	flex: 0 0 75%;
	max-width: 75%
}

.col-10 {
	flex: 0 0 83.3333%;
	max-width: 83.3333%
}

.col-12 {
	flex: 0 0 100%;
	max-width: 100%
}

.d-flex {
	display: flex
}

.align-items-center {
	align-items: center
}

.justify-content-center {
	justify-content: center
}

.justify-content-between {
	justify-content: space-between
}

.text-center {
	text-align: center
}

.position-relative {
	position: relative
}

.overflow-hidden {
	overflow: hidden
}

/* ---------- 滚动进度条 ---------- */
.page-progress {
	position: fixed;
	top: 0;
	left: 0;
	height: 0.1875rem;
	width: 0;
	background: linear-gradient(90deg, var(--primary), #4FA8FF);
	z-index: 3000;
	box-shadow: 0 0 12px rgba(2, 115, 211, .5)
}

/* ---------- Section ---------- */
.section {
	padding: 6.5rem 0;
	position: relative;
	overflow-x: clip
}

.section--gray {
	background: var(--gray)
}

.section--blue {
	background: #EAF2FB
}

.section--dark {
	background: var(--navy);
	color: #B8C6D8
}

.sec-head {
	margin-bottom: 3.5rem;
	max-width: 40rem
}

.sec-head.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center
}

.sec-head .eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.9375rem;
	font-weight: 600;
	letter-spacing: 3px;
	color: var(--primary);
	text-transform: uppercase;
	margin-bottom: 1rem
}

.sec-head .eyebrow::before {
	content: "";
	width: 1.75rem;
	height: 0.125rem;
	background: var(--primary)
}

.sec-head.center .eyebrow::after {
	content: "";
	width: 1.75rem;
	height: 0.125rem;
	background: var(--primary)
}

.sec-head h2 {
	font-size: 2.5rem;
	font-weight: 800;
	color: var(--ink);
	line-height: 1.22;
	letter-spacing: .5px
}

.sec-head p {
	margin-top: 1.125rem;
	font-size: 1rem;
	color: var(--text);
	line-height: 1.9
}

.section--dark .sec-head .eyebrow {
	color: #7FC4FF
}

.section--dark .sec-head .eyebrow::before,
.section--dark .sec-head .eyebrow::after {
	background: #7FC4FF
}

.section--dark .sec-head h2 {
	color: #fff
}

.section--dark .sec-head p {
	color: #9DB1C8
}

/* ---------- 装饰光晕 ---------- */
.deco-glow {
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
	filter: blur(70px);
	z-index: 0
}

.deco-glow--blue {
	background: rgba(2, 115, 211, .18)
}

.deco-glow--light {
	background: rgba(79, 168, 255, .14)
}

/* ---------- 按钮 ---------- */
.btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.875rem 2rem;
	font-size: 0.9375rem;
	font-weight: 600;
	border-radius: var(--radius);
	transition: var(--t);
	line-height: 1.4;
	border: 1px solid transparent;
	overflow: hidden
}

.btn svg {
	width: 1rem;
	height: 1rem;
	stroke: currentColor;
	stroke-width: 2;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
	transition: transform .3s ease
}

.btn:hover svg {
	transform: translateX(4px)
}

.btn--primary {
	background: var(--primary);
	color: #fff;
	box-shadow: 0 10px 28px rgba(2, 115, 211, .3)
}

.btn--primary:hover {
	background: var(--primary-deep);
	transform: translateY(-3px);
	box-shadow: 0 16px 36px rgba(2, 115, 211, .4)
}

.btn--ghost {
	border-color: var(--line);
	color: var(--ink);
	background: #fff
}

.btn--ghost:hover {
	border-color: var(--primary);
	color: var(--primary);
	transform: translateY(-3px)
}

.btn--white {
	background: #fff;
	color: var(--primary);
	box-shadow: 0 10px 28px rgba(0, 0, 0, .15)
}

.btn--white:hover {
	transform: translateY(-3px);
	box-shadow: 0 16px 36px rgba(0, 0, 0, .2)
}

.btn--sm {
	padding: 0.625rem 1.25rem;
	font-size: 0.875rem
}

.btn--lg {
	padding: 1rem 2.5rem;
	font-size: 1rem
}

.btn--outline-white {
	border-color: rgba(255, 255, 255, .45);
	color: #fff;
	background: transparent
}

.btn--outline-white:hover {
	background: #fff;
	color: var(--primary);
	border-color: #fff;
	transform: translateY(-3px)
}

/* 描边按钮禁用扫光，避免 hover 时上边框被裁剪 */
.btn--ghost::before,
.btn--outline-white::before {
	display: none
}

/* ---------- Preloader ---------- */
#preloader {
	position: fixed;
	inset: 0;
	z-index: 99999;
	background: var(--navy);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1.375rem;
	transition: opacity .6s ease
}

#preloader.hidden {
	opacity: 0;
	pointer-events: none
}

#preloader .loader-logo {
	height: 4.75rem;
	width: auto;
	filter: brightness(0) invert(1);
	animation: logoIn .9s cubic-bezier(.22, 1, .36, 1) both, pulseLogo 1.8s ease 1.1s infinite
}

@keyframes logoIn {
	from {
		opacity: 0;
		transform: scale(.72)
	}

	to {
		opacity: 1;
		transform: scale(1)
	}
}

@keyframes pulseLogo {

	0%,
	100% {
		opacity: 1;
		transform: scale(1)
	}

	50% {
		opacity: .82;
		transform: scale(.96)
	}
}

/* ---------- Header ---------- */
.site-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	transition: background .4s ease, box-shadow .4s ease, backdrop-filter .4s ease;
	background: linear-gradient(180deg, rgba(10, 37, 64, .6), transparent)
}

.site-header .container {
	max-width: 100%;
	padding: 0 6vw
}

.site-header.sticky {
	background: rgba(255, 255, 255, .96);
	box-shadow: 0 4px 30px rgba(10, 37, 64, .1);
	backdrop-filter: blur(12px)
}

.site-header .header-inner {
	display: flex;
	align-items: center;
	min-height: 4.875rem
}

.logo {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin-right: auto
}

.logo img {
	height: 2.625rem;
	width: auto;
	filter: brightness(0) invert(1);
	transition: none
}

.site-header.sticky .logo img {
	filter: brightness(0) invert(.38) sepia(1) saturate(23) hue-rotate(189.5deg) brightness(.83)
}

.logo .logo-name {
	font-size: 1.1875rem;
	font-weight: 700;
	color: #fff;
	letter-spacing: 1px;
	white-space: nowrap;
	transition: color .4s ease
}

.site-header.sticky .logo .logo-name {
	color: var(--ink)
}

.site-nav ul {
	display: flex;
	align-items: center
}

.site-nav ul li {
	position: relative
}

.site-nav ul li>a {
	position: relative;
	display: flex;
	align-items: center;
	gap: 0.375rem;
	padding: 1.75rem 1.25rem;
	font-size: 1rem;
	font-weight: 500;
	color: #fff;
	letter-spacing: .5px;
	transition: color .3s ease
}

.site-header.sticky .site-nav ul li>a {
	color: var(--ink)
}

.site-nav ul li>a .caret {
	width: 0.5rem;
	height: 0.5rem;
	border-right: 0.125rem solid currentColor;
	border-bottom: 0.125rem solid currentColor;
	transform: rotate(45deg);
	transition: transform .3s ease
}

.site-nav ul li:hover>a .caret {
	transform: rotate(225deg)
}

.site-nav ul li>a::after {
	content: "";
	position: absolute;
	left: 1.25rem;
	right: 1.25rem;
	bottom: 1rem;
	height: 0.125rem;
	background: #fff;
	border-radius: 0.125rem;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .35s ease
}

.site-nav ul li>a:hover::after,
.site-nav ul li>a.active::after {
	transform: scaleX(1)
}

.site-nav ul li>a:hover,
.site-nav ul li>a.active {
	color: #fff
}

.site-header.sticky .site-nav ul li>a::after {
	background: var(--primary)
}

.site-header.sticky .site-nav ul li>a:hover,
.site-header.sticky .site-nav ul li>a.active {
	color: var(--primary)
}

.dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 13.125rem;
	padding: 0.75rem 0;
	background: #fff;
	border-radius: 0.75rem;
	box-shadow: 0 24px 60px rgba(10, 37, 64, .18);
	opacity: 0;
	visibility: hidden;
	transform: translateY(16px);
	transition: var(--t)
}

.site-nav ul li:hover>.dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateY(0)
}

.dropdown li a {
	display: block;
	padding: 0.6875rem 1.625rem;
	font-size: 0.9375rem;
	color: var(--ink)
}

.dropdown li a:hover {
	color: var(--primary);
	background: var(--gray)
}

.dropdown li a.active {
	color: var(--primary)
}

/* ---------- Mega 下拉菜单（产品中心） ---------- */
.site-nav {
	position: relative
}

.site-nav ul li>.dropdown.mega {
	position: absolute;
	top: 100%;
	left: 50%;
	width: min(960px, calc(100vw - 48px));
	padding: 1.625rem;
	background: #fff;
	border-radius: 1.125rem;
	box-shadow: 0 50px 90px rgba(10, 37, 64, .24);
	opacity: 0;
	visibility: hidden;
	transform: translateX(-50%) translateY(22px);
	transition: transform .5s cubic-bezier(.22, 1, .36, 1), opacity .4s ease, visibility .4s ease
}

.site-nav ul li:hover>.dropdown.mega {
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) translateY(10px)
}

.site-nav ul li>.dropdown.mega::before {
	content: "";
	position: absolute;
	top: -0.375rem;
	left: var(--arrow-x, 50%);
	width: 0.875rem;
	height: 0.875rem;
	margin-left: -0.4375rem;
	background: #fff;
	transform: rotate(45deg);
	border-radius: 0.1875rem
}

.mega-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 1.125rem;
	border-bottom: 1px solid var(--line);
	margin-bottom: 1.375rem
}

.mega-title {
	font-size: 1.25rem;
	font-weight: 800;
	color: var(--ink);
	display: inline-flex;
	align-items: baseline;
	gap: 0.75rem
}

.mega-title em {
	font-style: normal;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 2px;
	color: var(--muted)
}

.mega-head>a {
	display: inline-flex;
	align-items: center;
	gap: 0.3125rem;
	font-size: 0.9375rem;
	font-weight: 600;
	color: var(--primary)
}

.mega-head>a svg {
	width: 0.8125rem;
	height: 0.8125rem;
	stroke: currentColor;
	stroke-width: 2;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round
}

.mega-grid {
	display: flex;
	gap: 0.875rem
}

.mega-grid .mega-card {
	flex: 1;
	min-width: 0
}

.mega-card {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	padding: 1.125rem;
	border: 1px solid var(--line);
	border-radius: 0.875rem;
	overflow: hidden;
	transition: var(--t);
	background: #fff
}

.mega-card::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0.1875rem;
	background: linear-gradient(90deg, var(--primary), #4FA8FF);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .45s ease
}

.mega-card:hover::before {
	transform: scaleX(1)
}

.mega-card:hover {
	transform: translateY(-5px);
	box-shadow: var(--shadow);
	border-color: transparent
}

.mega-card .thumb {
	height: 9.375rem;
	border-radius: 0.625rem;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #fff;
	border: 1px solid var(--line);
	transition: var(--t)
}

.mega-card:hover .thumb {
	border-color: rgba(2, 115, 211, .3)
}

.mega-card .m-name {
	display: block;
	font-size: 1rem;
	font-weight: 700;
	color: var(--ink)
}

.mega-card .m-desc {
	display: block;
	font-size: 0.9375rem;
	color: var(--text);
	line-height: 1.7;
	margin-top: 0.1875rem
}

.mega-card .m-go {
	display: inline-flex;
	align-items: center;
	gap: 0.3125rem;
	font-size: 0.9375rem;
	font-weight: 600;
	color: var(--primary);
	margin-top: auto
}

.mega-card .m-go svg {
	width: 0.8125rem;
	height: 0.8125rem;
	stroke: currentColor;
	stroke-width: 2;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
	transition: transform .3s ease
}

.mega-card:hover .m-go svg {
	transform: translateX(4px)
}

.mega-card .corner {
	position: absolute;
	right: 0.875rem;
	top: 0.75rem;
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 1px;
	color: var(--muted)
}

.mega-card:hover .corner {
	color: var(--primary)
}

.mega-foot {
	margin-top: 1.375rem;
	padding-top: 1.125rem;
	border-top: 1px solid var(--line);
	display: flex;
	align-items: center;
	justify-content: space-between
}

.mega-foot p {
	font-size: 0.9375rem;
	color: var(--muted)
}

.mega-foot a {
	display: inline-flex;
	align-items: center;
	gap: 0.3125rem;
	font-size: 0.875rem;
	font-weight: 600;
	color: var(--primary)
}

.mega-foot a svg {
	width: 0.8125rem;
	height: 0.8125rem;
	stroke: currentColor;
	stroke-width: 2;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round
}

.mega-card {
	animation: megaIn .55s cubic-bezier(.22, 1, .36, 1) both
}

.mega-grid .mega-card:nth-child(1) {
	animation-delay: .08s
}

.mega-grid .mega-card:nth-child(2) {
	animation-delay: .16s
}

.mega-grid .mega-card:nth-child(3) {
	animation-delay: .24s
}

@keyframes megaIn {
	from {
		opacity: 0;
		transform: translateY(16px) scale(.96)
	}

	to {
		opacity: 1;
		transform: none
	}
}

@media (max-width: 82.5rem) {
	.site-nav ul li>.dropdown.mega {
		width: min(960px, calc(100vw - 56px));
		padding: 1.5rem
	}

	.mega-grid {
		gap: 0.75rem
	}

	.mega-card {
		padding: 0.875rem
	}

	.mega-card .thumb {
		height: 5.25rem
	}

	.mega-card .m-name {
		font-size: 0.9375rem
	}

	.mega-card .m-desc {
		font-size: 0.875rem
	}
}

.mobile-toggle {
	display: none;
	width: 2.625rem;
	height: 2.625rem;
	flex-direction: column;
	justify-content: center;
	gap: 0.3125rem;
	align-items: center
}

.mobile-toggle span {
	width: 1.375rem;
	height: 0.125rem;
	background: #fff;
	border-radius: 0.125rem;
	transition: var(--t)
}

.site-header.sticky .mobile-toggle span {
	background: var(--ink)
}

/* 抽屉 */
.drawer {
	position: fixed;
	top: 0;
	right: -20rem;
	width: 18.75rem;
	height: 100%;
	background: #fff;
	z-index: 2000;
	box-shadow: -20px 0 60px rgba(10, 37, 64, .2);
	transition: right .5s cubic-bezier(.22, 1, .36, 1);
	padding: 5rem 1.75rem 1.875rem;
	overflow-y: auto
}

.drawer.open {
	right: 0
}

.drawer .drawer-close {
	position: absolute;
	top: 1.25rem;
	right: 1.375rem;
	width: 2.25rem;
	height: 2.25rem;
	border-radius: 50%;
	background: var(--gray);
	color: var(--ink);
	display: flex;
	align-items: center;
	justify-content: center
}

.drawer ul li a {
	display: block;
	padding: 0.875rem 0.25rem;
	font-size: 1.0625rem;
	font-weight: 600;
	color: var(--ink);
	border-bottom: 1px solid var(--line)
}

.drawer ul li a:hover {
	color: var(--primary)
}

.drawer ul li ul {
	padding-left: 1rem
}

.drawer ul li ul a {
	font-size: 0.9375rem;
	font-weight: 400;
	color: var(--text)
}

.drawer-mask {
	position: fixed;
	inset: 0;
	background: rgba(10, 37, 64, .55);
	z-index: 1900;
	opacity: 0;
	visibility: hidden;
	transition: var(--t)
}

.drawer-mask.show {
	opacity: 1;
	visibility: visible
}

/* ---------- Hero（Swiper 轮播） ---------- */
.hero {
	position: relative;
	min-height: 100vh;
	display: flex;
	align-items: center;
	overflow: hidden;
	background: var(--navy)
}

.hero-swiper {
	position: absolute;
	inset: 0;
	z-index: 0
}

.hero-swiper .swiper-wrapper,
.hero-swiper .swiper-slide {
	height: 100%
}

.hero-swiper .swiper-slide {
	display: flex;
	align-items: flex-end;
	overflow: hidden
}

.hero-bg {
	position: absolute;
	inset: -6% 0;
	background-size: cover;
	background-position: center;
	animation: kenburns 22s ease-in-out infinite alternate
}

@keyframes kenburns {
	0% {
		transform: scale(1)
	}

	100% {
		transform: scale(1.15)
	}
}

.hero-swiper .container {
	position: relative;
	z-index: 2;
	max-width: 100%;
	margin: 0;
	padding: 0 6vw
}

.hero-inner {
	width: 100%;
	padding: 9.375rem 0 10.625rem
}

.hero-main {
	max-width: 53.75rem
}

.hero-cta {
	display: flex;
	gap: 0.75rem;
	margin-top: 1.25rem;
	position: relative;
	z-index: 5
}

.hero-cta .btn {
	gap: 0.75rem
}

.hero-cta .btn--white:hover {
	background: #E8F2FC;
	box-shadow: 0 18px 40px rgba(0, 0, 0, .28)
}

.hero-cta .btn--primary:hover {
	background: var(--primary-deep);
	box-shadow: 0 18px 44px rgba(2, 115, 211, .5)
}

.hero h1 {
	font-size: clamp(38px, 5.4vw, 64px);
	font-weight: 800;
	color: #fff;
	line-height: 1.18;
	letter-spacing: 1px;
	max-width: 53.75rem;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .4), 0 6px 24px rgba(0, 0, 0, .45)
}

.hero h1 .grad {
	font-style: normal;
	color: #fff
}

.hero-swiper .lead {
	margin-top: 1.25rem;
	font-size: 1rem;
	line-height: 1.7;
	color: #EAF1FA;
	max-width: 40rem;
	display: inline-block;
	padding: 0.625rem 1.125rem;
	border-radius: 0.625rem;
	background: rgba(10, 37, 64, .32);
	border: 1px solid rgba(255, 255, 255, .14);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px)
}

/* 文字错峰上浮入场 / 上滑淡出（仿大厂官网，JS 控制进出时机） */
.hero-swiper .hero-main>* {
	opacity: 0;
	transform: translateY(48px);
	transition: opacity .7s ease, transform .8s cubic-bezier(.22, 1, .36, 1)
}

.hero-swiper .hero-main>*.hero-in {
	opacity: 1;
	transform: none
}

.hero-swiper .hero-main>*.hero-in:nth-child(2) {
	transition-delay: .18s
}

.hero-swiper .hero-main>*.hero-in:nth-child(3) {
	transition-delay: .36s
}

.hero-swiper .hero-main>*.hero-in:nth-child(4) {
	transition-delay: .54s
}

.hero-swiper .hero-main>*.hero-leave {
	opacity: 0;
	transform: translateY(-36px)
}

.hero-swiper .hero-main>*.hero-leave:nth-child(2) {
	transition-delay: .05s
}

.hero-swiper .hero-main>*.hero-leave:nth-child(3) {
	transition-delay: .1s
}

.hero-swiper .hero-main>*.hero-leave:nth-child(4) {
	transition-delay: .15s
}

/* 指示点 */
/* 底部横线分页（可点击切换） */
.hero-swiper .swiper-pagination {
	right: auto;
	left: 50%;
	bottom: 6rem;
	top: auto;
	transform: translateX(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.5rem;
	z-index: 5;
	width: auto
}

.hero-swiper .swiper-pagination-bullet {
	width: 1.375rem;
	height: 0.1875rem;
	border-radius: 0.1875rem;
	background: rgba(255, 255, 255, .4);
	opacity: 1;
	margin: 0;
	transition: width .3s ease, background .3s ease
}

.hero-swiper .swiper-pagination-bullet-active {
	width: 2.625rem;
	background: #fff
}

/* 左右箭头（右下角，同一行紧挨） */
.hero-nav {
	position: absolute;
	right: 4rem;
	bottom: 5.5rem;
	z-index: 30;
	display: flex;
	align-items: center;
	gap: 0.375rem
}

.hero-nav .swiper-button-next,
.hero-nav .swiper-button-prev {
	position: static;
	top: auto;
	bottom: auto;
	transform: none;
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 50%;
	background: rgba(10, 37, 64, .22);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	border: 1px solid rgba(255, 255, 255, .2);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 30;
	transition: background .3s, border-color .3s, transform .3s
}

.hero-swiper .swiper-button-next::after,
.hero-swiper .swiper-button-prev::after {
	content: "";
	display: none
}

.hero-swiper .swiper-button-next svg,
.hero-swiper .swiper-button-prev svg {
	width: 1.125rem;
	height: 1.125rem;
	fill: none;
	stroke: rgba(255, 255, 255, .85);
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	pointer-events: none;
	transition: stroke .3s
}

.hero-swiper .swiper-button-prev:hover,
.hero-swiper .swiper-button-next:hover {
	background: rgba(2, 115, 211, .9);
	border-color: rgba(2, 115, 211, .9);
	transform: translateY(-2px)
}

.hero-swiper .swiper-button-next:hover svg,
.hero-swiper .swiper-button-prev:hover svg {
	stroke: #fff
}

.hero-nav .swiper-button-prev,
.hero-nav .swiper-button-next {
	margin: 0
}

.hero-meta {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	background: rgba(7, 28, 48, .52);
	border-top: 0.0625rem solid rgba(255, 255, 255, .1);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px)
}

.hero-meta .row {
	display: flex;
	margin: 0
}

.hero-meta .cell {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.875rem;
	padding: 0.9375rem 0.625rem;
	border-right: 0.0625rem solid rgba(255, 255, 255, .08)
}

.hero-meta .cell:last-child {
	border-right: none
}

.hero-meta .cell svg {
	width: 1.625rem;
	height: 1.625rem;
	fill: none;
	stroke: #9FD3FF;
	stroke-width: 1.6;
	stroke-linecap: round;
	stroke-linejoin: round;
	flex: none
}

.hero-meta .meta-txt {
	text-align: left;
	min-width: 0
}

.hero-meta .cell b {
	display: block;
	font-size: 1.625rem;
	font-weight: 800;
	color: #fff;
	letter-spacing: .5px;
	line-height: 1
}

.hero-meta .cell b i {
	font-style: normal;
	color: #9FD3FF;
	font-size: 1rem
}

.hero-meta .meta-txt>span {
	display: block;
	margin-top: 0.3125rem;
	font-size: 0.875rem;
	color: #9FB3C9;
	letter-spacing: 1px
}

/* ---------- 数据带（深蓝背景） ---------- */
.band {
	position: relative;
	background: var(--navy);
	overflow: hidden
}

.band .deco-grid {
	position: absolute;
	inset: 0;
	opacity: .5;
	background-image: linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
	background-size: 72px 72px
}

.band .deco-orb {
	position: absolute;
	border-radius: 50%;
	filter: blur(80px)
}

.band .row {
	display: flex;
	position: relative;
	z-index: 2;
	margin: 0
}

.band-item {
	flex: 1;
	text-align: center;
	padding: 4rem 1rem;
	border-right: 0.0625rem solid rgba(255, 255, 255, .08);
	position: relative
}

.band-item:last-child {
	border-right: none
}

.band-item::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 2.75rem;
	width: 2.125rem;
	height: 0.125rem;
	background: var(--primary);
	transform: translateX(-50%) scaleX(0);
	transition: transform .5s ease
}

.band-item:hover::before {
	transform: translateX(-50%) scaleX(1)
}

.band-item .num {
	font-size: 3.25rem;
	font-weight: 800;
	color: #fff;
	line-height: 1;
	letter-spacing: -1px
}

.band-item .num i {
	font-style: normal;
	font-size: 1.25rem;
	color: #7FC4FF
}

.band-item .lbl {
	margin-top: 0.75rem;
	font-size: 0.875rem;
	color: #8FA6BF;
	letter-spacing: 2px
}

/* ---------- 业务卡片（带图） ---------- */
.biz-card {
	position: relative;
	height: 100%;
	min-height: 21.25rem;
	border-radius: var(--radius-lg);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 2.125rem 1.875rem;
	color: #fff;
	transition: var(--t)
}

.biz-card .bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	transition: transform .9s cubic-bezier(.22, 1, .36, 1);
	border-radius: var(--radius-lg)
}

.biz-card:hover .bg {
	transform: scale(1.09)
}

.biz-card .veil {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(10, 37, 64, .15), rgba(10, 37, 64, .88));
	transition: background .4s ease;
	border-radius: var(--radius-lg)
}

.biz-card:hover .veil {
	background: linear-gradient(180deg, rgba(2, 115, 211, .35), rgba(10, 37, 64, .92))
}

.biz-card .content {
	position: relative;
	z-index: 2;
	transform: translateY(14px);
	transition: transform .5s cubic-bezier(.22, 1, .36, 1)
}

.biz-card:hover .content {
	transform: none
}

.biz-card .icon {
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 0.875rem;
	background: rgba(255, 255, 255, .16);
	backdrop-filter: blur(6px);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1.375rem;
	transition: var(--t)
}

.biz-card:hover .icon {
	background: var(--primary)
}

.biz-card .icon svg {
	width: 1.625rem;
	height: 1.625rem;
	stroke: #fff;
	stroke-width: 1.6;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round
}

.biz-card h3 {
	font-size: 1.375rem;
	font-weight: 700;
	margin-bottom: 0.625rem;
	letter-spacing: .5px
}

.biz-card p {
	font-size: 0.875rem;
	line-height: 1.8;
	color: rgba(255, 255, 255, .82);
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transition: all .5s cubic-bezier(.22, 1, .36, 1)
}

.biz-card:hover p {
	max-height: 7.5rem;
	opacity: 1
}

.biz-card .more {
	display: inline-flex;
	align-items: center;
	gap: 0.375rem;
	margin-top: 1rem;
	font-size: 0.875rem;
	font-weight: 600;
	color: #7FC4FF
}

.biz-card .more svg {
	width: 0.875rem;
	height: 0.875rem;
	stroke: currentColor;
	stroke-width: 2;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round
}

.biz-card .num-bg {
	position: absolute;
	right: 1rem;
	top: 0.375rem;
	z-index: 1;
	font-size: 5.625rem;
	font-weight: 800;
	color: rgba(255, 255, 255, .07);
	line-height: 1;
	pointer-events: none
}

/* ---------- 图文块 ---------- */
.media-block {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4.5rem;
	align-items: center
}

.media-block--rev>*:first-child {
	order: 2
}

.media-block .text .eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.9375rem;
	font-weight: 600;
	letter-spacing: 3px;
	color: var(--primary);
	text-transform: uppercase;
	margin-bottom: 1.125rem
}

.media-block .text .eyebrow::before {
	content: "";
	width: 1.75rem;
	height: 0.125rem;
	background: var(--primary)
}

.media-block .text h2 {
	font-size: 2.25rem;
	font-weight: 800;
	color: var(--ink);
	line-height: 1.26;
	margin-bottom: 1.375rem
}

.media-block .text p {
	font-size: 1rem;
	line-height: 2;
	margin-bottom: 1rem
}

.media-block .text .links {
	display: flex;
	gap: 1.625rem;
	margin-top: 1.75rem
}

.media-block .text .links a {
	display: inline-flex;
	align-items: center;
	gap: 0.375rem;
	font-size: 0.9375rem;
	font-weight: 600;
	color: var(--primary)
}

.media-block .text .links a svg {
	width: 0.9375rem;
	height: 0.9375rem;
	stroke: currentColor;
	stroke-width: 2;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
	transition: transform .3s ease
}

.media-block .text .links a:hover svg {
	transform: translateX(4px)
}

.media-figure {
	position: relative;
	border-radius: var(--radius-lg);
	overflow: hidden;
	box-shadow: var(--shadow)
}

.media-figure::after {
	content: "";
	position: absolute;
	inset: 0.875rem;
	z-index: 2;
	border: 2px solid rgba(255, 255, 255, .55);
	border-radius: calc(var(--radius-lg) - 14px);
	pointer-events: none;
	opacity: 0;
	transform: scale(.94);
	transition: all .5s ease
}

.media-figure:hover::after {
	opacity: 1;
	transform: scale(1)
}

.media-figure img {
	width: 100%;
	height: 27.5rem;
	object-fit: cover;
	transition: transform 1s cubic-bezier(.22, 1, .36, 1);
	border-radius: var(--radius-lg)
}

.media-figure:hover img {
	transform: scale(1.06)
}

.media-figure .float-card {
	position: absolute;
	left: -2.125rem;
	bottom: 2.125rem;
	z-index: 3;
	background: #fff;
	border-radius: 0.75rem;
	box-shadow: var(--shadow);
	padding: 1.125rem 1.5rem;
	display: flex;
	align-items: center;
	gap: 0.875rem
}

.media-figure .float-card b {
	font-size: 1.75rem;
	font-weight: 800;
	color: var(--primary);
	line-height: 1
}

.media-figure .float-card span {
	font-size: 0.875rem;
	color: var(--text);
	line-height: 1.4
}

/* ---------- 大图展示区（全宽视差） ---------- */
.showcase {
	position: relative;
	min-height: 32.5rem;
	display: flex;
	align-items: center;
	overflow: hidden;
	background: var(--navy)
}

.showcase .container {
	flex: 1
}

.showcase .bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	transform-origin: center center;
	will-change: transform
}

.showcase .bg::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(10, 37, 64, .92), rgba(10, 37, 64, .55))
}

.showcase .inner {
	position: relative;
	z-index: 2;
	padding: 6rem 0;
	max-width: 47.5rem
}

.showcase .eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.9375rem;
	font-weight: 600;
	letter-spacing: 3px;
	color: #7FC4FF;
	text-transform: uppercase;
	margin-bottom: 1.125rem
}

.showcase .eyebrow::before {
	content: "";
	width: 1.75rem;
	height: 0.125rem;
	background: #7FC4FF
}

.showcase h2 {
	font-size: 2.375rem;
	font-weight: 800;
	color: #fff;
	line-height: 1.3;
	margin-bottom: 1.125rem
}

.showcase p {
	font-size: 1rem;
	color: #C7D4E4;
	line-height: 2
}

/* ---------- 图集网格 ---------- */
.factory-showcase {
	overflow: hidden
}

.factory-showcase .bg {
	position: absolute;
	inset: -14% 0;
	background-size: cover;
	background-position: center;
	will-change: transform
}

.factory-showcase .bg::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(10, 37, 64, .92), rgba(10, 37, 64, .55))
}

.factory-showcase .bg-mesh {
	position: absolute;
	inset: 0;
	background-image: linear-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 1px);
	background-size: 56px 56px;
	pointer-events: none;
	z-index: 1;
	will-change: transform
}

.factory-showcase .bg-slogan {
	position: absolute;
	left: 3%;
	/* right: 0; */
	top: 18%;
	z-index: 2;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(84px, 15vw, 93px);
	font-weight: 800;
	letter-spacing: 10px;
	color: rgba(255, 255, 255, .08);
	white-space: nowrap;
	text-align: center;
	pointer-events: none;
	will-change: transform
}

.factory-showcase .container {
	position: relative;
	z-index: 2
}

.gallery {
	display: flex;
	gap: 0.75rem;
	height: 28.75rem
}

.gallery .ag-item {
	position: relative;
	flex: 1;
	border-radius: 1.125rem;
	overflow: hidden;
	cursor: pointer;
	transition: flex 1.1s cubic-bezier(.22, 1, .36, 1)
}

.gallery .ag-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 1.2s cubic-bezier(.22, 1, .36, 1)
}

.gallery .ag-item::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 45%, rgba(10, 37, 64, .72));
	z-index: 1
}

.gallery .ag-item .ag-cap {
	position: absolute;
	left: 1.375rem;
	bottom: 1.125rem;
	z-index: 2;
	max-width: calc(100% - 44px)
}

.gallery .ag-item .ag-cap .ag-title {
	display: block;
	font-size: 1.1875rem;
	font-weight: 700;
	color: #fff;
	white-space: nowrap;
	text-shadow: 0 2px 10px rgba(0, 0, 0, .5)
}

.gallery .ag-item .ag-cap em {
	display: block;
	font-style: normal;
	font-size: 0.9375rem;
	font-weight: 400;
	color: rgba(255, 255, 255, .9);
	line-height: 1.7;
	max-width: 32.5rem;
	white-space: normal;
	text-shadow: 0 1px 6px rgba(0, 0, 0, .5);
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	margin-top: 0;
	transition: opacity .4s ease, max-height .6s ease, margin-top .4s ease
}

.gallery .ag-item.active {
	flex: 5
}

.gallery .ag-item.active .ag-cap em {
	opacity: 1;
	max-height: 13.75rem;
	margin-top: 0.5rem
}

.gallery:hover .ag-item {
	flex: 1
}

.gallery:hover .ag-item.active .ag-cap em {
	opacity: 0;
	max-height: 0;
	margin-top: 0
}

.gallery .ag-item:hover {
	flex: 5
}

.gallery .ag-item:hover .ag-cap em {
	opacity: 1;
	max-height: 13.75rem;
	margin-top: 0.5rem
}

/* ---------- 产品卡 ---------- */
.prod-card {
	position: relative;
	background: #fff;
	border-radius: var(--radius-lg);
	overflow: hidden;
	border: 1px solid var(--line);
	transition: var(--t);
	height: 100%;
	display: flex;
	flex-direction: column
}

.prod-card:hover {
	transform: translateY(-10px);
	box-shadow: var(--shadow);
	border-color: transparent
}

.prod-card .thumb {
	position: relative;
	height: 14.375rem;
	overflow: hidden;
	background: var(--gray);
	border-radius: var(--radius-lg) var(--radius-lg) 0 0
}

.prod-card .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 1s cubic-bezier(.22, 1, .36, 1)
}

.prod-card:hover .thumb img {
	transform: scale(1.08)
}

.prod-card .thumb .tag {
	position: absolute;
	left: 1.125rem;
	top: 1.125rem;
	z-index: 2;
	background: rgba(255, 255, 255, .94);
	color: var(--primary);
	font-size: 0.875rem;
	font-weight: 600;
	padding: 0.375rem 0.875rem;
	border-radius: 1.25rem;
	letter-spacing: 1px
}

.prod-card .body {
	padding: 1.75rem 1.625rem 1.625rem;
	display: flex;
	flex-direction: column;
	flex: 1
}

.prod-card .body h3 {
	font-size: 1.3125rem;
	font-weight: 700;
	color: var(--ink);
	margin-bottom: 0.625rem
}

.prod-card .body p {
	font-size: 0.875rem;
	line-height: 1.85;
	color: var(--text);
	flex: 1
}

.prod-card .body .foot {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 1.125rem;
	padding-top: 1rem;
	border-top: 1px solid var(--line)
}

.prod-card .body .foot a {
	display: inline-flex;
	align-items: center;
	gap: 0.375rem;
	font-size: 0.875rem;
	font-weight: 600;
	color: var(--primary)
}

.prod-card .body .foot a svg {
	width: 0.875rem;
	height: 0.875rem;
	stroke: currentColor;
	stroke-width: 2;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
	transition: transform .3s ease
}

.prod-card:hover .body .foot a svg {
	transform: translateX(4px)
}

.prod-card .body .foot .count {
	font-size: 0.875rem;
	color: var(--muted);
	letter-spacing: 1px
}

/* ---------- 价值观 ---------- */
.value-card {
	position: relative;
	text-align: center;
	padding: 2.75rem 1.75rem;
	border-radius: var(--radius-lg);
	overflow: hidden;
	transition: var(--t);
	height: 100%;
	background: #fff;
	border: 1px solid var(--line)
}

.value-card::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 3.75rem;
	height: 0.1875rem;
	background: var(--primary);
	transform: translateX(-50%) scaleX(0);
	transition: transform .5s ease
}

.value-card:hover::after {
	transform: translateX(-50%) scaleX(1)
}

.value-card:hover {
	transform: translateY(-8px);
	box-shadow: var(--shadow);
	border-color: transparent
}

.value-card .char {
	width: 3.875rem;
	height: 3.875rem;
	margin: 0 auto 1.25rem;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--primary), #4FA8FF);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.625rem;
	font-weight: 800;
	color: #fff;
	box-shadow: 0 10px 24px rgba(2, 115, 211, .3);
	transition: transform .5s cubic-bezier(.22, 1, .36, 1)
}

.value-card:hover .char {
	transform: rotate(360deg) scale(1.08)
}

.value-card h3 {
	font-size: 1.1875rem;
	font-weight: 700;
	color: var(--ink);
	margin-bottom: 0.625rem
}

.value-card h3 em {
	font-style: normal;
	display: block;
	font-size: 0.875rem;
	font-weight: 500;
	color: var(--muted);
	letter-spacing: 1px;
	margin-top: 0.25rem
}

.value-card p {
	font-size: 0.875rem;
	line-height: 1.85;
	color: var(--text)
}

.value-card .bg-num {
	position: absolute;
	right: 0.75rem;
	top: 0.5rem;
	font-size: 4rem;
	font-weight: 800;
	color: rgba(2, 115, 211, .06);
	line-height: 1;
	pointer-events: none
}

/* ---------- 能力图标卡 ---------- */
.cap-card {
	position: relative;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: var(--radius-lg);
	padding: 2.125rem 1.625rem;
	transition: var(--t);
	height: calc(100% - 30px);
	margin-bottom: 1.875rem;
	overflow: hidden
}

.cap-card::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0.1875rem;
	background: linear-gradient(90deg, var(--primary), #4FA8FF);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .5s ease
}

.cap-card:hover::before {
	transform: scaleX(1)
}

.cap-card:hover {
	transform: translateY(-8px);
	box-shadow: var(--shadow);
	border-color: transparent
}

.cap-card .icon {
	width: 3.375rem;
	height: 3.375rem;
	border-radius: 0.875rem;
	background: linear-gradient(135deg, rgba(2, 115, 211, .1), rgba(79, 168, 255, .1));
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1.25rem;
	transition: var(--t)
}

.cap-card:hover .icon {
	background: var(--primary);
	transform: rotate(-6deg)
}

.cap-card .icon svg {
	width: 1.5rem;
	height: 1.5rem;
	stroke: var(--primary);
	stroke-width: 1.6;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
	transition: var(--t)
}

.cap-card:hover .icon svg {
	stroke: #fff
}

.cap-card h3 {
	font-size: 1.125rem;
	font-weight: 700;
	color: var(--ink);
	margin-bottom: 0.5rem
}

.cap-card p {
	font-size: 0.875rem;
	color: var(--text);
	line-height: 1.85
}

/* ---------- 优势特性卡 ---------- */
.feature-item {
	flex: 1;
	text-align: center;
	padding: 2.25rem 1.25rem;
	background: #fff;
	border-radius: var(--radius-lg);
	border: 1px solid var(--line);
	transition: var(--t);
	height: 100%;
	position: relative;
	overflow: hidden
}

.feature-item::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 3.5rem;
	height: 0.1875rem;
	background: var(--primary);
	transform: translateX(-50%) scaleX(0);
	transition: transform .45s ease
}

.feature-item:hover::after {
	transform: translateX(-50%) scaleX(1)
}

.feature-item:hover {
	transform: translateY(-7px);
	box-shadow: var(--shadow);
	border-color: transparent
}

.feature-item .icon {
	width: 3.5rem;
	height: 3.5rem;
	margin: 0 auto 1.125rem;
	border-radius: 1rem;
	background: linear-gradient(135deg, var(--primary), #4FA8FF);
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 10px 24px rgba(2, 115, 211, .28)
}

.feature-item .icon svg {
	width: 1.5rem;
	height: 1.5rem;
	stroke: #fff;
	stroke-width: 1.6;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round
}

.feature-item h3 {
	font-size: 1rem;
	font-weight: 700;
	color: var(--ink);
	margin-bottom: 0.4375rem
}

.feature-item p {
	font-size: 0.9375rem;
	color: var(--text);
	line-height: 1.75
}

/* ---------- 数字成就横幅 ---------- */
.achieve-band {
	position: relative;
	background: linear-gradient(120deg, var(--navy), var(--navy-2));
	overflow: hidden;
	padding: 4.375rem 0
}

.achieve-band::before {
	content: "";
	position: absolute;
	right: -5rem;
	top: -5rem;
	width: 18.75rem;
	height: 18.75rem;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(2, 115, 211, .4), transparent 70%)
}

.achieve-band::after {
	content: "";
	position: absolute;
	left: -3.75rem;
	bottom: -5.625rem;
	width: 16.25rem;
	height: 16.25rem;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(79, 168, 255, .18), transparent 70%)
}

.achieve-band .row {
	position: relative;
	z-index: 2;
	margin: 0
}

.achieve-item {
	flex: 1;
	text-align: center;
	padding: 0.625rem 1rem;
	border-right: 0.0625rem solid rgba(255, 255, 255, .08)
}

.achieve-item:last-child {
	border-right: none
}

.achieve-item .num {
	font-size: 3.375rem;
	font-weight: 800;
	color: #fff;
	line-height: 1;
	letter-spacing: -1px
}

.achieve-item .num i {
	font-style: normal;
	font-size: 1.25rem;
	color: #7FC4FF
}

.achieve-item .lbl {
	margin-top: 0.75rem;
	font-size: 0.875rem;
	color: #9DB1C8;
	letter-spacing: 2px
}

/* ---------- 联系卡 ---------- */
.contact-card {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: var(--radius-lg);
	padding: 2.5rem 1.75rem;
	text-align: center;
	transition: var(--t);
	height: 100%;
	position: relative;
	overflow: hidden
}

.contact-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(2, 115, 211, .05), transparent);
	opacity: 0;
	transition: opacity .4s ease
}

.contact-card:hover::before {
	opacity: 1
}

.contact-card:hover {
	transform: translateY(-8px);
	box-shadow: var(--shadow);
	border-color: transparent
}

.contact-card .icon {
	width: 3.625rem;
	height: 3.625rem;
	margin: 0 auto 1.25rem;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--primary), #4FA8FF);
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 10px 24px rgba(2, 115, 211, .28);
	transition: transform .5s cubic-bezier(.22, 1, .36, 1)
}

.contact-card:hover .icon {
	transform: translateY(-6px) scale(1.06)
}

.contact-card .icon svg {
	width: 1.5rem;
	height: 1.5rem;
	stroke: #fff;
	stroke-width: 1.6;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round
}

.contact-card h3 {
	font-size: 1.0625rem;
	font-weight: 700;
	color: var(--ink);
	margin-bottom: 0.625rem
}

.contact-card p {
	font-size: 0.875rem;
	color: var(--text);
	line-height: 1.85
}

.form-box {
	background: #fff;
	border-radius: var(--radius-lg);
	box-shadow: var(--shadow-sm);
	border: 1px solid var(--line);
	padding: 2.75rem 2.5rem
}

.form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.125rem
}

.form-group {
	margin-bottom: 1.125rem
}

.form-group input,
.form-group textarea,
.form-group select {
	width: 100%;
	padding: 0.875rem 1rem;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	font-size: 0.9375rem;
	font-family: inherit;
	color: var(--ink);
	outline: none;
	background: #fff;
	transition: border-color .3s ease, box-shadow .3s ease
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
	border-color: var(--primary);
	box-shadow: 0 0 0 4px rgba(2, 115, 211, .08)
}

.form-group textarea {
	min-height: 8.125rem;
	resize: vertical
}

/* ---------- 荣誉面板 ---------- */
.honor-list li {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	padding: 1rem 0;
	border-bottom: 1px solid var(--line);
	transition: background .3s ease
}

.honor-list li:last-child {
	border-bottom: none
}

.honor-list li:hover {
	padding-left: 0.5rem
}

.honor-list .num {
	flex: none;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 0.75rem;
	background: linear-gradient(135deg, rgba(2, 115, 211, .1), rgba(79, 168, 255, .1));
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.9375rem;
	font-weight: 700;
	color: var(--primary)
}

.honor-list .txt strong {
	display: block;
	font-size: 0.9375rem;
	color: var(--ink);
	margin-bottom: 0.1875rem
}

.honor-list .txt span {
	font-size: 0.875rem;
	color: var(--text)
}

.panel {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: var(--radius-lg);
	padding: 2.25rem 2rem;
	transition: var(--t)
}

.panel:hover {
	box-shadow: var(--shadow-sm)
}

.panel h3 {
	font-size: 1.25rem;
	font-weight: 700;
	color: var(--ink);
	margin-bottom: 1.25rem;
	padding-bottom: 0.875rem;
	border-bottom: 1px solid var(--line);
	position: relative
}

.panel h3::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -0.0625rem;
	width: 2.75rem;
	height: 0.1875rem;
	background: var(--primary);
	border-radius: 0.125rem
}

/* ---------- 时间线 ---------- */
.timeline {
	position: relative;
	padding: 1.25rem 0
}

.timeline::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width: 0.125rem;
	background: linear-gradient(180deg, var(--primary), transparent)
}

.tl-item {
	position: relative;
	width: 50%;
	padding: 0 3rem 3rem
}

.tl-item:nth-child(odd) {
	left: 0;
	text-align: right
}

.tl-item:nth-child(even) {
	left: 50%;
	text-align: left
}

.tl-item .dot {
	position: absolute;
	top: 0.5rem;
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	background: #fff;
	border: 3px solid var(--primary);
	box-shadow: 0 0 0 6px rgba(2, 115, 211, .14)
}

.tl-item:nth-child(odd) .dot {
	right: -0.5rem
}

.tl-item:nth-child(even) .dot {
	left: -0.5rem
}

.tl-item .year {
	font-family: Georgia, 'Times New Roman', 'Songti SC', serif;
	font-size: 2.125rem;
	font-weight: 800;
	color: var(--primary);
	line-height: 1;
	letter-spacing: 0.03em;
	font-variant-numeric: lining-nums
}

.tl-item h4 {
	font-size: 1.125rem;
	font-weight: 700;
	color: var(--ink);
	margin: 0.625rem 0 0.375rem
}

.tl-item p {
	font-size: 0.9375rem;
	font-weight: 500;
	color: var(--ink);
	line-height: 1.9
}

/* ---------- 页面横幅 ---------- */
.page-banner {
	position: relative;
	padding: 10rem 0 4.75rem;
	background: var(--navy);
	overflow: hidden
}

.page-banner .bg {
	position: absolute;
	inset: -12% 0;
	background: url('../static/city-abstract.svg') center/cover no-repeat;
	will-change: transform
}

.page-banner .bg::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(10, 37, 64, .2), rgba(10, 37, 64, .12))
}

.page-banner .deco-orb {
	position: absolute;
	border-radius: 50%;
	filter: blur(90px);
	z-index: 1
}

.page-banner .inner {
	position: relative;
	z-index: 2
}

/* 液态玻璃面包屑（透明磨砂 + 白字） */
.page-banner .crumb {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.625rem 1.5rem;
	border-radius: 62.4375rem;
	font-size: 0.9375rem;
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: 1.25rem;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, .3);
	backdrop-filter: blur(14px) saturate(150%);
	-webkit-backdrop-filter: blur(14px) saturate(150%);
	transition: border-color .3s ease, opacity 1.1s ease, transform 1.1s cubic-bezier(.19, 1, .22, 1)
}

.page-banner .crumb:hover {
	border-color: rgba(255, 255, 255, .5)
}

.page-banner .crumb a {
	color: #fff
}

.page-banner .crumb a:hover {
	color: #fff;
	opacity: .85
}

.page-banner .crumb span.sep {
	color: #fff;
	opacity: .75
}

.page-banner h1 {
	font-size: 3rem;
	font-weight: 800;
	color: #fff;
	letter-spacing: 1px;
	line-height: 1.2
}

.page-banner .sub {
	margin-top: 1rem;
	font-size: 1rem;
	color: #E9F1FA;
	max-width: 37.5rem;
	line-height: 1.8;
	text-shadow: 0 1px 10px rgba(10, 37, 64, .55)
}

/* ---------- 图文列表（子页） ---------- */
.detail-row {
	display: grid;
	grid-template-columns: 28.75rem 1fr;
	gap: 3.75rem;
	align-items: center;
	padding: 3.5rem 0;
	border-bottom: 1px solid var(--line)
}

.detail-row:last-child {
	border-bottom: none
}

.detail-row--rev .detail-figure {
	order: 2
}

.detail-figure {
	position: relative;
	border-radius: var(--radius-lg);
	overflow: hidden;
	box-shadow: var(--shadow)
}

.detail-figure::after {
	content: "";
	position: absolute;
	inset: 0.75rem;
	z-index: 2;
	border: 2px solid rgba(255, 255, 255, .5);
	border-radius: calc(var(--radius-lg) - 12px);
	pointer-events: none;
	opacity: 0;
	transform: scale(.94);
	transition: all .5s ease
}

.detail-figure:hover::after {
	opacity: 1;
	transform: scale(1)
}

.detail-figure img {
	width: 100%;
	height: 20rem;
	object-fit: cover;
	transition: transform 1s cubic-bezier(.22, 1, .36, 1);
	border-radius: var(--radius-lg)
}

.detail-figure:hover img {
	transform: scale(1.06)
}

.detail-text .eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.9375rem;
	font-weight: 600;
	letter-spacing: 3px;
	color: var(--primary);
	text-transform: uppercase;
	margin-bottom: 0.875rem
}

.detail-text .eyebrow::before {
	content: "";
	width: 1.5rem;
	height: 0.125rem;
	background: var(--primary)
}

.detail-text h3 {
	font-size: 1.75rem;
	font-weight: 800;
	color: var(--ink);
	margin-bottom: 0.875rem
}

.detail-text p {
	font-size: 0.9375rem;
	line-height: 2;
	margin-bottom: 1rem
}

.checklist {
	margin-top: 0.375rem
}

.checklist li {
	display: flex;
	gap: 0.75rem;
	padding: 0.5rem 0;
	font-size: 0.9375rem;
	color: var(--text);
	line-height: 1.7
}

.checklist li svg {
	width: 1.125rem;
	height: 1.125rem;
	flex: none;
	stroke: var(--primary);
	stroke-width: 2;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
	margin-top: 0.1875rem
}

.checklist li strong {
	color: var(--ink)
}

/* ---------- CTA ---------- */
.cta-band {
	position: relative;
	background: var(--navy);
	overflow: hidden;
	background-image: url('../static/IMG_0567.jpg');
	background-size: cover;
	background-position: center
}

.cta-band::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(10, 37, 64, .95), rgba(2, 115, 211, .82))
}

.cta-band .inner {
	position: relative;
	z-index: 2;
	padding: 5.75rem 0;
	text-align: center
}

.cta-band h2 {
	font-size: 2.125rem;
	font-weight: 800;
	color: #fff;
	margin-bottom: 0.875rem
}

.cta-band p {
	color: #D6E3F2;
	margin-bottom: 2.125rem
}

.cta-band .row-cta {
	display: flex;
	justify-content: center;
	gap: 0.875rem;
	flex-wrap: wrap
}

/* ---------- Footer ---------- */
.site-footer {
	background: var(--navy);
	padding: 4.75rem 0 0;
	color: #9FB0C4;
	position: relative;
	overflow: hidden
}

.site-footer::before {
	content: "";
	position: absolute;
	left: 50%;
	top: -8.75rem;
	transform: translateX(-50%);
	width: 32.5rem;
	height: 17.5rem;
	border-radius: 50%;
	background: radial-gradient(ellipse, rgba(2, 115, 211, .16), transparent 70%);
	pointer-events: none
}

.site-footer .top {
	display: grid;
	grid-template-columns: 1.6fr 1fr 1fr 1fr 1.4fr;
	gap: 2.5rem;
	padding-bottom: 3rem;
	position: relative;
	z-index: 2
}

.site-footer .brand-head {
/* 	display: flex;
	align-items: center; */
	gap: 0.75rem
}

.site-footer .brand-head img {
	flex: none;
	display: block;
	height: 2.75rem;
	width: auto;
	filter: brightness(0) invert(1)
}

.site-footer .brand .name {
	margin-top: 1rem;
	display: inline-flex;
	align-items: center;
	line-height: 1;
	font-size: 1.125rem;
	font-weight: 700;
	color: #fff;
	white-space: nowrap
}

.site-footer .brand p {
	margin-top: 0.75rem;
	font-size: 0.875rem;
	line-height: 1.9
}

.site-footer h4 {
	font-size: 0.9375rem;
	font-weight: 700;
	color: #fff;
	margin-bottom: 1.375rem;
	letter-spacing: 1px;
	position: relative;
	padding-bottom: 0.75rem
}

.site-footer h4::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 1.75rem;
	height: 0.125rem;
	background: var(--primary)
}

.site-footer ul li {
	margin-bottom: 0.6875rem
}

.site-footer ul li a {
	font-size: 0.875rem;
	color: #9FB0C4;
	transition: var(--t)
}

.site-footer ul li.addr {
	white-space: nowrap;
	font-size: 0.875rem;
	color: #9FB0C4;
	line-height: 1.9
}

.site-footer ul li a:hover {
	color: #fff;
	padding-left: 0.375rem
}

.site-footer .bottom {
	border-top: 0.0625rem solid rgba(255, 255, 255, .08);
	padding: 1.375rem 0;
	text-align: center;
	position: relative;
	z-index: 2
}

.site-footer .bottom p {
	color: #6B7E97;
	font-size: 0.9375rem
}

.site-footer .beian {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1.625rem;
	flex-wrap: wrap;
	margin-top: 0.75rem
}

.site-footer .beian a {
	display: inline-flex;
	align-items: center;
	gap: 0.375rem;
	font-size: 0.875rem;
	color: #6B7E97;
	transition: color .3s ease
}

.site-footer .beian a:hover {
	color: #fff
}

.site-footer .beian .beian-ico {
	width: 1.125rem;
	height: 1.125rem;
	flex: none;
	object-fit: contain
}

/* ---------- Scroll Top ---------- */
.to-top {
	position: fixed;
	right: 1.625rem;
	bottom: 1.625rem;
	z-index: 1200;
	width: 2.875rem;
	height: 2.875rem;
	border-radius: 0.75rem;
	background: var(--primary);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 10px 26px rgba(2, 115, 211, .35);
	opacity: 0;
	visibility: hidden;
	transform: translateY(16px);
	transition: var(--t)
}

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

.to-top:hover {
	background: var(--primary-deep);
	transform: translateY(-4px)
}

.to-top svg {
	width: 1.125rem;
	height: 1.125rem;
	stroke: #fff;
	stroke-width: 2;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round
}

/* ---------- 炫酷特效 ---------- */
/* 按钮流光扫过 */
.btn::before {
	content: "";
	position: absolute;
	top: 0;
	left: -130%;
	width: 70%;
	height: 100%;
	background: linear-gradient(120deg, transparent, rgba(255, 255, 255, .4), transparent);
	transform: skewX(-22deg);
	transition: left .7s ease
}

.btn:hover::before {
	left: 140%
}

.btn>*,
.btn svg {
	position: relative;
	z-index: 1
}

/* 卡片斜向扫光 */
.biz-card::after,
.prod-card::after,
.cap-card::after,
.contact-card::after {
	content: "";
	position: absolute;
	top: -40%;
	left: -80%;
	width: 40%;
	height: 180%;
	transform: rotate(22deg);
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .25), transparent);
	opacity: 0;
	transition: left .9s ease;
	pointer-events: none;
	z-index: 5
}

.biz-card:hover::after,
.prod-card:hover::after,
.cap-card:hover::after,
.contact-card:hover::after {
	left: 150%;
	opacity: 1
}

/* 进度条流光 */
.page-progress::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 4.375rem;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .65));
	filter: blur(1px)
}

/* 装饰光晕漂浮 */
.deco-glow {
	animation: glowFloat 8s ease-in-out infinite
}

@keyframes glowFloat {

	0%,
	100% {
		opacity: .55
	}

	50% {
		opacity: 1
	}
}

/* 漂浮卡片 */
.media-figure .float-card {
	animation: floatCard 3.6s ease-in-out infinite
}

@keyframes floatCard {

	0%,
	100% {
		transform: translateY(0)
	}

	50% {
		transform: translateY(-12px)
	}
}

/* 图集 hover 微倾斜 */
.gallery .item:hover img {
	transform: scale(1.12) rotate(1.6deg)
}

/* 数字弹出 */
.num-pop {
	animation: numPop .6s cubic-bezier(.34, 1.56, .64, 1) both
}

@keyframes numPop {
	0% {
		transform: scale(1)
	}

	40% {
		transform: scale(1.28)
	}

	100% {
		transform: scale(1)
	}
}

/* 图标 hover 抖动 */
.cap-card:hover .icon,
.biz-card:hover .icon,
.contact-card:hover .icon {
	animation: iconWiggle .5s ease
}

@keyframes iconWiggle {

	0%,
	100% {
		transform: rotate(0)
	}

	25% {
		transform: rotate(-10deg) scale(1.08)
	}

	50% {
		transform: rotate(8deg)
	}

	75% {
		transform: rotate(-4deg)
	}
}

/* ---------- 前沿滚动动画 ---------- */
[data-anim] {
	opacity: 0;
	transform: translateY(52px);
	transition: opacity 1.1s ease, transform 1.1s cubic-bezier(.19, 1, .22, 1), clip-path 1.2s cubic-bezier(.22, 1, .36, 1)
}

[data-anim="fade"] {
	transform: none
}

[data-anim="left"] {
	transform: translateX(-54px)
}

[data-anim="right"] {
	transform: translateX(54px)
}

[data-anim="zoom"] {
	transform: scale(.9)
}

[data-anim="flip"] {
	transform: perspective(900px) rotateX(22deg) translateY(40px);
	transform-origin: top
}

[data-anim="reveal"] {
	clip-path: inset(100% 0 0 0);
	transform: none;
	opacity: 1
}

[data-anim="tilt"] {
	transform: perspective(1000px) rotateX(26deg) translateY(72px);
	transform-origin: center
}

[data-anim="drop"] {
	transform: translateY(-56px) scale(.96)
}

[data-anim="bounce"] {
	transform: translateY(90px) scale(.94);
	transition: transform 1s cubic-bezier(.34, 1.56, .64, 1)
}

[data-anim="fold"] {
	clip-path: inset(0 0 100% 0);
	opacity: 1
}

[data-anim="mask"] {
	clip-path: inset(0 100% 0 0);
	opacity: 1
}

[data-anim="swing"] {
	transform: rotate(-7deg) translateY(46px) scale(.95);
	transform-origin: center
}

[data-anim="pop"] {
	transform: scale(.4);
	opacity: 0;
	transition: transform 1s cubic-bezier(.34, 1.56, .64, 1), opacity .7s ease
}

[data-anim].in {
	opacity: 1;
	transform: none
}

[data-anim="reveal"].in,
[data-anim="fold"].in,
[data-anim="mask"].in {
	clip-path: inset(0 0 0 0)
}

/* ---------- 响应式 ---------- */
@media(max-width: 64rem) {
	.site-nav {
		display: none
	}

	.mobile-toggle {
		display: flex
	}

	.col-lg-4,
	.col-lg-6,
	.col-lg-5,
	.col-lg-7,
	.col-lg-8,
	.col-lg-10 {
		flex: 0 0 100%;
		max-width: 100%
	}

	.col-3 {
		flex: 0 0 50%;
		max-width: 50%
	}

	.media-block,
	.media-block--rev {
		grid-template-columns: 1fr;
		gap: 3rem
	}

	.media-block--rev>*:first-child {
		order: 1
	}

	.detail-row {
		grid-template-columns: 1fr;
		gap: 2.25rem
	}

	.detail-row--rev .detail-figure {
		order: 0
	}

	.section {
		padding: 5rem 0
	}

	.gallery {
		height: 21.25rem
	}

	.site-footer .top {
		grid-template-columns: 1fr 1fr
	}

	.site-footer ul li.addr {
		white-space: normal
	}

	.hero-meta .cell {
		padding-top: 0.875rem;
		padding-bottom: 0.875rem
	}

	.hero-meta .cell b {
		font-size: 1.5rem
	}
}

@media(max-width: 48rem) {

	.col-md-6,
	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%
	}

	.col-3 {
		flex: 0 0 100%;
		max-width: 100%
	}

	.logo img {
		height: 2.25rem
	}

	.logo .logo-name {
		font-size: 0.9375rem
	}

	.hero-inner {
		padding: 6.875rem 0 10rem
	}

	.hero h1 {
		font-size: 2.0625rem
	}

	.hero .lead {
		font-size: 1rem
	}

	.hero-cta {
		flex-direction: column;
		align-items: flex-start
	}

	.hero-meta .row {
		flex-wrap: wrap
	}

	.hero-meta .cell {
		flex: 0 0 50%;
		border-bottom: 0.0625rem solid rgba(255, 255, 255, .08)
	}

	.hero-meta .cell:nth-child(2) {
		border-right: none
	}

	.band .row {
		flex-wrap: wrap
	}

	.band-item {
		flex: 0 0 50%;
		border-bottom: 0.0625rem solid rgba(255, 255, 255, .08)
	}

	.band-item:nth-child(2) {
		border-right: none
	}

	.band-item .num {
		font-size: 2.5rem
	}

	.sec-head h2 {
		font-size: 1.875rem
	}

	.media-figure img {
		height: 18.75rem
	}

	.media-figure .float-card {
		left: 0.75rem;
		bottom: 0.75rem
	}

	.page-banner {
		padding: 7.5rem 0 3.375rem
	}

	.page-banner h1 {
		font-size: 2.125rem
	}

	.timeline::before {
		left: 0
	}

	.tl-item {
		width: 100%;
		left: 0 !important;
		text-align: left !important;
		padding: 0 0 2.5rem 2.75rem
	}

	.tl-item:nth-child(odd) .dot {
		right: auto;
		left: -0.375rem
	}

	.tl-item:nth-child(even) .dot {
		left: -0.375rem
	}

	.form-row {
		grid-template-columns: 1fr
	}

	.gallery {
		flex-direction: column;
		height: auto
	}

	.gallery .ag-item {
		height: 15rem;
		flex: none
	}

	.site-footer .top {
		grid-template-columns: 1fr
	}

	.to-top {
		right: 1.125rem;
		bottom: 1.125rem
	}
}

/* ===== 智能卡产品页 · 交错大图布局 ===== */
.prod-block {
	display: grid;
	grid-template-columns: 1.1fr 1fr;
	gap: 4rem;
	align-items: center;
	padding: 4rem 0;
	border-bottom: 1px solid var(--line)
}

.prod-block:last-child {
	border-bottom: none
}

.prod-block--rev .prod-figure {
	order: 2
}

.prod-figure {
	position: relative;
	border-radius: 1.375rem;
	overflow: hidden;
	box-shadow: var(--shadow)
}

.prod-figure img {
	width: 100%;
	height: 30rem;
	object-fit: contain;
	background: linear-gradient(145deg, #EFF6FD, #fff);
	transition: transform 1s cubic-bezier(.22, 1, .36, 1)
}

.prod-figure:hover img {
	transform: scale(1.05)
}

.prod-figure::after {
	content: "";
	position: absolute;
	inset: 0;
	border: 1px solid rgba(2, 115, 211, .12);
	border-radius: 1.375rem;
	pointer-events: none
}

.prod-num {
	position: absolute;
	top: 1.125rem;
	left: 1.125rem;
	z-index: 2;
	width: 2.875rem;
	height: 2.875rem;
	border-radius: 0.75rem;
	background: var(--primary);
	color: #fff;
	font-size: 1.125rem;
	font-weight: 800;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 10px 24px rgba(2, 115, 211, .35)
}

.prod-body .prod-eng {
	font-size: 0.9375rem;
	font-weight: 600;
	letter-spacing: 3px;
	color: var(--primary);
	text-transform: uppercase;
	display: inline-block;
	padding-bottom: 0.5rem;
	position: relative
}

.prod-body .prod-eng::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 2.125rem;
	height: 0.125rem;
	background: var(--primary)
}

.prod-body h3 {
	font-size: 1.875rem;
	font-weight: 800;
	color: var(--ink);
	margin: 0.875rem 0 1rem
}

.prod-body p {
	font-size: 1rem;
	line-height: 2;
	color: var(--text)
}

.prod-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.625rem;
	margin-top: 1.625rem
}

.prod-tags li {
	font-size: 0.9375rem;
	line-height: 1;
	padding: 0.5625rem 0.875rem;
	border-radius: 62.4375rem;
	background: rgba(2, 115, 211, .08);
	color: var(--primary);
	border: 1px solid rgba(2, 115, 211, .18)
}

@media(max-width: 64rem) {
	.prod-block {
		grid-template-columns: 1fr;
		gap: 2.5rem;
		padding: 3rem 0
	}

	.prod-block--rev .prod-figure {
		order: 0
	}

	.prod-figure img {
		height: 22.5rem
	}
}

@media(max-width: 48rem) {
	.prod-figure img {
		height: 16.25rem
	}

	.prod-body h3 {
		font-size: 1.5rem
	}
}

.prod-item {
	padding-top: 1.625rem;
	margin-top: 1.625rem;
	border-top: 1px dashed var(--line)
}

.prod-item:first-of-type {
	border-top: none;
	padding-top: 0.375rem;
	margin-top: 0.375rem
}

.prod-item h4 {
	font-size: 1.1875rem;
	font-weight: 700;
	color: var(--ink);
	margin-bottom: 0.625rem
}

.prod-item h4 em {
	font-style: normal;
	font-size: 0.875rem;
	font-weight: 500;
	color: var(--muted);
	letter-spacing: 1px;
	margin-left: 0.5rem;
	text-transform: uppercase
}

.prod-item p {
	font-size: 0.9375rem;
	line-height: 1.95;
	color: var(--text)
}

.prod-item .prod-tags {
	margin-top: 1rem
}

/* 智能卡页 · 手风琴图 + 内容卡片 */
.gallery--contain .ag-item img {
	object-fit: contain;
}

.gallery--contain .ag-cap em {
	max-height: 25rem
}

.gallery--contain .ag-cap .ag-title {
	max-width: calc(100% - 10px);
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis
}

.card-prod-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.375rem;
	margin-top: 3.5rem
}

.card-prod {
	position: relative;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 1.125rem;
	padding: 1.875rem 1.75rem;
	transition: var(--t);
	overflow: hidden
}

.card-prod::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0.1875rem;
	background: linear-gradient(90deg, var(--primary), #4FA8FF);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .5s ease
}

.card-prod:hover::before {
	transform: scaleX(1)
}

.card-prod:hover {
	transform: translateY(-6px);
	box-shadow: var(--shadow);
	border-color: transparent
}

.card-prod .cp-eng {
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 2px;
	color: var(--primary);
	text-transform: uppercase
}

.card-prod h3 {
	font-size: 1.375rem;
	font-weight: 800;
	color: var(--ink);
	margin: 0.625rem 0 0.75rem
}

.card-prod p {
	font-size: 0.875rem;
	line-height: 1.9;
	color: var(--text)
}

.cp-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: 1.125rem
}

.cp-tags li {
	font-size: 0.875rem;
	line-height: 1;
	padding: 0.5rem 0.8125rem;
	border-radius: 62.4375rem;
	background: rgba(2, 115, 211, .08);
	color: var(--primary);
	border: 1px solid rgba(2, 115, 211, .18)
}

.card-cta {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: linear-gradient(135deg, var(--primary), #4FA8FF);
	border: none;
	cursor: pointer
}

.card-cta::before {
	display: none
}

.card-cta h3 {
	color: #fff;
	font-size: 1.5rem;
	margin-bottom: 0.5rem
}

.card-cta em {
	font-style: normal;
	font-size: 0.875rem;
	color: rgba(255, 255, 255, .85)
}

.card-cta:hover {
	box-shadow: 0 24px 50px rgba(2, 115, 211, .35)
}

@media(max-width: 64rem) {
	.card-prod-grid {
		grid-template-columns: repeat(2, 1fr)
	}
}

@media(max-width: 48rem) {
	.card-prod-grid {
		grid-template-columns: 1fr
	}
}

/* 智能卡页 · 微软式不规则卡片 */
/* 智能卡页 · 不规则内容卡片墙 */
.cp-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.375rem;
	margin-top: 3.5rem
}

.cp-card {
	position: relative;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 1rem;
	padding: 1.5rem 1.625rem;
	overflow: hidden;
	transition: transform .5s cubic-bezier(.22, 1, .36, 1), box-shadow .5s, border-color .5s, opacity .8s ease
}

.cp-card::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0.1875rem;
	background: var(--cc);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .6s cubic-bezier(.22, 1, .36, 1)
}

.cp-card::after {
	content: "";
	position: absolute;
	right: -2.5rem;
	bottom: -2.5rem;
	width: 10rem;
	height: 10rem;
	border-radius: 50%;
	background: radial-gradient(circle, var(--cc), transparent 70%);
	opacity: .1;
	transition: opacity .5s
}

.cp-card:hover {
	transform: translateY(-8px);
	border-color: transparent
}

.cp-card:hover::before {
	transform: scaleX(1)
}

.cp-card:hover::after {
	opacity: .28
}

.cp-1 {
	--cc: #0273D3
}

.cp-2 {
	--cc: #00A2A8
}

.cp-3 {
	--cc: #6C5CE7
}

.cp-4 {
	--cc: #1FA85A
}

.cp-ic {
	width: 1.625rem;
	height: 1.625rem;
	fill: none;
	stroke: var(--cc);
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
	flex: none
}

.cp-head {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin-bottom: 0.875rem
}

.cp-head h3 {
	font-size: 1.25rem;
	font-weight: 700;
	color: var(--ink);
	margin: 0;
	white-space: nowrap
}

.cp-num {
	position: absolute;
	right: 1.25rem;
	bottom: 0.5rem;
	font-size: 4rem;
	font-weight: 800;
	color: var(--cc);
	opacity: .13;
	line-height: 1;
	font-family: Georgia, 'Times New Roman', serif;
	pointer-events: none
}

.cp-card p {
	font-size: 0.84375rem;
	line-height: 1.8;
	color: var(--text);
	padding-right: 0.375rem
}

@media(max-width: 64rem) {
	.cp-grid {
		grid-template-columns: 1fr
	}
}

/* 包装页 · 车间标签页切换 */
.pk-sec-head {
	max-width: 100%;
	text-align: center
}

.sec-en {
	display: inline-flex;
	align-items: center;
	gap: 0.625rem;
	font-size: 0.9375rem;
	font-weight: 600;
	letter-spacing: 3px;
	color: var(--primary);
	text-transform: uppercase;
	margin-top: 0.75rem;
	white-space: nowrap
}

.sec-en::before,
.sec-en::after {
	content: "";
	width: 1.75rem;
	height: 0.125rem;
	background: var(--primary);
	flex: none
}

.pk-tabs {
	margin-top: 0.5rem
}

.pk-tab-nav {
	position: relative;
	display: flex;
	gap: 0.25rem;
	justify-content: center;
	margin-bottom: 2.75rem;
	padding: 0.375rem;
	border-radius: 62.4375rem;
	width: max-content;
	margin-left: auto;
	margin-right: auto;
	background: rgba(255, 255, 255, .82);
	border: 1px solid rgba(2, 115, 211, .22);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px)
}

.pk-tab-slider {
	position: absolute;
	top: 0.375rem;
	bottom: 0.375rem;
	left: 0.375rem;
	border-radius: 62.4375rem;
	background: var(--primary);
	transition: left .35s cubic-bezier(.22, 1, .36, 1), width .35s cubic-bezier(.22, 1, .36, 1);
	z-index: 0
}

.pk-tab {
	position: relative;
	z-index: 1;
	padding: 0.8125rem 1.875rem;
	border-radius: 62.4375rem;
	border: none;
	background: transparent;
	color: var(--text);
	font-size: 0.9375rem;
	font-weight: 600;
	cursor: pointer;
	transition: color .3s ease
}

.pk-tab:hover {
	color: var(--primary)
}

.pk-tab.active {
	color: #fff;
	background: transparent;
	box-shadow: none
}

.pk-panels {
	position: relative
}

.pk-panel {
	display: none
}

.pk-panel.active {
	display: block;
	animation: pkIn .7s cubic-bezier(.22, 1, .36, 1) both
}

@keyframes pkIn {
	from {
		opacity: 0;
		transform: translateY(24px)
	}

	to {
		opacity: 1;
		transform: none
	}
}

.pk-card {
	display: grid;
	grid-template-columns: 55% 1fr;
	border-radius: 1.25rem;
	overflow: hidden;
	border: 1px solid var(--line)
}

.pk-figure {
	margin: 0;
	overflow: hidden
}

.pk-figure img {
	width: 100%;
	height: 100%;
	min-height: 26.875rem;
	object-fit: cover;
	display: block;
	transition: transform 1.2s cubic-bezier(.22, 1, .36, 1)
}

.pk-card:hover .pk-figure img {
	transform: scale(1.05)
}

.pk-info {
	padding: 2.125rem 2.5rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: var(--gray)
}

.pk-info .pk-tag {
	display: inline-flex;
	align-items: center;
	gap: 0.625rem;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 2px;
	color: var(--primary);
	text-transform: uppercase
}

.pk-info .pk-tag::before {
	content: "";
	width: 1.625rem;
	height: 0.125rem;
	background: var(--primary)
}

.pk-info h3 {
	font-size: 2rem;
	font-weight: 800;
	color: var(--ink);
	margin: 1rem 0 1rem
}

.pk-info p {
	font-size: 1rem;
	line-height: 2;
	color: var(--text)
}

/* 应用领域对比卡 */
.pk-fields {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem
}

.pk-field {
	position: relative;
	border-radius: 1.25rem;
	overflow: hidden;
	height: 24rem;
	box-shadow: 0 18px 44px rgba(10, 37, 64, .14)
}

/* 滚入时错落弹出（保留弹性回弹 + 阴影过渡） */
.pk-fields>.pk-field[data-anim] {
	transition: opacity .7s ease, transform 1s cubic-bezier(.34, 1.56, .64, 1), box-shadow .6s cubic-bezier(.22, 1, .36, 1)
}

.pk-field:hover {
	transform: translateY(-8px);
	box-shadow: 0 30px 66px rgba(10, 37, 64, .28);
	z-index: 40
}

.pk-field>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 1.4s cubic-bezier(.22, 1, .36, 1)
}

.pk-field:hover>img {
	transform: scale(1.08)
}

.pk-field-glass {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 3.5rem 1.75rem 1.75rem;
	background: linear-gradient(180deg, rgba(10, 37, 64, 0) 0%, rgba(10, 37, 64, .5) 45%, rgba(10, 37, 64, .9) 100%);
	transition: transform .6s cubic-bezier(.22, 1, .36, 1)
}

.pk-field:hover .pk-field-glass {
	transform: translateY(-8px)
}

.pk-field-glass p {
	font-size: 0.9375rem;
	line-height: 1.85;
	color: rgba(255, 255, 255, .95);
	text-shadow: 0 1px 8px rgba(0, 0, 0, .25)
}

.pk-field:hover {
	transform: translateY(-6px);
	box-shadow: var(--shadow)
}


.pk-field>img {
	width: 100%;
	height: 15rem;
	flex: none;
	object-fit: cover;
	display: block;
	transition: transform 1.2s cubic-bezier(.22, 1, .36, 1)
}

.pk-field:hover>img {
	transform: scale(1.06)
}

.pk-field-glass {
	flex: 1;
	padding: 1.5rem 1.625rem 1.75rem;
	background: #fff;
	border-top: 1px solid var(--line)
}

.pk-field-glass p {
	font-size: 0.9375rem;
	line-height: 1.9;
	color: var(--text)
}

/* 客户徽章墙 */
.pk-clients {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	justify-content: center
}

.pk-chip {
	padding: 0.6875rem 1.25rem;
	border-radius: 62.4375rem;
	background: var(--gray);
	border: 1px solid var(--line);
	color: var(--text);
	font-size: 0.875rem;
	transition: var(--t);
	cursor: default
}

.pk-chip:hover {
	background: var(--primary);
	color: #fff;
	border-color: var(--primary);
	transform: translateY(-3px);
	box-shadow: 0 10px 22px rgba(2, 115, 211, .25)
}

@media(max-width: 64rem) {
	.pk-card {
		grid-template-columns: 1fr
	}

	.pk-figure img {
		min-height: 20rem
	}

	.pk-fields {
		grid-template-columns: 1fr
	}
}

/* 标题统一：中文在上、英文在下 */
.sec-head {
	display: flex;
	flex-direction: column;
	align-items: flex-start
}

.sec-head.center {
	align-items: center
}

.sec-head h2 {
	order: 1;
	margin-bottom: 0
}

.sec-head .eyebrow {
	order: 2;
	margin-top: 0.875rem
}

.sec-head .sec-en {
	order: 2;
	margin-top: 0.875rem
}

.sec-head p {
	order: 3
}

/* ============================================================
   包装页 · 炫酷动效增强
============================================================ */
/* 逐字出场动画（[data-split] 标题等） */
[data-split] .sp-ch {
	display: inline-block;
	opacity: 0;
	transform: translateY(46px) rotate(10deg) scale(.8);
	transition: opacity .55s ease, transform .65s cubic-bezier(.22, 1, .36, 1);
	will-change: transform
}

[data-split].in .sp-ch {
	opacity: 1;
	transform: none
}

/* 车间标签导航 · 柔和流光背景 */
.pk-tab-nav {
	background: linear-gradient(120deg, rgba(255, 255, 255, .92), rgba(226, 240, 255, .92), rgba(255, 255, 255, .92));
	background-size: 220% 100%;
	animation: pkNavShimmer 5s ease-in-out infinite
}

@keyframes pkNavShimmer {

	0%,
	100% {
		background-position: 0% 0
	}

	50% {
		background-position: 100% 0
	}
}

/* 从下往上出现 */
[data-anim="up"] {
	transform: translateY(70px)
}

/* 从中间缩放弹出（CTA 标题等） */
[data-anim="popcenter"],
[data-anim="popcenter"].in {
	transition: transform .9s cubic-bezier(.34, 1.56, .64, 1), opacity .5s ease
}

[data-anim="popcenter"] {
	transform: scale(.2);
	opacity: 0
}

/* 子元素级联入场（客户徽章墙等） */
[data-stagger]>* {
	opacity: 0;
	transform: translateY(30px) scale(.92);
	transition: opacity .6s ease, transform .8s cubic-bezier(.22, 1, .36, 1)
}

[data-stagger]>*.in {
	opacity: 1;
	transform: none
}

/* 时间轴节点：逐个进入视口时浮现（随滚动依次出现） */
.timeline .tl-item {
	opacity: 0;
	transform: translateY(34px);
	transition: opacity .7s ease, transform .8s cubic-bezier(.22, 1, .36, 1)
}

.timeline .tl-item.tl-in {
	opacity: 1;
	transform: none
}

/* tab 面板切换时内部动画节奏统一 */
.pk-panel [data-anim] {
	transition-duration: .75s
}

/* CTA 区域按钮弹性入场 */
.cta-band .row-cta[data-anim="bounce"] {
	transform: translateY(46px) scale(.94);
	transition: transform 1s cubic-bezier(.34, 1.56, .64, 1), opacity .8s ease
}

/* ============================================================
   阴影层级修复
   悬停/浮起卡片统一提升层级，避免阴影被相邻元素遮挡
   （配合移除 [data-anim] 上的 filter 与通用 clip-path 裁剪）
============================================================ */
.mega-card:hover,
.biz-card:hover,
.prod-card:hover,
.value-card:hover,
.cap-card:hover,
.feature-item:hover,
.contact-card:hover,
.card-prod:hover,
.card-cta:hover,
.panel:hover,
.pk-chip:hover,
.dept-card:hover {
	position: relative;
	z-index: 40
}

/* ============================================================
   联系页 · 业务部门直联卡片
============================================================ */
.dept-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
	margin-top: 3.5rem
}

.dept-card {
	position: relative;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 1.25rem;
	padding: 2.5rem 1.875rem 2.25rem;
	text-align: center;
	overflow: hidden;
	transition: var(--t)
}

.dept-card::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0.1875rem;
	background: linear-gradient(90deg, var(--primary), #4FA8FF);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .5s ease
}

.dept-card:hover::before {
	transform: scaleX(1)
}

.dept-ico {
	width: 3.625rem;
	height: 3.625rem;
	margin: 0 auto 1.125rem;
	border-radius: 1rem;
	background: linear-gradient(135deg, var(--primary), #4FA8FF);
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 10px 24px rgba(2, 115, 211, .28)
}

.dept-ico svg {
	width: 1.625rem;
	height: 1.625rem;
	stroke: #fff;
	stroke-width: 1.7;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round
}

.dept-en {
	display: block;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 2px;
	color: var(--muted);
	text-transform: uppercase
}

.dept-card h3 {
	font-size: 1.25rem;
	font-weight: 700;
	color: var(--ink);
	margin: 0.5rem 0 0.5rem
}

.dept-card p {
	font-size: 0.9375rem;
	color: var(--text);
	line-height: 1.7;
	margin-bottom: 1.125rem
}

.dept-tel {
	display: block;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 1.625rem;
	font-weight: 800;
	color: var(--primary);
	letter-spacing: 1px;
	margin-bottom: 1rem
}

.dept-tel:hover {
	color: var(--primary-deep)
}

/* 号码复制弹框 */
.call-mask {
	position: fixed;
	inset: 0;
	background: rgba(10, 37, 64, .55);
	z-index: 3000;
	opacity: 0;
	visibility: hidden;
	transition: var(--t)
}

.call-mask.show {
	opacity: 1;
	visibility: visible
}

.call-modal {
	position: fixed;
	left: 50%;
	top: 50%;
	width: min(420px, calc(100vw - 40px));
	background: #fff;
	border-radius: 1.25rem;
	padding: 2.5rem 2rem 2rem;
	text-align: center;
	z-index: 3001;
	opacity: 0;
	visibility: hidden;
	transform: translate(-50%, -50%) scale(.92);
	transition: var(--t);
	box-shadow: 0 30px 80px rgba(10, 37, 64, .32)
}

.call-modal.show {
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, -50%) scale(1)
}

.call-close {
	position: absolute;
	top: 0.875rem;
	right: 0.875rem;
	width: 2.125rem;
	height: 2.125rem;
	border-radius: 50%;
	background: var(--gray);
	color: var(--ink);
	font-size: 0.9375rem;
	display: flex;
	align-items: center;
	justify-content: center
}

.call-close:hover {
	background: var(--line)
}

.call-ico {
	width: 3.75rem;
	height: 3.75rem;
	margin: 0 auto 1rem;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--primary), #4FA8FF);
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 10px 24px rgba(2, 115, 211, .28)
}

.call-ico svg {
	width: 1.625rem;
	height: 1.625rem;
	stroke: #fff;
	stroke-width: 1.7;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round
}

.call-dept {
	display: block;
	font-size: 1.25rem;
	font-weight: 700;
	color: var(--ink)
}

.call-tel {
	display: block;
	margin: 1rem 0 0.375rem;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2rem;
	font-weight: 800;
	color: var(--primary);
	line-height: 1
}

.call-tel:hover {
	color: var(--primary-deep)
}

.call-tel.copied {
	color: #17a46b
}

.call-time {
	font-size: 0.9375rem;
	color: var(--muted);
	margin-top: 0.5rem;
	margin-bottom: 0
}

.call-go {
	width: 100%;
	justify-content: center
}

.contact-meta {
	display: flex;
	justify-content: center;
	gap: 2.125rem;
	flex-wrap: wrap;
	margin-top: 3.375rem;
	padding-top: 1.875rem;
	border-top: 1px solid var(--line)
}

.contact-meta-item {
	display: flex;
	align-items: center;
	gap: 0.625rem;
	font-size: 0.875rem;
	color: var(--text)
}

.contact-meta-item svg {
	width: 1.125rem;
	height: 1.125rem;
	flex: none;
	stroke: var(--primary);
	stroke-width: 2;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round
}

@media(max-width: 64rem) {
	.dept-grid {
		grid-template-columns: 1fr;
		gap: 1.25rem
	}

	.dept-card {
		max-width: 30rem;
		width: 100%;
		margin: 0 auto
	}
}

@media(max-width: 48rem) {
	.contact-meta {
		gap: 1.125rem
	}
}

/* ============================================================
   主要客户 · 大厂 logo 墙（横向无缝滚动）
============================================================ */
.pk-clients-wall {
	position: relative;
	margin-top: 3.5rem;
	padding: 1.375rem;
	overflow: hidden;
	mask-image: linear-gradient(90deg, transparent, #000 22%, #000 78%, transparent);
	-webkit-mask-image: linear-gradient(90deg, transparent, #000 22%, #000 78%, transparent);
	touch-action: pan-y
}

.pk-clients-wall img {
	-webkit-user-drag: none;
	user-select: none;
	-webkit-user-select: none
}

.clients-track {
	display: flex;
	width: max-content;
	animation: clientsScroll 42s linear infinite;
	will-change: transform;
	cursor: grab;
	user-select: none;
	-webkit-user-select: none
}

.clients-track:active {
	cursor: grabbing
}

.clients-track--rev {
	animation-direction: reverse
}

.clients-track + .clients-track {
	margin-top: 4.5rem
}

.pk-clients-wall:hover .clients-track {
	animation-play-state: paused
}

.clients-group {
	display: flex;
	align-items: center;
	gap: 0.875rem;
	padding: 0.375rem 0.875rem 0.375rem 0
}

.client-logo {
	flex: none;
	position: relative;
	z-index: 0;
	min-width: 10rem;
	height: 6.5rem;
	padding: 0.75rem 1.25rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 0.75rem;
	transform: translateX(var(--shiftX, 0px)) translateY(0) scale(var(--zoom, 1));
	opacity: var(--fade, 1);
	transition: border-color var(--t), box-shadow var(--t), color var(--t)
}

.client-logo img {
	max-width: 7.5rem;
	max-height: 2.5rem;
	width: auto;
	height: auto;
	object-fit: contain;
	opacity: .75;
	transition: var(--t)
}

.client-logo span {
	font-size: 0.9375rem;
	line-height: 1.4;
	font-weight: 500;
	color: #5A6B84;
	white-space: nowrap;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis
}

.client-logo:hover {
	border-color: rgba(2, 115, 211, .4);
	box-shadow: var(--shadow-sm);
	transform: translateX(var(--shiftX, 0px)) translateY(-2px) scale(var(--zoom, 1))
}

.client-logo:hover img {
	opacity: 1
}

.client-logo:hover span {
	color: var(--primary)
}

.client-logo--text {
	min-width: 11.25rem;
	padding: 0.75rem 1.25rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: #fff;
	border: 1px dashed var(--line);
	border-radius: 0.75rem
}

.client-logo--text span {
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 1px;
	color: var(--ink);
	white-space: normal;
	line-height: 1.6
}

.pk-clients-wall.is-dragging .client-logo:hover {
	transform: translateX(var(--shiftX, 0px)) translateY(0) scale(var(--zoom, 1));
	opacity: var(--fade, 1);
	border-color: var(--line);
	box-shadow: none
}

.pk-clients-wall.is-dragging .client-logo:hover img {
	opacity: .75
}

.pk-clients-wall.is-dragging .client-logo:hover span {
	color: #5A6B84
}

@keyframes clientsScroll {
	from {
		transform: translateX(0)
	}

	to {
		transform: translateX(-50%)
	}
}

/* ============================================================
   首页 About Us 时间轴叙事风
============================================================ */
.about-tl-sec {
	overflow: hidden
}

.about-tl-head {
	max-width: 45rem
}

.about-tl-bar {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 1.25rem;
	flex-wrap: wrap;
	margin-bottom: 1.125rem
}

.about-tl-bar h2 {
	margin-bottom: 0
}

.about-tl-bar .about-tl-foot {
	margin-top: 0;
	flex: none
}

.about-tl-head .eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 3px;
	color: var(--primary);
	text-transform: uppercase;
	margin-bottom: 0.75rem
}

.about-tl-head .eyebrow::before {
	content: "";
	width: 1.75rem;
	height: 0.125rem;
	background: var(--primary)
}

.about-tl-head h2 {
	font-size: 2.375rem;
	font-weight: 800;
	color: var(--ink);
	line-height: 1.25;
	/* margin-bottom: 1.125rem */
}

.about-tl-head h2 .grad {
	color: var(--primary)
}

.about-tl-head p {
	font-size: 0.9375rem;
	line-height: 2;
	color: var(--text);
	margin-bottom: 0.875rem;
	max-width: 42.5rem
}

.about-tl-wrap {
	position: relative;
	overflow: hidden;
	width: 100vw;
	margin: 3.25rem calc(50% - 50vw) 1rem;
	touch-action: pan-y;
	mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
	-webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
	cursor: grab;
	-webkit-user-select: none;
	user-select: none
}

.about-tl-wrap.is-dragging {
	cursor: grabbing
}

.about-tl {
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	width: max-content;
	padding: 0.25rem 0 1rem;
	will-change: transform
}

.about-tl-item:not(:last-child)::after {
	content: "";
	position: absolute;
	top: calc(2.75rem - 0.0625rem);
	left: 50%;
	width: calc(100% + 0.75rem);
	height: 0.125rem;
	background: linear-gradient(90deg, var(--primary), #4FA8FF);
	z-index: 0
}

.about-tl-item {
	position: relative;
	flex: 0 0 auto;
	width: clamp(13rem, 19vw, 22rem);
	text-align: center;
	padding: 0 0.5rem
}

.about-tl-dot {
	position: absolute;
	top: 2.75rem;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 0.875rem;
	height: 0.875rem;
	border-radius: 50%;
	background: #fff;
	border: 3px solid var(--primary);
	box-shadow: 0 0 0 6px rgba(2, 115, 211, .14);
	z-index: 1
}

.about-tl-dot--now {
	background: var(--primary)
}

.about-tl-year {
	display: block;
	font-family: Georgia, 'Times New Roman', 'Songti SC', serif;
	font-size: clamp(1.625rem, 2.3vw, 2rem);
	font-weight: 800;
	color: var(--primary);
	line-height: 1;
	letter-spacing: 0.03em;
	font-variant-numeric: lining-nums
}

.about-tl-item:nth-child(even) .about-tl-year {
	color: var(--ink)
}

.about-tl-txt {
	display: block;
	margin-top: 2.5rem;
	font-size: 1rem;
	font-weight: 500;
	color: var(--text);
	line-height: 1.8;
	text-align: left
}

.about-tl-foot {
	display: flex;
	gap: 0.75rem;
	flex-wrap: wrap;
	margin-top: 0.625rem
}

@media(max-width: 48rem) {
	.about-tl-head h2 {
		font-size: 1.875rem
	}

	.about-tl-wrap {
		margin-top: 2.75rem
	}

	.about-tl-item {
		width: clamp(11rem, 46vw, 18rem)
	}
}

/* ============================================================
   首页整屏滚动 · 左侧圆点导航
============================================================ */
html.fp,
html.fp body {
	height: 100%;
	overflow: hidden !important
}

html.fp::-webkit-scrollbar {
	width: 0;
	height: 0
}

html.fp {
	scrollbar-width: none;
	-ms-overflow-style: none
}

.page-slide {
	position: relative
}

.page-slide.section {
	padding: 3.75rem 0;
	display: flex;
	align-items: center
}

.page-slide.section .container {
	width: 100%
}

.page-slide.showcase {
	min-height: 100vh;
	display: flex;
	align-items: center
}

.page-slide.showcase .container {
	width: 100%
}

.page-slide .sec-head {
	margin-bottom: 2rem
}

.page-slide .sec-head h2 {
	font-size: 2.125rem
}

.page-slide .sec-head p {
	margin-top: 0.75rem;
	font-size: 0.9375rem
}

.page-slide.showcase .inner {
	padding: 3.25rem 0
}

.page-slide.showcase h2 {
	font-size: 2.125rem;
	margin-bottom: 0.875rem
}

.page-slide.showcase p {
	font-size: 0.90625rem;
	line-height: 1.75
}

.page-slide.about-tl-sec .about-tl {
	margin: 0
}

.page-slide .pk-clients-wall {
	margin-top: 1.875rem
}

/* 宽屏下客户墙横向铺满视口，消除容器两侧留白 */
@media(min-width: 74rem) {
	.fullpage-swiper .fp-clients {
		width: 100%
	}

	.fullpage-swiper .fp-clients .pk-clients-wall,
	.clients-wide .pk-clients-wall {
		width: 92vw;
		position: relative;
		left: 50%;
		transform: translateX(-50%)
	}
}

/* 整屏 Swiper 容器 */
.fullpage-swiper {
	width: 100%;
	height: 100vh;
	overflow: hidden
}

.fullpage-swiper .swiper-slide {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5.25rem 0 2.75rem;
	box-sizing: border-box
}

/* 厂区图集与产品解决方案：内容高度与其他屏对齐，使标题位置一致 */
.fullpage-swiper .gallery {
	height: 25rem
}

.fullpage-swiper .prod-card .thumb {
	height: 13.125rem
}

.fullpage-swiper .prod-card .body {
	padding: 1.375rem 1.375rem 1.25rem
}

.fullpage-swiper .fp-prod .sec-head {
	margin-top: 1.25rem
}

/* 收尾屏：CTA + 页脚 */
.fp-end {
	background: var(--navy);
	flex-direction: column;
	justify-content: center
}

.fp-end .cta-band,
.fp-end .site-footer {
	width: 100%;
	flex-shrink: 0
}

.fp-end .cta-band {
	background-image: none
}

.fp-end .cta-band::before {
	display: none
}

.fp-end .cta-band .inner {
	padding: 2.25rem 0 2rem
}

.fp-end .cta-band h2 {
	font-size: 1.75rem;
	margin-bottom: 0.625rem
}

.fp-end .cta-band p {
	margin-bottom: 1.375rem
}

.fp-end .site-footer {
	padding-top: 1.875rem
}

.fp-end .site-footer::before {
	display: none
}

.fp-end .site-footer .top {
	gap: 1.5rem;
	padding-bottom: 1.875rem
}

.fp-end .site-footer h4 {
	margin-bottom: 0.875rem;
	padding-bottom: 0.5rem
}

.fp-end .site-footer ul li {
	margin-bottom: 0.4375rem
}

.fp-end .site-footer .bottom {
	padding: 1rem 0
}

/* 左侧竖排圆点（仿参考站） */
.fullpage-pagination {
	left: 1.5rem !important;
	right: auto !important;
	top: 50% !important;
	bottom: auto !important;
	transform: translateY(-50%);
	width: auto !important;
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 960
}

.fullpage-pagination .swiper-pagination-bullet {
	width: 0.3125rem;
	height: 0.3125rem;
	margin: 0.5rem 0 !important;
	border-radius: 50%;
	background: #004EA2;
	opacity: 1;
	box-shadow: none;
	transition: transform .35s ease, background .35s ease
}

.fullpage-pagination .swiper-pagination-bullet-active {
	transform: scale(3);
	background: #004EA2
}

.fullpage-pagination.on-dark .swiper-pagination-bullet {
	background: #fff
}

.fullpage-pagination.on-dark .swiper-pagination-bullet-active {
	background: #fff
}

@media(max-width: 48rem) {
	.fullpage-pagination {
		display: none
	}
}

/* ============================================================

/* ============================================================
   全站标准流体自适应（rem + clamp）
   - 全站字号、间距、模块尺寸统一换算为 rem，随根字号等比例放大；
     根字号随视口平滑缩放 16px~21px
     （1366px 视口 =1.0 倍基准，1920px ≈1.2 倍；超矮窗口自动回落，避免首页满屏内容被裁切）
   - 内容区随屏宽弹性加宽 clamp(1160px,72vw,1500px)
   ============================================================ */
html {
	font-size: min(
		clamp(16px, calc(16px + (100vw - 1366px) * .0058), 21px),
		clamp(16px, calc(16px + (100vh - 760px) * .035), 21px)
	)
}

.container {
	max-width: clamp(1160px, 72vw, 1500px)
}

/* 主要客户 Logo 墙：图标与文字随屏自适应放大 */
.pk-clients-wall .client-logo {
	min-width: clamp(150px, 10.5vw, 200px);
	height: clamp(104px, 7.5vw, 140px);
	padding: 14px 20px;
	gap: clamp(6px, .6vw, 10px)
}

.pk-clients-wall .client-logo img {
	max-width: clamp(108px, 8vw, 168px);
	max-height: clamp(42px, 3.4vw, 64px)
}

.pk-clients-wall .client-logo span {
	font-size: clamp(.875rem, .9vw, 1rem);
	line-height: 1.35
}

.pk-clients-wall .client-logo--text {
	min-width: clamp(170px, 11vw, 220px)
}

.pk-clients-wall .client-logo--text span {
	font-size: clamp(.9375rem, .95vw, 1.125rem)
}/* ============================================================
   会话期最终样式（覆盖，保证最终效果一致）
============================================================ */

.call-tel {
	font-family: Arial, Helvetica, sans-serif;
}

.cap-card {
	height: calc(100% - 30px);
	margin-bottom: 30px;
}

.about-tl-wrap {
	position: relative;
	overflow: hidden;
	width: 100vw;
	margin: 3.25rem calc(50% - 50vw) 1rem;
	touch-action: pan-y;
	mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
	-webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
	cursor: grab;
	-webkit-user-select: none;
	user-select: none
}

.about-tl-wrap.is-dragging {
	cursor: grabbing
}

.about-tl {
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	width: max-content;
	padding: 0.25rem 0 1rem;
	will-change: transform;
	margin: 0
}

.about-tl::before {
	content: none
}

.about-tl-item {
	position: relative;
	flex: 0 0 auto;
	width: clamp(13rem, 19vw, 22rem);
	text-align: center;
	padding: 0 0.5rem
}

.about-tl-item:not(:last-child)::after {
	content: "";
	position: absolute;
	top: calc(2.75rem - 0.0625rem);
	left: 50%;
	width: calc(100% + 0.75rem);
	height: 0.125rem;
	background: linear-gradient(90deg, var(--primary), #4FA8FF);
	z-index: 0
}

.about-tl-dot {
	position: absolute;
	top: 2.75rem;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 0.875rem;
	height: 0.875rem;
	border-radius: 50%;
	background: #fff;
	border: 3px solid var(--primary);
	box-shadow: 0 0 0 6px rgba(2, 115, 211, .14);
	z-index: 1
}

.about-tl-year {
	display: block;
	font-family: Georgia, 'Times New Roman', 'Songti SC', serif;
	font-size: clamp(1.625rem, 2.3vw, 2rem);
	font-weight: 800;
	color: var(--primary);
	line-height: 1;
	letter-spacing: 0.03em;
	font-variant-numeric: lining-nums
}

.about-tl-txt {
	display: block;
	margin-top: 2.5rem;
	font-size: 1rem;
	font-weight: 500;
	color: var(--text);
	line-height: 1.8;
	text-align: left
}

.about-tl-head .eyebrow {
	margin-bottom: 0.75rem
}

.about-tl-bar {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 1.25rem;
	flex-wrap: wrap;
	margin-bottom: 1.125rem
}

.about-tl-bar h2 {
	margin-bottom: 0
}

.about-tl-bar .about-tl-foot {
	margin-top: 0;
	flex: none
}

.about-tl-foot {
	display: flex;
	gap: 0.75rem;
	flex-wrap: wrap;
	margin-top: 0.625rem
}

.page-slide.about-tl-sec .about-tl {
	margin: 0
}

@media(max-width: 48rem) {
	.about-tl-wrap {
		margin-top: 2.75rem
	}

	.about-tl-item {
		width: clamp(11rem, 46vw, 18rem)
	}
}

.tl-item .year {
	font-family: Georgia, 'Times New Roman', 'Songti SC', serif;
	font-size: 2.125rem;
	font-weight: 800;
	color: var(--primary);
	line-height: 1;
	letter-spacing: 0.03em;
	font-variant-numeric: lining-nums
}

.tl-item p {
	font-size: 1rem;
	font-weight: 500;
	color: var(--ink);
	line-height: 1.9
}

.timeline .tl-item {
	opacity: 0;
	transform: translateY(34px);
	transition: opacity .7s ease, transform .8s cubic-bezier(.22, 1, .36, 1)
}

.timeline .tl-item.tl-in {
	opacity: 1;
	transform: none
}

.site-footer ul li.addr {
	white-space: nowrap;
	font-size: 0.875rem;
	color: #9FB0C4;
	line-height: 1.9
}

@media(max-width: 64rem) {
	.site-footer ul li.addr {
		white-space: normal
	}
}
/* 简介正文首行缩进 */
.media-block .text>p {
	text-indent: 2em
}
/* ============================================================
   公司简介右侧 叠层错落图组（主图自动淡入 + 次图叠放 + 信息卡）
============================================================ */
#company .media-block {
	align-items: center;
	gap: 3rem;
	grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr)
}

#company .media-block .text {
	min-width: 0
}

#company .media-block .about-media {
	width: 100%;
	max-width: 36rem;
	margin-left: auto
}

#company .media-figure.about-media {
	overflow: visible;
	height: auto;
	background: transparent;
	box-shadow: none;
	border-radius: 0;
	margin-bottom: 2.75rem
}

#company .media-figure.about-media::after {
	content: none
}

#company .media-figure.about-media:hover img {
	transform: none
}

.am-frame {
	position: relative;
	width: 100%;
	aspect-ratio: 4/3;
	border-radius: 1.25rem;
	overflow: hidden;
	background: var(--navy);
	box-shadow: var(--shadow)
}

.am-sub {
	position: absolute;
	left: -1.75rem;
	bottom: -2.75rem;
	width: 40%;
	aspect-ratio: 4/3;
	border-radius: 1rem;
	overflow: hidden;
	border: 0.4rem solid #fff;
	box-shadow: var(--shadow);
	z-index: 3
}

.am-frame .about-slide {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transition: opacity 1.1s ease
}

.am-frame .about-slide.is-on {
	opacity: 1
}

.am-frame::after {
	content: "";
	position: absolute;
	inset: 0.75rem;
	z-index: 2;
	border: 2px solid rgba(255, 255, 255, .7);
	border-radius: 0.75rem;
	pointer-events: none;
	opacity: 1;
	transform: scale(1)
}

.am-frame.ring-go::after {
	animation: aboutRing .9s ease both
}

@keyframes aboutRing {
	from {
		opacity: 0;
		transform: scale(.92)
	}
	to {
		opacity: 1;
		transform: scale(1)
	}
}

.am-sub {
	position: absolute;
	left: -1.75rem;
	bottom: -2.75rem;
	width: 38%;
	aspect-ratio: 4/3;
	border-radius: 1rem;
	overflow: hidden;
	border: 0.4rem solid #fff;
	box-shadow: var(--shadow);
	z-index: 3
}

.am-sub img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block
}

.am-card {
	position: absolute;
	right: -1.25rem;
	bottom: 1.5rem;
	z-index: 4;
	max-width: 58%;
	background: rgba(255, 255, 255, .95);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	border-radius: 0.9rem;
	box-shadow: var(--shadow-sm);
	padding: 0.7rem 1rem
}

.am-card b {
	display: block;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 1.125rem;
	letter-spacing: 0.03em;
	color: var(--primary);
	line-height: 1
}

.am-card span {
	display: block;
	margin-top: 0.25rem;
	font-size: 0.875rem;
	color: var(--text);
	line-height: 1.5
}

@media(max-width: 48rem) {
	.am-frame {
		border-radius: 1rem
	}

	.am-sub {
		left: 0.5rem;
		bottom: -1.5rem;
		width: 42%;
		border-width: 0.3rem
	}

	.am-card {
		right: 0.5rem;
		bottom: 1rem;
		max-width: 62%
	}
}


/* 图上“了解核心业务”按钮 */
#company .about-media .am-go {
	position: absolute;
	top: 1.6rem;
	left: 1.6rem;
	z-index: 6;
	display: inline-flex;
	align-items: center;
	gap: 0.375rem;
	padding: 0.5rem 1.05rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, .92);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	color: var(--ink);
	font-size: 0.875rem;
	font-weight: 600;
	box-shadow: var(--shadow-sm);
	transition: background var(--t), color var(--t)
}

#company .about-media .am-go svg {
	width: 0.875rem;
	height: 0.875rem;
	stroke: currentColor;
	stroke-width: 2;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
	transition: transform .3s ease
}

#company .about-media .am-go:hover {
	background: var(--primary);
	color: #fff
}

#company .about-media .am-go:hover svg {
	transform: translateX(4px)
}
/* 液态玻璃质感：图上信息卡与按钮 */
#company .about-media .am-card {
	background: linear-gradient(135deg, rgba(255, 255, 255, .78), rgba(255, 255, 255, .32));
	border: 1px solid rgba(255, 255, 255, .72);
	-webkit-backdrop-filter: blur(18px) saturate(160%);
	backdrop-filter: blur(18px) saturate(160%);
	box-shadow: 0 14px 30px rgba(10, 37, 64, .16), inset 0 1px 0 rgba(255, 255, 255, .85), inset 0 -14px 24px rgba(255, 255, 255, .14)
}

#company .about-media .am-card b {
	color: var(--primary)
}

#company .about-media .am-card span {
	color: var(--text)
}

#company .about-media .am-go {
	background: linear-gradient(120deg, rgba(255, 255, 255, .82), rgba(255, 255, 255, .34));
	border: 1px solid rgba(255, 255, 255, .78);
	-webkit-backdrop-filter: blur(16px) saturate(170%);
	backdrop-filter: blur(16px) saturate(170%);
	box-shadow: 0 10px 22px rgba(10, 37, 64, .14), inset 0 1px 0 rgba(255, 255, 255, .9)
}

#company .about-media .am-go:hover {
	background: var(--primary);
	border-color: var(--primary);
	color: #fff;
	box-shadow: 0 10px 22px rgba(2, 115, 211, .35), inset 0 1px 0 rgba(255, 255, 255, .25)
}
/* 底部渐变白字极简（信息+按钮压在主图下部） */
.am-frame .am-cap {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1rem;
	padding: 3rem 1.75rem 1.6rem;
	background: linear-gradient(180deg, rgba(10, 37, 64, 0) 0%, rgba(10, 37, 64, .16) 42%, rgba(10, 37, 64, .68) 100%);
	pointer-events: none
}

.am-cap-txt,
.am-cap-btn {
	pointer-events: auto
}

.am-cap-txt b {
	display: block;
	font-family: Georgia, 'Times New Roman', 'Songti SC', serif;
	font-size: 1.375rem;
	letter-spacing: 0.04em;
	color: #fff;
	line-height: 1.2;
	text-shadow: 0 1px 6px rgba(10, 37, 64, .35)
}

.am-cap-txt span {
	display: block;
	margin-top: 0.3rem;
	font-size: 0.875rem;
	color: rgba(255, 255, 255, .85);
	letter-spacing: 1px;
	line-height: 1.5
}

.am-cap-btn {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	padding: 0.5rem 1.1rem;
	border: 1px solid rgba(255, 255, 255, .75);
	border-radius: 999px;
	color: #fff;
	font-size: 0.875rem;
	font-weight: 600;
	white-space: nowrap;
	transition: background var(--t), color var(--t), border-color var(--t)
}

.am-cap-btn svg {
	width: 0.875rem;
	height: 0.875rem;
	stroke: currentColor;
	stroke-width: 2;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
	transition: transform .3s ease
}

.am-cap-btn:hover {
	background: #fff;
	border-color: #fff;
	color: var(--ink)
}

.am-cap-btn:hover svg {
	transform: translateX(4px)
}

@media(max-width: 48rem) {
	.am-frame .am-cap {
		flex-direction: column;
		align-items: flex-start;
		padding: 2.5rem 1.25rem 1.25rem
	}
}
/* 信息放左、次图移右下，避免遮挡 */
.am-frame .am-cap {
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 1.1rem
}

.am-sub {
	left: auto;
	right: -1.5rem;
	bottom: -2.5rem
}

@media(max-width: 48rem) {
	.am-sub {
		right: 0.5rem;
		left: auto;
		bottom: -1.5rem
	}

	.am-frame .am-cap {
		padding: 2.5rem 1.25rem 1.25rem;
		gap: 0.9rem
	}
}
/* 小图：产品中心横向滑播 */
.am-sub {
	width: 46%;
	overflow: hidden
}

.am-sub-track {
	display: flex;
	height: 100%;
	will-change: transform
}

.am-sub-track img {
	flex: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block
}

@media(max-width: 48rem) {
	.am-sub {
		width: 54%
	}
}
/* 小图描边改外圈式，消除白边缺口 */
.am-sub {
	border: none;
	border-radius: 1.1rem;
	box-shadow: 0 0 0 0.4rem #fff, var(--shadow)
}

@media(max-width: 48rem) {
	.am-sub {
		box-shadow: 0 0 0 0.3rem #fff, var(--shadow)
	}
}
/* 小图：更细白圈 + 内衬白底防滑动漏角 */
.am-sub {
	background: #fff;
	border-radius: 0.85rem;
	box-shadow: 0 0 0 0.25rem #fff, var(--shadow)
}

@media(max-width: 48rem) {
	.am-sub {
		box-shadow: 0 0 0 0.2rem #fff, var(--shadow)
	}
}
/* 小图滑动过渡兜底（避免回卷后丢失动画变硬切） */
.am-sub-track {
	transition: transform 1s cubic-bezier(.22, 1, .36, 1)
}
/* 大图更高 / 小图下移 / 浮点对齐防缝 */
.am-frame {
	aspect-ratio: 5/4
}

.am-sub {
	right: -1.75rem;
	bottom: -3.5rem
}

@media(max-width: 48rem) {
	.am-sub {
		right: 0.5rem;
		bottom: -2.2rem
	}
}
/* 小图产品滚带：复用客户墙无缝跑马灯机制 */
.am-sub-mq {
	display: flex;
	width: max-content;
	height: 100%;
	animation: amMq 30s linear infinite;
	will-change: transform
}

.am-sub-mq:hover {
	animation-play-state: paused
}

.am-mq-group {
	display: flex;
	flex: none;
	height: 100%
}

.am-mq-group img {
	flex: none;
	height: 100%;
	width: auto;
	max-width: none;
	display: block
}

@keyframes amMq {
	from {
		transform: translateX(0)
	}
	to {
		transform: translateX(-50%)
	}
}
/* 小图 Swiper：单张循环步进 */
.am-sub-swiper,
.am-sub-swiper .swiper-wrapper,
.am-sub-swiper .swiper-slide {
	width: 100%;
	height: 100%
}

.am-sub-swiper .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block
}
/* ============================================================
   荣誉资质：左右卡片等高设计
============================================================ */
#honor .row {
	align-items: stretch
}

#honor .row>[class*="col-"] {
	display: flex
}

#honor .row>[class*="col-"]>.panel {
	width: 100%;
	display: flex;
	flex-direction: column
}

#honor .row .panel h3 {
	flex: none
}

#honor .row .honor-list {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly
}

#honor .row .honor-list li {
	padding: 0.75rem 0
}
/* ============================================================
   荣誉资质：逐条悬停动画
============================================================ */
#honor .honor-list li {
	border-radius: 0.75rem;
	padding: 1rem;
	transition: transform .4s cubic-bezier(.22, 1, .36, 1), background-color .4s ease, box-shadow .4s ease
}

#honor .honor-list li:hover {
	background: linear-gradient(90deg, rgba(2, 115, 211, .07), rgba(79, 168, 255, .04));
	transform: translateX(8px);
	box-shadow: 0 10px 22px rgba(10, 37, 64, .08);
	padding-left: 1rem
}

#honor .honor-list .num,
#honor .honor-list .txt strong {
	transition: color var(--t), background-color var(--t), transform var(--t)
}

#honor .honor-list li:hover .num {
	background: var(--primary);
	color: #fff;
	transform: scale(1.06) rotate(-4deg)
}

#honor .honor-list li:hover .txt strong {
	color: var(--primary)
}
/* packaging 车间卡：固定行高，三张等高切换 */
.pk-card {
	grid-template-rows: 26.875rem
}

.pk-figure img {
	min-height: 0
}

@media(max-width: 64rem) {
	.pk-card {
		grid-template-rows: none
	}

	.pk-figure img {
		min-height: 20rem
	}
}
/* 小图随滚动滑入效果 */
.about-media .am-sub {
	opacity: 0;
	transform: translate(3rem, 3rem);
	transition: opacity .7s ease, transform .9s cubic-bezier(.22, 1, .36, 1)
}

.about-media .am-sub.am-in {
	opacity: 1;
	transform: none
}
/* 首页“智能化生产能力”大图区：内容更大气可读 */
.page-slide.showcase .inner {
	max-width: 52rem
}

.page-slide.showcase p {
	font-size: 1.125rem;
	line-height: 2.05;
	color: #D4E0EE;
	margin-bottom: 1.25rem
}

.page-slide.showcase p:last-child {
	margin-bottom: 0
}

@media(max-width: 48rem) {
	.page-slide.showcase p {
		font-size: 1rem
	}
}
/* ============================================================
   全站正文可读性：内容段落统一放大到 17px
============================================================ */
.sec-head p,
.media-block .text p,
.panel p,
.dept-card p,
.cap-card p,
.cp-card p,
.pk-info p,
.prod-card p,
.value-card p {
	font-size: 1.125rem;
	line-height: 1.95
}
/* ============================================================
   模块标题下方说明/副标：全部加大至 17px（覆盖高优先级旧规则）
============================================================ */
.page-slide .sec-head p,
.section--dark .sec-head p,
.sec-head p {
	font-size: 1.125rem;
	line-height: 1.95
}

.sec-en {
	font-size: 1.125rem;
	letter-spacing: 2px
}

.page-banner .sub {
	font-size: 1.125rem;
	line-height: 1.9
}
/* 首页“始于1938”模块说明文字统一 17px */
.about-tl-head p {
	font-size: 1.125rem;
	line-height: 1.95;
	color: var(--text)
}/* 模块标题下方小字单行显示（窄屏自动折行防溢出） */
.sec-head p {
	white-space: nowrap
}

@media(max-width: 48rem) {
	.sec-head p {
		white-space: normal
	}
}
/* about：顶部锚点标签按钮文字 18px */
.about-anchors .btn--sm {
	font-size: 1.125rem;
	padding: 0.5rem 1.15rem
}

/* about 荣誉资质：标题与条目文字最小 18px */
#honor .panel h3 {
	font-size: 1.375rem
}

#honor .honor-list .txt strong,
#honor .honor-list .txt span {
	font-size: 1.125rem
}

#honor .honor-list .txt strong {
	margin-bottom: 0.3rem
}

#honor .honor-list .num {
	width: 2.75rem;
	height: 2.75rem;
	font-size: 1.125rem
}
/* about 企业文化卡片保持整体居中 */
#culture .value-card {
	text-align: center
}

#culture .value-card .char {
	margin: 0 auto 1.25rem
}

#culture .value-card::after {
	left: 50%;
	transform: translateX(-50%) scaleX(0)
}

#culture .value-card:hover::after {
	transform: translateX(-50%) scaleX(1)
}

/* 荣誉式列表条目标题与说明统一 18px（about/research） */
.honor-list .txt strong,
.honor-list .txt span {
	font-size: 1.125rem
}
/* research prod-card 描述 18px（覆盖更具体旧规则） */
.prod-card .body p {
	font-size: 1.125rem;
	line-height: 1.9
}

/* 荣誉式列表行悬停动画（人员技术 / 业务承接与制版设备 等） */
.honor-list li {
	border-radius: 0.75rem;
	transition: transform .4s cubic-bezier(.22, 1, .36, 1), background-color .4s ease, box-shadow .4s ease
}

.honor-list li:hover {
	background: linear-gradient(90deg, rgba(2, 115, 211, .07), rgba(79, 168, 255, .04));
	transform: translateX(8px);
	box-shadow: 0 10px 22px rgba(10, 37, 64, .08)
}

.honor-list li:hover .num {
	background: var(--primary);
	color: #fff;
	transform: scale(1.06) rotate(-4deg)
}

.honor-list .txt strong {
	transition: color var(--t)
}

.honor-list li:hover .txt strong {
	color: var(--primary)
}
/* 荣誉式列表行悬停（重设计：克制、无位移/无投影） */
.honor-list li {
	position: relative;
	padding: 1rem 1.125rem 1rem 1.375rem;
	border-radius: 0.75rem;
	transition: background-color .35s ease
}

.honor-list li::before {
	content: "";
	position: absolute;
	left: 0.25rem;
	top: 50%;
	width: 3px;
	height: 0;
	transform: translateY(-50%);
	border-radius: 3px;
	background: var(--primary);
	transition: height .35s cubic-bezier(.22, 1, .36, 1)
}

.honor-list li:hover {
	transform: none;
	box-shadow: none;
	background: linear-gradient(90deg, rgba(2, 115, 211, .05), rgba(79, 168, 255, .02))
}

.honor-list li:hover::before {
	height: 62%
}

.honor-list li:hover .num {
	background: var(--primary);
	color: #fff;
	transform: scale(1.05)
}

.honor-list li:hover .txt strong {
	color: var(--primary)
}
/* 荣誉式列表行悬停（重设计二：无竖线，扫光+序号旋转点亮） */
.honor-list li {
	position: relative;
	overflow: hidden;
	padding: 1rem 1.5rem 1rem 1.375rem;
	border-radius: 0.75rem
}

.honor-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, rgba(2, 115, 211, .09), rgba(79, 168, 255, .04));
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .5s cubic-bezier(.22, 1, .36, 1)
}

.honor-list li:hover::before {
	transform: scaleX(1)
}

.honor-list .num,
.honor-list .txt {
	position: relative;
	z-index: 1
}

.honor-list .num {
	transition: transform .55s cubic-bezier(.22, 1, .36, 1), background-color var(--t), color var(--t)
}

.honor-list li:hover .num {
	background: var(--primary);
	color: #fff;
	transform: rotate(360deg) scale(1.08)
}

.honor-list .txt strong {
	display: inline-block;
	transition: color var(--t), transform var(--t)
}

.honor-list li:hover .txt strong {
	color: var(--primary);
	transform: translateX(6px)
}
/* 最终修正：荣誉列表整块一体，行间不留缝；扫光完整铺满整行 */
#honor .row .honor-list {
	justify-content: flex-start
}

.honor-list li {
	border-radius: 0;
	overflow: visible;
	padding: 1rem 0;
	transform: none
}

.honor-list li::before {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 0;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .5s cubic-bezier(.22, 1, .36, 1)
}

.honor-list li:hover {
	background: transparent;
	transform: none;
	box-shadow: none
}

.honor-list li:hover::before {
	height: 100%;
	transform: scaleX(1)
}
/* hover 统一：整条（标题+说明）一起移动 */
.honor-list .txt {
	transition: transform .4s cubic-bezier(.22, 1, .36, 1)
}

.honor-list li:hover .txt {
	transform: translateX(6px)
}

.honor-list .txt strong {
	transform: none;
	transition: color var(--t)
}

.honor-list li:hover .txt strong {
	transform: none;
	color: var(--primary)
}
/* research IP 统计卡片：去掉标题残留的装饰短横线 */
#ip .panel h3::after {
	content: none
}
/* CTA 模块说明统一 18px */
.cta-band p,
.fp-end .cta-band p {
	font-size: 1.125rem;
	line-height: 1.9
}
/* 内容容器：1280px 大厂官网式宽度，减少两侧留白 */
.container {
	max-width: 80rem;
	padding: 0 1.25rem
}
/* footer 大厂式通栏：宽度对齐顶部导航（全宽 - 6vw 边距） */
.site-footer .container,
.fp-end .site-footer .container {
	max-width: none;
	padding: 0 6vw
}

.site-footer .top {
	gap: 3.5rem
}
/* 首页/全站 footer 通栏强制兜底 */
.site-footer .container,
.fp-end .site-footer .container {
	max-width: none !important;
	width: 100% !important;
	padding: 0 clamp(1rem, 2.5vw, 3rem) !important
}

.fp-end .site-footer {
	width: 100%
}

.site-footer .top {
	grid-template-columns: 1.6fr 1fr 1fr 1fr 1.4fr;
	gap: clamp(1.5rem, 4vw, 4.5rem)
}
/* #siteFooter 外层宽度 */
#siteFooter {
	display: block;
	width: 100%
}
/* footer .top 改 flex，栏目 space-around 分布（内部样式保持不变） */
.site-footer .top {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	gap: clamp(2rem, 4vw, 4rem)
}

.site-footer .top>div {
	flex: none
}

/* footer 文字加大（大厂式：标题18 / 链接16） */
.site-footer h4 {
	font-size: 1.125rem
}

.site-footer ul li a,
.site-footer ul li.addr {
	font-size: 1rem
}
/* footer 品牌区重设计 */
.site-footer .brand {
	max-width: 21rem;
	text-align: left
}

.site-footer .brand-head {
	display: flex !important;
	align-items: center;
	gap: 0.9rem
}

.site-footer .brand-head img {
	height: 3rem;
	width: auto
}

.site-footer .brand .name {
	margin-top: 0;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 1px;
	color: #fff
}

.site-footer .brand p {
	margin-top: 1.25rem;
	display: flex;
	align-items: center;
	gap: 0.625rem;
	font-size: 0.9375rem;
	font-weight: 600;
	letter-spacing: 4px;
	color: #9FC0E0
}

.site-footer .brand p::before {
	content: "";
	width: 1.75rem;
	height: 1px;
	flex: none;
	background: rgba(255, 255, 255, .35)
}
/* CTA 按钮：缩小与上文间距、放大按钮文字 */
.cta-band .inner p {
	margin-bottom: 1.25rem
}

.cta-band .row-cta {
	margin-top: 0
}

.cta-band .row-cta .btn,
.fp-end .cta-band .row-cta .btn {
	font-size: 1.125rem;
	padding: 0.9rem 2.1rem
}
/* 首页产品解决方案整屏：压缩卡片高度，防止标题被裁/遮挡 */
.fullpage-swiper .fp-prod .sec-head {
	margin-top: 1rem;
	margin-bottom: 1.25rem
}

.fullpage-swiper .prod-card .thumb {
	height: 10.5rem
}

.fullpage-swiper .prod-card .body {
	padding: 1.125rem 1.375rem 1.125rem
}

.fullpage-swiper .prod-card .body p {
	font-size: 1rem;
	line-height: 1.75
}

.fullpage-swiper .prod-card .body .foot {
	margin-top: 0.75rem;
	padding-top: 0.75rem
}
/* 首页产品卡缩略图：完整显示不裁切 */
.fullpage-swiper .prod-card .thumb {
	background: #fff
}

.fullpage-swiper .prod-card .thumb img {
	object-fit: contain
}
/* research 技术创新与知识产权 统计卡美化 */
#ip .row>.col-4>.panel {
	position: relative;
	overflow: hidden;
	border-radius: 1.25rem;
	background: linear-gradient(165deg, #fff 55%, #F2F7FD);
	transition: transform .45s cubic-bezier(.22, 1, .36, 1), box-shadow .45s ease, border-color .45s ease
}

#ip .row>.col-4>.panel::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(90deg, var(--primary), #4FA8FF)
}

#ip .row>.col-4>.panel::after {
	content: "";
	position: absolute;
	right: -3.5rem;
	bottom: -3.5rem;
	width: 11rem;
	height: 11rem;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(2, 115, 211, .09), transparent 70%);
	pointer-events: none
}

#ip .row>.col-4>.panel:hover {
	transform: translateY(-6px);
	box-shadow: var(--shadow);
	border-color: rgba(2, 115, 211, .25)
}

#ip .row>.col-4>.panel .num {
	position: relative;
	font-weight: 800;
	text-shadow: 0 2px 10px rgba(2, 115, 211, .18)
}

#ip .row>.col-4>.panel h3 {
	position: relative;
	letter-spacing: 0.5px
}

#ip .row>.col-4>.panel p {
	position: relative;
	line-height: 1.7
}
/* IP 统计卡：收紧内边距，整体更紧凑 */
#ip .row>.col-4>.panel {
	padding: 1.75rem 1.375rem
}

#ip .row>.col-4>.panel p {
	margin-top: 6px
}
/* ============================================================
   research 证书/专利/标准/资质 文档墙
============================================================ */
.doc-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
	gap: 1.25rem
}

.doc-card {
	position: relative;
	margin: 0;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 0.9rem;
	padding: 1rem;
	overflow: hidden;
	box-shadow: var(--shadow-sm);
	cursor: zoom-in;
	transition: transform .45s cubic-bezier(.22, 1, .36, 1), box-shadow .45s ease, border-color .45s ease
}

.doc-card img {
	width: 100%;
	height: 15rem;
	object-fit: contain;
	display: block;
	transition: transform .6s cubic-bezier(.22, 1, .36, 1)
}

.doc-card:hover {
	transform: translateY(-6px);
	box-shadow: var(--shadow);
	border-color: rgba(2, 115, 211, .35)
}

.doc-card:hover img {
	transform: scale(1.05)
}

.doc-card::before {
	content: "+";
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(10, 37, 64, .28);
	color: #fff;
	font-size: 2.25rem;
	font-weight: 300;
	opacity: 0;
	transition: opacity .35s ease
}

.doc-card:hover::before {
	opacity: 1
}

.doc-card figcaption {
	display: none
}

@media(max-width: 48rem) {
	.doc-card img {
		height: 12rem
	}
}

/* 灯箱 */
.doc-lbox {
	position: fixed;
	inset: 0;
	z-index: 4000;
	background: rgba(10, 37, 64, .94);
	display: none;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 2rem
}

.doc-lbox.show {
	display: flex
}

.doc-lbox img {
	max-width: 90vw;
	max-height: 82vh;
	object-fit: contain;
	box-shadow: 0 24px 60px rgba(0, 0, 0, .45)
}

.doc-lbox .doc-cap {
	margin-top: 1rem;
	color: rgba(255, 255, 255, .85);
	font-size: 1rem;
	letter-spacing: 1px
}

.doc-lbox .doc-close {
	position: absolute;
	top: 1.25rem;
	right: 1.75rem;
	width: 2.5rem;
	height: 2.5rem;
	border: 1px solid rgba(255, 255, 255, .4);
	border-radius: 50%;
	background: transparent;
	color: #fff;
	font-size: 1.25rem;
	cursor: pointer;
	transition: background var(--t), color var(--t)
}

.doc-lbox .doc-close:hover {
	background: #fff;
	color: var(--ink)
}
/* ============================================================
   叠卡堆：悬停扇形展开（逐个露出下层证书）
============================================================ */
.deck {
	position: relative;
	width: min(320px, 88vw);
	height: min(440px, 74vh);
	margin: 0 auto;
	perspective: 1400px
}

.deck .doc-card {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	padding: 0.55rem;
	border-radius: 1rem;
	cursor: zoom-in;
	z-index: calc(var(--n) - var(--i) + 1);
	transform-origin: 50% 100%;
	transform: none;
	box-shadow: 0 18px 38px rgba(10, 37, 64, .2);
	transition: transform .6s cubic-bezier(.22, 1, .36, 1), box-shadow .6s ease, border-color .6s ease;
	transition-delay: calc((var(--n) - var(--i)) * 70ms)
}

.deck .doc-card img {
	height: 100%
}

.deck.on .doc-card {
	transform:
		translateX(calc((var(--i) - (var(--n) + 1) / 2) * 52px))
		translateY(calc((var(--n) - var(--i)) * 5px))
		rotate(calc((var(--i) - (var(--n) + 1) / 2) * 5deg));
	transition-delay: calc((var(--i) - 1) * 120ms)
}

.deck.on .doc-card:hover {
	transform:
		translateX(calc((var(--i) - (var(--n) + 1) / 2) * 52px))
		translateY(calc((var(--n) - var(--i)) * 5px - 58px))
		rotate(0deg) scale(1.07);
	z-index: calc(var(--n) + 20);
	box-shadow: 0 30px 56px rgba(10, 37, 64, .32);
	transition-delay: 0ms
}

.deck .doc-card::before {
	display: none
}

.deck-tip {
	text-align: center;
	margin-top: 1.5rem;
	font-size: 0.875rem;
	color: var(--muted);
	letter-spacing: 1px
}
/* ============================================================
   deck-pair：左侧扇形 + 右侧独立预览板
============================================================ */
.deck-pair {
	display: grid;
	grid-template-columns: minmax(0, 360px) 1fr;
	gap: clamp(2.5rem, 6vw, 5rem);
	align-items: center;
	max-width: 64rem;
	margin: 0 auto
}

.deck-pair .deck {
	width: 100%;
	height: min(460px, 70vh);
	margin: 0
}

.deck-preview {
	position: relative;
	width: 100%;
	max-width: 520px;
	margin: 0 auto;
	aspect-ratio: 3/4;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(160deg, #fff, #F1F6FB);
	border: 1px solid var(--line);
	border-radius: 1rem;
	box-shadow: var(--shadow-sm);
	overflow: hidden;
	padding: 1.25rem;
	cursor: zoom-in;
	transition: box-shadow .4s ease, border-color .4s ease
}

.deck-preview:hover {
	border-color: rgba(2, 115, 211, .4);
	box-shadow: var(--shadow)
}

.deck-preview img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	display: block
}

.deck-preview .dp-tag {
	position: absolute;
	top: 0.85rem;
	left: 0.85rem;
	z-index: 2;
	background: rgba(255, 255, 255, .9);
	border: 1px solid var(--line);
	border-radius: 999px;
	padding: 0.22rem 0.7rem;
	font-size: 0.8rem;
	color: var(--primary);
	letter-spacing: 0.5px
}

.deck-tip {
	display: none
}

/* 扇内不再原位抽出，hover 仅轻提示（顺序始终不乱） */
.deck.on .doc-card:hover {
	transform:
		translateX(calc((var(--i) - (var(--n) + 1) / 2) * 52px))
		translateY(calc((var(--n) - var(--i)) * 5px))
		rotate(calc((var(--i) - (var(--n) + 1) / 2) * 5deg));
	z-index: calc(var(--n) - var(--i) + 1);
	transition-delay: 0ms
}

@media(max-width: 64rem) {
	.deck-pair {
		grid-template-columns: 1fr;
		row-gap: 2.5rem
	}

	.deck-preview {
		max-width: 460px
	}
}
/* 扇形 hover：沿原位垂直抽出，顺序不乱 */
.deck.on .doc-card:hover {
	transform:
		translateX(calc((var(--i) - (var(--n) + 1) / 2) * 52px))
		translateY(calc((var(--n) - var(--i)) * 5px - 84px))
		rotate(0deg) scale(1.08);
	z-index: calc(var(--n) + 30);
	box-shadow: 0 34px 60px rgba(10, 37, 64, .32);
	transition-delay: 0ms
}
/* 抽出状态机：禁用直接 hover 位移，改由 .is-out 控制 */
.deck.on .doc-card:hover {
	transform:
		translateX(calc((var(--i) - (var(--n) + 1) / 2) * 52px))
		translateY(calc((var(--n) - var(--i)) * 5px))
		rotate(calc((var(--i) - (var(--n) + 1) / 2) * 5deg));
	z-index: calc(var(--n) - var(--i) + 1);
	box-shadow: 0 18px 38px rgba(10, 37, 64, .2);
	transition-delay: 0ms
}

.deck.on .doc-card.is-out {
	transform:
		translateX(calc((var(--i) - (var(--n) + 1) / 2) * 52px))
		translateY(calc((var(--n) - var(--i)) * 5px - 92px))
		rotate(0deg) scale(1.08);
	z-index: calc(var(--n) + 40);
	box-shadow: 0 34px 60px rgba(10, 37, 64, .32);
	transition-delay: 0ms
}
/* ============================================================
   #ip 内嵌 五类成果展示
============================================================ */
.ip-extra {
	margin-top: 3.5rem
}

.ip-sub-head {
	display: flex;
	align-items: baseline;
	justify-content: center;
	gap: 0.75rem;
	margin-bottom: 2rem;
	flex-wrap: wrap
}

.ip-sub-head span {
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 3px;
	color: var(--primary);
	text-transform: uppercase
}

.ip-sub-head span::after {
	content: "";
	display: block;
	width: 2.5rem;
	height: 2px;
	background: var(--primary);
	margin: 0.35rem auto 0;
	border-radius: 1px
}

.ip-sub-head h3 {
	font-size: 1.875rem;
	font-weight: 800;
	color: var(--ink)
}

.ip-extra .deck {
	width: min(340px, 88vw);
	height: min(470px, 70vh)
}

/* 专利小图跑马灯（不可放大） */
.ip-marquee {
	overflow: hidden;
	padding: 1rem 0;
	mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
	-webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent)
}

.mq-row {
	display: flex;
	width: max-content;
	animation: mqScroll 22s linear infinite
}

.ip-marquee:hover .mq-row {
	animation-play-state: paused
}

@keyframes mqScroll {
	from {
		transform: translateX(0)
	}
	to {
		transform: translateX(-50%)
	}
}

.mq-cell {
	flex: none;
	width: 15rem;
	height: 11rem;
	margin: 0 0.75rem;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 0.75rem;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.6rem;
	box-shadow: var(--shadow-sm)
}

.mq-cell img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	display: block
}

/* 认证证书：随机乱序墙 */
.cert-wall {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1.5rem;
	perspective: 1200px
}

.cwall-item {
	margin: 0;
	flex: none;
	width: 250px;
	height: 330px;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 1rem;
	box-shadow: var(--shadow-sm);
	padding: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: zoom-in;
	transition: transform .5s cubic-bezier(.22, 1, .36, 1), box-shadow .4s ease, border-color .4s ease
}

.cwall-item img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	display: block
}

.cwall-item:hover {
	box-shadow: var(--shadow);
	border-color: rgba(2, 115, 211, .4);
	transform: scale(1.04) !important
}

/* 资质与奖励：金框三连 */
.award-belt {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
	max-width: 54rem;
	margin: 0 auto
}

.aw-item {
	margin: 0;
	aspect-ratio: 3/4;
	background: linear-gradient(165deg, #FFFDF6, #F3E8CE);
	border: 1px solid #E7D5A6;
	border-top: 4px solid #C9A24B;
	border-radius: 0.9rem;
	box-shadow: 0 12px 26px rgba(176, 139, 62, .16);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.9rem;
	cursor: zoom-in;
	transition: transform .45s cubic-bezier(.22, 1, .36, 1), box-shadow .45s ease
}

.aw-item img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	display: block
}

.aw-item:hover {
	transform: translateY(-8px);
	box-shadow: 0 22px 42px rgba(176, 139, 62, .26)
}

@media(max-width: 48rem) {
	.award-belt {
		grid-template-columns: 1fr;
		max-width: 22rem
	}

	.cert-wall {
		gap: 1rem
	}
}
/* ============================================================
   #ip 三大主卡整合
============================================================ */
.ip-big {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
	align-items: stretch;
	margin-top: 2.5rem
}

.ip-stat {
	position: relative;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 1.1rem;
	padding: 1.6rem 1.4rem 1.4rem;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	box-shadow: var(--shadow-sm);
	transition: transform .45s cubic-bezier(.22, 1, .36, 1), box-shadow .45s ease, border-color .45s ease
}

.ip-stat:hover {
	transform: translateY(-6px);
	box-shadow: var(--shadow);
	border-color: rgba(2, 115, 211, .25)
}

.ip-stat::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(90deg, var(--primary), #4FA8FF)
}

.ip-stat .isc-head {
	display: flex;
	align-items: baseline;
	gap: 1rem
}

.ip-stat .isc-num {
	font-size: 3rem;
	font-weight: 800;
	color: var(--primary);
	line-height: 1
}

.ip-stat .isc-head h3 {
	font-size: 1.375rem;
	font-weight: 800;
	color: var(--ink)
}

.ip-stat .isc-desc {
	margin-top: 0.6rem;
	font-size: 1rem;
	font-weight: 500;
	color: var(--text);
	line-height: 1.7
}

.ip-stat .isc-media {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0.75rem;
	min-height: 15rem;
	position: relative
}

.ip-stat .deck.mini {
	width: min(300px, 100%);
	height: min(330px, 42vh);
	margin: 0
}

.ip-stat .mq-cell {
	width: 12rem;
	height: 8.5rem;
	margin: 0 0.6rem
}

/* 底部：认证证书 + 资质奖励 */
.ip-wide {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.5rem;
	margin-top: 2rem;
	align-items: start
}

.ip-half {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 1.1rem;
	padding: 1.5rem;
	box-shadow: var(--shadow-sm)
}

.ip-half-t {
	text-align: center;
	margin-bottom: 1.25rem
}

.ip-half-t span {
	font-size: 0.8rem;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--primary);
	font-weight: 700
}

.ip-half-t h4 {
	font-size: 1.375rem;
	font-weight: 800;
	color: var(--ink);
	margin-top: 0.15rem
}

.ip-half .cert-wall {
	gap: 0.9rem
}

.ip-half .cwall-item {
	width: 150px;
	height: 205px
}

.ip-half .award-belt {
	max-width: none;
	grid-template-columns: repeat(3, 1fr);
	gap: 0.9rem
}

.ip-half .aw-item {
	aspect-ratio: 3/4.2
}

.ip-summary {
	margin-top: 2rem;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 1.1rem;
	padding: 1.5rem 2rem;
	box-shadow: var(--shadow-sm)
}

.ip-summary p {
	font-size: 1.125rem;
	font-weight: 500;
	color: var(--ink);
	line-height: 2;
	text-align: center;
	max-width: 64rem;
	margin: 0 auto
}

@media(max-width: 64rem) {
	.ip-big {
		grid-template-columns: 1fr
	}

	.ip-wide {
		grid-template-columns: 1fr
	}
}
/* ============================================================
   #ip 克制企业风布局
============================================================ */
.stat-band {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	max-width: 58rem;
	margin: 2.75rem auto 0;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 1.1rem;
	box-shadow: var(--shadow-sm);
	overflow: hidden
}

.sb-item {
	padding: 1.75rem 1.5rem;
	text-align: center;
	border-right: 1px solid var(--line)
}

.sb-item:last-child {
	border-right: none
}

.sb-num {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 3.25rem;
	font-weight: 800;
	color: var(--primary);
	line-height: 1.1
}

.sb-lb {
	margin-top: 0.5rem;
	font-size: 1rem;
	font-weight: 600;
	color: var(--ink);
	letter-spacing: 1px
}

.ipz {
	margin-top: 2rem;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 1.1rem;
	padding: 2rem 2.25rem;
	box-shadow: var(--shadow-sm)
}

.ipz-head {
	max-width: 52rem;
	margin: 0 auto 1.75rem;
	text-align: center
}

.ipz-head .tag {
	display: inline-block;
	padding: 0.25rem 0.9rem;
	border-radius: 999px;
	background: rgba(2, 115, 211, .08);
	color: var(--primary);
	font-size: 0.85rem;
	letter-spacing: 2px;
	font-weight: 600;
	margin-bottom: 0.75rem
}

.ipz-head h3 {
	font-size: 1.625rem;
	font-weight: 800;
	color: var(--ink)
}

.ipz-head p {
	margin-top: 0.5rem;
	font-size: 1rem;
	line-height: 1.9;
	color: var(--text)
}

.ipz-grid {
	display: grid;
	grid-template-columns: 1fr 1.4fr;
	gap: 1.75rem;
	align-items: start
}

.ipz-col h4 {
	font-size: 1.0625rem;
	font-weight: 700;
	color: var(--ink);
	margin-bottom: 0.9rem;
	display: flex;
	align-items: center;
	gap: 0.5rem
}

.ipz-col h4::before {
	content: "";
	width: 1.4rem;
	height: 2px;
	background: var(--primary);
	border-radius: 1px
}

.thumbs {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(128px, 1fr));
	gap: 0.9rem
}

.g-fig {
	margin: 0;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 0.75rem;
	height: 9.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.6rem;
	cursor: zoom-in;
	box-shadow: var(--shadow-sm);
	transition: transform .4s cubic-bezier(.22, 1, .36, 1), box-shadow .4s ease, border-color .4s ease
}

.g-fig img,
.std-fig img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	display: block
}

.g-fig:hover,
.std-fig:hover {
	transform: translateY(-5px);
	box-shadow: var(--shadow);
	border-color: rgba(2, 115, 211, .35)
}

.std-row {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.1rem;
	margin-bottom: 1.75rem
}

.std-fig {
	margin: 0;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 0.85rem;
	height: 10.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.6rem;
	cursor: zoom-in;
	box-shadow: var(--shadow-sm);
	transition: transform .4s cubic-bezier(.22, 1, .36, 1), box-shadow .4s ease, border-color .4s ease
}

.ip-about {
	margin-top: 2rem;
	background: var(--navy);
	border-radius: 1.1rem;
	padding: 1.75rem 2.25rem
}

.ip-about p {
	color: rgba(255, 255, 255, .88);
	font-size: 1.0625rem;
	line-height: 2;
	font-weight: 500;
	max-width: 64rem;
	margin: 0 auto;
	text-align: center
}

@media(max-width: 64rem) {
	.ipz-grid {
		grid-template-columns: 1fr
	}

	.std-row {
		grid-template-columns: repeat(2, 1fr)
	}

	.stat-band {
		grid-template-columns: 1fr
	}

	.sb-item {
		border-right: none;
		border-bottom: 1px solid var(--line)
	}

	.sb-item:last-child {
		border-bottom: none
	}
}
/* ============================================================
   #ip 融合版：主卡文字保留 + 扇形/跑马灯
============================================================ */
.row2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.5rem;
	align-items: stretch
}

.zone-p {
	background: #F7FAFD;
	border: 1px solid var(--line);
	border-radius: 0.9rem;
	padding: 1.4rem;
	display: flex;
	flex-direction: column;
	gap: 0.35rem
}

.zone-p h4 {
	font-size: 1.125rem;
	font-weight: 800;
	color: var(--ink)
}

.zone-p .p-desc {
	font-size: 0.95rem;
	color: var(--text);
	line-height: 1.7
}

.zone-p .mqp {
	margin-top: 0.75rem;
	margin-right: -1.4rem;
	margin-left: -1.4rem
}

.zone-p .mqp .mq-cell {
	width: 11.5rem;
	height: 8rem
}

.zone-p .fh {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0.4rem
}

.fh .deck.mini {
	width: min(300px, 100%);
	height: min(320px, 40vh);
	margin: 0
}

.std-block {
	padding: 1.25rem;
	border: 1px dashed rgba(2, 115, 211, .28);
	border-radius: 0.9rem;
	background: rgba(2, 115, 211, .02);
	margin-bottom: 1.5rem
}

.std-block .mh {
	text-align: center;
	margin-bottom: 0.5rem
}

.std-block .mh h4 {
	font-size: 1.125rem;
	font-weight: 800;
	color: var(--ink)
}

.std-block .mh p {
	font-size: 0.95rem;
	color: var(--text);
	line-height: 1.8;
	margin-top: 0.25rem
}

.fh-wide {
	display: flex;
	justify-content: center
}

.fh-wide .deck.mini {
	width: min(340px, 92%);
	height: min(360px, 48vh)
}

.zone-p .thumbs {
	margin-top: 0.4rem
}

@media(max-width: 64rem) {
	.row2 {
		grid-template-columns: 1fr
	}
}
/* 累计专利滚动区修正 */
.zone-p .mqp .mq-cell {
	width: 12.5rem;
	height: 11.5rem;
	margin: 0 0.7rem
}

.row2 .zone-p {
	min-height: 23rem
}

.row2 .zone-p:first-child {
	justify-content: center
}

.zone-p .fh {
	flex: 1
}

.zone-p .fh .deck.mini {
	height: min(20rem, 40vh)
}
/* ============================================================
   知识产权成果：上段说明+软著扇形 / 下段专利走带
============================================================ */
.ipz-1 .side {
	display: grid;
	grid-template-columns: minmax(240px, .75fr) minmax(0, 1.25fr);
	gap: 2.5rem;
	align-items: center;
	background: #F7FAFD;
	border: 1px solid var(--line);
	border-radius: 0.9rem;
	padding: 2rem 2.25rem
}

.side-txt {
	text-align: center
}

.side-count {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 0.9rem
}

.side-count b {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 3rem;
	line-height: 1;
	color: var(--primary)
}

.side-count span {
	margin-top: 0.3rem;
	font-size: 0.9rem;
	color: var(--text);
	letter-spacing: 1px
}

.side-txt h4 {
	font-size: 1.25rem;
	font-weight: 800;
	color: var(--ink)
}

.side-txt p {
	margin-top: 0.5rem;
	font-size: 1rem;
	line-height: 1.8;
	color: var(--text)
}

.side-media {
	display: flex;
	justify-content: center
}

.side-media .deck.mini {
	width: min(300px, 100%);
	height: min(340px, 44vh);
	margin: 0
}

.patent-line {
	margin-top: 1.5rem;
	padding: 1.5rem 1rem 0.75rem;
	background: #F7FAFD;
	border: 1px solid var(--line);
	border-radius: 0.9rem
}

.pline-head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 1rem;
	flex-wrap: wrap;
	padding: 0 1rem 0.25rem
}

.pline-head h4 {
	font-size: 1.125rem;
	font-weight: 800;
	color: var(--ink)
}

.pline-head p {
	font-size: 0.95rem;
	color: var(--text);
	margin-top: 0.2rem;
	line-height: 1.7
}

.pline-count {
	font-size: 1rem;
	color: var(--text)
}

.pline-count b {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 2.25rem;
	color: var(--primary);
	font-weight: 800
}

.patent-line .mqp {
	padding: 0.5rem 0
}

.patent-line .mq-cell {
	width: 12rem;
	height: 10.5rem
}

@media(max-width: 64rem) {
	.ipz-1 .side {
		grid-template-columns: 1fr;
		padding: 1.5rem
	}
}
/* ============================================================
   知识产权成果 · 紧凑重排与文字18px
============================================================ */
#ip .sb-lb,
#ip .ipz-head p,
#ip .ipz .p-desc,
#ip .side-txt p,
#ip .pline-head p,
#ip .mh p,
#ip .zone-p p {
	font-size: 1.125rem;
	line-height: 1.8
}

#ip .ipz {
	margin-top: 1.25rem;
	padding: 1.6rem 1.75rem
}

#ip .stat-band {
	margin-top: 2rem
}

#ip .ip-about {
	margin-top: 1.25rem;
	padding: 1.4rem 1.75rem
}

.ipz-1 .side {
	gap: 1.5rem;
	padding: 1.4rem 1.6rem;
	align-items: center
}

.side-media .deck.mini {
	width: min(260px, 100%);
	height: min(280px, 38vh)
}

.ipz-1 .patent-line {
	margin-top: 1rem;
	padding: 1rem 1rem 0.4rem
}

.patent-line .mq-row {
	gap: 1rem
}

.patent-line .mq-cell,
.zone-p .mqp .mq-cell {
	margin: 0
}

.zone-p .mqp .mq-cell {
	width: 11rem;
	height: 9.5rem
}

.zone-p {
	padding: 1.1rem 1.25rem
}

.fh .deck.mini {
	height: min(280px, 38vh)
}

.std-block {
	margin-bottom: 1rem;
	padding: 1rem 1.25rem
}
/* 专利走带：等宽格+内侧留白 → 精确无缝 */
#ip .mq-row {
	gap: 0
}

#ip .mq-cell {
	width: 12.5rem;
	height: 10.5rem;
	margin: 0;
	padding: 0.2rem 1.25rem 0.2rem 0.2rem;
	box-sizing: border-box
}

#ip .mq-cell img {
	max-width: 100%;
	max-height: 100%
}
/* #ip 模块内所有文字最小 18px */
#ip .eyebrow,
#ip .ipz-head .tag,
#ip .sb-lb,
#ip .ip-half-t span,
#ip .ipz-head p,
#ip .zone-p h4,
#ip .zone-p .p-desc,
#ip .side-txt h4,
#ip .side-txt p,
#ip .pline-head h4,
#ip .pline-head p,
#ip .pline-count,
#ip .side-count span,
#ip .mh h4,
#ip .mh p,
#ip .ip-summary p,
#ip .ip-about p,
#ip .std-block .mh p {
	font-size: 1.125rem;
	line-height: 1.75
}
/* #ip 原文还原版：三卡 + 每卡素材 */
#ip .ip-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
	margin-top: 2.5rem;
	align-items: stretch
}

#ip .ip-card {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 1rem;
	padding: 1.6rem 1.4rem 1.2rem;
	box-shadow: var(--shadow-sm);
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	overflow: hidden
}

#ip .ip-num {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 3.25rem;
	font-weight: 800;
	color: var(--primary);
	line-height: 1.1
}

#ip .ip-card h3 {
	font-size: 1.5rem;
	font-weight: 800;
	color: var(--ink);
	margin-top: 0.35rem
}

#ip .ip-card>p {
	font-size: 1.125rem;
	color: var(--text);
	margin-top: 0.35rem;
	margin-bottom: 0.9rem;
	line-height: 1.7
}

#ip .ip-vis {
	width: 100%;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 15rem;
	position: relative
}

#ip .ip-vis.mq .mq-row {
	gap: 0
}

#ip .ip-vis .deck.mini {
	width: min(280px, 100%);
	height: min(300px, 40vh);
	margin: 0
}

#ip .ip-silent {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1rem;
	margin-top: 1.5rem
}

#ip .ip-silent .g-fig {
	width: 150px;
	height: 200px
}

@media(max-width: 64rem) {
	#ip .ip-cards {
		grid-template-columns: 1fr
	}
}
/* #ip 扇形空间修复：给足高度，抽出不越界 */
#ip .ip-card {
	padding: 1.5rem 1.4rem 1.1rem
}

#ip .ip-vis {
	min-height: 24rem;
	align-items: flex-end;
	padding-bottom: 0.4rem
}

#ip .ip-vis .deck.mini {
	width: min(250px, 100%);
	height: 240px;
	margin: 0
}

#ip .ip-vis.mq {
	min-height: 12rem;
	align-items: center;
	padding-bottom: 0
}

#ip .deck .doc-card {
	padding: 0.45rem
}

@media(max-width: 64rem) {
	#ip .ip-vis {
		min-height: 22rem
	}
}
/* ============================================================
   #ip FINAL：深蓝指标带 + 双扇形区 + 专利带 + 细卡墙
============================================================ */
.ip-band {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	border-radius: 1.25rem;
	background: linear-gradient(135deg, #0A2540, #0E3460 60%, #133E75);
	padding: 2.25rem 2.5rem;
	margin-top: 2.5rem;
	box-shadow: 0 24px 54px rgba(10, 37, 64, .18)
}

.ib-item {
	display: flex;
	align-items: center;
	gap: 1.5rem;
	border-right: 1px solid rgba(255, 255, 255, .14);
	padding: 0 2rem
}

.ib-item:first-child {
	padding-left: 0
}

.ib-item:last-child {
	border-right: none;
	padding-right: 0
}

.ib-num {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 4.25rem;
	font-weight: 800;
	color: #fff;
	line-height: 1;
	white-space: nowrap
}

.ib-txt b {
	display: block;
	color: #fff;
	font-size: 1.125rem;
	font-weight: 700
}

.ib-txt span {
	display: block;
	margin-top: 0.3rem;
	color: rgba(255, 255, 255, .72);
	font-size: 1rem;
	line-height: 1.6
}

/* 双扇形区 */
.ip-fans {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.5rem;
	margin-top: 1.5rem
}

.fan-card {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 1.1rem;
	padding: 1.6rem 1.5rem 1rem;
	box-shadow: var(--shadow-sm);
	display: flex;
	flex-direction: column;
	align-items: center
}

.fan-cap {
	text-align: center;
	margin-bottom: 0.4rem
}

.fan-cap b {
	display: block;
	font-size: 1.5rem;
	font-weight: 800;
	color: var(--ink)
}

.fan-cap span {
	display: block;
	font-size: 1rem;
	color: var(--text);
	margin-top: 0.2rem
}

.fan-stage {
	position: relative;
	width: 100%;
	min-height: 21rem;
	display: flex;
	align-items: flex-end;
	justify-content: center
}

.fan-stage .deck {
	width: min(280px, 100%);
	height: 240px;
	margin: 0
}

/* 专利带 */
.ip-patent {
	margin-top: 1.5rem;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 1.1rem;
	padding: 1.2rem 1.5rem 0.9rem;
	box-shadow: var(--shadow-sm)
}

.ip-patent-head {
	display: flex;
	align-items: baseline;
	gap: 1rem;
	flex-wrap: wrap;
	margin-bottom: 0.5rem
}

.ip-patent-head b {
	font-size: 1.375rem;
	font-weight: 800;
	color: var(--ink)
}

.ip-patent-head span {
	font-size: 1rem;
	color: var(--text)
}

.ip-patent .ip-marquee {
	padding: 0.2rem 0
}

.ip-patent .mq-cell {
	width: 12rem;
	height: 10rem;
	margin: 0 0.7rem
}

/* 六格细墙 */
.ip-wall {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 1rem;
	margin-top: 1.5rem
}

.w-card {
	margin: 0;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 0.9rem;
	height: 12rem;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.6rem;
	cursor: zoom-in;
	box-shadow: var(--shadow-sm);
	transition: transform .4s cubic-bezier(.22, 1, .36, 1), box-shadow .4s ease
}

.w-card img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	display: block
}

.w-card:hover {
	transform: translateY(-5px);
	box-shadow: var(--shadow)
}

/* 概述 */
.ip-note {
	margin-top: 1.5rem;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 1.1rem;
	padding: 1.4rem 2rem;
	box-shadow: var(--shadow-sm)
}

.ip-note p {
	font-size: 1.125rem;
	font-weight: 500;
	color: var(--ink);
	line-height: 2;
	text-align: center;
	max-width: 66rem;
	margin: 0 auto
}

@media(max-width: 64rem) {
	.ip-band {
		grid-template-columns: 1fr;
		gap: 1.5rem;
		padding: 1.5rem
	}

	.ib-item {
		border-right: none;
		border-bottom: 1px solid rgba(255, 255, 255, .14);
		padding: 0 0 1.25rem
	}

	.ib-item:last-child {
		border-bottom: none;
		padding-bottom: 0
	}

	.ip-fans {
		grid-template-columns: 1fr
	}

	.ip-wall {
		grid-template-columns: repeat(3, 1fr)
	}
}

@media(max-width: 48rem) {
	.ip-wall {
		grid-template-columns: repeat(2, 1fr)
	}
}
/* ============================================================
   #ip ULTRA：左深蓝信息栏 + 右内容区（研究页样式）
============================================================ */
.ip-layout {
	display: grid;
	grid-template-columns: 360px 1fr;
	border: 1px solid var(--line);
	border-radius: 1.5rem;
	overflow: hidden;
	box-shadow: 0 24px 54px rgba(10, 37, 64, .12)
}

.ip-rail {
	background: linear-gradient(160deg, #0A2540, #12365F);
	padding: 2.5rem 2rem;
	color: #fff;
	display: flex;
	flex-direction: column
}

.rail-eyebrow {
	color: #7FC4FF;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-bottom: 0.75rem
}

.ip-rail h2 {
	color: #fff;
	font-size: 1.9rem;
	font-weight: 800;
	line-height: 1.3;
	margin-bottom: 0.9rem
}

.ip-rail>p {
	color: rgba(255, 255, 255, .75);
	font-size: 1rem;
	line-height: 1.9
}

.rail-line {
	height: 1px;
	background: rgba(255, 255, 255, .18);
	margin: 1.75rem 0
}

.rail-stat {
	display: flex;
	align-items: center;
	gap: 1.1rem;
	padding: 0.9rem 0;
	border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.rail-stat:last-of-type {
	border-bottom: none
}

.rs-num {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 2.6rem;
	font-weight: 800;
	color: #fff;
	line-height: 1;
	min-width: 4rem
}

.rs-t b {
	display: block;
	font-size: 1rem;
	font-weight: 700;
	color: #fff
}

.rs-t span {
	display: block;
	margin-top: 0.2rem;
	font-size: 0.9rem;
	color: rgba(255, 255, 255, .72);
	line-height: 1.6
}

.ip-main {
	background: #F7FAFD;
	padding: 2rem 2.25rem
}

.im-sec {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 1rem;
	padding: 1.1rem 1.25rem 1rem;
	margin-bottom: 1.1rem
}

.im-last {
	margin-bottom: 1.4rem
}

.im-head {
	display: flex;
	align-items: baseline;
	gap: 0.9rem;
	margin-bottom: 0.75rem;
	flex-wrap: wrap
}

.im-head b {
	font-size: 1.25rem;
	font-weight: 800;
	color: var(--ink)
}

.im-head span {
	font-size: 1rem;
	color: var(--text)
}

.im-band .mq-row {
	gap: 0
}

.im-cell {
	margin: 0;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 0.8rem;
	height: 11.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.5rem;
	cursor: zoom-in;
	box-shadow: var(--shadow-sm);
	transition: transform .35s cubic-bezier(.22, 1, .36, 1), box-shadow .35s ease
}

.im-cell img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	display: block
}

.im-cell:hover {
	transform: translateY(-4px);
	box-shadow: var(--shadow)
}

.im-row {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 0.85rem
}

.im-sec:nth-of-type(3) .im-row,
.im-sec:nth-of-type(4) .im-row {
	grid-template-columns: repeat(4, 1fr)
}

.im-foot {
	margin: 0;
	font-size: 1rem;
	font-weight: 500;
	color: var(--ink);
	line-height: 2;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 1rem;
	padding: 1.2rem 1.6rem
}

.im-sec:nth-of-type(3) .im-cell {
	height: 9.5rem
}

@media(max-width: 64rem) {
	.ip-layout {
		grid-template-columns: 1fr
	}
}
/* ============================================================
   #ip 内容排版精修（标题/扇形结构不动）
============================================================ */
#ip .ip-band {
	padding: 2.5rem 3rem;
	margin-top: 2rem
}

#ip .ib-num {
	font-size: 4.5rem
}

#ip .ib-item {
	gap: 1.75rem;
	padding: 0 2.25rem
}

.ip-fans {
	margin-top: 1.5rem
}

.fan-card {
	padding: 2rem 2rem 1.25rem;
	background: linear-gradient(180deg, #fff, #FBFDFF)
}

.fan-cap {
	margin-bottom: 1rem
}

.fan-cap b {
	font-size: 1.6rem
}

.fan-stage {
	min-height: 25rem
}

.fan-stage .deck {
	width: min(300px, 100%);
	height: 270px
}

.fan-stage .deck .doc-card {
	padding: 0.5rem
}

.ip-patent {
	display: grid;
	grid-template-columns: 240px 1fr;
	align-items: center;
	gap: 1rem;
	padding: 1rem 1.5rem
}

.ip-patent-head {
	flex-direction: column;
	align-items: flex-start;
	gap: 0.25rem;
	margin: 0;
	padding-right: 1rem;
	border-right: 1px solid var(--line)
}

.ip-patent-head b {
	font-size: 1.375rem
}

.ip-patent-head span {
	font-size: 1rem;
	line-height: 1.7
}

.ip-patent .mq-cell {
	width: 13rem;
	height: 10.5rem;
	margin: 0 0.8rem
}

.ip-wall {
	grid-template-columns: repeat(6, 1fr);
	gap: 1rem;
	margin-top: 1.5rem
}

.w-card {
	height: 13rem;
	border-radius: 1rem
}

@media(max-width: 64rem) {
	.ip-patent {
		grid-template-columns: 1fr
	}

	.ip-patent-head {
		border-right: none;
		border-bottom: 1px solid var(--line);
		padding: 0 0 0.6rem
	}

	.ip-wall {
		grid-template-columns: repeat(3, 1fr)
	}
}
/* 指标带改浅色科技风 + 扇形上移 */
#ip .ip-band {
	background: linear-gradient(135deg, #EAF4FF, #F6FBFF 60%, #FFFFFF);
	border: 1px solid var(--line);
	box-shadow: 0 18px 40px rgba(2, 115, 211, .08)
}

#ip .ib-num {
	background: linear-gradient(120deg, #0273D3, #4FA8FF);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent
}

#ip .ib-item {
	border-right-color: rgba(2, 115, 211, .14)
}

#ip .ib-txt b {
	color: var(--ink)
}

#ip .ib-txt span {
	color: var(--text)
}

.fan-stage {
	min-height: 21rem;
	align-items: center;
	padding-top: 0.25rem
}

.fan-stage .deck {
	height: 250px
}
/* 累计专利走带：加大图片间隔（格内留白，保持无缝） */
#ip .ip-patent .mq-cell {
	margin: 0;
	width: 13.5rem;
	height: 10.5rem;
	padding: 0.4rem 1.6rem 0.4rem 0.4rem
}
/* 累计专利：卡片间留真实间距并补偿滚动偏移，保持无缝 */
#ip .ip-patent .mq-row {
	gap: 1.1rem;
	animation: patScroll 24s linear infinite
}

@keyframes patScroll {
	from {
		transform: translateX(0)
	}
	to {
		transform: translateX(calc(-50% - 0.55rem))
	}
}

#ip .ip-patent .mq-cell {
	margin: 0;
	width: 13rem;
	height: 10.5rem;
	padding: 0.5rem
}

#ip .ip-patent .mq-row .mq-cell:last-child {
	margin-right: 0
}
/* 指标带数字/文字改为上下排布：计数不顶动文字 */
#ip .ib-item {
	flex-direction: column;
	align-items: flex-start;
	gap: 0.6rem
}

#ip .ib-txt span {
	margin-top: 0.35rem
}

/* 数字变化宽度稳定，减少跳动感 */
#ip .ib-num,
#ip .counter {
	font-variant-numeric: tabular-nums;
	text-align: left
}
/* 扇形卡左右留白收紧 */
#ip .deck .doc-card,
.deck .doc-card {
	padding: 0.15rem 0.25rem
}
/* 扇形卡改竖版比例：收窄、加高 */
.fan-stage .deck {
	width: min(170px, 86%);
	height: min(210px, 38vh);
}
/* 扇形整体再缩小一点 */
.fan-stage .deck {
	width: min(180px, 88%);
	height: min(250px, 42vh)
}

.fan-stage {
	min-height: 20rem
}

.fan-card {
	padding-top: 1.4rem
}

/* 指标带：内容居中、数字收敛 */
#ip .ib-item {
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 0.55rem;
	padding: 0.5rem 1.5rem
}

#ip .ib-num {
	font-size: 2.875rem;
	line-height: 1.05
}

#ip .ib-txt b,
#ip .ib-txt span {
	text-align: center
}

#ip .ib-txt span {
	margin-top: 0.3rem
}
/* 轮播容器底色透明，避免切换/单图时露蓝底 */
.am-frame {
	background: transparent
}
   machines.html：一卡通硬件/软件模块
   模块底色 + 硬件竖卡(2列) + 软件横条卡(2列) + 详情弹层
   ============================================================ */
.modrc-g {
	background: #EEF1F6
}

.modrc-w {
	background: #F7F9FC;
	border-top: 1px solid #E6EBF2
}

.hc-grid,
.sc-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.375rem
}

.rcv,
.rcs {
	background: #fff;
	border: 1px solid #E3E8F1;
	border-radius: 1.0625rem;
	overflow: hidden;
	cursor: pointer;
	transition: transform .35s cubic-bezier(.22, 1, .36, 1), box-shadow .35s ease, border-color .35s ease
}

.rcv:hover,
.rcs:hover {
	transform: translateY(-4px);
	box-shadow: 0 22px 50px rgba(18, 35, 59, .11);
	border-color: #CFDBE9
}

/* 硬件：竖版大图卡 */
.rcv {
	display: flex;
	flex-direction: column
}

.rcv .c-media {
	position: relative;
	height: 19rem;
	aspect-ratio: auto;
	max-height: none;
	background: linear-gradient(160deg, #F5F8FC 0%, #FCFDFF 100%);
	border-bottom: 1px solid #EEF2F7;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: .5rem
}

.rcv .c-media img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	transition: transform .8s cubic-bezier(.22, 1, .36, 1)
}

.rcv:hover .c-media img {
	transform: scale(1.05)
}

/* 软件：横向信息条卡 */
.rcs {
	display: flex;
	align-items: stretch
}

.rcs .c-media {
	flex: none;
	width: 9.5rem;
	background: #fff;
	border-right: 1px solid #EEF2F7;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: .5rem
}

.rcs .c-media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: transform .8s cubic-bezier(.22, 1, .36, 1)
}

.rcs:hover .c-media img {
	transform: scale(1.05)
}

/* 卡片共用排版 */
.rcv .c-body,
.rcs .c-body {
	display: flex;
	flex-direction: column;
	flex: 1;
	min-width: 0;
	padding: 1rem 1.125rem 1.125rem
}

.rcv .c-body h4,
.rcs .c-body h4 {
	font-size: 1.25rem;
	font-weight: 800;
	letter-spacing: .3px;
	color: var(--ink);
	line-height: 1.35
}

.rcv .c-body .c-en,
.rcs .c-body .c-en {
	display: block;
	margin-top: .3rem;
	margin-bottom: .55rem;
	font-size: .7812rem;
	font-weight: 600;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #98A5B8
}

.rcv .c-body .c-desc,
.rcs .c-body .c-desc {
	font-size: 1.125rem;
	line-height: 1.7;
	color: #44536B;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 3
}

.rcv .c-body .c-desc {
	-webkit-line-clamp: 2
}

.rcs .c-body .c-desc {
	-webkit-line-clamp: 3
}

.rcv .c-tags,
.rcs .c-tags {
	display: flex;
	flex-wrap: wrap;
	gap: .4rem;
	margin-top: .7rem;
	padding-top: .7rem;
	border-top: 1px solid #EDF1F6
}

.rcs .c-tags {
	display: flex
}

.rcs .c-tags li {
	list-style: none;
	font-size: .8437rem;
	font-weight: 500;
	color: #44536B;
	background: #F3F6FA;
	border: 1px solid #E6EBF2;
	border-radius: 999px;
	padding: .26rem .8rem;
	line-height: 1.5
}

.rcs:hover .c-tags li {
	background: #EAF2FB;
	color: var(--primary-deep)
}

.rcv .c-tags {
	display: none
}

.c-more {
	display: inline-flex;
	align-items: center;
	gap: .4rem;
	margin-top: .85rem;
	font-size: 1.0625rem;
	font-weight: 600;
	color: var(--primary)
}

.c-more svg {
	width: .9375rem;
	height: .9375rem;
	stroke: currentColor;
	stroke-width: 2;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
	transition: transform .3s ease
}

.rcv:hover .c-more,
.rcs:hover .c-more {
	text-decoration: underline;
	text-underline-offset: 4px
}

.rcv:hover .c-more svg,
.rcs:hover .c-more svg {
	transform: translateX(4px)
}

/* 详情弹层 */
.pg-modal {
	position: fixed;
	inset: 0;
	z-index: 2200;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.25rem;
	visibility: hidden;
	opacity: 0;
	transition: opacity .3s ease, visibility .3s ease
}

.pg-modal.open {
	visibility: visible;
	opacity: 1
}

.pg-modal .pg-modal-bg {
	position: absolute;
	inset: 0;
	background: rgba(8, 26, 44, .55);
	backdrop-filter: blur(4px)
}

.pg-modal .pg-dialog {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 78rem;
	max-height: 88vh;
	overflow: auto;
	background: #fff;
	border-radius: 1.125rem;
	box-shadow: 0 40px 100px rgba(6, 24, 42, .35);
	display: grid;
	grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
	transform: translateY(16px) scale(.98);
	transition: transform .35s cubic-bezier(.22, 1, .36, 1)
}

.pg-modal.open .pg-dialog {
	transform: translateY(0) scale(1)
}

.pg-modal .pg-dlg-media {
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem
}

/* 弹窗内渲染的设备展示组件 */
.pg-modal .pg-dlg-media .dup-stage {
	width: 100%;
	max-width: 56rem;
	margin: 0 auto;
	max-height: none
}

/* 弹窗中的手机组件：按视口高度确定大小，避免受列宽影响 */
.pg-modal .pg-dlg-media > .dup-stage.pay-phone {
	width: auto;
	height: clamp(24rem, 62vh, 40rem);
	max-width: 100%;
	aspect-ratio: 4 / 3
}

.pg-modal .pg-dlg-media img {
	width: 100%;
	max-height: 26rem;
	object-fit: contain
}

.pg-modal .pg-dlg-body {
	display: flex;
	flex-direction: column;
	padding: 1.875rem 2rem 2.25rem
}

.pg-modal .pg-en {
	font-size: .8125rem;
	font-weight: 700;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: #98A5B8;
	margin-bottom: .6rem
}

.pg-modal .pg-dlg-head h3 {
	font-size: 1.75rem;
	font-weight: 800;
	letter-spacing: .3px;
	color: var(--ink);
	line-height: 1.3;
	padding-bottom: .9rem;
	margin-bottom: 1rem;
	border-bottom: 1px solid var(--line)
}

.pg-modal .pg-full {
	font-size: 1.0625rem;
	line-height: 1.95;
	color: #44536B
}

.pg-modal .pg-specs {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: .4rem 1rem;
	margin-top: 1.25rem;
	padding-top: 1.125rem;
	border-top: 1px solid var(--line)
}

.pg-modal .pg-specs li {
	list-style: none;
	position: relative;
	padding-left: 1.1rem;
	font-size: 1rem;
	line-height: 1.85;
	color: #44536B
}

.pg-modal .pg-specs li::before {
	content: "";
	position: absolute;
	left: .1rem;
	top: .72rem;
	width: .45rem;
	height: .45rem;
	border-radius: 50%;
	background: var(--primary)
}

.pg-modal .pg-dlg-cta {
	align-self: flex-start;
	margin-top: 1.5rem;
	font-size: 1.0625rem
}

.pg-modal .pg-dlg-cta svg {
	width: .9375rem;
	height: .9375rem;
	stroke: currentColor;
	stroke-width: 2;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round
}

.pg-modal .pg-dlg-close {
	position: absolute;
	top: .875rem;
	right: .875rem;
	z-index: 3;
	width: 2.25rem;
	height: 2.25rem;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 6px 18px rgba(10, 37, 64, .16);
	color: var(--ink);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform .25s ease, color .25s ease
}

.pg-modal .pg-dlg-close:hover {
	transform: rotate(90deg);
	color: var(--primary)
}

.pg-modal .pg-dlg-close svg {
	width: 1rem;
	height: 1rem;
	stroke: currentColor;
	stroke-width: 2;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round
}

body.pg-lock {
	overflow: hidden
}

@media (max-width: 899.98px) {
	.hc-grid,
	.sc-grid {
		grid-template-columns: 1fr;
		max-width: 36rem;
		margin: 0 auto
	}
}

@media (max-width: 767.98px) {
	.pg-modal .pg-dialog {
		grid-template-columns: 1fr;
		max-height: 90vh
	}

	.pg-modal .pg-dlg-media {
		padding: .875rem
	}

	.pg-modal .pg-dlg-media img {
		max-height: 13rem
	}

	.pg-modal .pg-specs {
		grid-template-columns: 1fr
	}

	.pg-modal .pg-dlg-body {
		padding: 1.5rem 1.25rem 1.75rem
	}

	.pg-modal .pg-dlg-head h3 {
		font-size: 1.375rem
	}
}

@media (max-width: 599.98px) {
	.rcs {
		flex-direction: column
	}

	.rcs .c-media {
		width: 100%;
		height: 11rem;
		border-right: none;
		border-bottom: 1px solid #EEF2F7
	}
}

/* 硬件产品：横向滚动卡片 */
.hs {
	position: relative;
	margin: 0 -.5rem
}

.hs-track {
	display: flex;
	gap: 1.5rem;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	padding: .5rem .5rem 1rem;
	scrollbar-width: none
}

.hs-track::-webkit-scrollbar {
	display: none;
	height: 0
}

.hs-track .rcv {
	flex: 0 0 min(23rem, 76vw);
	scroll-snap-align: start
}

.hs-arrow {
	position: absolute;
	top: 34%;
	z-index: 5;
	width: 2.75rem;
	height: 2.75rem;
	transform: translateY(-50%);
	border-radius: 50%;
	background: #fff;
	border: 1px solid #DDE4EE;
	box-shadow: 0 10px 24px rgba(18, 35, 59, .16);
	color: #23344D;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background .3s ease, color .3s ease, box-shadow .3s ease
}

.hs-arrow svg {
	width: 1.1rem;
	height: 1.1rem;
	stroke: currentColor;
	stroke-width: 2.2;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round
}

.hs-arrow:hover {
	background: var(--primary);
	color: #fff;
	box-shadow: 0 12px 28px rgba(2, 115, 211, .4)
}

.hs-prev {
	left: -.25rem
}

.hs-next {
	right: -.25rem
}

@media (max-width: 767.98px) {
	.hs-arrow {
		top: 30%;
		width: 2.25rem;
		height: 2.25rem
	}
}

/* 卡内图片滚动（多图轮播） */
.c-media[data-imgs] {
	display: block;
	padding: 0;
	overflow: hidden
}

.c-media[data-imgs] > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: .25rem
}

.cc-shots {
	display: flex;
	height: 100%;
	width: 100%;
	transition: transform .55s cubic-bezier(.22, 1, .36, 1)
}

.cc-shots img {
	flex: none;
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: .25rem
}

.c-media[data-imgs] .cc-btn {
	position: absolute;
	top: 50%;
	z-index: 3;
	transform: translateY(-50%);
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	background: rgba(255, 255, 255, .92);
	border: 1px solid rgba(10, 37, 64, .08);
	box-shadow: 0 6px 16px rgba(10, 37, 64, .16);
	color: #23344D;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background .25s ease, color .25s ease;
	opacity: 0
}

.c-media[data-imgs] .cc-btn svg {
	width: .9rem;
	height: .9rem;
	stroke: currentColor;
	stroke-width: 2.4;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round
}

.c-media[data-imgs]:hover .cc-btn {
	opacity: 1
}

.c-media[data-imgs] .cc-prev {
	left: .5rem
}

.c-media[data-imgs] .cc-next {
	right: .5rem
}

.c-media[data-imgs] .cc-btn:hover {
	background: var(--primary);
	color: #fff
}

.cc-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: .6rem;
	z-index: 3;
	display: flex;
	justify-content: center;
	gap: .4rem
}

.cc-dots i {
	width: .45rem;
	height: .45rem;
	border-radius: 50%;
	background: rgba(10, 37, 64, .22);
	cursor: pointer;
	transition: background .25s ease, transform .25s ease
}

.cc-dots i.on {
	background: var(--primary);
	transform: scale(1.25)
}

/* 硬件产品：扁形 左图右文 小卡（2 列） */
.hd-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.25rem
}

.hd-card {
	display: flex;
	align-items: stretch;
	height: 14.5rem;
	background: #fff;
	border: 1px solid rgba(10, 37, 64, .08);
	border-radius: 1rem;
	overflow: hidden;
	cursor: pointer;
	transition: transform .35s cubic-bezier(.22, 1, .36, 1), box-shadow .35s ease, border-color .35s ease
}

.hd-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 20px 46px rgba(18, 35, 59, .1);
	border-color: #CFDBE9
}

.hd-card .c-media {
	flex: none;
	width: 15.5rem;
	background: #fff;
	border-right: 1px solid #EEF2F7;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: .375rem;
	overflow: hidden
}

.hd-card .c-media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: transform .8s cubic-bezier(.22, 1, .36, 1)
}

.hd-card:hover .c-media img {
	transform: scale(1.04)
}

.hd-card .c-body {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: .85rem 1.05rem .85rem 1.15rem
}

.hd-card .c-body h4 {
	font-size: 1.25rem;
	font-weight: 800;
	letter-spacing: .2px;
	color: var(--ink);
	line-height: 1.35
}

.hd-card .c-body .c-en {
	display: block;
	margin-top: .25rem;
	margin-bottom: .45rem;
	font-size: .75rem;
	font-weight: 600;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #98A5B8
}

.hd-card .c-body .c-desc {
	font-size: 1.0625rem;
	line-height: 1.7;
	color: #44536B;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 3
}

.hd-card .c-tags {
	display: none
}

.hd-card .c-more {
	margin-top: .5rem
}

.hd-card .c-body .c-desc {
	margin-bottom: .15rem
}

@media (max-width: 1023.98px) {
	.hd-card .c-media {
		width: 12.5rem
	}
}

@media (max-width: 767.98px) {
	.hd-grid {
		grid-template-columns: 1fr;
		max-width: 34rem;
		margin: 0 auto
	}

	.hd-card .c-media {
		width: 11.5rem
	}
}

@media (max-width: 480px) {
	.hd-card {
		flex-direction: column;
		height: auto
	}

	.hd-card .c-media {
		width: 100%;
		height: 12rem;
		border-right: none;
		border-bottom: 1px solid #EEF2F7
	}
}

/* 软件产品：每个产品独占一行（宽幅横卡） */
.sc-grid {
	grid-template-columns: 1fr;
	gap: 1.125rem
}

.sc-grid .rcs {
	border-radius: 1.125rem
}

.sc-grid .rcs .c-media {
	width: 14rem
}

.sc-grid .rcs .c-body {
	padding: 1.125rem 1.5rem 1.25rem
}

.sc-grid .rcs .c-body h4 {
	font-size: 1.4375rem;
	margin-bottom: .1rem
}

.sc-grid .rcs .c-body .c-en {
	margin-top: .35rem
}

.sc-grid .rcs .c-body .c-desc {
	-webkit-line-clamp: 4
}

@media (max-width: 899.98px) {
	.sc-grid {
		max-width: none;
		margin: 0
	}

	.sc-grid .rcs .c-media {
		width: 12rem
	}
}

/* 软件产品：每系统一行，左 50% 双图错位拼接 / 右 50% 描述 */
.soft-grid {
	display: flex;
	flex-direction: column;
	gap: 1.5rem
}

.soft-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(1.5rem, 3vw, 3rem);
	align-items: center;
	background: #fff;
	border: 1px solid rgba(10, 37, 64, .08);
	border-radius: 1.25rem;
	padding: clamp(1rem, 2vw, 1.75rem);
	cursor: pointer;
	overflow: hidden;
	transition: transform .35s cubic-bezier(.22, 1, .36, 1), box-shadow .35s ease, border-color .35s ease
}

.soft-row:hover {
	transform: translateY(-3px);
	box-shadow: 0 22px 52px rgba(18, 35, 59, .1);
	border-color: #CFDBE9
}

/* 双图错位拼接：截图置于电脑屏幕内 */
.dup-stage {
	position: relative;
	aspect-ratio: 4 / 3;
	max-height: 26rem;
	width: 100%;
	margin: 0 auto
}

.mon {
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: .5rem .55rem .55rem;
	border-radius: .7rem;
	background: linear-gradient(180deg, #E9EDF2 0%, #C9D0DA 100%);
	box-shadow: 0 18px 40px rgba(18, 35, 59, .22), inset 0 1px 0 rgba(255, 255, 255, .75)
}

.mon-scr {
	position: relative;
	width: 100%;
	flex: 1 1 auto;
	min-height: 0;
	background: #fff;
	border-radius: .3rem;
	overflow: hidden;
	box-shadow: inset 0 0 0 1px rgba(10, 37, 64, .06)
}

.mon-scr::before {
	content: "";
	position: absolute;
	left: .45rem;
	top: .3rem;
	z-index: 2;
	width: .5rem;
	height: .5rem;
	border-radius: 50%;
	background: #F27C7C;
	box-shadow: .85rem 0 0 #F3BF60, 1.7rem 0 0 #72C58C
}

.mon-scr img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	border: none;
	background: #fff;
	box-shadow: none;
	border-radius: 0;
	transition: transform .5s cubic-bezier(.22, 1, .36, 1)
}

.mon-stand {
	flex: none;
	width: 42%;
	height: .42rem;
	border-radius: 0 0 .3rem .3rem;
	background: linear-gradient(180deg, #E2E6EC 0%, #BEC5CF 100%)
}

.mon-main {
	left: 0;
	top: 0;
	width: 76%;
	height: 82%;
	z-index: 1
}

.mon-sub {
	right: 0;
	bottom: 0;
	width: 54%;
	height: 60%;
	z-index: 2;
	background: linear-gradient(180deg, #E1E5EB 0%, #AEB6C2 100%)
}

.soft-row:hover .mon-main .mon-scr img {
	transform: translate(-1%, 0) scale(1.02)
}

.soft-row:hover .mon-sub .mon-scr img {
	transform: translate(1%, -1%) scale(1.02)
}

/* 手机屏幕（竖屏 App 系统） */
.ph {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: .42rem;
	border-radius: 1.1rem;
	background: linear-gradient(160deg, #30353D 0%, #12151A 100%);
	box-shadow: 0 20px 44px rgba(18, 35, 59, .3), inset 0 1px 0 rgba(255, 255, 255, .12)
}

.ph-scr {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: .78rem;
	overflow: hidden;
	background: #fff;
	box-shadow: inset 0 0 0 1px rgba(10, 37, 64, .05)
}

.ph-scr::before {
	content: "";
	position: absolute;
	top: .28rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
	width: 26%;
	height: .34rem;
	border-radius: .3rem;
	background: rgba(0, 0, 0, .78)
}

.ph-scr img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	border: none;
	background: #fff;
	transition: transform .5s cubic-bezier(.22, 1, .36, 1)
}

.ph-main {
	left: 4%;
	top: 0;
	width: 52%;
	height: 92%;
	z-index: 1
}

.ph-sub {
	right: 2%;
	bottom: 0;
	width: 42%;
	height: 74%;
	z-index: 2
}

.dup-stage .ph.ph-solo {
	left: 50%;
	top: 50%;
	width: 32%;
	height: 90%;
	transform: translate(-50%, -50%);
	z-index: 1
}

.soft-row:hover .ph-main .ph-scr img {
	transform: translate(-1%, 0) scale(1.02)
}

.soft-row:hover .ph-sub .ph-scr img {
	transform: translate(1%, -1%) scale(1.02)
}

/* 桌面类系统：截图透明悬浮，无背景色/描边 */
.dup-stage .dup-main,
.dup-stage .dup-sub {
	position: absolute;
	object-fit: contain;
	background: transparent;
	border: none;
	border-radius: 0;
	overflow: visible
}

.dup-stage .dup-main {
	left: 0;
	top: 0;
	width: 74%;
	height: 80%;
	box-shadow: none
}

.dup-stage .dup-sub {
	right: 0;
	bottom: 0;
	width: 54%;
	height: 62%;
	z-index: 2;
	box-shadow: none
}

.soft-row:hover .dup-main {
	transform: translate(-1%, -1%) rotate(-.6deg)
}

.soft-row:hover .dup-sub {
	transform: translate(1%, -3%) rotate(.6deg)
}

/* 移入卡片不要晃动：取消位移/旋转/缩放 */
.hd-card:hover,
.soft-row:hover {
	transform: none
}

.hd-card:hover .c-media img,
.soft-row:hover .dup-main,
.soft-row:hover .dup-sub,
.soft-row:hover .dup-stage .dup-main,
.soft-row:hover .dup-stage .dup-sub {
	transform: none
}

.soft-row:hover .mon-main .mon-scr img,
.soft-row:hover .mon-sub .mon-scr img,
.soft-row:hover .ph-main .ph-scr img,
.soft-row:hover .ph-sub .ph-scr img {
	transform: none
}

.soft-row:hover .pay-pc .dup-sub {
	transform: none
}

/* 宁夏社保交通出行云平台：主图为电脑，界面透明悬浮于屏幕区（坐标可调变量） */
.pay-pc .dup-main {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.pay-pc .dup-sub {
	right: auto;
	bottom: auto;
	left: var(--scr-l, 16%);
	top: var(--scr-t, 15.0%);
	width: var(--scr-w, 67.5%);
	height: var(--scr-h, 52.5%);
	z-index: 2;
	border: none;
	background: transparent;
	border-radius: 0;
	box-shadow: none;
	object-fit: fill
}

.soft-row:hover .pay-pc .dup-sub {
	transform: none
}

/* 电子卡云账户平台：手机框架图罩在最上层，内容图在下层从屏幕开口透出 */
.dup-stage.pay-phone {
	overflow: hidden
}

/* 支付体系电脑展示：电子卡云账户手机缩略叠放在电脑屏幕右下角 */
.dup-stage.pay-pc > .dup-stage.pay-phone.clone-phone {
    position: absolute;
    right: -15%;
    bottom: 0;
    z-index: 5;
    width: 36%;
    max-height: none;
    margin: 0;
    transform: scale(1.7);
    transform-origin: right bottom;
}

/* 智慧出行手机展示：电脑组件放大 1.5 倍（42% → 63%）叠压于手机右下，z-index 高于手机显示在手机之上 */
.dup-stage.pay-phone > .dup-stage.pay-pc.clone-pc {
	position: absolute;
	right: -12%;
	top: auto;
	bottom: 0;
	z-index: 5;
	width: 55%;
	max-height: none;
	margin: 0;
}

.dup-stage.pay-phone > .dup-stage.pay-pc.clone-pc .dup-sub.pay-screen {
	right: auto;
	bottom: auto;
	left: var(--scr-l, 14%);
	top: var(--scr-t, 16%);
	width: var(--scr-w, 72%);
	height: var(--scr-h, 56%);
	z-index: 2;
	display: block;
	overflow: hidden;
	border: none;
	box-shadow: none
}

.dup-stage.pay-phone .dup-main {
	left: 50%;
	top: 50%;
	width: auto;
	height: 100%;
	max-width: 100%;
	transform: translate(-50%, -50%);
	z-index: 3;
	pointer-events: none
}

.soft-row:hover .dup-stage.pay-phone .dup-main {
	transform: translate(-50%, -50%)
}

.dup-stage.pay-phone .dup-sub.pay-screen {
	right: auto;
	bottom: auto;
	left: var(--scr-l, 35%);
	top: var(--scr-t, 4%);
	width: var(--scr-w, 30%);
	height: var(--scr-h, 91%);
	z-index: 1;
	display: block;
	overflow: hidden;
	border-radius: 10px;
	border: none;
	box-shadow: none
}

/* 宁夏社保交通出行云平台：屏幕区双截图左右自动切换 */
.pay-pc .dup-sub.pay-screen {
	display: block;
	overflow: hidden;
	max-width: 100%;
	max-height: 100%
}

.pay-track {
	display: flex;
	height: 100%;
	transition: transform 1.1s cubic-bezier(.22, 1, .36, 1);
	will-change: transform
}

/* 轨道宽度与每张宽度由 JS 按图片数量动态设置 */

/* 电脑屏：直接子图铺满所在格 */
.pay-track > img {
	height: 100%;
	display: block;
	flex: none;
	position: static;
	object-fit: fill;
	background: transparent;
	border: none;
	border-radius: 0;
	box-shadow: none
}

/* 滑动格：每张截图一格，图按原比例居中显示（用于手机屏区） */
.pay-slide {
	height: 100%;
	min-width: 0;
	display: flex;
	align-items: center;
	justify-content: center
}

/* 手机屏内单张截图：宽高直接由变量控制（可拉伸），默认铺满所在格 */
.pay-slide img {
	display: block;
	width: var(--slide-w, 100%);
	height: var(--slide-h, 100%);
	object-fit: fill;
	background: transparent;
	border: none;
	border-radius: 0;
	box-shadow: none
}

.pay-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 4;
	width: 1.55rem;
	height: 1.55rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(255, 255, 255, .92);
	border: 1px solid rgba(10, 37, 64, .1);
	box-shadow: 0 4px 10px rgba(10, 37, 64, .16);
	color: #23344D;
	cursor: pointer;
	opacity: .35;
	transition: opacity .25s ease, background .25s ease, color .25s ease
}

.pay-arrow svg {
	width: .8rem;
	height: .8rem;
	stroke: currentColor;
	stroke-width: 2.4;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round
}

.pay-screen:hover .pay-arrow,
.pay-arrow:hover {
	opacity: 1
}

.pay-arrow:hover {
	background: var(--primary);
	color: #fff
}

.pay-arrow.pay-prev {
	left: .3rem
}

.pay-arrow.pay-next {
	right: .3rem
}

/* 智慧出行手机组件：整体左移（连内容区一起，克隆电脑不动） */
.dup-stage.pay-phone.ph-travel .dup-main {
	left: 36%
}

/* 手机屏内左右按钮：比电脑屏小一号 */
.dup-stage.pay-phone .pay-arrow {
	width: 1.25rem;
	height: 1.25rem
}

.dup-stage.pay-phone .pay-arrow svg {
	width: .62rem;
	height: .62rem
}

/* 电脑右下角缩略手机整体放大约 2 倍，按钮再缩小以免视觉过大 */
.dup-stage.pay-pc .clone-phone .pay-arrow {
	width: .6rem;
	height: .6rem
}

.dup-stage.pay-pc .clone-phone .pay-arrow svg {
	width: .3rem;
	height: .3rem
}

/* 仅查看详情按钮触发弹窗 */
.soft-row,
.hd-card {
	cursor: default
}

.soft-row .c-more,
.hd-card .c-more {
	cursor: pointer
}

/* 右侧描述 */
.soft-info {
	min-width: 0;
	padding: .25rem 0
}

.soft-info h4 {
	font-size: clamp(1.25rem, 2vw, 1.625rem);
	font-weight: 800;
	letter-spacing: .3px;
	color: var(--ink);
	line-height: 1.35;
	margin-bottom: .15rem
}

.soft-info .c-en {
	display: block;
	margin-bottom: .6rem;
	font-size: .7812rem;
	font-weight: 600;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #98A5B8
}

.soft-info .sw-desc {
	font-size: 1.125rem;
	line-height: 1.85;
	color: #44536B;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 5
}

.soft-info .c-tags {
	display: flex;
	flex-wrap: wrap;
	gap: .45rem;
	margin-top: .8rem;
	padding-top: .8rem;
	border-top: 1px solid #EDF1F6
}

.soft-info .c-tags li {
	list-style: none;
	font-size: .8125rem;
	font-weight: 500;
	color: #44536B;
	background: #F3F6FA;
	border: 1px solid #E6EBF2;
	border-radius: 999px;
	padding: .24rem .8rem;
	line-height: 1.5
}

.soft-info .c-more {
	display: inline-flex;
	align-items: center;
	gap: .4rem;
	margin-top: .9rem;
	font-size: 1.0625rem;
	font-weight: 600;
	color: var(--primary)
}

.soft-info .c-more svg {
	width: 1rem;
	height: 1rem;
	stroke: currentColor;
	stroke-width: 2;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
	transition: transform .3s ease
}

.soft-row:hover .c-more {
	text-decoration: underline;
	text-underline-offset: 4px
}

.soft-row:hover .c-more svg {
	transform: translateX(4px)
}

@media (max-width: 899.98px) {
	.soft-row {
		grid-template-columns: 1fr;
		gap: 1.25rem;
		max-width: 40rem;
		margin: 0 auto
	}

	.dup-stage {
		max-height: 20rem
	}
}

@media (max-width: 479.98px) {
	.dup-stage .dup-main {
		width: 82%;
		height: 82%
	}

	.dup-stage .dup-sub {
		width: 62%
	}
}

/* ============================================================
   about 企业荣誉：图标浅卡片（整宽面板内两栏）
============================================================ */
#honor .hz-panel {
	padding: clamp(1.5rem, 2.4vw, 2.5rem)
}

#honor .hz-head {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: space-between;
	gap: .4rem 1rem;
	padding-bottom: 1rem;
	margin-bottom: 1.5rem;
	border-bottom: 1px solid #edf1f6
}

#honor .hz-head h3 {
	margin: 0;
	font-size: 1.5rem;
	font-weight: 800;
	color: var(--ink)
}

#honor .hz-head .hz-meta {
	font-size: 1.125rem;
	letter-spacing: .02em;
	color: #97a4b5
}

#honor .hz-cols {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: .85rem
}

#honor .hc {
	display: flex;
	align-items: flex-start;
	gap: .85rem;
	background: #f7fafd;
	border: 1px solid #edf2f7;
	border-radius: .85rem;
	padding: .95rem 1rem;
	transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease
}

#honor .hc:hover {
	border-color: #cddceb;
	box-shadow: 0 8px 18px rgba(15, 40, 70, .06);
	transform: translateY(-2px)
}

#honor .hc-ico {
	flex: none;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.35rem;
	height: 2.35rem;
	border-radius: .65rem;
	background: rgba(2, 115, 211, .08);
	color: #2f82d2
}

#honor .hc-ico svg {
	width: 1.35rem;
	height: 1.35rem
}

#honor .hc-body {
	min-width: 0
}

#honor .hc-name {
	display: block;
	font-size: 1.125rem;
	font-weight: 700;
	color: #24334a;
	line-height: 1.4
}

#honor .hc-note {
	display: block;
	margin-top: .25rem;
	font-size: 1.125rem;
	line-height: 1.5;
	color: #8a97a8
}

@media (max-width: 63.99rem) {
	#honor .hz-cols {
		grid-template-columns: 1fr 1fr
	}
}

@media (max-width: 47.99rem) {
	#honor .hz-cols {
		grid-template-columns: 1fr
	}
}
/* ============================================================
   底部证书滚带：无缝循环 · 卡片加大(约5张宽) · 悬停暂停
============================================================ */
.ip-wall-mq {
	overflow: hidden;
	margin-top: 1.5rem;
	padding: 0.25rem 0;
	mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
	-webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent)
}

.ip-wall-mq .w-row {
	display: flex;
	width: max-content;
	gap: 1.1rem;
	animation: wallScroll 26s linear infinite
}

.ip-wall-mq:hover .w-row {
	animation-play-state: paused
}

@keyframes wallScroll {
	from {
		transform: translateX(0)
	}
	to {
		transform: translateX(calc(-50% - 0.55rem))
	}
}

.ip-wall-mq .w-card {
	width: 15rem;
	height: 13.5rem;
	flex: none;
	margin: 0;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.7rem;
	cursor: zoom-in;
	box-shadow: var(--shadow-sm);
	transition: transform .35s cubic-bezier(.22, 1, .36, 1), box-shadow .35s ease
}

.ip-wall-mq .w-card img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	display: block
}

.ip-wall-mq .w-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--shadow)
}

@media(max-width: 48rem) {
	.ip-wall-mq .w-card {
		width: 12.5rem;
		height: 11rem
	}
}
/* 证书滚带：去掉两侧遮盖 */
.ip-wall-mq {
	mask-image: none !important;
	-webkit-mask-image: none !important
}
/* 证书滚带：去阴影 + GPU 平滑 */
.ip-wall-mq .w-card,
.ip-wall-mq .w-card:hover {
	box-shadow: none
}

.ip-wall-mq .w-row {
	will-change: transform;
	backface-visibility: hidden;
	transform: translate3d(0, 0, 0)
}

@keyframes wallScroll {
	from {
		transform: translate3d(0, 0, 0)
	}
	to {
		transform: translate3d(calc(-50% - 0.55rem), 0, 0)
	}
}
/* 专利图防拖拽/防右键（仅提高门槛） */
.ip-patent .mq-cell img {
	-webkit-user-drag: none;
	user-select: none;
	-webkit-user-select: none;
	pointer-events: none
}
