video{
	display: block;
}
.module.module--video img.imgvide{
    opacity: 1;
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}
.vbanner{
	position: relative;
}
.vbanner:before{
	position: absolute;
	width: 100%;
	height: 100%;
	content:"";
	left: 0;
	top: 0;
	background: linear-gradient(to bottom, rgba(0,0,0,.11),rgba(0,0,0,.5), rgba(0,0,0,0));
	z-index: 2;
}

video.vides-active{
	height: 100%;
	object-fit:cover;
	width: 100%;
	background-color: #141414;
}
.index_banner .banner_bg .banner_text .h1_2{
	color: #fff;
}

.index_banner .banner_bg .banner_text{
	z-index: 10;
}

	 .index_banner .banner_bg .banner_text .bg_link{
		background-color: #fff;
		color: #000;
	}

	 .index_banner .banner_bg .banner_text .bg_link i.icon-right{
		filter: invert(1);
	}
	.backtops{
		position: absolute;
		right: 20px;
		bottom: 60px;
		z-index: 50;
		cursor: pointer;
		display: none;
	}
	.backtops svg{
		width: 50px;
		height: 50px;
	}
	.backtops.on svg path{
		fill:#fff;
	}
	.backtops.m{
		position: fixed;
		display: block!important;
	}
	video{
		pointer-events:none;
	}
@media screen and (max-width: 1681px){
		video.vides-active{
			height: 100%;
			object-fit:contain;
			width: 100%;
			background-color: #141414;
		}
}
.header{
	z-index: 2000!important;
}

@media screen and (min-width: 767px){
	.header .mob_right .search_box .search_nav,
	.header .nav_box .right_nav .search_box .search_nav,
	.header .nav_box .right_nav .langer a{
		color: #fff;
	}
	.btn-open.first.f{
		background: url(./img/menu.png) no-repeat 20px center!important;
	}

}
@media screen and (max-width: 767px){
	.fbold{
		font-weight: bold;
	}

	.m_main .index_banner .banner_bg,
	.m_main .module.module--video.video-3{
		padding-top: 178%;
		position: relative;
	}
	.m_main .index_banner .banner_bg .imgvide,
	.m_main .index_banner .banner_bg video,
	.m_main .module.module--video.video-3 video{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		object-fit:cover;
	}
	.m_main .index_banner .banner_bg .banner_text{
		position: absolute;
		z-index: 3;
		top: 0;
		left: 0;
		color: #fff;
		height: 100%;
		padding-top: 60px;
	    box-sizing: border-box;
	}
	.m_main .index_banner .banner_bg .banner_text .h1_2{
		/*position: absolute;*/
		/*width: auto;*/
		/*width: 90%;*/
		/*left: 0;*/
		/*bottom: 100px;*/
		font-size: 22px;
		/*background-color: #fff;*/
		/*color: #666;*/
		line-height: 1.5;
		/*padding: .5em;*/
		/*left: 50%;*/
		/*transform:translateX(-50%);*/
	}
	.m_main .index_banner .banner_bg .banner_text .bg_link{
		width: 90%;
		bottom: 50px;
		background-color: #fff;
		color: #000;
	}

	.m_main .index_banner .banner_bg .banner_text .bg_link i.icon-right{
		filter: invert(1);
	}
}


.video-fixed .cha {
  width: 40px;
  height: 40px;
  background: url(./close-vid2.png) #000 no-repeat center/80% auto;
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer; }

.video-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  /*background: rgba(0, 0, 0, 0.5);*/
  z-index: 230;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
  transform: scale3d(0, 0, 1);
  z-index: 100000!important;
  transition: .8s ease-in-out; }

.video-fixed.ons {
  transition: .8s ease-in-out;
  transform: scale3d(1, 1, 1); }

.video-fixed .videoboxs .box {
  height: 100%; }

.video-fixed .videoboxs {
  width: 80%;
  height: 80%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #000;
  /*padding: 30px;*/
  box-sizing: border-box; }
.videos-click{
	position: relative;
}
.videos-click video.video-vide{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	object-fit:cover;
	pointer-events:none;
	opacity: 0;

}

.videos-click.active video.video-vide{
    pointer-events: auto;
	opacity: 1;
}
.videos-click.active .svgs{
	opacity: 0;
}
.videos-click .svgs{
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
	z-index: 2;
	pointer-events:none;
}
@media screen and (max-width: 1023px) {
  .video-fixed .videoboxs {
    width: 90%;
    /*height: 90%;*/
     } }
@media screen and (max-width: 1023px) {
  .video-fixed .videoboxs {
    width: 100%;
    /*height: 80%;*/
    /*bottom: 0;*/
    /*margin: auto;*/
    top: 50%;
    height: auto;
    bottom: auto;
    transform:translateY(-50%);
   }
   .video-fixed .cha{
   	top: -40px;
   }

  .video-fixed .cha { } }