.floaticon {
  position: fixed;
  right: 20px;
  top: 260px;
  z-index: 9999;
}
.floaticon .shows {
  height: 62px;
  margin-bottom: 10px;
}
.floaticon .shows img {
  cursor: pointer;
  float: right;
}
.floaticon .shows .hidden {
  display: none;
  width: 182px;
  height: 62px;
  line-height: 62px;
  background: url('../images/floatbg.png') no-repeat;
  background-size: 100% 100%;
  text-align: center;
  cursor: pointer;
}
.videos {
  width: 1200px;
  margin: 48px auto;
  cursor: pointer;
}
.videos.index-videos {
  margin-top: 0 ;
}
.modalvideo {
  display: none;
  width: 800px;
  height: 528px;
  position: fixed;
  z-index: 9999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.modalvideo .titles {
  height: 56px;
  background: #656b71;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  line-height: 56px;
  color: #fff;
  font-size: 15px;
}
.modalvideo .titles span {
  margin-left: 40px;
}
.modalvideo .titles .iconvideos {
  display: ineline-block;
}
.modalvideo .titles .iconvideos img {
  vertical-align: middle;
  margin-right: 9px;
}
.modalvideo .titles img {
  vertical-align: middle;
}
.modalvideo .titles .closesvideo {
  float: right;
  margin-right: 18px;
  margin-top: 17px;
  cursor: pointer;
}
.modalvideo .bottoms {
  height: 20px;
  background: #656b71;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.modalvideo #example_video_1 {
  width: 100%;
  height: 450px;
}
.black_modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
  z-index: 9998;
}
