.elementor-location-header{
    width: 100%;
    z-index: 9999;
}
img.aligncenter{
    margin: 0px auto !important;
    display: block;
}
.acf-fields.-left > .acf-field > .acf-label,
.acf-fields.-left > .acf-field:before{
    width: 10% !important;
}
.acf-fields.-left > .acf-field > .acf-input{
    width: 90% !important;
}
.l-acfEdit{
    z-index: 9999;
}
.l-showacf,
.l-hideacf{
    cursor: pointer;
}
.l-acf-content{
    margin-top: 100px !important;
    max-height: calc(100vh - 200px) !important;
    min-height: calc(100vh - 200px) !important;
    border: solid #3074f1 10px;
    border-radius: 5px;
    box-shadow: 7px 7px 0 0 #000000;
    overflow: hidden !important;
    display: none !important;
    flex-direction: column;
}
.l-acf-form{
    display: flex;
    flex-direction: column !important;
    height: 100%;
    overflow: hidden;
}
.l-acf-form>.elementor-widget-container{
    overflow: auto !important;
    max-height: 100%;
    height: 100%;
}

@media (max-width: 768px) {
    
}

.xzhs {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.xzhs1 {
    -webkit-line-clamp: 1;
}

.xzhs2 {
    -webkit-line-clamp: 2;
}

.xzhs3 {
    -webkit-line-clamp: 3;
}

.xzhs4 {
    -webkit-line-clamp: 4;
}

.xzhs5 {
    -webkit-line-clamp: 5;
}

.xzhs6 {
    -webkit-line-clamp: 6;
}

.xzhs7 {
    -webkit-line-clamp: 7;
}

.xzhs8 {
    -webkit-line-clamp: 8;
}

/* table 移动端自适应数量 */
.l-table-m-2 {
    /* 仅在移动端样式下调整布局 */
    @media (max-width: 768px) {
      table {
        width: 100%;
        border-collapse: collapse;
        
        tbody {
          display: grid;
          grid-template-columns: 1fr 1fr; /* 每行显示 1 个单元格 */
        }
        
        tr {
          display: contents; /* tr 不占据空间，允许 td 成为 grid 的项 */
        }
        
        td {
          text-align: center;
          width: 100% !important;
        }
      }
    }
  }
  
  .l-table-m-1 {
    /* 仅在移动端样式下调整布局 */
    @media (max-width: 768px) {
      table {
        width: 100%;
        border-collapse: collapse;
        
        tbody {
          display: grid;
          grid-template-columns: 1fr; /* 每行显示 1 个单元格 */
        }
        
        tr {
          display: contents;
        }
        
        td {
          width: 100% !important;
          text-align: left;
        }
      }
    }
  }
  
  
  /* 移动端轮播布局 */
  @media (max-width: 768px) {
    .l-single-reproduct .uc_image_carousel_title{
        position: absolute;
        top: 60px;
        width: 100%;
        left: 0;
    }
    .l-single-reproduct .uc_image_carousel_placeholder{
        margin-top: 100px;
    }
    .l-single-reproduct .uc_ts_line_lu{
        position: absolute;
        top: 0;
        width: 100%;
        left: 0;
    }
  }
.l-product-tbts{
    min-width: 100% !important;
}
@media(min-width:1280px){
    .l-product-tbts table tbody{
        white-space: pre-wrap !important;
    }
}

.l-product-tbts table tbody>tr,
.l-product-tbts table tbody tr>td{
    background-color: #ffffff12 !important;
}
.l-product-tbts table tbody tr>td,
.l-clear-tb table tbody tr>td{
	 border: solid 2px #434343 !important;
}

.l-clear-tb{
    table {
        background-color: #ffffff12 !important;
        width: 100%;
        table-layout: auto;
    }

    table td,
    table th {
        background-color: #ffffff12 !important;
        padding: 10px 10px 10px 10px;
        text-align: left;
        vertical-align: top;
    }

    table th {
        font-weight: normal;
        color: inherit;
    }
}

#industriesContent h1,
#industriesContent h2,
#industriesContent h3,
#industriesContent h4,
#industriesContent h5,
#industriesContent h6
{
    scroll-margin-top: 100px;
}


/*ul{*/
/*    padding-left: 20px !important;*/
/*    padding-inline-start: 20px !important;*/
/*}*/
.l-client-list .l-card-video{
    display: none;
}
.l-client-list .swiper-slide{
    display: flex !important;
    align-items: flex-end;
}
.l-client-list .swiper-slide:hover .l-card-video,
.swiper-slide-active .l-card-video{
    display: flex
}
.l-client-list .swiper-slide:hover .l-card-def,
.swiper-slide-active .l-card-def{
    display: none
}