@charset "utf-8";

.service-intro-copy {
	margin: 30px auto 0;
	max-width: 1020px;
	text-align: center;
}

.service-intro-lead {
	margin: 0 0 18px;
	font-size: 19px;
	line-height: 34px;
	color: #22243d;
}

.service-intro-desc {
	margin: 0;
	font-size: 16px;
	line-height: 32px;
	color: #7f7f7f;
}

.service-core-grid {
	width: 100%;
	overflow: hidden;
	padding-top: 10px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.main_about .bottom .service-core-card {
	width: 23%;
	height: 410px;
	float: none;
	margin: 0 0.8% 24px;
	padding: 30px 30px 30px;
	background: #fff;
	border: 1px solid #f5d9d9;
	border-radius: 20px;
	box-shadow: 0 5px 10px rgba(239, 104, 104, 0.12), 0 0 18px rgba(239, 104, 104, 0.08);
	text-align: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.main_about .bottom .service-core-card:hover {
	transform: translateY(-10px);
	border-color: #efc8c8;
	box-shadow: 0 16px 32px rgba(239, 104, 104, 0.16), 0 0 24px rgba(239, 104, 104, 0.1);
}

.main_about .bottom .service-core-card dd {
	margin-bottom: 24px;
}

.service-core-icon {
	display: block;
	width: 92px;
	height: 92px;
	border-radius: 20px;
	background: #fde9e9;
	text-align: center;
	line-height: 92px;
}

.service-core-icon img {
	max-width: 100px;
	max-height: 100px;
	vertical-align: middle;
}

.service-core-title {
	margin-bottom: 18px;
}

.service-core-title h2 {
	margin: 0;
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	color: #22243d;
}

.service-core-meta {
	font-size: 14px;
	line-height: 32px;
	color: #7b7b85;
}

.service-core-desc {
	margin-top: 20px;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
}

.service-value-media {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.service-value-media-1 { background-image: url(../images/zengzhi_01.jpg); }
.service-value-media-2 { background-image: url(../images/zengzhi_02.jpg); }
.service-value-media-3 { background-image: url(../images/zengzhi_03.jpg); }

.service-value-title {
	font-size: 19px;
	font-weight: bold;
}

.service-flow-section {
	width: 100%;
	padding: 60px 0 60px;
	overflow: hidden;
	background: #f6f6f6;
}

.service-flow-wrap {
	width: 1180px;
	margin: 0 auto;
	overflow: hidden;
}

.service-flow-header {
	text-align: center;
	margin-bottom: 40px;
}

.service-flow-header h1, .service-flow-header h2 {
	margin: 0;
	font-size: 28px;
	line-height: 35px;
	color: #22243d;
}

.service-flow-header p {
	margin: 10px 0 0;
	font-size: 18px;
	line-height: 36px;
	color: #7f7f7f;
}

.service-flow-list {
	width: 100%;
	overflow: hidden;
}

.service-flow-item {
	position: relative;
	width: 25%;
	float: left;
	text-align: center;
	padding: 0 18px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.service-flow-item:after {
	content: "";
	position: absolute;
	top: 61px;
	left: 69%;
	width: 62%;
	height: 1px;
	background: #e8e8ed;
}

.service-flow-item-last:after {
	display: none;
}

.service-flow-node {
	width: 120px;
	height: 120px;
	margin: 0 auto 40px;
	border: 2px solid #e8e8ed;
	border-radius: 50%;
	font-size: 48px;
	line-height: 116px;
	font-family: "Microsoft YaHei", Tahoma, sans-serif;
	color: #6f6f73;
	background: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	transition: all .3s ease;
}

.service-flow-item:hover .service-flow-node {
	background: #d1ae59;
	border-color: #d1ae59;
	color: #fff;
	box-shadow: 0 12px 28px rgba(209, 174, 89, 0.22);
}

.service-flow-item h2 {
	margin: 0 0 10px;
	font-size: 24px;
	line-height: 36px;
	font-weight: bold;
	color: #22243d;
}

.service-flow-item p {
	margin: 0;
	font-size: 16px;
	line-height: 32px;
	color: #7f7f7f;
}

@media screen and (max-width: 1240px) {
	.service-page .who,
	.service-page .main_about .bottom,
	.service-page .project,
	.service-page .team,
	.service-page .service-flow-wrap {
		width: auto;
		max-width: 1180px;
		margin-left: 24px;
		margin-right: 24px;
	}
}

@media screen and (max-width: 1180px) {
	.main_about .bottom .service-core-card {
		width: 48%;
		height: auto;
		min-height: 360px;
		margin: 0 1% 20px;
		padding: 26px 24px;
	}

	.service-core-title h2 {
		font-size: 17px;
		line-height: 28px;
	}

	.service-core-meta {
		line-height: 28px;
	}

	.service-core-desc {
		font-size: 15px;
		line-height: 26px;
	}
}

@media screen and (max-width: 768px) {
	.main_about .bottom .service-core-card {
		width: 100%;
		max-width: 420px;
		height: auto;
		min-height: 0;
		margin: 0 auto 16px;
	}

	.service-intro-lead {
		font-size: 16px;
		line-height: 30px;
	}

	.service-intro-desc {
		font-size: 15px;
		line-height: 28px;
	}
}

/* 以下样式从 service.html 内联 <style id="diy_style"> 移入（2026-08-13 优化） */
#frameyd1cLA {  border:0px !important;margin:0px !important;}#portal_block_18 {  border:0px !important;margin:0px !important;}#portal_block_18 .dxb_bc {  margin:0px !important;}#framep2n1bg {  border:0px !important;margin:0px !important;}#portal_block_19 {  border:0px !important;margin:0px !important;}#portal_block_19 .dxb_bc {  margin:0px !important;}#frameHCV83Y {  border:0px !important;margin:0px !important;}#portal_block_20 {  border:0px !important;margin:0px !important;}#portal_block_20 .dxb_bc {  margin:0px !important;}#framelo3Fmy {  border:0px !important;margin:0px !important;}#portal_block_21 {  border:0px !important;margin:0px !important;}#portal_block_21 .dxb_bc {  margin:0px !important;}
