@charset "utf-8";

.banner-wrap{
	background-image: url(../images/banner_products.jpg);
}
.banner img{
	display: block;
	padding-top: 255px;
}
.products-wrapper{
	margin: 20px auto 24px;
	min-width: 980px;
}
.products-title-wrap{
	width: 980px;
	margin: 0 auto;
}
.products-title{
	height: 41px;
	width: 156px;
	padding-left: 24px;
	color: #ffffff;
	line-height: 41px;
	font-size: 14px;
	/*background-repeat: no-repeat; */
	/*background: rgb(255,174,0);*/
	/*background: linear-gradient(100deg, transparent 10%, rgb(255,174,0) 10%, rgb(255,174,0) 90%, transparent 90%) -10% top/100% 100% no-repeat;*/
}
.meatl .products-title{
	background-image: url("../images/icon_meatl rarts.png");
}
.plastic .products-title{
	background-image: url(../images/icon_farts.png);
}
.products-wrap{
	max-width: 1090px;
	min-width: 980px;
	background-color: #f2f2f2;
	margin: 16px auto;
}
.products{
	width: 1000px;
	padding: 24px 0;
	margin: 0 auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 0;
}
.products>div{
	width: 224px;
	/*height: 197px;*/
	border-bottom: solid #ffae00 4px;
	margin-left: 20px;
	margin-bottom: 20px;
	display: inline-block;
	*display:inline;
 	*zoom:1;
}
.products .img{
	height: 161px;
	display: -ms-flexbox;
	display: flex;
	align-content: center;
	-ms-flex-align:center;
	align-items: center;
}
.products .img img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.products .title{
	height: 36px;
	line-height: 36px;
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack:center;
	justify-content: center;
	-ms-flex-align:center;
	align-items: center;
	background-color: #ffffff;
}
.products .title>span{
	display: inline-block;
	vertical-align: middle;
	line-height: 18px;
	font-size: 18px;
	color: #333333;
}
