.productlist{
	margin-bottom: 2.5rem;
}
.productitem .proimg{
	overflow: hidden;
}
.productitem .proimg img{
	transition: all 0.5s; 
	width: 100%;
}
.productitem:hover .proimg img{
	transform: scale(1.1); 
}

.probox{
	padding: 1.25rem 0.625rem 0.9375rem;
	border-bottom: #ebebeb 1px solid;
	transition: all 1s;
	
}
.productitem:hover .probox{
	border-bottom: #07913a 1px solid;
}

.proname{
	font-size: 1rem;
	color: #000;
	font-weight: bold;
}
.prozs{
	font-size: 12px;
	color: #4f4f4f;
}
.cple{
	height: 337px;
	background: #07913a url(../img/lbbg.jpg) no-repeat right bottom;
	padding: 4.0625rem 3.125rem;
	font-size: 2rem;
	font-weight: bold;
	color: #fff;
}


@media only screen and (max-width: 1200px) {
	.cple{
		height: 297px;
	}
	
}
@media only screen and (max-width: 992px) {
	.cple{
		height: 305px;
	}
	.productitem,.cple{
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 768px) {
	.cple{
		height: auto;
		background-size: auto 100%; 
		padding: 2rem 3rem;
	}
}