@charset "UTF-8";
/* ******************************************************************

	--service.css--

	1. Layout setting

****************************************************************** */


/*==================================================================
	1. Layout setting
===================================================================*/
.section-service {
	padding: 50px 0 100px;
}
.section-service .list-service {
	display: table;
	margin-bottom: 50px;
}
.section-service .list-service li {
	float: left;
	width: 220px;
	background: #fff;
}
.section-service .list-service li a {
	background: url(../images/home/icon_arrow.png) no-repeat right 15px center;
	color: #fff;
	font-size: 16px;
	display: block;
	text-decoration: none;
	padding: 10px 20px;
}
.section-service .list-service li:nth-child(3) a {
	font-size: 14px;
}
.section-service .list-service li:nth-child(odd) p {
	background: #007500;
}
.section-service .list-service li:nth-child(even) p {
	background: #3a873a;
}
.section-service .list-service li p {
	display: table-cell;
	vertical-align: middle;
	width: 20%;
}
.btn-yellow {
	font-size: 20px;
}
.section-service .list-anchor {
	margin-top: 80px;
}
.section-service .tit-service {
	background: url(../images/service/bg_tit_detail.jpg) repeat left top;
	border-left: 4px solid #2c7337;
	font-size: 24px;
	font-weight: bold;
	color: #007500;
	padding: 22px 10px 22px 24px;
}
.section-service .ctent-service {
	padding: 30px;
}
.section-service .ctent-service .img-service {
	width: 384px;
	float: left;
	background: #fff;
	border: 1px solid #ddd;
	padding: 7px;
}
.section-service .ctent-service > div {
	width: 610px;
	float: right;
	line-height: 2;
}
.section-service .ctent-service .txt-service {
	margin: 5px 0 20px;
	letter-spacing: -1px;
}
.section-service .ctent-service .green-service {
	background: #fbf5db;
	border: 1px dashed #007500;
	padding: 15px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	color: #007500;
	font-weight: bold;
}
.section-service .ctent-service .green-service span {
	font-size: 8px;
	margin-right: 5px;
	vertical-align: middle;
}
.section-service .flow-box {
	margin-top: 60px;
}
.section-service .flow-box .tit-flow {
	font-size: 30px;
	font-weight: bold;
	color: #007500;
}
.section-service .flow-box .tit-flow span {
	color: #333;
	font-size: 15px;
	font-weight: normal;
	vertical-align: middle;
	margin-left: 20px;
}
.section-service .flow-box .list-step {
	margin-bottom: 80px;
}
.section-service .flow-box .list-step li {
	background: #fff;
	margin-top: 30px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	-ms-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	-o-box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	-ms-box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	position: relative;
	padding: 22px 0 21px 150px;
	border-left: 90px solid #2c7337;
	min-height: 87px;
}
.section-service .flow-box .list-step li:before {
	content: '';
	position: absolute;
	width: 11px;
	height: 100%;
	background: url(../images/service/bg_bd.png);
	background-size: 100% 100%;
	top: 0;
	left: 0;
}
.section-service .flow-box .list-step li:not(:last-child):after {
	content: '';
	position: absolute;
	width: 24px;
	height: 15px;
	background: url(../images/service/arrow_white.png) no-repeat;
	top: 100%;
	left: 50%;
	margin-left: -12px;
}
.section-service .flow-box .list-step .num-step {
	position: absolute;
	left: -65px;
	top: 50%;
	margin-top: -24px;
}
.section-service .flow-box .list-step .icon-step {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	left: 40px;
}
.section-service .flow-box .list-step .tit-step {
	font-size: 22px;
	font-weight: bold;
	color: #2c7337;
}
.section-service .banner-service {
	position: relative;
	width: 730px;
	margin: 0 auto;
}
.section-service .banner-service a {
	position: absolute;
	top: 85px;
	right: 38px;
}