/* ==========================================================================
   首屏轮播图版块 (Hero Slider Section) ========================================================================== */
.webx-home-hero {
	position: relative;
	width: 100%;
	height: calc(100vh - 88px);
	margin-top: 88px;
	min-height: 700px;
	display: flex;
	align-items: center;
	font-family: var(--webx-font-main, 'PingFang SC', 'Microsoft YaHei', sans-serif);
	overflow: hidden;
}

.webx-section-title{
	font-size:42px;
}

.webx-home-hero-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(90deg, rgba(4, 15, 55, 0.4) 0%, rgba(4, 15, 55, 0) 60%);
    z-index: 1;
    pointer-events: none;
}

.webx-home-hero-container {
	position: relative;
	z-index: 2;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.webx-home-hero-content {
	max-width: 720px;
}

.webx-home-hero-eyebrow {
	display: block;
	font-size: 21px;
	color: #ffffff;
	font-weight: 500;
	font-family:'Montserrat';
	line-height: 1.6;
	letter-spacing: 0.5px;
	margin-bottom: 20px;
}

.webx-home-hero-title {
	font-size: 64px;
	font-weight: 600;
	color: #ffffff;
	line-height: 1.25;
	margin-bottom: 24px;
	letter-spacing: 1px;
}

.webx-home-hero-desc {
	font-size: 24px;
	color: rgba(255, 255, 255, 0.75);
	line-height: 1.6;
	margin-bottom: 48px;
	max-width: 680px;
}

.webx-home-hero-actions {
	display: flex;
	gap: 16px;
	margin-bottom: 80px; 
}

.webx-home-hero-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 36px;
	border-radius: 4px;
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease;
	box-sizing: border-box;
}

.webx-home-hero-btn-primary {
	background-color: #ffffff;
	color: #111111;
	border: 1px solid #ffffff;
}

.webx-home-hero-btn-primary:hover {
	background-color: #e6e6e6;
	color: #111111;
}

.webx-home-hero-btn-outline {
	background-color: transparent;
	color: #ffffff;
	border: 1px solid rgba(255, 255, 255, 0.6);
}

.webx-home-hero-btn-outline:hover {
	border-color: #ffffff;
	background-color: rgba(255, 255, 255, 0.1);
}

.webx-home-hero-indicators {
	display: flex;
	gap: 12px;
	align-items: center;
}

.webx-home-hero-indicator {
	height: 2px;
	border-radius: 2px;
	background-color: rgba(255, 255, 255, 0.3);
	width: 32px;
	cursor: pointer;
	transition: all 0.3s ease;
	display: block;
}

.webx-home-hero-indicator.active {
	background-color: #ffffff;
	width: 48px;
}

.webx-hero-swiper {
	width: 100%;
	height: 100%;
}

.webx-hero-swiper .swiper-slide {
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.webx-home-hero-indicators.swiper-pagination-bullets {
	position: relative;
	bottom:80px;
}

.webx-home-hero .webx-hero-social-join{
    position: absolute;
    bottom: 80px;
    right: 0px;
	z-index:100;
}


@media (max-width: 1680px) {
	.webx-home-hero-title {
		font-size: 56px;
	}
	.webx-home-hero-desc {
		font-size: 21px;
		max-width: 600px;
	}
}


.webx-home-hero-indicator {
	height: 2px;
	border-radius: 2px;
	background-color: rgba(255, 255, 255, 0.3);
	width: 32px;
	cursor: pointer;
	transition: all 0.3s ease;
	display: block;
}

.webx-home-hero-indicator.active {
	background-color: #ffffff;
	width: 48px;
}

@media (max-width: 991.98px) {
	.webx-home-hero {
		min-height: 600px;
		height: calc(100vh - 82px);
		margin-top:82px!important;
		padding: 120px 0;
		position: relative;
		padding-top: 0px!important;
		padding-bottom: 0px!important;
	}
	.webx-home-hero-title { font-size: 44px; }
	.webx-home-hero-desc { font-size: 14px; max-width: 90%; }
	
	.webx-home-hero-eyebrow {
		font-size: 16px;
		max-width: 90%;
		letter-spacing: 0px;
	}
}
@media (max-width: 575.98px) {
	.webx-home-hero-title {
		font-size: 34px;
		max-width: 90%;
	}
	.webx-home-hero-actions { flex-direction: column; gap: 12px; }
	.webx-home-hero-btn { width: 100%; }
	
}

/* ==========================================================================
   关于我们版块 (About Us Section) 
   ========================================================================== */
.webx-about-section {
	padding:80px 0px 120px 0;
	background-color: #ffffff;
	font-family: var(--webx-font-main, 'PingFang SC', 'Microsoft YaHei', sans-serif);
}

.webx-about-container {
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.webx-about-left {
	width: 50%;
	padding-right: 40px;
}

.webx-about-header {
	margin-bottom: 40px;
}

.webx-about-title {
	font-size: 48px;
	font-weight: 600;
	color: #111111;
	margin-bottom: 16px;
	letter-spacing: 0.5px;
}

.webx-about-desc {
	font-size: 20px;
	color: #666666;
	line-height: 1.6;
}

.webx-about-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
}

.webx-about-card {
	background-color: #f2f5f8; 
	border-radius: 12px;
	padding: 32px 24px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.webx-about-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.04);
}

.webx-about-icon {
	height: 48px;
	width: auto;
	margin-bottom: 32px;
	object-fit: contain;
	display: block;
}

.webx-about-card-title {
	font-size: 24px;
	font-weight: 700;
	color: #111111;
	margin-bottom: 8px;
}

.webx-about-card-desc {
	font-size: 16px;
	color: #777777;
	line-height: 1.5;
	margin: 0;
}

.webx-about-right {
	width: 45%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.webx-about-graphic {
	width: 100%;
	max-width: 100%;
	object-fit: contain;
}

/* 响应式调整 */
@media (max-width: 991.98px) {
	
	.webx-section-title{
		font-size:36px;
	}

	.webx-about-container {
		flex-direction: column;
	}
	.webx-about-title{
		font-size:42px;
	}
	.webx-about-section{
		padding:60px 0px 60px 0px;
	}
	.webx-about-left {
		width: 100%;
		padding-right: 0;
		margin-bottom: 60px;
	}
	.webx-about-desc {
		max-width: 100%;
	}
	.webx-about-right {
		width: 100%;
		justify-content: center;
	}
}
@media (max-width: 575.98px) {
	.webx-about-grid {
		grid-template-columns: 1fr;
	}
	.webx-about-card {
		padding: 24px 20px;
	}
}



/* ==========================================================================
   生态模型版块 (Eco Model Section)
   ========================================================================== */
.home-eco-model-section {
	padding: 0px 0 160px 0px;
	background-color: #ffffff;
}

.home-eco-model-section .home-eco-model-container {
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.home-eco-model-header{
	margin-bottom:40px;
}

.webx-eco-model-title {
    font-size: 48px;
    font-weight: 600;
    color: #111111;
    margin-bottom: 24px;
    letter-spacing: 0.5px;
}

.webx-eco-model-desc {
    font-size: 21px;
    color: #666666;
    line-height: 1.8;
    max-width: 720px;
    margin: 0 auto;
}

.home-eco-model-section .home-eco-model-left {
	width: 45%;
	padding-right: 40px;
}

.home-eco-model-section .home-eco-model-subtitle {
	font-size: 21px;
	color: #666666;
	margin-bottom: 12px;
	display: block;
}

.home-eco-model-section .home-eco-model-title {
	font-size: 48px;
	font-weight: 600;
	color: #111111;
	margin-bottom: 30px;
	line-height: 1.3;
}

.home-eco-model-section .home-eco-model-desc {
	font-size: 21px;
	color: #666666;
	line-height: 1.8;
	margin-bottom: 30px;
}

.home-eco-model-section .home-eco-model-actions {
	display: flex;
	gap: 16px;
	margin-top: 40px;
}

.home-eco-model-section .home-eco-model-right {
	width: 50%;
	position: relative;
	display: flex;
	justify-content: flex-end;
}

.home-eco-model-section .home-eco-model-img-main {
	width: 80%;
	width: 720px;
	height:580px;
	border-radius: 24px;
	object-fit: cover;
	aspect-ratio: 3.5 / 5;
}

.home-eco-model-section .home-eco-model-img-float {
	position: absolute;
	right: 30px;
	bottom: 20px;
	width: 65%;
	max-width: 340px;
	border-radius: 16px;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
	object-fit: contain;
}

.home-eco-model-section .webx-btn-cut{
	padding:14px 36px;
	font-size:18px;
}

/* 响应式调整 */
@media (max-width: 991.98px) {
	
	.home-eco-model-section .home-eco-model-container {
		flex-direction: column;
	}
	.home-eco-model-section .home-eco-model-left {
		width: 100%;
		padding-right: 0;
		margin-bottom: 60px;
	}
	.home-eco-model-section .home-eco-model-right {
		width: 100%;
		justify-content: center;
	}
	.home-eco-model-section .home-eco-model-img-main {
		width: 100%;
	}
	.home-eco-model-section .home-eco-model-img-float {
		width: 80%;
		right: 10%;
		bottom: -40px;
	}
	.home-eco-model-section .webx-btn-cut {
		padding: 12px 24px;
		font-size: 16px;
	}
}

/* ==========================================================================
   完整价值流转路径版块 (Value Path Section)
   ========================================================================== */
.home-value-path-section {
	padding: 130px 0 160px 0px;
	background-color: #E6ECF7;
}

.home-value-path-section .home-value-path-container {
	margin: 0 auto;
	padding: 0 20px;
}

.home-value-path-section .home-value-path-header {
	text-align: center;
	margin-bottom: 40px;
}

.home-value-path-section .home-value-path-title {
	font-size: 48px;
	font-weight: 600;
	color: #111111;
	margin-bottom: 24px;
}

.home-value-path-section .home-value-path-desc {
	font-size: 21px;
	color: #666666;
	line-height: 1.8;
	max-width: 800px;
	margin: 0 auto;
}

.home-value-path-section .home-value-path-track {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 50px;
}

.home-value-path-section .home-value-path-card {
	background-color: #ffffff;
	border-radius: 16px;
	padding: 40px 40px;
	width: 18%;
	text-align: center;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	position: relative;
	z-index: 2;
}

.home-value-path-section .home-value-path-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

.home-value-path-section .home-value-path-icon {
	height: 140px;
	width: auto;
	margin-bottom: 30px;
	object-fit: contain;
}

.home-value-path-section .home-value-path-card-title {
	font-size: 28px;
	font-weight: 700;
	color: #111111;
	margin-bottom: 12px;
}

.home-value-path-section .home-value-path-card-desc {
	font-size: 16px;
	color: #8D8D8D;
	line-height: 1.5;
}

.home-value-path-section .home-value-path-arrow {
	width: 32px;
	height: 64px;
	background-color: #d4e0f5;
	clip-path: polygon(0% 0%, 40% 0%, 100% 50%, 40% 100%, 0% 100%, 50% 50%);
	flex-shrink: 0;
}

.home-value-path-section .home-value-path-footer {
	font-size:21px;
	color: rgba(0,0,0,.6);
	line-height: 1.6;
	text-align:center;
	max-width: 80%;
	margin:0 auto;

}

/* 响应式调整 */
@media (max-width: 991.98px) {
	.home-value-path-section .home-value-path-track {
		flex-direction: column;
		gap: 10px;
	}
	.home-value-path-section .home-value-path-card {
		padding: 20px 20px;
	}
	.home-value-path-section .home-value-path-card-desc {
		font-size: 18px;
	}
	.home-value-path-section .home-value-path-card {
		width: 100%;
		max-width: 320px;
	}
	.home-value-path-section .home-value-path-arrow {
		transform: rotate(90deg);
		margin: 10px 0;
	}
}

 /* ==========================================================================
   平台定位版块 (Platform Positioning)
   ========================================================================== */
.webx-new-pos-section {
	padding: 120px 0 160px 0px;
	background-color: #ffffff;
	font-family: var(--webx-font-main, 'PingFang SC', 'Microsoft YaHei', sans-serif);
}

.webx-new-pos-container {
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.webx-new-pos-left {
	width: 42%;
	padding-right: 40px;
}

.webx-new-pos-title {
	font-size: 48px;
	font-weight: 600;
	color: #111111;
	margin-bottom: 24px;
	line-height: 1.3;
}

.webx-new-pos-desc {
	font-size: 21px;
	color: #666666;
	line-height: 1.6;
	margin-bottom: 50px;
}

.webx-new-pos-desc .text-blue {
	color: #0052cc;
}

.webx-new-pos-list {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.webx-new-pos-item {
	display: flex;
	gap: 20px;
	align-items: flex-start;
}

.webx-new-pos-icon {
	width: 72px;
	height: 60px;
	flex-shrink: 0;
	object-fit: contain;
	padding-right:16px;
	margin-right:16px;
	border-right:2px solid #003BAF;
}

.webx-new-pos-item-title {
	font-size: 28px;
	font-weight: 700;
	color: #111111;
	margin-bottom: 8px;
	margin-top: -2px; 
}

.webx-new-pos-item-desc {
	font-size: 21px;
	color: #888888;
	line-height: 1.6;
}

.webx-new-pos-right {
	width: 50%;
	position: relative;
}

.webx-new-pos-img-main {
	width: 100%;
	border-radius: 20px;
	display: block;
	object-fit: cover;
	aspect-ratio: 4 / 3;
}

.webx-new-pos-float-card {
	position: absolute;
	top: 60px;
	left: -40px;
	background-color: #ffffff;
	border-radius: 16px;
	padding: 24px;
	width: 280px;
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
	z-index: 2;
}

.webx-new-pos-float-row-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
	color: #636363;
	margin-bottom: 16px;
}

.webx-new-pos-float-row-header img {
	width: 24px;
	height: 18px;
}

.webx-new-pos-float-row-data {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.webx-new-pos-float-logo {
	height: 32px;
	object-fit: contain;
	padding:6px 12px;
	background:#F8F8F8;
}

.webx-new-pos-float-num {
	font-size: 26px;
	font-weight: 600;
	color: #111111;
	font-family:'Montserrat';
}

.webx-new-pos-float-divider {
	height: 1px;
	background-color: #f0f0f0;
	margin: 20px 0;
}

.webx-new-pos-badge-group {
	position: absolute;
	bottom: 30px;
	left: -60px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	z-index: 2;
}

.webx-new-pos-badge {
	background-color: #0066ff;
	color: #ffffff;
	padding: 10px 24px 10px 10px;
	border-radius: 30px;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	font-size: 16px;
	font-weight: 500;
	box-shadow: 0 10px 24px rgba(0, 102, 255, 0.3);
	white-space: nowrap;
}

.webx-new-pos-badge img {
	width: 24px;
	height: 24px;
	background: #fff;
	border-radius: 50%;
	padding: 4px;
}

@media (max-width: 991.98px) {
	.webx-new-pos-container { flex-direction: column; }
	.webx-new-pos-left { width: 100%; padding-right: 0; margin-bottom: 80px; }
	.webx-new-pos-right { width: 100%; margin-left: 0; }
	.webx-new-pos-float-card { left: 10px; top: -40px; width: 240px; }
	.webx-new-pos-badge-group { left: 10px; bottom: 20px; }
	.webx-new-pos-img-main {
		height: 540px;
	}
	.webx-new-pos-section {
		padding: 80px 0;
	}
	.webx-new-pos-title{
		font-size:42px;
	}
}

/* ==========================================================================
   2. 平台优势版块 (Platform Advantages)
   ========================================================================== */
.webx-new-adv-section {
	padding: 140px 0 180px 0px;
	background:#043086 url(../img/webx-new-adv-section.jpg) center center no-repeat;
	color: #ffffff;
	font-family: var(--webx-font-main, 'PingFang SC', 'Microsoft YaHei', sans-serif);
}

.webx-new-adv-container {
	margin: 0 auto;
	padding: 0 20px;
}

.webx-new-adv-header {
	text-align: center;
	margin-bottom: 70px;
}

.webx-new-adv-title {
	font-size: 48px;
	font-weight: 600;
	margin-bottom: 24px;
}

.webx-new-adv-desc {
	font-size: 21px;
	color: rgba(255, 255, 255, 0.8);
	line-height: 1.6;
	max-width: 760px;
	margin: 0 auto;
}

.webx-new-adv-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}

.webx-new-adv-card {
	background-color: #ffffff;
	border-radius: 12px;
	padding: 40px 30px 60px 30px;
	color: #111111;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.webx-new-adv-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 16px 30px rgba(0, 0, 0, 0.2);
}

.webx-new-adv-icon {
	height: 120px;
	margin-bottom: 30px;
	object-fit: contain;
}

.webx-new-adv-card-title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 16px;
}

.webx-new-adv-card-desc {
	font-size: 18px;
	width:90%;
	color: #666666;
	line-height: 1.6;
}


@media (max-width: 991.98px) {
	.webx-new-adv-grid { grid-template-columns: repeat(2, 1fr); }
	.webx-new-adv-section{
		background-size:cover;
		padding: 80px 0 140px 0px;
	}
}
@media (max-width: 575.98px) {
	.webx-new-adv-grid { grid-template-columns: 1fr; }
	.webx-new-adv-title {
    font-size: 36px;
}
	.webx-new-adv-desc{
		font-size:18px;
	}
}

/* ==========================================================================
   3. 连接 WebX 版块 (Connect WebX)
   ========================================================================== */
.webx-new-conn-section {
	padding: 140px 0;
	background-color: #ffffff;
	position: relative;
	overflow: hidden;
	font-family: var(--webx-font-main, 'PingFang SC', 'Microsoft YaHei', sans-serif);
}

.webx-new-conn-container {
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 520px;
}

.webx-new-conn-map-bg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 70%;
	opacity: 0.4;
	z-index: 1;
	pointer-events: none;
}

.webx-new-conn-center {
	text-align: center;
	z-index: 3;
	max-width: 560px;
	position: relative;
}

.webx-new-conn-subtitle {
	font-size: 32px;
	color: #111111;
	font-weight: 600;
	margin-bottom: 16px;
	display: block;
}

.webx-new-conn-title {
	font-size: 64px;
	font-weight: 900;
	color: #111111;
	margin-bottom: 24px;
	letter-spacing: 2px;
}

.webx-new-conn-desc {
	font-size: 21px;
	color: #666666;
	line-height: 1.8;
	margin-bottom: 80px;
}

.webx-new-conn-actions {
	display: flex;
	justify-content: center;
	gap: 16px;
}

.webx-new-conn-btn {
	padding: 12px 28px;
	border-radius: 6px;
	font-size: 18px;
	font-weight: 600;
	display: inline-flex;
	max-width: 190px;
    width: 190px;
	align-items: center;
	gap: 16px;
	text-decoration: none;
	transition: all 0.3s ease;
}

.webx-new-conn-btn-black {
	background-color: #000000;
	color: #ffffff;
	border: 1px solid #000000;
}

.webx-new-conn-btn-black:hover {
	background-color: #333333;
}

.webx-new-conn-btn.outline:hover img{
 filter: invert(100%);
}


.webx-new-conn-btn-white {
	background-color: #ffffff;
	color: #111111;
	border: 1px solid #cccccc;
}

.webx-new-conn-btn-white:hover {
	border-color: #111111;
}

/* 拼图网格区域 (Collage) */
.webx-new-conn-collage-left, 
.webx-new-conn-collage-right {
	position: absolute;
	top: 0;
	height: 100%;
	width: 320px;
	z-index: 2;
}

.webx-new-conn-collage-left { left: 0; }
.webx-new-conn-collage-right { right: 0; }

.webx-new-conn-img {
	border-radius: 16px;
	object-fit: cover;
	position: absolute;
	/* box-shadow: 0 10px 30px rgba(0,0,0,0.06); */ /* 设计图无明显投影 */
}

/* 左侧三图定位 */
.webx-new-conn-left-1 {
	width: 290px; height:340px;
	top: 4%; left: 0; z-index: 2;
}
.webx-new-conn-left-2 {
	width: 150px; height: 150px;
	top: 20%; left: 280px; z-index: 3;
}
.webx-new-conn-left-3 {
	width: 150px; height: 150px;
	bottom: 10%; left: 250px; z-index: 4;
}

/* 右侧两图定位 */
.webx-new-conn-right-1 {
	width: 214px; height: 254px;
	top: 2%; right: 0px; z-index: 2;
}
.webx-new-conn-right-2 {
	width: 290px; height: 290px;
	bottom: 10%; right:160px; z-index: 3;
}


/* ==========================================================================
   创新商业模式版块 (Business Model Section)
   ========================================================================== */
.webx-biz-model-section {
    padding: 120px 0 140px 0;
    background-color: #ffffff;
    font-family: var(--webx-font-main, 'PingFang SC', 'Microsoft YaHei', sans-serif);
}

.webx-biz-model-header {
    margin-bottom: 70px;
}

.webx-biz-model-title {
    font-size: 48px;
    font-weight: 600;
    color: #111111;
    margin-bottom: 24px;
    letter-spacing: 0.5px;
}

.webx-biz-model-desc {
    font-size: 21px;
    color: #666666;
    line-height: 1.8;
    max-width: 720px;
    margin: 0 auto;
}

.webx-biz-model-card {
    background-color: #ffffff;
    border: 1px solid #EAEAEA;
    height: 100%;
	border-radius: 16px;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.webx-biz-model-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.04);
}

.webx-biz-model-img-wrap {
    width: 100%;
    overflow: hidden;
}

.webx-biz-model-img-wrap img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    aspect-ratio: 16 / 9;
	    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
}

.webx-biz-model-card-body {
    padding: 50px 40px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.webx-biz-model-card-title {
    font-size: 36px;
    font-weight: 700;
    color: #111111;
    margin-bottom: 16px;
}

.webx-biz-model-card-subtitle {
    font-size: 24px;
    color: #111111;
    margin-bottom: 20px;
    font-weight: 500;
}

.webx-biz-model-list {
    margin: 0;
    padding: 0;
}

.webx-biz-model-list li {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #555555;
    margin-bottom: 8px;
    line-height: 1.5;
}

.webx-biz-model-list li:last-child {
    margin-bottom: 0;
}

.webx-biz-model-list li i {
    color: #003BAF; 
    font-size: 20px;
    margin-right: 12px;
    flex-shrink: 0;
}


@media (max-width: 1920px) {
	.webx-section-title {
		font-size: 36px;
	}
	.webx-about-title,.webx-eco-model-title,
	.webx-biz-model-title,.home-value-path-section .home-value-path-title{
		font-size: 42px;
	}
	
	.webx-biz-model-card-title {
		font-size: 32px;
	}
	
}


@media (max-width: 1680px) {
	.webx-biz-model-section {
		padding: 100px 0 120px 0;
	}
	.webx-biz-model-card-subtitle {
		font-size: 21px;
	}
	.webx-biz-model-list li {
		font-size: 16px;
	}
	.webx-biz-model-list li i {
		font-size: 16px;
	}
	.home-value-path-section .home-value-path-card-title {
		font-size: 24px;
	}
	.webx-eco-model-desc {
		font-size: 18px;
		line-height: 1.8;
	}
	.webx-new-pos-item-desc {
		font-size: 18px;
	}
	.webx-new-pos-item-title {
		font-size: 24px;
	}
	.webx-new-adv-card-title {
		font-size: 21px;
	}
	.webx-new-adv-card-desc {
		font-size: 16px;
		line-height: 1.5;
	}
	.webx-new-conn-title {
		font-size: 48px;
		letter-spacing: 0px;
	}
	.webx-new-conn-desc {
		font-size: 18px;
		width: 500px;
	}
}


@media (max-width: 1480px) {
	.webx-section-title,.webx-about-title,.webx-new-pos-title,
	.webx-biz-model-title,.home-eco-model-section .home-eco-model-title{
		font-size: 42px;
	}
	.webx-biz-model-card-title {
		font-size: 32px;
	}
	.home-eco-model-section .webx-btn-cut {
		padding: 12px 32px;
		font-size: 16px;
	}
	.home-eco-model-section .home-eco-model-desc {
		font-size: 18px;
		line-height: 1.6;
	}
	.webx-new-conn-desc {
		font-size: 18px;
		line-height: 1.6;
		width: 420px;
	}
	
	
}
@media (max-width: 1360px) {
	.home-value-path-section .home-value-path-icon {
		height: 120px;
	}
	.home-value-path-section .home-value-path-card {
		padding: 20px 16px;
	}
	.home-value-path-section .home-value-path-card-title {
		font-size: 24px;
	}
	.home-value-path-section .home-value-path-card-desc {
		font-size: 15px;
	}
	.home-value-path-section .home-value-path-arrow {
		width: 24px;
		height: 48px;
	}
	.home-value-path-section .home-value-path-track {
		margin-bottom: 40px;
	}
	.webx-new-pos-item-title {
		font-size: 21px;
	}
	.webx-new-pos-desc {
		font-size: 18px;
		line-height: 1.5;
	}
	.home-value-path-section .home-value-path-desc,
	.home-value-path-section .home-value-path-footer {
	   font-size: 18px;
	}
	.webx-new-adv-icon {
		height: 100px;
	}
	.webx-new-adv-card {
		padding: 20px 20px 40px 20px;
	}
	.webx-new-adv-card-desc {
		font-size: 16px;
	}
	
}
@media (max-width: 1280px) {
	
	.webx-new-conn-left-1 {
		width: 200px;
		height: auto;
		top: 4%;
		left: 4%;
	}
	.webx-new-conn-left-2 {
		width: 150px;
		height: 150px;
		top: 25%;
		left: 150px;
	}
	.webx-new-conn-left-3 {
		width: 130px;
		height: 130px;
		bottom: 15%;
		left: 100px;
	}
	.webx-new-conn-right-1 {
		width: auto;
		height: 180px;
	}
	.webx-new-conn-right-2 {
		width: 200px;
		height: 200px;
		bottom: 12%;
		right: 60px;
	}

	.webx-new-conn-subtitle {
		font-size: 24px;
	}
	
	.webx-new-conn-title {
		font-size: 45px;
		margin-bottom: 24px;
		letter-spacing: 0px;
	}
	.webx-new-conn-desc {
		font-size: 18px;
		line-height: 1.6;
		max-width: 80%;
		margin: 0 auto;
		margin-bottom: 40px;
	}
}

@media (max-width: 991.98px) {
	.webx-new-conn-collage-left, .webx-new-conn-collage-right { display: none; }
	.webx-new-conn-center { max-width: 100%; padding: 0 20px; }
	.webx-home-hero .webx-hero-bottom{
		display:none!important;
	}
	.home-eco-model-section .home-eco-model-img-main {
		width: 100%;
		height: 420px;
	}
	.webx-about-title {
		font-size: 36px;
	}
	
	.home-eco-model-section,
	.home-value-path-section{
		padding:80px 0px;
	}
	.home-eco-model-section .home-eco-model-title{
		font-size:42px;
	}
	.home-value-path-section .home-value-path-desc{
		font-size:18px;
	}
	.home-value-path-section .home-value-path-title {
		font-size: 32px;
	}
	
	.home-eco-model-section {
		padding-top: 40px;
	}
		
	.home-eco-model-header {
		margin-bottom: 0px;
	}
	.webx-eco-model-title {
		font-size: 32px;
	}

	.webx-eco-model-desc {
		font-size: 18px;
		text-align: left;
	}
	.webx-new-adv-card {
		padding: 20px 20px 30px 20px;
	}
	.webx-new-adv-icon {
		height: 100px;
	}
	.webx-new-conn-section {
		padding: 60px 0;
	}
	.webx-new-conn-title {
		font-size: 56px;
	}
	.webx-new-conn-desc{
		font-size:18px;
	}
	.webx-new-conn-btn {
		width: 150px;
		padding: 12px 12px;
		font-size: 16px;
	}

    .webx-biz-model-section {
        padding: 80px 0;
    }
    .webx-biz-model-title {
        font-size: 32px;
    }
    .webx-biz-model-header {
        margin-bottom: 50px;
    }
    .webx-biz-model-card-body {
        padding: 30px;
    }
	.webx-biz-model-list li{
		font-size:16px;
	}
	.webx-new-conn-map-bg {
		width: 180%;
		opacity: 1;
	}
	.webx-new-conn-container{
		min-height:inherit;
		padding-bottom:40px;
	}
}

@media (max-width: 575.98px) {
    .webx-biz-model-title {
        font-size: 26px;
    }
    .webx-biz-model-desc {
        font-size: 14px;
    }
    .webx-biz-model-card-body {
        padding: 24px 20px;
    }
    .webx-biz-model-card-title {
        font-size: 24px;
    }
}