.video-banner{
  width: 100%;
    padding-top: 86px;
    background: #fff;
  padding-bottom:450px;
    position:relative;
}
.video-container {
  position: relative;
}
.video-container .play {
  z-index: 90;
}

.play {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #FFF;
  text-decoration: none;
  display: block;
/*  -webkit-transition: opacity 0.35s,-webkit-transform 0.35s,transform 0.35s;
  transition: opacity 0.35s,-webkit-transform 0.35s,transform 0.35s;
  opacity: 0.75;
  filter: alpha(opacity=75);*/
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-16by9a {
  padding-bottom: 45%;
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
#aboutus-container .container .row div.videobanner-xiaojin {
border:1px solid transparent;
/* height:562px; */
/* overflow: hidden; */
padding:auto;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .video-banner{
    padding-bottom:0;
  }
  #aboutus-container .container .row div.videobanner-xiaojin {
    height:100%;
  }
  .video-panel1{
    padding:0;
  }
  .video-panel{
    padding-bottom:15px;
  }
}
@media screen and (max-width: 767px){
  .video-banner{
    padding-bottom:0; padding-top: 50px;
    width:100%;overflow: hidden;background: url(../images/jrbg.png) repeat-x;
  }
  #aboutus-container .container .row div div.video-panel{
    padding:auto;
  }
  #aboutus-container .container .row div.videobanner-xiaojin {
    height:100%;padding:0;

  }
  .video-panel1{
padding:0;
  }
}
@media (min-width: 1200px){
  .video-panel{
  display: inline-block;
  width:1000px;
  margin-left:-500px;
  max-width: 1000px;
  height:450px;
  position: absolute;
  left:50%;
  }
  .video-panel1{
  display: inline-block;
  width:100%;
  max-width: 100%;
  padding-left:0;
  padding-right:0;
  /* height:562px; */


  /* overflow: hidden; */
  }
  .embed-responsive-item{
  /* height:562px; */
  }
}
