@charset "utf-8";

/* ========================================
   allInOne.html - 空间智能一体机页面样式
   ======================================== */

.all-in-one-banner {
	background: url(../image/kjzn-banner.png) no-repeat center top;
    background-size: cover;
    padding: 200px 0;
    text-align: left;
    color: white;
    position: relative;
    box-sizing: border-box;
    height: 550px;
  margin-top:30px;
}

.all-in-one-banner::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

}

.all-in-one-banner .content {
	position: relative;
	z-index: 1;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.all-in-one-banner h1 {
	font-size: 50px;
	font-weight: 600;
	line-height: 58px;
	margin-bottom: 20px;
	color:#ffffff
}

.all-in-one-banner p {
	font-size: 50px;
	line-height: 57px;
	font-weight: 600;
	margin: 0;
	color:#ffffff
}

.all-in-one-content {
	margin: 60px auto;
	padding: 0;
}
.all-in-one-banner .content p span {
	color: #386CEB;
}

.all-in-one-content .section {
	margin-bottom: 80px;
}

.all-in-one-content .section h2 {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
	color: #333;
}

.product-intro p {
	font-size: 16px;
	line-height: 1.8;
	color: #666;
	max-width: 800px;
	margin: 0 auto 40px;
	text-align: justify;
}

.product-video-container {
	max-width: 900px;
	margin: 0 auto;
	position: relative;
	background: black;
	border-radius: 8px;
	overflow: hidden;
}

.product-video-container .video-player {
	width: 100%;
	height: 506px;
	display: block;
}

.all-in-one-content .play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100px;
	height: 100px;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s;
}

.all-in-one-content .play-button:hover {
	background: white;
	transform: translate(-50%, -50%) scale(1.1);
}

.all-in-one-content .play-button::after {
	content: '';
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 30px solid #206799;
	margin-left: 5px;
}

.software-specs {
	background: #f5f8fa;
	padding: 60px 0;
	margin: 60px 0;
}

.software-specs .section {
	margin-bottom: 0;
}

.specs-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px;
	max-width: 1000px;
	margin: 0 auto;
}

.specs-item {
	text-align: center;
}

.specs-item img {
	width: 80px;
	height: 80px;
	margin-bottom: 20px;
}

.specs-item h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #000000;
}

.specs-item p {
	font-size: 14px;
	color: #000000;
	margin: 0;
}

.hardware-specs {
	max-width: 1000px;
	margin: 0 auto;
}

.hardware-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
}

.hardware-item {
	text-align: center;
}

.hardware-item img {
	width: 100%;
	max-width: 400px;
	margin: 0 auto 30px;
}

/* ========================================
   digitalTwin.html - 数字孪生知识库页面样式
   ======================================== */

.knowledge-banner {
	background: transparent;
	padding: 60px 0;
	color: #333;
}

.knowledge-banner h1 {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}

.knowledge-content {
	display: flex;
	margin: 100px auto;
	gap: 40px;
	padding: 0;
}

.knowledge-sidebar {
	width: 250px;
	background: transparent;
	padding: 0;
	position: sticky;
	top: 135px;
	height: fit-content;
	z-index: 10;
}

.knowledge-sidebar h2 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 16px;
	color: #525252;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.knowledge-sidebar ul {
	list-style: none;
	padding: 0;
	position: relative;
}

.knowledge-sidebar ul::before {
	display: none;
}

.knowledge-sidebar li {
	margin: 0;
	position: relative;
}

.knowledge-sidebar a {
	color: #525252;
	text-decoration: none;
	transition: all 0.2s ease;
	display: block;
	padding: 8px 0;
	font-size: 14px;
	line-height: 1.5;
	position: relative;
  border-left: 3px solid #999999;
    padding-left: 10px;
}

/* 移除左侧圆点 */
.knowledge-sidebar a::before {
	display: none;
}

.knowledge-sidebar a:hover {
	color: #2563eb;
}

.knowledge-sidebar a:hover::before {
	background: #2563eb;
	width: 8px;
	height: 8px;
	left: -3px;
}

.knowledge-sidebar a.active {
	color: #2563eb;
	font-weight: 500;
  border-left: 3px solid #2563eb;
}

.knowledge-sidebar a.active::before {
	background: #2563eb;
	width: 8px;
	height: 8px;
	left: -3px;
	box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.knowledge-main {
	flex: 1;
}

.knowledge-main h2 {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 30px;
	color: #333;
}

.knowledge-section {
	padding-top: 0;
}

.knowledge-section h3 {
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #333;
	margin-top: 0;
}

.knowledge-section h4 {
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0 10px 0;
	color: #333;
}

.knowledge-section p {
	margin-bottom: 15px;
	line-height: 1.6;
	color: #000000;
}

.author-info {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	border-radius: 8px;
}

.author-avatar {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin-right: 15px;
	object-fit: cover;
}

.author-details h4 {
	margin: 0 0 5px 0;
	font-size: 16px;
	font-weight: bold;
	color: #386CEB;
}

.author-details p {
	margin: 0;
	font-size: 14px;
	color: #000000;
}

.knowledge-section ol {
	margin-left: 20px;
	margin-bottom: 15px;
}

.knowledge-section ul {
	margin-left: 20px;
	margin-bottom: 15px;
}

.knowledge-section li {
	margin-bottom: 10px;
	line-height: 1.6;
	color: #666;
}

.knowledge-image {
	margin: 40px 0;
	text-align: center;
}

.knowledge-image img {
	max-width: 100%;
	border-radius: 8px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.knowledge-cases {
	margin-top: 40px;
}

.knowledge-cases h3 {
	font-size: 20px;
	font-weight: bold;
	color: #333;
}

.cases-list {
	display: flex;
	gap: 20px;
}

.knowledge-cases .case-item {
	width: 300px;
	text-align: center;
}

.knowledge-cases .case-item img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	border-radius: 8px;
	margin-bottom: 10px;
}

.knowledge-cases a:hover {
	background-color: #386CEB;
	color: white;
}

.knowledge-cases .case-item p {
	color: #666;
	font-size: 14px;
}

/* ========================================
   model.html - 峥嵘大模型页面样式
   ======================================== */

.model-banner {
	background: url('../../../uploads/20260422/5f01f240e6acf58735c1990964cf17e6.jpg') no-repeat center top;
	background-size: cover;
	padding: 200px 0;
	text-align: left;
	color: #000000;
	position: relative;
	height: 550px;
	box-sizing: border-box;
  	margin-top:30px;
}

.model-banner::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.model-banner .content {
	position: relative;
	z-index: 1;
	max-width: 1200px;
	margin: 0 auto;
}

.model-banner h1 {

	margin-bottom: 20px;
	color: #000000;
	font-size: 50px;
    line-height: 58px;
    font-weight: 600;
 text-shadow: 0px 0px 0 #000, 3px -1px 0 #fff, -1px 1px 0 #fff, 2px 2px 0 #fff;
}

.model-banner p {

	font-size: 50px;
    line-height: 58px;
    font-weight: 600;
 text-shadow: 0px 0px 0 #000, 3px -1px 0 #fff, -1px 1px 0 #fff, 2px 2px 0 #fff;
}
.model-banner p span {
	color: #386CEB;
}
.model-content {
	margin: 0 auto;
}

.model-overview {
	margin: 40px 0;
}

.model-overview h2 {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
	color: #000000;
}

.model-overview p {
	font-size: 16px;
	line-height: 1.8;
	color: #666;
	text-align: left;
	max-width: 800px;
	margin: 0 auto;
}

.model-cases {
	background: #EFF3F9;
	padding: 30px 0 60px 0;
}

.model-cases h2 {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
	color: #000000;
}

.cases-container {
	width: 900px;
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin: 0 auto;
}

.cases-row {
	display: grid;
	gap: 30px;
}

.cases-row.two-items {
	grid-template-columns: repeat(2, 1fr);
}

.cases-row.one-item {
	grid-template-columns: 1fr;
}

.model-cases .model-case-item {
	background: white;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s;
	position: relative;
}

.model-cases .model-case-item:hover {
	transform: translateY(-5px);
}

.model-cases .model-case-item img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.cases-row.one-item .model-case-item img {
	height: 300px;
}

.model-cases .model-case-item p {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px;
	font-size: 14px;
	line-height: 1.5;
	color: white;
	margin: 0;
	background: linear-gradient(0deg, #206799 0.04%, rgba(32, 103, 153, 0) 100%);
	text-align: center;
}

/* ========================================
   video.html - 视频列表页面样式
   ======================================== */

.video-section {
	width: 100%;
	padding: 60px 0;
	background-image: url(../image/video-bg.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top;
}

.video-list-container {
	max-width: 1400px;
	margin: 0 auto;
}

.video-header {
	text-align: center;
	margin-bottom: 60px;
}

.video-header h1 {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #333;
}

.video-grid {
	display: grid;
	grid-template-columns: repeat(3, 420px);
	gap: 70px;
	justify-content: center;
}

.video-item {
	width: 420px;
	height: 280px;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s, box-shadow 0.3s;
}

.video-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.video-thumbnail {
	position: relative;
	width: 420px;
	height: 200px;
	overflow: hidden;
}

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

.video-info {
	width: 420px;
	height: 80px;
	padding: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #E7E0EC;
	box-sizing: border-box;
}

.video-left {
	flex: 1;
}

.video-tag {
	display: inline-block;
	padding: 4px 12px;
	background: radial-gradient(100% 100% at 50% 0%, rgba(11, 102, 193, 0.4) 19.09%, #0C72D9 100%);
	background-blend-mode: overlay;
	border-radius: 12px;
	font-size: 12px;
	color: #ffffff;
	margin-bottom: 8px;
}

.video-title {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.video-section .play-button {
	width: 40px;
	height: 40px;
	cursor: pointer;
}

.video-section .play-button img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.video-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}

.video-popup.active {
	display: flex;
}

.video-popup-content {
	position: relative;
	width: 80%;
	max-width: 1000px;
	background: #000;
	border-radius: 8px;
	overflow: hidden;
}

.video-popup-content video {
	width: 100%;
	height: auto;
	display: block;
}

.video-close-btn {
	position: absolute;
	top: -40px;
	right: 0;
	width: 30px;
	height: 30px;
	background: #fff;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	color: #000;
	transition: all 0.3s;
}

.video-close-btn:hover {
	background: #f0f0f0;
	transform: rotate(90deg);
}

/* ========================================
   响应式样式
   ======================================== */

@media (max-width: 768px) {
	.w1400{
		width: 100%;
	}
	.all-in-one-banner {
		padding: 100px 0;
	}
	

.all-in-one-banner {

    padding: 90px 0;
    text-align: left;
    color: white;
    position: relative;
    box-sizing: border-box;
    height: 300px;
}
	.all-in-one-banner h1 {
		font-size: 36px;
		line-height: 36px;
	}
	
	.all-in-one-banner p {
		font-size: 16px;
		line-height: 1.8;
	}
	.all-in-one-content {
    margin: 60px auto;
    padding: 0;
	margin-top: 0;
}

	.all-in-one-content .section {
		padding: 40px 20px;
		margin-bottom: 0px;
	}
	.software-specs{
		padding: 0;
		margin: 0;
	}
	.all-in-one-content .section h2 {
		font-size: 24px;
	}
	
	.specs-grid {
		grid-template-columns: 1fr 1fr;
		gap: 20px;
	}
	
	.hardware-grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	
	.product-video-container {
		width: 100%;
		height: 200px;
	}
	.model-banner {
   
    padding: 90px 0;
    text-align: left;
    color: #000000;
    position: relative;
    height: 300px;
    box-sizing: border-box;
}
	.model-banner {
		padding: 80px 0;
	}
	.model-banner .content {
    position: relative;
    z-index: 1;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}
	.model-banner h1 {
		font-size: 36px;
		line-height: 36px;
		font-weight: 600;
	}
	
	.model-banner p {
		font-size: 50px;
		line-height: 58px;
		font-weight: 600px;
	}
	
	.model-banner p {
		font-size: 16px;
		line-height: 1.8;
	}
	
	.model-overview {
		margin: 30px 20px;
	}
	
	.model-overview h2 {
		font-size: 24px;
	}
	
	.cases-container {
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}
	
	.cases-row.two-items {
		grid-template-columns: 1fr;
	}
	
	.cases-row.one-item .model-case-item img {
		height: 200px;
	}
	
	.knowledge-content {
		flex-direction: column;
		padding: 0;
		box-sizing: border-box;

	}
	.knowledge-section h3 {
		font-size: 26px;
		font-weight: bold;
		margin-bottom: 15px;
		color: #333;
		margin-top: 0;
	}
	.knowledge-main {
		padding: 0 20px;
	}
	.knowledge-content .article-content img{
		width: 100%;
	}
	.knowledge-cases .case-item {
    width: 100%;
    text-align: center;
}
	.w1200 {
		max-width: 100%;
	}
	
	.knowledge-sidebar {
		width: 100%;
		position: static;
		top: auto;
		left: auto;
		right: auto;
		/* background: #f8f8f8; */
		padding: 16px 20px;
		/* border-radius: 8px; */
		margin-bottom: 30px;
		z-index: 10;
		box-shadow: none;
		box-sizing: border-box;
	}
	
	.knowledge-sidebar.fixed {
		position: fixed;
		top: 60px;
		left: 0;
		right: 0;
		border-radius: 0;
		margin-bottom: 0;
		background: #f8f8f8;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	}
	
	.knowledge-main {
		padding: 0 20px;
	}
	
	.knowledge-sidebar.fixed + .knowledge-main {
		padding-top: 120px;
	}
	
	.knowledge-sidebar h2 {
		font-size: 14px;
		margin-bottom: 12px;
		white-space: nowrap;
	}
	
	.knowledge-sidebar ul {
		display: flex;
		gap: 8px;
		overflow-x: auto;
		padding-bottom: 8px;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
	}
	
	.knowledge-sidebar ul::-webkit-scrollbar {
		display: none;
	}
	
	.knowledge-sidebar ul::before {
		display: none;
	}
	
	.knowledge-sidebar li {
		flex: 0 0 auto;
	}
	
	.knowledge-sidebar a {
		padding: 8px 16px;
		border: 1px solid #e0e0e0;
		border-radius: 20px;
		font-size: 13px;
		background: #fff;
		text-align: center;
		white-space: nowrap;
	}
	
	.knowledge-sidebar a::before {
		display: none;
	}
	
	.knowledge-sidebar a:hover {
		border-color: #2563eb;
		background: #eff6ff;
	}
	
	.knowledge-sidebar a.active {
		background: #2563eb;
		color: #fff;
		border-color: #2563eb;
	}
	
	.cases-list {
		flex-direction: column;
	}
}

@media (max-width: 480px) {
	.specs-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 1400px) {
	.video-grid {
		grid-template-columns: repeat(2, 420px);
	}
}

@media (max-width: 900px) {
	.video-section {
		padding: 40px 20px;
	}
	
	.video-list-container {
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}
	
	.video-header {
		margin-bottom: 40px;
	}
	
	.video-header h1 {
		font-size: 24px;
	}
	
	.video-grid {
		grid-template-columns: 1fr;
		gap: 30px;
		justify-content: center;
	}
	
	.video-item {
		width: 100%;
		max-width: 420px;
		height: auto;
		margin: 0 auto;
	}
	
	.video-thumbnail {
		width: 100%;
		height: 200px;
	}
	
	.video-info {
		width: 100%;
		height: auto;
		padding: 15px;
		box-sizing: border-box;
	}
	
	.video-tag {
		font-size: 11px;
		padding: 3px 10px;
	}
	
	.video-title {
		font-size: 13px;
	}
	
	.video-section .play-button {
		width: 35px;
		height: 35px;
	}
}

@media (max-width: 768px) {
	.video-section {
		padding: 30px 0;
	}
	
	.video-header h1 {
		font-size: 20px;
	}
	
	.video-item {
		max-width: 100%;
	}
	
	.video-thumbnail {
		height: 180px;
	}
	
	.video-info {
		padding: 12px;
	}
	
	.video-popup-content {
		width: 95%;
	}
	
	.video-close-btn {
		top: -35px;
		width: 28px;
		height: 28px;
	}
}

.advertisement-section {
	width: 100%;
	padding: 20px 0;
	background: #f8f9fa;
}

.advertisement-section .w1400 {
	display: flex;
	align-items: center;
	gap: 0;
}

.advertisement-image {
	width: 200px;
	height: 100px;
	flex-shrink: 0;
}

.advertisement-image img {
	width: 200px;
	height: 100px;
	object-fit: cover;
}

.advertisement-content {
	width: 1200px;
	height: 60px;
	padding: 20px 30px;
	background: linear-gradient(89.99deg, #86C7FF 0.01%, #FFFFFF 99.99%);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.advertisement-content h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 8px;
	color: #000000;
}

.advertisement-content p {
	font-size: 12px;
	line-height: 1.4;
	margin-bottom: 10px;
	color: #000000;
	font-weight: bold;
}

.advertisement-content a {
	color: #007bff;
	text-decoration: none;
}

@media (max-width: 768px) {
	.advertisement-section {
		padding: 15px 0;
	}
	
	.advertisement-section .w1400 {
		flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
	}
	
	.advertisement-image {
		width: 100%;
		height: auto;
		margin-bottom: 0;
	}
	
	.advertisement-image img {
		width: 100%;
		height: auto;
		max-width: 100%;
		display: block;
		margin: 0 auto;
	}
	
	.advertisement-content {
		width: 100%;
		height: auto;
		padding: 15px;
		box-sizing: border-box;
	}
	
	.advertisement-content h2 {
		font-size: 16px;
	}
	
	.advertisement-content p {
		font-size: 11px;
	}
}

/* Hero Banner 样式 */
.hero-banner {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    z-index: 10;
}

.hero-content h1 {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 20px;
}

.hero-content h2 {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 30px;
}

.hero-content p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 40px;
    max-width: 800px;
}

.hero-btns {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.hero-btns .btn-primary {
    display: inline-block;
    padding: 15px 40px;
    background: #386CEB;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s;
}

.hero-btns .btn-primary:hover {
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
	    border: 1px solid #28DEF5;
}

.hero-btns .btn-secondary {
    display: inline-block;
    padding: 15px 40px;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s;
}

.hero-btns .btn-secondary:hover {
    background: rgba(255, 255, 255, 0.3);
}

/* 空间模型架构区域 */
/* 产品矩阵区域 */
.product-matrix {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.product-matrix .product-bg-left {
    position: absolute;
    left: -100px;
    top: 50%;
    transform: translateY(-50%);
    width: 500px;
    height: 500px;
    z-index: 0;
}

.product-matrix .product-bg-left img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 0 0 250px 0;
	margin-left: -30px;
}

.product-matrix .product-container {
    width: 1000px;
    margin: 0 auto;
}

.product-matrix h1 {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
	color: #ffffff;
}

.product-matrix .ntit {
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 40px;
}

.product-matrix ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1.2fr;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.product-matrix li {
  width: 320px;
  height: 320px;
  /* background: rgba(255, 255, 255, 0.15); */
  background-image: url('../image/2026/fkbg.png');	
  background-position: center;
  background-repeat: no-repeat;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 20px;
  transition: all 0.5s;
  /* border: 1px solid rgba(255, 255, 255, 0.3); */
  /* box-shadow: 
    0 8px 32px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    inset 0 -1px 0 rgba(255, 255, 255, 0.1),
    inset 0 0 20px 10px rgba(255, 255, 255, 1); */
  position: relative;
  overflow: hidden;
}

/* .product-matrix li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.8),
    transparent
  );
}

.product-matrix li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.8),
    transparent,
    rgba(255, 255, 255, 0.3)
  );
} */

/* .product-matrix li {
   	width: 320px;
	height: 320px;
	background: rgba(255, 255, 255, 0.15);
	box-shadow: 1px 3px 6px 1px rgba(0,0,0,0.16);
	border-radius: 20px 20px 20px 20px;
	border: 1px solid rgba(255,255,255,0.3);
  
} */

.product-matrix li:hover {
    transform: translateY(-5px);
	transition: all 0.5s;
    box-shadow: 0 10px 30px rgba(56, 108, 235, 0.15);
}

.product-matrix li .product-icon {
    width: 116px;
    height: 116px;
    margin: 20px auto;
}

.product-matrix li .product-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-matrix li .product-icon.double {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
}

.product-matrix li .product-icon.double img {
    width: 116px;
    height: 116px;
}

.product-matrix li h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
	margin-left: 24px;
    color: #ffffff;
}
.product-matrix li .eng-space {
	height: 32px;
}
.product-matrix li .lt-space {
	height: 32px;
}
.product-matrix li .eng-name {
	font-size: 20px;
    color: #ffffff;
    margin-left: 24px;
    /* margin-bottom: 8px; */
    font-weight: 600;
}

.product-matrix li p {
    font-size: 16px;
    color: #ffffff;
	margin-left: 24px;
    line-height: 32px;
}

.product-matrix li .btn-product {
    display: inline-block;
    margin-left: 24px;
    margin-top: 15px;
    padding: 8px 20px;
    background: #ffffff;
    color: #000000;
    border-radius: 5px;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s;
    border: 1px solid #28DEF5;
}

.product-matrix li .btn-product:hover {
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.5);
}

/* 卡片3 - 背景图样式 */
.product-matrix li.card-3 {
	width: 320px;
	height: 660px;
    grid-column: 3;
    grid-row: 1 / span 2;
    position: relative;
    overflow: hidden;
}

.product-matrix li.card-3 .card-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.product-matrix li.card-3 .card-content {
    position: absolute;
    bottom: 12px;
    left: 0;
    width: 100%;
    padding: 0 24px;
    z-index: 2;
}

.product-matrix li.card-3 .card-content h3 {
    margin-left: 0;
}

.product-matrix li.card-3 .card-content .eng-name,
.product-matrix li.card-3 .card-content p {
    margin-left: 0;
}

.product-matrix li.card-3 .card-content .btn-product {
    margin-left: 0;
}

/* Hero Banner 视频背景 */
.indexHead {
    padding-bottom: 0 !important;
    height: auto !important;
}

.hero-banner {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    margin-top: 0;
    padding-top: 0;
    z-index: 1;
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    z-index: 10;
}

.hero-content h1 {
    font-size: 90px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 10px;
}

.hero-content h2 {
    font-size: 90px;
    font-weight: 600;
    background: linear-gradient(90deg, #2CF0FF 0%, #034EA1 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 20px;
}

.hero-content p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 30px;
}

.hero-btns {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.hero-btns .btn-primary {
    background: #ffffff;
    color: #000000;
    padding: 12px 30px;
    border-radius: 8px;
    font-size: 16px;
    text-decoration: none;
    border: 1px solid #28DEF5;
    transition: all 0.3s;
}

.hero-btns .btn-secondary {
    background: rgba(255, 255, 255, 0.2);
	background: linear-gradient(90deg, #008FE9 100%, #034EA1 100%);
    color: #fff;
    padding: 12px 30px;
    border-radius: 8px;
    font-size: 16px;
    text-decoration: none;
    border: none;
    transition: all 0.3s;
}

/* 空间模型架构区域 */
.architecture-section {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.architecture-section .arch-bg-right {
    position: absolute;
    right: -100px;
    top: 50%;
    transform: translateY(-50%);
    width: 500px;
    height: 500px;
    z-index: 0;
}

.architecture-section .arch-bg-right img {
       width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 0 0 0 150px;
}

.architecture-section .arch-container {
    display: flex;
    width: 1000px;
    margin: 0 auto;
    gap: 70px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.architecture-section .arch-text {
    width: 455px;
}

.architecture-section .arch-text h1 {
    font-size: 60px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.4;
}

.architecture-section .arch-text .ntit {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 15px;
    text-align: left;
    line-height: 26px;
	letter-spacing: 0.6px;
	
}

.architecture-section .arch-img {
    width: 475px;
    overflow: hidden;
}

.architecture-section .arch-img img {
    width: 100%;
    height: auto;
}



/* 行业智能体区域 */
.industry-agent {
    padding: 80px 0;
    /* background: #f5f7fa; */
    position: relative;
    overflow: hidden;
}

.industry-agent .agent-bg-right {
    position: absolute;
    right: -100px;
    top: 50%;
    transform: translateY(-50%);
    width: 600px;
    height: 600px;
    z-index: 0;
}

.industry-agent .agent-bg-right img {
    width: 100%;
    height: 100%;
    object-fit: contain;
	border-radius: 150px 0 0 0;
}

.industry-agent .w1400 {
    position: relative;
    z-index: 1;
}

.industry-agent h1 {
    font-size: 36px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 15px;
    text-align: center;
}

.industry-agent .ntit {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 40px;
    text-align: center;
}

.industry-agent .agent-tabs {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 0;
    margin: 0 0 40px;
    list-style: none;
}

.industry-agent .agent-tabs li {
    width: 120px;
    padding: 10px 0;
    background: linear-gradient(90deg, #1C232C 5%, #233F65 40%);
    border-radius: 30px;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    transition: all 0.3s;
    text-align: center;
    border: 0.5px solid rgba(255, 255, 255, 0.3);
}
.indexOneNr>ul.flCenAc>li{
    width: 120px;
    padding: 10px 0;
    background: linear-gradient(90deg, #1C232C 5%, #233F65 40%);
    border-radius: 30px;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    transition: all 0.3s;
    text-align: center;
    border: 0.5px solid rgba(255, 255, 255, 0.3);
}
.industry-agent .agent-tabs li.active {
    background: #fff;
    color: #333;
    border: 0.5px solid rgba(255, 255, 255, 0.3);
}
.indexOneNr>ul.flCenAc>li.active {
    background: #fff;
    color: #333;
    border: 0.5px solid rgba(255, 255, 255, 0.3);
}
.industry-agent .agent-carousel {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: none;
}

.industry-agent .agent-carousel.active {
    display: block;
}

.industry-agent .carousel-container {
	position: relative;
    width: 100%;
    height: 460px;
    overflow: hidden;
    border: 1px solid #28DEF5;
    border-radius: 20px;
}

.industry-agent .carousel-track {
    display: flex;
    height: 100%;
}

.industry-agent .carousel-slide {
    position: relative;
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    display: none;
}

.industry-agent .carousel-slide.active {
    display: flex;
}

.industry-agent .carousel-slide img {
    width: 880px;
    height: 100%;
    object-fit: cover;
    margin-left: auto;
}

.industry-agent .slide-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 40%;
    height: 100%;
    background: linear-gradient(to right, #000 0px, #000 200px, rgba(0, 0, 0, 0) 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 40px;
    z-index: 2;
}

.industry-agent .slide-mask h2 {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
}

.industry-agent .slide-mask p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.8;
    margin-bottom: 30px;
}

.industry-agent .slide-mask .btn-primary {
    display: inline-block;
    background: #fff;
    color: #000000;
    padding: 10px 25px;
    border-radius: 8px;
    font-size: 14px;
    text-decoration: none;
    align-self: flex-start;
	border: 1px solid #28DEF5;
}

.industry-agent .carousel-dots {
    position: absolute;
    left: 40px;
    bottom: 50px;
    display: flex;
    gap: 15px;
    z-index: 10;
}

.industry-agent .carousel-dots .dot {
    width: 80px;
    height: 4px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.3s;
}

.industry-agent .carousel-dots .dot.active {
    background:  #0967AF;
}

.industry-agent .carousel-prev,
.industry-agent .carousel-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 13px;
    height: 26px;
    /* background: rgba(255, 255, 255, 0.8); */
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.industry-agent .carousel-prev {
    left: -60px;
}

.industry-agent .carousel-next {
    right: -60px;
}

.industry-agent .carousel-prev img,
.industry-agent .carousel-next img {
    width: 20px;
    height: 20px;
}

.agent-pc {
    display: block;
}

.agent-mobile {
    display: none;
}

.industry-agent .agent-carousel-mobile {
    display: none;
}

.industry-agent .agent-carousel-mobile.active {
    display: block;
}

/* 奖项荣誉轮播图样式 */
.about-intro-section6 .about-iban {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.about-intro-section6 .slide {
    display: inline-block;
    margin-right: 20px;
    position: relative;
}

.about-intro-section6 .slide img {
    width: 930px;
    height: 520px;
    object-fit: cover;
    border-radius: 8px;
}

.about-intro-section6 .slide a {
    display: block;
    position: relative;
}

.about-intro-section6 .slide .honor-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    width: 100%;
    box-sizing: border-box;
}
.footer-contact-pc{
    display: flex !important;
}
.footer-contact-mobile{
    display: none !important;
}
/* 奖项荣誉移动端适配 */
@media (max-width: 768px) {
    .about-intro-section6 {
        height: auto;
        padding: 20px 0;
    }
    
    .about-intro-section6 .w1200 {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    
    .about-intro-section6 h1 {
        font-size: 24px;
        text-align: center;
        margin-bottom: 20px;
    }
    
    .about-iban {
        width: 100%;
    }
    
    #honor-banner {
        width: 100%;
    }
    
    .about-intro-section6 .slide {
        margin-right: 10px;
    }
    
    .about-intro-section6 .slide img {
        width: 100%;
        height: auto;
        max-width: 100%;
    }
    
    .about-intro-section6 .slide .honor-title {
        font-size: 16px;
        padding: 10px 15px;
    }
}

.new-footer {
    background: url(../image/2026/footer_bg.png) no-repeat center top;
    background-size: cover;
    padding: 200px 0 20px;
}

.new-footer .footer-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
}

.new-footer .footer-left {
    width: 230px;
}

.new-footer .footer-logo img {
    width: 97px;
    height: auto;
    margin-bottom: 20px;
}

.new-footer .footer-contact {
    display: flex;
    align-items: center;
    gap: 10px;
}

.new-footer .footer-contact img {
    width: 24px;
    height: 24px;
}

.new-footer .footer-contact p {
    color: #fff !important;
    font-size: 22px;
    font-weight: bold;
    margin: 0;
}

.new-footer .footer-icons {
    display: flex;
    gap: 14px;
    margin-top: 20px;
}

.new-footer .footer-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    transition: all 0.3s;
}


.new-footer .footer-icons img {
    width: 20px;
    height: 20px;
}

.new-footer .footer-middle-left,
.new-footer .footer-middle-right {
    width: 200px;
    margin: 0 auto;
    text-align: center;
}

.new-footer .footer-middle-left h4,
.new-footer .footer-middle-right h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 20px;
}

.new-footer .footer-middle-left ul,
.new-footer .footer-middle-right ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.new-footer .footer-middle-left li,
.new-footer .footer-middle-right li {
    margin-bottom: 12px;
}

.new-footer .footer-middle-left a,
.new-footer .footer-middle-right a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    text-decoration: none;
    transition: color 0.3s;
}

.new-footer .footer-middle-left a:hover,
.new-footer .footer-middle-right a:hover {
    color: #fff;
}

.new-footer .footer-right {
    display: flex;
    gap: 40px;
	margin-top: 30px;
    margin: 0 auto;
}

.new-footer .qr-code {
    /* display: flex; */
    text-align: center;
    align-items: center;
    gap: 15px;
}

.new-footer .qr-code img {
    width: 78px;
    height: 78px;
}

.new-footer .qr-code .qr-text {
    text-align: left;
}

.new-footer .qr-code .qr-text p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    margin: 0;
    line-height: 24px;
    text-align: center;
}

.new-footer .footer-bottom {
	width: 1400px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    margin: 0 auto;
    margin-top: 40px;
    padding-top: 20px;
}

.new-footer .footer-bottom .w1200 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.new-footer .footer-bottom p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    margin: 0;
}

.new-footer .footer-links {
    display: flex;
    gap: 20px;
}

.new-footer .footer-links a,
.new-footer .footer-links span {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    text-decoration: none;
}

@media (max-width: 1024px) {
    .architecture-section .arch-container {
        width: 90%;
        flex-direction: column;
        gap: 30px;
    }
    
    .architecture-section .arch-text {
        width: 100%;
    }
    
    .architecture-section .arch-img {
        width: 100%;
    }
    
    .product-matrix .product-container {
        width: 90%;
    }
    
    .product-matrix ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        gap: 20px;
        padding: 0;
        margin: 0;
        list-style: none;
    }
    
    .product-matrix li {
        width: 100%;
        height: auto;
        min-height: 280px;
    }
    
    .product-matrix .card-3 {
        grid-column: auto;
        grid-row: auto;
        height: auto;
        min-height: 280px;
    }
    
    .industry-agent .w1000 {
        width: 90%;
    }
    
    .industry-agent .agent-tabs li {
        width: 100px;
    }
    
    .industry-agent .carousel-container {
        height: 380px;
    }
    
    .industry-agent .carousel-track img {
        width: 70%;
    }
}

@media (max-width: 767px) {
    .hero-banner {
        height: 100vh;
    }
    .hero-content {
        box-sizing: border-box;
        width: 100%;
        padding: 0 20px;
    }
    .hero-content h1 {
        font-size: 40px;
    }
    
    .hero-content h2 {
        font-size: 40px;
    }
    
    .hero-content p {
        font-size: 14px;
        margin-bottom: 0;
    }
    
    .hero-btns {
        width: 140px;
        flex-direction: column;
        gap: 10px;
        margin: 0 auto;
      	margin-top:50px;
    }
    
    .hero-btns .btn-primary,
    .hero-btns .btn-secondary {
		box-sizing: border-box;
        padding: 10px 20px;
        font-size: 14px;
    }
    
    .architecture-section {
        padding: 40px 0;
    }
    
    .architecture-section .arch-container {
		box-sizing: border-box;
        width: 100%;
        padding: 0 20px;
        flex-direction: column;
        gap: 20px;
    }
    
    .architecture-section .arch-text {
      	box-sizing: border-box;
        width: 100%;
        text-align: center;
      padding: 0 15px;
    }
    
    .architecture-section .arch-text h1 {
        font-size: 40px;
        line-height: 1.4;
        text-align: center;
    }
    
    .architecture-section .arch-text .ntit {
        font-size: 13px;
        line-height: 1.6;
        text-align: left;
    }
    
    .architecture-section .arch-img {
        width: 100%;
      	max-width: 414px
    }
    
    .architecture-section .arch-img img {
        width: 100%;
        height: auto;
    }
    
    .product-matrix {
        padding: 40px 0;
    }
    
    .product-matrix h1 {
        font-size: 24px;
    }
    
    .product-matrix .ntit {
        font-size: 14px;
    }
    
    .product-matrix .product-container {
		box-sizing: border-box !important;
        width: 100% !important;
        padding: 0 20px !important;
        margin: 0 auto !important;
        max-width: 414px;
    }
    
    .product-matrix ul {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        grid-template-rows: auto !important;
        gap: 15px !important;
        padding: 0 !important;
        margin: 0 !important;
        list-style: none !important;
    }
    
    .product-matrix li {
        width: 100% !important;
        height: auto !important;
        min-height: 175px !important;
        background-image: url('../image/2026/fkbg.png') !important;	
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        border-radius: 12px !important;
        position: relative !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
    }
    
    .product-matrix .card-3 {
        grid-column: span 2 !important;
        grid-row: auto !important;
        height: auto !important;
        background-size: cover !important;
    }
    .product-matrix li .product-icon {
		width: 60px;
		height: 60px;
		margin: 20px auto;
	}
  .product-matrix li:first-child .product-icon {
    width: 60px;
    height: 60px;
    margin: 8px auto;
}
    .product-matrix .product-icon img {
			width: 60px;
			height: 60px;
    }
    
    .product-matrix .product-icon.double img {
       width: 60px !important;
			height: 60px !important;
    }
    
    .product-matrix h3 {
		margin-left: 0 !important;
		text-align: center !important;
        font-size: 14px !important;
    }
    .product-matrix li:last-child h3 {
		margin-left: 0 !important;
		text-align: left !important;
        font-size: 14px !important;
    }
    .product-matrix .eng-name {
		margin-left: 0 !important;
		text-align: center !important;
        font-size: 12px !important;
		line-height: 12px;
		margin-bottom: 10px;

    }
     .product-matrix li:last-child .eng-name {
		margin-left: 0 !important;
		text-align: left !important;
        font-size: 12px !important;
		line-height: 12px;
		margin-bottom: 10px;

    }
    .product-matrix li p:last-of-type {
		box-sizing: border-box;
		margin-left: 0 !important;
		text-align: center !important;
		padding: 0 20px;
        font-size: 13px !important;
        line-height: 1.5 !important;
    }
    .product-matrix li:last-child p:last-of-type {
       text-align: left !important;
       padding: 0;
    }
	.product-matrix li.card-3 .card-bg {
		background-image: url('../image/2026/ico_6_web.png') !important;
	}
    .product-matrix li .btn-product {
        display: none !important;
    }
	.product-matrix li .eng-space {
    height: 0 !important;
}
.product-matrix li .lt-space {
    height: 0 !important;
}
    .industry-agent {
        padding: 40px 20px;
    }
    
    .industry-agent h1 {
        font-size: 24px;
    }
    
    .industry-agent .ntit {
        font-size: 14px;
    }
    
    .industry-agent .w1000 {
        width: 100%;
        padding: 0 20px;
    }
    
    .industry-agent .agent-tabs {
        flex-wrap: nowrap;
        gap: 15px;
        justify-content: flex-start;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        padding-bottom: 5px;
    }
    
    .industry-agent .agent-tabs::-webkit-scrollbar {
        display: none;
    }
    
    .industry-agent .agent-tabs li {
        width: auto;
        min-width: 80px;
        flex-shrink: 0;
        font-size: 13px;
        padding: 8px 15px;
    }
    .indexOneNr>ul.flCenAc {
        width: 100% !important;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    
    .indexOneNr>ul.flCenAc::-webkit-scrollbar {
        display: none;
    }
    .indexOneNr>ul.flCenAc>li {
           width: auto !important;
            min-width: 70px;
            flex-shrink: 0;
            font-size: 13px;
            padding: 8px 15px;
            margin-left: 0 !important;
            margin-bottom: 0 !important;
            float: none !important;
      box-shadow: none;
    }
    .agent-pc {
        display: none !important;
    }
    
    .industry-agent .agent-carousel-mobile {
        opacity: 0;
        transition: opacity 1.3s ease;
    }
    
    .industry-agent .agent-carousel-mobile.active {
        opacity: 1;
    }
    
     .agent-mobile {
        display: block !important;
        padding: 0;
        box-sizing: border-box;
        overflow: hidden;
    }
    
    .industry-agent .agent-carousel-mobile {
        display: none;
    }
    
    .industry-agent .agent-carousel-mobile.active {
        display: block;
    }
    
    .industry-agent .solve-box {
        position: relative;
        /* width: 100% !important; */
        left: 0 !important;
        overflow: hidden;
    }
    
    .industry-agent .agent_case_slider {
        width: 100%;
        margin: 0;
        padding: 0;
        list-style: none;
        display: block !important;
    }
    
    .industry-agent .agent_case_slider li {
        width: 100%;
        height: auto;
        /* margin: 0 !important; */
        padding: 0;
        box-sizing: border-box;
        display: block;
    }
    
    .industry-agent .case-box {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding-bottom: 0;
        background-image: url(../image/2026/webbg.png);
        background-size: cover;
        background-position: center top;
        background-repeat: no-repeat;
        border-radius: 28px;
        overflow: hidden;
        box-sizing: border-box;
    }
    
    .industry-agent .slick-list {
        overflow: hidden;
        padding: 0;
        margin: 0;
        width: 100%;
        box-sizing: border-box;
    }
    
    .industry-agent .slick-track {
        display: flex;
        align-items: flex-start;
    }
    
    .industry-agent .slick-slide {
        flex-shrink: 0;
        margin-right: 20px !important;
    }
    
    .industry-agent .case-box .h-case-img {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    
    .industry-agent .case-box .h-case-img img {
        width: 96%;
        height: auto;
        display: block;
        border-radius: 15px 15px 0 0;
        margin: 2% 2% 0 2%;
    }
    
    .industry-agent .case-box .h-case-cont {
        padding: 15px;
    }
    
    .industry-agent .case-box .h-case-cont .h-case-cont-tit p {
        font-size: 16px;
        font-weight: 600;
        line-height: 22px;
        text-align: left;
        margin: 0 0 10px 0;
        color: #fff;
    }
    
    .industry-agent .case-box .h-case-cont .h-case-cont-des p {
        font-size: 12px;
        color: #fff;
        line-height: 1.6;
        margin: 0 0 10px 0;
    }
    
    .industry-agent .case-box .h-case-cont img {
        display: none;
    }
    
    .industry-agent .case-box .h-case-cont .act-btn {
        display: none;
    }
    
    .indexOne.indexCust h1 {
        font-size: 24px;
    }
    
    .indexOne.indexCust p {
        font-size: 14px;
        padding: 0 20px;
    }
    .indexCust .cust-cont {
        margin-top: 60px !important;
        overflow: hidden;
    }
    .new-footer {
        padding: 30px 0 0 0;
        background: url(../../../uploads/20260701/1f8793592cb52b0214c6abc22260ce9b.png) no-repeat center bottom;
    background-size: contain;
    }
   
    .new-footer .footer-container {
        box-sizing: border-box;
        width: 100%;
        flex-direction: column;
        gap: 30px;
    }
    .new-footer .qr-code .qr-text {
        text-align: center;
    }
    .new-footer .footer-right {
        margin-bottom: 30px;
      width: 100%;
    }
  .new-footer .footer-right img{
      width: 100%;
    }
    .new-footer .qr-code .qr-text p {
        line-height: 20px;
    }
    .new-footer .footer-left {
        width: 100%;
        text-align: center;
    }
    .footer-contact-pc{
        display: none !important;
    }
    .footer-contact-mobile{
        display: flex !important;
    }
    .foot-line{
        width: 120px;
        height: 2px;
        background: linear-gradient( 90deg, #03AEBA 0%, #461C8D 100%);
        border-radius: 0px 0px 0px 0px;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .new-footer .footer-contact {
        justify-content: center;
    }
    
    .new-footer .footer-contact p {
        font-size: 36px;
      color:#fff;
    }
    .new-footer .footer-icons img {
        width: 29px;
        height: 29px;
    }
    .new-footer .footer-icons a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 20px;
        border-radius: 50%;
        transition: all 0.3s;
    }
    .new-footer .footer-icons {
        justify-content: center;
    }
    
    .footer-links-left,
    .footer-links-right {
        width: 100%;
        text-align: center;
    }
    
    .footer-links-left h3,
    .footer-links-right h3 {
        font-size: 16px;
        margin-bottom: 15px;
    }
    
    .footer-links-left ul,
    .footer-links-right ul {
        gap: 10px;
        justify-content: center;
    }
    
    .footer-qr {
        width: 100%;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    
    .footer-qr .qr-code {
        width: 100%;
        justify-content: center;
    }
    
    .new-footer .footer-bottom {
        padding: 15px 20px;
        width: 100%;
        box-sizing: border-box;
    }
    
    .new-footer .footer-bottom .w1200 {
        flex-direction: column;
        gap: 10px;
    }
    
    .new-footer .footer-bottom p {
        font-size: 10px;
        text-align: center;
    }
}
