/* 产品中心 */


@media (max-width: 990px) {

}



@media (max-width: 768px) {


}



/*video click*/
.video_click {
  position: relative;
  display: block;
  line-height: 0;
  overflow: hidden;
  height: 100%;
  z-index: 1;
}

.video_click:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url("../images/videoclick.png") no-repeat center;
}

.cboxOverlay {
  position: fixed;
  z-index: 100001;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}

.colorbox {
  position: fixed;
  width: 90%;
  height: 80%;
  top: 10%;
  left: 5%;
  background: #ffffff;
  z-index: 100002;
  display: none;
}

.colse_click {
  position: absolute;
  top: -30px;
  right: 0;
  width: 25px;
  height: 25px;
  background: url("../images/closeVideo.png") no-repeat center;
  cursor: pointer;
}

.colorbox .video,
.colorbox .video video {
  width: 100%;
  height: 100%;
}