@charset "utf-8";

/* AOS 进离场动画 */
[data-aos] {
	will-change: opacity, transform;
	backface-visibility: hidden;
}
[data-aos].aos-animate {
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}
/* 底部模块用 fade，避免 fade-up 位移撑出双滚动条 */
.footer[data-aos],
.section-tender[data-aos] {
	transform: none !important;
}

/* ========== 通用区块标题 ========== */
.section-head {
	text-align: center;
	margin-bottom: 50px;
}
.section-title {
	display: inline-block;
	position: relative;
	padding-bottom: 16px;
	line-height: 1;
}
.section-title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 3px;
	background: linear-gradient(90deg, var(--primary), var(--secondary));
	border-radius: 2px;
}
.section-title b {
	display: block;
	font-size: 36px;
	color: var(--secondary);
	margin-bottom: 10px;
	font-weight: 700;
}
.section-title span {
	font-size: var(--font-body);
	color: var(--text-muted);
	text-transform: uppercase;
	letter-spacing: 3px;
}

/* ========== 统一面板样式 ========== */
.panel-box {
	background: #fff;
	border-radius: 8px;
	box-shadow: var(--shadow);
	overflow: hidden;
	transition: var(--transition);
	height: 100%;
}
.panel-box:hover {
	box-shadow: var(--shadow-hover);
}
.panel-head {
	padding: 24px 28px 0;
}
.panel-title {
	font-size: 22px;
	color: var(--secondary);
	font-weight: 700;
	margin: 0;
	display: flex;
	align-items: center;
	gap: 8px;
}
.panel-title .title-icon {
	color: var(--primary);
}
.panel-more {
	font-size: var(--font-body);
	color: var(--text-muted);
	white-space: nowrap;
}
.panel-more i {
	font-style: normal;
}

/* ========== 顶层 Banner ========== */
.hero-banner {
	position: relative;
	width: 100%;
}
.banner-swiper {
	height: 680px;
	overflow: hidden;
	width: 100%;
}
@media (min-width: 1200px) {
	.hero-banner {
		height: 100vh;
		min-height: 560px;
	}
	.banner-swiper {
		height: 100vh;
		min-height: 560px;
	}
	.banner-caption {
		bottom: 140px;
	}
}
.banner-swiper .swiper-slide {
	position: relative;
	overflow: hidden;
}
.banner-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transform: scale(1.05);
	transition: transform 8s ease;
}
.banner-swiper .swiper-slide-active .banner-img {
	transform: scale(1);
}
.banner-caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 120px;
	z-index: 2;
	color: #fff;
}
.banner-caption h2 {
	font-size: 44px;
	font-weight: 700;
	margin: 0 0 16px;
	text-shadow: 0 2px 20px rgba(0, 0, 0, .3);
}
.banner-caption p {
	font-size: 20px;
	margin: 0;
	opacity: .9;
	text-shadow: 0 1px 10px rgba(0, 0, 0, .3);
}
.banner-swiper .swiper-slide::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0,0,0,.5) 0%, transparent 50%);
	pointer-events: none;
}

/* Swiper 导航按钮 */
.banner-prev, .banner-next,
.honor-prev, .honor-next,
.product-prev, .product-next {
	width: 44px !important;
	height: 44px !important;
	min-width: 44px !important;
	min-height: 44px !important;
	margin-top: 0 !important;
	border-radius: 50% !important;
	background-color: rgba(255, 255, 255, .25) !important;
	background-image: none !important;
	box-sizing: border-box !important;
	transition: background-color .3s ease, opacity .3s ease !important;
	flex-shrink: 0;
	cursor: pointer;
	z-index: 10;
}
.banner-prev, .banner-next {
	width: 50px !important;
	height: 50px !important;
	min-width: 50px !important;
	min-height: 50px !important;
	margin-top: -25px !important;
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
}
.banner-prev::after, .banner-next::after,
.honor-prev::after, .honor-next::after,
.product-prev::after, .product-next::after {
	content: '' !important;
	font-family: inherit !important;
	display: block !important;
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	width: 10px !important;
	height: 10px !important;
	margin: 0 !important;
	border: 2px solid #fff !important;
	border-bottom: none !important;
	border-left: none !important;
	font-size: 0 !important;
	line-height: 0 !important;
}
.banner-prev::after,
.honor-prev::after,
.product-prev::after {
	transform: translate(-35%, -50%) rotate(-135deg) !important;
}
.banner-next::after,
.honor-next::after,
.product-next::after {
	transform: translate(-65%, -50%) rotate(45deg) !important;
}
.banner-prev:hover, .banner-next:hover,
.honor-prev:hover, .honor-next:hover,
.product-prev:hover, .product-next:hover {
	background-color: var(--primary) !important;
	background-image: none !important;
	opacity: 1 !important;
}
.banner-prev:hover::after, .banner-next:hover::after,
.honor-prev:hover::after, .honor-next:hover::after,
.product-prev:hover::after, .product-next:hover::after {
	border-color: #fff !important;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: .35 !important;
	pointer-events: none;
}
.banner-pagination {
	bottom: 40px !important;
}
.banner-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: rgba(255,255,255,.5);
	opacity: 1;
	transition: var(--transition);
}
.banner-pagination .swiper-pagination-bullet-active {
	width: 36px;
	border-radius: 6px;
	background: var(--primary);
}

.banner-scroll-tip {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
	text-align: center;
	color: rgba(255,255,255,.7);
	font-size: var(--font-body);
	animation: bounce 2s infinite;
}
.scroll-arrow {
	display: block;
	width: 20px;
	height: 20px;
	margin: 6px auto 0;
	border-right: 2px solid rgba(255,255,255,.7);
	border-bottom: 2px solid rgba(255,255,255,.7);
	transform: rotate(45deg);
}
@keyframes bounce {
	0%, 100% { transform: translateX(-50%) translateY(0); }
	50% { transform: translateX(-50%) translateY(8px); }
}

/* ========== 中层：双框布局 ========== */
.section-middle {
	padding: 80px 0;
}
.dual-panel {
	gap: 30px;
	align-items: stretch;
}
.dual-panel .panel {
	width: calc(50% - 15px);
	display: flex;
}
.dual-panel .panel-box {
	padding-bottom: 28px;
	display: flex;
	flex-direction: column;
	flex: 1;
	width: 100%;
}
.dual-panel .panel-head {
	flex-shrink: 0;
	min-height: 56px;
}
.panel-video .video-wrap {
	flex-shrink: 0;
}
.panel-video .video-desc {
	flex: 1;
}
.panel-news .panel-box {
	padding-bottom: 0;
}
.panel-news .news-banner-wrap {
	flex: 0 0 auto;
	height: 320px;
	position: relative;
	margin: 20px 28px 28px;
	border-radius: 6px;
	overflow: hidden;
}

/* 视频区域 */
.video-wrap {
	position: relative;
	margin: 20px 28px 0;
	border-radius: 6px;
	overflow: hidden;
	aspect-ratio: 16/9;
	background: #111;
}
.video-cover {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: var(--transition);
}
.video-wrap:hover .video-cover {
	transform: scale(1.03);
}
.play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80px;
	height: 80px;
	background: rgba(211, 38, 41, .9);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: var(--transition);
	z-index: 2;
	box-shadow: 0 4px 24px rgba(211, 38, 41, .5);
}
.play-btn:hover {
	transform: translate(-50%, -50%) scale(1.1);
	background: var(--primary);
}
.play-btn svg {
	margin-left: 4px;
}
.promo-video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.video-desc {
	padding: 16px 28px 0;
	margin: 0;
	font-size: var(--font-body);
	color: var(--text-light);
	line-height: 1.8;
}

/* 企业动态 - 大图轮播 */
.news-banner-swiper {
	position: absolute;
	inset: 0;
	border-radius: 6px;
	overflow: hidden;
}
.news-banner-swiper .swiper-wrapper,
.news-banner-swiper .swiper-slide {
	height: 100%;
}
.news-banner-slide {
	display: block;
	position: relative;
	height: 100%;
	overflow: hidden;
}
.news-banner-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .6s ease;
}
.news-banner-slide:hover img {
	transform: scale(1.03);
}
.news-banner-slide.link-card:hover {
	transform: none;
	box-shadow: none;
}
.news-banner-bar {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 14px 20px;
	padding-right: 100px;
	background: linear-gradient(to top, rgba(0, 0, 0, .65) 0%, rgba(0, 0, 0, .35) 70%, transparent 100%);
}
.news-banner-caption {
	flex: 1;
	min-width: 0;
	margin: 0;
	font-size: var(--font-title);
	color: #fff;
	line-height: 1.5;
	text-shadow: 0 1px 4px rgba(0, 0, 0, .3);
}
.news-banner-pagination {
	position: absolute !important;
	right: 20px !important;
	bottom: 16px !important;
	left: auto !important;
	width: auto !important;
	z-index: 10 !important;
	display: flex !important;
	align-items: center;
	gap: 8px;
	pointer-events: auto;
}
.news-banner-pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: rgba(255, 255, 255, .9);
	opacity: 1;
	margin: 0 !important;
	transition: var(--transition);
	box-shadow: 0 1px 4px rgba(0, 0, 0, .25);
}
.news-banner-pagination .swiper-pagination-bullet-active {
	width: 28px;
	border-radius: 4px;
	background: var(--primary);
	box-shadow: 0 2px 8px rgba(211, 38, 41, .5);
}

/* 产品展示 */
.section-product {
	padding: 80px 0;
}
.section-product-parallax {
	position: relative;
	overflow: hidden;
	background: #fff;
}
.section-product-parallax .container {
	position: relative;
	z-index: 2;
}
.product-parallax-bg {
	position: absolute;
	inset: 0;
	background-image: url(/static/index/img/11.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
	opacity: .06;
	pointer-events: none;
	z-index: 0;
}
.product-deco-blob {
	position: absolute;
	border-radius: 50%;
	filter: blur(70px);
	pointer-events: none;
	z-index: 1;
}
.product-deco-blob-1 {
	width: 420px;
	height: 420px;
	background: rgba(211, 38, 41, .1);
	top: -120px;
	right: -100px;
}
.product-deco-blob-2 {
	width: 300px;
	height: 300px;
	background: rgba(28, 73, 142, .08);
	bottom: -80px;
	left: -60px;
}
.section-product-parallax .product-swiper-wrap::before {
	background: linear-gradient(to right, #fff 20%, rgba(255, 255, 255, 0));
}
.section-product-parallax .product-swiper-wrap::after {
	background: linear-gradient(to left, #fff 20%, rgba(255, 255, 255, 0));
}
.section-product-parallax .product-card-img {
	background: #f0f2f5;
}
.product-panel-head {
	margin-bottom: 20px;
	padding: 0 4px;
}
.product-swiper-wrap {
	position: relative;
	padding: 20px 64px 0;
	overflow: visible;
}
.product-swiper-wrap::before,
.product-swiper-wrap::after {
	content: '';
	position: absolute;
	top: 20px;
	bottom: 0;
	width: 72px;
	z-index: 5;
	pointer-events: none;
}
.product-swiper-wrap::before {
	left: 64px;
	background: linear-gradient(to right, #fff 20%, rgba(255, 255, 255, 0));
}
.product-swiper-wrap::after {
	right: 64px;
	background: linear-gradient(to left, #fff 20%, rgba(255, 255, 255, 0));
}
.product-swiper {
	overflow: visible;
	padding: 12px 0 24px;
}
.product-swiper .swiper-slide {
	width: 260px;
	transition: transform .55s cubic-bezier(.4, 0, .2, 1), opacity .55s ease;
	opacity: .55;
	transform: scale(.88);
}
.product-swiper .swiper-slide-active {
	opacity: 1;
	transform: scale(1);
	z-index: 2;
}
.product-swiper .swiper-slide-prev,
.product-swiper .swiper-slide-next {
	opacity: .78;
	transform: scale(.94);
}
.product-card {
	display: block;
	background: transparent;
	border: none;
	border-radius: 0;
	overflow: visible;
	transition: var(--transition);
}
.product-card:hover {
	box-shadow: none;
	transform: none;
}
.product-card-img {
	height: 320px;
	background: #f0f2f5;
	overflow: hidden;
	border-radius: 6px;
}
.product-card-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	padding: 0;
	box-sizing: border-box;
	transition: transform .6s cubic-bezier(.4, 0, .2, 1);
}
.product-swiper .swiper-slide-active .product-card-img img {
	transform: scale(1.02);
}
.product-card:hover .product-card-img img {
	transform: scale(1.06);
}
.product-card-title {
	margin: 0;
	padding: 16px 4px 0;
	font-size: var(--font-title);
	color: var(--text);
	text-align: center;
	line-height: 1.5;
	transition: var(--transition);
}
.product-swiper .swiper-slide-active .product-card-title {
	color: var(--secondary);
	font-weight: 600;
}
.product-card.link-card:hover {
	transform: none;
	box-shadow: none;
}
.product-card:hover .product-card-title {
	color: var(--primary);
}
.product-swiper-footer {
	margin-top: 8px;
	padding: 0 64px;
	gap: 24px;
}
.product-progress {
	flex: 1;
	height: 3px;
	background: #e8ecf2;
	border-radius: 2px;
	overflow: hidden;
}
.product-progress-bar {
	display: block;
	height: 100%;
	width: 0;
	background: linear-gradient(90deg, var(--primary), var(--secondary));
	border-radius: 2px;
	transition: width .1s linear;
}
.product-pagination {
	position: static !important;
	width: auto !important;
	display: flex;
	align-items: center;
	gap: 8px;
	flex-shrink: 0;
}
.product-pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: #d0d5dd;
	opacity: 1;
	margin: 0 !important;
	transition: var(--transition);
}
.product-pagination .swiper-pagination-bullet-active {
	width: 24px;
	border-radius: 4px;
	background: var(--primary);
}
.product-prev, .product-next {
	position: absolute !important;
	top: calc(50% + 10px) !important;
	margin-top: -28px !important;
	width: 52px !important;
	height: 52px !important;
	min-width: 52px !important;
	min-height: 52px !important;
	background: linear-gradient(135deg, var(--secondary) 0%, var(--secondary-dark) 100%) !important;
	box-shadow: 0 4px 16px rgba(28, 73, 142, .25) !important;
	opacity: 1 !important;
}
.product-prev {
	left: 8px !important;
}
.product-next {
	right: 8px !important;
}
.product-prev:hover, .product-next:hover {
	background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%) !important;
	box-shadow: 0 6px 20px rgba(211, 38, 41, .35) !important;
}

/* ========== 底层：实力见证两栏 ========== */
.section-bottom {
	padding: 80px 0;
}
.strength-two-col {
	gap: 28px;
	align-items: stretch;
	margin-bottom: 40px;
}
.strength-col-honor,
.strength-col-power {
	width: calc(50% - 14px);
}
.strength-box {
	background: #fff;
	border-radius: 8px;
	box-shadow: var(--shadow);
	overflow: hidden;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.strength-box-head {
	padding: 24px 28px 20px;
	border-bottom: 1px solid var(--border);
	display: flex;
	align-items: baseline;
	gap: 10px;
}
.strength-box-bar {
	display: inline-block;
	width: 4px;
	height: 20px;
	background: linear-gradient(180deg, var(--primary), var(--secondary));
	border-radius: 2px;
	flex-shrink: 0;
	align-self: center;
}
.strength-box-head h3 {
	font-size: 20px;
	font-weight: 700;
	color: var(--secondary);
	margin: 0;
}
.strength-box-head span {
	font-size: 12px;
	color: var(--text-muted);
	letter-spacing: .12em;
	margin-left: 2px;
}

/* 资质荣誉：错开六边形 */
.strength-col-honor .strength-box {
	overflow: visible;
}
.honor-hex-panel {
	flex: 1;
	padding: 40px 16px 48px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.honor-hex-grid {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 572px;
	min-height: 286px;
	margin: 0 auto;
}
.honor-hex {
	position: relative;
	width: 174px;
	flex-shrink: 0;
	text-align: center;
}
.honor-hex-bg {
	display: block;
	width: 100%;
	height: auto;
}
.honor-hex-body {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 20% 14% 24%;
	box-sizing: border-box;
	max-width: 100%;
}
.honor-hex-icon {
	width: 46px;
	height: 46px;
	object-fit: contain;
	margin-bottom: 6px;
	flex-shrink: 0;
}
.honor-hex-title {
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	line-height: 1.25;
	letter-spacing: .02em;
	max-width: 100%;
}
.honor-hex-val {
	margin: 3px 0 0;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	line-height: 1.15;
	max-width: 100%;
	white-space: nowrap;
}
.honor-hex-val .counter2 {
	font-size: 28px;
	font-weight: 800;
	font-style: normal;
	letter-spacing: -.02em;
}
.honor-hex-val em {
	font-style: normal;
	font-size: 17px;
	font-weight: 700;
	margin-left: 1px;
}
.honor-hex--left {
	align-self: center;
	margin-right: -20px;
	z-index: 1;
}
.honor-hex--center {
	align-self: flex-start;
	margin-top: -40px;
	z-index: 2;
}
.honor-hex--right {
	align-self: flex-end;
	margin-left: -20px;
	margin-bottom: -10px;
	z-index: 1;
}

/* 荣誉卡片翻转网格 */
.honor-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	padding: 24px 24px 28px;
	flex: 1;
}
.honor-card:nth-child(5):last-child {
	grid-column: 2;
}
.honor-card {
	perspective: 900px;
}
.honor-card-inner {
	position: relative;
	width: 100%;
	padding-top: 105%;
	transform-style: preserve-3d;
	transition: transform .6s cubic-bezier(.4, 0, .2, 1);
	filter: drop-shadow(0 4px 12px rgba(28, 73, 142, .12));
}
.honor-card:hover .honor-card-inner {
	transform: rotateY(180deg);
	filter: drop-shadow(0 8px 24px rgba(28, 73, 142, .22));
}
.honor-card-front,
.honor-card-back {
	position: absolute;
	inset: 0;
	border-radius: 12px;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 14px 10px;
}
.honor-card-front {
	background: linear-gradient(160deg, #ffffff 0%, #edf2fb 100%);
	border: 1px solid rgba(28, 73, 142, .12);
	box-shadow:
		0 2px 0 rgba(255,255,255,.9) inset,
		0 -1px 0 rgba(28, 73, 142, .08) inset,
		0 6px 20px rgba(28, 73, 142, .08);
}
.honor-card-front::before {
	content: '';
	position: absolute;
	top: 0; left: 0; right: 0;
	height: 3px;
	border-radius: 12px 12px 0 0;
	background: linear-gradient(90deg, var(--secondary), rgba(28,73,142,.3));
	opacity: 0;
	transition: opacity .3s;
}
.honor-card:hover .honor-card-front::before { opacity: 1; }
.honor-card-icon {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: linear-gradient(135deg, rgba(28,73,142,.1) 0%, rgba(28,73,142,.06) 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--secondary);
	margin-bottom: 10px;
	transition: background .3s, color .3s, transform .3s;
	box-shadow: 0 2px 8px rgba(28,73,142,.12);
}
.honor-card:hover .honor-card-icon {
	color: var(--primary);
	background: linear-gradient(135deg, rgba(211,38,41,.12) 0%, rgba(211,38,41,.06) 100%);
	box-shadow: 0 4px 16px rgba(211,38,41,.18);
	transform: scale(1.08);
}
.honor-card-label {
	font-size: 12px;
	color: var(--text-muted);
	text-align: center;
	line-height: 1.4;
	margin-bottom: 5px;
	letter-spacing: .02em;
}
.honor-card-val {
	font-size: 30px;
	font-weight: 800;
	color: var(--secondary);
	font-family: Arial, sans-serif;
	line-height: 1;
	transition: color .3s;
}
.honor-card:hover .honor-card-val { color: var(--primary); }
.honor-card-val em {
	font-style: normal;
	font-size: 13px;
	color: var(--text-muted);
	margin-left: 1px;
}

/* 荣誉卡片翻面 - 蓝色主题 */
.honor-card-back {
	background: linear-gradient(145deg, var(--secondary) 0%, var(--secondary-dark) 100%);
	transform: rotateY(180deg);
	color: #fff;
	font-size: 13px;
	text-align: center;
	line-height: 1.7;
	padding: 18px 14px;
	box-shadow: 0 6px 24px rgba(28,73,142,.3);
	border-radius: 12px;
}

/* 实力卡片翻面 - 红色主题 */
.honor-card-power .honor-card-icon {
	color: var(--primary);
	background: linear-gradient(135deg, rgba(211,38,41,.1) 0%, rgba(211,38,41,.06) 100%);
	box-shadow: 0 2px 8px rgba(211,38,41,.12);
}
.honor-card-power:hover .honor-card-icon {
	color: var(--secondary);
	background: linear-gradient(135deg, rgba(28,73,142,.12) 0%, rgba(28,73,142,.06) 100%);
	box-shadow: 0 4px 16px rgba(28,73,142,.18);
}
.honor-card-power .honor-card-val { color: var(--primary); }
.honor-card-power:hover .honor-card-val { color: var(--secondary); }
.honor-card-power .honor-card-front::before {
	background: linear-gradient(90deg, var(--primary), rgba(211,38,41,.3));
}
.honor-card-power .honor-card-back {
	background: linear-gradient(145deg, var(--primary) 0%, var(--primary-dark) 100%);
	box-shadow: 0 6px 24px rgba(211,38,41,.3);
	display: flex;
	flex-direction: column;
	gap: 12px;
	justify-content: center;
}
.honor-card-back-bar {
	height: 4px;
	border-radius: 2px;
	background: rgba(255,255,255,.5);
	position: relative;
}
.honor-card-back-bar::after {
	content: '';
	position: absolute;
	left: 0; top: 0; bottom: 0;
	width: 100%;
	border-radius: 2px;
	background: #fff;
}
.honor-card-back p { margin: 0; font-size: 13px; line-height: 1.7; }

/* honor swiper 独立行 */
.honor-swiper-wrap {
	position: relative;
	padding: 20px 60px 24px;
	background: #fff;
	border-radius: 8px;
	box-shadow: var(--shadow);
}
.honor-swiper {
	position: relative;
	overflow: hidden;
	height: 200px;
}
.honor-item {
	display: block;
	height: 200px;
	background: #f8f8f8;
	border-radius: 6px;
	overflow: hidden;
	border: 1px solid var(--border);
	cursor: zoom-in;
	transition: var(--transition);
}
.honor-item:hover {
	box-shadow: var(--shadow);
	border-color: rgba(28, 73, 142, .35);
	transform: translateY(-2px);
}
.honor-item img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
	padding: 10px;
	box-sizing: border-box;
}
.honor-prev, .honor-next {
	position: absolute !important;
	top: 50% !important;
	margin-top: -22px !important;
	background-color: rgba(28, 73, 142, .45) !important;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .08) !important;
	opacity: .75 !important;
	transition: background-color .3s ease, opacity .3s ease, box-shadow .3s ease !important;
}
.honor-prev { left: 5px !important; }
.honor-next { right: 5px !important; }
.honor-prev:hover, .honor-next:hover {
	background-color: var(--secondary) !important;
	opacity: 1 !important;
	box-shadow: 0 2px 12px rgba(0, 0, 0, .15) !important;
}
.honor-prev:hover::after, .honor-next:hover::after { border-color: #fff !important; }

.honor-lightbox {
	position: fixed;
	inset: 0;
	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	box-sizing: border-box;
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s ease, visibility .3s ease;
}
.honor-lightbox.show { opacity: 1; visibility: visible; }
.honor-lightbox-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .88);
	cursor: zoom-out;
}
.honor-lightbox-img {
	position: relative;
	z-index: 1;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	border-radius: 4px;
	box-shadow: 0 8px 40px rgba(0, 0, 0, .4);
}
.honor-lightbox-close {
	position: absolute;
	top: 16px;
	right: 20px;
	z-index: 2;
	width: 44px;
	height: 44px;
	border: none;
	border-radius: 50%;
	background: rgba(255, 255, 255, .15);
	color: #fff;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
	transition: background .3s ease;
}
.honor-lightbox-close:hover { background: rgba(255, 255, 255, .28); }
body.lightbox-open { overflow: hidden; }

/* ========== 招标公告 ========== */
.section-tender {
	padding: 50px 0 80px;
}
.panel-box-tender {
	padding-bottom: 8px;
}
.panel-box-tender .panel-head {
	padding: 24px 28px;
	border-bottom: 1px solid var(--border);
}
.tender-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.tender-list li {
	border-bottom: 1px solid var(--border);
	transition: var(--transition);
}
.tender-list li:last-child {
	border-bottom: none;
}
.tender-list li:hover {
	background: rgba(211, 38, 41, .02);
}
.tender-list li a {
	padding: 18px 28px;
	gap: 20px;
}
.tender-title {
	flex: 1;
	font-size: var(--font-title);
	color: var(--text);
	position: relative;
	padding-left: 16px;
}
.tender-title::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	background: var(--primary);
	border-radius: 50%;
}
.tender-list li a:hover .tender-title {
	color: var(--primary);
}
.tender-date {
	flex-shrink: 0;
	font-size: var(--font-body);
	color: var(--text-muted);
	font-family: Arial, sans-serif;
}

/* ========== 宣传片弹窗 ========== */
.promo-modal {
	position: fixed;
	inset: 0;
	z-index: 9000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	box-sizing: border-box;
	opacity: 0;
	visibility: hidden;
	transition: opacity .35s ease, visibility .35s ease;
}
.promo-modal.show {
	opacity: 1;
	visibility: visible;
}
.promo-modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .92);
	cursor: zoom-out;
}
.promo-modal-inner {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 960px;
	background: #000;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 24px 80px rgba(0, 0, 0, .7);
	transform: scale(.92);
	transition: transform .35s cubic-bezier(.4, 0, .2, 1);
}
.promo-modal.show .promo-modal-inner {
	transform: scale(1);
}
.promo-modal-inner video {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	background: #000;
	outline: none;
}
.promo-modal-close {
	position: absolute;
	top: 12px;
	right: 14px;
	z-index: 2;
	width: 40px;
	height: 40px;
	border: none;
	border-radius: 50%;
	background: rgba(255, 255, 255, .18);
	color: #fff;
	font-size: 26px;
	line-height: 1;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background .25s ease, transform .25s ease;
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
}
.promo-modal-close:hover {
	background: var(--primary);
	transform: scale(1.1);
}
body.promo-modal-open {
	overflow: hidden;
}

/* ========== 响应式 ========== */
@media (min-width: 1200px) {
}
@media (max-width: 1199px) {
	.hero-banner {
		height: auto;
	}
	.banner-swiper { height: 480px; }
	.banner-caption h2 { font-size: 32px; }
	.banner-caption p { font-size: var(--font-body); }
	.section-title b { font-size: 30px; }
	.stats-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 991px) {
	.banner-swiper { height: 400px; }
	.banner-caption { bottom: 80px; }
	.banner-caption h2 { font-size: 26px; }
	.banner-caption p { font-size: var(--font-body); }
	.dual-panel .panel { width: 100%; }
	.strength-col-honor,
	.strength-col-power { width: 100%; }
	.section-middle,
	.section-bottom,
	.section-product {
		padding: 50px 0;
	}
}
@media (max-width: 767px) {
	.banner-swiper { height: 320px; }
	.banner-caption { bottom: 60px; }
	.banner-caption h2 { font-size: 20px; }
	.banner-prev, .banner-next { display: none; }
	.news-banner-slide { min-height: unset; }
	.panel-news .news-banner-wrap { height: 220px; }
	.news-banner-bar {
		padding: 12px 16px;
		padding-right: 90px;
	}
	.news-banner-caption { font-size: var(--font-body); }
	.news-banner-pagination {
		bottom: 12px !important;
		right: 14px !important;
	}
	.product-swiper-wrap {
		padding-left: 44px;
		padding-right: 44px;
	}
	.product-swiper-wrap::before { left: 44px; width: 40px; }
	.product-swiper-wrap::after { right: 44px; width: 40px; }
	.product-swiper .swiper-slide { width: 200px; }
	.product-card-img { height: 240px; }
	.product-swiper-footer { padding: 0 44px; }
	.product-prev { left: 0 !important; width: 44px !important; height: 44px !important; min-width: 44px !important; min-height: 44px !important; }
	.product-next { right: 0 !important; width: 44px !important; height: 44px !important; min-width: 44px !important; min-height: 44px !important; }
	.honor-swiper,
	.honor-item {
		height: 150px;
	}
	.section-head { margin-bottom: 30px; }
	.section-title b { font-size: 26px; }
	.panel-head { padding: 18px 20px 0; }
	.video-wrap,
	.news-banner-wrap {
		margin-left: 20px;
		margin-right: 20px;
	}
	.panel-news .news-banner-wrap {
		height: 240px;
	}
	.honor-cards { padding: 16px; gap: 10px; }
	.honor-hex-grid {
		max-width: 462px;
		min-height: 242px;
	}
	.honor-hex {
		width: 141px;
	}
	.honor-hex--center {
		margin-top: -31px;
	}
	.honor-hex--left {
		margin-right: -14px;
	}
	.honor-hex--right {
		margin-left: -14px;
		margin-bottom: -6px;
	}
	.honor-hex-icon {
		width: 38px;
		height: 38px;
	}
	.honor-hex-title {
		font-size: 12px;
	}
	.honor-hex-val {
		font-size: 16px;
	}
	.honor-hex-val .counter2 {
		font-size: 22px;
	}
	.honor-hex-val em {
		font-size: 14px;
	}
	.honor-card:nth-child(5):last-child { grid-column: 2; }
	.honor-card-val { font-size: 22px; }
	.honor-card-icon { width: 50px; height: 50px; }
	.strength-box-head { padding: 18px 20px 14px; }
	.honor-swiper-wrap {
		margin-left: 12px;
		margin-right: 12px;
		padding-left: 44px;
		padding-right: 44px;
	}
	.honor-prev {
		left: -4px !important;
	}
	.honor-next {
		right: -4px !important;
	}
	.panel-box-tender .panel-head,
	.tender-list li a {
		padding-left: 20px;
		padding-right: 20px;
	}
	.promo-modal { padding: 12px; }
	.promo-modal-inner { border-radius: 6px; }
	.promo-modal-close { top: 8px; right: 10px; width: 34px; height: 34px; font-size: 22px; }
}
@media (max-width: 500px) {
	.banner-swiper { height: 260px; }
	.honor-cards { grid-template-columns: 1fr 1fr; }
	.honor-hex-panel {
		padding: 28px 8px 32px;
	}
	.honor-hex-grid {
		flex-wrap: wrap;
		row-gap: 8px;
		max-width: 100%;
		min-height: 0;
	}
	.honor-hex {
		width: 30%;
		min-width: 110px;
		max-width: 141px;
	}
	.honor-hex--left,
	.honor-hex--center,
	.honor-hex--right {
		margin: 0;
		align-self: center;
	}
	.honor-hex--center {
		margin-top: -20px;
	}
	.honor-hex--right {
		margin-bottom: 0;
	}
	.honor-card:nth-child(5):last-child { grid-column: auto; }
	.honor-card-val { font-size: 20px; }
	.honor-card-icon { width: 44px; height: 44px; }
}
