
.partFourCon {
	width:100%;
    float:left;
	overflow:hidden;
	height:30px;
	margin-bottom: 5px;
	/* padding:25px 0; */
}
.partFourM {
	position:relative;
	overflow:hidden;
}
.partFourCon li {
	float:left;
	width:81px;
	display:inline;
    margin-right:22px;

	display:flex;
	justify-content:center;
	align-items:center;
	transition:all .5s ease-in-out;
}
.xwdt {
	position:relative;
	/* overflow:hidden; */
	
	width:100%;
	height:100%;
	transition:all .5s ease-in-out;
}
.xwdt img {
	width:100%;
	height:100%;
	border-radius: 5px;	
}
/* .tmaskleft{
	width:200px;
	background-image: linear-gradient(to right, #F8FBFE, rgba(255,255,255,0));
	height: 100%;
	position: absolute;
	left:-50px;top:0;bottom:0;
	z-index: 999;
} */
/* .tmaskright{
	width:200px;
	background-image: linear-gradient(to right,  rgba(255,255,255,0),#F8FBFE);
	height: 100%;
	position: absolute;
	right:-50px;top:0;bottom:0;
	z-index: 999;
} */