@charset "utf-8";
/* CSS Document */
.paagetitle{
	background:url(../common/image/service/bn.jpg) center top no-repeat;
	background-size:cover;
	height:380px;
}
.s_ptl{
	font-size:22px;
	text-align:center;
	background:rgba(0, 0, 0, 0.05);
	padding:calc(50px + 1vw) 15px 0;
	line-height:1.8;
}
.s_stl{
	text-align:center;
	vertical-align:top;
	line-height:39px;
}
.s_stl i{
	font-size:26px;
	color:#fff;
	display:inline-block;
	background:#55c083;
	width:39px;
	height:39px;
	margin:0 12px 0 0;
	border-radius:2px;
	font-family:Arial;
}
.s_stl strong{
	font-size:22px;
	border-bottom:2px solid #aadfc1;
	display:inline-block;
	height:37px;
	vertical-align:top;
}
.section_service{
	padding:50px 0 0;
}
.section_service ul{
	width:960px;
	margin:0 auto;
}
.section_service .s_summary{
	text-align:center;
	font-size:16px;
	line-height:1.8;
	margin:1.5em 0 3em;
}
.section_service li{
	width:396px;
	margin:0 42px 42px;
	font-size:14px;
	float:left;
	line-height:1.8;
}
.section_service li:nth-child(2n-1){
	clear:both;
}
.section_service li h5.l_stl_01{
	font-size:20px;
	text-align:center;
	color:#55c083;
	height:42px;
	line-height:42px;
	border-radius:21px;
	background:#eaf7f0;
	margin-bottom:1.5em;
	position:relative;
}
.section_service li h5.l_stl_01:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-top-color: #eaf7f0;
	border-width: 13px;
	margin-left: -13px;
}
.section_service li .l_txt_01{
	margin-bottom:1.5em;
}
.section_service li dl{
	margin-bottom:1.5em;
}
.section_service li dt{
	color:#55c083;
}
.section_service li dd{
	padding-left:2em;
}

/**/
.section_sl{
	margin-bottom:80px;
}
.section_sl .s_stl_01{
	font-size:22px;
	text-align:center;
	position:relative;
	line-height:1.8;
}
.section_sl .s_stl_01:after{
	content:'';
	border-bottom:2px solid #aadfc1;
	position:absolute;
	left:50%;
	width:4em;
	bottom:0;
	margin-left:-2em;
}
.section_sl .s_summary_01{
	font-size:16px;
	line-height:1.8;
	text-align:center;
	margin:1.5em 0 0;
}
.section_sl .s_bd_01{
	width:958px;
	margin:0 auto;
	border:2px solid #aadfc1;
	padding:5px 30px;
	font-size:14px;
	line-height:1.8;
	box-sizing:border-box;
	border-radius:20px;
	margin:3em auto 0;
}
.section_sl .s_bd_01 dl{
	border-bottom:1px dashed #d4efe0;
	padding:15px 0;
}
.section_sl .s_bd_01 dl:last-child{
	border-bottom:none;
}
.section_sl .s_bd_01 dt{
	color:#55c083;
	font-size:22px;
}
.section_sl .s_bd_01 dt small{
	font-size:16px;
}
.section_sl .s_bd_01 dd{
}
#footer{
	border-top:1px solid #bfbfbf;
}

/*调色*/
.p_s2 .s_stl i{
	background:#f08300;
}
.p_s2 .s_stl strong{
	border-bottom:2px solid #f7c17f;
}
.p_s2 .section_service li h5.l_stl_01{
	color:#f08300;
	background:#fdf2e5;
}
.p_s2 .section_service li h5.l_stl_01:after {
	border-top-color: #fdf2e5;
}
.p_s2 .section_sl .s_stl_01:after{
	border-bottom:2px solid #f7c17f;
}
.p_s2 .section_sl .s_bd_01{
	border:2px solid #f7c17f;
}
.p_s2 .section_sl .s_bd_01 dl{
	border-bottom:1px dashed #f7c17f;
}
.p_s2 .section_sl .s_bd_01 dl:last-child{
	border-bottom:none;
}
.p_s2 .section_sl .s_bd_01 dt{
	color:#f08300;
}


.p_s3 .s_stl i{
	background:#e94829;
}
.p_s3 .s_stl strong{
	border-bottom:2px solid #f4a394;
}
.p_s3 .section_service li h5.l_stl_01{
	color:#e94829;
	background:#fdece9;
}
.p_s3 .section_service li h5.l_stl_01:after {
	border-top-color: #fdece9;
}
.p_s3 .section_sl .s_stl_01:after{
	border-bottom:2px solid #f4a394;
}
.p_s3 .section_sl .s_bd_01{
	border:2px solid #f4a394;
}
.p_s3 .section_sl .s_bd_01 dl{
	border-bottom:1px dashed #f4a394;
}
.p_s3 .section_sl .s_bd_01 dl:last-child{
	border-bottom:none;
}
.p_s3 .section_sl .s_bd_01 dt{
	color:#e94829;
}
@media screen and ( max-width: 800px ) {
	.paagetitle{
		background-size:cover;
		height:190px;
	}
	.section_service{
		padding:calc(30px + 1vw) calc(20px + 0.5vw);
	}
	.section_service ul{
		width:inherit;
	}
	.section_service li{
		float:none;
		width:inherit;
		margin:0 0 42px;
	}
	.section_service li:last-child{
		margin-bottom:0;
	}
	.section_sl{
		padding:calc(30px + 1vw) calc(20px + 0.5vw);
		margin-bottom:0;
	}
	.section_sl .s_bd_01{
		width:inherit;
	}
}