﻿.index .banner img{
	width: 100%;
}
.index .sec1{
	padding: 100px 0;
}
.index .sec1 .img{
	display: inline-block;
	vertical-align: middle;
	width: 50%;
}
.index .sec1 .img img{
	width: 86%;
}
.index .sec1 .text{
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	padding-right: 5.5%;
}
.index .sec1 .text h3{
	font-size: 32px;
	color: #333;
	font-weight: lighter;
	margin-bottom: 26px;	
}
.index .sec1 .text p{
	font-size: 14px;
	color: #666;
	line-height: 28px;
}
.index .sec2{
	background-color: #7ac142;
	padding: 35px 0;
}
.index .sec2 .img{
	display: inline-block;
	vertical-align: middle;
	width: 50%;
}
.index .sec2 .img img{
	width: 99%;
}
.index .sec2 .text{
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	padding-left: 3.75%;
	padding-right: 8.25%;
}
.index .sec2 .text img{
	margin-bottom: 40px;
}
.index .sec2 .text h3{
	font-size: 24px;
	color: #fff;
	font-weight: lighter;
	margin-bottom: 15px;	
}
.index .sec2 .text p{
	font-size: 14px;
	color: #d1f6b4;
	line-height: 24px;
}
.index .sec3{
	padding: 110px 0 100px;
	background-color: #f4f4f4;
	text-align: center;
}
.index .sec3 h3{
	font-size: 32px;
	color: #222;
	font-weight: lighter;
	margin-bottom: 50px;
}
.index .sec3 li{
	display: inline-block;
	vertical-align: top;
	width: 25.8%;
	margin-right: 2.9%;
	margin-bottom: 2.9%;
	border-style: solid;
	border-width: 1px;
	border-color: #e1e1e1;
	background-color: #fff;
	border-radius: 8px;
	height: 200px;
}
.index .sec3 li:hover{
	border-width: 2px;
	border-color: #8cce5c;
}
.index .sec3 li a{
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
}
.index .sec3 li img{
	margin-bottom: 20px;
}
.index .sec3 li p{
	font-size: 20px;
	color: #333;
}
.index .sec3 li:hover p{
	color: #8cce5c;
}
@media only screen and (max-width:1366px){
}
@media only screen and (max-width:1024px){
	.index .sec1{
		padding: 2.1875rem 6.66% 2.5rem;
	}
	.index .sec1 .img{
		width: 100%;
		margin-bottom: 1.875rem;
	}
	.index .sec1 .img img{
		width: 100%;
	}
	.index .sec1 .text{
		width: 100%;
		padding-right: 0;
	}
	.index .sec1 .text h3{
		font-size: 1.3125rem;
		margin-bottom: 1.625rem;
		text-align: center;	
	}
	.index .sec1 .text p{
		font-size: 0.875rem;
		line-height: 1.5625rem;
	}
	.index .sec2{
		padding: 2.1875rem 8% 2.5rem;
	}
	.index .sec2 .img{
		width: 100%;
		margin-bottom: 1.75rem;
	}
	.index .sec2 .img img{
		width: 100%;
	}
	.index .sec2 .text{
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.index .sec2 .text img{
		margin-bottom: 1.75rem;
		width: 76.66%;
	}
	.index .sec2 .text h3{
		font-size: 1.3125rem;
		margin-bottom: 0.75rem;	
	}
	.index .sec2 .text p{
		font-size: 0.75rem;
		line-height: 1.25rem;
	}
	.index .sec3{
		padding: 3.125rem 4%;
	}
	.index .sec3 h3{
		font-size: 1.3125rem;
		margin-bottom: 1.5625rem;
	}
	.index .sec3 li{
		width: 47.8%;
		margin-right: 4.4%;
		margin-bottom: 4.4%;
		border-radius: 0.25rem;
		height: 6.875rem;
	}
	.index .sec3 li:nth-child(even){
		margin-right: 0;
	}
	.index .sec3 li:nth-last-child(1),.index .sec3 li:nth-last-child(2){
		margin-bottom: 0;
	}
	.index .sec3 li img{
		margin-bottom: 0.8125rem;
		width: 2.6875rem;
	}
	.index .sec3 li p{
		font-size: 0.75rem;
	}
}
@media only screen and (max-width:414px){
	
}