/*$${"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_145{
	width: 100%;
	padding-top: 60px;
}
#products_145 .products_top{
	width: 100%;
	margin-bottom: 20px;
	display: block;
}
#products_145 .products_top .title-1{
	color: #e8e8e8;
	font-size: 35px;
	text-align: center;
	font-weight: bold;
	line-height: 50px;
}
#products_145 .products_top .title-2{
	color: #4a4a4a;
	font-size:24px;
	text-align: center;
	line-height: 30px;
	margin-top: -25px;
}
#products_145 .products_top .title-3{
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	color: #686868;
	padding: 0 20px;
}
#products_145 .productsList{
	width: 1250px;
	margin: 0 auto;
}
#products_145 .productsList .item-li{
	width: 49.9%;
	float: left;
	padding:40px 25px;
}
#products_145 .itemBox{
	width: 100%;
	height: auto;
	display: block;
	overflow-y: auto;
	zoom: 1;
}
#products_145 .productsList .itemBox:hover{
	box-shadow: 0 0 10px 5px rgba(0,0,0,.1);
}

#products_145 .item-li .itemImg{
	width: 100%;
	height: 428px;
	border:#e1e1e1 solid 1px;
	border-bottom: none;	overflow: hidden;
}
#products_145 .item-li .itemImg img{
	width: 100%;	transition: transform .3s ease;
	height: 100%;
	object-fit: cover;
}#products_145 .productsList .itemBox:hover .itemImg img{
	transform:scale(1.06);
}
#products_145 .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_145 .productsList .itemBox:hover .itemTit{
	background: #3388ff;
}
#products_145 .item-li .itemCon{
	width: 100%;
	height:90px;
	background: #f7f7f7;	position: relative;
}
#products_145 .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_145 .item-li .itemCon::after{
	background: url(/static/images/CP000013_02.png) no-repeat;
	content: '';
	background-size: 100% 100%;
	width: 22px;
	height: 22px;
	position: absolute;
	right: 10px;
	bottom: 10px;
}
#products_145 .news-more{
	text-align: center;
	margin: 20px auto;
	width: 1200px;
}

#products_145 .news-more a {
	width: 100%;
	display: block;
	border:#e6e8ed 1px solid;
	color: #666e80;
	font-size: 14px;
	padding: 25px 0;
	overflow: hidden;
}
#products_145 .news-more a i {
	display: inline-block;
	vertical-align: middle;
	background: url(/static/images/CP000013_01.png) no-repeat;
	width: 10px;
	height: 10px;
	margin-left: 10px;
}

#products_145 .news-more a:hover {
	border:#3388ff 1px solid ;
	color: #3388ff;
}
@media screen and (max-width: 1260px){
	#products_145 .news-more{
		width: 90%;
	}
	#products_145 .productsList{
		width: 100%;
	}
}
@media screen and (max-width: 768px) {	#products_145{
		padding-top: 20px;
	}
	#products_145 .productsList .item-li{
		width: 50%;
		padding: 20px 10px;
	}
	#products_145 .item-li .itemImg{
		height: 120px;
	}
	#products_145 .item-li .itemTit{
		height: 35px;
		line-height: 35px;
		font-size: 14px;
	}
	#products_145 .item-li .itemCon{		height: 85px;
	}	#products_145 .item-li .itemCon .detail{
		line-height: 24px;
		padding: 5px 10px;
		font-size: 12px;
	}
	#products_145 .item-li .itemCon::after{
		width: 18px;
		height: 18px;
		bottom: 7px;
		right: 7px;
	}
	#products_145 .products_top .title-3{
		margin-top: 20px;
	}
	#products_145 .news-more a{
		padding: 15px 0;
	}
}