.box20220511190229sub{
   position:relative;
/*	margin-bottom: 30px;*/
	}

.box20220511190229sub .box1{
	width: 100%;		
	overflow: hidden;	
}
.box20220511190229sub .zoomImage {
    padding-bottom: 100% !important;
	background-size:cover !important;
	transition: 0.5s all; /*动画时间0.5秒*/
}
.box20220511190229sub .zoomImage:hover {
	transform:scale(1.2); /*动画放大1.2倍*/
}
.box20220511190229sub .box2{
float: left;
	padding: 10px;
	/*position: absolute;*/
	width: 100%;
	background: rgba(0, 0, 0, 0.8);
	height: auto;
}

.box20220511190229sub .box2 a{
	color: #fff;
}
.box20220511190229sub .title{
	font-size:14px;
	text-align: center;
}

@media (min-width:1200px){
	.box20220511190229sub .box1{
		/*height: 640px;*/
	}
	
.box20220511190229sub .box2{
	/*padding: 15px 15px;*/
}
	
.box20220511190229sub .title{
	text-align: center;
}
	
	
	
}

