  #image_slide_pane_1B1E283845417 .home-slide-title {
    font-size: var(--medium-title-size);
  }
  #image_slide_pane_1B1E283845417 .home-slide-subtitle {
    font-size: var(--medium-subtitle-size);
  }
  #image_slide_pane_1B1E283845417 .home-slide-btn {
    font-size: var(--medium-btn-size);
    border-radius:var(--theme-border-radius);
  }
 
    #slide-image_slide_block_1B1E283845419 {
      
      
      padding-bottom: 50.00%;
    }

    @media screen and (max-width: 767px) {
      #slide-image_slide_block_1B1E283845419 {
        
        
        padding-bottom: 50.00%;
      }
    }

    [data-section-id=image_slide_pane_1B1E283845417]{
      max-width: var(--max-width);
      padding: 0 var(--side-padding);
      margin: auto;
      width: 100%;
    }

/* index_css  start */
.more-button {
  margin-top: var(--more-button-top,var(--v-space));
  text-align: var(--more-button-text-align,center);
}

.list-more-button {
  margin: calc(var(--list-more-top ,var(--h-space)) - var(--h-space)) 0 var(--h-space);
  text-align:var(--list-more-text-align, center);
}

@media screen and (max-width: 767px) {
  .list-more-button {
    --list-more-top: 15px;
  }
}
/* index_css  end */

  /* index_css slide start */
  [data-section-type="image_slide"] {
    --large-title-size: 58px;
    --large-subtitle-size: 30px;
    --large-btn-size: 30px;
    --medium-title-size: 36px;
    --medium-subtitle-size: 14px;
    --medium-btn-size: 16px;
    --small-title-size: 35px;
    --small-subtitle-size: 15px;
    --small-btn-size: 15px;
    --prev-btn-left: 40px;
    --next-btn-right: 40px;
  }

  [data-section-type="image_slide"] .swiper-pagination {
    --swiper-pagination-bottom:  var(--slide-pagination-bottom);
  }

  .home-image-slide.image-slide {
    margin-bottom:var(--home-image-slide-bottom,var(--section-space) );
    padding-bottom: 0;
  }

  .home-image-slide .swiper-slide>a {
    position: relative;
    display: block;
    width: 100%;
  }

  .home-image-slide img {
    position: absolute;
    width: 100%;
    height: auto;
  }

  .home-slide-content {
    white-space: nowrap;
  }

  .home-slide-title {
    margin:var(--home-slide-title-margin, 0 0 20px) ;
    font-weight:var(--home-slide-title-weight, 700);
  }

  .home-slide-subtitle {
    margin:var(--home-slide-subtitle-margin, 0);
    font-weight:var(--home-slide-subtitle-weight, 400);
  }

  .home-slide-btn {
    display: inline-block;
    margin-top:var(--home-slide-btn-top, 16px) ;
    height: var(--btn-height);
    line-height: calc(var(--btn-height) - 2px);
    padding: var(--home-slide-btn-side-padding, 0 25px);
  }

  @media screen and (max-width: 1200px) {
    [data-section-type="image_slide"] {
      --large-title-size: 33px;
      --large-subtitle-size: 20px;
      --large-btn-size: 18px;
      --medium-title-size: 22px;
      --medium-subtitle-size: 14px;
      --medium-btn-size: 16px;
      --small-title-size: 25px;
      --small-subtitle-size: 14px;
      --small-btn-size: 14px;
      --prev-btn-left: 10px;
      --next-btn-right: 10px;
      --home-slide-btn-top:14px;
      --home-slide-title-margin:0 0 10px;
    }
    .home-slide-content{
      white-space: normal;
      max-width: 85%;
      min-width: 60%;
    }
  
  }

  @media screen and (max-width: 767px) {
  .home-image-slide .prev-btn,
    .home-image-slide .next-btn {
      display:var(--home-image-slide-btb-display, none);
    }
  }
  /* index_css slide end */

.imgtxt-single,
.imgtxt-list-item ,
.image-slide-list .imglist-img-box {
    border-radius: 8px;
    padding: 8px;
    border: 1px solid rgba(0, 0, 0, 0);
}

.imgtxt-single:hover ,
.imgtxt-list-item:hover ,
.image-slide-list .imglist-img-box:hover {
  border: 1px solid var(--theme-border-color);
}

@media screen and (max-width: 768px) {
  [data-section-type="imgtxt_icon"] {
    --imgtxt-icon-title-text-align:center;
  }

  .imgtxt-single,
  .imgtxt-list-top ,
  .image-slide-list .imglist-img-box {
    border-radius: 8px;
    padding: 4px;
  }

  .imgtxt-icon-item {
    flex-direction: column;
  }

  .imgtxt-list-title {
    font-size: 22px;
  }
}


#text_rich1728216589916 .section-title{
  text-align:center;
  color:#333333;
}
#text_rich1728216589916 .section-sub-title{
  color:#333333;
  text-align:center;
}
@media screen and (min-width: 1200px){
  #text_rich1728216589916 .section-title{
    font-size:40px;
  }
  #text_rich1728216589916 .section-sub-title{
    font-size:16px;
  }
}


  #image_list1728210978503 .image-item {
    width: calc((100% - var(--v-space) * 1 )  / 2);
    padding-bottom:calc( (52.37% - var(--v-space) * 1) / 2 );
  }
  
  #image_list1728210978503 .section-title{
    text-align:left;
    color:#333333;
    
  }
  #image_list1728210978503 .section-sub-title{
    text-align:left;
    color:#333333;
  }
  #image_list1728210978503 .list-more-button{
    text-align:left;
  }

  @media screen and (min-width:768px){
    #image_list1728210978503 .image-item:nth-child(2n) {
      margin-right: 0;
    }
    
  }
  @media screen and (max-width: 767px){
    #image_list1728210978503 .image-item {
      width: calc((100% - var(--v-space) * 1 )  / 2);
      padding-bottom:calc( (52.37% - var(--v-space) * 1) / 2 );
    }
    #image_list1728210978503 .image-item:nth-child(2n) {
      margin-right: 0;
    }
  }
  @media screen and (min-width:1200px){
    #image_list1728210978503 .section-title{
      font-size:40px;  
    }
    #image_list1728210978503 .section-sub-title{
      font-size:16px;
    }
  }

  /* index_css image_list start */
  .image-list {
    display: flex;
    flex-wrap:var(--image-list-wrap, wrap);
  }

  .image-list .image-item {
    margin: var(--image-list-item-margin, 0 var(--v-space) var(--h-space) 0);
  }

  @media screen and (max-width: 767px) {
    .image-list .image-item {
      width: 100%;
    }
  }
  /* index_css image_list end */

  #product_cate1731470116813 .section-title{
    text-align:left;
    color:#333333;
  }
  #product_cate1731470116813 .section-sub-title{
    text-align:left;
    color:#333333;
  }
  #product_cate1731470116813 .product-list-btn{
    color: #00B277;
    background-color: #ffffff;
    border-color: #ffffff;
    --color: #00B277;
    --bg-color: #ffffff;
    --border-color: #ffffff;
  }
  #product_cate1731470116813  .product-item{
    width: calc(100% / 4 - var(--v-space) * (4 - 1) / 4) ;
  }
  @media screen and (min-width:768px){
    #product_cate1731470116813 .product-item:nth-child(4n){
      margin-right: 0;
    }
  }
  @media screen and (min-width:1200px){
    #product_cate1731470116813 .section-title{
      font-size:26px;
    }
    #product_cate1731470116813 .section-sub-title{
      font-size:16px;
    }
    #product_cate1731470116813 .product-list-btn{
      font-size:16px;
    }
  }
  
  @media screen and (max-width: 767px){
    #product_cate1731470116813  .product-item{
      width: calc(100% / 2 - var(--v-space) * (2 - 1) / 2) ;
    }
    #product_cate1731470116813  .product-item:nth-child(2n){
      margin-right: 0;
    }
  }

  [data-section-type="product_cate"] {
    --product-item-4n-right:var(--v-space);
    --product-item-2n-right: var(--v-space);
  }

  #product_cate1747900873585 .section-title{
    text-align:left;
    color:#333333;
  }
  #product_cate1747900873585 .section-sub-title{
    text-align:left;
    color:#333333;
  }
  #product_cate1747900873585 .product-list-btn{
    color: #00B277;
    background-color: #ffffff;
    border-color: #ffffff;
    --color: #00B277;
    --bg-color: #ffffff;
    --border-color: #ffffff;
  }
  #product_cate1747900873585  .product-item{
    width: calc(100% / 4 - var(--v-space) * (4 - 1) / 4) ;
  }
  @media screen and (min-width:768px){
    #product_cate1747900873585 .product-item:nth-child(4n){
      margin-right: 0;
    }
  }
  @media screen and (min-width:1200px){
    #product_cate1747900873585 .section-title{
      font-size:40px;
    }
    #product_cate1747900873585 .section-sub-title{
      font-size:16px;
    }
    #product_cate1747900873585 .product-list-btn{
      font-size:16px;
    }
  }
  
  @media screen and (max-width: 767px){
    #product_cate1747900873585  .product-item{
      width: calc(100% / 2 - var(--v-space) * (2 - 1) / 2) ;
    }
    #product_cate1747900873585  .product-item:nth-child(2n){
      margin-right: 0;
    }
  }

  #product_cate1728200719995 .section-title{
    text-align:left;
    color:#333333;
  }
  #product_cate1728200719995 .section-sub-title{
    text-align:left;
    color:#333333;
  }
  #product_cate1728200719995 .product-list-btn{
    color: #00B277;
    background-color: #ffffff;
    border-color: #ffffff;
    --color: #00B277;
    --bg-color: #ffffff;
    --border-color: #ffffff;
  }
  #product_cate1728200719995  .product-item{
    width: calc(100% / 4 - var(--v-space) * (4 - 1) / 4) ;
  }
  @media screen and (min-width:768px){
    #product_cate1728200719995 .product-item:nth-child(4n){
      margin-right: 0;
    }
  }
  @media screen and (min-width:1200px){
    #product_cate1728200719995 .section-title{
      font-size:40px;
    }
    #product_cate1728200719995 .section-sub-title{
      font-size:16px;
    }
    #product_cate1728200719995 .product-list-btn{
      font-size:16px;
    }
  }
  
  @media screen and (max-width: 767px){
    #product_cate1728200719995  .product-item{
      width: calc(100% / 2 - var(--v-space) * (2 - 1) / 2) ;
    }
    #product_cate1728200719995  .product-item:nth-child(2n){
      margin-right: 0;
    }
  }

  #imagetxt_slide_list1731478245137 .swiper-slide {
    width: calc(100% / 6 - var(--v-space, 20px) * 5 / 6) ;
  }
  @media screen and (max-width:767px){
    #imagetxt_slide_list1731478245137 .swiper-slide {
      width: calc(100% / 3 - var(--v-space, 10px) * 2 / 3) ;
    }
  }
  #imagetxt_slide_list1731478245137 .section-title{ 
    color:#333333; 
    text-align:left;
  } 
  #imagetxt_slide_list1731478245137 .section-sub-title{
    text-align:left;
    color:#333333;
  }
  @media screen and (min-width:1100px){
      #imagetxt_slide_list1731478245137 .section-title{ 
        font-size:40px;
      }
      #imagetxt_slide_list1731478245137 .section-sub-title{
        font-size:16px;
      }
  }

    #imagetxt-slide-1731478245137 .imagetxt-slide-content{
      align-items:center;
    }
    #imagetxt-slide-1731478245137 .imagetxt-slide-title{ 
      color:#333333;
    } 
    #imagetxt-slide-1731478245137 .imagetxt-slide-text{ 
      color:#333333;
    } 
    #imagetxt-slide-1731478245137 .button{ 
      color:#ffffff; 
      background-color:#169bd5; 
      border-color:#169bd5; 
      --color:#ffffff; 
      --bg-color:#169bd5; 
      --border-color:#169bd5; 
    }
    @media screen and (min-width:1000px){
        #imagetxt-slide-1731478245137 .imagetxt-slide-title { 
          font-size:24px;
        }
        #imagetxt-slide-1731478245137 .imagetxt-slide-text {
          font-size:16px;
        }
    }
    #imagetxt-slide-1731478245138 .imagetxt-slide-content{
      align-items:center;
    }
    #imagetxt-slide-1731478245138 .imagetxt-slide-title{ 
      color:#333333;
    } 
    #imagetxt-slide-1731478245138 .imagetxt-slide-text{ 
      color:#333333;
    } 
    #imagetxt-slide-1731478245138 .button{ 
      color:#ffffff; 
      background-color:#169bd5; 
      border-color:#169bd5; 
      --color:#ffffff; 
      --bg-color:#169bd5; 
      --border-color:#169bd5; 
    }
    @media screen and (min-width:1000px){
        #imagetxt-slide-1731478245138 .imagetxt-slide-title { 
          font-size:24px;
        }
        #imagetxt-slide-1731478245138 .imagetxt-slide-text {
          font-size:16px;
        }
    }
    #imagetxt-slide-1731478245139 .imagetxt-slide-content{
      align-items:center;
    }
    #imagetxt-slide-1731478245139 .imagetxt-slide-title{ 
      color:#333333;
    } 
    #imagetxt-slide-1731478245139 .imagetxt-slide-text{ 
      color:#333333;
    } 
    #imagetxt-slide-1731478245139 .button{ 
      color:#ffffff; 
      background-color:#169bd5; 
      border-color:#169bd5; 
      --color:#ffffff; 
      --bg-color:#169bd5; 
      --border-color:#169bd5; 
    }
    @media screen and (min-width:1000px){
        #imagetxt-slide-1731478245139 .imagetxt-slide-title { 
          font-size:24px;
        }
        #imagetxt-slide-1731478245139 .imagetxt-slide-text {
          font-size:16px;
        }
    }
    #imagetxt-slide-1731478245140 .imagetxt-slide-content{
      align-items:center;
    }
    #imagetxt-slide-1731478245140 .imagetxt-slide-title{ 
      color:#333333;
    } 
    #imagetxt-slide-1731478245140 .imagetxt-slide-text{ 
      color:#333333;
    } 
    #imagetxt-slide-1731478245140 .button{ 
      color:#ffffff; 
      background-color:#169bd5; 
      border-color:#169bd5; 
      --color:#ffffff; 
      --bg-color:#169bd5; 
      --border-color:#169bd5; 
    }
    @media screen and (min-width:1000px){
        #imagetxt-slide-1731478245140 .imagetxt-slide-title { 
          font-size:24px;
        }
        #imagetxt-slide-1731478245140 .imagetxt-slide-text {
          font-size:16px;
        }
    }
    #imagetxt-slide-1731478245141 .imagetxt-slide-content{
      align-items:center;
    }
    #imagetxt-slide-1731478245141 .imagetxt-slide-title{ 
      color:#333333;
    } 
    #imagetxt-slide-1731478245141 .imagetxt-slide-text{ 
      color:#333333;
    } 
    #imagetxt-slide-1731478245141 .button{ 
      color:#ffffff; 
      background-color:#169bd5; 
      border-color:#169bd5; 
      --color:#ffffff; 
      --bg-color:#169bd5; 
      --border-color:#169bd5; 
    }
    @media screen and (min-width:1000px){
        #imagetxt-slide-1731478245141 .imagetxt-slide-title { 
          font-size:24px;
        }
        #imagetxt-slide-1731478245141 .imagetxt-slide-text {
          font-size:16px;
        }
    }
    #imagetxt-slide-block1731478253444 .imagetxt-slide-content{
      align-items:center;
    }
    #imagetxt-slide-block1731478253444 .imagetxt-slide-title{ 
      color:#333333;
    } 
    #imagetxt-slide-block1731478253444 .imagetxt-slide-text{ 
      color:#333333;
    } 
    #imagetxt-slide-block1731478253444 .button{ 
      color:#ffffff; 
      background-color:#169bd5; 
      border-color:#169bd5; 
      --color:#ffffff; 
      --bg-color:#169bd5; 
      --border-color:#169bd5; 
    }
    @media screen and (min-width:1000px){
        #imagetxt-slide-block1731478253444 .imagetxt-slide-title { 
          font-size:24px;
        }
        #imagetxt-slide-block1731478253444 .imagetxt-slide-text {
          font-size:16px;
        }
    }
    #imagetxt-slide-block1731478254020 .imagetxt-slide-content{
      align-items:center;
    }
    #imagetxt-slide-block1731478254020 .imagetxt-slide-title{ 
      color:#333333;
    } 
    #imagetxt-slide-block1731478254020 .imagetxt-slide-text{ 
      color:#333333;
    } 
    #imagetxt-slide-block1731478254020 .button{ 
      color:#ffffff; 
      background-color:#169bd5; 
      border-color:#169bd5; 
      --color:#ffffff; 
      --bg-color:#169bd5; 
      --border-color:#169bd5; 
    }
    @media screen and (min-width:1000px){
        #imagetxt-slide-block1731478254020 .imagetxt-slide-title { 
          font-size:24px;
        }
        #imagetxt-slide-block1731478254020 .imagetxt-slide-text {
          font-size:16px;
        }
    }
    #imagetxt-slide-block1731478254612 .imagetxt-slide-content{
      align-items:center;
    }
    #imagetxt-slide-block1731478254612 .imagetxt-slide-title{ 
      color:#333333;
    } 
    #imagetxt-slide-block1731478254612 .imagetxt-slide-text{ 
      color:#333333;
    } 
    #imagetxt-slide-block1731478254612 .button{ 
      color:#ffffff; 
      background-color:#169bd5; 
      border-color:#169bd5; 
      --color:#ffffff; 
      --bg-color:#169bd5; 
      --border-color:#169bd5; 
    }
    @media screen and (min-width:1000px){
        #imagetxt-slide-block1731478254612 .imagetxt-slide-title { 
          font-size:24px;
        }
        #imagetxt-slide-block1731478254612 .imagetxt-slide-text {
          font-size:16px;
        }
    }
    #imagetxt-slide-block1731478255052 .imagetxt-slide-content{
      align-items:center;
    }
    #imagetxt-slide-block1731478255052 .imagetxt-slide-title{ 
      color:#333333;
    } 
    #imagetxt-slide-block1731478255052 .imagetxt-slide-text{ 
      color:#333333;
    } 
    #imagetxt-slide-block1731478255052 .button{ 
      color:#ffffff; 
      background-color:#169bd5; 
      border-color:#169bd5; 
      --color:#ffffff; 
      --bg-color:#169bd5; 
      --border-color:#169bd5; 
    }
    @media screen and (min-width:1000px){
        #imagetxt-slide-block1731478255052 .imagetxt-slide-title { 
          font-size:24px;
        }
        #imagetxt-slide-block1731478255052 .imagetxt-slide-text {
          font-size:16px;
        }
    }
    #imagetxt-slide-block1731478255365 .imagetxt-slide-content{
      align-items:center;
    }
    #imagetxt-slide-block1731478255365 .imagetxt-slide-title{ 
      color:#333333;
    } 
    #imagetxt-slide-block1731478255365 .imagetxt-slide-text{ 
      color:#333333;
    } 
    #imagetxt-slide-block1731478255365 .button{ 
      color:#ffffff; 
      background-color:#169bd5; 
      border-color:#169bd5; 
      --color:#ffffff; 
      --bg-color:#169bd5; 
      --border-color:#169bd5; 
    }
    @media screen and (min-width:1000px){
        #imagetxt-slide-block1731478255365 .imagetxt-slide-title { 
          font-size:24px;
        }
        #imagetxt-slide-block1731478255365 .imagetxt-slide-text {
          font-size:16px;
        }
    }
    #imagetxt-slide-block1731478255828 .imagetxt-slide-content{
      align-items:center;
    }
    #imagetxt-slide-block1731478255828 .imagetxt-slide-title{ 
      color:#333333;
    } 
    #imagetxt-slide-block1731478255828 .imagetxt-slide-text{ 
      color:#333333;
    } 
    #imagetxt-slide-block1731478255828 .button{ 
      color:#ffffff; 
      background-color:#169bd5; 
      border-color:#169bd5; 
      --color:#ffffff; 
      --bg-color:#169bd5; 
      --border-color:#169bd5; 
    }
    @media screen and (min-width:1000px){
        #imagetxt-slide-block1731478255828 .imagetxt-slide-title { 
          font-size:24px;
        }
        #imagetxt-slide-block1731478255828 .imagetxt-slide-text {
          font-size:16px;
        }
    }
  #imagetxt_slide_list1731478245137 .imagetxt-slide-more{
    background-color:#ffffff;
    color:#333333;
    border-color:#333333;
  }

  /* index_css imagetxt_slide_list start */
  .imagetxt-slide-inner:not(:last-child) {
    margin-bottom:var(--h-space);
  }
  .imagetxt-list {
    position: relative;
  }

  .imagetxt-slide-item {
    height: auto;
    margin-right:var(--imagetxt-slide-item-right,  var(--v-space));
  }

  .imagetxt-slide-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height:var(--imagetxt-slide-list-content-lineheight, 1.4);
    font-size:var(--imagetxt-slide-list-content-size, 16px);
  }

  .imagetxt-slide-title {
    margin:var(--imagetxt-slide-list-title-margin, 10px 0 0);
    font-size:var(--imagetxt-slide-list-title-size, 18px);
    font-weight:var(--imagetxt-slide-list-title-weight, 700);
  }

  .imagetxt-slide-text {
    margin:var(--imagetxt-slide-list-text-margin, 10px 0 0);
    white-space: pre-wrap;
  }

  .imagetxt-slide-btn {
    margin:var(--imagetxt-slide-list-btn-margin, 10px 0 0);
   max-width:100%;
   --btn-side-padding:10px;
  }
  .imagetxt-slide-action .swiper-pagination{
    display: none;
  }
  @media screen and (max-width: 767px) {
    [data-section-type="imagetxt_slide_list"] {
      --imagetxt-slide-list-content-size:14px;
      --imagetxt-slide-list-title-size: 16px;
      --imagetxt-slide-list-text-margin:8px 0 0;
    }
    .imagetxt-slide-btn {
      padding: 0 15px;
      width: 100%;
      text-align: center;
    }
  }
  /* index_css imagetxt_slide_list end */

  
    #imagetxt_slides_ex1731309529699 .imagetxt-slidesex-img{
      padding-bottom:var(--imagetxt-slidesex-aspect, 20.83%);
    }
    @media screen and (max-width: 767px){
      #imagetxt_slides_ex1731309529699{
        --imagetxt-slidesex-aspect: 20.83%;
      }
    }
   
  
      
          @media screen and (min-width: 768px){
            #imagetxt_slides_ex1731309529699 #imagetxt-slidesex1731309529700 .imagetxt-slidesex-content{
              position:absolute;
              left:calc(50% + 32px);top:calc(50% + 32px);transform:translate(-50%, -50%);
              text-align:center;
            }
            #imagetxt_slides_ex1731309529699 #imagetxt-slidesex1731309529700 .imagetxt-slidesex-btns{
              
                    justify-content:center;
              
            }
          }
         
        
      
  
      
          @media screen and (min-width: 768px){
            #imagetxt_slides_ex1731309529699 #imagetxt-slidesexblock1731309777151 .imagetxt-slidesex-content{
              position:absolute;
              left:calc(50% + 32px);top:calc(50% + 32px);transform:translate(-50%, -50%);
              text-align:;
            }
            #imagetxt_slides_ex1731309529699 #imagetxt-slidesexblock1731309777151 .imagetxt-slidesex-btns{
              
                    justify-content:center;
              
            }
          }
         
        
      
  

  /* index_css imagetxt_slides_ex start */
  .imagetxt-slides-ex {
    --section-wrapper-padding: 0 var(--side-padding);
    margin-bottom: var(--section-space);
  }

  .imagetxt-slidesex-text {
    white-space: pre-wrap;
  }

  .imagetxt-slidesex-content {
    max-width:var(--imagetxt-slidesex-content-maxw, 50%);
    width: fit-content;
    padding: 5px 10px;
    z-index: 10;
  }

  .imagetxt-slidesex-img {
    display: block;
    width: 100%;
    font-size: 0;
  }

  .imagetxt-slidesex-img>img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .imagetxt-slidesex-btns {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 10px;
  }

  .imagetxt-slidesex-btns>.button {
    white-space: nowrap;
    min-height: var(--btn-height);
    height: fit-content;
  }

  .imagetxt-slidesex-video {
    position: relative;
    padding-bottom: var(--imagetxt-slidesex-video-pb , calc(100vh - 180px));
  }

  .imagetxt-slidesex-video>video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  @media screen and (min-width: 768px) {
    .imagetxt-slidesex-pagi{
      display: var(--imagetxt-slidesex-pagi-display, none);
    }
  }

  @media screen and (max-width: 1200px) {
    .imagetxt-slidesex-content{
      --imagetxt-slidesex-content-maxw: 70%;
    }
  }

  @media screen and (max-width: 1024px) {
    .imagetxt-slidesex-content {
      --imagetxt-slidesex-content-maxw: 85%;
      width: 85%;
    }
  }

  @media screen and (max-width: 767px) {
    .imagetxt-slidesex-content{
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
    }
    .imagetxt-slidesex-btns{
      justify-content:center;
    }
    .imagetxt-slidesex-prev:not(.swiper-button-lock),
    .imagetxt-slidesex-next:not(.swiper-button-lock){
      display: var(--imagetxt-slidesex-btn-display, none);
    }
  }
  /* index_css imagetxt_slides_ex end */

  #product_cate1728209131088 .section-title{
    text-align:left;
    color:#333333;
  }
  #product_cate1728209131088 .section-sub-title{
    text-align:left;
    color:#333333;
  }
  #product_cate1728209131088 .product-list-btn{
    color: #00B277;
    background-color: #ffffff;
    border-color: #ffffff;
    --color: #00B277;
    --bg-color: #ffffff;
    --border-color: #ffffff;
  }
  #product_cate1728209131088  .product-item{
    width: calc(100% / 4 - var(--v-space) * (4 - 1) / 4) ;
  }
  @media screen and (min-width:768px){
    #product_cate1728209131088 .product-item:nth-child(4n){
      margin-right: 0;
    }
  }
  @media screen and (min-width:1200px){
    #product_cate1728209131088 .section-title{
      font-size:40px;
    }
    #product_cate1728209131088 .section-sub-title{
      font-size:16px;
    }
    #product_cate1728209131088 .product-list-btn{
      font-size:16px;
    }
  }
  
  @media screen and (max-width: 767px){
    #product_cate1728209131088  .product-item{
      width: calc(100% / 2 - var(--v-space) * (2 - 1) / 2) ;
    }
    #product_cate1728209131088  .product-item:nth-child(2n){
      margin-right: 0;
    }
  }

  #product_cate1728208878783 .section-title{
    text-align:left;
    color:#333333;
  }
  #product_cate1728208878783 .section-sub-title{
    text-align:left;
    color:#333333;
  }
  #product_cate1728208878783 .product-list-btn{
    color: #00B277;
    background-color: #ffffff;
    border-color: #ffffff;
    --color: #00B277;
    --bg-color: #ffffff;
    --border-color: #ffffff;
  }
  #product_cate1728208878783  .product-item{
    width: calc(100% / 4 - var(--v-space) * (4 - 1) / 4) ;
  }
  @media screen and (min-width:768px){
    #product_cate1728208878783 .product-item:nth-child(4n){
      margin-right: 0;
    }
  }
  @media screen and (min-width:1200px){
    #product_cate1728208878783 .section-title{
      font-size:26px;
    }
    #product_cate1728208878783 .section-sub-title{
      font-size:16px;
    }
    #product_cate1728208878783 .product-list-btn{
      font-size:16px;
    }
  }
  
  @media screen and (max-width: 767px){
    #product_cate1728208878783  .product-item{
      width: calc(100% / 2 - var(--v-space) * (2 - 1) / 2) ;
    }
    #product_cate1728208878783  .product-item:nth-child(2n){
      margin-right: 0;
    }
  }

  #product_cate1728209326215 .section-title{
    text-align:left;
    color:#333333;
  }
  #product_cate1728209326215 .section-sub-title{
    text-align:left;
    color:#333333;
  }
  #product_cate1728209326215 .product-list-btn{
    color: #00B277;
    background-color: #ffffff;
    border-color: #ffffff;
    --color: #00B277;
    --bg-color: #ffffff;
    --border-color: #ffffff;
  }
  #product_cate1728209326215  .product-item{
    width: calc(100% / 4 - var(--v-space) * (4 - 1) / 4) ;
  }
  @media screen and (min-width:768px){
    #product_cate1728209326215 .product-item:nth-child(4n){
      margin-right: 0;
    }
  }
  @media screen and (min-width:1200px){
    #product_cate1728209326215 .section-title{
      font-size:26px;
    }
    #product_cate1728209326215 .section-sub-title{
      font-size:16px;
    }
    #product_cate1728209326215 .product-list-btn{
      font-size:16px;
    }
  }
  
  @media screen and (max-width: 767px){
    #product_cate1728209326215  .product-item{
      width: calc(100% / 2 - var(--v-space) * (2 - 1) / 2) ;
    }
    #product_cate1728209326215  .product-item:nth-child(2n){
      margin-right: 0;
    }
  }

  #product_cate1736757402531 .section-title{
    text-align:left;
    color:#333333;
  }
  #product_cate1736757402531 .section-sub-title{
    text-align:left;
    color:#333333;
  }
  #product_cate1736757402531 .product-list-btn{
    color: #00B277;
    background-color: #ffffff;
    border-color: #ffffff;
    --color: #00B277;
    --bg-color: #ffffff;
    --border-color: #ffffff;
  }
  #product_cate1736757402531  .product-item{
    width: calc(100% / 4 - var(--v-space) * (4 - 1) / 4) ;
  }
  @media screen and (min-width:768px){
    #product_cate1736757402531 .product-item:nth-child(4n){
      margin-right: 0;
    }
  }
  @media screen and (min-width:1200px){
    #product_cate1736757402531 .section-title{
      font-size:26px;
    }
    #product_cate1736757402531 .section-sub-title{
      font-size:16px;
    }
    #product_cate1736757402531 .product-list-btn{
      font-size:16px;
    }
  }
  
  @media screen and (max-width: 767px){
    #product_cate1736757402531  .product-item{
      width: calc(100% / 2 - var(--v-space) * (2 - 1) / 2) ;
    }
    #product_cate1736757402531  .product-item:nth-child(2n){
      margin-right: 0;
    }
  }

  #image_slide1728202736148 .home-slide-title {
    font-size: var(--medium-title-size);
  }
  #image_slide1728202736148 .home-slide-subtitle {
    font-size: var(--medium-subtitle-size);
  }
  #image_slide1728202736148 .home-slide-btn {
    font-size: var(--medium-btn-size);
    border-radius:var(--theme-border-radius);
  }
 
    #slide-1728202736149 {
      
      
      padding-bottom: 48.46%;
    }

    @media screen and (max-width: 767px) {
      #slide-1728202736149 {
        
        
        padding-bottom: 48.46%;
      }
    }

    [data-section-id=image_slide1728202736148]{
      max-width: var(--max-width);
      padding: 0 var(--side-padding);
      margin: auto;
      width: 100%;
    }

  
   
  
  #video_list1728216162523 .video-list-item{
    height:var(--video-list-item-height, 400px);
  }
  @media screen and (max-width: 767px) {
    #video_list1728216162523 .video-list-item{
      --video-list-item-height:200px;
    }
  }

  /* index_css video_list start */
  .video-list-content {
    display: flex; 
    row-gap: var(--h-space);
    column-gap: var(--v-space);
  }
  
  .video-list-item {
    flex: 1;
    position: relative;
  }

  .video-list-innner {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  video.video-list-innner {
    border: 1px solid transparent;
    object-fit: contain;
    background-color: #000000;
  }

  .video-list-coverimg {
    z-index: 20;
  }

  .video-list-cover {
    cursor: pointer;
  }

  .video-list-cover::before {
    content: "\e7d1";
    font-family: "iconfont";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 30;
    padding: 20px;
    text-align: center;
    font-size: 24px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .5);
    color: rgba(255, 255, 255, .5);
  }

  @media screen and (max-width: 767px) {
    .video-list-content{
      flex-direction: column;
    }
    .video-list-item{
      flex: unset;
    }
  }
  /* index_css video_list end */

#text_rich1728214324402 .section-title{
  text-align:left;
  color:#333333;
}
#text_rich1728214324402 .section-sub-title{
  color:#333333;
  text-align:left;
}
@media screen and (min-width: 1200px){
  #text_rich1728214324402 .section-title{
    font-size:26px;
  }
  #text_rich1728214324402 .section-sub-title{
    font-size:16px;
  }
}

