.jzlm {

	width: 100%;
	margin: 0 auto;

}

.jzlm img {
	width: 100%;
	display: block;
}

.jzlm-lb {
	width: 100%;
	height: 1014px;
	background: url(../images/jzlm_05.jpg);
	background-size: 100% 100%;
}

.jzlm-bm,
.jzlm-bm1 {
	background-color: #ffe4c7;

}

.jzlm-bm1 div {
	width: 1080px;
	margin: 0 auto;
	position: relative;
}

.jzlm-bm div {
	width: 1080px;
	margin: 0 auto;
	position: relative;
}

.jzlm-bm .heart {
	width: 80px;
	position: absolute;
	top: 0px;
	left: 220px;
}

.jzlm-bm1 .heart {
	width: 80px;
	position: absolute;
	top: 12px;
	left: 399px;
}


.heart {
	-webkit-animation-name: heartBeat;
	animation-name: heartBeat;
	-webkit-animation-duration: 1.3s;
	animation-duration: 1.3s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}


@keyframes heartBeat {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	14% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	28% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	42% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	70% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.jzlm-lb {
	position: relative;
	background-color: #ffe4c7;

}

.swiper {
	width: 100%;
	height: 900px;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	/* background: #ffe4c7; */
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 1385px;
	/* height: 100%; */
	object-fit: cover;
}