html,
body,
ul {
	margin: 0px;
	padding: 0px;
}

/* 默认样式 */
body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	font-weight: 400;
	overflow-x: hidden;
	font-size: 16px;
	line-height: 1.5;
	color: #333;
}

/* 平板设备 */
@media (max-width: 768px) {
	body {
		font-size: 15px;
	}
	
	.th_container {
		flex-direction: column;
		align-items: center;
	}
	
	.th_item {
		width: 100%;
		max-width: 500px;
		margin-bottom: 20px;
	}
	
	.th_container .th_item {
		flex: 1 1 100%;
		margin: 10px 0;
	}
}

/* 手机设备 */
@media (max-width: 480px) {
	body {
		font-size: 14px;
	}
	
	.th_container {
		flex-direction: column;
		align-items: center;
		gap: 10px;
	}
	
	.th_item {
		width: 100%;
		max-width: 500px;
		margin-bottom: 15px;
	}
	
	.th_container .th_item {
		flex: 1 1 100%;
		margin: 5px 0;
	}
	
	.h_title {
		padding: 0 10px;
	}
}

.img {
	width: 300px;
	overflow-clip-margin: content-box;
	overflow: clip;
}

.smcontent ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding-top: 14px;
}

.smcontent ul li {
	width: 160px;
	height: 220px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 40px 24px 0 0;
	border: 1px solid #f0f0f0;
}

.smcontent ul li:hover {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}

.smcontent ul li img {
	width: 132px;
	height: 132px;
}

.smcontent ul li span {
	margin-top: 24px;
	font-size: 16px;
	color: #333;
}

.smcontent a {
	width: 200px;
	height: 54px;
	line-height: 54px;
	margin: 80px auto 0;
	text-align: center;
	font-size: 16px;
	color: #fff;
	display: block;
	background-image: linear-gradient(to right, #ff8600, #ff9500);
	box-shadow: 0 12px 20px rgba(255, 126, 0, .2);
	text-decoration: none;
}

.bigcontent ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding-top: 14px;
}

.bigcontent ul li {
	width: 260px;
	height: 220px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 40px 24px 0 0;
	border: 1px solid #f0f0f0;
}

.bigcontent ul li:hover {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}

.bigcontent ul li img {
	width: 220px;
	height: 132px;
}

.bigcontent ul li span {
	margin-top: 24px;
	font-size: 16px;
	color: #333;
}

.bigcontent a {
	width: 200px;
	height: 54px;
	line-height: 54px;
	margin: 80px auto 0;
	text-align: center;
	font-size: 16px;
	color: #fff;
	display: block;
	background-image: linear-gradient(to right, #ff8600, #ff9500);
	box-shadow: 0 12px 20px rgba(255, 126, 0, .2);
	text-decoration: none;
}

/**右下角固定***/
.c_nav {
	position: fixed;
	right: 10px;
	z-index: 9999;
	width: 72px;
	top: 80%;
	margin-top: -158px;
}

.c_nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.c_nav li {
	float: right;
}

.c_nav li a {
	display: block;
	width: 70px;
	height: 70px;
	border-radius: 5px;
	color: #333;
	font-size: 12px;
	text-align: center;
	margin-bottom: 9px;
	line-height: 1;
	text-decoration: none;
	border: 1px solid #eaeaea;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}

.c_nav li a i {
	display: inline-block;
	width: 30px;
	height: 28px;
	padding: 11px 0 9px 0;
	transition: all 0.5s;
}

/* Header End */
.th_container {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	gap: 24px;
	padding-top: 16px;
	flex-wrap: wrap;
	box-sizing: border-box;
}

.th_item {
	flex: 1;
	min-width: 250px;
	margin-top: 24px;
	text-align: left;
	background-color: #fff;
	color: #333;
	border-radius: 12px;
	border: 1px solid #eaeaea;
	padding: 24px 20px;
	cursor: pointer;
	transition: all 0.3s ease;
	box-sizing: border-box;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.th_item:hover {
	transform: translateY(-4px);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.th_item.th_active {
	opacity: 1;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
	border-color: #d2d2d7;
}

.th_item img {
	display: block;
	margin: 0 auto 20px;
	max-width: 100%;
	height: auto;
	border-radius: 8px;
}

.th_item a {
	color: inherit;
	text-decoration: none;
}

/**50%宽度设置**/
.five_item {
	flex: 1;
	/* 每个项目各占相同的可用空间 */
	max-width: 50%;
	/* 确保每个项目最多占50%的宽度 */
	box-sizing: border-box;
	/* 包括padding和border在内的总宽度 background-color: lightgray;*/
	padding: 10px;
	margin: 5px;
}

/**底部**/
/* Footer Styles */
/* Footer Styles */
.footer {
	background-color: #f5f5f7;
	color: #86868b;
	padding: 40px 20px;
}

.footer-container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 40px;
}

.footer-section {
	flex: 1;
	min-width: 200px;
}

.footer-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 16px;
	color: #1d1d1f;
}

.footer-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-list li {
	margin-bottom: 12px;
}

.footer-link {
	color: #515154;
	text-decoration: none;
	font-size: 14px;
	transition: all 0.3s ease;
}

.footer-link:hover {
	color: #007AFF;
	text-decoration: none;
}

.footer-text {
	line-height: 1.6;
	margin: 0 0 8px;
	font-size: 14px;
	color: #515154;
}

.footer-qr {
	width: 120px;
	height: 120px;
	margin-top: 16px;
	border-radius: 8px;
}

.footer-copyright {
	width: 100%;
	text-align: center;
	margin-top: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 12px;
	color: #86868b;
	border-top: 1px solid #d2d2d7;
}

/* 响应式设计 */
@media (max-width: 768px) {
	.footer-container {
		flex-direction: column;
		align-items: center;
		text-align: center;
		gap: 30px;
	}

	.footer-section {
		min-width: 100%;
	}

	.footer-qr {
		margin: 16px auto 0;
	}
}

/**底部**/

.item.active {
	flex: 2;
	/* 宽度增加 */
}

/* 新增响应式样式 */
@media (max-width: 1200px) {
	.th_container {
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}
}

@media (max-width: 768px) {
	.th_item {
		min-width: 300px;
	}
}

@media (max-width: 480px) {
	.th_item {
		min-width: 280px;
		padding: 20px 16px;
	}
}

/* 服务流程区域样式 */
.service-process {
	width: 100%;
	background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('/blog/starWeb/img/bns1.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 500px;
	margin: 60px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 16px;
}

.service-process .content {
	width: 100%;
	max-width: 1200px;
	padding: 0 30px;
	text-align: center;
	color: #fff;
	font-size: 32px;
	font-weight: 600;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* 新闻中心区域样式 */
.news-center {
	background-color: #fff;
	padding: 60px 20px;
	box-sizing: border-box;
}

.news-center .container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.news-center .title {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 40px;
}

.news-center .title .line {
	width: 4px;
	height: 30px;
	background-color: #86868b;
	border-radius: 2px;
}

.news-center .title .text {
	height: 30px;
	line-height: 30px;
	padding-left: 12px;
	font-size: 28px;
	color: #1d1d1f;
	font-weight: 600;
}

.news-content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 30px;
}

.news-image {
	flex: 1;
	min-width: 300px;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.news-image img {
	width: 100%;
	height: auto;
	max-height: 400px;
	object-fit: cover;
	display: block;
	transition: transform 0.3s ease;
}

.news-image:hover img {
	transform: scale(1.03);
}

.news-list {
	flex: 1;
	min-width: 300px;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.news-item {
	padding: 24px;
	border: 1px solid #eaeaea;
	border-radius: 12px;
	transition: all 0.3s ease;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.news-item:hover {
	transform: translateY(-4px);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
	border-color: #d2d2d7;
}

.news-item a {
	text-decoration: none;
	color: inherit;
}

.news-item .date {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}

.news-item .day {
	font-size: 48px;
	font-weight: 700;
	text-align: left;
	color: #515154;
	line-height: 1;
}

.news-item .month {
	font-size: 16px;
	font-weight: 500;
	text-align: left;
	color: #86868b;
	margin-left: 12px;
}

.news-item .title {
	font-size: 20px;
	line-height: 1.4;
	color: #1d1d1f;
	margin: 16px 0;
	font-weight: 600;
}

.news-item .description {
	color: #515154;
	line-height: 1.6;
	margin: 0;
}

/* 核心优势区域 */
.core-advantages {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 20px;
	box-sizing: border-box;
}

.core-advantages .title {
	text-align: center;
	margin-bottom: 20px;
}

.core-advantages .title h2 {
	font-size: 32px;
	font-weight: 600;
	color: #1d1d1f;
	margin: 0 0 10px;
}

.core-advantages .subtitle {
	text-align: center;
	font-size: 18px;
	color: #86868b;
	margin-bottom: 50px;
}

/* 成功案例区域 */
.case-studies {
	background-color: #fff;
	padding: 60px 20px;
	box-sizing: border-box;
}

.case-studies .container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.case-studies .title {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 40px;
}

.case-studies .title .line {
	width: 4px;
	height: 30px;
	background-color: #86868b;
	border-radius: 2px;
}

.case-studies .title .text {
	height: 30px;
	line-height: 30px;
	padding-left: 12px;
	font-size: 28px;
	color: #1d1d1f;
	font-weight: 600;
}

/* 响应式调整 */
@media (max-width: 992px) {
	.news-content {
		flex-direction: column;
	}
	
	.news-image, .news-list {
		min-width: 100%;
	}
	
	.news-center {
		padding: 40px 20px;
	}
	
	.core-advantages {
		padding: 40px 20px;
	}
	
	.core-advantages .title h2 {
		font-size: 28px;
	}
	
	.core-advantages .subtitle {
		font-size: 16px;
	}
	
	.service-process {
		height: 350px;
		margin: 40px 0;
	}
	
	.service-process .content {
		font-size: 28px;
	}
	
	.news-center .title .text,
	.case-studies .title .text {
		font-size: 24px;
	}
}

@media (max-width: 768px) {
	.service-process {
		height: 300px;
		border-radius: 12px;
	}
	
	.service-process .content {
		font-size: 24px;
		padding: 0 20px;
	}
	
	.news-center .title .text,
	.case-studies .title .text {
		font-size: 22px;
	}
	
	.news-item {
		padding: 20px;
	}
	
	.news-item .day {
		font-size: 40px;
	}
	
	.news-item .title {
		font-size: 18px;
	}
}

@media (max-width: 480px) {
	.service-process {
		height: 250px;
		margin: 30px 0;
	}
	
	.service-process .content {
		font-size: 20px;
	}
	
	.news-center .title .text,
	.case-studies .title .text {
		font-size: 20px;
	}
	
	.news-center .title,
	.case-studies .title {
		margin-bottom: 30px;
	}
	
	.news-item .day {
		font-size: 36px;
	}
	
	.core-advantages {
		padding: 30px 15px;
	}
	
	.core-advantages .title h2 {
		font-size: 24px;
	}
	
	.core-advantages .subtitle {
		font-size: 14px;
		margin-bottom: 30px;
	}
	
	.th_item {
		margin-top: 20px;
		padding: 20px 16px;
	}
}

/* Banner样式 */
.swiper {
	position: relative;
	margin-top: 80px;
	height: 600px;
	/**border-radius: 16px;*/
	overflow: hidden;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.swiper-slide {
	height: 600px;
	position: relative;
}

.swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-slide a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.swiper-slide .slide-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 800px;
	text-align: center;
	padding: 0 20px;
	box-sizing: border-box;
}

.swiper-slide .slide-title {
	font-size: 48px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 20px;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.swiper-slide .slide-subtitle {
	font-size: 22px;
	color: #fff;
	line-height: 1.6;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.swiper-pagination {
	bottom: 30px !important;
}

.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: rgba(255, 255, 255, 0.5);
	opacity: 1;
}

.swiper-pagination-bullet-active {
	background: #fff;
}

/* 响应式Banner */
@media (max-width: 992px) {
	.swiper {
		height: 500px;
		margin-top: 70px;
	}
	
	.swiper-slide {
		height: 500px;
	}
	
	.swiper-slide .slide-title {
		font-size: 40px;
	}
	
	.swiper-slide .slide-subtitle {
		font-size: 20px;
	}
}

@media (max-width: 768px) {
	.swiper {
		height: 400px;
		margin-top: 60px;
		border-radius: 12px;
	}
	
	.swiper-slide {
		height: 400px;
	}
	
	.swiper-slide .slide-title {
		font-size: 32px;
		margin-bottom: 16px;
	}
	
	.swiper-slide .slide-subtitle {
		font-size: 18px;
	}
}

@media (max-width: 480px) {
	.swiper {
		height: 350px;
		margin-top: 50px;
	}
	
	.swiper-slide {
		height: 350px;
	}
	
	.swiper-slide .slide-title {
		font-size: 28px;
	}
	
	.swiper-slide .slide-subtitle {
		font-size: 16px;
	}
}