.video {
	width: 100%;
	overflow: hidden;
	margin-top: 40px;
}
.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("../image/video_left.png") no-repeat center rgba(0, 0, 0, 0.4);
	left: 22%;
	width: 50px;
	height: 50px;
	z-index: 99999;
	border-radius: 50%;
	background-size: 10px 20px;
}
.video .swiper-button-next {
	background: url("../image/video_right.png") no-repeat center rgba(0, 0, 0, 0.4);
	width: 50px;
	height: 50px;
	right: 22%;
	z-index: 99999;
	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;
}
}
.indexaboutmain {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 0px;
	padding-top: 50px;
	z-index: 1000;
	background: rgba(0,0,0,0.5);
	height: -moz-calc(100% - 58px);
	height: -webkit-calc(100% - 58px);
	height: calc(100% - 58px);
}
.indexaboutbt {
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	line-height: 40px;
}
.indexaboutmain p {
	text-align: center;
	font-size: 20px;
	color: #fff;
	line-height: 35px;
	width: 150px;
	height: 35px;
	display: block;
	margin: 0px auto;
	background: rgba(197,197,197,0.8);
	margin-top: 15px;
	border: red 1px solid;
}
.indexaboutmain p a {
	color: red;
	font-size: 16px;
}
