.web_footer {
  margin-top: 0;
}

.web_head {
  background-color: rgba(59, 67, 79, .38);
}


.common_contact {
  margin-top: 3%;
  padding: 17.5% 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}

.common_contact .contact_title {
  text-align: center;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.common_contact .contact_title {
  font-family: 'Poppins-Bold';
  font-weight: 400;
  font-size: 58px;
  color: #FFFFFF;
  line-height: 60px;
  text-align: center;
}


.common_contact .contact_desc {
  max-width: 804px;
  text-align: center;
  font-family: 'Poppins-Regular';
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 1.5;
  margin: 0 auto;
}

.common_contact .contact_btn {
  display: block;
  background-color: var(--dominant-color);
  border: 2px solid var(--dominant-color);
  padding: 15px 40px;
  font-family: 'Poppins-Regular';
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 24px;
  margin: 0 auto;
  margin-top: 40px;
  max-width: 206px;
}

.common_contact .contact_btn:hover {
  background-color: transparent;
  color: var(--dominant-color);
}

.related_news {
  margin-top: 5%;
  margin-bottom: 3%;
}

.related_news .news_top {
  justify-content: space-between
}

.related_news .news_top .news_title {
  font-family: 'Arial-BoldMT';
  font-weight: 400;
  font-size: 25px;
  color: #000000;
  line-height: 1.5;
  margin-bottom: 40px;
}

.related_news .news_top .news_title a {
  display: inline-block;
}

.related_news .news_top .related-news-prev {
  width: 35px;
  height: 35px;
  background-image: url(../img/prev_hover.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 2px solid var(--dominant-color);
  transition: all 0.5s ease;
  border-radius: 50%;
  cursor: pointer;
}

.related_news .news_top .related-news-next {
  width: 35px;
  height: 35px;
  background-image: url(../img/next_hover.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 2px solid var(--dominant-color);
  transition: all 0.5s ease;
  border-radius: 50%;
  margin-left: 30px;
  cursor: pointer;
}

.related_news .news_top .related-news-prev:hover {
  background-color: var(--dominant-color);
  background-image: url(../img/prev.png);
}

.related_news .news_top .related-news-next:hover {
  background-color: var(--dominant-color);
  background-image: url(../img/next.png);
}

.related_news .news_list .news_item {
  background: #FFFFFF;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  -webkit-transition: all 150ms ease-out 0ms;
  -moz-transition: all 150ms ease-out 0ms;
  -o-transition: all 150ms ease-out 0ms;
  transition: all 150ms ease-out 0ms;
}

.related_news .news_wrap {
  padding-bottom: 30px;
}

.related_news .news_list .news_item .item_img {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 67%;
}

.related_news .news_list .news_item .item_img img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}

.related_news .news_list .news_item:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.related_news .news_list .news_item .item_info {
  padding: 20px;
}



.related_news .news_list .news_item .item_date {
  font-family: 'ArialMT';
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 20px;
}

.related_news .news_list .news_item .item_title {
  font-family: 'Poppins-Regular';
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  line-height: 25px;
  margin: 10px 0 20px 0;
  height: 52px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;

}

.related_news .news_list .news_item:hover .item_title a {
  color: var(--dominant-color);
}

.related_news .news_list .news_item .item_btn a {
  display: block;
  border: 1px solid var(--dominant-color);
  padding: 7px 20px;
  max-width: 148px;
  font-family: 'Poppins-Regular';
  font-weight: 400;
  font-size: 19px;
  color: var(--dominant-color);
  text-align: center;
  transition: all 0.5s ease;
}

.related_news .news_list .news_item .item_btn a:hover {
  background-color: var(--dominant-color);
  color: #FFFFFF;
}


.related_product {
  margin-top: 5%;
}


.related_product .pro_top {
  justify-content: space-between;
}

.related_product .pro_top .pro_box {
  /* text-align: center; */
  width: 100%;
}

.related_product .pro_top .pro_title {
  font-family: 'Arial-BoldMT';
  font-weight: 400;
  font-size: 25px;
  color: #000000;
  line-height: 21px;
}

.related_product .pro_top .pro_desc {
  font-family: 'ArialMT';
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  margin-top: 20px;
}

.related_product .pro_top .related-pro-prev {
  width: 35px;
  height: 35px;
  background-image: url(../img/prev_hover.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 2px solid var(--dominant-color);
  transition: all 0.5s ease;
  border-radius: 50%;
  cursor: pointer;
}

.related_product .pro_top .related-pro-next {
  width: 35px;
  height: 35px;
  background-image: url(../img/next_hover.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 2px solid var(--dominant-color);
  transition: all 0.5s ease;
  border-radius: 50%;
  margin-left: 30px;
  cursor: pointer;
}

.related_product .pro_top .related-pro-prev:hover {
  background-color: var(--dominant-color);
  background-image: url(../img/prev.png);
}

.related_product .pro_top .related-pro-next:hover {
  background-color: var(--dominant-color);
  background-image: url(../img/next.png);
}

.related_product .pro_wrap {
  margin-top: 50px;
  padding: 10px;
}

.related_product .pro_wrap .pro_list .pro_item {
  padding: 20px 20px 20px 20px;
  background: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  -webkit-transition: all 150ms ease-out 0ms;
  -moz-transition: all 150ms ease-out 0ms;
  -o-transition: all 150ms ease-out 0ms;
  transition: all 150ms ease-out 0ms;

}

.related_product .pro_wrap .pro_list .pro_item .item_title {
  font-family: 'Arial-BoldMT';
  font-weight: 400;
  font-size: 18px;
  color: #1B1B1B;
  margin-bottom: 20px;
  /* word-break: break-all; */
  /* height: 54px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis; */
}

.related_product .pro_wrap .pro_list .pro_item .item_img {
  width: 100%;
  margin: 0 auto;
  /* max-width: 300px; */
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
  margin-bottom: 20px;
  background: rgba(0, 0, 0, .1);
}


.related_product .pro_wrap .pro_list .pro_item .item_img img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: contain;
}


.related_product .pro_wrap .pro_list .pro_item:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 1;
}

.related_product .pro_wrap .pro_list .pro_item:hover .item_title a {
  color: var(--dominant-color);
}


.related_product .pro_wrap .pro_list .pro_item .item_btn a {
  display: block;
  width: 100%;
  padding: 10px 20px;
  max-width: 360px;
  float: right;
  background-color: var(--dominant-color);
  border: 2px solid var(--dominant-color);
  font-family: 'Arial-BoldMT';
  font-weight: 400;
  font-size: 22px;
  color: #FFFFFF;
  display: flex;
  justify-content: space-between;
  transition: all 0.5s ease-in-out;
}

.related_product .pro_wrap .pro_list .pro_item .item_btn a:after {
  content: '>';
  font-size: 22px;
}

.related_product .pro_wrap .pro_list .pro_item .item_btn a:hover {
  background-color: transparent;
  color: var(--dominant-color);
}


.related_video {
  margin-top: 5%;
  margin-bottom: 3%;
}

.related_video .video_top {
  justify-content: space-between
}

.related_video .video_top .video_title {
  font-family: 'Arial-BoldMT';
  font-weight: 400;
  font-size: 25px;
  color: #000000;
  line-height: 1.5;
  margin-bottom: 40px;
}

.related_video .video_top .video_title a {
  display: inline-block;
}

.related_video .video_top .related-video-prev {
  width: 35px;
  height: 35px;
  background-image: url(../img/prev_hover.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 2px solid var(--dominant-color);
  transition: all 0.5s ease;
  border-radius: 50%;
}

.related_video .video_top .related-video-next {
  width: 35px;
  height: 35px;
  background-image: url(../img/next_hover.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 2px solid var(--dominant-color);
  transition: all 0.5s ease;
  border-radius: 50%;
  margin-left: 30px;
}

.related_video .video_top .related-video-prev:hover {
  background-color: var(--dominant-color);
  background-image: url(../img/prev.png);
}

.related_video .video_top .related-video-next:hover {
  background-color: var(--dominant-color);
  background-image: url(../img/next.png);
}

.related_video .video_list .video_item {
  background: #FFFFFF;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  -webkit-transition: all 150ms ease-out 0ms;
  -moz-transition: all 150ms ease-out 0ms;
  -o-transition: all 150ms ease-out 0ms;
  transition: all 150ms ease-out 0ms;
}

.related_video .video_wrap {
  padding-bottom: 30px;
}

.related_video .video_list .video_item .item_img {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 67%;
}

.related_video .video_list .video_item .item_img .video_img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}

.related_video .video_list .video_item .video_open {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  width: 50px;
  height: 50px;
  line-height: 49px;
  text-align: center;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  z-index: 99;
}

.related_video .video_list .video_item .video_open img {
  width: 50%;
  height: 50%;
  object-fit: contain;
}

.related_video .video_list .video_item:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.related_video .video_list .video_item .item_info {
  padding: 0 20px;
}



.related_video .video_list .video_item .item_date {
  font-family: 'ArialMT';
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 20px;
}

.related_video .video_list .video_item .item_title {
  font-family: 'Poppins-Regular';
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  line-height: 25px;
  margin: 10px 0;
  height: 52px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;

}

.related_video .video_list .video_item:hover .item_title a {
  color: var(--dominant-color);
}


@media (max-width:950px) {
  .related_product {
    margin-top: 8%;
  }

  .related_product .pro_wrap .pro_list .pro_item .item_img {
    padding-bottom: 82%;
  }


  .related_product .pro_wrap .pro_list .pro_item .item_title {
    height: auto;
    -webkit-line-clamp: unset;
    text-overflow: unset;
    overflow: visible;

  }


  .related_product .pro_wrap {
    margin-top: 30px;
  }

  .common_contact .contact_title {
    font-size: 40px;
    line-height: 50px;
  }

  .related_news .news_list .news_item .item_title {
    height: auto;
    -webkit-line-clamp: unset;
    text-overflow: unset;
    overflow: visible;
  }

  .related_news {
    margin-top: 8%;
  }

  .related_video {
    margin-top: 8%;
  }

  .related_video .video_list .video_item .item_title {
    height: auto;
    -webkit-line-clamp: unset;
    text-overflow: unset;
    overflow: visible;
  }

  @media (max-width:480px) {
    .common_contact .contact_title {
      font-size: 30px;
      line-height: 40px;
    }

    .related_product .pro_top {
      flex-direction: column;
      align-items: flex-start;
    }

    .related_product .pro_top .pro_box {
      margin-bottom: 20px;
    }
  }

  .common_contact .contact_btn {
    max-width: 160px;
    padding: 10px;
    text-align: center;
    margin-top: 30px;
  }

}