
/* 服务体系 */
.service-banner-tabs .slide-inner {
  
}
.service-box {
  margin-top: 88px;
  margin-bottom: 62px;
}

.service-hd {
  text-align: center
}

.service-bd {
  margin-top: 71px
}

.service-title {
  font-size: 32px;
  font-weight: 600
}

.service-title span {
  color: #6692EC
}

.service-sub {
  font-size: 18px;
  margin-top: 15px
}

.service-news-card {
  display: block;
  color: #000;
  border-radius: 16px;
  margin: 0 auto 61px;
  overflow: hidden;
  background: #FFFFFF;
  border: 1px solid #EAECF0;
  cursor: pointer
}

.service-news-img {
  -o-object-fit: cover;
  object-fit: cover;
  /* height: 248px; */
  width: 100%;
  transition: all .5s;
  transform-origin: center center
}
.service-news-img:hover {
  transform: scale(1.05);
}
.service-news-bd {
  padding: 27px 36px 28px
}

.service-news-title {
  font-size: 20px;
  font-weight: 600
}

.service-news-des {
  margin-top: 4px;
  font-size: 16px;
  color: #525968;
  line-height: 24px;
}

/* 移动端布局 */
@media (max-width: 1350px) {
  .service-box {
    margin-top: 40px;
  }
  .service-hd {
    padding: 0 8px;
  }
  .service-bd {
    padding: 0 20px;
  }
  .service-news-card {
    margin-bottom: 20px;
  }
  .service-news-bd {
    padding: 10px 20px 10px; 
  }
}
@media (max-width: 992px) {
  .service-title {
    font-size: 28px;
  }
  .service-news-title {
    font-size: 18px;
  }
  .service-news-des {
    font-size: 14px;
  }
}