.div-layer-bg{
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index:999;
	background-color: rgba(0, 0, 0, 0.7);
}

.videoContent{
	padding:0px;
	width:1000px;
	height:580px;
	margin:0 auto;
	position:fixed;
	z-index:101;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
}

.video-i{
	font-size:60px;
	position:absolute;
	right:70px;
	top:20px;
	color:#fff;
	cursor: pointer
}
.indexVideo{
	width:100%;
	height:710px;
	background:url(../../../images/custom/indexVideo/bj.png) no-repeat center center;
	overflow:hidden;
}
.video-box{
	width:694px;
	height:457px;
	margin:148px auto 0;
	position:relative;
	cursor: pointer;
}
.video-img{
	display:block;
	width:100%;
	height:100%;
}
.video-span{
	width:79px;
	height:79px;
	display: block;
	background:url(../../../images/custom/indexVideo/button.png) no-repeat center center;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
}
.video-span:hover{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}