

/*banner*/
.o2o-container{
	width: 100%;
	height: 50vh;
}

/*o2o*/
.o2o-container .swiper-slide{
	height: 100%;
	width: 100%;
}
.o2o-container .banner1{
	background-image: url(../images/o2o/p1.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
 .o2o-container .banner2{
	background-image: url(../images/o2o/p1.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.banner .swiper-button .swiper-button-next{
	background-image: none;
}
.banner .swiper-button .swiper-button-next i{
	position: relative;
	height: 40px;
	width: 40px;
	display: inline-block;
	border-radius: 50%;
  	/*border:1px solid #7d7d85;*/
  	transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in; /* Firefox 4 */
	-webkit-transition:all .3s ease-in; /* Safari and Chrome */
	-o-transition:all .3s ease-in; /* Opera */
	background-image: url(../images/home/next.png);
	background-size: cover;
}
.banner .swiper-button .swiper-button-next i:hover{
	background-image: url(../images/home/ac_next.png);
}
.banner .swiper-button .swiper-button-prev{
  	background-image: none;
}
.banner .swiper-button .swiper-button-prev i{
	position: relative;
	height: 40px;
	width: 40px;
	display: inline-block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
  	/*border:1px solid #7d7d85;*/
  	transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in; /* Firefox 4 */
	-webkit-transition:all .3s ease-in; /* Safari and Chrome */
	-o-transition:all .3s ease-in; /* Opera */
	background-image: url(../images/home/prev.png);
	background-size: cover;

}
.swiper-pagination-bullet{
	background-color: #666666;
}
.swiper-pagination .swiper-pagination-bullet-active.swiper-pagination-bullet{
	background-color: transparent;
	border:2px solid #a9a9a9;
	border-radius: 50%;
	width:8px;
	height: 8px;
}
.swiper-pagination .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	background-color: #fff;
	opacity: 1;
}

.banner .swiper-button{
	width: 1500px;
	position: absolute;
	top: 50%;
	left: 50%;
    height: 44px;
    margin-top: -22px;
    margin-left: -750px;
}

.banner-content{
	position: absolute;
	top:200px;
	left: 50%;
	margin-left: 20%;
	color: #fff;

}
.banner-content .p1{
	font-size: 40px;
}
.banner-content .p1 i{
	font-size: 30px;
	display: inline-block;
	vertical-align: bottom;
	font-style: normal;
	margin-left: 10px;
}
.banner-content .p2{
	font-size: 18px;
	margin-bottom:30px;
}
.banner-content .liner{
	display: inline-block;
	background-image: -moz-linear-gradient( 0deg, rgb(18,135,237) 0%, rgb(0,222,255) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(18,135,237) 0%, rgb(0,222,255) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(18,135,237) 0%, rgb(0,222,255) 100%);
	
	height: 2px;
	width: 39px;
	margin-bottom: 33px
}
.banner-content .p3{
	font-size: 18px;
	margin-bottom:30px;
}
.banner-content .btn{
	width: 130px;
	height: 44px;
	z-index: 10;
	border-radius: 30px;
	color: #fff;
	line-height: 44px;
	text-align: center;
	border:2px solid #fff;
	cursor: pointer;
}
.banner-content .btn span{
	display: inline-block;
	font-size: 16px;
	transition:all 0.4s ease-in;
	-moz-transition:all 0.4s ease-in; /* Firefox 4 */
	-webkit-transition:all .4s ease-in; /* Safari and Chrome */
	-o-transition:all .4s ease-in; /* Opera */
}
.banner-content .btn i{
	position: relative;
	
}
.banner-content .btn i:after{
	content: '<';
	opacity: 0;
	font-size: 18px;
	font-family: "Microsoft YaHei";
	color: rgb(255, 255, 255);
	
	position: absolute;
	font-weight: lighter;
	left: 0px;
    top: -1px;
    transition:all 0.4s ease-in;
	-moz-transition:all 0.4s ease-in; /* Firefox 4 */
	-webkit-transition:all .4s ease-in; /* Safari and Chrome */
	-o-transition:all .4s ease-in; /* Opera */
	transform: translate3d(0px,0%,0) matrix( -1,0,0,1.8,0,0);
	-moz-transform: translate3d(0px,0%,0) matrix( -1,0,0,1.8,0,0);
	-webkit-transform: translate3d(0px,0%,0) matrix( -1,0,0,1.8,0,0);
	-o-transform: translate3d(0px,0%,0) matrix( -1,0,0,1.8,0,0);
}
.banner-content .btn:hover span{
	transform: translate3d(-5px,0%,0) ;
	-moz-transform: translate3d(-5px,0%,0);
	-webkit-transform: translate3d(-5px,0%,0);
	-o-transform: translate3d(-5px,0%,0);
}
.banner-content .btn:hover i:after{
	opacity: 1;
	transform: translate3d(0px,0%,0) matrix( -1,0,0,1.8,0,0);
	-moz-transform: translate3d(0px,0%,0) matrix( -1,0,0,1.8,0,0);
	-webkit-transform: translate3d(0px,0%,0) matrix( -1,0,0,1.8,0,0);
	-o-transform: translate3d(0px,0%,0) matrix( -1,0,0,1.8,0,0);
}



.oto-cotent{
	margin: 43px auto;
	max-width: 1250px;
}

.oto-type .sp,
.oto-type p{
	display: inline-block;
	font-size: 14px;
	line-height: 14px;
	color: #909090;
}
.oto-type .sp1{
	font-size: 18px;
	color: #000;
}
.pliner{
	    margin-bottom: 43px;
}
.oto-type .sp1{
	margin: 0px 55px 43px 0;
}
.oto-type .sp i{
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	border:1px solid #dadada;
	margin-right: 8px;
	border-radius: 2px;
}
.oto-type p .sp {
	margin-right: 27px;
}
.oto-type p .sp{
	cursor: pointer;
}
.oto-type p .sp.active i{
	background-image: url(../images/o2o/check.png);
	background-size: cover;
}

.form{
	display: inline-block;
	vertical-align: top;
	width: 510px;
	border-right: 1px dashed #dadada;
	margin-right: 14px;
}

.form input,
.form textarea{
	border:1px solid #dadada;
	border-radius: 4px;
	padding: 8px 0;
	text-indent: 5px;
	outline: none;
	resize: none;
	background-color: #f7f7f7;
	margin-right: 14px;
	margin-bottom: 14px;
	    box-sizing: border-box;
}
.form .w162{
	width: 162px;
}
.form .w338{
	width: 338px;
}
.form .w110{
	width: 110px;
}
.form .w467{
	line-height: normal;
	width: 466px;
	padding: 10px;
	height: 110px;
	margin-bottom: 0;
}
.oto-type  .form .inliner{
	display: inline-block;
	vertical-align: 14px;
	width: 162px;
	background-image: -moz-linear-gradient( -45deg, #0271ff 0%, #008dff 100%);
	background-image: -webkit-linear-gradient( -45deg, #0271ff 0%, #008dff 100%);
	background-image: -ms-linear-gradient( -45deg, #0271ff 0%, #008dff 100%);
	padding: 8px 0;
	text-align: center;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	position: relative;
}
.oto-type .form span{
	position: relative;
	font-size: 16px;
}
.oto-type .form span:after{
	content: '<';
	opacity: 1;
	font-size: 18px;
	font-family: "Microsoft YaHei";
	color: rgb(255, 255, 255);
	
	position: absolute;
	font-weight: lighter;
	right: -20px;
    top: -1px;
 
	transform: translate3d(0px,0%,0) matrix( -1,0,0,1.8,0,0);
	-moz-transform: translate3d(0px,0%,0) matrix( -1,0,0,1.8,0,0);
	-webkit-transform: translate3d(0px,0%,0) matrix( -1,0,0,1.8,0,0);
	-o-transform: translate3d(0px,0%,0) matrix( -1,0,0,1.8,0,0);
}
.oto-type .form span:hover:after{
	opacity: 1;
	transform: translate3d(0px,0%,0) matrix( -1,0,0,1.8,0,0);
	-moz-transform: translate3d(0px,0%,0) matrix( -1,0,0,1.8,0,0);
	-webkit-transform: translate3d(0px,0%,0) matrix( -1,0,0,1.8,0,0);
	-o-transform: translate3d(0px,0%,0) matrix( -1,0,0,1.8,0,0);
}



.oto-type .form p{
	display: block;
}
.oto-type .msg{
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	width: 460px;
}
.oto-type .msg p{
	display: block;
	font-size: 14px;
	color: #9e9fa0;
	line-height:180%;
	margin-bottom: 20px;
	word-wrap:break-word 
}
.oto-type .msg li{
	font-size: 0;
}
.oto-type .msg li span{
	color: #9e9fa0;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
}
.oto-type .msg li span:nth-child(1){
	width: 60%;
}
.oto-type .msg li span:nth-child(2){
	width: 40%;
}













.qrcode-mask .img img{
	width: 240px;
	
}
.mask.video-mask{
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.8);
	z-index:2000;
}
.mask.qrcode-mask{
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.8);
	z-index: 2000;
}
.qrcode-mask .img{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -215px;
	margin-left: -120px;
}
.mask .close{
	position: fixed;
	right: 0px;
	top: 0px;
	cursor: pointer;
	padding:100px 70px;
	z-index: 1000;
}
.mask .video-content{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -480px;
	margin-top: -270px;
}
.mask .video-content .play{
	    background-color: rgba(0,0,0,0.8);
    position: absolute;
    top: 2px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    text-align: center;
    z-index: 1;
    height: 540px;
    border-radius: 4px;
}
.mask .video-content .play span{
	cursor: pointer;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin:-40px 0 0 -40px;
	height: 81px;
	width: 81px;
	transition: all 0.4s 0s ease-in;
    -moz-transition: all 0.4s .0s ease-in;
    -webkit-transition: all .4s .0s ease-in;
    -o-transition: all .4s 0.0s ease-in;
	background-image: url(../images/home/play.png);
}
.mask .video-content .play span:hover{
	background-image: url(../images/home/playb.png);
}

video{
	border-radius: 8px;
}

#home{
	position: relative;
	top:0;
	width: 100%;
	height: 100vh;
	/*pointer-events: none;*/
	z-index: 10;
}


footer ,.content-home{
	pointer-events: all
}
.t12{
	pointer-events: none;
	height: 100vh;
	display: none;
}


@media screen and (max-width: 1250px){
	
	
	.oto-cotent{
		width: 90vw;
   		margin: 10px 5vw;
	}
	.form{
		width: 100%;
		border-right:none;
	}
	.oto-type .msg{
		width: 100%;
	}
	.form .w467{
		width:100%
	}
	.oto-type .form .inliner{
		margin:  20px 0;
	}
	.form .w162,
	.form .w338,
	.form .w110{
		width: 100%;
	}
}
@media screen and (max-width: 1024px){
	.banner{
		display: none;
	}
	.mb-banner{
		margin-top: 50px;
		display: block;
	}
}
.msg  .tab span{
	margin-bottom: 10px;
    font-size: 18px;
    display: inline-block;
	cursor: pointer;
	padding: 10px;
	padding-bottom: 10PX;
	color: rgba(0,0,0,0.5);
	border-bottom: 2px solid rgba(0,0,0,0.5);

}
.msg p{
	margin-bottom: 20px;
}
.msg  .tab span.active{
	color:#0277ff;
	border-bottom: 2px solid #0277ff;

}

.hide{
	display:none;
}