/* blog page */
.blog-content {
  padding: 0 0 6.25002vw;
}

.blog-title-part {
  position: relative;
  justify-content: space-between;
  align-items: flex-end;
  padding: 4.166665vw 0 0;
}

.blog-title-part .right::after {
  position: absolute;
  bottom: 1.3020875vw;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  content: '';
}

.blog-title-part .left {
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
}

.blog-title-part .right {
  position: relative;
  width: 100%;
  text-align: end;
  margin-bottom: -1.3020875vw;
}

.blog-title-top .entitle {
  font-size: 3.333344vw;
  font-family: 'BarlowCondensed-Medium';
  color: #e5e5e5;
}

.blog-title-top .title {
  position: relative;
  font-size: 1.666672vw;
  color: #101010;
  margin: 20px 0 2.604175vw;
  width: fit-content;
}

.blog-title-top .title::after {
  position: absolute;
  top: 15px;
  right: -100px;
  width: 80px;
  height: 2px;
  background: #1c7ad1;
  content: '';
}

.blog-title-bottom .tab-list-item p {
  font-size: 20px;
  color: #999;
  margin-right: 4.16668vw;
  padding-bottom: 20px;
  cursor: pointer;
}

.blog-title-bottom .tab-list-item.active p {
  color: #101010;
  border-bottom: 2px solid#1c7ad1;
}

.blog-title-part .right-bg {
  font-size: 13.54171vw;
  color: #e5e5e5;
  font-family: 'BarlowCondensed-Medium';
}

/* 最新blog */
.latest-blog-container {
  justify-content: space-between;
  margin: 4.16668vw 0;
}

.latest-blog-img {
  overflow: hidden;
  transition: all 1s;
}

.latest-blog-img img {
  transition: all 1s;
}

.latest-blog-desc {
  position: relative;
  max-width: 480px;
  width: 100%;
  margin-left: 30px;
  padding: 2.08934vw 0 0;
}

.latest-blog-title {
  position: relative;
}

.latest-blog-title .latest-tab {
  position: absolute;
  top: 0.520835vw;
  left: 0;
  display: flex;
  align-items: center;
  height: 28px;
  padding: 0 12px;
  font-size: 16px;
  color: #fff;
  background: #1c7ad1;
  border-radius: 2px;
}

.latest-blog-title h3 {
  text-indent: 64px;
  font-size: 1.666672vw;
  font-family: 'SourceHanSans-Medium';
  color: #101010;
  line-height: 1.5;
}

.latest-blog-time {
  font-size: 16px;
  color: #999;
  margin: 20px 0 2.916676vw;
}

.latest-blog-fenge {
  position: relative;
  width: 100%;
  height: 2px;
  margin-bottom: 3.12501vw;
  background: #e5e5e5;
}

.latest-blog-fenge::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 130px;
  height: 2px;
  background: #1c7ad1;
  content: '';
}

.latest-blog-text {
  font-size: 16px;
  color: #303030;
  line-height: 1.6;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.latest-blog-desc .news-detail {
  position: absolute;
  bottom: 2.08934vw;
  left: 0;
}

.latest-blog-content:hover .latest-blog-img img {
  transition: all 1s;
  transform: scale(1.1);
}

.latest-blog-content:hover .latest-blog-title h3 {
  color: #1c7ad1;
}

.latest-blog-content:hover .news-detail p {
  color: #1c7ad1;
}

.latest-blog-content:hover .news-detail svg {
  fill: #1c7ad1;
}

.latest-blog-content:hover .news-more-xian::after {
  width: 100%;
}


/* 最新blog end */

/* blog 列表 */
.blog-tab-container {
  margin-bottom: 20px;
}

.blog-lists .row {
  margin: 0 -20px;
}

.blog-lists .col-lg-4,
.blog-lists .col-md-4,
.blog-lists .col-sm-6 {
  padding: 0 20px;
}


.news-swiper-item {
  display: flex;
  flex-direction: column;
  transition: all .5s;
  margin-bottom: 40px;
}

.news-swiper-img {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.news-swiper-img img {
  width: 100%;
  margin: auto;
  transition: all .5s;
}

.news-time {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  background: #333;
  color: #fff;
}

.news-swiper-desc {
  height: 260px;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #e5e5e5;
}

.news-swiper-title {
  font-size: 18px;
  font-family: 'SourceHanSansCN-Medium';
  -webkit-line-clamp: 1;
}

.news-swiper-text {
  color: #999;
  font-size: 16px;
  line-height: 1.6;
  -webkit-line-clamp: 2;
  transition: all 1s;
}

.news-detail>.flex {
  margin-bottom: 16px;
}

.news-detail p {
  margin-right: 10px;
  font-size: 14px;
}

.news-more-xian {
  position: relative;
  width: 106px;
  height: 2px;
  background: #eee;
}

.news-more-xian::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 2px;
  background: #1c7ad1;
  content: '';
  transition: all .5s;
}

/* hover 效果 */
.news-swiper-item:hover .news-swiper-img img {
  transform: scale(1.1);
}

.news-swiper-item:hover .news-swiper-title,
.news-swiper-item:hover .news-detail p {
  color: #1c7ad1;
}

.news-swiper-item:hover .news-detail svg {
  fill: #1c7ad1;
}

.news-swiper-item:hover .news-more-xian::after {
  width: 100%;
}

.news-swiper-item:hover .news-time {
  background: #1c7ad1;
}

/* hover 效果 end */

/* blog 列表 end */

@media (max-width: 1279px) {
  .blog-title-bottom .tab-list-item p {
    font-size: 16px;
  }

  .blog-lists .row {
    margin: 0 -15px;
  }

  .blog-lists .col-lg-4,
  .blog-lists .col-md-4,
  .blog-lists .col-sm-6 {
    padding: 0 15px;
  }

  .latest-blog-img img {
    width: 100%;
    height: 100%;
  }

  .latest-blog-desc .news-detail {
    position: relative;
    bottom: 0;
  }

  .latest-blog-title .latest-tab {
    top: 0;
    font-size: 14px;
  }
}

@media (max-width: 1023px) {

  .latest-blog-desc,
  .latest-blog-img {
    flex: 1;
  }

  .latest-blog-title h3 {
    font-size: 20px;
  }

  .blog-title-top .entitle {
    font-size: 30px;
  }

  .blog-title-top .title {
    font-size: 22px;
  }

  .blog-tab-container {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .blog-title-part {
    padding: 40px 0 0;
  }

  .latest-blog-content {
    flex-direction: column;
  }

  .latest-blog-desc {
    margin-left: 0;
    padding: 30px 0 20px;
    max-width: 100%;
  }

  .blog-title-top .blog-title::after {
    top: 10px;
    right: -40px;
    width: 30px;
  }

  .blog-title-part .right {
    width: 60%;
  }

  .blog-title-part .right-bg {
    font-size: 13.54171vw;
  }

  .blog-title-top .title {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .blog-title-bottom .tab-list-item p {
    font-size: 14px;
  }

  .latest-blog-title h3 {
    font-size: 18px;
  }

  .latest-blog-time {
    margin: 20px 0 30px;
  }

  .latest-blog-fenge {
    margin-bottom: 30px;
  }

  .news-swiper-desc {
    padding: 30px 20px;
    height: 200px;
  }

  .news-swiper-item {
    margin-bottom: 40px;
  }
}

/* blog page end */

/* 文章页产品推荐 */
.recommended-products {
  padding: 80px 0 50px;
  border-top: 1px solid #e5e5e5;
}

.recommended-products  h2 {
  text-align: center;
  font-size: 36px;
  font-family: 'SourceHanSans-Medium';
  margin-bottom: 50px;
}

.recommended-products .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}


.re-img {
  width: 100%;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  transition: all 1s;
}

.re-img img {
  margin: auto;
}

.re-desc {
  margin-top: 15px;
  text-align: center;
  line-height: 1.5;
}

.recommended-products .item:hover .re-img {
  box-shadow: 0 0 30px rgba(16,16,16,0.2);
}

.recommended-products .item:hover .re-img img {
  transform: scale(1.2);
  transition: all 1s;
}

.recommended-products .item:hover .re-desc {
  color: #1c7ad1;
}

@media (max-width: 1023px) {
  .recommended-products {
    padding: 60px 0 30px;
  }
}

@media (max-width: 767px) {
  .recommended-products {
    padding: 40px 0 0;
  }

  .recommended-products h2 {
    margin-bottom: 40px;
  }
}


/* 文章页产品推荐 end */


/* 应用场景 */
.application-area .item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.application-area .item img {
  margin-bottom: 20px;
  width: 100%;
}