/*
---------------------------------------------
Videos Page
---------------------------------------------
*/
.page-heading .banner-box {
  height: 320px;
  background-image: url("../images/video-center/banner.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-heading .banner-box .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page-heading .banner-box .container .inner-content {
  display: block;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}
.page-heading .banner-box .container .inner-content h2 {
  font-size: 58px;
  font-weight: 600;
}
.page-heading .banner-box .container .inner-content .desc {
  font-size: 24px;
}
#videos .left-box .title {
  color: #4a7dbc;
  font-size: 28px;
}
#videos .left-box .download {
  width: 95%;
  color: #aaa;
  font-size: 14px;
  border-bottom: 3px solid #4a7dbc;
  padding-top: 5px;
}
#videos .left-box .tab-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-top: 5px;
  margin-bottom: 15px;
}
#videos .left-box .tab-box .tab-item {
  width: 95%;
  cursor: pointer;
  color: #4a4b4b;
  border-bottom: 1px solid #969696;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#videos .left-box .tab-box .tab-item .text {
  font-size: 16px;
  line-height: 150%;
  padding: 10px 0;
}
#videos .left-box .tab-box .tab-item img {
  display: block;
  width: 14px;
  height: auto;
}
#videos .left-box .tab-box .tab-item:hover {
  color: #4a7dbc;
}
#videos .left-box .tab-box .active {
  color: #4a7dbc;
}
#videos .item {
  margin-bottom: 30px;
  cursor: pointer;
}
#videos .item .thumb img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 245px;
  min-height: 245px;
  vertical-align: middle;
  object-fit: cover;
}
#videos .item .down-content {
  padding-top: 20px;
  position: relative;
  z-index: 3;
  background-color: #fff;
}
#videos .item .down-content h4 {
  font-size: 20px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #000;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  #videos .item .thumb img {
    width: 210px;
    height: auto;
    max-height: 145px;
    min-height: 145px;
  }
}
@media (max-width: 992px) {
  #videos .item .down-content h4,
  #products .item .down-content h4 {
    font-size: 16px;
  }
  #videos .item .thumb img {
    width: 170px;
    height: auto;
    max-height: 145px;
    min-height: 145px;
  }
}
@media (max-width: 767px) {
  #videos .left-box .title {
    font-size: 20px;
  }
  #videos .left-box .download {
    width: 100%;
  }
  #videos .left-box .tab-box .tab-item {
    width: 100%;
  }
  #videos .item .thumb img {
    width: 100%;
    height: auto;
    max-height: 245px;
    min-height: 245px;
  }
}
