.coContent{
	width: 62%;
	margin-left: 19%;
}
.zmContent{
	width: 100%;
	margin-top: 60px;
	height: 520px;
	display: flex;
	align-items: flex-start;
}
.zmItem{
	width: 25%;
	height: 460px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
}
.zmItemCon{
	
	position: relative;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	z-index: 99;
}
.zmItemCon{
	top: 0;
	right: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.85);
}
.zmItem:hover{
	color: #fff;
	width: 28%;
	height: 520px;
}
.zmItem:hover .zmItemCon{
	background-color: rgba(255, 255, 255, 0);
}
.contentImg{
	width: 100%;
	display: flex;
	margin-top: 26px;
	flex-direction: column;
	height: 410px;
	box-sizing: border-box;
	padding-top: 30px;
	padding-bottom: 80px;
	justify-content: space-between;
	/* border: 1px solid black; */
}
.contentImgs{
	width: 100%;
	height: 120px;
	display: flex;
	justify-content: space-between;
	/* border: 1px solid black; */
}
.contentImgs a{
	width: 16%;
	height: 100%;
}
.contentImgs img{
	width: 100%;
	height: 100%;
}
