.banner .intro.white_font .KV_item,
.banner .intro.white_font .KV_title,
.banner .intro.white_font .KV_text {
  color: #fff;
}
.title_video {
    overflow: auto;
}
.KV_title {
float:left;
}
 .video-layer-template {
    width: 100% !important;
    height: 100% !important;
    z-index: 51;
    outline: none;
}
 .video-layer-template .vjs-poster {
    background-position: 0 0;
    background-size: cover;
}
 .video-layer-template .video-js .vjs-control-bar {
    width: 80%;
    margin: 0 auto;
    bottom: 0.33rem;
}


 .video-layer-template .video-js .vjs-play-progress:before {
    display: none;
}
.close_video {
    position: absolute;
    right: 20px !important;
    top:20px !important;
    cursor: pointer;
    width: 18px;
    height: 18px;
    background: url(../images/video_layer/close-large.png) no-repeat;
    z-index:52;
}
.intro-content .video_play_banner {
	  float:left;
	  margin-left:0.3rem;
	  margin-top:0.3rem;
    width: 0.83rem;
    height: 0.83rem;
    background-color: #000;
    outline: none;
    overflow: hidden;
    background: url(../images/video_layer/banner_black.png) no-repeat;
    background-size: contain;
    cursor: pointer;
}
.white_font .intro-content  .video_play_banner{
	background: url(../images/video_layer/banner_play.png) no-repeat !important;
	background-size: contain !important;
}
.white_font .intro-content .video_play_banner:hover {
    background-color: #6F79A8;
    background: url(../images/video_layer/banner_play_hover.png) no-repeat!important;
    background-size: contain!important;
}

.intro-content .vjs-big-play-button {
    display: none !important;
}
.intro-content .videoContentArea {
 	width:100%;
 	height:100%;
}
.banner .intro .intro-content .btn1 {
    margin-left: 0;
  }
@media only screen and (max-width: 767px) {
  .banner {
    position: relative;
    width: 100%;
    height: 9rem;
    background-image: linear-gradient(11deg, rgba(204, 215, 244, 0.46) 45%, #F5F6FF 87%);
  }

  .banner .banner_KV {
    display: none;
  }

  .banner .banner_KV_m {
    display: block;
    width: 100%;
	height: 9rem;
  }

  .banner .intro {
    position: absolute;
    width: 100%;
    top: 1.2rem;
    z-index: 1;
    text-align: center;
  }

  .banner .intro .KV_item {
    font-size: 0.28rem;
    color: #262728;
    text-align: center;
    line-height: 0.36rem;
  }

  .banner .intro .KV_title {
    font-size: 0.61rem;
    color: #262728;
    text-align: center;
    /* line-height: 0.64rem; */
    width: 100%;
  }

  .banner .intro .KV_text {
    font-size: 12px;
    color: #262728;
    text-align: center;
    line-height: 0.36rem;
    margin: 0.4rem 0.4rem 0;
min-height: 88px;
  }

  .banner .intro .KV_button {
    min-width: 180px;
    margin: 0.4rem auto 0!important;
	display:inline-block;
  }
  .banner .intro-content{
      position: relative;
  }
 .intro-content .video_play {
		width: 0.53rem;
    height: 0.53rem;
	}
	.intro-content .video_play_banner_outer .video_play_banner{
        /* margin-left: 42%; */
        position: absolute;
        bottom:-1.37rem;
        left:39%;
        /* transform: translateX(-50%); */
	}
	
	.banner .intro .btn2 {
		display: block !important;
		width: 180px !important;
		margin-top: 0.3rem !important;
	}
}


@media only screen and (min-width: 768px) {
  .banner {
    position: relative;
    width: 100%;
    min-height: 11.8rem;
    overflow: hidden;
  }
	.videoPlayerArea{
		height:11.8rem;
	}
  .banner .banner_KV {
    display: block;
    width: 100%;
  }

  .banner .banner_KV_m {
    display: none;
  }

  .banner .intro {
    position: absolute;
    top: 50%;
    left: 4.6rem;
    z-index: 1;
    width: 12rem;/*changyihan20200915*/
    transform: translateY(-50%);
  }

  .banner .intro_display_right {
    left: auto;
    right: 3.8rem;
  }

  .banner .intro .KV_item {
    font-size: 0.44rem;
    color: #242728;
    line-height: 0.60rem;
  }

  .banner .intro .KV_title {
    font-size: 0.8rem;
    color: #262728;
    margin: 0.2rem 0;
    line-height: 1rem;
    font-weight: bold;
    margin: 0.2rem 0 0.68rem;
  }

  .banner .intro .KV_text {
    font-size: 16px;
    color: #262728;
    letter-spacing: 0.49px;
    line-height: 0.64rem;
  }
  html[lang="zh"] .banner .intro .KV_text {
    font-size: 0.36rem;
  }

  .banner .intro .KV_button {
    display: inline-block;
    min-width: 3.26rem;
    margin-top: 0.6rem;
  }

  .banner .intro .btn1 {
    margin-right: 0.2rem;
  }
}
