.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);
}

.delivery_wrap {
	min-height: 100vh;
	display: flex;
	align-items: flex-start;
	background:
		linear-gradient(135deg, rgba(6, 20, 40, 0.96) 0%, rgba(9, 37, 68, 0.92) 52%, rgba(5, 18, 34, 0.96) 100%),
		url("https://www.kjx111.com/upfile/2026/kjx_home_banner_04.jpg") center/cover no-repeat;
}

.delivery {
	width: min(1200px, 94%);
	margin: 0 auto;
	padding: 78px 0 28px;
	color: #fff;
}

.delivery_head {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.7fr);
	gap: 36px;
	align-items: end;
}

.delivery_head span {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	height: 34px;
	padding: 0 16px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	color: #70d7ff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.delivery_head h5 {
	margin-top: 16px;
	font-size: 42px;
	line-height: 1.18;
	color: #fff;
}

.delivery_head p {
	margin: 0;
	font-size: 16px;
	line-height: 1.9;
	color: rgba(255, 255, 255, 0.78);
}

.delivery_grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-top: 28px;
}

.delivery_card {
	overflow: hidden;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 24px 50px rgba(0, 0, 0, 0.22);
}

.delivery_media {
	height: 118px;
	background: #07182c;
}

.delivery_media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.delivery_body {
	padding: 16px 18px 18px;
}

.delivery_body strong {
	display: block;
	font-size: 18px;
	line-height: 1.35;
	color: #17324e;
}

.delivery_body span {
	display: block;
	margin-top: 8px;
	font-size: 13px;
	line-height: 1.72;
	color: #52677d;
}

.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: 22px 20px;
	border-radius: 18px;
	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: 17px;
	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 {
	position: relative;
	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;
	cursor: pointer;
}

.kjx-case-cover-link {
	position: absolute;
	inset: 0;
	z-index: 4;
}

.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-detail-link {
	color: #0c78cf;
	font-weight: 700;
}

.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(4, minmax(0, 1fr));
	}

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

@media (min-width: 992px) {
	.section1 .about_bg,
	.section2 .w2,
	.section3 .w3 {
		min-height: 100vh;
		display: flex;
		align-items: center;
	}

	.about,
	.case,
	.product {
		margin-top: 0;
	}

	.about .text .p {
		margin-top: 22px;
		font-size: 16px;
		line-height: 1.85;
	}

	.about .text .shuzi {
		margin-top: 22px;
	}

	.about .text .shuzi li {
		padding: 20px 0 18px;
	}

	.about .text .shuzi h5 {
		font-size: 44px;
	}

	.about_actions {
		margin-top: 24px;
	}

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

	.case .text p {
		font-size: 17px;
	}

	.case_card {
		min-height: 160px;
		border-radius: 18px;
	}

	.case_card_text {
		padding: 14px 15px 14px;
	}

	.product_intro {
		margin-top: 18px;
	}

	.product_intro p {
		font-size: 16px;
		line-height: 1.75;
	}

	.product_advantages {
		gap: 14px;
		margin-top: 18px;
	}

	.adv_card {
		padding: 15px 14px;
		border-radius: 16px;
	}

	.adv_card strong {
		font-size: 16px;
	}

	.adv_card span {
		margin-top: 6px;
		font-size: 13px;
		line-height: 1.6;
	}

	.product_grid {
		gap: 12px;
		margin-top: 14px;
	}

	.product_thumb {
		aspect-ratio: 2 / 1;
	}

	.product_thumb img {
		padding: 12px;
	}

	.product_info {
		padding: 10px 14px 12px;
	}

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

	.product_info p {
		font-size: 13px;
		line-height: 1.55;
	}
}

@media (min-width: 992px) and (max-height: 820px) {
	.delivery {
		padding: 48px 0 20px;
	}

	.delivery_head h5 {
		font-size: 36px;
	}

	.delivery_head p {
		font-size: 15px;
		line-height: 1.7;
	}

	.delivery_grid {
		gap: 12px;
		margin-top: 18px;
	}

	.delivery_media {
		height: 96px;
	}

	.delivery_body {
		padding: 12px 14px;
	}

	.delivery_body strong {
		font-size: 16px;
	}

	.delivery_body span {
		margin-top: 5px;
		font-size: 12px;
		line-height: 1.55;
	}

	.product .tit h5 {
		font-size: 34px !important;
	}

	.product .tit p {
		font-size: 22px !important;
	}

	.product_intro {
		margin-top: 10px !important;
		gap: 14px !important;
	}

	.product_intro p {
		max-width: 900px !important;
		font-size: 14px !important;
		line-height: 1.55 !important;
	}

	.product_more {
		height: 40px !important;
		min-width: 132px !important;
		font-size: 14px !important;
	}

	.product_advantages {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
		gap: 10px !important;
		margin-top: 10px !important;
	}

	.adv_card {
		padding: 10px 12px !important;
		border-radius: 12px !important;
	}

	.adv_card strong {
		font-size: 14px !important;
	}

	.adv_card span {
		margin-top: 4px !important;
		font-size: 12px !important;
		line-height: 1.45 !important;
	}

	.product_grid {
		grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
		gap: 10px !important;
		margin-top: 12px !important;
	}

	.product_thumb {
		aspect-ratio: 2 / 1 !important;
	}

	.product_info {
		padding: 8px 10px 10px !important;
	}

	.product_info h6 {
		font-size: 15px !important;
	}

	.product_info p {
		margin-top: 4px !important;
		font-size: 12px !important;
		line-height: 1.35 !important;
	}
}

@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));
	}

	.delivery_head {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.delivery_grid,
	.product_advantages {
		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;
	}
}

@media (max-width: 767px) {
	html,
	body {
		overflow-x: hidden;
	}

	.section,
	.fp-section,
	.fp-tableCell {
		max-width: 100%;
		overflow-x: hidden;
	}

	.section1 .container-fluid,
	.section-delivery .container-fluid,
	.section2 .container-fluid,
	.section3 .container-fluid,
	.section4 .container-fluid {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.about,
	.case,
	.product {
		width: 100%;
		max-width: 100%;
		min-width: 0;
		padding: 0 14px;
	}

	.about .text,
	.case .text,
	.case_grid,
	.product_intro,
	.product_advantages,
	.product_grid {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0;
	}

	.delivery_wrap {
		min-height: auto;
		padding: 54px 0;
	}

	.delivery {
		width: 100%;
		padding: 0 14px;
	}

	.delivery_head {
		display: block;
	}

	.delivery_head span {
		height: 30px;
		padding: 0 12px;
		font-size: 11px;
		letter-spacing: 0.08em;
	}

	.delivery_head h5 {
		margin-top: 14px;
		font-size: 30px;
		line-height: 1.25;
	}

	.delivery_head p {
		margin-top: 14px;
		font-size: 15px;
		line-height: 1.8;
	}

	.delivery_grid {
		grid-template-columns: 1fr !important;
		gap: 14px;
		margin-top: 22px;
	}

	.delivery_card {
		border-radius: 16px;
	}

	.delivery_media {
		height: 168px;
	}

	.delivery_body {
		padding: 16px;
	}

	.about .text h4,
	.case .text h5,
	.product .tit h5 {
		max-width: 100%;
		font-size: 32px !important;
		line-height: 1.14 !important;
		letter-spacing: 0 !important;
		white-space: normal !important;
		overflow-wrap: anywhere;
	}

	.about .text h6,
	.product .tit p {
		font-size: 24px;
		line-height: 1.35;
	}

	.about .text .p,
	.case .text p,
	.product_intro p {
		font-size: 15px;
		line-height: 1.85;
	}

	.about .text .shuzi {
		margin-top: 24px;
	}

	.about .text .shuzi ul {
		display: grid !important;
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.about .text .shuzi li {
		width: 100%;
		min-width: 0;
		margin: 0 !important;
		padding: 16px 18px;
		border-radius: 16px;
		background: #fff;
		box-shadow: 0 14px 30px rgba(18, 44, 82, 0.08);
	}

	.about .text .shuzi h5 {
		max-width: 100%;
		font-size: 34px !important;
		line-height: 1.05;
		overflow-wrap: anywhere;
	}

	.about .text .shuzi p {
		margin-top: 6px;
		font-size: 13px;
		line-height: 1.5;
		letter-spacing: 0;
	}

	.about_actions {
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.about_a,
	.product_more,
	.case_a {
		width: 100%;
		border-radius: 10px;
	}

	.product_intro {
		gap: 16px;
		margin-top: 18px;
	}

	.product_advantages {
		grid-template-columns: 1fr !important;
		gap: 12px;
		margin-top: 18px;
	}

	.adv_card {
		padding: 17px 16px;
		border-radius: 14px;
	}

	.adv_card strong {
		font-size: 16px;
	}

	.adv_card span {
		margin-top: 7px;
		font-size: 13px;
		line-height: 1.7;
	}

	.product_grid {
		gap: 14px;
	}

	.product_thumb {
		aspect-ratio: 16 / 11;
	}

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

/* KJX uploaded css marker */

/* 首页导航单行与一屏体验修复 */
.header_box.hidden-xs.hidden-sm {
	height: 86px !important;
	min-height: 86px !important;
	overflow: visible !important;
	background: rgba(255, 255, 255, 0.96) !important;
	box-shadow: 0 6px 24px rgba(12, 34, 56, 0.06) !important;
	z-index: 999 !important;
}

.header_box.hidden-xs.hidden-sm > .container-fluid {
	width: min(1400px, calc(100% - 48px)) !important;
	max-width: 1400px !important;
	height: 86px !important;
	margin: 0 auto !important;
	padding: 0 18px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	overflow: visible !important;
}

.header_box .logo {
	order: 1 !important;
	float: none !important;
	flex: 0 0 150px !important;
	width: 150px !important;
	height: 76px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: flex-start !important;
}

.header_box .logo img {
	max-width: 92px !important;
	max-height: 72px !important;
	width: auto !important;
	height: auto !important;
	object-fit: contain !important;
}

.header_box .menu_box {
	order: 2 !important;
	float: none !important;
	flex: 1 1 auto !important;
	width: auto !important;
	height: 86px !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	flex-wrap: nowrap !important;
	overflow: visible !important;
	white-space: nowrap !important;
}

.header_box .menu_box > li.menu_anv {
	float: none !important;
	flex: 0 0 auto !important;
	width: auto !important;
	height: 86px !important;
	margin: 0 12px 0 0 !important;
	display: flex !important;
	align-items: center !important;
	position: relative !important;
}

.header_box .menu_box > li.menu_anv:last-of-type {
	margin-right: 0 !important;
}

.header_box .menu_box > li.menu_anv > a {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	height: 86px !important;
	padding: 0 6px !important;
	font-size: 16px !important;
	line-height: 1 !important;
	color: #111 !important;
	white-space: nowrap !important;
}

.header_box .menu_box > li.menu_anv .sec {
	top: 86px !important;
	left: 50% !important;
	transform: translateX(-50%) !important;
	z-index: 1000 !important;
}

.header_box .head_icon {
	order: 3 !important;
	float: none !important;
	flex: 0 0 76px !important;
	width: 76px !important;
	height: 86px !important;
	margin-left: 14px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: flex-end !important;
}

.header_box .head_icon ul,
.header_box .head_icon li {
	display: flex !important;
	align-items: center !important;
	height: 86px !important;
	margin: 0 !important;
	padding: 0 !important;
}

.header_box .head_icon li {
	margin-left: 14px !important;
}

.header_box .head_icon img {
	max-width: 24px !important;
	max-height: 24px !important;
	object-fit: contain !important;
}

.header_box .head-ewm-btn,
.header_box .search {
	top: 86px !important;
}

@media (max-width: 1366px) {
	.header_box.hidden-xs.hidden-sm > .container-fluid {
		width: calc(100% - 28px) !important;
		padding: 0 12px !important;
	}

	.header_box .logo {
		flex-basis: 126px !important;
		width: 126px !important;
	}

	.header_box .menu_box > li.menu_anv {
		margin-right: 7px !important;
	}

	.header_box .menu_box > li.menu_anv > a {
		font-size: 15px !important;
		padding: 0 4px !important;
	}

	.header_box .head_icon {
		flex-basis: 64px !important;
		width: 64px !important;
		margin-left: 8px !important;
	}

	.header_box .head_icon li {
		margin-left: 10px !important;
	}
}

@media (min-width: 992px) {
	.hero_inner {
		width: min(780px, 92%) !important;
	}

	.hero_inner h1 {
		font-size: 48px !important;
		line-height: 1.18 !important;
		white-space: nowrap !important;
	}

	.about_box ul {
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: 14px !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	.about_box ul li {
		margin: 0 !important;
		height: auto !important;
		overflow: visible !important;
	}

	.about_box ul li img {
		width: 100% !important;
		height: min(25vh, 220px) !important;
		object-fit: contain !important;
		background: #f6f9fc !important;
		border-radius: 18px !important;
	}

	.about_box_icon {
		display: none !important;
	}
}

@media (min-width: 992px) and (max-width: 1366px) {
	.hero_inner h1 {
		font-size: 44px !important;
	}
}

/* Uploaded project cases: company and design case cards */
.kjx-uploaded-section {
	margin: 30px 0 34px;
	padding: 30px;
	border-radius: 28px;
	background: linear-gradient(180deg, #f7fbff 0%, #edf5fc 100%);
	box-shadow: inset 0 0 0 1px rgba(12, 120, 207, 0.08);
}

.kjx-uploaded-head span {
	display: inline-flex;
	align-items: center;
	height: 30px;
	padding: 0 12px;
	border-radius: 999px;
	background: #e7f4ff;
	color: #0c78cf;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.12em;
}

.kjx-uploaded-head h2 {
	margin-top: 14px;
	font-size: 34px;
	line-height: 1.35;
	color: #12314f;
}

.kjx-uploaded-head p {
	margin-top: 10px;
	font-size: 16px;
	line-height: 1.9;
	color: #5a6d82;
}

.kjx-uploaded-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	margin-top: 24px;
}

.kjx-uploaded-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 18px 38px rgba(16, 45, 82, 0.11);
	transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.kjx-uploaded-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 24px 50px rgba(16, 45, 82, 0.16);
}

.kjx-uploaded-media {
	display: block;
	height: 210px;
	overflow: hidden;
	background: #071a36;
}

.kjx-uploaded-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.kjx-uploaded-card:hover .kjx-uploaded-media img {
	transform: scale(1.045);
}

.kjx-uploaded-body {
	display: block;
	padding: 20px 22px 22px;
}

.kjx-uploaded-body em {
	display: inline-flex;
	align-items: center;
	height: 28px;
	padding: 0 11px;
	border-radius: 999px;
	background: #eaf5ff;
	color: #0c78cf;
	font-size: 12px;
	font-style: normal;
	font-weight: 800;
}

.kjx-uploaded-body strong {
	display: block;
	margin-top: 13px;
	font-size: 21px;
	line-height: 1.45;
	color: #12314f;
}

.kjx-uploaded-body small {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.8;
	color: #5c7088;
}

.kjx-uploaded-body b {
	display: inline-flex;
	margin-top: 16px;
	color: #0c78cf;
	font-size: 14px;
}

.kjx-design-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	margin-top: 26px;
}

.kjx-design-card {
	overflow: hidden;
	border-radius: 22px;
	background: #fff;
	border: 1px solid #edf1f6;
	box-shadow: 0 18px 38px rgba(16, 45, 82, 0.1);
	transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.kjx-design-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 24px 50px rgba(16, 45, 82, 0.15);
}

.kjx-design-media {
	display: block;
	height: 220px;
	overflow: hidden;
	background: #edf4fb;
}

.kjx-design-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.kjx-design-card:hover .kjx-design-media img {
	transform: scale(1.045);
}

.kjx-design-body {
	padding: 20px 22px 22px;
}

.kjx-design-tag {
	display: inline-flex;
	align-items: center;
	height: 28px;
	padding: 0 11px;
	border-radius: 999px;
	background: #eaf5ff;
	color: #0c78cf;
	font-size: 12px;
	font-weight: 800;
}

.kjx-design-body h3 {
	margin-top: 13px;
	font-size: 21px;
	line-height: 1.45;
	color: #12314f;
}

.kjx-design-body p {
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.85;
	color: #5c7088;
}

.kjx-design-points {
	margin-top: 14px;
	padding: 13px 14px;
	border-radius: 16px;
	background: #f3f8fd;
	color: #516a84;
}

.kjx-design-points strong {
	display: block;
	margin-bottom: 4px;
	color: #12314f;
	font-size: 14px;
}

.kjx-design-points em {
	font-style: normal;
	font-size: 13px;
}

.kjx-design-more {
	display: inline-flex;
	margin-top: 16px;
	color: #0c78cf;
	font-size: 14px;
	font-weight: 700;
}

/* Homepage density polish: reduce blank space and strengthen B2B project feel */
@media (min-width: 992px) {
	.section1 .container-fluid,
	.section2 .container-fluid,
	.section3 .container-fluid,
	.section4:not(.fp-auto-height) .container-fluid {
		width: min(1220px, calc(100% - 96px)) !important;
		max-width: 1220px !important;
		margin: 0 auto !important;
	}

	.section4:not(.fp-auto-height) .w4 {
		min-height: 100vh;
		display: flex;
		align-items: center;
	}

	.about {
		align-items: center !important;
		gap: 56px !important;
	}

	.about .text {
		flex: 1 1 52% !important;
	}

	.about .text h4 {
		font-size: clamp(54px, 5.2vw, 78px) !important;
		line-height: 0.92 !important;
		color: #252b33 !important;
	}

	.about .text h6 {
		margin-top: 18px !important;
		font-size: 31px !important;
	}

	.about .text .p {
		max-width: 690px !important;
		margin-top: 24px !important;
		font-size: 16px !important;
		line-height: 1.9 !important;
	}

	.about .text .shuzi {
		margin-top: 24px !important;
	}

	.about .text .shuzi ul {
		display: grid !important;
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
		gap: 14px !important;
	}

	.about .text .shuzi li {
		padding: 19px 18px 17px !important;
		border: 1px solid rgba(12, 122, 229, 0.08);
		border-radius: 18px;
		background: rgba(255, 255, 255, 0.82);
		box-shadow: 0 18px 38px rgba(18, 44, 82, 0.08);
	}

	.about .text .shuzi h5 {
		font-size: 48px !important;
	}

	.about_actions {
		margin-top: 24px !important;
	}

	.about_box {
		flex: 1 1 44% !important;
		max-width: 520px !important;
	}

	.about_box ul {
		gap: 18px !important;
	}

	.about_box ul li img {
		height: clamp(220px, 30vh, 282px) !important;
		background: linear-gradient(180deg, #f8fbff 0%, #eef5fb 100%) !important;
		box-shadow: 0 24px 46px rgba(18, 44, 82, 0.14) !important;
	}

	.delivery_wrap {
		align-items: center !important;
	}

	.delivery {
		padding: 38px 0 !important;
	}

	.delivery_head {
		grid-template-columns: minmax(0, 0.8fr) minmax(420px, 0.95fr) !important;
		align-items: center !important;
	}

	.delivery_head h5 {
		font-size: clamp(38px, 3.4vw, 52px) !important;
	}

	.delivery_grid {
		gap: 18px !important;
		margin-top: 26px !important;
	}

	.delivery_card {
		border-radius: 18px !important;
	}

	.delivery_media {
		height: clamp(116px, 15vh, 146px) !important;
	}

	.case {
		align-items: center !important;
		gap: 38px !important;
	}

	.case .text {
		width: 25% !important;
	}

	.case .text h5 {
		font-size: clamp(52px, 5vw, 70px) !important;
	}

	.case .text p {
		font-size: 18px !important;
		line-height: 1.7 !important;
	}

	.case_grid {
		width: 75% !important;
		gap: 16px !important;
	}

	.case_card {
		min-height: clamp(174px, 20vh, 220px) !important;
		border-radius: 20px !important;
	}

	.product {
		width: 100% !important;
	}

	.product .tit h5 {
		font-size: clamp(42px, 4.1vw, 62px) !important;
		line-height: 1 !important;
	}

	.product_intro {
		align-items: flex-end !important;
		margin-top: 18px !important;
	}

	.product_advantages {
		gap: 14px !important;
		margin-top: 20px !important;
	}

	.adv_card {
		padding: 16px 18px !important;
		border-radius: 16px !important;
		background: linear-gradient(180deg, #f6fbff 0%, #edf6fb 100%) !important;
		box-shadow: inset 0 0 0 1px rgba(12, 122, 229, 0.08), 0 14px 30px rgba(18, 44, 82, 0.06) !important;
	}

	.product_grid {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
		gap: 14px !important;
		margin-top: 18px !important;
	}

	.product_card {
		display: grid !important;
		grid-template-columns: minmax(112px, 0.42fr) minmax(0, 0.58fr) !important;
		align-items: stretch !important;
		min-height: 124px !important;
		border-radius: 18px !important;
	}

	.product_thumb {
		height: 100% !important;
		min-height: 124px !important;
		aspect-ratio: auto !important;
	}

	.product_thumb img {
		padding: 14px !important;
	}

	.product_info {
		display: flex !important;
		flex-direction: column !important;
		justify-content: center !important;
		padding: 14px 16px !important;
	}

	.product_info h6 {
		font-size: 20px !important;
	}

	.product_info p {
		font-size: 13px !important;
		line-height: 1.5 !important;
	}

	.section4:not(.fp-auto-height) .news {
		width: 100% !important;
		margin-top: 0 !important;
		transform: translateY(22px);
	}

	.news-top {
		display: flex !important;
		align-items: flex-end !important;
		justify-content: space-between !important;
		margin-bottom: 22px !important;
	}

	.news_center {
		display: grid !important;
		grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.8fr) !important;
		gap: 26px !important;
		align-items: stretch !important;
		margin-top: 0 !important;
	}

	.news_text,
	.news-img {
		float: none !important;
		width: auto !important;
	}

	.news_text a {
		height: 100% !important;
		box-sizing: border-box !important;
		min-height: 270px !important;
		padding: 30px 34px !important;
		display: flex !important;
		flex-direction: column !important;
		justify-content: center !important;
		border-radius: 24px !important;
		background: linear-gradient(135deg, #0a2648 0%, #0d5ca6 100%) !important;
		box-shadow: 0 24px 52px rgba(12, 44, 82, 0.18) !important;
	}

	.news_text span,
	.news_text h6,
	.news_text p {
		color: #fff !important;
	}

	.news_text h6 {
		font-size: 30px !important;
		line-height: 1.35 !important;
	}

	.news_text p {
		margin-top: 16px !important;
		font-size: 15px !important;
		line-height: 1.9 !important;
		color: rgba(255, 255, 255, 0.82) !important;
	}

	.news-img {
		height: 100% !important;
		min-height: 270px !important;
		overflow: hidden !important;
		border-radius: 24px !important;
		box-shadow: 0 24px 52px rgba(12, 44, 82, 0.16) !important;
	}

	.news-img img {
		display: block !important;
		width: 100% !important;
		height: 100% !important;
		object-fit: cover !important;
	}

	.news-bottom {
		margin-top: 20px !important;
	}

	.news-bottom ul {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 16px !important;
		margin-top: 22px !important;
	}

	.news-bottom ul li {
		width: auto !important;
		margin: 0 !important;
	}

	.news-bottom ul li a {
		display: flex !important;
		align-items: center !important;
		justify-content: space-between !important;
		gap: 18px !important;
		min-height: 74px !important;
		padding: 18px 20px !important;
		border: 1px solid rgba(12, 122, 229, 0.08) !important;
		border-radius: 18px !important;
		background: #fff !important;
		box-shadow: 0 16px 34px rgba(18, 44, 82, 0.08) !important;
	}

	.news-bottom ul li a p {
		margin: 0 !important;
		color: #22364c !important;
		font-size: 16px !important;
		font-weight: 700 !important;
		line-height: 1.5 !important;
	}

	.news-bottom ul li a span {
		flex: 0 0 auto !important;
		color: #0c78cf !important;
		font-size: 14px !important;
	}
}

@media (min-width: 992px) and (max-height: 820px) {
	.about {
		gap: 46px !important;
	}

	.about .text h4 {
		font-size: 54px !important;
	}

	.about .text h6 {
		font-size: 28px !important;
	}

	.about .text .p {
		font-size: 15px !important;
		line-height: 1.74 !important;
	}

	.about .text .shuzi li {
		padding: 14px 14px 13px !important;
	}

	.about .text .shuzi h5 {
		font-size: 40px !important;
	}

	.about_box ul li img {
		height: min(27vh, 210px) !important;
	}

	.delivery {
		padding: 34px 0 !important;
	}

	.delivery_media {
		height: 110px !important;
	}

	.case_card {
		min-height: 160px !important;
	}

	.case .text h5 {
		font-size: 46px !important;
	}

	.case .text p {
		font-size: 16px !important;
	}

	.product_advantages {
		margin-top: 12px !important;
	}

	.product_grid {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
		gap: 12px !important;
		margin-top: 12px !important;
	}

	.product_card {
		grid-template-columns: 108px minmax(0, 1fr) !important;
		min-height: 92px !important;
	}

	.product_thumb {
		height: 92px !important;
		min-height: 92px !important;
	}

	.product_info {
		padding: 10px 12px !important;
	}

	.product_info h6 {
		font-size: 16px !important;
	}

	.product_info p {
		font-size: 12px !important;
	}

	.news_center {
		grid-template-columns: minmax(0, 0.95fr) minmax(330px, 0.8fr) !important;
		gap: 20px !important;
	}

	.news_text a,
	.news-img {
		min-height: 220px !important;
	}

	.news_text a {
		padding: 24px !important;
	}

	.news_text h6 {
		font-size: 25px !important;
	}

	.news-bottom ul {
		margin-top: 16px !important;
	}
}
