/* 产品服务专题页 Banner 大标题：去掉固定宽度，水平居中 */
.box_2 .outer_one .text_5 {
	width: auto;
	text-align: center;
}

.service_wrap {
	width: 80%;
	max-width: 1170px;
	margin: 50px auto 80px;
	padding: 0 20px;
}

.service_lead {
	color: rgba(102, 102, 102, 1);
	font-size: 16px;
	line-height: 1.9;
	text-align: center;
	max-width: 900px;
	margin: 0 auto 40px;
}

.service_section {
	margin-bottom: 56px;
}

.service_section h2 {
	color: rgba(51, 51, 51, 1);
	font-size: 24px;
	font-family: MicrosoftYaHei;
	margin: 0 0 20px;
	padding-left: 14px;
	border-left: 4px solid #32b6b8;
}

.service_section p,
.service_section li {
	color: rgba(102, 102, 102, 1);
	font-size: 15px;
	line-height: 1.9;
}

.service_section ul {
	padding-left: 20px;
}

.service_grid {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	margin-top: 24px;
}

.service_card {
	flex: 1 1 260px;
	background: #f8fafa;
	border: 1px solid #e8eeee;
	border-radius: 6px;
	padding: 20px;
}

.service_card img {
	width: 100%;
	height: 160px;
	object-fit: cover;
	border-radius: 4px;
	margin-bottom: 14px;
}

.service_card img.contain-img {
	object-fit: contain;
	background: #fff;
}

.service_card h3 {
	margin: 0 0 10px;
	font-size: 18px;
	color: rgba(51, 51, 51, 1);
}

.service_card p {
	margin: 0;
	font-size: 14px;
	line-height: 1.8;
}

.service_links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px;
	margin: 30px auto 10px;
}

.service_links a {
	display: inline-block;
	padding: 10px 22px;
	border: 1px solid #32b6b8;
	color: #32b6b8;
	text-decoration: none;
	border-radius: 4px;
	font-size: 14px;
}

.service_links a:hover,
.service_links a.active {
	background: #32b6b8;
	color: #fff;
}

.service_links a.featured {
	background: #32b6b8;
	color: #fff;
	font-weight: 700;
}
