.x-banner {
	position: relative;
	overflow: hidden;
}

.x-banner .owl-carousel .banner-item img {
	display: block;
	width: 100%;
	height: calc(100vh - 108px);
	min-height: 720px;
	object-fit: cover;
}

.hero_overlay {
	position: absolute;
	inset: 0;
	z-index: 10;
	display: flex;
	align-items: center;
	background: linear-gradient(90deg, rgba(5, 18, 44, 0.72) 0%, rgba(5, 18, 44, 0.45) 44%, rgba(5, 18, 44, 0.16) 72%, rgba(5, 18, 44, 0) 100%);
	pointer-events: none;
}

.hero_inner {
	width: min(680px, 92%);
	margin-left: 8%;
	color: #fff;
	pointer-events: auto;
}

.hero_kicker {
	display: inline-block;
	padding: 8px 16px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	font-size: 14px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.hero_inner h1 {
	margin: 26px 0 0;
	font-size: 58px;
	line-height: 1.12;
	font-weight: 700;
	color: #fff;
}

.hero_inner p {
	margin-top: 22px;
	max-width: 620px;
	font-size: 19px;
	line-height: 1.9;
	color: rgba(255, 255, 255, 0.88);
}

.hero_actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 34px;
}

.hero_btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 164px;
	height: 52px;
	padding: 0 28px;
	border-radius: 999px;
	font-size: 16px;
	font-weight: 600;
	transition: all 0.35s ease;
}

.hero_btn_primary {
	background: linear-gradient(135deg, #0da6ff 0%, #0c7ae5 100%);
	color: #fff;
	box-shadow: 0 18px 36px rgba(12, 122, 229, 0.28);
}

.hero_btn_secondary {
	border: 1px solid rgba(255, 255, 255, 0.32);
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
}

.hero_btn:hover {
	transform: translateY(-2px);
	color: #fff;
}

.about {
	margin-top: 8%;
	align-items: stretch;
	gap: 48px;
}

.about .text {
	width: 52%;
}

.about .text h6 {
	font-size: 32px;
	margin-top: 12px;
}

.about .text .p {
	max-width: 100%;
	margin-top: 34px;
	font-size: 17px;
	line-height: 2.05;
	color: #394556;
}

.about .text .shuzi {
	margin-top: 36px;
	padding: 6px 0;
}

.about .text .shuzi ul {
	justify-content: space-between;
	gap: 18px;
}

.about .text .shuzi li {
	flex: 1;
	margin-right: 0;
	padding: 30px 0 26px;
}

.about .text .shuzi h5 {
	font-size: 56px;
	line-height: 1;
}

.about .text .shuzi p {
	margin-top: 10px;
	font-size: 14px;
	letter-spacing: 0.04em;
	color: #506172;
}

.about_actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 34px;
}

.about_a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 164px;
	height: 50px;
	padding: 0 24px;
	border-radius: 999px;
	background: none;
	font-size: 15px;
	font-weight: 600;
	transition: all 0.35s ease;
}

.about_a_primary {
	background: linear-gradient(135deg, #0c8ee8 0%, #0069b9 100%);
	color: #fff;
	box-shadow: 0 18px 34px rgba(0, 105, 185, 0.22);
}

.about_a_secondary {
	border: 1px solid #bfd5ea;
	background: #fff;
	color: #0c78cf;
}

.about_a:hover {
	transform: translateY(-2px);
}

.about_box {
	width: 44%;
}

.about_box ul li {
	margin-bottom: 18px;
}

.about_box ul li img {
	width: 100%;
	border-radius: 24px;
	box-shadow: 0 26px 50px rgba(18, 44, 82, 0.12);
}

.about_box_icon a {
	width: 56px;
	height: 56px;
	box-shadow: 0 20px 38px rgba(0, 131, 199, 0.2);
}

.case {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 44px;
	margin-top: 8%;
}

.case .text {
	width: 24%;
}

.case_kicker {
	display: inline-block;
	padding: 8px 14px;
	border-radius: 999px;
	background: rgba(12, 126, 230, 0.1);
	color: #0c78cf;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.case .text h5 {
	margin-top: 18px;
	font-size: 58px;
	line-height: 0.96;
}

.case .text p {
	margin-top: 20px;
	font-size: 20px;
	line-height: 1.8;
	color: #435164;
}

.case .text .list {
	margin-top: 26px;
}

.case_tags {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.case .text .case_tags li {
	width: auto;
	margin-bottom: 0;
	border: none;
}

.case .text .case_tags li a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 18px;
	height: 42px;
	border-radius: 999px;
	border: 1px solid #c6d9eb;
	background: #fff;
	color: #35506e;
	font-size: 14px;
}

.case .text .case_tags li:hover {
	background: none;
	border: none;
}

.case .text .case_tags li:hover a {
	background: #0c7ae5;
	border-color: #0c7ae5;
	color: #fff;
}

.case_a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 162px;
	height: 48px;
	margin-top: 30px;
	padding: 0 22px;
	border-radius: 999px;
	background: #0c7ae5;
	color: #fff;
}

.case_grid {
	width: 74%;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.case_card {
	position: relative;
	display: block;
	min-height: 188px;
	border-radius: 24px;
	overflow: hidden;
	background: #08162b;
	box-shadow: 0 24px 46px rgba(12, 24, 44, 0.18);
}

.case_card::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(8, 22, 43, 0.02) 0%, rgba(8, 22, 43, 0.18) 40%, rgba(8, 22, 43, 0.82) 100%);
}

.case_card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s ease;
}

.case_card_text {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	padding: 18px 18px 16px;
}

.case_card_text h6 {
	font-size: 18px;
	line-height: 1.4;
	color: #fff;
}

.case_card_text p {
	margin-top: 8px;
	font-size: 13px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.78);
}

.case_card:hover img {
	transform: scale(1.06);
}

.product {
	margin-top: 8%;
}

.product .tit p {
	font-size: 32px;
}

.product_intro {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 24px;
	margin-top: 28px;
}

.product_intro p {
	max-width: 760px;
	font-size: 18px;
	line-height: 1.85;
	color: #46566e;
}

.product_more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 156px;
	height: 48px;
	padding: 0 24px;
	border-radius: 999px;
	border: 1px solid #0c7ae5;
	color: #0c7ae5;
	font-size: 15px;
	font-weight: 600;
}

.product_grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	margin-top: 34px;
}

.product_card {
	display: block;
	border-radius: 24px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 24px 48px rgba(18, 44, 82, 0.12);
	transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.product_card:hover {
	transform: translateY(-4px);
	box-shadow: 0 28px 56px rgba(18, 44, 82, 0.18);
}

.product_thumb {
	aspect-ratio: 4 / 3;
	background: linear-gradient(180deg, #f8fbff 0%, #eef5fb 100%);
}

.product_thumb img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 18px;
}

.product_info {
	padding: 18px 22px 24px;
}

.product_info h6 {
	font-size: 24px;
	line-height: 1.35;
	color: #22354b;
}

.product_info p {
	margin-top: 8px;
	font-size: 14px;
	line-height: 1.7;
	color: #617389;
}

@media (max-width: 1440px) {
	.hero_inner h1 {
		font-size: 50px;
	}

	.hero_inner p {
		font-size: 17px;
	}

	.case .text h5 {
		font-size: 52px;
	}

	.case_grid {
		gap: 16px;
	}

	.product_info h6 {
		font-size: 22px;
	}
}

@media (max-width: 1199px) {
	.hero_inner {
		width: min(560px, 90%);
	}

	.hero_inner h1 {
		font-size: 42px;
	}

	.about,
	.case {
		flex-direction: column;
	}

	.about .text,
	.about_box,
	.case .text,
	.case_grid {
		width: 100%;
	}

	.case_grid,
	.product_grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

@media (max-width: 991px) {
	.x-banner .owl-carousel .banner-item img {
		height: auto;
		min-height: 0;
	}

	.about {
		margin-top: 50px;
		gap: 28px;
	}

	.about .text h4,
	.product .tit h5 {
		font-size: 40px;
	}

	.case {
		margin-top: 50px;
	}

	.case .text h5 {
		font-size: 40px;
	}

	.case .text p,
	.product_intro p {
		font-size: 16px;
	}

	.case_grid,
	.product_grid {
		grid-template-columns: 1fr;
	}

	.about .text .shuzi ul {
		flex-direction: column;
	}
}

.case_card_text span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 28px;
	padding: 0 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.14);
	color: rgba(255, 255, 255, 0.92);
	font-size: 12px;
	letter-spacing: 0.06em;
}

.case_card_text h6 {
	margin-top: 10px;
}

.product_advantages {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	margin-top: 28px;
}

.adv_card {
	padding: 24px 22px;
	border-radius: 22px;
	background: linear-gradient(180deg, #f7fbff 0%, #edf5fb 100%);
	box-shadow: inset 0 0 0 1px rgba(12, 122, 229, 0.08);
}

.adv_card strong {
	display: block;
	font-size: 18px;
	color: #21384f;
}

.adv_card span {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.8;
	color: #5b6c80;
}

.kjx-mini-tag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 34px;
	padding: 0 16px;
	border-radius: 999px;
	background: rgba(12, 122, 229, 0.08);
	color: #0c78cf;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.kjx-block-head span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 32px;
	padding: 0 14px;
	border-radius: 999px;
	background: rgba(12, 122, 229, 0.08);
	color: #0c78cf;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.kjx-block-head h2 {
	margin-top: 14px;
	font-size: 34px;
	line-height: 1.3;
	color: #22364c;
}

.kjx-block-head p {
	margin-top: 14px;
	font-size: 16px;
	line-height: 1.9;
	color: #55677c;
}

.kjx-case-page {
	padding: 8px 0 24px;
}

.kjx-case-hero {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(260px, 1fr);
	gap: 28px;
	padding: 34px;
	border-radius: 28px;
	background: linear-gradient(135deg, #091f3f 0%, #12386f 48%, #1f7ccf 100%);
	box-shadow: 0 26px 60px rgba(15, 42, 81, 0.18);
}

.kjx-case-hero-copy h2 {
	margin-top: 16px;
	font-size: 38px;
	line-height: 1.28;
	color: #fff;
}

.kjx-case-hero-copy p {
	margin-top: 18px;
	font-size: 16px;
	line-height: 2;
	color: rgba(255, 255, 255, 0.88);
}

.kjx-case-hero-stats {
	display: grid;
	gap: 16px;
}

.kjx-case-hero-stats div {
	padding: 20px 22px;
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(10px);
}

.kjx-case-hero-stats strong {
	display: block;
	font-size: 34px;
	line-height: 1;
	color: #fff;
}

.kjx-case-hero-stats span {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.82);
}

.kjx-case-sync,
.kjx-case-library {
	margin-top: 34px;
}

.kjx-case-sync-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	margin-top: 22px;
}

.kjx-case-sync-card {
	display: block;
	border-radius: 24px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 22px 44px rgba(18, 44, 82, 0.12);
	transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.kjx-case-sync-media {
	height: 220px;
	background: #07172c;
}

.kjx-case-sync-media img,
.kjx-case-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.kjx-case-sync-body {
	padding: 20px;
}

.kjx-case-sync-body span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 28px;
	padding: 0 12px;
	border-radius: 999px;
	background: rgba(12, 122, 229, 0.08);
	color: #0c78cf;
	font-size: 12px;
	font-weight: 700;
}

.kjx-case-sync-body h3 {
	margin-top: 14px;
	font-size: 22px;
	line-height: 1.45;
	color: #22364c;
}

.kjx-case-sync-body p {
	margin-top: 10px;
	font-size: 15px;
	line-height: 1.8;
	color: #5b6d81;
}

.kjx-case-sync-card:hover,
.kjx-case-item:hover {
	transform: translateY(-4px);
	box-shadow: 0 30px 54px rgba(18, 44, 82, 0.16);
}

.kjx-case-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
	margin-top: 24px;
}

.kjx-case-item {
	display: grid;
	grid-template-columns: minmax(220px, 0.9fr) minmax(0, 1.1fr);
	border-radius: 26px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 20px 44px rgba(18, 44, 82, 0.1);
	transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.kjx-case-media {
	min-height: 100%;
	background: #08162b;
}

.kjx-case-content {
	padding: 24px 24px 22px;
}

.kjx-case-topline {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.kjx-case-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 30px;
	padding: 0 12px;
	border-radius: 999px;
	background: linear-gradient(135deg, #0d96f3 0%, #0c78cf 100%);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
}

.kjx-case-topline em {
	font-style: normal;
	font-size: 13px;
	color: #8091a3;
}

.kjx-case-content h3 {
	margin-top: 16px;
	font-size: 24px;
	line-height: 1.45;
	color: #22364c;
}

.kjx-case-content p {
	margin-top: 12px;
	font-size: 15px;
	line-height: 1.85;
	color: #5a6d82;
}

.kjx-case-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin-top: 18px;
	font-size: 13px;
	line-height: 1.7;
}

.kjx-case-footer a {
	color: #0c78cf;
}

.kjx-case-footer span {
	color: #7a8ba0;
}

.kjx-case-note {
	margin-top: 28px;
	padding: 20px 22px;
	border-radius: 22px;
	background: linear-gradient(180deg, #f7fbff 0%, #eef5fb 100%);
	font-size: 15px;
	line-height: 1.9;
	color: #5a6d82;
}

.kjx-goods-intro {
	padding: 30px 30px 28px;
	border-radius: 28px;
	background: linear-gradient(180deg, #f7fbff 0%, #eff5fb 100%);
	box-shadow: inset 0 0 0 1px rgba(12, 122, 229, 0.08);
}

.kjx-goods-copy h2 {
	margin-top: 14px;
	font-size: 34px;
	line-height: 1.35;
	color: #22364c;
}

.kjx-goods-copy p {
	margin-top: 16px;
	font-size: 16px;
	line-height: 2;
	color: #55677c;
}

.kjx-goods-points {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin-top: 24px;
}

.kjx-goods-point {
	padding: 20px 22px;
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 16px 30px rgba(17, 52, 95, 0.08);
}

.kjx-goods-point h3 {
	font-size: 20px;
	color: #22364c;
}

.kjx-goods-point p {
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.85;
	color: #5a6d82;
}

.kjx-goods-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 22px;
}

.kjx-goods-tags li {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	padding: 0 18px;
	border-radius: 999px;
	background: #fff;
	color: #36506f;
	font-size: 14px;
	box-shadow: 0 10px 24px rgba(17, 52, 95, 0.06);
}

@media (max-width: 1440px) {
	.product_advantages {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.kjx-case-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 1199px) {
	.kjx-case-hero,
	.kjx-case-item {
		grid-template-columns: 1fr;
	}

	.kjx-case-sync-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 991px) {
	.product_advantages,
	.kjx-case-sync-grid,
	.kjx-goods-points {
		grid-template-columns: 1fr;
	}

	.kjx-case-hero,
	.kjx-goods-intro {
		padding: 22px;
	}

	.kjx-block-head h2,
	.kjx-case-hero-copy h2,
	.kjx-goods-copy h2 {
		font-size: 28px;
	}
}
