/*$$
{"color":[{"val":"#e8e8e8","title":"英文栏目标题"},{"val":"#4a4a4a","title":"栏目标题"},{"val":"#686868","title":"栏目简介文字颜色"},{"val":"#fff","title":"产品标题文字颜色"},{"val":"#ababab","title":"产品简介文字颜色"},{"val":"#666e80","title":"查看更多文字颜色"},{"val":"#3388ff","title":"鼠标滑过‘查看更多’文字"}],"background":[{"val":"#737373","title":"产品标题背景颜色"},{"val":"#3388ff","title":"鼠标滑过产品标题背景/查看更多边框"},{"val":"#f7f7f7","title":"产品简介背景颜色"}],"border":[{"val":"#e1e1e1","title":"产品图片边框"},{"val":"#e6e8ed","title":"查看更多按钮边框"}]}
$$*/


#products_146{


	width: 100%;


	padding-top: 60px;


}


#products_146 .products_top{


	width: 100%;


	margin-bottom: 20px;


	display: block;


}


#products_146 .products_top .title-1{


	color: #e8e8e8;


	font-size: 35px;


	text-align: center;


	font-weight: bold;


	line-height: 50px;


}


#products_146 .products_top .title-2{


	color: #4a4a4a;


	font-size:24px;


	text-align: center;


	line-height: 30px;


	margin-top: -25px;


}


#products_146 .products_top .title-3{


	font-size: 14px;


	text-align: center;


	line-height: 30px;


	color: #686868;


	padding: 0 20px;


}


#products_146 .productsList{


	width: 1250px;


	margin: 0 auto;


}


#products_146 .productsList .item-li{


	width: 25%;


	float: left;


	padding:40px 25px;


}


#products_146 .itemBox{


	width: 100%;


	height: auto;


	display: block;


	overflow-y: auto;


	zoom: 1;


}


#products_146 .productsList .itemBox:hover{


	box-shadow: 0 0 10px 5px rgba(0,0,0,.1);


}


#products_146 .item-li .itemImg{


	width: 100%;


	height: 220px;


	border:#e1e1e1 solid 1px;


	border-bottom: none;
	overflow: hidden;

}


#products_146 .item-li .itemImg img{


	width: 100%;

	transition: transform .3s ease;
	height: 100%;


	object-fit: cover;


}

#products_146 .productsList .itemBox:hover .itemImg img{
	transform:scale(1.06);
}

#products_146 .item-li .itemTit{


	width: 100%;


	height: 45px;


	background: #737373;


	color: #fff;


	line-height: 45px;


	overflow: hidden;


	text-overflow:ellipsis;


	white-space: nowrap;


	padding: 0 20px;


	text-align: center;


	font-size: 18px;


}


#products_146 .productsList .itemBox:hover .itemTit{


	background: rgba(170, 0, 0, 1);


}


#products_146 .item-li .itemCon{

	width: 100%;

	height:90px;

	background: #f7f7f7;
	position: relative;

}

#products_146 .item-li .itemCon .detail{

	width: 100%;

	overflow: hidden;

	text-overflow: ellipsis;

	cursor:pointer;

	display: -webkit-box;

	-webkit-line-clamp: 2;

	-webkit-box-orient: vertical;

	padding:5px 40px;

	line-height: 30px;

	text-align: center;

	font-size: 14px;

	color: #ababab;

}


#products_146 .item-li .itemCon::after{

	background: url(/static/images/product_05_06.png) no-repeat;

	content: '';

	background-size: 100% 100%;

	width: 22px;

	height: 22px;

	position: absolute;

	right: 10px;

	bottom: 10px;

}


#products_146 .news-more{


	text-align: center;


	margin: 20px auto;


	width: 1200px;


}





#products_146 .news-more a {


	width: 100%;


	display: block;


	border:#e6e8ed 1px solid;


	color: #666e80;


	font-size: 14px;


	padding: 25px 0;


	overflow: hidden;


}


#products_146 .news-more a i {


	display: inline-block;


	vertical-align: middle;


	background: url(/static/images/product_05_05.png) no-repeat;


	width: 10px;


	height: 10px;


	margin-left: 10px;


}





#products_146 .news-more a:hover {


	border:#3388ff 1px solid ;


	color: rgba(170, 0, 0, 1);


}


@media screen and (max-width: 1260px){


	#products_146 .news-more{


		width: 90%;


	}


	#products_146 .productsList{


		width: 100%;


	}


}


@media screen and (max-width: 768px) {


	#products_146 .productsList .item-li{


		width: 50%;


		padding: 20px 10px;


	}


	#products_146 .item-li .itemImg{


		height: 120px;


	}


	#products_146 .item-li .itemTit{


		height: 35px;


		line-height: 35px;


		font-size: 14px;


	}


	#products_146 .item-li .itemCon{
		height: 85px;

	}
	#products_146 .item-li .itemCon .detail{

		line-height: 24px;

		padding: 5px 10px;

		font-size: 12px;

	}

	#products_146 .item-li .itemCon::after{

		width: 18px;

		height: 18px;

		bottom: 7px;

		right: 7px;

	}

	#products_146 .products_top .title-3{


		margin-top: 20px;


	}


	#products_146 .news-more a{


		padding: 15px 0;


	}


}