.quality {
	padding-top: 88px;
	padding-bottom: 128px;
	background: url('../images/quality_bottom_banner.jpg') center bottom no-repeat;
	background-size: 100%;
	background-color: #fff;
}
.quality .container {
	padding-top: 62px;
	
}
.quality .container > p {
	text-align: center;
	font-size: 18px;
	line-height: 40px;
	/*letter-spacing: 1px;*/
	color: #666666;
}
.quality .container > p + p {
	margin-top: 10px;
}
.quality .container > p i {
	color: #77b725;
	line-height: 40px;
}
.quality .container ul {
	overflow: hidden;
	padding-top: 46px;
}
.quality .container li {
	width: 33%;
	margin-right: 0.5%;
	padding: 40px 40px 44px;
	background-color: #f8f8f8;
}
.quality .container li:last-child {
	margin: 0;
}
.quality .container li p {
	font-size: 18px;
	line-height: 20px;
	color: #333;
	text-align: center;
	padding-top: 34px;
}
.product {
	padding-top: 82px;
	padding-bottom: 136px;
	background-color: #fff;
}
.product .top {
	overflow: hidden;
	margin-top: 100px;
	border-top: 1px solid #edecec;
	border-left: 1px solid #edecec;
}
.product .top > div {
	width: 50%;
	height: 195px;
	overflow: hidden;
	border-bottom: 1px solid #edecec;
	background-color: #f8f8f8;
}
.product .top > div .left {
	width: 30%;
	height: 194px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-right: 1px solid #edecec;
}
.product .top > div .left img {
	width: 120px;
	height: auto;
}
.product .top > div .right {
	width: 70%;
	height: 194px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 0 34px;
	font-size: 15px;
	color: #333333;
	line-height: 35px;
	border-right: 1px solid #edecec;
}
.product .bottom {
	margin-top: 50px;
	overflow: hidden;
}
.product .bottom > div,
.other .container li {
	padding: 30px 30px;
	width: 24%;
	margin-right: 1.33%;
	background-color: #f8f8f8;
}
.product .bottom > div:last-child,
.other .container li:last-child {
	margin: 0;
}
.product .bottom > div p,
.other .container li p {
	font-size: 18px;
	color: #333333;
	text-align: center;
	padding-top: 24px;
}
.other .title h4, .other .title p {
	color: #fff;
}
.other .title p::after {
	background-color: #fff;
}
.other {
	padding-top: 84px;
	padding-bottom: 164px;
	background: linear-gradient(to bottom , #6cb900 58%, #fff 42%);
}
.other .container {
	padding-top: 52px;
}
.other .container > p {
	font-size: 16px;
	line-height: 42px;
	color: #ffffff;
	text-align: center;
}
.other .container ul {
	margin-top: 88px;
}
.other .container li {
}

@media(max-width: 768px) {
	.quality {
		padding: 2rem 0 1.8rem;
	}
	.quality .container {
		padding-top: 2.2rem;
	}
	.quality .container > p {
		font-size: 1rem;
		line-height: 1.8rem;
	}
	.quality .container ul {
		padding-top: 1.5rem;
	}
	.quality .container li {
		width: 100%;
		padding: 2rem 2rem 1.8rem;
	}
	.product {
		padding-top: 2rem;
		padding-bottom: 1.8rem;
	}
	.product .top {
		margin-top: 2rem;
	}
	.product .top > div {
		width: 100%;
		/*height: auto;*/
	}
	.product .top > div .left {
		/*border: none;*/
	}
	.product .top > div .left img {
		width: 80%;
	}
	.product .top > div .right {
		padding: 0.4rem 1rem;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 7;
		overflow: hidden;
		font-size: 0.8rem;
		line-height: 1.6rem;
		/*height: auto;*/
		/*border-left: 1px solid #edecec;*/
	}
	.product .bottom {
		margin-top: 2rem;
	}
	.product .bottom > div, .other .container li {
		width: 100%;
		margin-right: 0;
		padding: 2rem 2rem 1.8rem;
	}
	.other {
		padding: 2rem 0 2.2rem;
	}
}