/*自动播放*/
.ul-img {
	width: 18.75rem;
	text-align: center;
}

.client-img {
	animation: rolling 30s linear infinite;
	display: flex;
}

.client-imgs:hover .client-img {
	animation-play-state: paused
}

.client-imgs {
	margin-bottom: 226px;
}

@keyframes rolling {
	0% {
		transform: translateX(0px);
	}

	100% {
		transform: translateX(-4320px);
	}
}



/* .banner-box {
	animation: swiperAnim 30s linear infinite;
	display: flex;
} */


/*动画*/
/* @keyframes swiperAnim {
	0% {
		margin-left: -0px;
	}
	
	28.5% {
		margin-left: -0px;
	}

	33.3% {
		margin-left: -1484px;
	}

	62% {
		margin-left: -1484px;
	}

	
	66.7% {
		margin-left: -2960px;
	}

	95.2% {
		margin-left: -2960px;
	}
	
	100% {
		margin-left: -2960px;
	}
} */


.banner-box {
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	overflow: auto;
	/* margin-top: -490px; */
	z-index: -1;
	margin-top: -422px;
	float: left;
	transition: background-image 1s linear;
}
