.Lunbo-video{
	/* background-color:#dc2626; */
	padding-top:0px;
}
.Lunbo-video .Lunbo-video-title{
	margin:20px auto 50px;
}

.Lunbo-video .Lunbo-video-title .Lunbo-video-h1{
	font-size:30px;
	color:#ef7700;
	height:50px;
	line-height:50px;
}
.Lunbo-video .Lunbo-video-title .Lunbo-video-h3{
	font-size:32px;
	color:#ffffff;
}
.Lunbo-video .Lunbo-video-cont{
	margin-bottom:50px;
	height: 100%;
}
.Lunbo-video li{
	list-style: none;
}
.video{
	width:100%;
	height: 325px;
	margin:0 auto;
	/* overflow: hidden; */
	zoom:1;
	/* background: #ffffff; */
}
.video>div{
	float: left;
	height: 276px;
}
.video>div:first-child {
	width: 34px;
	height: 10px;
	padding-top: 300px;
	transform: translate(142px,133px);
	background-image: url(../img/left.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	/* display:flex;
	align-items:center;
	justify-content:center; */
	/* background: url('image\left.png') center center/cover no-repeat; */
}
.video>div:first-child:hover{
	width: 34px;
	height: 10px;
	padding-top: 300px;
	transform: translate(142px,133px);
	/* background-image: url(../img/cgft_video_pre_hover.png); */
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	/* display:flex;
	align-items:center;
	justify-content:center; */
	/* background: url('image\left.png') center center/cover no-repeat; */
}
.Lunbobutton{
	width: 100%;
	height: auto;
}
#cgftfuture .videos_name{
	width: 85px;
	height: 24px;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #333333;
	line-height: 24px;
	float: left;
	transform: translateX(182px);
}
.video>div:last-child {
	width: 34px;
	height: 30px;
	transform: translate(224px,0px);
	background-image: url(../img/right.png);
	background-size: cover;
	background-position: center;
	/* display:flex;
	align-items:center;
	justify-content:center; */
	/* background: rgb(240, 13, 114); */
	/* background: url('image\right.png') center center no-repeat; */
}
.video>div:last-child:hover{
	width: 34px;
	height: 30px;
	transform: translate(224px,0px);
	/* background-image: url(../img/cgft_video_next_hover.png); */
	background-size: cover;
	background-position: center;
	/* display:flex;
	align-items:center;
	justify-content:center; */
	/* background: rgb(240, 13, 114); */
	/* background: url('image\right.png') center center no-repeat; */
}
.video>div:nth-of-type(2){
	width: 90%;
}
.video ul{
	position: relative;
}
.video li{
	transition: all .6s;
	position: absolute;
	/* background: url(../images/video-bg.png) center center no-repeat; */
	background-size: 100% 100%;}
/*.video li>div{padding: 1% 1% 4%;}*/
.video li video{
	width:100%;
	height:100%;
}
.video li h3{
	text-align: center;
	margin-top: 2px;
	color: #1766d7;
}

.video1{
	width:100%;
	height: auto;
	/* top: 143px; */
	left: 0;
	z-index: 1;
	}/*创建5个播放框初始位置*/
.video2{
	width: 100%;
	height: auto;
	/* top: 86px; */
	left: 0%;
	z-index: 2;
}
.video3{
	width: 100%;
	height: auto;
	/* top: 0px; */
	left: 0%;
	z-index: 3;
}
.video4{
	width: 100%;
	height: auto;
	/* top: 86px; */
	left: 0%;
	z-index: 2;
}
.video5{
	width:100%;
	height: auto;
	/* top: 143px; */
	left: 0%;
	z-index: 1;}
