/* CSS Document */
@charset "utf-8";
.container{ }
.s1_c .s1_ci{float:left;width: 25%;}
.s1_c .s1_ci .s1_cia{height: 140px;padding-top: 58px;background: #078f22;}
.s1_c .s1_ci:nth-child(2n) .s1_cia{background: #267731;}
.s1_c .s1_ci .s1_cia .s1_ciab{text-align: center;margin-top: 28px;font-size: 16px;color: #fff;}
.s1_c .s1_ci .s1_cib img{max-width: 100%;height: auto;}
.s1_c .s1_ci .s1_cib{overflow: hidden;}
.s1_c .s1_ci .s1_cia .s1_ciaa img{max-width: 100%;height: auto;}
.s1_c .s1_ci .s1_cib img{
	transition: transform 0.6s;
	-moz-transition: transform 0.6s; 
	-webkit-transition: transform 0.6s; 
	-o-transition: transform 0.6s;
	max-width: 100%;
	
}
.s1_c .s1_ci:hover .s1_cib img{
	transform:scale(1.1);
-ms-transform:scale(1.1); 	
-moz-transform:scale(1.1); 	
-webkit-transform:scale(1.1); 
-o-transform:scale(1.1); 
}

@media only screen and (max-width:1600px){
	.s1_c .s1_ci .s1_cia{padding-top: 38px;height: 120px;}
	.s1_c .s1_ci .s1_cia .s1_ciab{font-size: 14px;}
}
@media only screen and (max-width:1400px){
	.s1_c .s1_ci .s1_cia{padding-top: 28px;height: 100px;}
	.s1_c .s1_ci .s1_cia .s1_ciab{font-size: 13px;margin-top: 20px;}
}

.section2{margin-top: 120px;}
.s2_c{margin-left: -60px;width: 1400px;}
.s2_c dl{float:left;width: 200px;text-align: center;}
.s2_c dl dt a{font-size: 16px;color: #282828;}
.s2_c dl dt:hover a{color: #267731;}
.s2_c dl dt{margin-bottom: 15px;}
.s2_c dl dd{line-height: 26px;}
.s2_c dl dd a{font-size: 14px;color: #8a8a8a;}
.s2_c dl dd:hover a{color: #267731;}

.section3{margin-top: 80px;}
.s3_c{padding-left: 11px;}
.s3_c .txt{margin-left: 29px;width: 344px;height: 57px;border:1px solid #e5e5e5;padding: 0 17px;font-size: 16px;}
.s3_c .sbt{float:right;margin-right: 40px;width: 380px;height: 59px;background: #267731;font-size: 16px;color: #fff;}