
.zcur a:hover{
	
	box-sizing: border-box;
    transition: all 0.3s ease-in-out;
}
.zcur a:hover .ztxt h3{
	color: #e60000;
}
.zcur a:hover .ztxt span{
	opacity: 1;
}


.Box .BoxSwitch {margin-top: 30px;text-align: center;}

.zcur a{
	display: block;
	width: 100%;
	height: 215px;
	position: relative;
}
.zcur .zpic{
	width: 100%;
	height: 215px;
	overflow: hidden;
	text-align: center;

}
.zcur .zpic img{
	width: 100%;
	height: 215px;
}
.zcur .ztxt{
	padding: 0 28px;
	text-align: center;
}
.zcur .ztxt h3{
	font-weight: normal;
	font-size: 18px;
	margin: 1rem 0 0 0;
}
.zcur .ztxt p{
	font-size: 18px;
	line-height: 22px;
}
.zcur .ztxt span{
	font-size: 12px;
	color: #e60000;
	display: block;
	opacity: 0;
	transition: all .4s;
}
/* .cur .txt span img{
	width: auto;
} */
.zcontaier_small{
	width: 1200px;
}










.zcur a:hover .zhover_box2 span{
	color: #fff;
}
.zcur a .zhover_box2 span:before,
.zcur a .zhover_box2 span:after{
	content: '';
    display: block;
	width: 0;
}
.zcur a:hover .zhover_box2 span:before{
    content: '';
    display: block;
	width: 60px;
	height: 1px;
	background: #fff;
	transition: all 0.5s ease-in-out;
}
.zcur a:hover .zhover_box2 span:after{
    content: '';
    display: block;
	width: 60px;
	height: 1px;
	background: #fff;
    transition: all 0.5s ease-in-out;
}

.zhover_box2{
	width: 100%;
	height: 215px;
	background: rgba(0,0,0,.8);

	opacity: 0;	
	transition: all .4s;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	text-align: center;
}







.zhover_box2 h3{
	font-size: 20px;
	font-weight: bold;
	color: #e2310d;
	text-align: center;
	margin: 10px auto;
}
.zhover_box2 h3:after{
	content: "";
	display: block;
	margin: 10px auto;
	width: 100px;
	height: 4px;
	background: #e2310d;
}
.zhover_box2 p{
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	margin: 30px 0;
	overflow: hidden;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	box-orient: vertical;
	display: -webkit-box;
}
.zhover_box2 span{
	display: block;
	text-align: center;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%); color:#fff;
}

.zhover_box2 p{
	display: block;
	text-align: center;
	position: absolute;
    top: 25%;
    left: 45%;
    transform: translateX(-40%);
}



.zcur1 a:hover .zhover_box2{
	opacity: 1;
}





