.el-main{
	padding: 60px 0;
	background: #F7F8FA;
}
.service-box{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.service-img{
	width: 500px;
	height: 670px;
	background-color: #1cb234;
	position: relative;
}
.service-img div:first-child{
	width: 345px;
	height: 486px;
	margin: 64px auto;
}
.service-img div:first-child img{
	width: 100%;
	height: 100%;
}
.service-img div:nth-child(2){
	width: 100%;
	height: 120px;
	line-height: 120px;
	font-size: 60px;
	text-align: center;
	color: #FFFFFF;
	background-color: rgb(73, 193, 93);
	position: absolute;
	left: 0;
	bottom: 0;
}
.service-txt{
	width: 700px;
	height: 670px;
	background: #FFFFFF;
}
.service-txt p{
	margin: 50px 86px;
	font-size: 24px;
	line-height: 38px;
	color: #999999;
}
.service-txt p:first-child{
	font-size: 60px;
	color: #1cb234;
	margin-top: 150px;
}
@media only screen and (min-width: 100px) and (max-width: 414px) {
	.el-main{
		padding: 10px 0;
	}
	.service-box{
		width: 90%;
	}
	.service-img,
	.service-txt{
		width: 100%;
		height: auto;
	}
	.service-img div:first-child{
		width: 150px;
		height:auto;
		margin: 20px auto 40px;
	}
	.service-img div:nth-child(2) {
	    width: 100%;
	    height: 45px;
	    line-height: 46px;
	    font-size: 24px;
	}
	.service-txt p{
		margin: 10px 20px;
		font-size: 14px;
		line-height: 24px;
	}
	.service-txt p:first-child{
		font-size: 18px;
		margin-top: 20px;
	}
}
