.slideshow {
  /* height: 400px; */
  object-fit: cover;
}
.customer-max-h-720{
  max-height: 720px;
}
.customer-bg-blue{
  background: #023194!important;
  height: 50px;
}
.customer-bg-grey{
  background: #f6f8fa!important;
}
.swiper-container{
  margin-top: -90px;
}
.customer-banner-text{
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  width: 100%;
  text-align: center;
  z-index: 99;
}


/* 顶部大图位置：图片+标题+副标题 */
.top_container{
  position: relative;
}
.posa_box{
  position: absolute;
  top: 200px;
  left: 50%;
  transform: translate(-50%, 0%);
}
.custom_img{
  width: 100%;
}

/* productlist */
.item-card-title,.item-card-text{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 首页 */
/* 行业动态 */
.news_outside_container{
  background-image: url('/static/images/news_bg.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.news_outside_box .news_li:nth-last-of-type(1){
  margin-bottom: 0!important;
}

/* 企业成长史/企业资质 */
.qiye_outside_box{
  background-color: #2b51c2;
  cursor: pointer;
  background-image: url('/static/images/business_bg.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

/* 业务范围 */
.yewu_outside_container{
  background: #023194;
  background-image: url('/static/images/yewu_out_bg.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.customer-yewu-content-box{
  background-image: url('/static/images/yewu_bg.png');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
}
.customer-yewu-item-box{
  padding-top: 100px;
  padding-bottom: 50px;
}
.customer-yewu-content-box .customer-yewu-item-box::after{
  content: '';
  background-image: url('/static/images/business_line_bg.png');
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 3px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.customer-yewu-content-box .customer-yewu-item-box:nth-last-of-type(1)::after{
  display: none;
}
.yewu_outside_container .yewu_icon{
  width: 50px;
  height: 50px;
}
.yewu_outside_container .lh-18{
  line-height: 1.8;
}
/* 客户案例 */
.case_a.active{
  color: #023194;
}
.case_img{
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  object-position: center;
}
.case_img_box a{
  display: none;
}
.case_img_box a.block{
  display: block;
}
.customer_case_box{
  background-image: url('/static/images/case_bg.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.customer-footer{
  background: #023194;
  background-image: url('/static/images/footer_bg.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.customer-footer-col{
  margin-right: 70px;
}
.customer-footer-col:nth-last-of-type(1){
  margin-right: 0;
}
@media screen and (max-width: 990px) {
  .customer-footer-col{
    margin-right: 60px;
  }
}
@media screen and (min-width: 990px) and (max-width: 1024px) {
  .customer-footer-col{
    margin-right: 30px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .customer-footer-col{
    margin-right: 40px;
  }
}
@media screen and (min-width: 768px) {
  .customer-banner-text{
    font-size: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .customer-banner-text{
    font-size: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .customer-banner-text{
    font-size: 40px;
  }
}
@media screen and (min-width: 1680px) {
  .customer-banner-text{
    font-size: 48px;
  }
}
.case_a{
  flex: 1;
}
@media screen and (max-width: 768px) {
  .customer-banner-text{
    width: 100%;
    font-size: 22px;
    text-align: center;
    top: 23%;
  }
  .news_outside_container{
    background-image: none;
  }
  .customer_case_box{
    background-image: none;
  }
  .customer_case_box .fs-16{
    font-size: 0.857rem;
  }
  .custom_navbar{
    border: 0!important;
  }
  .customer-w-150{
    width: 150%!important;
  }
  .customer-bg-blue{
    display: none;
  }
  .customer-h-300{
    height: 300px!important;
    object-fit: cover;
  }
  .top_container{

  }
  .top_container .posa_box{
    display: none;
  }
  .customer-footer{
    background-image: none;
  }
  .customer-yewu-content-box{
    background-image: none;
  }
  .customer-yewu-content-box .customer-yewu-item-box::after{
    display: none;
  }
  .customer-yewu-item-box{
    padding-top: 0;
    padding-bottom: 20px;
  }
  .sonsort{
    white-space: nowrap;
    overflow-x: scroll;
  }
  .newPosition_container{
    white-space: nowrap;
    overflow-x: scroll;
    margin-bottom: 0.5rem !important;
  }
}

@media screen and (max-width: 1024px) {
  .swiper-container{
    margin-top: 0;
  }
  .logo-sm-height{
    height: 38px;
  }
  .customer-bg-blue{
    height: 30px;
  }
  .posa_box{
    top: 120px;
  }
  .top_container .posa_box{
    top: auto;
    bottom: 5px;
  }
}

@media screen and (max-width: 990px) {
  .navbar-collapse{
    background: #fff;
  }
  .navbar-collapse .text-white{
    color: #000!important;
  }
}
@media screen and (min-width: 1200px) {
  .container{
    max-width: 1320px;
  }
}
@media screen and (min-width: 1400px) {
  .container{
    max-width: 1440px;
  }
  .fs-12{
    font-size: 1rem!important;
  }
  .fs-16{
    font-size: 1.428rem!important;
  }
  .fs-18{
    font-size: 1.571rem!important;
  }
  .fs-20{
    font-size: 1.571rem!important;
  }
  .fs-26{
    font-size: 2.429rem!important;
  }
  .navbar-expand-lg .navbar-nav .nav-link{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}


.newPosition_container{
  display: flex;
  align-items: center;
}
.newPosition_l{
  flex: 1;
}
td,th{
    padding: 5px 10px;
    border: 1px solid #DDD;
}