/* .box {
	position: relative;
	display: inline-block;
	margin: 0 0 0 -1%;
	width: 100%;
}

#roll dd {
	width: 193px;
	float: left;
	margin-right: 35px;
}

#roll dd img {
	width: 100%;
	height: 100%;
}

.box span {
	position: absolute;
	bottom: 40%;
	left: -100px;
	display: inline-block;
	width: 50px;
	text-align: center;
	cursor: pointer;
	background: red;
	z-index: 90;
	color: #fff;
}

.box .next {
	right: -6%;
	left: auto;
}

@media screen and (max-width: 1600px) {
	#roll dd {
		width: 160px;
	}
	.boxxx{width: 980px !important;}
}

@media screen and (max-width: 1400px) {
	#roll dd {
		width: 120px;
		margin-left: 17px;
		margin-right: 23px;
	}
} */

.create {
	background-image: url(../image/img_zslong.png);
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 300%;
	animation: slideshow 200s linear infinite;
	transform: translate3d(0, 0, 0);
}

.slideshow {
	position: relative;
	overflow: hidden;
	height: 169px;
	width: 94%;
	z-index: 1;
	margin-top: 9%;
	margin-left: 3%;
}

@keyframes slideshow {
	0% {
		left: 0;
	}

	100% {
		left: -200%;
	}
}

.middle-con {
	padding-bottom: 3%;
	margin-top: -2%;
}
