
.pro-cate .item{
	margin:50px 0;
	position: relative;
}
.pro-cate .item .content{
	padding-left: 63px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff
}
.pro-cate .item .content .tit{
	font-size: 30px;
}
.pro-cate .item .content .en-tit{
	padding: 20px 0;
	font-size: 15px;
}
.pro-cate .item .content .more a{
	display: inline-block;
	width: 148px;
	height: 43px;
	line-height: 43px;
	border: solid 1px #ffffff;
	text-align: center;
	color: #fff
}

.pro-list{
	flex-wrap: wrap;
	padding-top: 56px;
	display: flex;
}
.pro-list .item{
	margin-bottom: 43px;
	margin-right: 43px;
	flex-shrink: 0;
	display: block;
	width:327px;
	background-color: #ffffff;
	padding-bottom: 15px;
}
.pro-list .item:nth-of-type(4n){
	margin-right: 0
}
.pro-list .item .img{
	height: 250px;
	overflow: hidden;
	background: #000000;
}
.pro-list .item .info{
	padding: 0 16px;
}
.pro-list .item .name{
	position: relative;
	height: 53px;
	line-height: 53px;
	font-size: 17px;
	color: #000000;
}
.pro-list .item .name::after{
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 35px;
	height: 3px;
	background-color: #e42828;
}
.pro-list .item:hover .name{
	color: #e42828;
}
.pro-list .item .desc{
	margin-top: 15px;
	height: 62px;
	overflow: hidden;
	color: #8d8d8d;
	font-size: 14px;
}