* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;

}

/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;500;700&display=swap'); */
@font-face {
	font-family: 'SourceHanSans';
	src: url('fonts/sourcehansans.woff') format('woff'),
		url('fonts/sourcehansans.woff') format('woff2');
	font-weight: normal;
	font-style: normal;
}

/* 应用思源黑体到全局 */
body {
	/* font-family: 'Noto Sans SC', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; */
	/* sourcehansans.woff */
	font-family: 'Source Han Sans', sans-serif;
}

body,
html {
	overflow-x: hidden;
	width: 100%;
	position: relative;
}

/* 导航栏样式优化 */
.navbar—one {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 64px;
	background: white;
	align-items: center;
	box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
	z-index: 1000;
}

.navbar {
	display: flex;
	align-items: center;
	max-width: 1400px;
	margin: 0 auto;
}

.logo {
	display: flex;
	align-items: center;
}

.logo img {
	height: 36px;
	margin-right: 40px;
}

.nav-links {
	display: flex;
	align-items: center;
	justify-content: center;
	/* 添加此行实现水平居中 */
	flex: 1;
}

.nav-links a {
	color: #333;
	text-decoration: none;
	font-size: 16px;
	padding: 22px 40px;
	position: relative;
}

.nav-links a:hover {
	color: #4A90E2;
}

.nav-links a:hover::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 16px;
	right: 16px;
	height: 2px;
	background: #4A90E2;
}

.contact-wrapper {
	display: flex;
	align-items: center;
	gap: 16px;
}

.contact-btn {
	background: white;
	border: 1px solid #000000;
	padding: 6px 24px;
	border-radius: 20px;
	cursor: pointer;
	font-size: 14px;
}

.contact-btn a {
	text-decoration: none;
	color: #000000;
}


.search-btn {
	background: none;
	border: none;
	cursor: pointer;
	padding: 8px;
}

.search-btn img {
	width: 20px;
	height: 20px;
	opacity: 0.7;
}

.search-btn:hover img {
	opacity: 1;
}

/* 为了防止导航栏遮挡内容 */
.content {
	margin-top: 64px;
}

/* 主横幅样式 */
.hero {
	height: 100vh;
	background: linear-gradient(135deg, #6c63ff 0%, #4a90e2 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: white;
	padding: 0 5%;
}

.hero-content {
	max-width: 800px;
}

.hero h1 {
	font-size: 3rem;
	margin-bottom: 1rem;
}

.case-banner-carousel {
	width: 100%;
}

.carousel-container img {
	width: 100%;
}

.carousel-slide {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
	visibility: hidden;
}

.carousel-slide.active {
	opacity: 1;
	visibility: visible;
}

.carousel-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.carousel-controls {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	gap: 20px;
	z-index: 2;
}

.carousel-controls button {
	background: rgba(0, 0, 0, 0.5);
	border: none;
	color: white;
	padding: 8px 16px;
	cursor: pointer;
	border-radius: 4px;
	font-size: 18px;
}

.carousel-controls button:hover {
	background: rgba(0, 0, 0, 0.7);
}

.carousel-indicators {
	display: flex;
	gap: 10px;
}

.carousel-indicators span {
	width: 40px;
	height: 6px;
	border-radius: 15px;
	background: #FFF;
	cursor: pointer;
}

.carousel-indicators span.active {
	background: #EE8935;
	width: 40px;
}

.xinshu-content {
	max-width: 1400px;
	margin: 0 auto;
	/* margin-bottom: 61px; */
}

.item-div-img img {
	width: 100%;
	height: auto;
}


.section-title {
	font-size: 35px;
	color: #7D67DF;
	margin-bottom: 40px;
	text-align: center;
}

.s-grid-container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px;
	/* 行间距20px 列间距40px */
	margin: 0 auto;
	padding-bottom: 59px;
	margin-top: 36px;
	padding-left: 240px;
	padding-right: 240px;
}

.s-content-div {
	background: #F6F8FD;
	/* 上边 | 右边 | 下边 | 左边 */
	padding: 80px 55px 88px 55px;
	margin-bottom: 128px;
	font-size: 18px;
	color: #191919;
	font-family: Source Han Sans;
}

.title-bold {
	font-weight: 700;
	margin-bottom: 8px;
}

.desc {
	font-weight: 400;
}

.content-desc {
	font-size: 18px;
	color: #191919;
	font-family: Source Han Sans;
}

.chanpin-jiazhi-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 50px;
	/* 行间距20px 列间距40px */
	margin: 0 auto;
	padding-bottom: 80px;
	margin-top: 42px;
}

.circle {
	width: 113px;
	height: 113px;
	opacity: 1;
	background: #EE8935;
	border-radius: 50%;
	text-align: center;
	color: #FFFFFF;
	font-family: Source Han Sans;
	font-size: 18px;
	padding-top: 20px;
	margin-left: 25px;
	margin-bottom: 12px;
}

.chanpin-jiazhi-grid-item {
	text-align: center;
}

/* 网格容器 */
.grid-container {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 19px 40px;
	/* 行间距20px 列间距40px */
	margin: 0 auto;
	padding-bottom: 49px;
	margin-top: 36px;
}

/* 网格项目 */
.grid-item {
	height: 41px;
	/* padding: 20px; */
	background: #F6F8FD;
	border-radius: 10px;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	color: #191919;
	font-family: Source Han Sans;
	font-size: 18px;
	line-height: 41px;
}

/* 选中状态 */
.grid-item.selected {
	background: #EE8935;
	color: white;
	transform: scale(1.05);
	box-shadow: 0 4px 12px rgba(33, 150, 243, 0.3);
}

.tab-item-title {
	font-family: Source Han Sans;
	font-size: 18px;
	line-height: 40px;
	color: #191919;
	font-weight: 700;
}

.tab-item-p {
	font-family: Source Han Sans;
	font-weight: 400;
	font-size: 18px;
	color: #191919;
	line-height: 40px;
}

/* 3列 */
.t-grid-th-content {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 47px;
	/* 行间距20px 列间距40px */
	margin: 0 auto;
	padding-bottom: 79px;
	margin-top: 57px;
}

.t-grid-th-content-item {
	height: 734px;
	border-radius: 10px;
	background: #F6F8FD;
}



.fo-grid-th-content-item {
	height: 399px;
	border-radius: 10px;
	background: #F6F8FD;
}

/* 网格容器 */
.fi-grid-service-container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 47px 39px;
	/* 行间距20px 列间距40px */
	margin: 0 auto;
	padding-bottom: 116px;
}

.fi-grid-service-item {
	height: 322px;
	background: #F6F8FD;
	border-radius: 10px;
}

.fi-img-div {
	height: 70px;
}


/* 网格容器 */
.grid-service-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 57px 69px;
	/* 行间距20px 列间距40px */
	margin: 0 auto;
	padding-bottom: 79px;
	margin-top: 57px;
}

.grid-service-container-item {
	height: 394px;
	border-radius: 10px;
	background: #F6F8FD;
	text-align: center;
	padding-top: 80px;
}

.grid-service-container-item h2 {
	font-family: Source Han Sans;
	font-weight: 700;
	font-size: 25px;
	margin-top: 35px;
	margin-bottom: 35px;
}

.grid-service-container-item p {
	font-family: Source Han Sans;
	font-weight: 400;
	font-size: 18px;
	margin-left: 59px;
	margin-right: 59px;
}

.grid-service-container-item-t {
	height: 460px;
	border-radius: 10px;
	background: #F6F8FD;
	text-align: center;
	padding-top: 80px;
}

.grid-service-container-item-t h2 {
	font-family: Source Han Sans;
	font-weight: 700;
	font-size: 25px;
	margin-top: 35px;
	margin-bottom: 35px;
}

.grid-service-container-item-t p {
	font-family: Source Han Sans;
	font-weight: 400;
	font-size: 18px;
	margin-left: 59px;
	margin-right: 59px;
}

.t-item {
	background: #FFFFFF;
	display: flex;
	height: 223px;
	align-items: center;
	justify-content: space-between;
	padding: 0 34px;
}

.t-item-left {
	width: 872px;
	font-family: Source Han Sans;
	font-size: 18px;
	color: #191919;
	font-weight: 400;
}

.t-item-left p {
	margin-top: 6px;
}




.f-soft-div {
	height: 148px;
	border-radius: 10px;
	background: #F6F8FD;
	display: flex;
	align-items: center;
	padding: 52px;
}

.f-soft-div h2 {
	font-family: Source Han Sans;
	font-weight: 700;
	font-size: 25px;
	color: #191919;
}

.f-soft-div p {
	font-family: Source Han Sans;
	font-weight: 400;
	font-size: 18px;
	color: #191919;
	margin-top: 15px;
}

.fi-item-title {
	font-family: Source Han Sans;
	font-size: 25px;
	font-weight: bold;
	color: #7D67DF;
	margin-left: 26px;
	margin-top: 45px;
}

.fi-item-content {
	font-family: Source Han Sans;
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	color: #191919;
	margin-top: 6px;
	margin-left: 26px;
	margin-right: 24px;
}

/* 响应式设计 */
@media (max-width: 768px) {
	.services-container {
		flex-direction: column;
		padding: 0 20px;
	}

	.services-left {
		margin-bottom: 40px;
	}

	.grid-container {
		grid-template-columns: repeat(6, 1fr);
	}

	.grid-service-container {
		grid-template-columns: repeat(1, 1fr);
	}

	.chanpin-jiazhi-grid {
		grid-template-columns: repeat(6, 1fr);
	}

	.t-grid-th-content {
		grid-template-columns: repeat(1, 1fr);
	}

	.fi-grid-service-container {
		grid-template-columns: repeat(4, 1fr);
	}
}


/* 响应式布局 */
@media (max-width: 992px) {
	.grid-container {
		grid-template-columns: repeat(3, 1fr);
	}

	.t-grid-th-content {
		grid-template-columns: repeat(1, 1fr);
	}

	.fi-grid-service-container {
		grid-template-columns: repeat(4, 1fr);
	}

}

@media (max-width: 480px) {
	.grid-container {
		grid-template-columns: repeat(2, 1fr);
	}

	.grid-service-container {
		grid-template-columns: repeat(1, 1fr);
	}

	.chanpin-jiazhi-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.t-grid-th-content {
		grid-template-columns: repeat(1, 1fr);
	}

	.fi-grid-service-container {
		grid-template-columns: repeat(1, 1fr);
	}
}

/* 页脚样式 */
.footer {
	background-color: #EBE9F5;
	color: #333;
}

.footer-content {
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	background: #F1F1F1;
	padding-right: 40px;
}

.footer-left {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	background: #FFF;
	height: 300px;
	padding-top: 40px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
	width: 278px;
}

.footer-logo img {
	height: 40px;
	width: 100%;
}

.footer-qr {
	text-align: center;
}

.footer-qr img {
	width: 120px;
	height: 120px;
	margin-bottom: 10px;
}

.footer-qr p {
	font-size: 14px;
	color: #666;
}

.footer-nav {
	display: flex;
	gap: 60px;
	padding-top: 50px;
	flex: 1;
	justify-content: center;
}

.footer-nav-column h4 {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 20px;
	color: #333;
}

.footer-nav-column h4 a {
	text-decoration: none;
	color: #333;
}

.footer-nav-column ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-nav-column ul li {
	margin-bottom: 12px;
}

.footer-nav-column ul li a {
	color: #666;
	text-decoration: none;
	font-size: 14px;
	transition: color 0.3s;
}

.footer-nav-column ul li a:hover {
	color: #333;
}

.footer-bottom {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #eee;
	background: #000000;
}

.footer-bottom p {
	font-size: 12px;
	color: #999;
}








.project-title {
	color: #191919;
	font-family: Source Han Sans;
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	letter-spacing: 0em;
}

.f-title {
	font-family: Source Han Sans;
	font-size: 35px;
	font-weight: bold;
	line-height: normal;
	letter-spacing: 0em;
	color: #7D67DF;
	text-align: center;
	padding-top: 55px;
}

.f-card-item-title {
	font-family: Source Han Sans;
	font-size: 25px;
	font-weight: bold;
	line-height: normal;
	letter-spacing: 0em;
	color: #7D67DF;
	margin-top: 30px;
	margin-bottom: 22px;
}

.f-content {
	font-family: Source Han Sans;
	font-size: 25px;
	letter-spacing: 0em;
	color: #191919;
	text-align: center;
	/* 上边 | 右边 | 下边 | 左边 */
	padding: 57px 91px 64px 92px;
}

.fo-item-content {
	font-family: Source Han Sans;
	font-size: 25px;
	letter-spacing: 0em;
	color: #7D67DF;
	text-align: center;
	/* 上边 | 右边 | 下边 | 左边 */
	/* padding: 57px 91px 64px 92px; */
}

.fi-content {
	font-family: Source Han Sans;
	font-size: 18px;
	font-weight: 350;
	color: #191919;
}

.t-content {
	font-family: Source Han Sans;
	font-size: 18px;
	color: #191919;
}

.item-div-title {
	font-family: Source Han Sans;
	font-size: 35px;
	font-weight: bold;
	line-height: normal;
	letter-spacing: 0em;
	color: #191919;
	padding-top: 82px;
	padding-bottom: 40px;
	text-align: center;
}

@media (min-width: 768px) {
	.project-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.project-grid-four {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media (max-width: 767px) {
	.project-grid {
		grid-template-columns: 1fr;
	}

	.project-card {
		padding: 30px;
	}


	.project-grid-four {
		grid-template-columns: 2fr;
	}

	.chanpin-jiazhi-grid {
		grid-template-columns: 2fr;
	}
}

.item-four-bg {
	height: 446px;
	position: relative;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.item-four-bg:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.item-four-title {
	height: 446px;
	width: 100%;

	opacity: 1;

	font-family: Source Han Sans;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0em;
	color: #FFFFFF;
	line-height: 446px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}




.custom-tab {
	margin: -3px auto;
	display: flex;
	justify-content: center;
	height: 50px;
	/* border-bottom: 1px solid #ccc; */
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
	align-items: center;

}

.tab-list {
	display: flex;
	height: 30px;
	/* border-bottom: 1px solid #ccc; */
	font-size: 16px;

	flex-direction: row;
	flex-wrap: wrap;
	gap: 60px
}

.tab-list div {
	/* padding: 10px 20px; */
	cursor: pointer;
	position: relative;
	/* 为底部线条的绝对定位做准备 */
	display: inline-block;
	/* 让元素宽度自适应内容 */
	text-align: center;
	/* 文字居中 */
}

.tab-list div.active::after {
	content: '';
	position: absolute;
	bottom: 2px;
	/* 确保线条紧贴 Tab 底部 */
	left: 50%;
	/* 初始位置在中间 */
	transform: translateX(-50%);
	/* 水平居中 */
	width: fit-content;
	/* 宽度自适应内容 */
	min-width: 100%;
	/* 最小宽度为元素宽度 */
	height: 2px;
	/* 设置渐变色背景 */
	background: linear-gradient(to right, #4D3DA3, #B34A43);
}

.list-bg {
	padding-bottom: 100px;
}

.list-bg:nth-child(even) {

	background: #FFFFFF;
}

/* 奇数行背景使用样式 odd等同于 2n+1 */
.list-bg:nth-child(odd) {
	background: #F6F8FD;
}

.size35{
	font-size: 35px;font-weight: bold;
}

.size16{
	font-size: 16px;width: 160px;
}


/* 1920 */
@media screen and (max-width:1998px) {
	.xinshu-content {
		width: 1400px;
		/* background-color: green; */
	}

	.navbar {
		width: 1400px;
	}
}



/* 1920 */
@media screen and (max-width:1998px) {
	.xinshu-content {
		width: 1400px;
		/* background-color: pink; */
	}

	.navbar {
		width: 1400px;
	}
}

/* 1600 */
@media screen and (max-width:1710px) {
	.xinshu-content {
		width: 1400px;
		/* background-color: blue; */
	}

	.navbar {
		width: 1400px;
	}
}

/* 1280 */
@media screen and (max-width:1420px) {
	.xinshu-content {
		width: 1000px;
		/* background-color: yellow; */
	}

	.navbar {
		width: 1000px;
	}

	.nav-links a {
		color: #333;
		text-decoration: none;
		font-size: 14px;
		padding: 22px 20px;
		position: relative;
	}

	.footer-content {
		max-width: 1000px;
	}

	.footer-left {
		gap: 10px;
		background: #FFF;
		height: 300px;
		padding-top: 40px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 40px;
		width: 278px;
	}

	.footer-nav {
		gap: 30px;
	}

	.footer-nav-column h4 {
		font-size: 14px;
		font-weight: 500;
		margin-bottom: 20px;
		color: #333;
	}

	.footer-nav-column ul li a {
		color: #666;
		text-decoration: none;
		font-size: 14px;
		transition: color 0.3s;
	}

	.title-black {
		font-family: Source Han Sans;
		font-size: 28px;
		font-weight: bold;
		color: #000000;
		margin-bottom: 40px;
	}

	.com-content {
		font-family: Source Han Sans;
		font-weight: 400;
		font-size: 16px;
		color: #191919;
	}


	/* 网格项目 */
	.grid-item {
		height: 41px;
		font-size: 16px;
		line-height: 41px;
	}

	.grid-service-container-item h2 {
		font-family: Source Han Sans;
		font-weight: 700;
		font-size: 20px;
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.grid-service-container-item p {
		font-family: Source Han Sans;
		font-weight: 400;
		font-size: 16px;
		margin-left: 50px;
		margin-right: 50px;
	}

	.s-grid-container {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 20px;
		/* 行间距20px 列间距40px */
		margin: 0 auto;
		padding-bottom: 59px;
		margin-top: 36px;
		padding-left: 100px;
		padding-right: 100px;
	}

	.t-item-left {
		width: 872px;
		font-family: Source Han Sans;
		font-size: 14px;
		color: #191919;
		font-weight: 400;
	}

	.t-item-left p {
		margin-top: 3px;
	}

	.t-grid-th-content {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 20px;
		/* 行间距20px 列间距40px */
		margin: 0 auto;
		padding-bottom: 79px;
		margin-top: 57px;
	}

	.t-grid-th-content-item {
		height: 734px;
		border-radius: 10px;
		background: #F6F8FD;
	}

	.fi-item-title {
		font-family: Source Han Sans;
		font-size: 20px;
		font-weight: bold;
		color: #7D67DF;
		margin-left: 16px;
		margin-top: 20px;
	}

	.fi-item-content {
		font-family: Source Han Sans;
		font-size: 16px;
		font-weight: normal;
		line-height: 20px;
		color: #191919;
		margin-top: 6px;
		margin-left: 16px;
		margin-right: 14px;
	}

	.fi-grid-service-container {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 20px 19px;
		/* 行间距20px 列间距40px */
		margin: 0 auto;
		padding-bottom: 116px;
	}

	.tab-list {
		height: 30px;
		font-size: 16px;

		flex-direction: row;
		flex-wrap: wrap;
		gap: 20px
	}
	
	
	.circle {
		width: 100px;
		height: 100px;
		opacity: 1;
		background: #EE8935;
		border-radius: 50%;
		text-align: center;
		color: #FFFFFF;
		font-family: Source Han Sans;
		font-size: 18px;
		padding-top: 20px;
		margin-left: 20px;
		margin-bottom: 12px;
	}
	
	.size35{
		font-size: 22px;
	}
	
	.size16{
		font-size: 14px;width: 140px;
	}
	
	.chanpin-jiazhi-grid {
		grid-template-columns: repeat(6, 1fr);
		gap: 10px;
		/* 行间距20px 列间距40px */
		margin: 0 auto;
		padding-bottom: 80px;
		margin-top: 42px;
	}
}