@charset "utf-8";
.video {
	width:100%;
	height:auto;
	background: url(../img/img_04.jpg) no-repeat center;
	background-size: 100% 100%;
	margin:0 auto;
	  padding-top:35px;
	  padding-bottom:54px;
	  box-sizing:border-box;
}
.video-title{
	width:1100px;
	margin:0 auto;
	}

.video1{
	width:0;
	display:none;
	height:100%;
	margin:0 auto;
	position:relative;
	}
.video1 .ban_c{
	position:absolute;
	width:69%;
	height:100%;
	top:0;
	left:0;
	display:none;

	}
	.ban_cc{
		display:block !important;
		}
.video1 .video-li{
	width:30%;
	height:100%;
	position:absolute;
	top:0;
	right:0;
	}
.video1 .video-li ul li:nth-of-type(1){
	width:90%;
	height:40%;
	position:absolute;
	top:0;
	right:0;
	display:block;
	}	
.video1 .video-li ul li:nth-of-type(2){
	width:90%;
	height:40%;
	position:absolute;
	bottom:0;
	right:0;
	display:block;
	}
.video1 .video-li ul li img{
	width:100%;
	height:100%;
	}