.swiper-container{
	margin:0 auto
}

.videoParent{
	width: 100%;
    height: 684px;
    overflow: hidden;
    position:relative;
	}

@media only screen and (max-width: 1446px){
	.videoParent{
	    height: 600px;
	}
}

.videoBlack{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.7)
}

.bannerBgImg{
	background:none;
	padding:0;
	margin: 14% auto;
	width: 50%;
	height: auto;
}

.bannerBolder{
	color: #ebeaef;
	border:none;
	height: auto;
}
.headType{
	justify-content: center;
	margin:-60px auto;
}
.headType li{
	border-right:none;
	color:#fff
}
.swiper-slide-right ul span + p{
	opacity:0	
}
.swiper-slide-li-p-active{
	opacity:1 !important;
	transition:.3s !important;
}

.headTypeParent{
	z-Index:2
}
/* 
.swiper-slide-right ul li{
	transition:.5s;
}
.swiper-slide-right ul li:hover  p{
	opacity:1;	
	transition:1s
} */
