  #image_slide1745402982744 .home-slide-title {
    font-size: var(--medium-title-size,36px);
  }
  #image_slide1745402982744 .home-slide-subtitle {
    font-size: var(--medium-subtitle-size,16px);
  }
  #image_slide1745402982744 .home-slide-btn {
    font-size: var(--medium-btn-size,14px);
    border-radius:var(--theme-border-radius);
  }
    #slide-1745402982745 {
      
      
      padding-bottom: 34.74%;
    }
    @media screen and (max-width: 767px) {
      #slide-1745402982745 {
        
        
        padding-bottom: 34.74%;
      }
    }
    #slide-block1745402985078 {
      
      padding-bottom: 34.74%;
    }
    @media screen and (max-width: 767px) {
      #slide-block1745402985078 {
        
        padding-bottom: 34.74%;
      }
    }

/* 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:var(--list-more-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;
    --prev-btn-left:10px;
    --next-btn-right:10px;
  }
  .home-image-slide .swiper-slide>a {
    position: relative;
    display: block;
    width: 100%;
  }
  .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 {
    margin-top:var(--home-slide-btn-top, 16px) ;
    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 */

 #product_slide1745403061672 .swiper-slide {
    width: calc(100% / 2 - var(--v-space) * (2 - 1) / 2) ;
  }
@media screen and (min-width:768px){
  #product_slide1745403061672 .swiper-slide {
    width: calc(100% / 4 - var(--v-space) * (4 - 1) / 4) ;
  }
}
#product-product_slide1745403061672{
	--title-text-align: center;
}
#product-product_slide1745403061672 .section-title{
  text-align:center;
  color:rgba(208, 148, 18, 1); 
}
#product-product_slide1745403061672 .section-sub-title{
  color:rgba(74, 144, 226, 1);
  text-align:center;
}
#product-product_slide1745403061672 .product-slide-btn{
  color:;
  border-color:;
  background-color:;
  --bg-color:;
  --border-color:;
  --color:;
}
@media screen and (min-width: 1200px){
  #product-product_slide1745403061672 .section-title{
    font-size:40px;
  }
  #product-product_slide1745403061672 .section-sub-title{
    font-size:16px;
  }
}

  /* index_css product_slide start */
	.product-slide {
		display: flex;
		flex-direction: column;
	}

  .product-slide .swiper-slide {
    height: auto;
    margin-right: var(--v-space);
  }

  .product-slide  .product-item {
    --product-item-width: 100%;
    --h-space: 0;
    --v-space: 0;
    height: 100%;
  }

	.product-slide .more-button {
		order: 3;
	}

  @media screen and (min-width: 768px) {
    .product-slide .swiper-pagination {
      display:var(--product-slide-pagination-display, none);
    }
  }

  @media screen and (max-width: 767px) {
    .product-slide .swiper-slide{
      width: calc(50% - var(--v-space) / 2);
    }
    .product-slide .prev-btn,
    .product-slide .next-btn {
      display:var(--product-slide-btn-display, none) ;
    }
  }
  /* index_css product_slide end */

  #image_list1745403218465 .image-item {
    --img-item-aspect:100.00%;
    width: calc((100% - var(--v-space) * 3 )  / 4);
    padding-bottom: var(--img-item-btm, calc( (100.00% - var(--v-space) * 3) / 4 ));
  }
  #image_list1745403218465 .section-title{
    text-align:center;
    color:rgba(230, 76, 95, 1);
    
  }
  #image_list1745403218465 .section-sub-title{
    text-align:center;
    color:#333333;
  }
  @media screen and (min-width:768px){
    #image_list1745403218465 .image-item:nth-child(4n) {
      margin-right: 0;
    }
    
  }
  @media screen and (max-width: 767px){
    #image_list1745403218465 .image-item {
      width: calc((100% - var(--v-space) * 1 )  / 2);
      padding-bottom:var(--img-item-btm, calc( (100.00% - var(--v-space) * 1) / 2 ));
    }
    #image_list1745403218465 .image-item:nth-child(2n) {
      margin-right: 0;
    }
  }
  @media screen and (min-width:1200px){
    #image_list1745403218465 .section-title{
      font-size:40px;  
    }
    #image_list1745403218465 .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 */

    @media screen and (min-width: 768px) {
      #imgtxt_single1745403512375 .imgtxt-single-image{
        order:  1 ;
      }
      #imgtxt_single1745403512375 .imgtxt-single-text {
        order:  2 ;
      }
    }
  #imgtxt_single1745403512375 .imgtxt-single-image{
    --imgtxt-single-image-padding-bottom: calc(100.00% * var(--imgtxt-single-img-ratio, 0.5));
  }
  @media screen and (max-width: 767px){
    #imgtxt_single1745403512375 .imgtxt-single-image{
      --imgtxt-single-image-padding-bottom: 100.00%;
    }
  }
  #imgtxt_single1745403512375 .content-title{
    color: #333333;
    text-align:center;
  }
   #imgtxt_single1745403512375 .imgtxt-single-content{
    text-align:center;
  }
  #imgtxt_single1745403512375 .imgtxt-single-btn{
    text-align:center;
  }
  #imgtxt_single1745403512375 .button{
    color: #ffffff;
    background-color:rgba(74, 144, 226, 1);
    border-color:rgba(74, 144, 226, 1);
    --color: #ffffff;
    --bg-color:rgba(74, 144, 226, 1);
    --border-color:rgba(74, 144, 226, 1);
  }

  @media screen and (min-width: 1200px){
    #imgtxt_single1745403512375 .content-title{
      font-size:40px;
    }
    #imgtxt_single1745403512375 .imgtxt-single-content{
      font-size:48;
    }
    #imgtxt_single1745403512375 .button{
      font-size:16px;
    }
  }

   /* index_css imgtxt_single start */
  .imgtxt-single {
    display: flex;
    justify-content: space-between;
    align-items: var(--imgtxt-single-align-items, center);
  }

  .imgtxt-single-image {
    padding-bottom: var(--imgtxt-single-image-padding-bottom, 48%);
    width:var(--imgtxt-single-image-width, 50%);
  }

  .imgtxt-single-text {
    display: flex;
    flex-direction: column;
    justify-content: var(--imgtxt-single-body-justify-content, center);
    align-items: var(--imgtxt-single-body-align,flex-start);
    width:var(--imgtxt-single-text-width, 50%);
    padding : var(--imgtxt-single-body-slide-padding,0 80px);
    line-height:var(--imgtxt-single-text-line-height, 1.5);
  }

  .imgtxt-single-title {
    width: 100%;
    margin-bottom: var(--imgtxt-single-title-bottom,40px);
    text-align: var(--imgtxt-single-text-align,left);
    font-size: var(--section-title-size);
    font-weight: var(--imgtxt-single-text-weight, 700);
  }

  .imgtxt-single-content {
    width: 100%;
    margin-bottom: var(--imgtxt-single-text-bottom,50px);
    text-align: var(--imgtxt-single-text-align,left);
    font-size:var(--imgtxt-single-text-size, 14px);
    white-space: pre-wrap;
  }
  .imgtxt-single-btn {
    width:100%;
  }
  @media screen and (max-width: 1200px) {
    [data-section-type="imgtxt_single"] {
      --imgtxt-single-title-bottom: 10px;
      --imgtxt-single-text-bottom: 10px;
      --imgtxt-single-body-slide-padding: 20px;
    }
  }

  @media screen and (max-width: 767px) {
    [data-section-type="imgtxt_single"]{
      --imgtxt-single-image-padding-bottom: 100%;
      --imgtxt-single-title-bottom: 15px;
      --imgtxt-single-text-bottom: 15px;
      --imgtxt-single-body-slide-padding: 10px;
      --imgtxt-single-body-align: center;
      --imgtxt-single-text-align: center;
    }
    .imgtxt-single {
      --imgtxt-single-text-width: 100%;
      --imgtxt-single-image-width: 100%;
      flex-direction: column;
    }
  }
  /* index_css imgtxt_single end */

    @media screen and (min-width: 768px) {
      #imgtxt_single1745403733629 .imgtxt-single-image{
        order:  1 ;
      }
      #imgtxt_single1745403733629 .imgtxt-single-text {
        order:  2 ;
      }
    }
  #imgtxt_single1745403733629 .imgtxt-single-image{
    --imgtxt-single-image-padding-bottom: calc(100.00% * var(--imgtxt-single-img-ratio, 0.5));
  }
  @media screen and (max-width: 767px){
    #imgtxt_single1745403733629 .imgtxt-single-image{
      --imgtxt-single-image-padding-bottom: 100.00%;
    }
  }
  #imgtxt_single1745403733629 .content-title{
    color: #333333;
    text-align:center;
  }
   #imgtxt_single1745403733629 .imgtxt-single-content{
    text-align:center;
  }
  #imgtxt_single1745403733629 .imgtxt-single-btn{
    text-align:center;
  }
  #imgtxt_single1745403733629 .button{
    color: #ffffff;
    background-color:rgba(74, 144, 226, 1);
    border-color:rgba(74, 144, 226, 1);
    --color: #ffffff;
    --bg-color:rgba(74, 144, 226, 1);
    --border-color:rgba(74, 144, 226, 1);
  }

  @media screen and (min-width: 1200px){
    #imgtxt_single1745403733629 .content-title{
      font-size:40px;
    }
    #imgtxt_single1745403733629 .imgtxt-single-content{
      font-size:40;
    }
    #imgtxt_single1745403733629 .button{
      font-size:16px;
    }
  }

    @media screen and (min-width: 768px) {
      #imgtxt_single1745403735652 .imgtxt-single-image{
        order:  1 ;
      }
      #imgtxt_single1745403735652 .imgtxt-single-text {
        order:  2 ;
      }
    }
  #imgtxt_single1745403735652 .imgtxt-single-image{
    --imgtxt-single-image-padding-bottom: calc(100.00% * var(--imgtxt-single-img-ratio, 0.5));
  }
  @media screen and (max-width: 767px){
    #imgtxt_single1745403735652 .imgtxt-single-image{
      --imgtxt-single-image-padding-bottom: 100.00%;
    }
  }
  #imgtxt_single1745403735652 .content-title{
    color: #333333;
    text-align:center;
  }
   #imgtxt_single1745403735652 .imgtxt-single-content{
    text-align:center;
  }
  #imgtxt_single1745403735652 .imgtxt-single-btn{
    text-align:center;
  }
  #imgtxt_single1745403735652 .button{
    color: #ffffff;
    background-color:rgba(74, 144, 226, 1);
    border-color:rgba(74, 144, 226, 1);
    --color: #ffffff;
    --bg-color:rgba(74, 144, 226, 1);
    --border-color:rgba(74, 144, 226, 1);
  }

  @media screen and (min-width: 1200px){
    #imgtxt_single1745403735652 .content-title{
      font-size:40px;
    }
    #imgtxt_single1745403735652 .imgtxt-single-content{
      font-size:40;
    }
    #imgtxt_single1745403735652 .button{
      font-size:16px;
    }
  }

  @media screen and (min-width: 768px) {
      #content_blog1745404169273 .content-blog-item {
        width: calc((100% - var(--v-space) * 2) / 3);
      }
       #content_blog1745404169273 .content-blog-item:nth-child(3n) {
        margin-right: 0;
      }

   
  }
  @media screen and (min-width: 1200px){
    #content_blog1745404169273{
     --section-title-size:40px;
     --section-subtitle-size:16px;
    }
  }
  #content_blog1745404169273{
    --section-title-align:center;
  }
  #content_blog1745404169273 .section-title{
    color:#333333;
  }
  #content_blog1745404169273 .section-sub-title{
    color:#333333;
  }

  /* index_css blog start */
  .content-blog-list {
    display: flex;
    flex-wrap: var(--content-blog-list-wrap,wrap);
  }

  .content-blog-item {
    margin: var(--content-blog-item-margin, 0 var(--v-space) var(--h-space) 0);
  }

  .content-blog-cover {
    padding-bottom: 66.67%;
  }

  .content-blog-body {
    padding: var(--content-blog-body-padding,14px 14px 0) ;
  }
  
  .content-blog-title {
    margin-bottom: var(--content-blog-title-bottom,14px);
    font-size: var(--content-blog-title-size,16px);
    line-height: calc(var(--content-blog-title-size,16px) + 8px);
    font-weight: var(--content-blog-title-weight,700);
    color:var(--theme-font-color);
  }

  .content-blog-info {
    display: flex;
    justify-content:var(--content-blog-info-justify-content, space-between);
    align-items: center;
    margin-bottom: var(--content-blog-info-bottom,14px);
  }

  .content-blog-time {
    color: var(--theme-font-color-sub);
    font-size: var(--content-blog-time-size,14px);
  }

  .content-blog-content {
    font-size:var(--content-blog-content-size,14px);
  }

  .content-blog-read {
    display: block;
    margin-top: var(--content-blog-content-bottom,6px);
    color: var(--content-blog-redmore-color,var(--highlight-font-color));
    text-decoration: underline;
    font-size: var(--content-blog-redmore-size, 14px);
  }

  .content-blog .prev-btn,.content-blog .next-btn {
    display: none;
  }

  @media screen and (max-width: 767px) {
    .content-blog{
      --content-blog-list-wrap:nowrap;
      --content-blog-item-margin: 0;
      overflow: hidden;
    }

    .content-blog-item{
      width: 100%;
    }
    .content-blog-title{
      width: auto;
    }

    .content-blog .list-more-button{
      margin: var(--list-more-top) 0 0;
    }
  }
  /* index_css blog end */

