.pc{
display:block
}
.mobi{
display:none;
width:100vw;
overflow:hidden;
}
.banner{
	position:relative;
}

.left{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:7vw;
}

.right{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	right:7vw;
}
.right img,.left img{
	width:3.6vw
}
.swiper-outter{
	position:absolute;
	width:100%;
	left:0;
	top: 57.2%;
}

.swiper-outter-2{
	top: 38.2%;
}

.swiper-outter .swiper{
	width:73.33vw;
	overflow: hidden;
	margin:0 auto;
}
.swiper-outter .swiper img{
	width:100%
}

.banner >img{
	width:100%;
}

.brand-nav {
	position:absolute;
	width:34.5vw;
	height:6.8vw;
	left:32.5vw;
	top:44.5vw;
	display:flex;
	justify-content: space-around;
	align-items: center;
	z-index:2
}

.brand-nav .item{
	height:75%;
	display: flex;
    align-items: self-end;
	cursor: pointer;
	position:relative;
}
.brand-nav .item a{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}

.brand-nav .item img{
	height:100%;
	opacity: 0;
}

.brand-nav .item.item-1 a{
	background:url(/corporate/employer-brand/img/p-icon-1-over.png) scroll no-repeat 0 0;
	background-size:100% 100%;
}

.brand-nav .item.item-1 a:hover{
	background-image:url(/corporate/employer-brand/img/p-icon-1.png);
}

.brand-nav .item.item-2 a{
	background:url(/corporate/employer-brand/img/p-icon-2-over.png) scroll no-repeat 0 0;
	background-size:100% 100%;
}
.brand-nav .item.item-2 a:hover{
	background-image:url(/corporate/employer-brand/img/p-icon-2.png);
}
.brand-nav .item.item-3 a{
	background:url(/corporate/employer-brand/img/p-icon-3-over.png) scroll no-repeat 0 0;
	background-size:100% 100%;
}
.brand-nav .item.item-3 a:hover{
	background-image:url(/corporate/employer-brand/img/p-icon-3.png);
}
.brand-nav .item.item-4 a{
	background:url(/corporate/employer-brand/img/p-icon-4-over.png) scroll no-repeat 0 0;
	background-size:100% 100%;
}
.brand-nav .item.item-4 a:hover{
	background-image:url(/corporate/employer-brand/img/p-icon-4.png);
}

.video-content{
    position: absolute;
    top: 48.5%;
    left: 50%;
    height: 26.5vw;
    width: 47%;
    transform: translateX(-50%);
}

.play-btn{
	position:absolute;
	z-index:2;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:75px;
	height:75px;
	background:url(/corporate/employer-brand/img/play.png) scroll no-repeat 0 0;
	background-size:100% 100%;
}

.play-btn:hover{
	background-image:url(/corporate/employer-brand/img/play-over.png);
}

.video-wrapper{
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
}

.video-container{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 700px;
}

.video-container video{
    width: 100%;
}
.video-close{
    position: absolute;
    width: 40px;
    height: 40px;
    top: -44px;
    right: 0px;
    background: url(/assets/images/close.png) 0 0 no-repeat;
    background-size: 100% 100%;
}





@media (max-width:750px){

.brand-nav .item.item-1 a:hover{
	background-image:url(/corporate/employer-brand/img/p-icon-1-over.png);
}

.brand-nav .item.item-1 a:active{
	background-image:url(/corporate/employer-brand/img/p-icon-1.png);
}


.brand-nav .item.item-2 a:hover{
	background-image:url(/corporate/employer-brand/img/p-icon-2-over.png);
}

.brand-nav .item.item-2 a:active{
	background-image:url(/corporate/employer-brand/img/p-icon-2.png);
}


.brand-nav .item.item-3 a:hover{
	background-image:url(/corporate/employer-brand/img/p-icon-3-over.png);
}

.brand-nav .item.item-3 a:active{
	background-image:url(/corporate/employer-brand/img/p-icon-3.png);
}


.brand-nav .item.item-4 a:hover{
	background-image:url(/corporate/employer-brand/img/p-icon-4-over.png);
}

.brand-nav .item.item-4 a:active{
	background-image:url(/corporate/employer-brand/img/p-icon-4.png);
}

	.pc{
		display:none
	}
	.mobi{
		display:block
	}
	
	.video-container{
		width:100%;
		}
	.video-close {
		width: 30px;
		height: 30px;
		top: -35px;
		right: 4px;
	}
	.play-btn{
		position:absolute;
		z-index:2;
		top:7%;
		left:50%;
		transform:translateX(-50%);
		width:50px;
		height:50px;
		background-size:100% 100%;
	}
	
	.brand-nav {
    position: absolute;
    width: 84%;
    height: 90%;
    left: 13%;
    top: 5%;
	}
	
	
	.nav-open{
	position:absolute;
	right:0;
	top:65%;
	height:17.33vw;
	box-shadow: 0px 0px 19px 3px #000;
	transition:all 0.3s linear 0.7s;
}

.nav-open.hide{
	opacity:0;
	right:-25vw;
}

.nav-open >img,.nav-content >img{
	height:100%;
}
.nav-content{
	position:absolute;
	right:-115vw;
	top:65%;
	height:17.33vw;
	box-shadow: 0px 0px 19px 3px #000;
	transition:right 0.5s ease-out;
}

.nav-content.active{
	right:0
}

.nav-close{
	position:absolute;
	left:0;
	top:0px;
	height:100%;
	width:15%;
}

	
	
}


