
.pro-cate .item{
	margin:30px 0;
	position: relative;
}
.pro-cate .item .content{
	padding: 40px;
	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{
    position: relative;
	padding: 20px 0;
	font-size: 20px;
}
.pro-cate .item .content .en-tit::after{
    content:'';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35px;
	height: 3px;
	background-color: #ffffff;
}
.pro-cate .item .content .desc{
	padding: 20px 0;
	font-size: 15px;
	line-height: 1.8;
}
.pro-cate .item .content .more a{
	display: inline-block;
	width: 168px;
	height: 43px;
	line-height: 43px;
	border: solid 1px #ffffff;
	text-align: center;
	color: #fff
}
.pro-list{
    padding: 30px 0;
}
.pro-list .item{
	margin-bottom: 21px;
	flex-shrink: 0;
	padding: 10px 10px 0 10px;
	display: block;
	background-color: #ffffff;
	border: solid 1px #dddddd;
	border-radius: 8px;
}
.pro-list .item:hover{
    background-color: #0747b0;
	border: solid 1px #0747b0;
	color: #fff;
}
.pro-list .item:nth-of-type(5n){
	margin-right: 0
}
.pro-list .item .name{
    margin: 15px 0;
	position: relative;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	color: #1d1d1d;
}
.pro-list .item .name::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 2px;
	height: 16px;
	background-color: #0068b7;
}
.pro-list .item .name::after{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 2px;
	height: 16px;
	background-color: #0068b7;
}
.pro-list .item:hover .name{
    color: #fff;
}
.pro-list .item:hover::before{
    background-color: #fff;
}
.pro-list .item:hover::after{
    background-color: #fff;
}
