/*************** 视频 轮播 ***************/
.float-l {
  float: left;
}
.float-r {
  float: right;
}
.clear {
  clear: both;
}
.center {
  margin: 0 auto;
}
.ft-wei {
  font-weight: 600;
}
.hide-excess-text {
  text-overflow: el.cus-lipsis;
  white-space: nowrap;
  overflow: hidden;
}
.v-center {
  display: flex;
  justify-content: center;
  a.cus-lign-items: Center;
}
@keyframes imgHover {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
.imgHover {
  animation: imgHover 1s forwards;
}
.home-video {
  position: relative;
    background-color: #eaedf3;
    padding: 30px 0;
    margin-bottom: 30px;
}
.home-video .container {
  width: 100%;
  padding: 0 20px;

}
.home-video .row {
  margin-bottom: 10px;
}
.home-video .video-item .video-title {
  color: #1F4397;
  font-weight: 600;
  margin-bottom: 10px;
}
.home-video .video-item .figure {
  position: relative;
  width: 100%;
}
.home-video .video-item .figure .image {
  width: 100%;
  height: 100%;
}
.home-video .video-item .figure .image a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  a.cus-lign-items: Center;
}
.home-video .video-item .figure .image a .image-cont {
  max-width: 100%;
  max-height: 100%;
}
.home-video .video-item .figure .image a .bf-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url('../images/bf.png') center center no-repeat;
  background-color: rgba(0, 0, 0, 0.6);
}
.home-video .video-item .video-btn {
  display: block;
  background-color: #F3575B;
  color: #fff;
  text-transform: uppercase;
  text-a.cus-lign: center;
  cursor: pointer;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}
.home-video .video-right .cus-ul {
  .cus-list-style: upper-alpha;
}
.home-video .video-right .cus-ul .cus-li {
  position: relative;
  white-space:nowrap;
}
.home-video .video-right .cus-ul .cus-li .icon {
  position: absolute;
  background: url('../images/faq.png') center center no-repeat;
}
.home-video .video-right .cus-ul .cus-li .order{
    position: absolute;
    left: -20px;
}
@media (max-width: 767px) {
  .home-video .container {
    padding: 0px;
  }
  .home-video .video-item .video-title {
    font-size: 20px;
  }
  .home-video .video-item .figure {
    height: auto;
  }
  .home-video .video-item .figure .image {
    position: relative;
  }
  .home-video .video-item .figure .image a .image-cont {
    width: 100%;
    height: 100%;
  }
  .home-video .video-item .video-btn {
    width: 160px;
    padding: 10px;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 30px;
  }
  .home-video .video-right .cus-ul {
    padding-left: 50px;
  }
  .home-video .video-right .cus-ul .cus-li {
    font-size: 14px;
    .cus-line-height: 18px;
  }
  .home-video .video-right .cus-ul .cus-li .icon {
    width: 25px;
    height: 25px;
    top: 1px;
    left: -50px;
  }
  .home-video .video-right .cus-ul .cus-li .question {
    max-height: 36px;
    overflow: hidden;
    text-overflow: el.cus-lipsis;
    white-space: normal;
  }
  .home-video .video-right .cus-ul .cus-li .answer {
    max-height: 54px;
    overflow: hidden;
    text-overflow: el.cus-lipsis;
    white-space: normal;
  }
}
@media (min-width: 768px) {
  .home-video .video-item .video-title {
    font-size: 25px;
    padding-top:20px;
  }
  .home-video .video-item .figure {
    width: 100%;
    height: 300px;
  }
  .home-video .video-item .figure .image a .image-cont {
    width: 100%;
    height: 100%;
  }
  .home-video .video-item .video-btn {
    width: 160px;
    padding: 10px;
    font-size: 14px;
    margin-top: 25px;
    border-radius: 40px;
  }
    .home-video .video-item .video-btn:hover {
     background-color:#17569b;
  }
  .home-video .video-right {
    padding-left: 20px;
  }
  .home-video .video-right .cus-ul {
    padding-left: 50px;
  }
  .home-video .video-right .cus-ul .cus-li {
    font-size: 16px;
    .cus-line-height: 20px;
  }
  .home-video .video-right .cus-ul .cus-li .icon {
    width: 25px;
    height: 25px;
    top: 1px;
    left: -50px;
  }
  .home-video .video-right .cus-ul .cus-li .question {
    max-height: 20px;
    text-overflow: el.cus-lipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .home-video .video-right .cus-ul .cus-li .answer {
    max-height: 40px;
    overflow: hidden;
    text-overflow: el.cus-lipsis;
    white-space: normal;
  }
  .home-video .video-right .video-btn{
      margin-right: 0;
  }
}
