@import url(pscroll.css);
/* 禁止图片拖动和选择 */
img {
    -webkit-user-drag: none;
    -moz-user-drag: none;
    -ms-user-drag: none;
    user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    draggable: false;
}
/*内页 — 顶部大 banner（1920 设计稿高 420px，随屏宽等比缩放） */
.o_big {
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	position: relative;
	display: flex;
	justify-content: center;
	--module-banner-h: clamp(160px, 21.875vw, 420px);
}
.o_big h1 {
	color: #fff; margin: 0 auto;position: absolute; top: 120px; font-size: 60px;
}
.o_big img {
	width: 100%;
	filter: Alpha(Opacity=0);
	min-height: var(--module-banner-h);
	height: var(--module-banner-h);
	object-fit: cover;
	object-position: center;
	display: block;
}
.postions {
	height: 41px;
	line-height: 41px;
	overflow: hidden;
	background: #f1f1f1;
	color: #919191;
	font-size: 12px;
}
.postions a {
	color: #919191;
}
/*分页*/
/*网分页样式*/
.pages{clear:both;padding:20px 0;font-size:14px;text-align:center; overflow:hidden}
.pages .pagination {display:inline-block;margin:0 auto;padding:0}
.pages .pagination .page-item,.pages .pagination .page-num{color:#555; padding: 5px 12px; display:block; border-radius: 2px; border: 1px solid #ddd;float: left;margin: 0 5px;}
.pages .pagination .page-num-current{ background:#333; color:#fff; border:#333 1px solid}
@media only screen and (max-width:768px){
.pages .pagination .page-num {display: none;}
}

/*硬件产品*/
.product_a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	gap: 10px 12px;
	overflow: visible;
	padding-top: 3%;
	text-align: center;
	margin-bottom: 2%;
}
.product_a a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-height: 48px;
	height: auto;
	line-height: 1.35;
	padding: 10px 12px;
	background-color: #f0f0f0;
	flex: 1 1 140px;
	max-width: 200px;
	min-width: 0;
	font-size: 13px;
	color: #444444;
	margin: 0;
	transition: background-color 0.25s ease, color 0.25s ease, opacity 0.25s ease;
	text-align: center;
	white-space: normal;
	word-break: break-word;
	overflow-wrap: anywhere;
}
.product_a a:hover {
	background-color: #409EFF;
	color: #fff;
	filter: Alpha(Opacity=80);
	opacity: 0.8;
}
.product_a a.csel {
	background-color: #409EFF;
	color: #fff;
}
/* 产品列表页：Tab 下简介 + 配图 */
.pl-intro-band {
	position: relative;
	margin: 0 0 clamp(24px, 3vw, 32px);
	padding: 0;
	border-radius: 14px;
	border: 1px solid rgba(0, 161, 233, 0.28);
	background: linear-gradient(
		135deg,
		rgba(255, 255, 255, 0.98) 0%,
		rgba(245, 250, 255, 0.96) 40%,
		rgba(235, 245, 255, 0.94) 100%
	);
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.9) inset,
		0 12px 40px rgba(15, 23, 42, 0.08),
		0 0 0 1px rgba(255, 255, 255, 0.5) inset;
	box-sizing: border-box;
	overflow: hidden;
}
.pl-intro-band::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 3px;
	background: linear-gradient(
		90deg,
		transparent 0%,
		rgba(0, 161, 233, 0.25) 25%,
		#00a1e9 50%,
		rgba(0, 161, 233, 0.25) 75%,
		transparent 100%
	);
	pointer-events: none;
}
.pl-intro-band::after {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(0, 161, 233, 0.03) 1px, transparent 1px),
		linear-gradient(90deg, rgba(0, 161, 233, 0.03) 1px, transparent 1px);
	background-size: 24px 24px;
	pointer-events: none;
	opacity: 0.5;
	border-radius: 14px;
}
.pl-intro-band__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	grid-auto-rows: auto;
	gap: 0;
	align-items: start;
	padding: clamp(22px, 3vw, 34px) clamp(20px, 3vw, 36px);
	min-height: 0;
}
/* 栏目介绍卡片顶部：栏目标题 */
.pl-intro-typetitle {
	text-align: center;
	padding: clamp(4px, 0.8vw, 10px) 8px clamp(16px, 2.2vw, 26px);
	margin: 0 0 clamp(6px, 1vw, 12px);
	border-bottom: 1px solid rgba(0, 161, 233, 0.14);
}
.pl-intro-typetitle__text {
	margin: 0;
	font-size: clamp(26px, 3.1vw, 38px);
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.28;
	font-family: "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Noto Sans SC", sans-serif;
	background: linear-gradient(180deg, #0c2748 0%, #154a7a 45%, #00a1e9 160%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
	text-shadow: 0 2px 24px rgba(0, 161, 233, 0.12);
}
.pl-intro-typetitle__accent {
	margin: clamp(12px, 1.6vw, 18px) auto 0;
	width: min(220px, 52%);
	height: 4px;
	border-radius: 999px;
	background: linear-gradient(
		90deg,
		rgba(0, 161, 233, 0) 0%,
		rgba(0, 161, 233, 0.35) 20%,
		#00a1e9 50%,
		rgba(0, 161, 233, 0.35) 80%,
		rgba(0, 161, 233, 0) 100%
	);
	box-shadow: 0 0 20px rgba(0, 161, 233, 0.35);
}
/* 产品列表：产品系列小标题 */
.pl-series-head {
	text-align: center;
	margin: clamp(20px, 3.5vw, 40px) auto clamp(8px, 1.5vw, 16px);
	padding: 0 16px;
	max-width: 960px;
}
.pl-series-head__title {
	margin: 0;
	display: inline-block;
	font-size: clamp(22px, 2.5vw, 30px);
	font-weight: 700;
	letter-spacing: 0.12em;
	color: #0a1f3d;
	font-family: "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Noto Sans SC", sans-serif;
	padding-bottom: 10px;
	border-bottom: 3px solid #00a1e9;
	line-height: 1.3;
}
.pl-series-head__sub {
	margin: 10px 0 0;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.22em;
	color: #94a3b8;
	text-transform: uppercase;
}
/* 产品详情 / 方案详情：正文区栏目标题 */
.about_x--detail .pd-detail-typetitle {
	text-align: center;
	padding: clamp(8px, 1.2vw, 16px) 12px clamp(18px, 2.5vw, 28px);
	margin: 0 0 clamp(8px, 1.2vw, 16px);
}
.about_x--detail .pd-detail-typetitle__text {
	margin: 0;
	font-size: clamp(26px, 3vw, 36px);
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.28;
	font-family: "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Noto Sans SC", sans-serif;
	background: linear-gradient(180deg, #0c2748 0%, #154a7a 40%, #0d87c9 130%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
}
.about_x--detail .pd-detail-typetitle__accent {
	margin: clamp(12px, 1.5vw, 18px) auto 0;
	width: min(200px, 48%);
	height: 4px;
	border-radius: 999px;
	background: linear-gradient(
		90deg,
		rgba(0, 161, 233, 0) 0%,
		#00a1e9 50%,
		rgba(0, 161, 233, 0) 100%
	);
}
.about_x--detail .show_t {
	margin-top: 0;
}
/* 行业案例详情：文章标题与新闻资讯一致，隐藏正文内重复标题 */
.about_x--case-detail .con_id {
	padding-top: 20px;
}
body.is-case-detail .pd-detail-typetitle {
	display: none !important;
}
body.is-case-detail .about_x--case-detail .con_id > div > h1:first-child,
body.is-case-detail .about_x--case-detail .con_id > div > h2:first-child,
body.is-case-detail .about_x--case-detail .con_id > div > h3:first-child,
body.is-case-detail .about_x--case-detail .con_id > div > p:first-child:has(> strong:only-child),
body.is-case-detail .about_x--case-detail .con_id > div > p:first-child:has(> b:only-child) {
	display: none;
}
/* 产品与服务详情：顶部 Tab 已展示栏目标题，隐藏重复的栏目标题块 */
body.is-product-service-detail .pd-detail-typetitle {
	display: none !important;
}
body.is-product-service-detail .about_x--detail > .show_t {
	margin-top: 0;
}
/* 产品与服务详情：正文行距沿用后台编辑器设置，取消固定 30px 行高 */
body.is-product-service-detail .about_x.about_x--detail {
	line-height: 1.5;
}
body.is-product-service-detail .about_x.about_x--detail .con_id,
body.is-product-service-detail .about_x.about_x--detail .con_id > div {
	line-height: inherit;
}
/* 文字在上、配图在下；有正文时配图区顶部分隔 */
.pl-intro-band__inner:not(.pl-intro-band__inner--media-only) .pl-intro-band__media {
	margin-top: clamp(22px, 3.2vw, 32px);
	padding-top: clamp(22px, 3.2vw, 32px);
	border-top: 1px solid rgba(0, 161, 233, 0.18);
	background: linear-gradient(180deg, rgba(240, 249, 255, 0.65) 0%, rgba(224, 240, 251, 0.5) 100%);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.7),
		inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}
.pl-intro-band__copy {
	min-width: 0;
	width: 100%;
	text-align: left;
	align-self: start;
	padding: 10px 0 10px 24px;
	border-left: 3px solid #00a1e9;
	box-shadow: -12px 0 28px -16px rgba(0, 161, 233, 0.4);
}
.pl-intro-band__kicker {
	margin: 0 0 14px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #00a1e9;
	text-shadow: 0 0 20px rgba(0, 161, 233, 0.25);
}
.pl-intro-band__body {
	margin: 0;
	font-size: 20px;
	line-height: 1.85;
	color: #334155;
	white-space: pre-line;
	word-break: break-word;
	text-indent: 2em;
	padding-right: 0.25em;
}
.pl-intro-band__media {
	margin: 0;
	min-width: 0;
	width: 100%;
	align-self: stretch;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	overflow: hidden;
	box-sizing: border-box;
	padding: clamp(12px, 2vw, 20px);
	background: linear-gradient(165deg, rgba(240, 249, 255, 0.95) 0%, rgba(224, 240, 251, 0.85) 50%, rgba(212, 233, 247, 0.75) 100%);
	box-shadow:
		inset 0 0 0 1px rgba(255, 255, 255, 0.9),
		0 8px 32px rgba(15, 52, 96, 0.1);
}
/* 仅配图、无正文时：整块即图区，不要顶部分隔线，留白略紧 */
.pl-intro-band__inner--media-only .pl-intro-band__media {
	margin-top: 0;
	padding-top: clamp(12px, 2vw, 20px);
	border-top: none;
	background: linear-gradient(165deg, #f0f7ff 0%, #e0f0fb 45%, #d4e9f7 100%);
	box-shadow:
		inset 0 0 0 1px rgba(255, 255, 255, 0.85),
		0 4px 24px rgba(0, 81, 133, 0.12);
}
.pl-intro-band__media img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	object-fit: contain;
	object-position: center center;
	/* 原图比例：不强制限高；极端长图用视口软上限防止整页被拉爆 */
	max-height: min(92vh, 1200px);
}
.pl-intro-band__inner--media-only {
	grid-template-columns: 1fr;
	min-height: 0;
	max-width: min(1000px, 100%);
	margin: 0 auto;
}
.pl-intro-band__inner--media-only .pl-intro-band__media {
	min-height: 200px;
}
.pl-intro-band__inner--media-only .pl-intro-band__media img {
	max-height: min(92vh, 1200px);
}
.pl-intro-band__inner--copy-only {
	grid-template-columns: 1fr;
	min-height: 0;
}
.pl-intro-band__inner--copy-only .pl-intro-band__copy {
	max-width: 56em;
}
/* 简介下方：产品卡片更紧凑，一行可多列 */
.pl-classic .product_ul.product_ul--below-intro {
	padding-top: 4px;
}
.pl-classic .product_ul.product_ul--below-intro ul li {
	width: 23.5%;
	margin-left: 0.4%;
	margin-right: 0.9%;
	margin-bottom: 1.2%;
}
.pl-classic .product_ul.product_ul--below-intro ul li:nth-child(3n+0) {
	margin-right: 0.9%;
}
.pl-classic .product_ul.product_ul--below-intro ul li:nth-child(4n+0) {
	margin-right: 0;
}
.pl-classic .product_ul.product_ul--below-intro ul li .product_b {
	padding-bottom: 18px;
}
.pl-classic .product_ul.product_ul--below-intro ul li .imgs {
	max-height: 160px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #fafafa;
}
.pl-classic .product_ul.product_ul--below-intro ul li .imgs img {
	max-height: 150px;
	width: auto;
	max-width: 100%;
	object-fit: contain;
}
.pl-classic .product_ul.product_ul--below-intro ul li h2 {
	font-size: 16px;
	line-height: 1.35;
	height: auto;
	min-height: 2.7em;
	max-height: 3.2em;
	white-space: normal;
	text-align: center;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: clip;
}
.pl-classic .product_ul.product_ul--below-intro ul li p {
	font-size: 13px;
	line-height: 1.45;
	height: auto;
	max-height: 3.1em;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
@media screen and (max-width: 780px) {
	.pl-intro-band__inner {
		padding: clamp(18px, 4vw, 26px);
	}
	.pl-intro-band__copy {
		padding-left: 18px;
		border-left-width: 3px;
	}
	.pl-intro-band__media img {
		max-height: min(88vh, 900px);
	}
	.pl-classic .product_ul.product_ul--below-intro ul li {
		width: 49%;
		margin-left: 0.5%;
		margin-right: 1%;
	}
	.pl-classic .product_ul.product_ul--below-intro ul li:nth-child(4n+0) {
		margin-right: 1%;
	}
	.pl-classic .product_ul.product_ul--below-intro ul li:nth-child(2n+0) {
		margin-right: 0;
	}
}
@media screen and (max-width: 520px) {
	.pl-classic .product_ul.product_ul--below-intro ul li {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}
.product_ul {
	overflow: hidden;
	padding-bottom: 20px;
	padding-top: 8px;
}
.product_ul ul {
	display: flex;
	flex-wrap: wrap;
}
.product_ul ul li {
	float: left;
	width: 32.1%;
	margin-left: 0.5%;
	margin-right: 1%;
	overflow: hidden;
	margin-bottom: 1.5%;
	text-align: center;
	background-color: #fff;
}
.product_ul ul li .product_b {
	border: 1px solid #e8e8e8;
	padding-bottom: 36px;
}
.product_ul ul li:nth-child(3n+0) {
	margin-right: 0;
}
.product_ul ul li img {
	display: inline-block;
	width: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	vertical-align: middle;
}
.product_ul ul li .imgs {
	width: 100%;
	overflow: hidden;
}
.product_ul ul li h2 {
	font-weight: normal;
	color: #333333;
	line-height: 36px;
	height: 36px;
	text-align: center;
	overflow: hidden;
	padding-left: 2%;
	padding-right: 2%;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s;
	margin-bottom: 1%;
}
.product_ul ul li p {
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	color: #929292;
	font-size: 14px;
	padding-left: 2%;
	padding-right: 2%;
	max-width: 350px;
	margin: 0 auto;
}
.product_ul ul li em {
	display: block;
	color: #ee697e;
	font-size: 14px;
	margin-top: 10px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}
.product_ul ul li label {
	display: block;
	color: #333;
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	margin-top: 5px;
}
.product_ul ul li:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.product_ul ul li:hover {
	-webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.1);
	box-shadow: 0 5px 20px rgba(0,0,0,0.1);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
	transition: all 0.3s;
}
.product_ul ul li:hover h2 {
	color: #00a1e9;
}
.product_ul ul li:hover .product_b {
	border: 1px solid #fff;
}
.pl-page {
	padding-top: 2%;
	padding-bottom: 3%;
}
.pl-modules {
	overflow: hidden;
}
.pl-mod {
	margin-bottom: 2.5rem;
}
.pl-mod:last-child {
	margin-bottom: 0;
}
.pl-mod__head {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 1rem;
	margin-bottom: 1.25rem;
}
.pl-mod__title-link {
	display: inline;
	text-decoration: none;
	color: #1e293b;
	transition: color 0.2s ease;
}
.pl-mod__title-link:hover {
	color: #00a1e9;
}
.pl-mod__title-link:focus-visible {
	outline: 2px solid #00a1e9;
	outline-offset: 3px;
	border-radius: 4px;
}
.pl-mod__ico-wrap {
	flex-shrink: 0;
	width: 52px;
	height: 52px;
	border-radius: 8px;
	background: #00a1e9;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 14px rgba(0, 161, 233, 0.25);
}
.pl-mod__ico {
	max-width: 36px;
	max-height: 36px;
	width: auto;
	height: auto;
	object-fit: contain;
	display: block;
}
.pl-mod__title {
	font-size: 1.5rem;
	font-weight: 700;
	color: #1e293b;
	line-height: 1.3;
	margin: 0;
	padding: 0;
}
.pl-mod__grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px 16px;
}
.pl-mod__cell {
	margin: 0;
	padding: 0;
}
.pl-mod__row {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	min-height: 52px;
	padding: 12px 18px;
	background: #f0f2f5;
	border-radius: 4px;
	text-decoration: none;
	color: #334155;
	font-size: 15px;
	line-height: 1.4;
	transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
	box-sizing: border-box;
}
.pl-mod__row:hover {
	background: #e8f4fc;
	color: #00a1e9;
	box-shadow: 0 2px 12px rgba(15, 23, 42, 0.06);
}
.pl-mod__name {
	flex: 1;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pl-mod__plus {
	flex-shrink: 0;
	font-size: 1.25rem;
	font-weight: 300;
	color: #94a3b8;
	line-height: 1;
}
.pl-mod__row:hover .pl-mod__plus {
	color: #00a1e9;
}
@media screen and (max-width: 992px) {
	.pl-mod__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width: 560px) {
	.pl-mod__grid {
		grid-template-columns: 1fr;
	}
	.pl-mod__title {
		font-size: 1.25rem;
	}
}
/*公司动态*/
.news_bg {
	overflow: hidden;
	padding-top: 3%;
}
.news_con {
	overflow: hidden;
}
.news_con ul li {
	overflow: hidden;
	margin-bottom: 2%;
	padding-bottom: 2%;
	border-bottom: 1px solid #cccccc;
	display: block;
}
.news_con ul li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}
.news_con ul li .imgs {
	width: 19%;
	float: left;
	display: inline;
	overflow: hidden;
}
.news_con ul li .imgs img {
	width: 100%;/* -webkit-transform: scale(1) rotate(0deg);transform: scale(1) rotate(0deg);transition-duration: 0.3s;transition-timing-function: ease-out;transition-property: opacity, transform, filter;*/
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.news_con ul li:hover .imgs img {/*-webkit-transform: scale(1.2) rotate(4deg); transform: scale(1.2) rotate(4deg);*/
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.news_con ul li .i_about_r {
	float: right;
	display: inline;
	line-height: 22px;
	width: 78%;
	overflow: hidden;
}
.news_con ul li .i_about_r h3 {
	line-height: 22px;
	height: 22px;
	overflow: hidden;
	font-size: 18px;
	color: #333;
	font-weight: normal;
	margin-bottom: 1%;
}
.news_con ul li .i_about_r label {
	display: block;
	color: #999999;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	padding-left: 19px;
	margin-bottom: 1%;
}
.news_con ul li .i_about_r .p {
	max-height: 48px;
	overflow: hidden;
	font-size: 14px;
	color: #7b7b7b;
	line-height: 24px;
}
.news_con ul li .i_about_r .news_more {
	margin-top: 2%;
	width: 106px;
	text-align: center;
	float: left;
	height: 34px;
	line-height: 34px;
	background-color: #f5f5f5;
	border: 1px solid #bababa;
	color: #828282;
	font-size: 13px;
	transition: all 0.3s;
}
.news_con ul li:hover .i_about_r .news_more {
	background-color: #409EFF;
	color: #fff;
	border: 1px solid #409EFF;
}
.news_con ul li:hover .i_about_r h3 {
	color: #409EFF;
}
/*公司动态详细*/
.about_x {
	overflow: hidden;
	line-height: 30px;
	font-size: 14px;
	color: #666666;
}
.about_x img {
	max-width: 100%;
	/* height: auto !important; */
}
.about_x .show_t {
	line-height: 36px;
	font-size: 24px;
	color: #333;
	text-align: center;
	margin-bottom: 15px;
	font-weight: normal;
}
.about_x .con_line {
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	color: #999999;
	border-bottom: 1px dashed #cccccc;
	text-align: center;
}
.about_x .con_id {
	line-height: 30px;
	overflow: hidden;
	white-space: normal;
	word-break: break-all;
	padding-top: 20px;
	text-align: left;
	padding-bottom: 40px;
}
.about_x table {
	border-collapse: collapse;
	border-spacing: 0;
}
.about_x table td {
	line-height: 22px;
	height: 27px; /*border:1px solid #000;*/
}
.prenext {
	font-size: 16px;
	line-height: 60px;
	margin-top: 20px;
	color: #444;
}
.prenext span {
	float: left;
	width: 108px;
	color: #666666;
	font-size: 16px;
}
.prenext a {
	color: #444;
}
.prenext a:hover {
	color: #00a1e9;
	text-decoration: none;
}
.prenext:last-child {
	border-top: 0;
	margin-top: 0;
	margin-bottom: 10px;
}
.goback {
	float: right;
	height: 26px;
	line-height: 26px;
	text-align: right;
	padding-left: 23px;
	background: url(../img/goback.png) left center no-repeat;
	font-size: 14px;
	color: #333333;
	margin-top: 8px;/* border-bottom:1px solid #a6a6a6;*/
}
.fenxiang {
	height: 30px;
	overflow: hidden;
}
.fenxiang .span {
	float: right;
	font-size: 14px;
	line-height: 34px;
}
/*公司介绍*/
.about_bg {
	background-color: #f5f5f5;
	overflow: hidden;
}
.about_div {
	overflow: hidden;
}
.about_div .i_one_div_txt {
	width: 46.9%;
	padding-left: 1.6%;
	padding-right: 1.5%;
}
.about_div .i_one_div_txt .i_one_con {
	max-width: 588px;
}
.about_div .i_one_div_txt .i_one_t {
	line-height: 30px;
	color: #0044dc;
}
.about_div .i_one_div_txt .i_one_t img {
	display: block;
	margin-top: 12%;
	margin-bottom: 2%;
}
.about_div .i_one_div_txt .i_one_p {
	color: #666666;
	font-size: 14px;
	line-height: 22px;
	padding-top: 2%; /*height:260px; */
	overflow: hidden;
	text-align: left;
}
.about_div .i_one_div_txt .i_one_p.brandfont {
	font-size: 16px;
	text-align: center;
	padding-top: 0;
}
.about_div .i_one_div_img {
	width: 50%;
	overflow: hidden;
}
.about_div .i_one_div_img img {
	width: 100%;
	-webkit-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
}
.about_div .i_one_div_img:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.about_two {
	overflow: hidden;
	text-align: center;
	padding-top: 3%;
	padding-bottom: 3%;
	background-color: #fff;
	width: 98%;
	padding-left: 1%;
	padding-right: 1%;
}
.about_two ul li {
	float: left;
	width: 30.33%;
	margin-left: 1.5%;
	margin-right: 1.5%;
	overflow: hidden;
	color: #7b7b7b;
	font-size: 14px;
	line-height: 24px;
}
.about_two ul li h2 {
	font-weight: normal;
	color: #333333;
	margin-bottom: 2%;
}
.about_two ul li p {
	margin: 0 auto;
	max-width: 400px;
}
/*企业荣誉*/
.honor_ul {
	overflow: hidden;
}
.honor_ul ul li {
	width: 23.5%;
	margin-right: 2%;
	float: left;
	overflow: hidden;
	margin-bottom: 3%;
	text-align: center;
}
.honor_ul ul li:nth-child(4n+0) {
	margin-right: 0;
}
.honor_ul ul li .imgs {
	width: 100%;
	overflow: hidden;
}
.honor_ul ul li .imgs img {
	width: 100%;
	-webkit-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
}
.honor_ul ul li h2 {
	color: #333;
	font-size: 13px;
	font-weight: normal;
	height: 42px;
	overflow: hidden;
	line-height: 42px;
}
.honor_ul ul li:Hover .imgs img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.honor_ul ul li:Hover h2 {
	color: #00a1e9;
}
/*联络我们*/
.contact_bg {
	background-color: #f5f5f5;
	overflow: hidden;
}
.map_div {
	overflow: hidden;
	float: left;
	width: 50%;
}
.map_div img {
	max-width: 100%;
}
.contact_r {
	overflow: hidden;
	float: left;
	width: 44%;
	margin-left: 3%;
	margin-top: 3%;
	margin-bottom: 3%;
	color: #6f6f6f;
	font-size: 14px;
}
.contact_r h2 {
	color: #333333;
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 3%;
}
.contact_r ul li {
	display: block;
	margin-bottom: 10px;
}
.contact_r ul li img {
	display: inline-block;
	margin-right: 12px;
	margin-top: 3px;
	float: left;
}
/*相关案例*/
.case_ul {
	overflow: hidden;
	padding-top: 1%;
}
.case_ul ul li {
	float: left;
	width: 23.5%;
	overflow: hidden;
	margin-bottom: 2%;
	margin-right: 2%;
	text-align: center;
	background-color: #f5f5f5;
}
.case_ul ul li:nth-child(4n+0) {
	margin-right: 0;
}
.case_ul ul li img {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.case_ul ul li .imgs {
	overflow: hidden;
	width: 100%;
}
.case_ul ul li .imgs img {
	display: block;
	width: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.case_ul ul li .txts {
	overflow: hidden;
	transition: all 0.3s;
	padding-bottom: 25px;
	padding-top: 25px;
	padding-left: 26px;
	padding-right: 2%;
	text-align: left;
}
.case_ul ul li .txts h2 {
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	font-weight: normal;
	color: #333;
}
.case_ul ul li .txts .p {
	font-size: 14px;
	color: #aaaaaa;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}
.case_ul ul li:hover .imgs img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.case_ul ul li:hover .txts h2 {
	color: #014ee7;
}
.case_ul ul li .desc {
	display: none;
}
/*人才招聘*/
.job_ul {
	overflow: hidden;
	border: 1px solid #e9e9e9;
	margin-bottom: 4%;
}
.job_ul ul li {
	float: left;
	overflow: hidden;
	width: 25%;
	cursor: pointer;
	transition: all 0.3s;
}
.job_ul ul li .job_div {
	overflow: hidden;
	border-right: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 40px;
}
.job_ul ul li:nth-child(4n+0) .job_div {
	border-right: 0;
}
.job_ul ul li .job_txt {
	max-width: 220px;
	width: 94%;
	margin: 0 auto;
}
.job_ul ul li h2 {
	height: 102px;
	line-height: 102px;
	background: url(../img/job_bg2.jpg) left bottom no-repeat;
	margin-top: 3%;
	color: #505050;
	font-size: 20px;
	margin-bottom: 7%;
}
.job_ul ul li .p {
	font-size: 14px;
	color: #646464;
	line-height: 26px;
	overflow: hidden;
}
.job_ul ul li em {
	font-size: 14px;
	color: #949494;
	font-style: normal;
	display: block;
	padding-top: 28px;
	overflow: hidden;
}
.job_ul ul li:hover {
	background-color: #0265f8;
}
.job_ul ul li:hover h2 {
	color: #fff;
	background: url(../img/job_bg1.jpg) left bottom no-repeat;
}
.job_ul ul li:hover .p {
	color: #fff;
}
.job_ul ul li:hover em {
	color: #fff;
}
.job_ul ul li dl {
	display: none;
	overflow: hidden;
}
/*解决方案*/
.solution_bg {
	background: url(../img/solution_bg.jpg) center center no-repeat;
	background-size: cover;
	overflow: hidden;
	padding-top: 3%;
	padding-bottom: 2%;
}
.solution_bg .solution_t {
	color: #ffffff;
	font-size: 32px;
	text-align: center;
	margin-top: 1%;
	margin-bottom: 3%;
}
.solution_bg .solution_ul ul li {
	float: left;
	width: 32%;
	margin-right: 2%;
	overflow: hidden;
	margin-bottom: 2%;
	position: relative;
}
.solution_bg .solution_ul ul li:nth-child(3n+0) {
	margin-right: 0;
}
.solution_bg .solution_ul ul li .imgs {
	overflow: hidden;
}
.solution_bg .solution_ul ul li .imgs img {
	width: 100%;
	display: block;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.solution_bg .solution_ul ul li .txts {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	color: #fff;
}
.solution_bg .solution_ul ul li .table {
	display: table;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}
.solution_bg .solution_ul ul li .td {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
}
.solution_bg .solution_ul ul li .txts img {
	margin: 0 auto;
	width: 20%;
	max-width: 90px;
	display: block;
	margin-bottom: 5%; /*margin-top:50px;*/
}
.solution_bg .solution_ul ul li .txts h2 {
	color: #efefef;
	font-weight: normal;
	margin: 0 auto;
	margin-bottom: 3%;
	max-width: 350px;
	width: 94%;
	font-size: 22px;
}
.solution_bg .solution_ul ul li .txts p {
	font-size: 14px;
	line-height: 22px;
	margin: 0 auto;
	max-width: 350px;
	width: 94%;
	overflow: hidden;
}
.solution_bg .solution_ul ul li:hover .imgs img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
/*产品详细*/
.product_con {
	overflow: hidden;
	font-size: 16px;
	color: #444444;
	position: relative;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}
.product_con .bigimg {
	width: 100%;
	display: block;
	min-height: 250px;
	filter: Alpha(Opacity=0);
	opacity: 0;
}
.product_con .tabel {
	display: table;
	width: 100%;
	height: 100%;
}
.product_con .td {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.product_con .td.vt {
	vertical-align: top;
	margin-top: 5%;
}
.product_con .txts {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.product_con .txts .pt {
	margin-top: 10%;
	font-weight: normal;
	margin-bottom: 2%;
}
.product_con .txts .p1 {
	color: #444444;
	font-size: 16px;
	line-height: 26px;
	max-width: 680px;
	width: 96%;
	margin: 0 auto;
}
.product_con .txts .p2 {
	color: #444444;
	font-size: 16px;
	line-height: 36px;
}
.product_con .txts .p2 label {
	color: #6d6d6d;
	font-size: 12px;
	font-family: Arial;
	padding-right: 3px;
}
.product_three {
	max-width: 1120px;
	width: 94%;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 3%;
}
.product_three_l {
	float: left;
	width: 37.5%;
	overflow: hidden;
	text-align: left;
}
.product_three_img {
	float: right;
	width: 59%;
}
.product_three_img img {
	width: 100%;
}
.product_con .txts .product_three_l .pt {
	margin-top: 5%;
}
/*产品详细2*/
.product_con2 {
	overflow: hidden;
	font-size: 14px;
	line-height: 22px;
}
.product_con2 img {
	width: 100%;
	display: block;
}
.product_blank {
	height: 0;
	font-size: 0;
	overflow: hidden;
}
/*解决方案2*/
.solution_bg2 {
	background: url(../img/solution_bg3.jpg) center center no-repeat;
	background-size: cover;
	overflow: hidden;
	padding-top: 3%;
	padding-bottom: 3%;
}
.solution_bg2 .solution_t2 {
	text-align: center;
	overflow: hidden;
	color: #333333;
	width: 94%;
	max-width: 900px;
	margin: 0 auto;
}
.solution_bg2 .solution_desc {
	color: #535353;
	font-size: 15px;
	line-height: 24px;
	width: 94%;
	max-width: 900px;
	margin: 0 auto;
	margin-top: 1%;
	text-align: center;
}
.solution_bg3 {
	background: url(../img/solution_bg2.jpg) center center no-repeat;
	overflow: hidden;
	margin-top: 2%;
	padding-bottom: 8%;
}
.solution_con {
	width: 96%;
	max-width: 1520px;
	margin: 0 auto;
}
.solution_con ul li {
	float: left;
	margin-top: 3%;
	overflow: hidden;
}
.solution_con ul li:nth-child(1) {
	width: 13%;
	padding-top: 9%;
}
.solution_con ul li:nth-child(2) {
	width: 22%;
	padding-right: 2%;
	padding-top: 8%;
}
.solution_con ul li:nth-child(3) {
	width: 20%;
}
.solution_con ul li:nth-child(4) {
	width: 20%;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 6%;
}
.solution_con ul li:nth-child(5) {
	width: 19%;
	padding-top: 10%;
}
.solution_con ul li .img {
	max-width: 90%;
	margin: 0 auto;
	display: block;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.solution_con ul li h2 {
	font-weight: bold;
	font-size: 18px;
	color: #424242;
	text-align: center;
	margin-bottom: 10px;
	overflow: hidden;
	background: url(../img/solution_bg4.png) center bottom no-repeat;
	background-size: auto 50px;
	padding-bottom: 55px;
}
.solution_con ul li .solution_box {
	margin-bottom: 20px;
}
.solution_con ul li .solution_box:hover .img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.solution_con ul li .solution_box:nth-child(2) {
	margin-bottom: 0%;
}
.solution_con ul li .solution_box:nth-child(2) h2 {
	background: url(../img/solution_bg4.png) center top no-repeat;
	background-size: auto 50px;
	padding-bottom: 0px;
	padding-top: 55px;
}
.solution_con ul li:nth-child(3) .solution_box:nth-child(1) {
	margin-bottom: 5%;
}
.solution_con ul li:nth-child(3) .solution_box:nth-child(1):hover .img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.solution_con ul li:nth-child(3) .solution_box:nth-child(2) {
	margin-top: 18%;
}
.solution_con ul li:nth-child(2) .solution_box:nth-child(2) {
	margin-left: 36%;
}
.solution_con ul li:nth-child(4) .solution_box:nth-child(2) {
	margin-right: 36%;
}
.b_link {
	overflow: hidden;
	margin-bottom: 1%;
	margin-top: 2%;
}
.b_link ul li {
	float: left;
	width: 15.8%;
	margin-right: 1%;
	margin-bottom: 2%;
	overflow: hidden;
}
.b_link ul li:nth-child(6n+0) {
	margin-right: 0;
}
.b_link ul li .imgs {
	overflow: hidden;
	border: 1px solid #f0f0f0;
}
.b_link ul li .imgs img {
	display: block;
	width: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.b_link ul li:hover .imgs img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.b_link ul li h2 {
	font-weight: normal;
	text-align: center;
	font-size: 15px;
	margin-top: 10px;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
}
/*防伪code.html*/
.fangwei_div {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: inline-table;
	vertical-align: middle;
	text-align: center;
	margin-bottom: 50px;
}
.fangwei_div .fangwei_con {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}
.fangwei_div .fangwei_con .imgs {
	width: 42%;
	display: inline-block;
	margin-right: 1%;
	max-width: 271px;
}
.fangwei_div .fangwei_con .fangwei_txt {
	display: inline-block;
	vertical-align: middle;
	width: 46%;
	padding: 4%;
	padding-top: 0;
	padding-bottom: 0;
	max-width: 330px;
	text-align: left;
	font-family: Arial;
	color: #737373;
	font-size: 14px;
	line-height: 24px;
	background-color: #464646;
	height: 271px;
	overflow: hidden;
}
.fangwei_div .fangwei_con .fangwei_txt .div {
	overflow: hidden;
	margin-bottom: 4%;
}
.fangwei_div .fangwei_con .fangwei_txt .div .inputs {
	height: 45px;
	line-height: 45px;
	width: 100%;
	text-indent: 10px;
	font-size: 18px;
	color: #313131;
	font-family: "微软雅黑";
	border: none;
	background: #191919;
	margin-top: 13%;
	outline: none;
}
.fangwei_div .fangwei_con .fangwei_txt .div .inputs:focus {
	color: #fff;
}
.fangwei_div .fangwei_con .fangwei_txt .div .inputs2 {
	float: left;
	height: 45px;
	line-height: 45px;
	width: 56%;
	text-indent: 10px;
	font-size: 18px;
	color: #313131;
	font-family: "微软雅黑";
	border: none;
	background: #191919;
	outline: none;
}
.fangwei_div .fangwei_con .fangwei_txt .div .inputs2:focus {
	color: #fff;
}
.fangwei_div .fangwei_con .fangwei_txt .div .imgs2 {
	float: right;
	width: 40%;
	height: 45px;
}
.fangwei_div .fangwei_con .fangwei_txt .div2 {
	text-align: center;
	overflow: hidden;
	padding-top: 8%;
}
.fangwei_div .fangwei_con .fangwei_txt .bnts {
	background: #409EFF;
	border: 0;
	height: 30px;
	line-height: 30px;
	width: 118px;
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
	outline: none;
	-webkit-appearance: none;
	cursor: pointer;
	margin: 0 auto;
}
.fangwei_div .fangwei_con .fangwei_txt .bnts:hover {
	filter: Alpha(Opacity=80);
	opacity: 0.8;
	transition: all 0.3s;
}
.fangwei_pos {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(5,5,5,0.6);
	top: 0;
	left: 0;
	display: none;
}
.fangwei_pos1 {
	position: absolute;
	width: 100%;
	height: 93px;
	top: 50%;
	margin-top: -46px;
	left: 0;
	display: none;
}
.fangwei_pos_con {
	width: 96%;
	margin: 0 auto;
	max-width: 500px;
	height: 93px;
	background-color: #464646;
	color: #fff;
	font-size: 14px;
	font-family: "宋体";
	line-height: 30px;
}
.fangwei_pos_con .fangwei_pos_div {
	text-align: left;
	max-width: 370px;
	width: 96%;
	margin: 0 auto;
	padding-top: 15px;
}
 @media screen and (max-width: 1440px) {
/*解决方案2*/
.solution_con ul li:nth-child(4) {
	padding-top: 4%;
}
.solution_con ul li:nth-child(5) {
	padding-top: 8%;
}
}
 @media screen and (max-width: 1200px) {
/*硬件产品*/
.product_a a {
	min-height: 44px;
	padding: 9px 10px;
	font-size: 12px;
	flex-basis: 128px;
	max-width: 180px;
}
/*公司动态*/
.news_con ul li .i_about_r h3 {
	font-size: 16px;
	margin-bottom: 0.5%;
}
.news_con ul li .i_about_r label {
	margin-bottom: 0.5%;
}
.news_con ul li .i_about_r .p {
	line-height: 22px;
	max-height: 44px;
}
.news_con ul li .i_about_r .news_more {
	margin-top: 1%;
	height: 32px;
	line-height: 32px;
}
/*公司介绍*/
.about_div .i_one_div_txt .i_one_t img {
	margin-top: 6%;
	margin-bottom: 1%;
	width: 40px;
}
.about_div .i_one_div_txt .i_one_p {
	padding-top: 1%;
	line-height: 20px;
	font-size: 13px;
}
.about_two ul li {
	line-height: 22px;
	font-size: 13px;
}
/*联络我们*/
.contact_r h2 {
	font-size: 24px;
}
/*解决方案*/
.solution_bg .solution_t {
	font-size: 28px;
}
.solution_bg .solution_ul ul li .txts img { /*margin-top:30px;*/
	width: 18%;
}
.solution_bg .solution_ul ul li .txts h2 {
	margin-bottom: 2%;
}
.solution_bg .solution_ul ul li .txts p {
	font-size: 13px;
	line-height: 20px;
}
/*解决方案2*/
.solution_con ul li h2 {
	font-size: 16px;
}
.solution_bg3 {
	background-position: center 20%;
}
.solution_con ul li:nth-child(4) {
	padding-top: 0%;
}
.solution_con ul li:nth-child(2) {
	padding-top: 0%;
}
.solution_con ul li:nth-child(5) {
	padding-top: 1%;
}
}
 @media screen and (max-width: 1100px) {
/*内页*/
.o_big {
	background-size: auto 110%;
}
/*公司动态*/
.news_con ul li .i_about_r h3 {
	font-size: 15px;
	margin-bottom: 0.4%;
}
.news_con ul li .i_about_r label {
	margin-bottom: 0.4%;
	font-size: 12px;
}
.news_con ul li .i_about_r .p {
	line-height: 18px;
	max-height: 36px;
	font-size: 12px;
}
/*相关案例*/
.case_ul ul li .txts {
	padding-top: 10px;
	padding-bottom: 15px;
}
.case_ul ul li .txts .p {
	font-size: 13px;
}
/*人才招聘*/
.job_ul ul li {
	width: 33.33%;
}
.job_ul ul li:nth-child(4n+0) .job_div {
	border-right: 1px solid #e9e9e9;
}
.job_ul ul li:nth-child(3n+0) .job_div {
	border-right: 0;
}
/*解决方案*/
.solution_bg .solution_t {
	font-size: 24px;
}
.solution_bg .solution_ul ul li .txts img { /*margin-top:20px;*/
	width: 16%;
}
.solution_bg .solution_ul ul li .txts p {
	font-size: 12px;
	line-height: 18px;
	max-height: 180px;
}
}
@media screen and (max-width: 1000px) {
/*内页*/
.o_big {
	background-size: auto 120%;
}
/*公司动态*/
.news_con ul li .i_about_r .news_more {
	margin-top: 0.5%;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
}
/*企业荣誉*/
.honor_ul ul li {
	width: 32%;
}
.honor_ul ul li:nth-child(4n+0) {
	margin-right: 2%;
}
.honor_ul ul li:nth-child(3n+0) {
	margin-right: 0;
}
/*工程案例*/
.case_ul ul li {
	width: 32%;
}
.case_ul ul li:nth-child(4n+0) {
	margin-right: 2%;
}
.case_ul ul li:nth-child(3n+0) {
	margin-right: 0;
}
/*解决方案2*/
.solution_con ul li h2 {
	font-size: 14px;
}
.b_link ul li {
	width: 19%;
}
.b_link ul li:nth-child(6n+0) {
	margin-right: 1.1%;
}
.b_link ul li:nth-child(5n+0) {
	margin-right: 0;
}
}
@media screen and (max-width: 960px) {
/*内页*/
.o_big {
	background-size: auto 130%;
}
/*硬件产品*/
.product_a a {
	min-height: 42px;
	padding: 8px 10px;
	font-size: 12px;
	flex-basis: 120px;
	max-width: 168px;
}
/*公司动态*/
.news_con ul li .i_about_r h3 {
	font-size: 14px;
}
/*公司介绍*/
.about_div .i_one_div_txt .i_one_t img {
	width: 30px;
	margin-top: 3%;
}
.about_two ul li {
	line-height: 20px;
	font-size: 12px;
}
/*联络我们*/
.contact_r h2 {
	font-size: 20px;
}
/*解决方案*/
.solution_bg .solution_t {
	font-size: 20px;
}
.solution_bg .solution_ul ul li .txts img { /*margin-top:15px;*/
	width: 14%;
	margin-bottom: 3%;
}
.solution_bg .solution_ul ul li .txts h2 {
	font-size: 20px;
}
/*产品详细*/
.product_con .td.vt {
	vertical-align: middle;
}
.product_con .txts .p1 {
	font-size: 14px;
}
.product_con .txts .p2 {
	font-size: 14px;
	line-height: 26px;
}
}
@media screen and (max-width: 830px) {
/*内页*/
.o_big {
	background-size: auto 140%;
}
/*公司动态*/
.news_con ul li .i_about_r .news_more {
	display: none;
}
/*公司介绍*/
.about_div .i_one_div_txt {
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
	margin-bottom: 3%;
	padding-top: 2%;
}
.about_div .i_one_div_txt .i_one_con {
	max-width: none;
}
.about_div .i_one_div_img {
	width: 100%;
}
.about_two ul li {
	width: 97%;
	margin-bottom: 3%;
}
/*解决方案*/
.solution_bg .solution_ul ul li {
	width: 49%;
}
.solution_bg .solution_ul ul li:nth-child(3n+0) {
	margin-right: 2%;
}
.solution_bg .solution_ul ul li:nth-child(2n+0) {
	margin-right: 0%;
}
/*解决方案2*/
.b_link ul li {
	width: 24%;
}
.b_link ul li:nth-child(5n+0) {
	margin-right: 1.1%;
}
.b_link ul li:nth-child(4n+0) {
	margin-right: 0;
}
}
@media screen and (max-width: 780px) {
/*内页*/
.o_big {
	background-size: auto 150%;
}
/*硬件产品*/
.product_a {
	gap: 8px 10px;
}
.product_a a {
	min-height: 40px;
	padding: 8px 8px;
	font-size: 12px;
	flex: 1 1 calc(33.333% - 10px);
	max-width: none;
}
.product_ul ul li {
	width: 49%;
}
.product_ul ul li:nth-child(3n+0) {
	margin-right: 1%;
}
.product_ul ul li:nth-child(2n+0) {
	margin-right: 0;
}
/*公司动态详细*/
.about_x .show_t {
	font-size: 20px;
	margin-top: 2%;
	margin-bottom: 0px;
}
.prenext {
	font-size: 14px;
}
.prenext span {
	width: 70px;
	font-size: 14px;
}
/*联络我们*/
.contact_r h2 {
	font-size: 18px;
}
.map_div {
	width: 100%;
}
.contact_r {
	width: 94%;
	padding-top: 3%;
}
/*工程案例*/
.case_ul ul li {
	width: 49%;
}
.case_ul ul li:nth-child(3n+0) {
	margin-right: 2%;
}
.case_ul ul li:nth-child(2n+0) {
	margin-right: 0;
}
/*人才招聘*/
.job_ul ul li {
	width: 50%;
}
.job_ul ul li:nth-child(3n+0) .job_div {
	border-right: 1px solid #e9e9e9;
}
.job_ul ul li:nth-child(2n+0) .job_div {
	border-right: 0;
}
/*解决方案2*/
.solution_bg3 {
	background: none;
}
.solution_con ul li:nth-child(1) {
	width: 50%;
}
.solution_con ul li:nth-child(2) {
	width: 50%;
	padding-right: 0;
}
.solution_con ul li:nth-child(3) {
	width: 50%;
}
.solution_con ul li:nth-child(4) {
	width: 50%;
	padding-left: 0;
	padding-right: 0;
}
.solution_con ul li:nth-child(5) {
	width: 50%;
}
.solution_con ul li .solution_box {
	margin-bottom: 40px;
}
}
 @media screen and (max-width: 640px) {
/*内页*/
.o_big {
	background-size: auto 160%;
}
/*公司动态*/
.news_con ul li .imgs {
	width: 29%;
}
.news_con ul li .i_about_r {
	width: 68%;
}
/*企业荣誉*/
.honor_ul ul li {
	width: 49%;
}
.honor_ul ul li:nth-child(4n+0) {
	margin-right: 2%;
}
.honor_ul ul li:nth-child(3n+0) {
	margin-right: 2;
}
.honor_ul ul li:nth-child(2n+0) {
	margin-right: 0;
}
/*相关案例*/
.case_ul ul li .txts {
	padding-left: 4%;
}
/*人才招聘*/
.job_ul ul li h2 {
	font-size: 18px;
	height: 80px;
	line-height: 80px;
}
.job_ul ul li .p {
	font-size: 13px;
}
.job_ul ul li em {
	font-size: 13px;
}
/*解决方案*/
.solution_bg .solution_t {
	margin-bottom: 5%;
}
.solution_bg .solution_ul ul li {
	width: 100%;
	margin-right: 0%;
}
.solution_bg .solution_ul ul li:nth-child(2n+0) {
	margin-right: 3%;
}
.solution_bg .solution_ul ul li .txts img {
	width: 21%;
}
/*产品详细*/
.product_con .txts .p1 {
	font-size: 12px;
	line-height: 20px;
}
.product_con .txts .p2 {
	font-size: 12px;
	line-height: 22px;
}
.product_three_l {
	width: 50%;
}
.product_three_img {
	width: 48%;
}
/*解决方案2*/
.b_link ul li {
	width: 32.5%;
}
.b_link ul li:nth-child(4n+0) {
	margin-right: 1.1%;
}
.b_link ul li:nth-child(3n+0) {
	margin-right: 0;
}
/*防伪code.html*/
.fangwei_div .fangwei_con .imgs {
	width: 40%;
	margin-right: 0;
	margin-bottom: 4%;
}
.fangwei_div .fangwei_con .fangwei_txt {
	width: 100%;
	height: 250px;
}
}
 @media screen and (max-width: 480px) {
/*内页*/
.o_big {
	background-size: auto 170%;
}
/*硬件产品*/
.product_a a {
	min-height: 38px;
	padding: 7px 8px;
	font-size: 11px;
	flex: 1 1 calc(50% - 8px);
	max-width: none;
}
/*公司动态详细*/
.about_x2 .show_t {
	font-size: 22px;
	line-height: 30px;
}
/*公司介绍*/
.about_div .i_one_div_txt .i_one_p {
	line-height: 18px;
	font-size: 12px;
}
/*相关案例*/
.case_ul ul li .txts h2 {
	font-size: 14px;
	height: 30px;
	line-height: 30px;
}
/*人才招聘*/
.job_ul ul li .job_div {
	padding-bottom: 30px;
}
.job_ul ul li .job_txt {
	width: 90%;
}
.job_ul ul li h2 {
	font-size: 16px;
	height: 50px;
	line-height: 50px;
}
.job_ul ul li .p {
	font-size: 12px;
	line-height: 22px;
	padding-top: 20px;
}
.job_ul ul li em {
	font-size: 12px;
}
/*解决方案*/
.solution_bg .solution_ul ul li .txts h2 {
	font-size: 18px;
}
}
@media screen and (max-width: 360px) {
/*内页*/
.o_big {
	background-size: auto 180%;
}
}
@media screen and (max-width: 320px) {
}

/* 行业案例栏目页：整体版面 */
.case-list-page {
	--case-accent: #00a1e9;
	--case-accent-soft: rgba(0, 161, 233, 0.08);
	--case-accent-border: rgba(0, 161, 233, 0.35);
	--case-accent-shadow: rgba(0, 161, 233, 0.28);
}
.case-list-page .case-stories-page {
	background: linear-gradient(180deg, #f0f4f8 0%, #f7f9fc 38%, #fff 100%);
	padding: clamp(28px, 4vw, 52px) 0 clamp(40px, 5vw, 72px);
}
.case-list-page .o_big--case {
	align-items: stretch;
	min-height: var(--module-banner-h);
}
.case-list-page .o_big--case-noimg {
	background: linear-gradient(135deg, #0a1f3d 0%, #1e3a5f 48%, #2d4a6f 100%);
}
.case-list-page .o_big--case-noimg .o_big__shade {
	background: linear-gradient(180deg, transparent 0%, rgba(10, 22, 40, 0.25) 100%);
}
.case-list-page .o_big--case img {
	height: var(--module-banner-h);
	min-height: var(--module-banner-h);
	object-fit: cover;
	object-position: center;
	filter: none;
	opacity: 1;
}
.case-list-page .o_big--case .o_big__shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		180deg,
		rgba(10, 22, 40, 0.15) 0%,
		rgba(10, 22, 40, 0.45) 55%,
		rgba(10, 22, 40, 0.72) 100%
	);
	pointer-events: none;
}
/* 产品与服务、行业案例：banner 标题统一居中与字号 */
.product-list-page .o_big > h1,
.case-list-page .o_big--case .o_big__caption h1 {
	margin: 0 auto;
	font-size: 60px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.04em;
	text-align: center;
	max-width: 960px;
	width: 100%;
}
.case-list-page .o_big--case .o_big__caption h1 {
	text-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
}
.product-list-page .o_big > h1 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	isolation: isolate;
	color: #fff;
	text-shadow: none;
}
/* 产品与服务 banner：右下斜向文字投影（对齐参考「阴影特效」） */
.product-list-page .o_big > h1::before,
.product-list-page .o_big > h1::after {
	content: attr(data-text);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	font: inherit;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	text-align: center;
	pointer-events: none;
	user-select: none;
}
/* 近距实色层：保证笔画轮廓清晰 */
.product-list-page .o_big > h1::before {
	color: rgba(0, 0, 0, 0.72);
	transform: translate(0.07em, 0.085em);
	filter: blur(0.02em);
	-webkit-filter: blur(0.02em);
	z-index: -2;
}
/* 远距柔焦层：右下明显投影 */
.product-list-page .o_big > h1::after {
	color: rgba(0, 0, 0, 0.92);
	transform: translate(0.13em, 0.155em);
	filter: blur(0.055em);
	-webkit-filter: blur(0.055em);
	z-index: -1;
}
.case-list-page .o_big--case .o_big__caption {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	text-align: center;
	color: #fff;
}
.case-list-page .o_big--case .o_big__caption h1 {
	position: static;
}
.case-list-page .o_big--case .o_big__sub {
	margin: 12px auto 0;
	max-width: 720px;
	font-size: 18px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.92);
	letter-spacing: 0.06em;
}
.case-stories-wrap {
	clear: both;
	width: 96%;
	max-width: 1240px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
.case-stories-head {
	margin: 0 auto clamp(24px, 3vw, 36px);
	padding: 0 12px;
	max-width: 880px;
}
.case-stories-head__crumb {
	margin: 0 0 10px;
	font-size: 13px;
	color: #94a3b8;
	letter-spacing: 0.02em;
}
.case-stories-head__crumb a {
	color: #64748b;
	text-decoration: none;
	transition: color 0.2s ease;
}
.case-stories-head__crumb a:hover {
	color: var(--case-accent);
}
.case-stories-head__crumb span[aria-hidden="true"] {
	margin: 0 8px;
	color: #cbd5e1;
}
.case-stories-head__title {
	margin: 0;
	display: inline-block;
	font-size: clamp(24px, 2.8vw, 34px);
	font-weight: 700;
	letter-spacing: 0.08em;
	color: #0a1f3d;
	line-height: 1.3;
	padding-bottom: 12px;
	border-bottom: 3px solid var(--case-accent);
}
.case-stories-head__sub {
	margin: 12px 0 0;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.28em;
	color: #94a3b8;
	text-transform: uppercase;
}
.case-stories-head__lead {
	margin: 14px auto 0;
	max-width: 640px;
	font-size: 15px;
	line-height: 1.75;
	color: #64748b;
}
.case-stories-toolbar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 14px 20px;
	margin: 0 auto clamp(24px, 3vw, 32px);
	padding: clamp(14px, 2vw, 18px) clamp(16px, 2.5vw, 24px);
	max-width: 1200px;
	background: #fff;
	border: 1px solid #e8edf2;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05);
	box-sizing: border-box;
}
.case-stories-toolbar__label {
	flex: 0 0 auto;
	font-size: 13px;
	font-weight: 600;
	color: #475569;
	letter-spacing: 0.04em;
	white-space: nowrap;
}
.case-stories-toolbar__label::before {
	content: "";
	display: inline-block;
	width: 3px;
	height: 14px;
	margin-right: 8px;
	vertical-align: -2px;
	border-radius: 2px;
	background: var(--case-accent);
}
.case-stories-tabs {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	flex: 1 1 auto;
	min-width: 0;
}
.case-stories-tab {
	display: inline-block;
	padding: 7px 18px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-size: 14px;
	line-height: 1.4;
	color: #475569;
	text-decoration: none;
	background: #f1f5f9;
	transition: color 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}
.case-stories-tab:hover,
.case-stories-tab:focus-visible {
	color: var(--case-accent);
	background: #fff;
	border-color: var(--case-accent-border);
	outline: none;
}
.case-stories-tab.is-active {
	color: #fff;
	background: var(--case-accent);
	border-color: var(--case-accent);
	box-shadow: 0 4px 14px var(--case-accent-shadow);
}
.case-stories-panel {
	max-width: 1200px;
	margin: 0 auto;
	padding: clamp(20px, 2.5vw, 28px);
	background: #fff;
	border: 1px solid #e8edf2;
	border-radius: 14px;
	box-shadow: 0 8px 32px rgba(15, 23, 42, 0.06);
	box-sizing: border-box;
}
.case-stories-search {
	margin: 0 0 clamp(20px, 2.5vw, 28px);
	padding-bottom: clamp(16px, 2vw, 22px);
	border-bottom: 1px solid #eef2f6;
	text-align: left;
}
.case-stories-search__label {
	display: block;
	margin: 0 0 10px;
	font-size: 13px;
	font-weight: 600;
	color: #475569;
	letter-spacing: 0.04em;
}
.case-stories-search__label::before {
	content: "";
	display: inline-block;
	width: 3px;
	height: 14px;
	margin-right: 8px;
	vertical-align: -2px;
	border-radius: 2px;
	background: var(--case-accent);
}
.case-stories-search__field {
	position: relative;
	display: flex;
	align-items: center;
	max-width: 560px;
}
.case-stories-search__icon {
	position: absolute;
	left: 16px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	color: #94a3b8;
	pointer-events: none;
}
.case-stories-search__input {
	width: 100%;
	height: 46px;
	padding: 0 44px 0 46px;
	border: 1px solid #e2e8f0;
	border-radius: 999px;
	font-size: 14px;
	line-height: 1.4;
	color: #0f172a;
	background: #f8fafc;
	box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.04);
	transition: border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
	box-sizing: border-box;
	-webkit-appearance: none;
	appearance: none;
}
.case-stories-search__input::placeholder {
	color: #94a3b8;
}
.case-stories-search__input:hover {
	border-color: #cbd5e1;
	background: #fff;
}
.case-stories-search__input:focus {
	outline: none;
	border-color: var(--case-accent);
	background: #fff;
	box-shadow: 0 0 0 3px var(--case-accent-soft);
}
.case-stories-search__input::-webkit-search-cancel-button,
.case-stories-search__input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.case-stories-search__clear {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	padding: 0;
	border: none;
	border-radius: 50%;
	font-size: 20px;
	line-height: 1;
	color: #64748b;
	background: #e2e8f0;
	cursor: pointer;
	transition: color 0.2s ease, background 0.2s ease;
}
.case-stories-search__clear:hover {
	color: #0f172a;
	background: #cbd5e1;
}
.case-stories-search__meta {
	margin: 10px 0 0;
	min-height: 1.4em;
	font-size: 13px;
	color: #64748b;
	letter-spacing: 0.02em;
}
.case-stories-grid.is-filtered {
	animation: caseSearchFadeIn 0.28s ease;
}
@keyframes caseSearchFadeIn {
	from {
		opacity: 0.6;
		transform: translateY(4px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.case-stories-empty {
	padding: clamp(36px, 5vw, 56px) 20px;
	text-align: center;
}
.case-stories-empty__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	margin-bottom: 16px;
	border-radius: 50%;
	color: #94a3b8;
	background: #f1f5f9;
}
.case-stories-empty__title {
	margin: 0 0 8px;
	font-size: 17px;
	font-weight: 600;
	color: #334155;
}
.case-stories-empty__hint {
	margin: 0;
	font-size: 14px;
	color: #94a3b8;
	line-height: 1.6;
}
.case-stories-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(16px, 2vw, 24px);
	margin: 0 auto;
}
.case-stories-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-width: 0;
	border-radius: 10px;
	overflow: hidden;
	text-decoration: none;
	color: #1e293b;
	background: #fff;
	border: 1px solid #eef2f6;
	box-shadow: 0 1px 4px rgba(15, 23, 42, 0.04);
	transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}
.case-stories-card:hover,
.case-stories-card:focus-visible {
	transform: translateY(-5px);
	border-color: var(--case-accent-border);
	box-shadow: 0 14px 32px rgba(15, 23, 42, 0.1);
	outline: none;
}
.case-stories-card.is-highlight {
	border-color: var(--case-accent);
	box-shadow: 0 0 0 2px var(--case-accent-border), 0 14px 32px rgba(15, 23, 42, 0.08);
}
.case-stories-card__media {
	position: relative;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: linear-gradient(135deg, #e2e8f0 0%, #f1f5f9 100%);
}
.case-stories-card__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 55%, rgba(10, 22, 40, 0.08) 100%);
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.3s ease;
}
.case-stories-card:hover .case-stories-card__media::after,
.case-stories-card:focus-visible .case-stories-card__media::after {
	opacity: 1;
}
.case-stories-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.45s ease;
}
.case-stories-card:hover .case-stories-card__media img,
.case-stories-card:focus-visible .case-stories-card__media img {
	transform: scale(1.05);
}
.case-stories-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: stretch;
	gap: 8px;
	min-width: 0;
	min-height: 132px;
	padding: 16px 16px 18px;
	overflow: hidden;
	box-sizing: border-box;
}
.case-stories-card__tag {
	display: inline-block;
	padding: 2px 10px;
	border-radius: 4px;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.5;
	color: var(--case-accent);
	background: var(--case-accent-soft);
	letter-spacing: 0.04em;
}
.case-stories-card__title {
	margin: 0;
	min-width: 0;
	max-width: 100%;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
	color: #0f172a;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	max-height: calc(1.5em * 2);
	word-break: break-word;
	transition: color 0.22s ease;
}
.case-stories-card:hover .case-stories-card__title,
.case-stories-card:focus-visible .case-stories-card__title {
	color: var(--case-accent);
}
.case-stories-card__desc {
	margin: 0;
	flex: 0 1 auto;
	min-width: 0;
	max-width: 100%;
	font-size: 13px;
	line-height: 1.65;
	color: #64748b;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	max-height: calc(1.65em * 2);
	word-break: break-word;
	overflow-wrap: anywhere;
}
.case-list-page .case-stories-card__title,
.case-list-page .case-stories-card__desc {
	box-sizing: border-box;
}
.case-list-page .case-stories-card__desc {
	white-space: normal;
}
.case-stories-card__more {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	margin-top: auto;
	padding-top: 6px;
	font-size: 13px;
	font-weight: 600;
	color: #0a1f3d;
	letter-spacing: 0.02em;
}
.case-stories-card:hover .case-stories-card__more,
.case-stories-card:focus-visible .case-stories-card__more {
	color: var(--case-accent);
}
.case-stories-card__more i {
	font-style: normal;
	transition: transform 0.25s ease;
}
.case-stories-card:hover .case-stories-card__more i,
.case-stories-card:focus-visible .case-stories-card__more i {
	transform: translateX(4px);
}
.case-stories-pager {
	margin-top: clamp(28px, 3.5vw, 40px);
	padding: 8px 0 4px;
	border-top: 1px solid #eef2f6;
}
.case-stories-pager .pages {
	padding: 12px 0 0;
}
.case-stories-pager .pagination .page-item {
	border-radius: 6px;
	border-color: #e2e8f0;
	color: #475569;
	min-width: 40px;
	text-align: center;
	transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}
.case-stories-pager .pagination .page-item:hover {
	color: var(--case-accent);
	border-color: var(--case-accent-border);
	background: #fff;
}
.case-stories-pager .pagination .page-item:nth-child(3) {
	background: var(--case-accent);
	border-color: var(--case-accent);
	color: #fff;
	font-weight: 600;
	pointer-events: none;
}
@media screen and (max-width: 1100px) {
	.case-stories-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}
@media screen and (max-width: 900px) {
	.case-stories-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.case-stories-toolbar {
		flex-direction: column;
		align-items: stretch;
	}
	.case-stories-toolbar__label {
		text-align: left;
	}
	.case-stories-tabs {
		justify-content: flex-start;
		flex-wrap: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 2px;
		scrollbar-width: none;
	}
	.case-stories-tabs::-webkit-scrollbar {
		display: none;
	}
	.case-stories-tab {
		flex: 0 0 auto;
	}
	.case-stories-panel {
		padding: 16px;
		border-radius: 12px;
	}
	.case-stories-search__field {
		max-width: none;
	}
	.case-stories-search__input {
		height: 44px;
		font-size: 13px;
	}
}
@media screen and (max-width: 780px) {
	.product-list-page .o_big > h1,
	.case-list-page .o_big--case .o_big__caption h1 {
		font-size: 40px;
	}
}
@media screen and (max-width: 520px) {
	.case-stories-grid {
		grid-template-columns: 1fr;
	}
	.product-list-page .o_big > h1,
	.case-list-page .o_big--case .o_big__caption h1 {
		font-size: 32px;
	}
	.case-list-page .o_big--case .o_big__sub {
		font-size: 15px;
	}
	.case-stories-head__title {
		font-size: 22px;
		letter-spacing: 0.04em;
	}
	.case-stories-card__body {
		min-height: 0;
	}
}

/* 关于我们 - 公司介绍页（多文章排序展示） */
/* JS 重组区块前先隐藏，避免首屏先显示 CMS 原始排版再闪回正确版式 */
.about-page:not(.about-page--ready) {
	opacity: 0;
	visibility: hidden;
}
.about-page.about-page--ready {
	opacity: 1;
	visibility: visible;
	transition: opacity 0.18s ease;
}
/* 1920 设计稿基准，图片/文字/图标随屏宽等比缩放 */
.about-page,
.gw-about-cta {
	--about-pad-x: clamp(28px, 4.167vw, 80px);
	--about-pad-y: clamp(32px, 2.917vw, 56px);
	--about-pad-block: clamp(24px, 1.667vw, 32px) clamp(20px, 1.875vw, 36px);
	--about-gap-lg: clamp(24px, 2.5vw, 48px);
	--about-gap-md: clamp(16px, 1.667vw, 32px);
	--about-gap-sm: clamp(12px, 0.833vw, 16px);
	--about-gap-stat-x: clamp(32px, 10.938vw, 210px);
	--about-fs-hero: clamp(20px, 1.875vw, 36px);
	--about-fs-title: clamp(22px, 1.875vw, 36px);
	--about-fs-subtitle: clamp(14px, 1.042vw, 20px);
	--about-fs-section: clamp(20px, 1.354vw, 26px);
	--about-fs-body: clamp(13px, 0.781vw, 15px);
	--about-fs-body-lg: clamp(14px, 0.833vw, 16px);
	--about-fs-stat-value: clamp(20px, 1.354vw, 26px);
	--about-fs-stat-label: clamp(12px, 0.729vw, 14px);
	--about-fs-card-title: clamp(16px, 1.05vw, 20px);
	--about-fs-card-desc: clamp(11px, 0.677vw, 13px);
	--about-fs-layout-label: clamp(20px, 1.563vw, 30px);
	--about-fs-timeline-phase: clamp(16px, 1.042vw, 20px);
	--about-fs-timeline-desc: clamp(12px, 0.729vw, 14px);
	--about-fs-timeline-year: clamp(13px, 0.781vw, 15px);
	--about-fs-cta-title: clamp(24px, 2.083vw, 40px);
	--about-fs-cta-subtitle: clamp(14px, 1.042vw, 20px);
	--about-fs-btn: clamp(14px, 0.833vw, 16px);
	--about-icon-stat: clamp(32px, 4.292vw, 60px);
	--about-icon-btn: clamp(14px, 0.938vw, 18px);
	--about-line-w: clamp(28px, 1.875vw, 36px);
	--about-line-h: clamp(3px, 0.208vw, 4px);
	--about-title-underline: clamp(48px, 3.75vw, 72px);
	--about-intro-bg-h: clamp(180px, 27.813vw, 534px);
	--about-culture-card-h: clamp(220px, 16.458vw, 316px);
	--about-layout-card-w: clamp(260px, 23.958vw, 460px);
	--about-layout-gap: clamp(16px, 1.51vw, 29px);
	--about-timeline-min-h: clamp(400px, 29.167vw, 560px);
	--about-timeline-slot-h: clamp(88px, 6.875vw, 132px);
	--about-timeline-node: clamp(10px, 0.625vw, 12px);
	--about-section-mb: clamp(32px, 2.708vw, 52px);
	--about-shell-max: 1438px;
	--about-shell-w: min(var(--about-shell-max), calc(100% - 2 * var(--about-pad-x)));
	--about-content-max: var(--about-shell-max);
}
/* 统一内容区宽度（发展历程、底部 CTA 除外） */
.about-page .gw-intro-v2__body,
.about-page .gw-about-article.gw-culture,
.about-page .gw-about-article.gw-honor,
.about-page .gw-about-article.gw-layout,
.about-page .gw-about-partners__wrap,
.about-page .gw-address-section--v2 {
	width: var(--about-shell-w);
	max-width: var(--about-shell-max);
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}
.news_bg:has(.about_x--intro) {
	overflow: visible;
}
.news_bg.news_bg--about-intro {
	padding-bottom: 0;
	padding-top: 0;
}
.news_bg:has(.about_x--intro) > .wrap,
.news_bg.news_bg--about-intro > .wrap {
	overflow: visible;
	width: 100%;
	max-width: none;
}
.about_x--intro {
	overflow: visible;
}
.about_x--intro .gw-about-article,
.about_x--intro .gw-about-fallback {
	opacity: 1;
	transform: none;
}
.about-page.con_id--about {
	padding-bottom: 0;
	max-width: none;
	width: 100%;
	margin: 0;
	padding-left: 0;
	padding-right: 0;
}
.about_x--intro .con_id,
.about_x--intro .about-page.con_id--about {
	padding-top: 0;
	padding-bottom: 0;
}
.about-page {
	max-width: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
.about-page .gw-about-articles .gw-about-article {
	/* margin-bottom: clamp(14px, 1.042vw, 20px); */
}
.about-page .gw-about-section--default .gw-about-article__content,
.about-page .gw-about-section--default .gw-about-section__body {
	font-size: var(--about-fs-body-lg);
	line-height: 1.9;
	color: #444;
}
.about-page .gw-about-section {
	margin-bottom: var(--about-section-mb);
}
.about-page .gw-about-section__title {
	text-align: center;
	font-size: var(--about-fs-section);
	font-weight: 600;
	color: #333;
	margin: 0 0 clamp(18px, 1.458vw, 28px);
	line-height: 1.35;
}
.about-page .gw-about-empty {
	text-align: center;
	color: #999;
	padding: clamp(16px, 1.25vw, 24px);
	font-size: clamp(12px, 0.729vw, 14px);
}
.about-page .gw-about-descrip,
.about-page .gw-about-section--default .gw-about-article__content {
	font-size: var(--about-fs-body-lg);
	line-height: 1.9;
	color: #444;
}
.about-page .gw-about-section--empty .gw-about-article__content {
	min-height: 24px;
}
/* 关于我们 - 通用科技风区块 */
.about-page .gw-about-article .gw-about-section__title,
.about-page .gw-address-section .gw-about-section__title {
	position: relative;
	padding-bottom: clamp(12px, 0.938vw, 18px);
	margin-bottom: clamp(20px, 1.667vw, 32px);
}
.about-page .gw-about-article .gw-about-section__title::after,
.about-page .gw-address-section .gw-about-section__title::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: var(--about-title-underline);
	height: 3px;
	margin-left: calc(var(--about-title-underline) / -2);
	border-radius: 2px;
	background: linear-gradient(90deg, transparent, #409eff 20%, #00d4ff 50%, #409eff 80%, transparent);
	box-shadow: 0 0 12px rgba(64, 158, 255, 0.45);
}
.about-page .gw-tech-block {
	position: relative;
	padding: var(--about-pad-block);
	border-radius: clamp(12px, 0.833vw, 16px);
	background: linear-gradient(135deg, #f4f9ff 0%, #e8f2fc 48%, #f0f6ff 100%);
	border: 1px solid rgba(64, 158, 255, 0.18);
	box-shadow: 0 12px 40px rgba(41, 98, 168, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.85);
	overflow: hidden;
}
.about-page .gw-tech-block::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(64, 158, 255, 0.04) 1px, transparent 1px),
		linear-gradient(90deg, rgba(64, 158, 255, 0.04) 1px, transparent 1px);
	background-size: 24px 24px;
	pointer-events: none;
	opacity: 0.65;
	z-index: 0;
}
.about-page .gw-tech-block::after {
	content: "";
	position: absolute;
	top: -35%;
	right: -6%;
	width: 260px;
	height: 260px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(0, 212, 255, 0.1) 0%, transparent 70%);
	pointer-events: none;
	z-index: 0;
}
.about-page .gw-tech-block > * {
	position: relative;
	z-index: 1;
}
/* 公司简介 - 左标题右文 + 底图 + 数据亮点 */
.about-page .gw-about-section--intro {
	margin-bottom: var(--about-section-mb);
}
.about-page .gw-intro-v2 {
	position: relative;
	background-color: #f7f9fc;
	box-sizing: border-box;
	overflow: hidden;
}
.about-page .gw-intro-v2__bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	line-height: 0;
	pointer-events: none;
}
.about-page .gw-intro-v2__bg::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 50%;
	background: linear-gradient(
		to bottom,
		#f7f9fc 0%,
		rgba(247, 249, 252, 0.92) 35%,
		rgba(247, 249, 252, 0) 100%
	);
}
.about-page .gw-intro-v2__bg-img {
	display: block;
	width: 100%;
	height: var(--about-intro-bg-h);
	object-fit: cover;
	vertical-align: bottom;
}
.about-page .gw-intro-v2__body {
	display: flex;
	align-items: flex-start;
	gap: var(--about-gap-lg);
	padding: var(--about-pad-y) 0 clamp(32px, 2.5vw, 48px);
	position: relative;
	z-index: 1;
}
.about-page .gw-intro-v2__aside {
	flex: 0 0 22%;
	min-width: clamp(100px, 7.292vw, 140px);
	padding-top: 4px;
	margin-left: 3%;
}
.about-page .gw-intro-v2__en {
	margin: 0 0 clamp(18px, 1.458vw, 28px);
	font-size: var(--about-fs-hero);
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0.04em;
	color: #222;
}
.about-page .gw-intro-v2__title {
	margin: 0 0 clamp(10px, 0.729vw, 14px);
	font-size: var(--about-fs-section);
	font-weight: 500;
	line-height: 1.3;
	color: #222;
}
.about-page .gw-intro-v2__line {
	display: block;
	width: var(--about-line-w);
	height: var(--about-line-h);
	background: #409eff;
	border-radius: 2px;
}
.about-page .gw-intro-v2__main {
	flex: 1 1 auto;
	min-width: 0;
}
.about-page .gw-intro-v2__content {
	margin-bottom: clamp(24px, 2.083vw, 40px);
}
.about-page .gw-intro-v2__content p {
	margin: 0 0 var(--about-gap-sm);
	font-size: var(--about-fs-body);
	line-height: 1.85;
	color: #333;
	text-indent: 0;
	text-align: left;
}
.about-page .gw-intro-v2__content p:last-child {
	margin-bottom: 0;
}
.about-page .gw-intro-v2__stats {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	gap: var(--about-gap-md) var(--about-gap-stat-x);
}
.about-page .gw-intro-v2__stat {
	display: flex;
	align-items: center;
	gap: clamp(10px, 0.729vw, 14px);
	flex: 0 1 auto;
	min-width: 0;
}
.about-page .gw-intro-v2__stat-icon {
	flex: 0 0 auto;
	width: var(--about-icon-stat);
	height: var(--about-icon-stat);
	object-fit: contain;
	display: block;
}
.about-page .gw-intro-v2__stat-text {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
}
.about-page .gw-intro-v2__stat-value {
	font-size: var(--about-fs-stat-value);
	font-weight: 400;
	line-height: 1.2;
	color: #222;
}
.about-page .gw-intro-v2__stat-label {
	font-size: var(--about-fs-stat-label);
	line-height: 1.3;
	color: #666;
}
.about-page .gw-honor__cert img {
	margin-bottom: 0;
}
/* 企业文化 */
.about-page .gw-culture-v2 {
	width: 100%;
	margin: 0 auto var(--about-section-mb);
}
.about-page .gw-culture-v2__header {
	text-align: center;
	margin-bottom: clamp(24px, 1.875vw, 36px);
	padding: 0 clamp(8px, 0.625vw, 12px);
}
.about-page .gw-culture-v2__title {
	margin: 0 0 clamp(12px, 0.938vw, 18px);
	font-size: var(--about-fs-title);
	font-weight: 400;
	line-height: 1.3;
	color: rgba(0, 0, 0, 1);
}
.about-page .gw-culture-v2__subtitle {
	display: block;
	margin: 0 auto;
	max-width: min(960px, 100%);
	font-size: var(--about-fs-subtitle);
	font-weight: 300;
	line-height: 1.75;
	color: rgba(128, 128, 128, 1);
}
.about-page .gw-about-article.gw-culture .gw-culture-v2__subtitle {
	text-align: center;
	text-indent: 2em;
}
.about-page .gw-address-section__subtitle:empty {
	display: none;
}
.about-page .gw-culture-v2__grid {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	width: 100%;
}
.about-page .gw-culture-v2__card {
	flex: 1 1 20%;
	min-width: 0;
	min-height: var(--about-culture-card-h);
	height: var(--about-culture-card-h);
	position: relative;
	background-color: #1a2f4f;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	overflow: hidden;
}
.about-page .gw-culture-v2__card-shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		to top,
		rgba(6, 24, 52, 0.95) 0%,
		rgba(6, 24, 52, 0.72) 34%,
		rgba(6, 24, 52, 0.28) 58%,
		rgba(6, 24, 52, 0) 78%
	);
	pointer-events: none;
}
.about-page .gw-culture-v2__card-body {
	position: relative;
	z-index: 1;
	padding: clamp(14px, 1.042vw, 20px) clamp(8px, 0.625vw, 12px) clamp(22px, 1.771vw, 34px);
	text-align: center;
	color: #fff;
	box-sizing: border-box;
	min-height: clamp(140px, 10.417vw, 176px);
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.about-page .gw-culture-v2__card-title {
	margin: 0 0 clamp(10px, 0.729vw, 14px);
	font-size: var(--about-fs-card-title);
	font-weight: 500;
	line-height: 1.35;
	color: #fff;
	letter-spacing: 0;
	white-space: nowrap;
	word-break: keep-all;
	flex-shrink: 0;
}
.about-page .gw-culture-v2__card-desc {
	margin: 0;
	font-size: var(--about-fs-card-desc);
	font-weight: 400;
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.94);
	text-align: left;
	text-indent: 2em;
}
@media (hover: hover) {
	.about-page .gw-culture-v2__card-desc {
		opacity: 0;
		max-height: 0;
		overflow: hidden;
		transition: opacity 0.35s ease, max-height 0.4s ease;
	}
	.about-page .gw-culture-v2__card:hover .gw-culture-v2__card-desc {
		opacity: 1;
		max-height: 12em;
	}
}
.about-page .gw-culture__raw,
.about-page .gw-layout__raw,
.about-page .gw-honor__raw {
	display: none;
}
/* 产业布局 */
.about-page .gw-about-article.gw-layout {
	transform: none;
	position: relative;
}
.about-page .gw-layout-v2 {
	width: 100%;
	margin: 0 auto var(--about-section-mb);
}
.about-page .gw-layout-v2__grid {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: stretch;
	gap: var(--about-layout-gap);
	width: 100%;
	max-width: 100%;
	margin: 0;
}
.about-page .gw-layout-v2__card {
	flex: 1 1 0;
	min-width: 0;
	width: auto;
	height: auto;
	aspect-ratio: 460 / 360;
	position: relative;
	background-color: #1a2f4f;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	overflow: hidden;
}
.about-page .gw-layout-v2__card-img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	display: block;
}
.about-page .gw-layout-v2__card-shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		to top,
		rgba(6, 24, 52, 0.95) 0%,
		rgba(6, 24, 52, 0.72) 34%,
		rgba(6, 24, 52, 0.28) 58%,
		rgba(6, 24, 52, 0) 78%
	);
	pointer-events: none;
}
.about-page .gw-layout-v2__card-body {
	position: relative;
	z-index: 1;
	padding: 0 0 clamp(14px, 1.042vw, 20px);
	text-align: center;
	box-sizing: border-box;
}
.about-page .gw-layout-v2__card-label {
	margin: 0;
	font-size: var(--about-fs-layout-label);
	font-weight: 500;
	line-height: 1.35;
	color: #ffffff;
	letter-spacing: 0.02em;
}
/* 发展历程 */
.about-page .gw-about-article.gw-timeline {
	width: 100%;
	max-width: none;
	margin-left: 0;
	transform: none;
	position: relative;
	box-sizing: border-box;
	/* margin-bottom: var(--about-section-mb); */
}
.about-page .gw-timeline-v2 {
	position: relative;
	background-color: #1a3a6b;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: var(--about-timeline-min-h);
	padding: clamp(44px, 3.75vw, 72px) 0 clamp(52px, 4.167vw, 80px);
	box-sizing: border-box;
	overflow: hidden;
}
.about-page .gw-timeline-v2__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		to bottom,
		rgba(18, 52, 98, 0.42) 0%,
		rgba(18, 52, 98, 0.52) 45%,
		rgba(10, 36, 72, 0.62) 100%
	);
	pointer-events: none;
}
.about-page .gw-timeline-v2__inner {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0 var(--about-pad-x);
	box-sizing: border-box;
}
.about-page .gw-timeline-v2__header {
	margin-bottom: clamp(32px, 2.917vw, 56px);
}
.about-page .gw-timeline-v2__title {
	color: #ffffff;
}
.about-page .gw-timeline-v2__subtitle {
	color: rgba(255, 255, 255, 0.88);
}
.about-page .gw-timeline-v2__track {
	position: relative;
	padding: 0 clamp(12px, 1.25vw, 24px);
	min-height: clamp(220px, 15.625vw, 300px);
}
.about-page .gw-timeline-v2__line {
	position: absolute;
	left: calc(-1 * var(--about-pad-x) - clamp(12px, 1.25vw, 24px));
	right: calc(-1 * var(--about-pad-x) - clamp(12px, 1.25vw, 24px));
	top: 50%;
	height: 1px;
	background: rgba(255, 255, 255, 0.55);
	transform: translateY(-50%);
	pointer-events: none;
}
.about-page .gw-timeline-v2__milestones {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: clamp(8px, 0.625vw, 12px);
	position: relative;
	z-index: 1;
	min-height: clamp(220px, 15.625vw, 300px);
}
.about-page .gw-timeline-v2__item {
	flex: 1 1 0;
	min-width: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	color: #ffffff;
}
.about-page .gw-timeline-v2__slot {
	width: 100%;
	max-width: clamp(200px, 15.625vw, 300px);
	min-height: var(--about-timeline-slot-h);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	box-sizing: border-box;
}
.about-page .gw-timeline-v2__slot--top {
	justify-content: flex-end;
	padding-bottom: clamp(14px, 1.146vw, 22px);
}
.about-page .gw-timeline-v2__slot--bottom {
	justify-content: flex-start;
	padding-top: clamp(14px, 1.146vw, 22px);
}
.about-page .gw-timeline-v2__item--content-bottom .gw-timeline-v2__slot--top {
	justify-content: flex-end;
	padding-bottom: clamp(14px, 1.146vw, 22px);
}
.about-page .gw-timeline-v2__item--content-bottom .gw-timeline-v2__slot--bottom {
	justify-content: flex-start;
	padding-top: clamp(14px, 1.146vw, 22px);
}
.about-page .gw-timeline-v2__node {
	flex: 0 0 auto;
	width: var(--about-timeline-node);
	height: var(--about-timeline-node);
	border-radius: 50%;
	background: #ffffff;
	box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.28);
	position: relative;
	z-index: 2;
}
.about-page .gw-timeline-v2__year {
	margin: 0;
	font-size: var(--about-fs-timeline-year);
	font-weight: 400;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.95);
	letter-spacing: 0.02em;
}
.about-page .gw-timeline-v2__phase {
	margin: 0 0 clamp(8px, 0.521vw, 10px);
	font-size: var(--about-fs-timeline-phase);
	font-weight: 400;
	line-height: 1.35;
	color: #ffffff;
	letter-spacing: 0.02em;
}
.about-page .gw-timeline-v2__desc {
	margin: 0;
	font-size: var(--about-fs-timeline-desc);
	font-weight: 400;
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.9);
	text-align: center;
}
/* 合作伙伴（发展历程下方，标题样式同产业布局） */
.about-page .gw-about-partners {
	width: 100%;
	max-width: none;
	margin-left: 0;
	transform: none;
	position: relative;
	box-sizing: border-box;
	margin-bottom: var(--about-section-mb);
	background-color: rgba(244, 246, 252, 1);
	padding: clamp(40px, 3.333vw, 64px) 0 clamp(52px, 4.167vw, 80px);
}
.about-page .gw-about-partners__wrap {
	box-sizing: border-box;
}
.about-page .gw-about-partners .gw-culture-v2__header {
	margin-bottom: clamp(24px, 1.875vw, 36px);
}
.about-page .gw-about-partners__grid {
	--gw-partner-gap: clamp(12px, 1.25vw, 24px);
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: var(--gw-partner-gap);
	width: 100%;
}
.about-page .gw-about-partners__card {
	width: 100%;
	height: auto;
	aspect-ratio: 268 / 106;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	box-sizing: border-box;
}
.about-page .gw-about-partners__card img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
/* 荣誉资质：各行外框统一为 4 列宽度，证书项可放大 */
.about-page .gw-honor__block.gw-tech-block {
	--gw-honor-item-w: var(--about-honor-item-w, clamp(120px, 10.417vw, 200px));
	--gw-honor-gap: clamp(8px, 0.625vw, 12px);
	--gw-honor-cols: 4;
	width: 100%;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: clamp(16px, 1.146vw, 22px) clamp(14px, 0.938vw, 18px) clamp(18px, 1.354vw, 26px);
}
.about-page .gw-honor__groups {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}
.about-page .gw-honor__group {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: clamp(20px, 1.458vw, 28px);
	padding: clamp(12px, 0.833vw, 16px) clamp(10px, 0.729vw, 14px) clamp(8px, 0.625vw, 12px);
	background: rgba(255, 255, 255, 0.78);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	border-radius: 14px;
	border: 1px solid rgba(64, 158, 255, 0.22);
	box-shadow: 0 8px 28px rgba(47, 110, 181, 0.1);
	position: relative;
}
.about-page .gw-honor__group:last-child {
	margin-bottom: 0;
}
.about-page .gw-honor__group::before,
.about-page .gw-honor__group::after {
	content: "";
	position: absolute;
	left: 12px;
	right: 12px;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(64, 158, 255, 0.35), transparent);
}
.about-page .gw-honor__group::before {
	top: 52px;
}
.about-page .gw-honor__group::after {
	bottom: 12px;
}
.about-page .gw-honor__group-title {
	text-align: center;
	font-size: clamp(14px, 0.885vw, 17px);
	font-weight: 600;
	color: #1a6daf;
	margin: 0 auto clamp(12px, 0.938vw, 18px);
	padding: clamp(6px, 0.417vw, 8px) clamp(16px, 1.25vw, 24px);
	border: 1px solid rgba(64, 158, 255, 0.45);
	border-radius: 4px;
	display: inline-block;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	background: linear-gradient(180deg, #fff 0%, #eef6ff 100%);
	box-shadow: 0 2px 12px rgba(64, 158, 255, 0.12);
	z-index: 1;
	letter-spacing: 0.06em;
}
.about-page .gw-honor__row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	gap: var(--gw-honor-gap);
	padding: 2px 0 4px;
	box-sizing: border-box;
}
.about-page .gw-honor__item {
	flex: 0 0 var(--gw-honor-item-w);
	width: var(--gw-honor-item-w);
	max-width: var(--gw-honor-item-w);
	margin: 0;
	text-align: center;
}
.about-page .gw-honor__cert {
	position: relative;
	background: linear-gradient(145deg, #fff 0%, #f0f7ff 100%);
	border: 1px solid rgba(64, 158, 255, 0.35);
	border-bottom: 4px solid #409eff;
	border-radius: 8px 8px 4px 4px;
	padding: clamp(8px, 0.625vw, 12px) clamp(8px, 0.521vw, 10px) 0;
	overflow: hidden;
	box-shadow: 0 6px 20px rgba(47, 110, 181, 0.12);
}
.about-page .gw-honor__cert::before {
	content: "";
	position: absolute;
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
	border: 1px solid rgba(0, 212, 255, 0.15);
	border-radius: 4px;
	pointer-events: none;
}
.about-page .gw-honor__cert img {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	z-index: 1;
}
.about-page .gw-honor__caption {
	margin: clamp(6px, 0.417vw, 8px) 0 0;
	font-size: clamp(9px, 0.573vw, 11px);
	line-height: 1.35;
	color: #3a4a5c;
	white-space: nowrap;
}
@media screen and (max-width: 900px) {
	.about-page .gw-tech-block {
		padding: clamp(18px, 2.667vw, 24px) clamp(16px, 2.222vw, 20px);
	}
	.about-page .gw-intro-v2__body {
		flex-direction: column;
		gap: clamp(20px, 3.111vw, 28px);
		padding-bottom: clamp(120px, 17.778vw, 160px);
	}
	.about-page .gw-intro-v2__aside {
		flex: 0 0 auto;
		min-width: 0;
	}
	.about-page .gw-intro-v2__content {
		margin-bottom: clamp(24px, 3.556vw, 32px);
	}
	.about-page .gw-intro-v2__stats {
		gap: clamp(20px, 2.667vw, 24px) clamp(24px, 3.556vw, 32px);
	}
	.about-page .gw-culture-v2__grid {
		flex-wrap: wrap;
	}
	.about-page .gw-culture-v2__card {
		flex: 1 1 50%;
		min-height: clamp(260px, 37.778vw, 340px);
		height: auto;
	}
	.about-page .gw-layout-v2__grid {
		flex-wrap: wrap;
		width: 100%;
	}
	.about-page .gw-layout-v2__card {
		flex: 1 1 calc(50% - var(--about-layout-gap) / 2);
		min-width: min(100%, 260px);
	}
	.about-page .gw-timeline-v2 {
		min-height: 0;
	}
	.about-page .gw-timeline-v2__inner {
		padding: 0 clamp(16px, 2.222vw, 20px);
	}
	.about-page .gw-timeline-v2__header {
		margin-bottom: clamp(28px, 4.444vw, 40px);
	}
	.about-page .gw-timeline-v2__milestones {
		flex-direction: column;
		gap: clamp(28px, 4vw, 36px);
	}
	.about-page .gw-timeline-v2__line {
		display: none;
	}
	.about-page .gw-timeline-v2__item--content-top,
	.about-page .gw-timeline-v2__item--content-bottom {
		flex-direction: column;
	}
	.about-page .gw-timeline-v2__slot {
		min-height: 0;
		max-width: 100%;
		padding-top: 0 !important;
		padding-bottom: clamp(8px, 1.333vw, 12px) !important;
	}
	.about-page .gw-timeline-v2__slot--bottom {
		padding-top: clamp(8px, 1.333vw, 12px) !important;
	}
	.about-page .gw-about-partners__wrap {
		padding: 0;
	}
	.about-page .gw-about-partners__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.about-page .gw-honor__row {
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
	}
}
@media screen and (max-width: 520px) {
	.about-page .gw-tech-block {
		border-radius: 12px;
	}
	.about-page .gw-intro-v2__body {
		padding-bottom: clamp(100px, 26.923vw, 140px);
		gap: clamp(18px, 4.615vw, 24px);
	}
	.about-page .gw-intro-v2__stats {
		flex-direction: column;
		gap: clamp(16px, 3.846vw, 20px);
	}
	.about-page .gw-culture-v2__card {
		flex: 1 1 100%;
		min-height: clamp(240px, 57.692vw, 300px);
	}
	.about-page .gw-culture-v2__card-body {
		padding: 0 clamp(14px, 3.462vw, 18px) clamp(20px, 5.385vw, 28px);
	}
	.about-page .gw-layout-v2__card {
		flex: 1 1 100%;
		max-width: 100%;
	}
	.about-page .gw-about-partners__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.about-page .gw-honor__row {
		flex-wrap: wrap;
		width: 100%;
	}
}

/* 关于我们 - 公司地址 */
.about-page .gw-address-section--v2 {
	transform: none;
	position: relative;
	margin-bottom: var(--about-section-mb);
}
.about-page .gw-address-section--v2 .gw-address-section__header,
.about-page .gw-address-section--v2 .gw-address__block {
	width: 100%;
	max-width: none;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}
.about-page .gw-address-section--v2 .gw-address-section__header {
	margin-bottom: clamp(24px, 1.875vw, 36px);
}
.about-page .gw-address-section {
	margin-bottom: var(--about-section-mb);
}
.about-page .gw-address-section .fy-address-map {
	margin: 0;
	padding: 0;
	clear: both;
}
.about-page .gw-address__block {
	padding: var(--about-pad-block);
}
.about-page .gw-address__block .fy-address-contact {
	margin-bottom: clamp(20px, 1.458vw, 28px);
	padding-bottom: clamp(20px, 1.458vw, 28px);
	border-bottom: 1px solid rgba(64, 158, 255, 0.14);
}
.about-page .gw-address__block .fy-address-contact__title {
	margin: 0 0 clamp(12px, 0.833vw, 16px);
	font-size: clamp(18px, 1.146vw, 22px);
	font-weight: 600;
	color: #2c3e50;
	line-height: 1.35;
	letter-spacing: 0.02em;
}
.about-page .gw-address__block .fy-address-contact__company {
	margin: 0 0 clamp(10px, 0.729vw, 14px);
	font-size: clamp(15px, 0.885vw, 17px);
	font-weight: 500;
	color: #3a4a5c;
	line-height: 1.5;
}
.about-page .gw-address__block .fy-address-contact__list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.about-page .gw-address__block .fy-address-contact__list li {
	margin: 0 0 clamp(6px, 0.417vw, 8px);
	font-size: var(--about-fs-body);
	line-height: 1.75;
	color: #5c6b7a;
}
.about-page .gw-address__block .fy-address-contact__list li:last-child {
	margin-bottom: 0;
}
.about-page .gw-address__block .fy-address-contact__label {
	display: inline-block;
	min-width: 3em;
	margin-right: 4px;
	color: #8a96a3;
}
.about-page .gw-address__block .fy-address-contact__list a {
	color: #1a6daf;
	text-decoration: none;
	transition: color 0.2s;
}
.about-page .gw-address__block .fy-address-contact__list a:hover {
	color: #409eff;
	text-decoration: underline;
}
.about-page .gw-address__block .fy-address-map__panel {
	padding: 0;
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.92) 0%, rgba(232, 244, 255, 0.55) 100%);
	border: 1px solid rgba(64, 158, 255, 0.22);
	border-radius: 12px;
	box-shadow: 0 8px 28px rgba(47, 110, 181, 0.08);
	overflow: hidden;
}
.about-page .gw-address__block .fy-address-map__map {
	width: 100%;
	height: clamp(220px, 20.833vw, 400px);
	background: #e8f2fc;
	overflow: hidden;
}
@media screen and (max-width: 768px) {
	.about-page .gw-address__block {
		padding: clamp(20px, 3.125vw, 24px) clamp(16px, 2.604vw, 20px) clamp(22px, 3.646vw, 28px);
	}
}
.about-page .fy-address-map__map--static,
.about-page .fy-address-map__map--failed {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.about-page .fy-address-map__static-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about-page .fy-address-map__fallback {
	padding: 24px 28px;
	text-align: center;
	color: #334155;
}
.about-page .fy-address-map__fallback-title {
	margin: 0 0 12px;
	font-size: 16px;
	font-weight: 600;
	color: #1e293b;
}
.about-page .fy-address-map__fallback-company {
	margin: 0 0 8px;
	font-size: 15px;
	font-weight: 600;
}
.about-page .fy-address-map__fallback-line {
	margin: 0 0 6px;
	font-size: 14px;
	line-height: 1.6;
}

/* 关于我们 - 底部行动区（公司地址下方，紧贴页脚） */
.gw-about-cta {
	position: relative;
	width: 100%;
	margin: 0;
	padding: clamp(44px, 3.75vw, 72px) var(--about-pad-x) clamp(52px, 4.167vw, 80px);
	box-sizing: border-box;
	overflow: hidden;
	background-color: #0b2d5c;
}
.gw-about-cta__bg,
.gw-about-cta__bg-img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 0;
}
.gw-about-cta__bg {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.gw-about-cta__bg-img {
	object-fit: cover;
	object-position: center;
	display: block;
}
.gw-about-cta__overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(
		to bottom,
		rgba(8, 36, 82, 0.28) 0%,
		rgba(8, 36, 82, 0.38) 55%,
		rgba(5, 26, 77, 0.48) 100%
	);
	pointer-events: none;
}
.gw-about-cta__inner {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0 var(--about-pad-x);
	box-sizing: border-box;
	text-align: center;
}
.gw-about-cta__header {
	margin-bottom: clamp(32px, 2.604vw, 50px);
}
.gw-about-cta__title {
	color: #ffffff;
	font-size: var(--about-fs-cta-title);
    font-weight: 400;
	margin-bottom: clamp(12px, 0.833vw, 16px);
}
.gw-about-cta__subtitle {
	color: rgba(255, 255, 255, 0.9);
	font-size: var(--about-fs-cta-subtitle);
	font-weight: 400;
	line-height: 1.75;
}
.gw-about-cta__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: clamp(14px, 1.042vw, 20px) clamp(18px, 1.458vw, 28px);
}
.gw-about-cta__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: clamp(8px, 0.521vw, 10px);
	min-width: clamp(140px, 8.75vw, 168px);
	padding: clamp(10px, 0.625vw, 12px) clamp(20px, 1.458vw, 28px);
	border: 1px solid rgba(255, 255, 255, 0.88);
	border-radius: 999px;
	background: transparent;
	color: #ffffff;
	font-size: var(--about-fs-btn);
	font-weight: 400;
	line-height: 1.4;
	text-decoration: none;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
	box-sizing: border-box;
}
button.gw-about-cta__btn {
	cursor: pointer;
	font-family: inherit;
	-webkit-appearance: none;
	appearance: none;
}
.gw-about-cta__btn:hover {
	background: rgba(255, 255, 255, 0.12);
	border-color: #ffffff;
	color: #ffffff;
	text-decoration: none;
}
button.gw-about-cta__btn:disabled:hover,
.gw-about-cta__btn--disabled:hover {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.88);
}
.gw-about-cta__btn--disabled,
button.gw-about-cta__btn:disabled {
	cursor: not-allowed;
	opacity: 0.72;
}
.gw-about-cta__btn-icon {
	display: block;
	width: var(--about-icon-btn);
	height: var(--about-icon-btn);
	object-fit: contain;
	flex: 0 0 auto;
}
.gw-about-cta__download-src {
	display: none !important;
}
body:has(.gw-about-cta) .f_bg {
	margin-top: 0;
}
@media screen and (max-width: 900px) {
	.gw-about-cta__header {
		margin-bottom: clamp(24px, 3.556vw, 32px);
	}
}
@media screen and (max-width: 520px) {
	.gw-about-cta__btn {
		width: 100%;
		max-width: clamp(240px, 53.846vw, 280px);
		min-width: 0;
	}
}

/* 新闻资讯模块首页（news-index.htm） */
.news-index-body {
	padding: 0;
}
.news-index-band {
	width: 100%;
	box-sizing: border-box;
}
.news-index-band--featured-corp {
	background: rgba(250, 251, 255, 1);
	padding: clamp(48px, 4.17vw, 72px) 0 clamp(52px, 5vw, 62px);
}
.news-index-band--industry {
	background: rgba(255, 255, 255, 1);
	padding: clamp(39px, 2vw, 60px) 0 clamp(50px, 6.29vw, 80px);
}
.news-index-band--product {
	background: rgba(245, 245, 245, 1);
	padding: clamp(39px, 2vw, 60px) 0 clamp(56px, 5vw, 88px);
}
.news-index-wrap {
	max-width: 1440px;
	width: min(1440px, calc(100% - 2 * clamp(20px, 12.5vw, 240px)));
	margin: 0 auto;
}
/* 顶部精选：三栏目各一条，凑满三条才显示 */
.news-index-featured {
	--news-index-gap: clamp(20px, 1.67vw, 24px);
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: var(--news-index-gap);
	width: 100%;
	margin-bottom: clamp(48px, 4.17vw, 64px);
}
.news-index-card {
	min-width: 0;
}
.news-index-card__link {
	display: block;
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}
.news-index-card__media {
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #eef2f6;
}
.news-index-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 0.35s ease;
}
.news-index-card__link:hover .news-index-card__media img {
	transform: scale(1.03);
}
.news-index-card__head {
	margin: clamp(16px, 1.25vw, 20px) 0 0;
}
.news-index-card__head-inner {
	display: inline-block;
	max-width: 100%;
	padding-bottom: clamp(4px, 0.42vw, 6px);
	border-bottom: 1px solid rgba(40, 41, 56, 1);
	transition: border-color 0.2s ease;
}
.news-index-card__title {
	margin: 0;
	font-family: "Source Han Sans SC", "Source Han Sans CN", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
	font-size: clamp(17px, 1.15vw, 20px);
	font-weight: 400;
	line-height: 1.5;
	max-height: calc(1.5em * 2);
	color: rgba(40, 41, 56, 1);
	transition: color 0.2s ease;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news-index-card__link:hover .news-index-card__title {
	color: #00a1e9;
}
.news-index-card__link:hover .news-index-card__head-inner {
	border-bottom-color: #00a1e9;
}
.news-index-card__desc {
	text-indent: 2em;
	margin: clamp(4px, 0.42vw, 6px) 0 0;
	font-family: "Source Han Sans SC", "Source Han Sans CN", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
	font-size: clamp(12px, 0.93vw, 14px);
	font-weight: 400;
	line-height: 2;
	color: rgba(128, 128, 128, 1);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
/* 企业新闻标题 */
.news-index-corp-head {
	margin: 0 0 clamp(36px, 3.33vw, 48px);
	text-align: center;
}
.news-index-corp-head__title {
	margin: 0;
	font-family: "Source Han Sans SC", "Source Han Sans CN", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
	font-size: clamp(26px, 2.08vw, 36px);
	font-weight: 500;
	line-height: 1.3;
	color: rgba(40, 41, 56, 1);
	letter-spacing: 0.02em;
}
/* 企业新闻：2×2 日期列表 */
.news-index-corp-grid {
	--news-corp-gap-x: clamp(32px, 4.17vw, 56px);
	--news-corp-gap-y: clamp(28px, 2.5vw, 40px);
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: var(--news-corp-gap-x);
	row-gap: var(--news-corp-gap-y);
	width: 100%;
}
.news-index-corp-item {
	min-width: 0;
}
.news-index-corp-item__link {
	display: grid;
	grid-template-columns: clamp(80px, 6.67vw, 100px) minmax(0, 1fr);
	gap: clamp(20px, 2.08vw, 28px);
	align-items: start;
	text-decoration: none;
	color: inherit;
	box-sizing: border-box;
}
.news-index-corp-date {
	flex: 0 0 auto;
}
.news-index-corp-date time {
	display: flex;
	flex-direction: column;
	align-items: baseline;
	justify-content: center;
	width: clamp(80px, 6.67vw, 100px);
	height: clamp(80px, 10vw, 147px);
	padding: clamp(10px, 0.83vw, 14px);
	border: 1px solid #dcdfe6;
	background: #fff;
	box-sizing: border-box;
}
.news-index-corp-date__year {
	font-family: "Source Han Sans SC", "Source Han Sans CN", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
	font-size: clamp(12px, 0.83vw, 16px);
	font-weight: 400;
	line-height: 1.4;
	color: rgba(128, 128, 128, 1);
}
.news-index-corp-date__md {
	margin-top: clamp(6px, 0.52vw, 10px);
	font-family: "Source Han Sans SC", "Source Han Sans CN", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
	font-size: clamp(16px, 1.88vw, 20px);
	font-weight: 400;
	line-height: 1;
	color: #0068b7;
	letter-spacing: 0.01em;
}
.news-index-corp-body {
	min-width: 0;
	padding-top: 2px;
}
.news-index-corp-item__title {
	margin: 0;
	font-family: "Source Han Sans SC", "Source Han Sans CN", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
	font-size: clamp(16px, 1.15vw, 18px);
	font-weight: 500;
	line-height: 1.5;
	color: rgba(40, 41, 56, 1);
	transition: color 0.2s ease;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news-index-corp-item__link:hover .news-index-corp-item__title {
	color: #00a1e9;
}
.news-index-corp-item__desc {
	text-indent: 2em;
	margin: clamp(10px, 0.83vw, 12px) 0 0;
	font-family: "Source Han Sans SC", "Source Han Sans CN", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
	font-size: clamp(12px, 0.93vw, 14px);
	font-weight: 400;
	line-height: 2;
	color: rgba(128, 128, 128, 1);
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
/* 了解更多 */
.news-index-more {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: clamp(16px, 2vw, 24px);
	margin-top: clamp(40px, 3.65vw, 56px);
}
.news-index-more__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: clamp(160px, 12.5vw, 180px);
	padding: clamp(10px, 0.83vw, 12px) clamp(28px, 2.5vw, 36px);
	border: 1px solid rgba(40, 41, 56, 1);
	border-radius: 999px;
	background: rgba(250,251,255,1);
	font-family: "Source Han Sans SC", "Source Han Sans CN", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
	font-size: clamp(14px, 0.94vw, 16px);
	font-weight: 400;
	line-height: 1.4;
	color: rgba(40, 41, 56, 1);
	text-decoration: none;
	transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease;
	box-sizing: border-box;
}
.news-index-more__btn:hover {
	border-color: #00a1e9;
	color: #00a1e9;
	background: #fff;
	text-decoration: none;
}
.news-index-more__arrow {
	margin-left: 0.35em;
	font-family: "宋体", SimSun, serif;
	font-size: 1.15em;
	line-height: 1;
}
/* 行业资讯：左图 + 右双卡 */
.news-index-industry-head {
	margin: 0 0 clamp(36px, 3.33vw, 48px);
	text-align: center;
}
.news-index-industry-head__title {
	margin: 0;
	font-family: "Source Han Sans SC", "Source Han Sans CN", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
	font-size: clamp(26px, 2.08vw, 36px);
	font-weight: 500;
	line-height: 1.3;
	color: rgba(40, 41, 56, 1);
	letter-spacing: 0.02em;
}
.news-index-industry {
	--news-industry-gap: clamp(16px, 1.67vw, 24px);
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: var(--news-industry-gap);
	width: 100%;
	align-items: stretch;
	margin-bottom: clamp(8px, 1.04vw, 16px);
}
.news-index-industry-feature {
	position: relative;
	min-height: clamp(300px, 30vw, 440px);
	overflow: hidden;
	background: #eef2f6;
}
.news-index-industry-feature__img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: opacity 0.35s ease;
}
.news-index-industry-feature__shade {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 45%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.62) 100%);
	pointer-events: none;
}
.news-index-industry-feature__caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.news-index-industry-feature__tooltip {
	position: absolute;
	left: clamp(20px, 2.08vw, 28px);
	right: clamp(20px, 2.08vw, 28px);
	bottom: calc(100% + clamp(8px, 0.83vw, 12px));
	padding: clamp(10px, 0.83vw, 12px) clamp(12px, 1.04vw, 16px);
	border-radius: 6px;
	background: rgba(0, 0, 0, 0.88);
	color: #fff;
	font-family: "Source Han Sans SC", "Source Han Sans CN", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
	font-size: clamp(13px, 0.94vw, 15px);
	font-weight: 400;
	line-height: 1.55;
	word-break: break-word;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.2s ease, visibility 0.2s ease;
	z-index: 2;
}
.news-index-industry-feature__tooltip::after {
	content: "";
	position: absolute;
	left: clamp(20px, 2.08vw, 28px);
	bottom: -6px;
	border: 6px solid transparent;
	border-top-color: rgba(0, 0, 0, 0.88);
}
.news-index-industry-feature__caption:hover .news-index-industry-feature__tooltip {
	opacity: 1;
	visibility: visible;
}
.news-index-industry-feature__title {
	margin: 0;
	padding: clamp(16px, 1.46vw, 24px) clamp(20px, 2.08vw, 28px) clamp(32px, 3.13vw, 48px);
	font-family: "Source Han Sans SC", "Source Han Sans CN", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
	font-size: clamp(18px, 1.46vw, 24px);
	font-weight: 500;
	line-height: 1.45;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: default;
}
.news-index-industry-cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: var(--news-industry-gap);
	min-width: 0;
}
.news-index-industry-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	min-height: 100%;
	padding: clamp(20px, 2.08vw, 28px) clamp(18px, 1.67vw, 24px);
	border: 1px solid #e8e8e8;
	background: #fff;
	box-sizing: border-box;
	transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.news-index-industry-card.is-active,
.news-index-industry-card:hover {
	border-color: #d0d0d0;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}
.news-index-industry-card__link {
	display: flex;
	flex-direction: column;
	flex: 1;
	min-height: 0;
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}
.news-index-industry-card__link:hover .news-index-industry-card__title {
	color: #00a1e9;
}
.news-index-industry-card__title {
	margin: 0;
	font-family: "Source Han Sans SC", "Source Han Sans CN", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
	font-size: clamp(14px, 1.15vw, 18px);
	font-weight: 500;
	line-height: 1.5;
	color: rgba(40, 41, 56, 1);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news-index-industry-card__desc {
	flex: 0 0 auto;
	text-indent: 2em;
	margin: clamp(12px, 1.04vw, 16px) 0 clamp(20px, 1.67vw, 28px);
	font-family: "Source Han Sans SC", "Source Han Sans CN", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
	font-size: clamp(14px, 0.93vw, 16px);
	font-weight: 400;
	line-height: 2;
	color: rgba(128, 128, 128, 1);
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	min-height: calc(2em * 3);
	max-height: calc(2em * 3);
}
.news-index-industry-card__more {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	margin-top: auto;
	padding: clamp(8px, 0.73vw, 10px) clamp(22px, 2.08vw, 28px);
	border: 1px solid rgba(40, 41, 56, 1);
	border-radius: 999px;
	background: #fff;
	font-family: "Source Han Sans SC", "Source Han Sans CN", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
	font-size: clamp(13px, 0.94vw, 15px);
	font-weight: 400;
	line-height: 1.4;
	color: rgba(40, 41, 56, 1);
	text-decoration: none;
	transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease;
}
.news-index-industry-card__more:hover {
	border-color: #00a1e9;
	color: #00a1e9;
	background: #fff;
	text-decoration: none;
}
.news-index-industry-card__arrow {
	margin-left: 0.35em;
	font-family: "宋体", SimSun, serif;
	font-size: 1.1em;
	line-height: 1;
}
/* 产品知识：日期 | 标题描述 | 缩略图 */
.news-index-product-head {
	margin: 0 0 clamp(36px, 3.33vw, 48px);
	text-align: center;
}
.news-index-product-head__title {
	margin: 0;
	font-family: "Source Han Sans SC", "Source Han Sans CN", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
	font-size: clamp(26px, 2.08vw, 36px);
	font-weight: 500;
	line-height: 1.3;
	color: rgba(40, 41, 56, 1);
	letter-spacing: 0.02em;
}
.news-index-product-list {
	width: 100%;
}
.news-index-product-item {
	border-bottom: none;
}
.news-index-product-item__link {
	display: grid;
	grid-template-columns: clamp(100px, 8.33vw, 120px) 1px minmax(0, 1fr) clamp(160px, 18vw, 280px);
	gap: clamp(20px, 2.08vw, 32px);
	align-items: start;
	padding: clamp(28px, 2.5vw, 36px) 0 0;
	border-bottom: none;
	text-decoration: none;
	color: inherit;
	box-sizing: border-box;
}
.news-index-product-date {
	grid-column: 1;
	grid-row: 1;
	flex: 0 0 auto;
	align-self: start;
}
.news-index-product-date time {
	display: flex;
	align-items: center;
	gap: 0;
	white-space: nowrap;
}
.news-index-product-date__day {
	flex: 0 0 auto;
	font-family: "Source Han Sans SC", "Source Han Sans CN", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
	font-size: clamp(24px, 2.33vw, 36px);
	font-weight: 300;
	line-height: 1;
	color: rgba(102, 102, 102, 1);
	letter-spacing: 0.02em;
}
.news-index-product-date__slash {
	flex: 0 0 auto;
	align-self: stretch;
	display: flex;
	align-items: center;
	margin: 0 clamp(6px, 0.52vw, 10px);
	font-family: "Source Han Sans SC", "Source Han Sans CN", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
	font-size: clamp(44px, 3.65vw, 56px);
	font-weight: 200;
	line-height: 1;
	color: rgba(128, 128, 128, 1);
}
.news-index-product-date__ym {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: clamp(2px, 0.21vw, 4px);
	font-family: "Source Han Sans SC", "Source Han Sans CN", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
}
.news-index-product-date__year,
.news-index-product-date__month {
	font-size: clamp(12px, 0.94vw, 16px);
	font-weight: 400;
	line-height: 1.2;
	color: rgba(176, 176, 176, 1);
}
.news-index-product-item__rule {
	grid-column: 2;
	grid-row: 1;
	display: block;
	width: 1px;
	align-self: start;
	height: clamp(48px, 4.17vw, 64px);
	background: #e0e0e0;
	justify-self: center;
}
.news-index-product-body {
	grid-column: 3;
	grid-row: 1;
	min-width: 0;
	align-self: start;
}
.news-index-product-item__line {
	grid-column: 1 / 4;
	grid-row: 1;
	align-self: end;
	height: 0;
	border-bottom: 1px solid rgba(166, 166, 166, 1);
	pointer-events: none;
}
.news-index-product-item__title {
	margin: 0;
	font-family: "Source Han Sans SC", "Source Han Sans CN", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
	font-size: clamp(16px, 1.25vw, 20px);
	font-weight: 500;
	line-height: 1.5;
	color: rgba(40, 41, 56, 1);
	transition: color 0.2s ease;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news-index-product-item__link:hover .news-index-product-item__title {
	color: #00a1e9;
}
.news-index-product-item__desc {
	text-indent: 2em;
	margin: clamp(10px, 0.83vw, 12px) 0 0;
	font-family: "Source Han Sans SC", "Source Han Sans CN", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
	font-size: clamp(12px, 0.93vw, 14px);
	font-weight: 400;
	line-height: 2;
	color: rgba(128, 128, 128, 1);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news-index-product-media {
	grid-column: 4;
	grid-row: 1;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	border-radius: clamp(4px, 0.42vw, 6px);
	background: #eef2f6;
	align-self: start;
}
.news-index-product-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 0.35s ease;
}
.news-index-product-item__link:hover .news-index-product-media img {
	transform: scale(1.03);
}
@media screen and (max-width: 960px) {
	.news-index-featured {
		grid-template-columns: 1fr;
	}
	.news-index-corp-grid {
		grid-template-columns: 1fr;
		column-gap: 0;
	}
	.news-index-industry {
		grid-template-columns: 1fr;
	}
	.news-index-industry-feature {
		min-height: clamp(220px, 56vw, 320px);
	}
	.news-index-industry-cards {
		grid-template-columns: 1fr;
	}
	.news-index-product-item__link {
		grid-template-columns: clamp(88px, 22vw, 108px) 1px minmax(0, 1fr);
		grid-template-areas:
			"date rule body"
			"media media media";
		row-gap: clamp(16px, 2vw, 20px);
		align-items: start;
		padding: clamp(28px, 2.5vw, 36px) 0 0;
	}
	.news-index-product-date {
		grid-area: date;
		grid-column: auto;
		grid-row: auto;
	}
	.news-index-product-item__rule {
		grid-area: rule;
		grid-column: auto;
		grid-row: auto;
		height: clamp(40px, 10vw, 52px);
	}
	.news-index-product-body {
		grid-area: body;
		grid-column: auto;
		grid-row: auto;
	}
	.news-index-product-media {
		grid-area: media;
		grid-column: auto;
		grid-row: auto;
		max-width: 100%;
	}
	.news-index-product-item__line {
		grid-column: 1 / -1;
		grid-row: 2;
	}
}
@media screen and (max-width: 520px) {
	.news-index-more__btn {
		width: 100%;
		max-width: 280px;
	}
	.news-index-corp-item__link {
		grid-template-columns: 80px minmax(0, 1fr);
		gap: 16px;
	}
	.news-index-corp-date time {
		width: 80px;
		height: 80px;
	}
	.news-index-product-item__link {
		grid-template-columns: 80px 1px minmax(0, 1fr);
		gap: 12px;
		padding: clamp(20px, 5vw, 28px) 0 0;
	}
	.news-index-product-date__day {
		font-size: 36px;
	}
	.news-index-product-date__slash {
		font-size: 40px;
		margin: 0 4px;
	}
	.news-index-product-date__year,
	.news-index-product-date__month {
		font-size: 11px;
	}
}

