/* @font-face {
  font-family: 'AlibabaPuHuiTi';
  src: url('../fonts/AlibabaPuHuiTi-3-45-Light.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
} */

@font-face {
	font-family: "DOUYU";
	src: url("../fonts/DOUYUFont-Regular.ttf") format("truetype");
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "ysbth";
	src: url("../fonts/ysbth.ttf");
}

body {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.6;
	background: #fff;
	color: #15181c;
	overflow-x: hidden;
	font-family: "AlibabaPuHuiTi";
}

input[type="text"] {
	-webkit-appearance: none;
}

textarea {
	-webkit-appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
figure {
	font-weight: 400;
}

::-webkit-selection {
	color: #fff;
}

::-moz-selection {
	color: #fff;
}

::selection {
	color: #fff;
	background: #2962ff;
}

.text-lowercase {
	text-transform: lowercase;
}

.text-uppercase,
.initialism {
	text-transform: uppercase;
}

.text-capitalize {
	text-transform: capitalize;
}

a {
	color: #6e6e6e;
	text-decoration: none;
}

a:focus,
a:hover {
	transition: none;
}

a.text-gray:hover {
	color: #6e6e6e;
}

p {
	margin: 0;
}

dl,
dd,
ul,
li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#KFLOGO,
#iconDivMain1,
#mobile_icon_div {
	display: none !important;
}

.fixed {
	z-index: 9999;
}

.bg-gray {
	background: #f7f7f7;
}

.bg-sub {
	background: #6e6e6e;
}

/* 客服模块 */
.kfside {
	position: fixed;
	right: 30px;
	top: 35%;
	z-index: 9999;
}

.kfside ul {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 4px 10px rgb(0 0 0 / 8%);
	-webkit-box-shadow: 0 4px 10px rgb(0 0 0 / 8%);
	-ms-box-shadow: 0 4px 10px rgb(0 0 0/8%);
	-moz-box-shadow: 0 4px 10px rgb(0 0 0/8%);
	-o-box-shadow: 0 4px 8px rgb(0 0 0/8%);
}

.kfside li {
	display: block;
	text-align: center;
	margin: 0 8px;
	border-bottom: 1px #ddd solid;
	padding: 8px 0;
	cursor: pointer;
	position: relative;
}

.kfside li:last-child {
	border-bottom: 0;
}

.kfside li .kfbtn span {
	font-size: 12px;
	opacity: 0.8;
}

.kfside li .kfbtn i {
	display: block;
	width: 100%;
	height: 24px;
	background-size: 24px !important;
	margin-bottom: 4px;
}

.kfside li .kfbtn {
	width: 56px;
	height: 56px;
	border-radius: 4px;
	display: flex;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 0.15s;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.kfside li:hover .kfbtn {
	background: #2538ff;
	color: #fff;
}

.kfside.flex li .kfbtn span {
	color: #fff;
}

.kfside.flex ul {
	background: #2538ff;
}

.kfside.flex li:hover .kfbtn {
	background: #fff;
	color: #2538ff;
}

.kfside.flex li:hover .kfbtn span {
	color: #2538ff;
}

.kfside li i.ico1 {
	background: url(../images/fixed-service.png) no-repeat center;
}

.kfside li:hover i.ico1 {
	background: url(../images/fixed-service-white.png) no-repeat center;
}

.kfside.flex li i.ico1 {
	background: url(../images/fixed-service-white.png) no-repeat center;
}

.kfside.flex li:hover i.ico1 {
	background: url(../images/fixed-service-purple.png) no-repeat center;
}

.kfside li i.ico2 {
	background: url(../images/weixin.png) no-repeat center;
}

.kfside li:hover i.ico2 {
	background: url(../images/weixin-white.png) no-repeat center;
}

.kfside.flex li i.ico2 {
	background: url(../images/weixin-white.png) no-repeat center;
}

.kfside.flex li:hover i.ico2 {
	background: url(../images/weixin-purple.png) no-repeat center;
}

.kfside li i.ico3 {
	background: url(../images/fixed-phone.png) no-repeat center;
}

.kfside li:hover i.ico3 {
	background: url(../images/fixed-phone-white.png) no-repeat center;
}

.kfside.flex li i.ico3 {
	background: url(../images/fixed-phone-white.png) no-repeat center;
}

.kfside.flex li:hover i.ico3 {
	background: url(../images/fixed-phone-purple.png) no-repeat center;
}

.kfside #tophead {
	background: #fff;
	padding: 8px;
	border-radius: 8px;
	margin-top: 10px;
	cursor: pointer;
	box-shadow: 0 4px 10px rgb(0 0 0 / 8%);
	-webkit-box-shadow: 0 4px 10px rgb(0 0 0 / 8%);
	-ms-box-shadow: 0 4px 10px rgb(0 0 0/8%);
	-moz-box-shadow: 0 4px 10px rgb(0 0 0/8%);
	-o-box-shadow: 0 4px 8px rgb(0 0 0/8%);
}

.kfside #tophead i {
	background: url(../images/top.png) no-repeat center;
	width: 56px;
	height: 56px;
	display: block;
	background-size: 24px !important;
	border-radius: 8px;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 0.15s;
}

.kfside #tophead:hover i {
	background: url(../images/top-white.png) no-repeat center #2538ff;
}

.kfside.flex #tophead i {
	background: url(../images/top-white.png) no-repeat center;
}

.kfside.flex #tophead:hover i {
	background: url(../images/top-purple.png) no-repeat center #fff;
}

.kfside.flex #tophead {
	background: #2538ff;
}

.kfabs {
	display: none;
	position: absolute;
	width: 240px;
}

.kfabs > div {
	width: 220px;
	text-align: left;
	box-shadow: 0 4px 10px rgb(0 0 0 / 8%);
	-webkit-box-shadow: 0 4px 10px rgb(0 0 0 / 8%);
	-ms-box-shadow: 0 4px 10px rgb(0 0 0/8%);
	-moz-box-shadow: 0 4px 10px rgb(0 0 0/8%);
	-o-box-shadow: 0 4px 8px rgb(0 0 0/8%);
	padding: 6px;
	background: #fff;
	border-radius: 8px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	position: relative;
	align-items: center;
	margin-left: -12px;
}

.kfabs > div a {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}

.kfabs > div:before {
	width: 0px;
	height: 0px;
	content: "";
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 12px solid #fff;
	position: absolute;
	top: 50%;
	right: -8px;
	margin-top: -12px;
}

.kfside li:hover .kfabs {
	display: block;
}

.kfabs.btn1 i {
	display: block;
	background: url(../images/service.gif) no-repeat center;
	width: 54px;
	height: 54px;
	background-size: 54px;
	flex: 0 0 54px;
	margin-right: 10px;
}

.kfabs.btn1 span {
	flex: 1;
	text-align: left;
	font-size: 14px;
	letter-spacing: 0.04em;
	color: #1a2233;
}

.kfabs.btn1 {
	left: -240px;
	top: -2px;
}

.kfabs.btn1 span em {
	opacity: 0.6;
	display: block;
	font-size: 12px;
}

.kfabs.btn2 span em {
	display: block;
	font-size: 12px;
	/*color:#595959;*/
}

.kfabs.btn2 span em i {
	color: #ff8624;
	font-style: normal;
}

.kfabs.btn2 {
	left: -206px;
	top: -75px;
	width: 206px;
}

.kfabs.btn2 img {
	width: 158px;
}

.kfabs.btn2 > div {
	flex-direction: column;
	width: 184px;
	text-align: center;
}

.kfabs.btn2 > div span {
	letter-spacing: 0.04em;
	font-weight: 500;
}

.kfabs.btn3 i {
	background: url(../images/nav-tel.png) no-repeat 50%;
	width: 24px;
	height: 24px;
	flex: 0 0 24px;
	margin-right: 10px;
	background-size: contain;
}

.kfabs.btn3 span {
	background: linear-gradient(270deg, #8f00ff 0%, #2538ff 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	font-size: 12px;
}

.kfabs.btn3 {
	left: -230px;
	top: 10px;
}

/* Banner模块样式 */
.banner-section {
	position: relative;
	width: 100%;
	min-height: 600px;
	overflow: hidden;
}

.banner-bg {
	position: relative;
	width: 100%;
	min-height: 600px;
	background: url(../images/banner-home-bg.png) no-repeat center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}

.banner-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 2;
	position: relative;
	max-width: 1200px;
	margin: 0 auto;

	min-height: 600px;
}

.cta-btn {
	flex: 1;
}

.banner-right {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.tech-illustration {
	max-width: 100%;
	height: auto;
	margin-left: 60px;
	margin-top: -40px;
}

.banner-left {
	margin-bottom: 32px;
}

.banner-title {
	margin-bottom: 30px;
	line-height: 1.2;
}

.banner-title h1 {
	font-family: "AlibabaPuHuiTi";
	font-weight: 600;
	font-size: 48px;
	color: #1a2233;
	margin: 0;
	line-height: 1.3;
}

.highlight-red {
	background: linear-gradient(270deg, #8f00ff 0%, #2538ff 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	font-weight: 700;
	font-size: 48px;
}

.highlight-sub-red {
	background: linear-gradient(270deg, #8f00ff 0%, #2538ff 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.highlight-down {
	background: linear-gradient(270deg, #8f00ff 0%, #2538ff 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	font-weight: 600;
}

.highlight-up {
	color: #28a745;
	font-weight: 600;
}

.highlight-blue {
	font-family: "DOUYU";
	font-weight: 400;
	font-size: 28px;

	background: linear-gradient(270deg, #8f00ff 0%, #2538ff 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	font-variation-settings: "opsz" auto;
}

.highlight-bred {
	background: linear-gradient(270deg, #8f00ff 0%, #2538ff 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;

	font-family: "DOUYU";
	font-weight: 400;
	font-size: 28px;
}

.banner-subtitle {
	margin-bottom: 40px;
}

.banner-subtitle p {
	font-size: 24px;
	color: #1a2233;
	margin: 0;
	line-height: 1.4;
}

.banner-cta {
	margin-bottom: 50px;
}

.cta-btn {
	display: inline-block;
	font-family: "AlibabaPuHuiTi";
	width: 314px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background: linear-gradient(270deg, #8f00ff 0%, #2538ff 100%);
	color: #fff;

	border-radius: 8px;
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
	transition: all 0.3s ease;
}

.cta-btn:hover {
	background: #2538ff;
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(139, 126, 252, 0.3);
}

.ai-products {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.ai-product-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
}

.ai-product-item img {
	width: 70px;
	height: 70px;
	border-radius: 8px;
	object-fit: cover;
}

.ai-product-item span {
	font-size: 12px;
	text-align: center;
}

.zlbox {
	width: 100%;
	height: 94px;
	color: #1a2233;
	background: #fff;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.zlbox ul {
	display: flex;
	padding: 12px 0;
	justify-content: space-between;
}

.zlbox .col {
	color: #2538ff;
}

.zlbox ul li i {
	display: block;
	width: 100%;
	height: 48px;
	text-align: center;
}

.zlbox ul li i img {
	width: 50px;
	-webkit-transition: all 334ms ease-in-out;
	transition: all 334ms ease-in-out;
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom;
	cursor: pointer;
	vertical-align: middle;
	border: 0;
}

.zlbox ul li i:hover img {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

/* 服务能力模块样式 */
.service-capabilities {
	padding: 60px 0;
	background: #fff;
}

.service-capabilities .container {
	max-width: 1200px;
	margin: 0 auto;
}

.service-title {
	text-align: center;
	margin-bottom: 40px;
	position: relative;
}

.service-title h2 {
	font-size: 40px;
	font-weight: bold;
	color: #15181c;
	margin-bottom: 15px;
	position: relative;
}

.service-title h2::before {
	content: "";
	position: absolute;
	bottom: -11px;
	left: 50%;
	transform: translateX(-50%);
	width: 120px;
	height: 1px;
	background: #ddd;
}

.service-title h2::after {
	content: "";
	position: absolute;
	bottom: -11px;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 3px;
	background: linear-gradient(270deg, #8f00ff 0%, #2538ff 100%);
}

.service-title p {
	max-width: 600px;
	font-size: 16px;
	color: #15181c;
	line-height: 1.6;
	text-align: center;
	margin: 0 auto;
	padding-top: 14px;
}

.service-title p .highlight {
	background: linear-gradient(270deg, #8f00ff 0%, #2538ff 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	font-weight: 500;
}

.service-cards {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
}

.service-card {
	flex: 0 0 calc(25% - 22.5px);
	background: #f7f9fb;
	border-radius: 12px;
	padding: 30px 25px;
	box-shadow: 0 4px 16px rgba(79, 70, 229, 0.08);
	border: 1px solid rgba(79, 70, 229, 0.1);
	position: relative;
	-webkit-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
	-ms-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
	display: flex;
	flex-direction: column;
	height: 280px;
	overflow: hidden;
	box-sizing: border-box;
	will-change: transform;
}

.service-card:hover {
	transform: translateY(-10px) !important;
	box-shadow: 0 12px 32px rgba(79, 70, 229, 0.22) !important;
	border: 1px solid #4f46e5 !important;
}

.service-card:hover .service-card-btn.secondary {
	background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%) !important;
	color: #fff !important;
	border-color: #4f46e5 !important;
}

.service-card-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}

.service-card-title {
	font-size: 20px;
	font-weight: bold;
	color: #15181c;
	position: relative;
}

.service-card-title::after {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 30px;
	height: 2px;
	background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
}

.service-card-icon {
	width: 32px;
	height: 32px;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.service-card-desc {
	font-size: 14px;
	color: #1a2233;
	line-height: 1.6;
	margin-bottom: 25px;
	flex: 1;
}

.service-card-btn {
	display: block;
	width: 132px;
	height: 40px;
	line-height: 40px;
	border-radius: 25px;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	transition: all 0.3s ease;
	border: 1px solid transparent;
	text-align: center;
	margin: 0 auto;
	margin-top: auto;
}

.service-card-btn.primary {
	background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
	color: #fff;
}

.service-card-btn.secondary {
	background: #fff;
	color: #4f46e5;
	border-color: #4f46e5;
}

.service-card-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(79, 70, 229, 0.3);
}

/* 软件人才外包模块样式 */
.software-outsourcing {
	padding: 60px 0;
	background: #f7f9fb;
}

.software-outsourcing .container {
	max-width: 1200px;
	margin: 0 auto;
}

.position-cards {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 20px;
	margin-bottom: 40px;
}

.position-card {
	background: #fff;
	border-radius: 12px;
	padding: 25px 15px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	border: 1px solid rgba(79, 70, 229, 0.1);
	text-align: center;
	-webkit-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
	-ms-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
	cursor: pointer;
	will-change: transform;
}

.position-card:hover {
	transform: translateY(-10px) !important;
	box-shadow: 0 12px 32px rgba(79, 70, 229, 0.22) !important;
	border: 1px solid #4f46e5 !important;
}

.position-icon {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 15px;
}

.position-icon img {
	width: 72px;
	height: 72px;
}

.position-title {
	font-size: 14px;
	font-weight: 500;
	color: #15181c;
	line-height: 1.4;
}

.more-positions-btn {
	text-align: center;
}

.more-btn {
	display: inline-flex;
	align-items: center;
	padding: 12px 24px;
	background: #fff;
	border: 1px solid #4f46e5;
	border-radius: 25px;
	color: #4f46e5;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	transition: all 0.3s ease;
}

.more-btn:hover {
	background: #4f46e5;
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(79, 70, 229, 0.3);
}

.more-icon {
	margin-left: 8px;
}

.arrow-right {
	width: 16px;
	height: 16px;
	margin-left: 8px;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z"/></svg>')
		no-repeat center;
	background-size: contain;
}
@media (max-width: 1360px) {
	.banner-content {
		max-width: 1200px;
	}
}
/* 响应式设计 */
@media (max-width: 1024px) {
	.banner-section {
		min-height: 500px;
	}

	.banner-bg {
		min-height: 500px;
	}

	.banner-content {
		flex-direction: column;
		text-align: center;
		padding: 40px 20px;
	}

	.banner-left {
		padding-right: 0;
		margin-bottom: 40px;
	}

	.banner-title h1 {
		font-size: 36px;
	}

	.banner-subtitle p {
		font-size: 20px;
	}

	.ai-products {
		justify-content: center;
	}

	/* 荣誉证书模块响应式 */
	.w1200 {
		width: 100%;
	}

	.zlbox {
		height: auto;
		padding: 20px 0;
	}

	.zlbox ul {
		flex-wrap: wrap;
	}

	.zlbox ul li {
		flex: 0 0 calc(25% - 12px);
		text-align: center;
		flex-direction: column;
		align-items: center;
	}

	.zlbox ul li i {
		height: 40px;
	}

	.zlbox ul li i img {
		max-height: 40px;
		width: auto;
	}

	.zlbox ul li span {
		font-size: 12px;
		display: block;
		margin-top: 8px;
	}

	/* 服务能力模块响应式 */
	.service-capabilities {
		padding: 60px 0;
	}

	.service-title h2 {
		font-size: 32px;
	}

	.service-cards {
		gap: 20px;
	}

	.service-card {
		flex: 0 0 calc(25% - 15px);
		padding: 40px 20px 52px 20px;
		height: 260px;
		border-radius: 16px;
	}

	.service-card-title {
		font-size: 18px;
	}

	.service-card-desc {
		font-size: 13px;
		min-height: 70px;
	}

	/* 软件人才外包模块响应式 - 桌面端 */
	.software-outsourcing {
		padding: 60px 0;
	}

	.position-cards {
		grid-template-columns: repeat(7, 1fr);
		gap: 15px;
	}

	.position-card {
		padding: 20px 10px;
	}

	.position-icon {
		width: 50px;
		height: 50px;
	}

	.position-icon img {
		width: 28px;
		height: 28px;
	}

	.position-title {
		font-size: 13px;
	}
}

@media (max-width: 768px) {
	body {
		overflow-x: hidden;
	}

	.kfside {
		display: none;
	}

	.banner-section {
		min-height: 400px;
	}

	.banner-bg {
		min-height: 400px;
	}

	.banner-content {
		flex-direction: column;
		text-align: left;
		padding: 15px;
	}

	.banner-left {
		padding-right: 0;
		margin-bottom: 30px;
		padding: 20px;
	}
	.banner-title {
		margin-bottom: 16px;
		line-height: 1.2;
	}
	.banner-title h1 {
		font-size: 28px;
	}

	.banner-subtitle {
		margin-bottom: 16px;
	}

	.banner-cta {
		margin-bottom: 36px;
	}
	.highlight-red {
		font-size: 28px;
		display: inline-block;
		margin-top: 10px;
	}
	.banner-subtitle p {
		font-size: 18px;
	}

	.cta-btn {
		font-size: 16px;
	}
	.service-title {
		margin-bottom: 20px !important;
	}

	.ai-products {
		justify-content: start;
		gap: 15px;
	}

	.ai-product-item img {
		width: 40px;
		height: 40px;
	}

	.ai-product-item span {
		font-size: 10px;
	}

	/* 荣誉证书模块响应式 - 平板 */
	.w1200 {
		width: 100%;
		padding: 0 15px;
	}

	.zlbox {
		height: 134px;
		padding: 15px 0;
	}

	.zlbox ul {
		flex-wrap: wrap;
		padding: 0px;
		justify-content: center;
		/* 居中排列更美观 */
	}

	.zlbox ul li {
		flex: 0 0 23%;
		/* 一行放 2 个（根据需求调整宽度） */
		margin-bottom: 10px;
		text-align: center;
		flex-direction: column;
		align-items: center;
	}

	.zlbox ul li i {
		height: 35px;
	}

	.zlbox ul li i img {
		max-height: 35px;
		width: auto;
	}

	.zlbox ul li span {
		font-size: 11px;
		display: block;
		margin-top: 6px;
	}

	/* 服务能力模块响应式 - 平板 */

	.service-capabilities {
		padding: 50px 0;
	}

	.service-title h2 {
		font-size: 28px;
	}

	.service-title p {
		font-size: 12px;
		width: 82%;
		padding-top: 12px !important;
	}

	.service-cards {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}

	.service-card {
		flex: none;
		padding: 30px 20px;
		height: auto;
		min-height: 220px;
		border-radius: 16px;
		display: flex;
		flex-direction: column;
	}

	.service-card-title {
		font-size: 18px;
	}

	.service-card-desc {
		font-size: 13px;
		min-height: auto;
		flex: 1;
		margin-bottom: 20px;
	}

	.service-card-btn {
		margin-top: auto;
		align-self: center;
	}

	/* 软件人才外包模块响应式 - 平板 */
	.software-outsourcing {
		padding: 50px 0;
	}

	.position-cards {
		grid-template-columns: repeat(4, 1fr);
		gap: 15px;
	}

	.position-card {
		padding: 20px 15px;
	}

	.position-icon {
		width: 55px;
		height: 55px;
	}

	.position-icon img {
		width: 30px;
		height: 30px;
	}

	.position-title {
		font-size: 14px;
	}
}

@media (max-width: 480px) {
	body {
		overflow-x: hidden;
	}

	.banner-section {
		min-height: 350px;
	}

	.banner-bg {
		min-height: 350px;
	}

	.banner-content {
		flex-direction: column;
		text-align: left;
		padding: 20px 10px;
	}

	.banner-left {
		padding-right: 0;
		margin-bottom: 20px;
		padding: 20px;
	}

	.banner-title h1 {
		font-size: 28px;
		text-align: left;
	}

	.banner-subtitle {
		margin-bottom: 16px;
	}

	.banner-cta {
		margin-bottom: 36px;
	}

	.highlight-red {
		font-size: 28px;
		display: inline-block;
		margin-top: 10px;
	}

	.banner-subtitle p {
		font-size: 16px;
		text-align: left;
	}

	.cta-btn {
		width: 260px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}

	.ai-products {
		justify-content: start;
		gap: 10px;
	}

	.ai-product-item img {
		width: 45px;
		height: 45px;
	}

	.ai-product-item span {
		font-size: 9px;
	}

	/* 荣誉证书模块响应式 - 手机 */
	.w1200 {
		width: 100%;
		padding: 0 10px;
	}

	.zlbox {
		height: 134px;
		padding: 10px 0;
	}

	.zlbox ul {
		flex-wrap: wrap;
	}

	.zlbox ul li {
		text-align: center;
		align-items: center;
	}

	.zlbox ul li i {
		height: 28px;
	}

	.zlbox ul li i img {
		max-height: 28px;
		width: auto;
	}

	.zlbox ul li span {
		font-size: 9px;
		display: block;
		margin-top: 4px;
	}

	/* 服务能力模块响应式 - 手机 */

	.service-capabilities {
		padding: 40px 0;
	}

	.service-title h2 {
		font-size: 24px;
	}

	.service-title p {
		font-size: 12px;
		width: 82%;
		padding-top: 12px !important;
	}

	.service-cards {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
	}

	.service-card {
		flex: none;
		padding: 25px 15px;
		height: auto;
		min-height: 200px;
		border-radius: 16px;
		display: flex;
		flex-direction: column;
	}

	.service-card-title {
		font-size: 16px;
	}

	.service-card-desc {
		font-size: 12px;
		min-height: auto;
		flex: 1;
		margin-bottom: 15px;
	}

	.service-card-btn {
		margin-top: auto;
		align-self: center;

		font-size: 12px;
		width: 100px;
	}

	/* 软件人才外包模块响应式 - 手机 */
	.software-outsourcing {
		padding: 40px 0;
	}

	.position-cards {
		grid-template-columns: repeat(3, 1fr);
		gap: 10px;
	}

	.position-card {
		padding: 15px 10px;
	}

	.position-icon {
		width: 45px;
		height: 45px;
		margin-bottom: 10px;
	}

	.position-icon img {
		width: 24px;
		height: 24px;
	}

	.position-title {
		font-size: 12px;
	}

	.more-btn {
		padding: 10px 20px;
		font-size: 13px;
	}
}
