.quality_content{
	width: 100%;
	overflow: hidden;
}
.quality_title{
	width: 100%;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #ebebeb;
	padding: 20px 0 0;
}
.quality_title h1{
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	line-height: 55px;
	padding-left: 10px;
}
.quality_title p{
	position: absolute;
	right: 0;
	bottom: 15px;
	color: #333333;
	font-size: 14px;
}
.quality_title p img{
	margin: -2px 5px 0 0;
}
@media only screen and (max-width:767px ) {
	.quality_title{
		padding: 20px 0 10px;
	}
	.quality_title h1{
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 10px;
		padding: 0;
	}
	.quality_title p{
		position: static;
		right: 0;
		bottom: 0px;
	}
}
/*Product Quality Assurance*/
.assurance_content{
	width: 100%;
	overflow: hidden;
	padding: 25px 0;
	color: #000000;
	line-height: 20px;
	font-size: 13px;
	text-align: justify;
}
.assurance_content img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.assurance_content h5{
	line-height: 20px;
}
.assurance_content table{
	width: 100%;
	text-align: center;
	border: 1px solid #dee2e6;
	line-height: 35px;
}
.assurance_content table tr:nth-of-type(2n){
	background-color: #fdfdfd;
}
.assurance_content table tr:nth-of-type(2n+1){
	background-color: #f5f5f5;
}
.assurance_content table tr:nth-of-type(1){
	background-color: #c0182f;
	color: #FFFFFF;
}
@media only screen and (max-width:991px ) {
	.assurance_content{
		padding: 15px 10px 25px;
	}
}
@media only screen and (max-width:767px ) {
	.assurance_content{
		padding: 15px 0px 25px;
	}
}
/*Inspection Facility*/
.inspection_content{
	width: 100%;
	overflow: hidden;
}
.inspection_content ul{
	width: 100%;
	overflow: hidden;
	padding: 25px 0;
}
.inspection_content ul li{
	width: calc(25% - 22.5px);
	width: -moz-calc(25% - 22.5px);
	width: -webkit-calc(25% - 22.5px);
	overflow: hidden;
	float: left;
	text-align: center;
}
.inspection_content ul li a{
	display: block;
	width: 100%;
	overflow: hidden;
	background-color: #f4f4f4;
}
.inspection_content ul li a img{
	width: 100%;
	transition: all 0.5s;
}
.inspection_content ul li h4{
	font-size: 15px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	color: #333333;
	background-color: #cccccc;
	transition: all 0.5s;
}
.inspection_content ul li:hover a img{
	transform: scale(1.1);
}
.inspection_content ul li:hover h4{
	color: #ffffff;
	background-color: #c0182f;
}
@media only screen and (max-width:991px ) {
	.inspection_content ul li{
		width: calc(50% - 15px);
		width: -moz-calc(50% - 15px);
		width: -webkit-calc(50% - 15px);
	}
	.inspection_content ul li:nth-of-type(2n+1){
		margin: 0 15px 30px 0;
	}
	.inspection_content ul li:nth-of-type(2n){
		margin: 0 0 30px 15px;
	}
}
@media only screen and (max-width:767px ) {
	.inspection_content ul li{
		width: calc(50% - 5px);
		width: -moz-calc(50% - 5px);
		width: -webkit-calc(50% - 5px);
	}
	.inspection_content ul li:nth-of-type(2n+1){
		margin: 0 5px 10px 0;
	}
	.inspection_content ul li:nth-of-type(2n){
		margin: 0 0 10px 5px;
	}
	.inspection_content ul li h4{
		font-size: 12px;
		height: 40px;
	}
}
@media only screen and (min-width:992px ) {
	.inspection_content ul li{
		width: calc(33.33% - 20px);
		width: -moz-calc(33.33% - 20px);
		width: -webkit-calc(33.33% - 20px);
	}
	.inspection_content ul li:nth-of-type(3n+1){
		margin: 0 20px 30px 0;
	}
	.inspection_content ul li:nth-of-type(3n+2){
		margin: 0 10px 30px;
	}
	.inspection_content ul li:nth-of-type(3n){
		margin: 0 0 30px 20px;
	}
}
@media only screen and (min-width:1250px ) {
	.inspection_content ul li{
		width: calc(25% - 22.5px);
		width: -moz-calc(25% - 22.5px);
		width: -webkit-calc(25% - 22.5px);
	}
	.inspection_content ul li:nth-of-type(4n+1){
		margin: 0 22.5px 30px 0;
	}
	.inspection_content ul li:nth-of-type(4n+2){
		margin: 0 15px 30px 7.5px;
	}
	.inspection_content ul li:nth-of-type(4n+3){
		margin: 0 7.5px 30px 15px;
	}
	.inspection_content ul li:nth-of-type(4n){
		margin: 0 0 30px 22.5px;
	}
}
/*Case*/
.case_list{
	width: 100%;
	overflow: hidden;
	padding: 25px 0;
}
.case_list a{
	display: block;
	text-align: center;
	float: left;
	font-size: 14px;
	color: #666666;
}
.case_list a .case_img{
	width: 100%;
	margin-bottom: 10px;
	overflow: hidden;
}
.case_list a .case_img img{
	transition: all 0.5s;
	width: 100%;
}
.case_list a p{
	height: 36px;
	line-height: 18px;
	overflow: hidden;
}
.case_list a:hover{
	color: #c0182f;
}
.case_list a:hover .case_img img{
	transform: scale(1.1);
}
@media only screen and (max-width:991px ) {
	.case_list a{
		width: calc(50% - 15px);
		width: -moz-calc(50% - 15px);
		width: -webkit-calc(50% - 15px);
	}
	.case_list a:nth-of-type(2n+1){
		margin: 0 15px 30px 0;
	}
	.case_list a:nth-of-type(2n){
		margin: 0 0 30px 15px;
	}
}
@media only screen and (max-width:767px ) {
	.case_list a{
		width: calc(50% - 5px);
		width: -moz-calc(50% - 5px);
		width: -webkit-calc(50% - 5px);
		font-size: 12px;
	}
	.case_list a:nth-of-type(2n+1){
		margin: 0 5px 10px 0;
	}
	.case_list a:nth-of-type(2n){
		margin: 0 0 10px 5px;
	}
	.case_list a .case_img{
		margin-bottom: 5px;
	}
	.case_list a p{
		height: 32px;
		line-height: 16px;
		overflow: hidden;
	}
}
@media only screen and (min-width:992px ) {
	.case_list a{
		width: calc(33.33% - 20px);
		width: -moz-calc(33.33% - 20px);
		width: -webkit-calc(33.33% - 20px);
	}
	.case_list a:nth-of-type(3n+1){
		margin: 0 20px 30px 0;
	}
	.case_list a:nth-of-type(3n+2){
		margin: 0 10px 30px;
	}
	.case_list a:nth-of-type(3n){
		margin: 0 0 30px 20px;
	}
}
@media only screen and (min-width:1250px ) {
	.case_list a{
		width: calc(25% - 22.5px);
		width: -moz-calc(25% - 22.5px);
		width: -webkit-calc(25% - 22.5px);
	}
	.case_list a:nth-of-type(4n+1){
		margin: 0 22.5px 30px 0;
	}
	.case_list a:nth-of-type(4n+2){
		margin: 0 15px 30px 7.5px;
	}
	.case_list a:nth-of-type(4n+3){
		margin: 0 7.5px 30px 15px;
	}
	.case_list a:nth-of-type(4n){
		margin: 0 0 30px 22.5px;
	}
}
/*case详情*/
.case_content{
	width: 100%;
	overflow: hidden;
	padding: 25px 50px;
}
.case_title{
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.case_title h4{
	font-size: 24px;
	color: #333333;
	margin-bottom: 20px;
}
.case_title p{
	width: 100%;
	overflow: hidden;
	line-height: 35px;
	background-color: #f9f9f9;
	color: #a0a0a0;
}
.case_title p span{
	display: inline-block;
	margin: 0 15px;
}
.case_title p img{
	margin: -2px 5px 0 0;
}
.case_details{
	width: 100%;
	overflow: hidden;
	padding: 30px 0 60px;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}
.case_details img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.related_case,.recommend_products{
	width: 100%;
	overflow: hidden;
	padding: 0 0 15px;
}
.related_case>h4,.recommend_products>h4{
	background-color: #b4b4b4;
	font-size: 18px;
	color: #FFFFFF;
	padding: 0 20px;
	line-height: 45px;
	margin-bottom: 25px;
}
.related_case ul{
	width: 100%;
	overflow: hidden;
}
.related_case ul li{
	width: 100%;
	height: 45px;
	overflow: hidden;
	border-bottom: 1px dashed #f0f0f0;
	color: #666666;
	font-size: 14px;
	line-height: 45px;
	padding: 0 0 0 15px;
	position: relative;
}
.related_case ul li span{
	float: right;
}
.related_case ul li img{
	width: 6px;
	position: absolute;
	left: 0;
	top: 16px;
}
.related_case ul li a{
	display: inline-block;
	width: calc(100% - 90px);
	width: -moz-calc(100% - 90px);
	width: -webkit-calc(100% - 90px);
	height: 45px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.recommend_products a{
	overflow: hidden;
	position: relative;
	cursor: pointer;
	display: block;
	float: left;
}
.recommend_products a .product_img{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.recommend_products a .product_img img{
	width: 100%;
}
.recommend_products a .product_txt{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	background-color: rgba(192,24,47,0.86);
	color: #FFFFFF;
	padding: 20px;
	line-height: 18px;
	z-index: 10;
	transition: all 0.5s;
	opacity: 0;
}
.recommend_products a .product_txt h4{
	font-size: 18px;
	margin-bottom: 10px;
}
.recommend_products a:hover .product_txt{
	opacity: 1;
}
@media only screen and (max-width:991px ){
	.case_content{
		padding: 25px 0;
	}
	.recommend_products a{
		width: calc(50% - 20px);
		width: -moz-calc(50% - 20px);
		width: -webkit-calc(50% - 20px);
	}
	.recommend_products a:nth-of-type(2n+1){
		margin: 0 20px 30px 0;
	}
	.recommend_products a:nth-of-type(2n){
		margin: 0 0 30px 20px;
	}
}
@media only screen and (max-width:767px ) {
	.case_details {
	    padding: 20px 0 30px;
	}
	.case_title h4 {
	    font-size: 20px;
	    margin-bottom: 10px;
	}
	.related_case ul li{
		width: 100%;
		height: 35px;
		overflow: hidden;
		border-bottom: 1px dashed #f0f0f0;
		color: #666666;
		font-size: 12px;
		line-height: 35px;
		position: relative;
	}
	.related_case ul li img{
		width: 5px;
		position: absolute;
		left: 0;
		top: 13px;
	}
	.related_case ul li a{
		width: calc(100% - 75px);
		width: -moz-calc(100% - 75px);
		width: -webkit-calc(100% - 75px);
		height: 35px;
	}
	.related_case>h4,.recommend_products>h4{
		font-size: 14px;
		padding: 0 10px;
		line-height: 35px;
		margin-bottom: 15px;
	}
	.recommend_products a{
		width: calc(50% - 5px);
		width: -moz-calc(50% - 5px);
		width: -webkit-calc(50% - 5px);
	}
	.recommend_products a:nth-of-type(2n+1){
		margin: 0 5px 10px 0;
	}
	.recommend_products a:nth-of-type(2n){
		margin: 0 0 10px 5px;
	}
	.recommend_products a .product_txt p{
		display: none;
	}
}
@media only screen and (min-width:992px ) {
	.recommend_products a{
		width: calc(33.33% - 24px);
		width: -moz-calc(33.33% - 24px);
		width: -webkit-calc(33.33% - 24px);
	}
	.recommend_products a:nth-of-type(3n+1){
		margin: 0 24px 30px 0;
	}
	.recommend_products a:nth-of-type(3n+2){
		margin: 0 12px 30px;
	}
	.recommend_products a:nth-of-type(3n){
		margin: 0 0 30px 24px;
	}
}
@media only screen and (min-width:1250px ) {
	.recommend_products a{
		width: calc(25% - 30px);
		width: -moz-calc(25% - 30px);
		width: -webkit-calc(25% - 30px);
	}
	.recommend_products a:nth-of-type(4n+1){
		margin: 0 30px 30px 0;
	}
	.recommend_products a:nth-of-type(4n+2){
		margin: 0 20px 30px 10px;
	}
	.recommend_products a:nth-of-type(4n+3){
		margin: 0 10px 30px 20px;
	}
	.recommend_products a:nth-of-type(4n){
		margin: 0 0 30px 30px;
	}
}