﻿@charset "utf-8";

/* CSS Document */
body,
html {
	width: 100%;
	height: 100%;
	/* overflow-y: hidden; */
}

.wrapBox {
	width: 100%;
	height: 100%;
	position: fixed;
}

.box {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.page1 {}

.w960 {
	width: 960px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.page2 {
	background: #0078BE;
}

.page2_01 {
	position: absolute;
	top: 170px;
	left: -50px;
	z-index: 10;
	transition: all 1s linear 0s;
}

.page2_02 {
	position: absolute;
	top: 320px;
	right: 60px;
	z-index: 9;
	transition: all 1s linear 0s;
}

.page2_02_btn {
	margin-top: 15px;
	animation: play 1s linear 0s infinite alternate;
	-webkit-animation: play 1s linear 0s infinite alternate;
}

@keyframes play {
	from {
		opacity: 0.3;
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes play {
	from {
		opacity: 0.3;
	}

	to {
		opacity: 1;
	}
}

.box.comeout .page2_01 {
	left: -320px;
	opacity: 0;
}

.box.comeout .page2_02 {
	top: 450px;
	opacity: 0;
}

.page3 {
	background: #259000;
}

.page3_01 {
	position: absolute;
	top: 170px;
	right: -50px;
	z-index: 10;
	transition: all 1s linear 0s;
}

.page3_02 {
	position: absolute;
	top: 320px;
	left: 60px;
	z-index: 9;
	transition: all 1s linear 0s;
}

.page3_02_btn {
	margin-top: 15px;
	animation: play 1s linear 0s infinite alternate;
	-webkit-animation: play 1s linear 0s infinite alternate;
}

@keyframes play {
	from {
		opacity: 0.3;
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes play {
	from {
		opacity: 0.3;
	}

	to {
		opacity: 1;
	}
}


.box.comeout .page3_01 {
	right: -250px;
	opacity: 0;
}

.box.comeout .page3_02 {
	top: 350px;
	opacity: 0;
}

.page_footer {
	/* background: #0e0e0e */
}

.fixedNav {
	height: 60px;
	width: 100%;
	background: url(/user/images/sprite.png) repeat-x;
	position: fixed;
	z-index: 10;
}

.nav {
	width: 22px;
	height: 150px;
	padding-top: 14px;
	background: rgba(255, 255, 255, 0.4);
	position: fixed;
	top: 50%;
	margin-top: -82px;
	right: 20px;
	border: 1px solid rgba(255, 255, 255, 0.6);
	border-radius: 10px;
}

.nav li {
	width: 16px;
	height: 16px;
	background: url(/user/images/sprite.png) no-repeat -40px -130px;
	margin: 5px auto;
	cursor: pointer;
	position: relative;
}

.nav li.current {
	background-position: -40px -110px;
}

.nav li span {
	width: 76px;
	height: 19px;
	position: absolute;
	background: url(/user/images/sprite.png) no-repeat 0 -80px;
	left: -80px;
	top: 0;
	text-align: center;
	line-height: 19px;
	color: #fff;
}

.tit_box {
	position: relative;
	text-align: center;
	padding-top: 50px
}

.page_footer .container {
	position: relative;
	z-index: 2;
}

.page_footer b {
	color: #FFF;
	font-size: 36px;
	padding-bottom: 12px;
	border-bottom: 1px solid #b6b9bf;
	font-weight: bold;
	font-family: "Helvetica Neue",
		"Microsoft YaHei";
}

.page_footer .b_line {
	width: 50px;
	height: 5px;
	background: #b6b9bf;
	position: absolute;
	bottom: -18px;
	left: 50%;
	margin-left: -25px
}

.page_footer p {
	display: block;
	text-align: center;
	margin-top: 35px;
	color: #6f6f6f;
	font-size: 14px;
	font-family: "Helvetica Neue",
		"Microsoft YaHei";
}

.page_footer .bg_box {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 1920px;
	height: 72%;
	z-index: 1;
}

.page_footer .bg_box .pull_left {
	width: 960px;
	height: 100%;
	float: left;
}

.page_footer .bg_box .pull_left img,
.page_footer .bg_box .pull_right img {
	width: 100%;
	height: 100%;
}

.page_footer .bg_box .pull_right {
	width: 960px;
	height: 100%;
	float: left;
}

.page_footer .cen_box {
	position: relative;
	width: 100%;
	margin-top: 120px
}

.page_footer .cen_box ul {
	width: 1148px;
}


.page_footer .cen_box ul li {
	float: left;
	margin-right: 57px;
	display: inline;
	width: 230px;
	height: 140px;
	background: rgba(255, 255, 255, 0.3);
	text-align: center;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	transition: all 0.7s;
	cursor: pointer;
}

.page_footer .cen_box ul li:hover {
	/* background:red */
	transform: scale(1.2);
}

.page_footer .cen_box ul li img {
	width: 50px;
	/* height: 50px; */
}

.page_footer .cen_box ul li div {
	padding-top: 10px;
	color: white;
	line-height: 18px;
	font-family: "Helvetica Neue",
		"Microsoft YaHei";
	font-size: 14px
}

.page_footer .cen_box ul li:hover {
	cursor: pointer;
}

.msg_box .container p {
	font-family: "Helvetica Neue",
		"Microsoft YaHei";
	font-size: 16px;
	text-align: center;
	color: #6f6f6f;
	margin-top: 296px
}

.phone {
	display: inline-block;
	float: left;
	background-image: url(../images/f_dshimg.png);
	width: 53px;
	height: 46px;
	margin-right: 10px;
	background-position: -63px 0;
}

.wechat {
	display: inline-block;
	float: right;
	background-image: url(../images/f_dshimg.png);
	width: 53px;
	height: 46px;
	margin-right: 10px;
	background-position: -126px 0;
}

.foot_dshare {
	position: relative;
	width: 140px;
	height: 46px;
	margin: 0 auto;
}


.page1_01:nth-of-type(even) {
	position: absolute;
	top: 120px;
	left: -120px;
	z-index: 10;
	transition: all 2s linear 0s;
	width: 530px;
	height: 452px;
}

.page1_01 img {
	width: 100%;
	height: 100%;
}

.page_footer .cen_box ul li:hover {
	/* background:red */
	transform: scale(1.2);
}


.banner-link-href {
	display: inline-block;
	border: 1px solid #fff;
	margin-top: 15px;
	width: 260px;
	height: 44px;
	line-height: 42px;
	text-align: center;
	font-size: 16px;
	color: #fff
}

.banner-link-href:hover {
	background: #fff;
	color: #333;
	border: 1px solid #fff
}

.archive-simple {
	padding: 10px 0;
	/* border-bottom: 1px solid #eee */
	border-bottom: 1px solid #e3e3e3
}

.archive-simple h2 {
	display: inline-block;
	overflow: hidden;
	margin: 0;
	width: 60%;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
	font-size: 16px;
	line-height: 28px
}


	.archive-simple h2 a:hover {
		color: #2567fc;
	}

.archive-simple p.post-meta {
	float: right;
	width: 36%
}

.archive-simple span {
	margin-right: 5px
}

.archive-simple p.post-meta span a {
	margin-right: 0
}

.box .w960 .banner-engine {
	width: 600px;
	height: 500px !important;
}




.cl-3 {
	width: 33.33%;
	float: left;
	/* background: black */
}

.h-bottom {
	width: 100%;
	height: 318px;
}

.con-list {
	padding-top: 60px;
}

.con-list h4 {
	margin-top: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #010101
}

.con-list p {
	font-size: 18px;
	color: #17181A;
	width: 300px;
	margin: 20px auto
}

.a-button {
	display: block;
	width: 83px;
	height: 26px;
	border-radius: 13px;
	line-height: 26px;
	text-align: center;
	color: white;
	background: linear-gradient(to right, #26a0e7, #037bc1);
	margin: 0 auto
}

.a-button:hover {
	color: white
}

.product-center {
	width: 100%;
	height: 528px;
	background: #f0f1f3;
	padding-top: 60px;
}

.product-center:hover #certify .swiper-button-prev {
	display: block
}

.product-center:hover #certify .swiper-button-next {
	display: block
}

.title-h2 {
	text-align: center;
	font-weight: bold;
	font-size: 48px;
	color: #000
}

.title-h4 {
	text-align: left;
	font-family: Alibaba PuHuiTi;
	font-weight: 500;
	font-size: 28px;
	color: #263043;
	line-height: 1.4;
}

h1 {
	font-size: 24px;
	font-weight: 600;
	color: #333;
	margin-bottom: 20px;
	line-height: 1.4;
}

.divider {
	height: 1px;
	background-color: #e0e0e0;
	margin: 25px 0;
}

.features-container {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.feature-column {
	flex: 1;
	min-width: 220px;
}

.feature-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 15px;
}

.feature-icon {
	width: 15px;
	height: 15px;
	background-image: url(../images/ls_bz.png);
	margin-right: 10px;
	margin-top: 7px;
	background-size: cover; /* 关键属性 */
	background-position: center; /* 通常配合使用，让图片居中 */
	background-repeat: no-repeat;
}

.feature-text {
	font-size: 16px;
}

.cards-container {
	display: flex;
	gap: 20px;
	justify-content: space-between;
	flex-wrap: wrap;
}

.card {
	width: 32%;
	padding: 25px;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.05);
	transition: all 0.3s ease;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	min-height: 300px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

	.card.selected {
		width: 64%;
		z-index: 10;
	}

	.card:not(.selected) {
		width: 17%;
	}

.card-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
	color: white;
}

.card-description {
	color: rgba(255,255,255,0.9);
	margin-bottom: 20px;
	line-height: 1.5;
	font-size: 14px;
}

.card-footer {
	display: flex;
	align-items: center;
	color: white;
	font-size: 14px;
}

.arrow {
	width: 16px;
	height: 16px;
	border-right: 2px solid white;
	border-bottom: 2px solid white;
	transform: rotate(-45deg);
	margin-left: 10px;
}

.hy-features-list {
	margin-top: 20px;
	padding-left: 0;
	list-style: none;
}

.hy-feature-item {
	display: flex;
	align-items: center;
	margin-bottom: 8px;
	color: #333;
	font-size: 14px;
}

.hy-feature-icon {
	width: 12px;
	height: 12px;
	border: 2px solid #007bff;
	border-radius: 50%;
	margin-right: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}

	.hy-feature-icon::after {
		content: '';
		width: 4px;
		height: 4px;
		background-color: #007bff;
		border-radius: 50%;
	}

/* 餐饮行业卡片样式 */
.card-restaurant {
	background: linear-gradient(135deg, #4a6fa5, #3a5a78);
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMDAiIGhlaWdodD0iMjAwIiB2aWV3Qm94PSIwIDAgMjAwIDIwMCI+PGNpcmNsZSBjeD0iMTAwIiBjeT0iMTAwIiByPSI4MCIgZmlsbD0icmdiYSgyNTUsMjU1LDI1NSwwLjEpIi8+PC9zdmc+');
}

/* 棋牌/台球行业卡片样式 */
.card-games {
	background: linear-gradient(135deg, #4a90e2, #3a7bd5);
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMDAiIGhlaWdodD0iMjAwIiB2aWV3Qm94PSIwIDAgMjAwIDIwMCI+PGNpcmNsZSBjeD0iMTAwIiBjeT0iMTAwIiByPSI4MCIgZmlsbD0icmdiYSgyNTUsMjU1LDI1NSwwLjEpIi8+PC9zdmc+');
}

/* 足浴/洗浴/客房行业卡片样式 */
.card-spa {
	background: linear-gradient(135deg, #8e9eab, #eef2f3);
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMDAiIGhlaWdodD0iMjAwIiB2aWV3Qm94PSIwIDAgMjAwIDIwMCI+PGNpcmNsZSBjeD0iMTAwIiBjeT0iMTAwIiByPSI4MCIgZmlsbD0icmdiYSgyNTUsMjU1LDI1NSwwLjEpIi8+PC9zdmc+');
}

@media (max-width: 1024px) {
	.card {
		width: 32%;
	}

		.card.selected {
			width: 64%;
		}

		.card:not(.selected) {
			width: 17%;
		}
}

@media (max-width: 768px) {
	.cards-container {
		flex-direction: column;
	}

	.card {
		width: 100%;
		min-height: 250px;
	}

		.card.selected {
			width: 100%;
		}

		.card:not(.selected) {
			width: 100%;
		}
}

.b-line {
	margin: 0 auto;
	margin-top: 10px;
	width: 60px;
	height: 6px;
	background: linear-gradient(to right, #26a0e7, #037bc1);
	border-radius: 3px
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	transition: 300ms;
}

.swiper-slide:not(.swiper-slide-active) {
	transform: scale(0.8);
}

/* 
 swiper.js
*/
#certify {
	position: relative;
	width: 1220px;
	margin: 30px auto
}

#certify .swiper-container {
	padding-bottom: 60px;
}

#certify .swiper-slide {
	width: 576px;
	height: 324px;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
	text-align: center;
	display: block;
	padding: 67px 0;
}

#certify .swiper-slide img {
	display: block;
	width: 190px;
	height: 120px;
	margin: 0 auto
}

#certify .swiper-slide h4 {
	font-size: 24px;
	font-weight: bold;
	color: #000;
	margin-top: 20px
}

#certify .swiper-slide p {
	/* line-height: 98px; */
	padding-top: 0;
	text-align: center;
	color: #000;
	font-size: 16px;
	/* margin: 5px; */
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	width: 80%;
	margin:5px auto;
	/* margin-top: 5px */
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

#certify .swiper-button-prev {
	left: -75px;
	width: 45px;
	height: 45px;
	border: 2px solid #0F7AFD;
	border-radius: 50%;
	top: 45%;
	display:none;
}


#certify .swiper-button-next {
	border: 2px solid #0F7AFD;
	border-radius: 50%;
	right: -75px;
	width: 45px;
	height: 45px;
	top: 45%;
	display: none
}

/* 
 swiper.js end
*/

.btn_web_circle {
	width: 131px; /* 设置按钮的宽度 */
	height: 40px; /* 设置按钮的高度 */
	border-radius: 20px; /* 设置为50%以创建圆形 */
	background: linear-gradient(to right, #4685FF, #1F62FB);
	color: white; /* 设置文字颜色 */
	text-align: center; /* 文字居中 */
	line-height: 100px; /* 调整行高以垂直居中文本 */
	cursor: pointer; /* 鼠标悬停时显示指针 */
}

.shop-list {
	width: 100%;
	padding-top: 60px;
	color: #747882;
}

.btn-box {
	margin-top: 30px
}

.btn-box button {
	width: 200px;
	height: 60px;
	border-radius: 30px;
	border: none;
	font-size: 20px;
	margin:0 10px;
}


.btn-color {
	background: linear-gradient(to right, #4685FF, #1F62FB);
	color:white;
}

.tab-content {
	margin-top: 30px;
	overflow: hidden;
}

.shop-list img {
	width: 100%;
	height: 100%;
}

.shop-list .show-mes-box {
	width: 250px;
	height: 250px;
	position: relative;
	margin: 0 auto
}

.shop-list h4 {
	font-size: 24px;
	font-weight: bold;
	color: black;
	margin-top: 10px
}

.shop-list .col-lg-4 {
	margin-bottom: 40px;
}

.shop-list .col-lg-4 .message {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	/* margin-left: -125px; */
	background: rgba(0, 0, 0, 0.7);
	border-radius: 50%;
	transition: all 0.3s;
	opacity: 0;
}

.shop-list .col-lg-4 .message h5 {
	color: white;
	margin-top: 25%;
	font-size: 24px;
	font-weight: bold;
}

.shop-list .col-lg-4 .message p {
	color: white;
	/* margin-top: 50px; */
	width: 70%;
	margin: 10px auto;
	font-size: 16px
}

.shop-list .col-lg-4:hover .message {
	cursor: pointer;
	opacity: 1;
}

.core-functions {
	width: 100%;
	background-color: #ffffff;
	border-radius: 12px;
	overflow: hidden;
	display: flex;
	justify-content: center; /* 水平居中 */
	align-items: center; /* 垂直居中，如果需要的话 */
}


/* 三栏布局容器 */
.columns-container {
	display: flex;
	height: 470px;
	gap: 16px; /* 列之间的间距 */
	padding: 24px;
}

/* 列基础样式 */
.column {
	overflow: hidden;
	border-radius: 12px;
	cursor: pointer;
	/* 平滑过渡：宽度+阴影+缩放 */
	transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s ease, transform 0.3s ease;
}

	/* 列悬停效果 */
	.column:hover {
		box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
		transform: scale(1.01);
	}

/* 列内容排版 */
.column-content {
	height: 100%;
	display: flex;
	flex-direction: column;
	padding: 24px;
}

/* 列内容排版 */
	.column-content span {
		font-size: 25px;
		font-weight: 700;
		text-align: center;
		margin-top: 30px;
	}

/* 非激活状态：隐藏标题 + 文字三行省略（修复版） */
.column h4 {
	font-size: 15px;
	font-weight:normal;
	margin-bottom: 12px;
	display: none; /* 默认隐藏标题 */
	transition: opacity 0.3s ease, transform 0.3s ease; /* 优化过渡效果 */
	opacity: 0;
	transform: translateY(10px);
}

.column p {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 30px;
	font-size: 15px;
	/* 三行省略核心样式（修复关键） */
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis; /* 确保省略号显示 */
	word-break: break-all; /* 长文本强制换行 */
	max-height: calc(14px * 1.6 * 3); /* 精确计算三行高度：字体大小*行高*行数 */
	transition: all 0.3s ease;
}

/* 激活状态：显示标题 + 取消文字省略 */
.column.active h4 {
	display: block; /* 显示标题 */
	opacity: 1;
	transform: translateY(0);
}

.column.active p {
	-webkit-line-clamp: unset; /* 取消三行限制 */
	overflow: visible; /* 正常显示所有文字 */
	max-height: none; /* 取消高度限制 */
	word-break: normal; /* 恢复正常换行 */
}

/* 列初始宽度（优化计算逻辑，无溢出） */
/* 列初始宽度（优化计算逻辑，无溢出） */
.column-1 {
	width: 310px; /* (100% - 总间距32px) * 50% */
	background-image: url('../images/index/cyhy.png');
	background-repeat: no-repeat;
	color: #fff;
}

.column-2 {
	width: 310px; /* (100% - 总间距32px) * 25% */
	background-image: url("../images/index/tqhy.png");
	background-repeat: no-repeat;
	color: #fff;
}

.column-3 {
	width: 540px;
	background-image: url("/user/images/index/xyhy_zk.png");
	background-repeat: no-repeat;
	color: #263043;
}


.in-box {
	width: 374px;
	height: 446px;
	border-radius: 6px;
	background: #FFF;
}

.in-box img {
	width: 100%;
	height: 188px;
}

.business {
	width: 100%;
	padding: 60px 0;
}

.business .left-box {
	width: 476px;
	height: 360px;
	float: left;
}

.business .left-box img {
	width: 100%;
	height: 100%;
}

.business .right-box {
	width: 744px;
	height: 360px;
	float: left;
}

.business .img-box {
	width: 100%;
}

.business .img-box li {
	width: 228px;
	height: 170px;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px
}

.business .img-box img {
	width: 100%;
	height: 100%;
}

.experience {
	width: 100%;
	height: 350px;
	background: url('../images/bg/bg_tyzx.png') no-repeat;
	background-size: 100% 100%;
	padding-top: 116px;
	background-size: cover;
}

.experience h4 {
	font-size: 28px;
	color: white;
	text-align: center;
	font-weight: 500;
}

	.experience a {
		width: 440px;
		height: 74px;
		display: block;
		line-height: 74px;
		text-align: center;
		background: #2567fc;
		color: white;
		border-radius: 74px;
		margin: 120px auto auto auto;
		font-size: 24px
	}

.in-phone,
.in-wchat {
	position: fixed;
	z-index: 1000;
	top: 50%;
	transition: all 0.4s;
	right: -135px;
	transform: translate(0,-50%)
}

.contact .in-phone:hover {
	right: 0px;
	cursor: pointer;
}

.contact .in-wchat:hover {
	right: 0;
	cursor: pointer;
	height: 55px;
}

.contact .in-phone {
	width: 200px;
	height: 55px;
	background: #2567fc;
	border-top-left-radius: 28px;
	border-bottom-left-radius: 28px;
	line-height: 55px
}

.contact .in-wchat {
	width: 200px;
	height: 55px;
	background: #2567fc;
	border-top-left-radius: 28px;
	border-bottom-left-radius: 28px;
	margin-top: 70px;
	line-height: 55px
}

.contact img {
	width: 35px;
	height: 35px;
	margin-left: 20px;
	margin-top: -3px
}

.contact a {
	font-size: 16px;
	color: white;
	margin-left: 10px;
}



@media(max-width:1280px) {

	.center-container,
	#certify {
		width: 100% !important;
	}

	.h-bottom {
		height: initial;
		overflow: hidden;
		padding-bottom: 20px
	}



	#certify .swiper-slide {
		width: 40% !important;
		height: 200px !important;
	}

	.swiper-container {
		width: 100% !important;
	}

	#certify .swiper-slide img {
		width: 40%;
		height: initial;
	}

	#certify .swiper-slide {
		padding: 20px 0;
	}

	#certify .swiper-button-next {
		right: 40px;
	}

	#certify .swiper-button-prev {
		left: 40px;
	}

	.product-center {
		height: 450px;
	}

	.shop-list .col-lg-4 {
		width: 50%;
		float: left;
	}

	.business .left-box {
		width: 50%;
		height: initial;
		float: none;
		margin: 0 auto
	}

	.business .right-box {
		width: 100%;
		height: initial;
	}

	.business .img-box li {
		width: 33.33%;
		height: initial;
		margin-left: 0
	}

	.header-nav-list {
		margin-left: 70px
	}

	.core-list-mes {
		width: 100%;
	}

	.core-list-img {
		display: none;
	}

	#certify .swiper-slide p {
		display: none
	}

	.banner-engine {
		background-size: cover;
	}

	.banner-engine .banner-text {
		top: -500px
	}
}


@media(max-width:800px) {
	.banner-engine .banner-text {
		top: -420px;
		left: 25px;
	}

	.banner-engine {
		padding-top: 0
	}

	#certify .swiper-button-next,
	#certify .swiper-button-prev,
	#certify .swiper-pagination {
		display: none
	}

	.btn-box button {
		width: 130px;
		font-size: 16px;

	}

	.btn-box button:first-child {
		margin-right: 20px
	}

	.shop-list img {
		width: 100%;
		height: 150px;
	}

	.h-bottom .con-list:first-child {
		padding-top: 0;
		padding-bottom: 40px
	}

	.shop-list .col-lg-4 .message {
		display: none
	}

	.shop-list .col-lg-4 .message h5 {
		margin-top: 10px
	}

	.shop-list .show-mes-box {
		height: initial;
		width: 100%;
	}

	.core-list {
		padding: 40px 20px 0 20px;
	}

	.h-bottom .col-lg-4 {
		width: 100%;
		padding: 0;
		float: left;
	}
}

@media(max-width:480px) {
	#certify .swiper-slide img{
		width: 65%;
	}

	#certify .swiper-slide h4{
		font-size: 18px;
		margin-top: 35px
	}

	#certify .swiper-slide p{
		display: inline-block;
		font-size: 14px;
		width: 85%;
		height: 50px;
	}

	.experience{
		height: 255px;
		padding-top: 55px
	}

	.banner-engine{
		padding-top: 50px;
		height: 260px !important;
	}

	.slider-text .banner-text1 {
		font-size: 18px !important;
		font-weight: 600
	}

	.banner-engine .banner-link-button {
		width: 140px;
		height: 36px;
		line-height: 36px
	}

	.banner-engine .banner-text{
		left: 0;
	}
}

#certify .swiper-slide:hover{
	cursor: pointer;
}

/* 标题样式 */
.section-title {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	color: #2c3e50;
	margin-bottom: 40px;
	position: relative;
}

	.section-title::after {
		content: '';
		display: block;
		width: 100%;
		height: 2px;
		background: linear-gradient(to right, transparent, #bdc3c7, transparent);
		margin-top: 15px;
	}

/* 硬件特性卡片容器 - 原 .hardwares */
.hardware {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 30px;
	margin-bottom: 50px;
	margin-top:50px;
}

.hardware-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 120px;
	text-align: center;
	margin-right:60px;
}

.hardware-icon {
	width: 100px;
	height: 119px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}

	.hardware-icon img {
		width: 100px;
		height: 119px;
	}

.hardware-text {
	font-size: 14px;
	color: #34495e;
	font-weight: 500;
}

/* 产品展示区 - 强制单行显示 */
.products {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap; /* 关键：禁止换行 */
	gap: 20px;
	margin-top: 30px;
	overflow-x: auto; /* 超出时可滚动，避免移动端挤压 */
	padding-bottom: 10px;
}

.product-card {
	background: white;
	border-radius: 12px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.05);
	overflow: hidden;
	transition: transform 0.3s ease;
	min-width: 280px;
	flex: 1 1 280px; /* 自适应宽度，但最小280px */
}

	.product-card:hover {
		transform: translateY(-5px);
	}

.product-image {
	width: 281px;
	height: 250px;
	object-fit: cover;
	border-bottom: 1px solid #eee;
}

.product-content {
	padding: 15px;
}

.product-title {
	font-size: 18px;
	font-weight: bold;
	color: #2c3e50;
	margin-bottom: 10px;
}

.product-desc {
	font-size: 13px;
	color: #7f8c8d;
	line-height: 1.5;
}

/* 背景装饰 */
.bg-decor-left {
	position: absolute;
	bottom: -100px;
	left: -150px;
	width: 400px;
	height: 400px;
	background: #eaf2f8;
	border-radius: 50%;
	z-index: -1;
}

.bg-decor-right {
	position: absolute;
	top: -80px;
	right: -100px;
	width: 200px;
	height: 200px;
	background: #eaf2f8;
	border-radius: 50%;
	z-index: -1;
}

/* 响应式调整 */

	.container {
		padding: 10px;
	}

	.section-title {
		font-size: 24px;
	}

	.hardware { /* 原 .hardwares */
		gap: 20px;
	}


.product-image {
	height: 160px;
}


	.solution-card h2 {
		font-size: 22px;
		color: #1e40af;
		margin-bottom: 15px;
		font-weight: bold;
	}

	.solution-card p {
		color: #334155;
		margin-bottom: 20px;
		font-size: 14px;
	}

.solution-card-dashed {
	margin-top:30px;
	border-top: 1px dashed #93c5fd; /* 虚线边框 */
	border-radius: 8px;
	width: 470px;
	margin-left:10px;
	height: 5px;
}

.solution-card-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
	margin-top: 30px;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 15px;
}

.solution-card-item {
	display: flex;
	align-items: center;
}

.solution-card-item img {
	width: 16px;
	height: 16px;
	margin-right:10px;
}
