.video {
	width: 100%;
	overflow: hidden;
}
.swiper-container {
	list-style: none;
	padding: 0px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	padding: 0px 18%;
	width: 64%;
}


.swiper-wrapper {
	width: 100%;
	height: auto;
	display: flex;
	position: relative;
	z-index: 1;
	box-sizing: content-box;
	transition-property: transform, transform;
	-webkit-box-sizing: content-box;
	-webkit-transition-property: -webkit-transform;
	-o-transition-property: transform;
}
.swiper-wrapper {
	transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0, 0, 0);
}
.swiper-slide {
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform, transform;
	flex-shrink: 0;
	-webkit-transition-property: -webkit-transform;
	-o-transition-property: transform;
	-webkit-flex-shrink: 0;
}
.swiper-button-next {
	top: 50%;
	margin-top: -25px;
	position: absolute;
	cursor: pointer;
}
.swiper-button-prev {
	top: 50%;
	margin-top: -25px;
	position: absolute;
	cursor: pointer;
}
.scrollmove {
	margin: 0px 1.5%;
	width: 97%;
	background-color: #fff;
}

.scrollmove video {
	width:100%;
	
	
}
.video .swiper-button-prev {
	background: url("../images/video_left.png") no-repeat center rgba(0, 0, 0, 0.4);
	left: 22%;
	width: 50px;
	height: 50px;
	z-index: 1999;
	border-radius: 50%;
	background-size:10px 20px;
}
.video .swiper-button-next {
	background: url("../images/video_right.png") no-repeat center rgba(0, 0, 0, 0.4);
	width: 50px;
	height: 50px;
	right: 22%;
	z-index: 1999;
	border-radius: 50%;
	background-size:10px 20px;
}
.icon-play {
	margin: 0px auto;
	left: 0px;
	top: 50%;
	width: 97px;
	height: 97px;
	right: 0px;
	position: absolute;
	pointer-events: none;
	margin-top: -44px;
}
.video-cover {
	top: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
}


 @media (max-width: 900px) {
.swiper-container {
	padding: 0px 0%;
	width: 100%;
}

.scrollmove {
	margin: 0px 0%;
	width: 100%;
}

.icon-play {
	width: 50px;
	height: 50px;
	margin-top: -25px;
}

.icon-play img {
	width: 50px;
	height: 50px;
}

.video .swiper-button-prev {
	left: 5%;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-size:8px 15px;
}
.video .swiper-button-next {
	width: 40px;
	height: 40px;
	right: 5%;
	background-size:8px 15px;
}

}