
.banner img{
	width: 100%;
}
.sec1{
	padding: 110px 0 120px;
}
.sec1 .title{
	text-align: center;
	margin-bottom: 60px;
	font-size: 40px;
	color: #333;
	font-weight: lighter;
}
.sec1 .title .line{
	width: 60px;
	height: 2px;
	background-color: #a3c630;
	display: inline-block;
	vertical-align: middle;
}
.sec1 .title .line:first-child{
	margin-right: 50px;
}
.sec1 .title .line:last-child{
	margin-left: 50px;
}
.sec1 li{
	margin-bottom: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
}
.sec1 li:nth-child(even){
	flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
}
.sec1 li:last-child{
	margin-bottom: 0;
}
.sec1 li .img-box{
	width: 66.67%;
}
.sec1 li:nth-child(even) .img-box{
	margin-left: -4.17%;
}
.sec1 li:nth-child(odd) .img-box{
	margin-right: -4.17%;
}
.sec1 li .img-box img{
	width: 100%;
}
.sec1 li .text-box{
	width: 37.5%;
	height: 300px;
	border: 2px solid #a3c630;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	-webkit-flex-direction: column;
	padding: 0 8%;
}
.sec1 li .text-box img{
	margin-bottom: 30px;
}
.sec1 li .text-box h5{
	font-size: 24px;
	color: #333;
	font-weight: normal;
	margin-bottom: 15px;
}
.sec1 li .text-box p{
	font-size: 14px;
	color: #333;
	line-height: 24px;
}
.sec1 li .text-box img,.sec1 li .text-box h5,.sec1 li .text-box p{
	max-width: 100%;
}
@media only screen and (max-width:1366px){
}
@media only screen and (max-width:1024px){
	.sec1 .title{
		font-size: 36px;
	}
	.sec1 .title .line:first-child{
		margin-right: 30px;
	}
	.sec1 .title .line:last-child{
		margin-left: 30px;
	}
}
@media only screen and (max-width:768px){
	.sec1{
		padding: 2.1875rem 0 3.125rem;
	}
	.sec1 .title{
		margin-bottom: 1.875rem;
		font-size: 1.125rem;
	}
	.sec1 .title .line{
		width: 1.875rem;
		height: 1px;
	}
	.sec1 .title .line:first-child{
		margin-right: 0.3125rem;
	}
	.sec1 .title .line:last-child{
		margin-left: 0.3125rem;
	}
	.sec1 li{
		margin-bottom: 1.5625rem;
		display: block;
		-webkit-display: block;
	}
	.sec1 li .img-box{
		width: 100%;
	}
	.sec1 li:nth-child(odd) .img-box{
		margin-left: 0;
	}
	.sec1 li:nth-child(even) .img-box{
		margin-right: 0;
	}
	.sec1 li .text-box{
		width: 90.77%;
		height: auto;
		border: 0.0625rem solid #a3c630;
		display: block;
		-webkit-display: block;
		padding: 3.125rem 1.25rem 1.6875rem;
		margin: -1.5625rem auto 0;
		position: relative;
		z-index: 1;
	}
	.sec1 li .text-box img{
		margin-bottom: 1rem;
		width: 3.125rem;
	}
	.sec1 li .text-box h5{
		font-size: 1.125rem;
		margin-bottom: 0.625rem;
	}
	.sec1 li .text-box p{
		font-size: 0.75rem;
		line-height: 1.25rem;
	}
}
@media only screen and (max-width:414px){
}
@media only screen and (max-width:320px){
}