@charset "utf-8";
.row_box{	
	width: 96%;
	max-width: 1200px;
	margin:10px auto 30px;
	border-radius: 5px;
	background: #fff;
	border: 1px solid #cfd4d0;
}



.choose{
	width: 90%;
	overflow: hidden;
	margin: 0 auto 20px;
}
	/*h1*/
	.choose h1{
		margin-bottom: 35px;
		text-align: center;
		border-bottom: 1px solid #e7e7e7;
	}
		.choose h1 span{
			color: #55b00c;
			font-size: 25px;
			font-weight:bolder;
			line-height: 40px;
			display: inline-block;
			padding: 0 25px;
			border-bottom: 3px solid #55b00c
		}
	/*text*/
	.choose .text{
		width: 100%;
		overflow: hidden;		
	}
		.choose .text h2{
			color: #55b00c;
			font-size: 22px;
			font-weight:bold;
			line-height: 30px;
			margin-top: 10px;
		}
		.choose .text h3{
			text-align: center;
			color: #55b00c;
			font-size: 22px;
			line-height: 35px;
			margin-top: 40px;
		}
		.choose .text p{
			color: #697e58;
			font-size: 20px;
			font-weight:bold;
			line-height: 24px;
		}
			.choose .text p img{
				display: block;
				width: 100%;
			}
	/*ul li*/
	.choose ul{
		display: block;
		width: 100%;
		overflow: hidden;
		margin-top: 20px;
	}
	.choose ul li{
		width: 25%;
		overflow: hidden;
		float: left;
		padding: 0 10px;
	}
	.choose ul li img{
		width: 100%;
		overflow: hidden;
	}
@media only screen and (max-width: 640px) {
	.choose ul li{
		width: 50%;
		margin-bottom: 5px;
	}
}