.header{
    border-bottom: #ffffff75 1px solid;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
}
.header-box{
  align-items: center;
}

.header:hover img{filter: none;}
.header:hover .language>ul li i{
    color: var(--c3) !important;
}
.nav-right{

}
.nav-box{
  flex-grow:1;
}
.logo{
  width: 12%;
}
.logo a{display: block}
.logo img{
    max-height: 40px;display: block;
    filter: grayscale(100%) brightness(453%);
    height: auto;
    width: auto;
}
.gt_float_switcher img {
    float: right;
}
.nav{position: static;}
.nav>ul{display: flex; flex-wrap: wrap;position: static;height: 100%;}
.nav>ul li{display: flex;align-items: center;position: static !important; flex-grow: 1;}
.nav>ul li.Header_Menu_top{position: relative !important;}
.nav>ul li.Header_Menu_top .sub-menu{min-width: 230px;padding: 0;}
.nav>ul li.Header_Menu_top .sub-menu a{
  padding: 0.8rem 0.6rem;
  width: auto !important;
  
  text-transform: capitalize;
  color: #3f3f3f;
  padding-left: 25px;
}
.nav>ul li a{display: block;font-size: 0.9rem; font-weight: 600;color: #fff;     width: 100%;    padding: 1.8rem 0.5rem;   text-transform: uppercase;}
.nav>ul li i{
  font-size: 0.8rem;
  font-weight: 400;
}
.language span {display: none;}
.nav>ul>li:hover>a,.language>ul li:hover i,.language .language-sub-menu li:hover a{
  color:var(--gen) !important;
}
.nav>ul li .min{display: none;}
.mobile-nav-botton span{cursor:pointer; }
.sub-menu{
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  margin-right: 0;
  padding-right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  /* opacity: 0;
  transform: scaleY(0);
  transform-origin: top; */
  /* -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s; */
  z-index: 99999;
  overflow: hidden;
  padding: 4rem 0;
  background: #fff;
  webkit-box-shadow: 0 0 8px rgba(26, 24, 24, .1) inset; 
  box-shadow: 0 0 8px rgba(26, 24, 24, .1) inset;
  display: none;
}
.nav>ul li:hover{
    
}
/* .nav>ul li:hover .sub-menu{
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
  display: block;
} */
.language-sub-menu{
  opacity: 0;
  visibility: hidden;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  margin-right: 0;
  padding-right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scaleY(0);
  transform-origin: top;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 99999;
  overflow: hidden;
  min-width: 90px;
  box-shadow: 0 0 8px rgba(26, 24, 24, .1) inset;
}
.language ul li:hover .language-sub-menu{opacity: 1;visibility: visible;transform: scaleY(1);} 
.language{display: flex;height: 100%;}
.language>ul{}
.language i{margin-right: 0.2rem;}
.language>ul>li{
  padding: 1.9rem 1rem;
  cursor: pointer;
  display: flex;
  align-items: end;
}
.language>ul li i{
  font-size: 1.3rem;
  color: #fff;
  font-weight: 300;
}
.language>ul li i:hover{
  transition: 0.9s;
  transform: rotate(360deg);
}

.language>ul li .fa-angle-down{
  font-size: 1rem;
}
.language .language-sub-menu li{
  padding: 0.5rem 0.5rem;
  border-bottom: 1px solid #ddd;
  font-size: 0.8rem;
}
.search-form{display: flex;padding-top: 2rem;direction: ltr;}
.search-form input{
	width: 82%;
	border: 1px solid #ddd;
	border-right:none;
	border-radius: 50px 0 0 50px;
}
.search-form button{
	width: 8%;
	color:#fff;
	border-radius: 0 50px 50px 0;
}
.search-form button i{color:#fff;}
.search-form button:active {
  background: #ffffff;
}
.hot-search{
    font-size: 0.8rem;
    margin-bottom: 2rem;
    margin-top: 0.5rem;
    color: #000;
}
.hot-search a{
  font-weight: 400;
 padding-left: 0.5rem;
    font-size: 0.7rem;
    color: #666;
}
.language-sub-menu .hot-search a:hover{
    color: var(--gen) !important;
}
.quote button{
  background: var(--gen);
  color: #fff;
  border-radius: 1.2rem;
  cursor:pointer; 
  text-transform: uppercase;
}
.quote button:hover{
 background: var(--gen); 
}
.qwap i{
    border-radius: 10px;
    background: #28793f;
    padding: 7px 8px;
    font-size: 1.5rem;
    color: #fff;
	  margin:0 10px 0 0;
	  animation: jump 1.2s infinite;
}
.qwap:hover i{
    transition: 0.9s;
    transform: rotate(360deg);

}
.qwap ul {
    display: block;
    float: right;
	 padding: 3px 0 0 0;
    font-size: small;
    color: #fff;
    line-height: 1.3;
    direction: ltr
}
.qwap a {
    color: #fff;
    font-size: 1rem;
    /*border: #28793f 1px solid;*/
    padding: 4px 12px;
    border-radius: 50px;
    margin-right: 2rem;
}
.qwap ul a{
	color:#fff;
}

.header-area-fiexd .qwap a, .header-area-fiexd .qwap ul, .header:hover .qwap a, .header-product .qwap a, .header-product .qwap ul{
    color: #ffffff;
    background: #28793f;
    padding: 4px 12px;
    border-radius: 50px;
	 font-size:.7rem;
	 direction: ltr
}
.header-area-fiexd .qwap i {
    margin: 0;
	
}
@keyframes jump {
            0% {
                transform: translateY(0) scale(1);
            }
            30% {
                transform: translateY(-2px) scale(1);
                animation-timing-function: ease-out;
            }
            50% {
                transform: translateY(0) scale(1);
                animation-timing-function: ease-in;
            }
            70% {
                transform: translateY(-2px) scale(1);
                animation-timing-function: ease-out;
            }
            100% {
                transform: translateY(0) scale(1);
            }
}
.sub-menu-box{
  justify-content: space-between;
  padding: 0 !important;
}
.sub-menu-box .sub-menu-ul{
  width: 25%;
  border-right: #269243 2px solid;
}
.sub-menu-box .sub-menu-ul li{    margin-bottom: .3rem;}
.sub-menu-box .sub-menu-ul li a{
    padding: 0.1rem 0.8rem;
    font-size: 0.9rem;
    width: auto !important;
    
    text-transform: capitalize;
    color: #3f3f3f;
    transition: padding-left 0.5s ease, border 0.3s ease;
    margin: 0.5rem 0;
}
.sub-menu-box .sub-menu-product{
  width: 65%;
  align-items: center;
  display: flex;
  margin-right: 5%;
  flex-wrap: wrap;
}
.sub-menu-box .sub-menu-product .sub-menu-product-list{
  align-items: center;
  justify-content: space-between;
  display: none;
  width: 100%;
  padding: 1rem 2rem;
}

.sub-menu-box .sub-menu-product .sub-menu-product-list .menu-product-list:last-child:nth-child(3n - 1){ /**最后一行，要么3个元素，要么7个元素  (最后一行还剩1个空间)**/  
    margin-right: calc(31% * 1 + 7%/2*1 );    /* 24%:列的宽  1:还剩1空间     4%:间隙宽100%-4列*24%=4%;  */
}
.sub-menu-box .sub-menu-product .sub-menu-product-list .menu-product-list:last-child:nth-child(3n - 2){ /**最后一行，要么2个元素，要么6个元素  (最后一行还剩1个空间) */
   /* margin-right: calc(31% * 2 + 7%/2*2 );  */ /* 24%:列的宽  2:还剩2列空间    4%:间隙总宽 / 3：间隙个数（一般总列数减一）  2：还剩2列空间间隙  */
}

.menu-product-list{
  width: 30%;
  margin-left: 1%;
  /*border: #ccc 1px dotted;*/
}
.menu-product-list a{
    padding: 0 !important;
}
.menu-product-list img{
    width: 98%;
    -webkit-box-reflect: below;
    -webkit-box-reflect: below -100px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), to(rgba(250, 250, 250, 0.1)));
}
.menu-product-list h3{
  width: 100%;
  /*background: var(--gen);*/
  color: #666;
  padding: 0.6rem;
  font-size: 0.7rem;
  text-align: center;
  font-weight:500;
  text-transform: capitalize;
}
.menu-psolution-list{
  text-align: right;
  max-height: 334px;
  overflow: hidden;
}
.menu-psolution-list a{
  padding: 0 1rem !important;
  display: flex !important;
  width: 100%;
  height: 100%;
}
.menu-psolution-list img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.header-area,.header-area-fiexd,.header-product{
  background: #fff;
}
.header-area .nav>ul li a,.header-product .nav>ul li a,.header-area-fiexd .nav>ul li a, .header-area .language ul li i,.header-product .language ul li i,.header-area-fiexd .language ul li i,.header-area .mobile-nav-botton,.header-product .mobile-nav-botton, .header-area-fiexd .mobile-nav-botton{
  color: var(--c3);
}
.header-area-fiexd .logo img,.header-area .logo img,.header-product .logo img{filter: none;}
.header-area-fiexd,.header-body-fiexd{
	 position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
    box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 30%);
    -webkit-animation: sticky 1s;
    -moz-animation: sticky 1s;
    -o-animation: sticky 1s;
    animation: sticky 1s;

}

@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@-moz-keyframes sticky {
  0% {
    -moz-transform: translateY(-100%);
         transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0%);
         transform: translateY(0%);
  }
}

@-o-keyframes sticky {
  0% {
    -o-transform: translateY(-100%);
       transform: translateY(-100%);
  }
  100% {
    -o-transform: translateY(0%);
       transform: translateY(0%);
  }
}

@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
       -moz-transform: translateY(-100%);
         -o-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
       -moz-transform: translateY(0%);
         -o-transform: translateY(0%);
            transform: translateY(0%);
  }
}

.footer{
  border-top: #28793f 5px solid;
  background:#222222;
  color: #f4f7f5;
  font-size: 0.9rem;
}
.footer ul li a{
  line-height: 2.5rem;
  font-weight: 400;
  color: #aaa;
  text-transform: capitalize;
  transition: all 0.5s ease;
  display: inline-block;
}
.hjwaid{
    direction: ltr
}
.footer ul li a:hover{
  color: #fff;
  font-weight: 600;
}
.footer-box{
  padding: 4rem 0;
  text-align: right;
}
.footer-box>div{
  width: 25%;
}
.footer-logo,.footer-list ul li h3{
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.footer-list ul li h3 a{color: #fff;}
.footer-logo img{
  max-width: 6rem;
      filter: grayscale(100%) brightness(453%);
      height: auto;
    width: auto;
}
.Copyright-top{
	display:flex;
}
.Copyright-top div{
	width:50%;
}
.Copyright{
  padding: 1.5rem 0;
  border-top: 0.5px solid #77777769;
  display: flex;
  justify-content: space-between;
  font-size: 0.8rem;
  color: #77777769;
  padding-top: 20px;
}

.Copyright a{
  font-size: 0.8rem;
  color: #77777769;
}
.footer-list .search-form button {
    width: 22%;
}
.footer-list .search-form input {
    width: 74%;
	background: #222222;
}

.footer-information ul li{
  font-weight: 400;
  line-height: 2.5rem;
  color: #ccc;
}
ul.footer-information li i{
     border: 1px #aaaaaa solid;
	color:#aaaaaa;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-left: 5px;
    text-align: center;
    line-height: 30px;
}
.footer-information ul li i{
  color: #ccc;
  margin-right: 0.5rem;
  font-size: larger;
}
ul.footer-information li i:hover{
transition: 0.9s;
    transform: rotate(360deg);
}
.footer-media{
  margin-top: 1rem;
  text-align: right;
}
.footer-media span{
	color: #aaaaaa;
	margin-right:10px;
}
.footer-media h3{
  margin-bottom: .8rem;
  font-weight: 400;
}
.footer-media a{
  font-size: 1rem;
  color: #ccc;
  display: inline-block;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  background: #2b2b2b;
  margin-right: 0.2rem;
  transition: background 0.7s ease, color 0.7s ease;
  position: relative;
}
.footer-media a i{}
.footer-media a:hover{
  background:#181818;
  color: #fff;
  transition: 0.9s;
  transform: rotate(360deg);
}
.footer-media a img {
    opacity: 0;
    position: relative; /* 添加初始定位 */
    width: 10px; /* 添加初始宽度，比如30px */
    transform: scale(1); /* 添加初始缩放值 */
    transition: all 1s ease-out; /* 移除末尾的逗号 */
    bottom: 24px;
}

.footer-media a:hover img {
    opacity: 1;
    position: absolute;
    bottom: 200%;
    width: 130px;
    transform: scale(2.5);
}
.index-banenr img{
  width: 100%;
  height: 100%;
  object-fit: cover; /* 保持图片的宽高比并铺满 div */
  object-position: center; /* 图片居中 */
/*   animation: slowShrink 7s infinite ease-in-out; 7秒一个周期，无限循环，缓动效果 */
}
/* 定义动画 */
@keyframes slowShrink {
    0% {
        transform: scale(1.1); /* 初始大小 */
    }
    50% {
        transform: scale(1); /* 缓慢缩小到原始大小的95% */
    }
    100% {
        transform: scale(1.1); /* 回到初始大小 */
    }
}
.index-banenr video{
  width: 100%;
  height: 100%;
  object-fit: cover; /* 保持图片的宽高比并铺满 div */
  object-position: center; /* 图片居中 */
}
.index-banenr .swiper-container .swiper-slide{
    height: 100vh;
}
.index-banenr .swiper-button-next{left:150px;background: #03a84e;
    padding: 30px;}
.index-banenr .swiper-button-prev{right: 150px;background: #03a84e;
    padding: 30px;}
.banner-text h2{
  font-size: 2.5rem;
  margin-bottom: 2.5rem;
  font-family:MontserratMedium;
  text-transform: uppercase;
}
.swiper-container {
width: 100%;
height: 100%;
}

.swiper-slide {
    overflow:hidden;
/*text-align: center;*/
/*font-size: 18px;*/
background: #fff;
/*overflow:hidden;*/
text-align: right;
}
.slide-inner {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
background-size: cover;
background-position: center;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
color:#fff;

background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
background: rgba(0, 0, 0, 0.4);
background: #11191f24; 
}

/*滑动按钮*/
.scrollbar{
  width: 68px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
.scrollbar .swiper-scrollbar{
  height: 10px;
  position: absolute;
  z-index: 2;
/*   background: var(--gen); */
  border: #fff 1px solid;
}
.scrollbar .swiper-scrollbar .swiper-scrollbar-drag{
  background: #28793f;
  width: 8px !important;
  border-radius: 100%;
}
.index-banenr .scrollbar .swiper-scrollbar{
  width: 68px;
  bottom: 5%;
}
.index-product-bg,.index-quote-bg{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: scroll;
}
.index-solution,.index-product,.index-case,.index-news,.index-quote,.index-customers{
  position: relative;
  padding: 82px 0;
  display: flex;
  align-items: center;
  min-height: 100Vh;
  overflow: hidden; 
}
.index-solution{
  background: #fff;
}
.index-product{
  background: rgba(0, 0, 0, 0.6);
}
.index-case{
  background: #f1f1f1;
  margin-top: 25px;
}
.index-news{
  background: rgba(0, 0, 0, 0.6);
}
.index-quote{
  background: #1c5d2e80;
}
.index-customers{
  background: #ededed73;
}

.swiper-solution{
  overflow: hidden;
}
.swiper-solution .Pagination{
  width: 100%;
}
.swiper-solution .swiper-wrapper{
  width: 100%;
  margin: 3rem 0;
}
.swiper-solution .index-solution-scrollbar{
  width: 100%;
}
.index-solution-box{
  justify-content: space-between;
  height: auto;
  background: none;
}

.index-solution-box .title-box{
  width: 100%;
  text-align: left;
  color: var(--c3);
  margin-bottom: 2rem;
  
}

.index-solution-left{
  width: 40%;
  overflow: hidden;

}
.index-solution-left img{
  width: 100%;
  height: 100%;
  object-fit: cover; /* 保持图片的宽高比并铺满 div */
  object-position: center; /* 图片居中 */
}
.index-solution-right{
  text-align: left;
  width: 57%;
  padding:25px 25px 15px 0;
  align-content: space-between;
  flex-wrap: wrap;

}
.index-solution-right h4{
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 1rem;
}
.index-solution-right h3{
        text-transform: capitalize;
}
.index-solution-right p{
  color: #666;
  line-height: 2.5;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 10%;
}
.index-solution-scrollbar .swiper-scrollbar{
  width: 68px !important;
  position: relative;
}
.index-product-scrollbar .swiper-scrollbar{
  width: 68px !important;
  position: relative;
  margin-top: 2rem;
}

.index-product-scrollbar{

}

.index-solution-right a.somore {
    float: right;
    font-weight: 400;
    font-size: 1rem;
    transition: all 0.5s ease;
}

.swiper-solution .Pagination .tab-buttons{
  justify-content: center;
  
}
.swiper-solution .Pagination .tab-button{
  width: 20%;
  text-align: center;
  cursor:pointer; 
}
.swiper-solution .Pagination .tab-button p{
  font-size: 1rem;
  font-weight: 600;
  color: #666;
}
.swiper-solution .Pagination .tab-buttons i {
    font-size: 2.2rem;
    width: 86px;
    height: 86px;
    /*border: #ccc 5px solid;*/
    /*background: #f5f5f5;*/
    margin-bottom: 15px;
    /*border-radius: 50%;*/
    text-align: center;
    line-height: 80px;
    color: #666;
    transition: background 0.7s ease-out, color 0.7s ease-out, font-size 0.3s ease;
}
.swiper-solution .Pagination .tab-buttons i:hover{
    font-size: 2rem;
}
.swiper-solution .Pagination .tab-buttons :hover  i,.swiper-solution .Pagination .tab-buttons .active i{
  color:var(--gen); 
  border:#269243 5px solid ;
	border-right: none;
	position: relative;
}
.swiper-solution .Pagination .tab-buttons :hover  i::after,.swiper-solution .Pagination .tab-buttons .active i::after {
      content: '';
      position: absolute;
      top: 10px; /* Adjust based on desired offset */
      right: -5px; /* Align with border-right */
      width: 5px; /* Same as border width */
      height: 71px; /* Total gap section height */
      background: linear-gradient(to bottom, 
        #279546 0%, #279546 20%, 
        transparent 20%, transparent 30%, 
        #279546 30%, #279546 50%, 
        transparent 50%, transparent 60%, 
        #279546 60%, #279546 100%);
    }
.swiper-solution .Pagination .tab-buttons :hover  p,.swiper-solution .Pagination .tab-buttons .active p{
  color:var(--gen);
}
.index-product-top,.index-case-top,.index-news-top{
  margin-bottom: 1rem;
}
.index-product-top,.index-news-top{
  color: #fff;
  justify-content: space-between;
}
.index-product-top p,.index-case-top p,.index-news-top p{
  font-weight: 400;
  font-size: 1rem;
  max-width: 60%;
  display: flex;
  align-items: center;
}
.index-product-top a,.index-case-top a,.index-news-top a {
    padding: 5px 15px;
    border-radius: 50px;
}
.index-product-box{
  width: 24%;
  border-radius: 0.5rem;
  background:#fff;
}
.index-product-box img{
  max-width: 100%;
  transition: all 0.5s ease; 
}
.index-product-box:hover img{  
    transform: scale(1.1); 
}
.index-product-box div{
  text-align: left;
  padding: 1rem;
  overflow: hidden;
}

.image-box{
  width: 100%;
  position: relative;
  /* background-color: #0d0c22; */
}
.image-box::before {
  content: "Loading...";
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.image-box>img{
  position: absolute;
  object-fit: cover;
  object-position: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pt65::before{padding-top: 65%;}
.pt100::before{padding-top: 100%;}


div.img-box{
  position:relative;
  width:100%;
  padding-top:100%;
  overflow: hidden;

}
div.img-box>img{
  /* position: absolute;
  top: 0;
  left: 0; */
}
div.img-son-box{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  display: inline-grid;
  align-content: center;
}
div.img-son-box img{
    transition: all 0.5s ease; 
    
}
div.img-son-box:hover img{
    transform: scale(1.1); 
}
.index-product-box h3{
  font-size: 1rem;
  margin-bottom: 1rem;
  line-height: 1.4em;
  height: 2.8em; 
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.index-product-box p{
  font-size: 1rem;
  font-weight: 400;
  margin-top: 1rem;
  margin-bottom: 3rem;
}
.index-product-box span{
  float: right;
 font-size: 1rem;
 font-weight: 400;
 transition: all 0.5s ease;
}
.index-product .swiper-product{
  overflow: hidden;
}
.index-product .swiper-product .swiper-wrapper{

}
.index-case-top{
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.index-case-top p{

}
.swiper-case{
  overflow: hidden;
  width: 100%;
}
.swiper-case img{width: 100%;height: 100%;object-fit: cover;object-position: center;}
.swiper-case .swiper-wrapper{/* justify-content: space-between; flex-direction: row; */}
.index-case-box{
    border-radius: 0.5rem;
    background: #fff;
}
.swiper-case .swiper-wrapper .index-case-box{
     margin-bottom: 2rem !important;
     margin-top: 0rem !important;
}
.index-case-box:hover .index-case-right, .related-case-box .swiper-slide:hover .index-case-right{
	display:none;
}
.index-case-left{
  position: relative;
  overflow: hidden;
  aspect-ratio: 400 / 250;
}
.index-case-left div{
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  text-align: center;
  align-content: center;
  color:#fff;
  line-height: 2.5;
   transition: opacity 0.5s ease, visibility 0.5s ease, background 0.5s ease; 
   display: flex;
   align-items: center;
   flex-direction: column;
   justify-content: center;
   

}
.index-case-left div span{
  color: #fff;
  /*border: 1px solid #fff;*/
  padding: 0 45px;
  font-size: 0.8rem;
  height: 30px;
  line-height: 30px;
  margin-top: 70%;
  transition: margin-top 0.6s ease;
  opacity: 0;
  background: #269243;
}
.index-case-left div p{
    height: 2.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    opacity: 0;
}
.index-case-left:hover div{
  visibility: visible; 
  background: #14141470;
  
}
.index-case-left:hover div span{
  margin-top: 0%;
  opacity: 1;
}
.index-case-left:hover div p{
 opacity: 1;
}

.index-case-right{
    text-align: right;
    padding: 1rem 2rem;
    position: absolute;
    bottom: 0;
    color: #fff;
    background: #000000ad;
    width: 100%;
}
.index-case-right h3{
    font-size: 1rem;
    height: 1.4em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-bottom: 0.5rem;
}
.index-case-right span{
  font-size: 0.8rem;
  color: #fff;
}
.swiper-news ul{
  justify-content: space-between;
}
.index-news-box{
  width: 32%;
  background: #fff;
}
.index-news-box img{
  width: 100%;
}
.index-news-box div{
  background: #fff;
  padding: 1rem;
}

.index-news-box div p{
  color: #666;
  font-weight: 400;
  margin: 1.1rem 0;
}
.index-news-box div span{
  color: #666;
}

.swiper-quote .contact-form{
  width: 40%;
}
.form-box{
  padding: 2.5rem;
  margin: 5px;
  background: #fff;
  border-radius: 1rem;
}
.form-box h3{
  margin-bottom: 1rem;
  color: #3f3f3f;
  text-align: right;
}
.form-box .group{
  display: flex;
  line-height: 30px;
  align-items: center;
  position: relative;
}
.form-box input{
  width: 100%;
  height: 45px;
  line-height: 30px;
  padding: 0 5rem;
	margin-bottom:10px;
  padding-right: 3rem;
  border: 2px solid transparent;
  border-radius: 10px;
  outline: none;
  background-color: #f8fafc;
  color: #0d0c22;
  transition: .5s ease;
  border: 1px solid #ddd;
  font-size: 0.8rem;
}
.form-box input::-webkit-input-placeholder,.form-box textarea::-webkit-input-placeholder{
    color: #aab2bd;
    font-size: 0.8rem;
font-weight: 400;
}

.form-box textarea{
  width: 100%;
  background-color: #f8fafc;
  transition: .5s ease;
  border-radius: 10px;
  border: 1px solid #ddd;

}
input::placeholder {
  color: #94a3b8;
}
.input:focus, input:hover,textarea:hover {
  outline: none;
  border-color: var(--gen);
  background-color: #fff;
}
.form-box .group i{
  position: absolute;
  right: 1rem;
  fill: none;
  width: 1rem;
  height: 1rem;
  color: #3f3f3f;
  margin-bottom: 10px;
}

.group-submit{
  text-align: center;
}
.group-submit button{
  color: #fff;
  padding: 0.8rem 2rem;
  width: 50%;
  margin-top: 2rem;
}
.swiper-quote .contact-information{
  width: 56%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 3rem 0;
  text-align: right;
}

.contact-information h3{
  font-size: 2rem;
}
.contact-information p{
  font-size: 1.5rem;
  font-weight: 400;
}
.contact-information ul{
  font-size: 1.5rem;
  font-weight: 400;
}
.contact-information ul li i{
  margin-left: 2rem;
}
.index-customers-top h3{
  text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    text-transform: uppercase;
    
}
.swiper-customers{/*overflow: hidden;*/}
.swiper-customers img{
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center;
  bottom: 0;
  position: absolute;
}
.swiper-customers .index-customers-box{
  height: auto;
  text-align: center;
  align-content: center;
  
  position: relative;
  padding-top: 10%;
      overflow: visible;
      background: #fff0;
      transition: background 3s cubic-bezier(0, -0.76, 1, -0.84);
      
}

.ny-banner{
  width: 100%;
  overflow: hidden;
  position: relative;  
  display: flex;   
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
}
.ny-banner picture{
  width: 100%;
}
.ny-banner img{
  margin: 0 auto;
}
.ny-banner .img{
        width: 100%;
        height: 100%;
        object-fit: cover; 
        object-position: center; 
        transform: scale(1.2); 
        animation: shrink-background 10s ease-in-out forwards;

}
@keyframes shrink-background {
    from {
        transform: scale(1.2);
    }
    to {
        transform: scale(1);
    }
}
.ny-banner-right img{
  width: 100%;
  height: 100%;
  object-fit: cover; 
  object-position: center; 
  -webkit-box-reflect: below;
  -webkit-box-reflect: below -160px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), to(rgba(250, 250, 250, 0.35)));
}
.ny-banner .image-container{
  width: 100%;
  height: 100%;
  object-fit: cover; 
  object-position: center; 
}
.ny-banner-img{width: 100%;}
.ny-banner-img img {
            width: 100%; 
            transform: scale(1); 
            transition: transform 8s linear; 
}
.ny-banner-img img.loaded {
            transform: scale(1.1); 
}
.ny-banner-box{
            display: flex;
            width: 100%;
            color: #fff;
            justify-content: center;
            align-items: center;
            font-size: 2.5rem;

            background: linear-gradient(to bottom, rgb(0 0 0 / 20%) -5%, rgba(0, 0, 0, 0) 25%);
            
                position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.ny-banner-box-ab{
          position: absolute;
          display: flex;
          left: 0;
          top: 0;
          bottom: 0;
          right: 0;
          width: 100%;
          color: #fff;
          justify-content: center;
          align-items: center;
          font-size: 2.5rem;
}
.ny-banner-title{
    }
.bg4{background: rgba(0, 0, 0, 0.4);}
.bg5{background: rgba(0, 0, 0, 0.5);}
.bg6{background: rgba(0, 0, 0, 0.6);}
.bg7{background: rgba(0, 0, 0, 0.7);}
.bg-linear{background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));}
.secondary-nav-box{}
.secondary-nav{background: #4f805c;}
.secondary-list{display: flex;position: relative;}



.secondary-nav-fixed{
    position: fixed;
    top: 0;
    z-index: 99999;
    width: 100%;
}
 .secondary-list li{
            color:#fff;
            text-align: center;
            font-size:1rem;
     width: auto;
     min-width: 15%;
    background: #fff0;
    position: relative;
    z-index: 2;
}
.secondary-list li.arctrle div{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #e7e7e7; /* 背景颜色 */
    transition: width 0.5s ease, left 0.5s ease; /* 平滑过渡 */
    z-index: 1;
}

.secondary-list li.arctrle,
.secondary-list li.swiper-slide-active-hj{
    background: #e7e7e7;
    color: #3f3f3f;
}
.secondary-list li.arctrle a,.secondary-list li.swiper-slide-active-hj a{
        color: #3f3f3f;
}
.secondary-list li a{
  color:#fff;
  display: block;
  padding: 1rem 2rem;
  font-size: 0.9rem;
  white-space: nowrap;
  text-transform: capitalize;
  position: relative;
  z-index: 3;
}
.ny-banner-box .container{align-items: center;    justify-content: space-between;}
.secondary-box{overflow: hidden;position: relative;}
.secondary-nav .swiper-button-next, .secondary-nav .swiper-button-prev{    color: #ffffff; }
.secondary-nav .swiper-button-next:after, .secondary-nav .swiper-button-prev:after{font-size: 1.1rem;font-weight: 600;}

.secondary-nav .swiper-button-next{ right: 0px;}
.secondary-nav .swiper-button-prev{left: 0px;}
.ny-banner-right{width: 49%;padding: 1rem;position: relative;}
.ny-banner-left{width: 49%;padding: 1rem;}
.ny-banner-left h1,.ny-banner-right h1{font-size: 1.5rem;color:#fff;line-height: 1.2; font-weight: 600;text-transform: capitalize;}
.ny-banner-left p,.ny-banner-right p{font-size: 1rem;color:#fff;line-height: 1.6;font-weight: 400;margin: 1rem 0;}
.customizable-banner{ }
.ny-banner-right h1 span{
  color:var(--gen);
  font-family: Montserratbold;
}
.solotion-box1,.solotion-box2,.solotion-box3{
  padding: 4rem 0;
}
.solotion-box3{background: #fff;}
.solotion-box1 h2,.solotion-box2 h2,.solotion-box3 h2,.solotion-box4 h2,.customization-box h2{
  text-align: center;
  font-size: 2rem;
  line-height: 2.5;
  margin: 0 0 2rem 0;
}

.solotion-box2{
  background:#f8f9fa;
}
.solotion-industry{
  position: relative;
}
.solotion-industry ul{
  display: flex;
}
.solotion-industry img{
  width: 100%;
  height: 100%;
  filter: grayscale(22%);
  object-fit: cover;
  object-position: center;
  border-right: #fff 1px dotted;
}
.solotion-industry-right{
  width: 100%;
  color: #fff;
  height: 100%;
  align-content: center;
  font-size: 1rem;
}
.solotion-industry-right>div{
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  display: flex;
  text-align: center;
  padding: 1rem;
  align-items: center;
  transition: all 0.6s ease;
}
.solotion-industry ul li.solotion-industry-arctrle .solotion-industry-right>div{
  display: flex;
}
.solotion-industry-right>div i{
        font-size: 3rem;
    margin-bottom: 1rem;
}
.solotion-industry-right>div h3{
  text-align: center;
  width: 100%;
}
.solotion-industry-right>div p{
    opacity: 0;
    margin-bottom: -70%;
    transition: all 0.6s ease;
}
.solotion-industry ul li.solotion-industry-arctrle{
 
}
.solotion-industry-right:hover{
  
}
.solotion-industry-right:hover>div{
    background: #fff;
    border-top: 1px solid var(--gen);
    border-bottom: 1px solid var(--gen);
}
.solotion-industry-right:hover>div h3{
    color: var(--c3)
}
.solotion-industry-right:hover>div p{
    color: var(--c3);
    opacity: 1;
    margin-bottom:0%;
}
.solotion-industry-right:hover>div i{
    color: var(--gen);
}
.solotion-industry ul li{
  position: relative;
  overflow: hidden;
  width: 25%;
  height: 590px;
  cursor:pointer; 
  transition: all 0.3s ease;
}
.solotion-industry-right h3{
  font-size: 1.2rem;
  margin-bottom: 1rem;
    position: relative;
  z-index: 2;
}
.solotion-industry-right p{
  font-weight: 400;
  font-size: 1rem;
  line-height: 2;
  padding: 1rem 2rem;
  position: relative;
  z-index: 2;
}

.solotion-advantages{ }
.solotion-advantages ul li{
  width: 25%;
  text-align: center;
  padding: 1rem;
  height: 700px;
  display: flex;
 align-items: center;
     justify-content: center;
    flex-direction: column;
    background-color: #fff0; 
     transition: background-color 2s ease;
     background-size: cover;
    background-position: center;
     position: relative;
}
.solotion-advantages ul li div{
    position: relative;
    z-index: 3;
}
.solotion-advantages ul li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff; /* 前景色 */
    opacity:0; /* 设置透明度，让背景图部分可见 */
    /* 避免遮挡交互 */
    transition: all 0.7s ease-out;
    z-index: 1; 
    pointer-events: none; 
}
.solotion-advantages ul li:nth-child(1){
    background-image:url('../images/solution1.webp');
}
.solotion-advantages ul li:nth-child(2){
    background-image:url('../images/solution2.webp');
}

.solotion-advantages ul li:nth-child(3){
    background-image:url('../images/solution3.webp');
}
.solotion-advantages ul li:nth-child(4){
    background-image:url('../images/solution4.webp');
}
.solotion-advantages ul li i{
    font-size: 4rem;
    line-height: 1;
    color: #fff;
    margin-bottom: 1rem;
     transition: all 0.5s ease;
}
.solotion-advantages ul li h3{
    font-size: 1.2rem;
    line-height: 1.2;
    color: #fff;
    height: 1.2em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
     transition: all 0.5s ease;
}
.solotion-advantages ul li p{
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
  color: #fff;
  opacity: 0;
  height: 0;
  position: relative;
  z-index: 3;
  transition: all 0.5s ease;
}
.solotion-advantages ul li:hover::before {
   opacity: 1;
}
.solotion-advantages ul li:hover{
    border-bottom: 1px solid var(--gen);
    border-top: 1px solid var(--gen);
}
.solotion-advantages ul li:hover div i{
    color: var(--gen);
}
.solotion-advantages ul li:hover div h3{
    color: var(--c3);
}
.solotion-advantages ul li:hover p{
    opacity: 1;
    height: auto;
    color: var(--c3) !important;
     margin-top:1rem;
    margin-bottom:3rem;
}
.solotion-application{
  width: 100%;
  height: 700px;
  overflow: hidden;
  position: relative;
  display: flex;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
  align-items: center;
}
.solotion-application .container p{
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 2rem;
  text-align: center;
}
.solotion-application .container h2{
    color: #fff;
}
.solotion-application .container div{
  text-align: center;
}
.data-Live{
/*   width: 65%; */
}
.data-Live{
  margin-top: 2rem;
}
.data-Live a:nth-child(2){
   margin-right: 10%;
}
.live-Join{
  border: 1px solid #fff;
   background: var(--gen);
  color: #fff;
}
.live-Chat{
  border: 1px solid #fff;
  color: #fff;
}
.case-list-right .live-Chat{
  background: var(--gen);
  color: #fff;
}
.pro-banner{
  background: rgba(0, 0, 0, 0.6);
}
.banner-product-h2{
  font-size: 1rem;
  color: #fff;
  margin: 1rem 0;
}
.banner-product-h2 span{
  margin-right: 1rem;
  font-weight: 400;
}
.banner-product-h2 span:last-child{
  color: var(--gen);
}

#Feature>div{
    background: #04190acf;
    padding: 3rem 0 2rem 0rem;
    margin-top: 5rem;
}
.pro-banner-left{
	text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product-advantage{}
.product-advantage ul{ display: flex;justify-content: space-between;}
.product-advantage ul li{ 
    background: #fff;
    width: 48%;
    margin-bottom: 2rem;
    display: flex;
    padding: 2.2rem;
    position: relative;
    z-index: 2;
    flex-wrap: wrap;
    overflow: hidden;
    box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.18);
    transition: all 0.3s ease-out;
}
.product-advantage ul li::after{
    content: " ";
    width: 100%;
    height: 100%;
    background: #28793f;
    position: absolute;
    left: -85%;
    top: -50%;
    border-radius: 50%;
    z-index: -1;
    transition: all 0.3s ease-out;
}

.product-advantage ul li div:nth-child(1){
    font-size: 1.5rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 3rem;
    height: 3rem;
    text-align: center;
    line-height: 3rem;
    color: #fff;
  }
.product-advantage ul li div:nth-child(2){width: 100%;    margin-left: 3rem;}
.product-advantage ul li p{width: 100%;    margin-left: 3rem;}
.product-advantage ul li i{}
.product-feature{margin-top: 2rem;}
.product-feature-left{
  width:36%;
  position: relative;
}
.product-feature-left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    /* border: 1px solid #ddd; */
}
.phaq{
	text-align:right;
	padding-right: 15px;
}
.case-list-right .phaq{
	text-align:left;
}
.phaq a{
	color:#269243;
	border-bottom: #e6e6e6 1px dotted;
	margin-left: 10px;
}
.product-feature-right{
  width: 60%;
  padding: 1rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: right;
}
.product-feature-right h1{
color: #fff;
line-height: 1;
}
.product-feature-right ul li{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  padding-top: 1rem;
}
.product-feature-right ul li strong{
  
}
.product-feature-right p{
  color: #fff;
}
.product-feature-right .product-excerpt{
  margin: 1rem 0;
  line-height: 2;
}
.product-feature-Swiper2,.product-feature-Swiper{
  position: relative;
  margin-bottom: 1rem;
  overflow: hidden;
}
.product-feature-Swiper2 .swiper-slide,.product-feature-Swiper .swiper-slide{

}

.product-feature-right ul li i {
  font-size: 1.5rem;
  line-height: 1.1;
  color: var(--gen);
}
.product-feature-right ul li h3 {
  font-size: 1.2rem;
  line-height: 1;
  margin: 0.5rem;
}
.product-feature-right ul li p{
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  color: #666;
  margin-bottom: 1rem;
	margin-left: 2.2rem;
  width: 100%;
}
.product-feature-left .c-video{
  left: auto;
  top: auto;
}
.product-feature-left .swiper-slide-thumb-active img{
  border: 1px solid var(--gen);
}
.product-feature-left .swiper-button-next, .product-feature-left .swiper-button-prev{
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #269243b0;
  border-radius: 50%;
}
.product-feature-left .swiper-button-next{
  right: 15px;
}
.product-feature-left .swiper-button-prev{
  left: 15px;
}
.product-feature-left .swiper-button-next:after, .product-feature-left .swiper-button-prev:after{
  font-size: 1rem;
}
.product-feature-Swiper2 .swiper-slide{
  position: relative;
}                                                               
.c-video{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  /*background: rgba(0, 0, 0, 0.2);*/
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
}
.c-video:hover{
  /*background: rgba(0, 0, 0, 0.2);*/
     
}

.c-video i{
  color: var(--gen);
    font-size: 3rem;
     transition: all 0.5s ease;
}
.icon-container {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
}

.icon-container i {
  font-size: 48px;
  color: #269243;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border: 2px solid #269243;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0.6;
  animation: ripple 2s infinite;
}

.circle-1 {
  animation-delay: 0s;
}

.circle-2 {
  animation-delay: 0.5s;
}

.circle-3 {
  animation-delay: 1s;
}

@keyframes ripple {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0.6;
  }
  70% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0.2;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}
.alert-video{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 999;
  display: none;
}
.alert-video-box{
  max-width: 800px;
  width: 100%;
  text-align: right;
  padding: 10px;
}
.alert-video-box video{width: 100%;display: none;}
.alert-video-box i{
  color: #fff;
  font-size: 2rem;
}
.iframe-box{

}
.alert-video-box iframe{
  display: none;
  aspect-ratio: 400 / 290;
  
}
.product-parameters{
  border-top: 1px solid #ddd;
      overflow: hidden;
}
.product-parameters h3,.product-parameters h4{
  line-height: 2;
  padding: 1rem 0;
  border-bottom: 1px solid #ddd;
  cursor:pointer; 
  position: relative;
}
.product-parameters h3::after{
    content: '\2304';
    margin-left: 20px;
    width: 12px;
    height: 12px;
    transition: width 0.7s ease, left 0.7s ease;
    transition: transform 0.3s ease;
    color: #28793f;
    font-size: 1.5rem;
    position: absolute;
    top: 5%;
  
}
.product-parameters .after::after{
    transform: rotate(180deg);
    top: 80%;
}
.product-parameters .table-wrapper{
    display: none;
    position: relative;

    overflow-x: auto;
  overflow-y: hidden;
  cursor: grab;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  user-select: none;
}
.product-parameters .table-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 8px;
  background: linear-gradient(to right, #ccc 30%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.product-parameters .table-wrapper:hover {
  cursor: grab; /* 更符合“可拖动/滚动”的感觉 */
}
.product-parameters .table-wrapper:active {
  cursor: grabbing;
}

.product-parameters .table-wrapper {
  overflow-x: auto;
  scrollbar-color: #28793f #f0f0f0; /* Firefox 支持 */
  scrollbar-width: thin;           /* Firefox 支持 */
}

/* Chrome/Edge/Safari 专用 */
.product-parameters .table-wrapper::-webkit-scrollbar {
  height: 12px;
}
.product-parameters .table-wrapper::-webkit-scrollbar-track {
  background: #f0f0f0;
}
.product-parameters .table-wrapper::-webkit-scrollbar-thumb {
  background: #28793f;
  border-radius: 6px;
}
.product-parameters .table-wrapper::-webkit-scrollbar-thumb:hover {
  background: #1e5d30;
}



.product-parameters .table-wrapper:first-of-type{
    display: block;
}

.product-parameters table,.article-center table{
  padding: 1rem;
  border-bottom: 1px solid #ddd;
  width:100%;
  border-collapse: collapse; 
  box-sizing: border-box; 
  transition: all 0.3s ease-in-out;
  transform-origin: top; 
}
.product-parameters table th,.article-center table th{
  color: var(--gen);
}
.product-parameters table td,.article-center table td{
  font-size: 0.9rem;
  color: #666;
  height: auto !important;
  box-sizing: border-box;
}
.product-parameters table tbody{
 
}
.product-parameters table tr,.article-center table tr{
  width: 100%;
  height: auto !important;
}
.product-parameters table tr:nth-child(odd),.article-center table tr:nth-child(odd){
	background: #f5f5f5;
}
.product-parameters table td,.product-parameters table th,.article-center table th,.article-center table td{
   height: auto !important;
}

.product-parameters table:first-of-type {
    display: inline-table;
}
.parameters-down{
  margin-bottom: 1.1rem;
}
p.pnote{
	padding:15px 15px;
	font-size:smaller;
}
p.pnote a{
	color: #28793f;
}
.case-box{
  padding: 3rem 0;
  background: #fff;
}
.case-list{
  margin-top: 2rem;
  margin-bottom: 3rem;
  background: #fff;
  border-radius: 1rem;
  text-align: right;
}
.case-list .description{
    padding: 2rem 0 0;
    line-height: 2;
}
.case-list .description>p{
    margin-bottom: 1rem;
    
}
.case-list .description>ul{
    margin-bottom: 1rem;
    list-style: inside; 
    padding-left: 1rem;
}
.case-list .description>ul li{
    font-weight: 400;
        margin-bottom: 1rem;
        padding-left: 5px;
}
.case-list .description>div{
    margin-bottom: 1rem;
font-weight: 400;
}



.case-list-left{
  width: 50%;
  position: relative;
  border-radius: 0.5rem;
}
.case-list-left>div{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgb(38 146 67 / 70%);
  justify-content: center;
  display: none;
  align-items: center;
  flex-direction: column;
  color: #fff;
}
.case-list-left:hover div{
  display: flex;
}
.case-list-left>div a{
  color: #fff;
  border: 1px solid #fff;
  padding: 2px 15px;
  margin-top: 1rem;
}
.case-list-left img{
  width: 100%;
  height: 100%;
  object-fit: cover; 
  object-position: center; 
  transition: all 0.5s ease;
}
.case-list-right{
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 3rem;
  position: relative;
}
.case-list-right .c-video{
  left: auto;
  top: auto;
  right: -6%;
  bottom: -5%;
  background: #fff;
  border-radius: 50%;
  transition: all 0.5s ease;
}
/* .case-list-right .c-video i{
transition: transform 0.5s ease;
}*/
.case-list-right .c-video:hover{
      box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 30%);
          bottom: -4%;
} 
.case-list-right h2{
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
}
.case-list-right p{
  display: flex;
  margin-bottom: 1rem;
}
.case-list-right .description{
  color: #888;
  font-weight: 400;
  line-height: 1.5;
}
.case-list-right p span{}

.case-list-right p span:last-child{
        width: 75%;
        color: #888;
    font-weight: 400;
}
.case-list-right p span:first-child{
  width: 25%;
}

.case-box .case-list:nth-child(2n) .case-list-left{
  order: 2;
}

.case-box .case-list:nth-child(2n) .case-list-right{
  order: 1;
}
.related-case{
  background: #FFF;
  padding: 2.5rem 0
}
.related-case .container{
  position: relative;
}
.related-case h2{
  text-align: center;
}
.related-case-box{
  overflow: hidden;
  margin: 2rem 0;
}
.related-case-box .swiper-slide{
    background: #fff;
}
.related-case-box .related-case-swiper .index-case-right{
        position: relative;
        display: block !important;
}
/* .related-case-box .swiper-slide div{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgb(38 146 67 / 70%);
  justify-content: center;
  display: none;
  align-items: center;
  flex-direction: column;
  color: #fff;
} */
/* .related-case-box .swiper-slide:hover div{
    display: flex;
} */

.related-case-box .related-case-swiper .swiper-wrapper{
    display: flex;
    justify-content: space-between;
}
.related-case-box .related-case-swiper .swiper-wrapper .swiper-slide{
    width: 32%;
}
.related-case-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.6s ease;
}
.related-case-box .swiper-slide div span{
  /*color: #fff;*/
  /*  border: 1px solid #fff;*/
  /*  padding: 2px 15px;*/
  /*  margin-top: 1rem;*/
}
.related-case-box .scrollbar{
  margin-top: 3rem;
}
.related-case-box .swiper-button-next,.related-case-box .swiper-button-prev{
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: var(--gen);
  border-radius: 50%;
  text-align: center;
}
.related-case-box .swiper-button-next{
  color: #fff;
  
}
.related-case-box .swiper-button-prev{
  color: #fff;
  left: -10px;
}
.related-case-box .swiper-button-next:after,.related-case-box .swiper-button-prev:after{
  font-size: 14px;
}
.related-case-box .swiper-button-next:hover,.related-case-box .swiper-button-prev:hover,.product-feature-left .swiper-button-next:hover,.product-feature-left .swiper-button-prev:hover{
  background: #38c25d;
}
.contect-us{
    position: relative;
    padding-bottom: 2rem;
}
.contect-box1{
    margin-top: -100px;
}
.contect-box2{
  padding: 3rem;
  background: #fff;
  /*margin-top: -100px;*/
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 1px 8px 0 rgba(0, 0, 0, 0.19);
}
.contect-box1 h2,.contect-box2 h2{
text-align: center;
line-height: 2;
font-size: 2.5rem;
}

.contect-box1 p,.contect-box2 p{
 color: #666;
 font-weight: 400;
 font-size: 1rem;
 transition: all 0.5s ease;
 text-align: right;
}
.contect-information p a{
 color: #666;
 font-weight:normal;
}
.contect-box1 p{
     line-height: 1.5;
     transition: all 0.5s ease;
}
.contect-box1 p span{
    display: inline-block;
    margin-top: 1rem;
    transition: all 0.5s ease;
    font-size: 0.8rem;
}
.contect-information{
  justify-content: space-between;
}
.contect-information ul{
  width: 100%;
  font-size: 1.5rem;
  line-height: 2;
  display: flex;
  justify-content: space-between;
  padding: 2rem 0 3rem 0;
  text-align: center;
}
.contect-information ul li{
  font-weight: 400;
  color: #666;
  margin-top: 1rem;
    padding: 3rem 1rem;
    width: 24%;
        display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.5s ease;
            background: #fff;
}
.contect-information ul li i{
    width: 55px;
    height: 55px;
    line-height: 55px;
    background: #269243;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    font-size: 1.6rem;
    transition: all 0.5s ease;
}
.contect-information ul li:hover{
    background: var(--gen);
}

.contect-information ul li:hover p,.contect-information ul li:hover a{
    color: #fff;
}
.contect-information ul li:hover p span{
    color: #fff;
}
.contect-information ul li:hover p i{
    background: #fff;
    color:var(--gen);
}
.contect-information div{
  width: 45%;
}
.contect-information div img{
  width: 100%;
}
.contect-form form{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
form input::-webkit-input-placeholder,form textarea::-webkit-input-placeholder{
    color: #aab2bd;
    font-size: 0.8rem;
font-weight: 400;
}
.contect-form form .group{
  width: 49%;
  position: relative;
  display: flex;
      line-height: 45px;
      align-items: center;
      position: relative;
      margin-top: 1rem;
}
.contect-form form .group:nth-child(2)::after,
.contact-form form .group:nth-child(2)::after,
.contect-form form .group:nth-child(1)::after,
.contact-form form .group:nth-child(1)::after,
.contect-form form .group-conter::after {
  content: " *";
  color: var(--danger);
  position: absolute;
  right: 36px;
}
.contect-form form .group-conter::after{right: 3px;top: 18px;}
.contect-form form  .group-conter,.contect-form form .group-submit{
  width: 100%;
}
.contect-form form  .group-conter{
  margin-top: 2rem;
 position: relative;
}
.contect-form form .group input,.contect-form form textarea{
  width: 100%;
  border: 1px solid #ddd;
  line-height: 2;
}

.contect-form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  padding: 0 5rem;
  padding-right: 3rem;
  border: 2px solid transparent;
  outline: none;
  color: #0d0c22;
  transition: .5s ease;
  border: 1px solid #ddd;
}
.contect-form .group i {
  position: absolute;
  right: 1rem;
  fill: none;
  width: 1rem;
  height: 1rem;
}
.customization-box{
  overflow: hidden;
}
.customization-box1{
  background-color:#f8f8f8;
  height: 800px;
  display: flex;
  align-items: center;
}
.cc-box .cc-box-list{
  width: 33.333%;
  display: flex;
  flex-direction: column;
}
.Customizable .cc-box-list{
  width: 25%;
}
.cc-box .cc-box-list:hover div:nth-child(2){
  background: var(--gen);
  color: #fff;
} 
.cc-box .cc-box-list:hover div:nth-child(1) img{
  transform: scale(1.2);
}

.Customizable .cc-box-list:nth-child(2n-1) div:nth-child(2){
  flex-grow: 1;
}
.Customizable .cc-box-list:nth-child(2n) div:nth-child(2){
  flex-grow: 1;
}
.cc-box .cc-box-list div{
  background-color: #fff;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  transition: all 0.5s ease; 
  height: 300px;
  flex-direction: column;
}
.cc-box .cc-box-list div:last-child{
  padding: 3rem;
}
.Customizable .cc-box-list div:last-child{
  padding: 2rem 1rem;
}
.cc-box .cc-box-list img{
  width: 100%;
  height: 100%;
  object-fit: cover; /* 保持图片的宽高比并铺满 div */
  object-position: center; /* 图片居中 */
  min-height: 300px;
  transition: all 0.5s ease;
}
.cc-box .cc-box-list h3{
  font-size: 1rem;
  line-height: 2;
}
.cc-box .cc-box-list p{
  
}
.cc-box .cc-box-list:nth-child(2n) div:first-child{order: 2;}
.cc-box .cc-box-list:nth-child(2n) div:last-child{order: 1;}

.customization-box2{
  background: url(../images/our-solutions.jpg);
  color: #fff;
  display: flex;
  align-items: center;
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
}
.customization-box2 p{
  font-size: 1.5rem;
  line-height: 2; 
}
.customization-box2 .bg{
  width: 100%;
  height: 100%;
  align-content: center;
  display: flex;
  align-items: center;
}
.customization-box3{
  padding: 2rem 0;
}
.customization-box4{
  color: #fff;
  display: flex;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
  background-attachment: fixed;
}
.benefits>div{
  width: 33%;
}
.benefits ul li{
  color: #666;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 3;
}
.container-bg{
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  padding: 6rem 0;
}
.container-bg .swiper-quote .contact-information{
  justify-content: center;
}
.container-bg  .contact-information p{
  font-size: 1.5rem;
  line-height: 2;
}
.container-bg  .contact-information p i{
  margin-right: 1rem;
}
.container-bg h4{
  font-size: 2rem;
  margin-bottom: 1.5rem;
}

  
.customization-box5{
  padding: 5rem 0;
} 
.customization-box5 .path-success p{
  font-size: 1.4rem;
  color: #666;
  margin-bottom: 3rem;
}
.customization-box5 .path-success div{
  text-align: center;
}


.alert-from{
	width: 100%;
    height: 100%;
    background-color: rgba(34, 40, 49, .44);
    position: fixed;
    top: 0;
    left: 0;
    transition: opacity .25s linear;
    opacity: 0;
    z-index: -100;
    touch-action: none;
    -webkit-overflow-scrolling: none;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
    display: flex;
    justify-content: center;
    align-items: center;

	}
	.alert-from-boxs{
	 width: 900px;
    background: #fff;
    display: flex;
	}
	.alert-from-left{
    width: 20%;
    position: relative;
    text-align: center;
    justify-content: center;
    align-content: center;
    background: #289545;
    border-radius: 15% 0 0 15%;
    box-shadow: 0 0px 11px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    z-index: 1;
    display: flex;
    align-items: center;
        flex-direction: column;
	}
    .alert-from-left .paster{
    filter: grayscale(100%) brightness(453%);
    max-width: 100px;
    margin: 0 auto;
    }
	.alert-from-right{
	       width: 80%;
            padding: 2rem;
            position: relative;
            background: #fff;
            transition: all 1s linear;
           
	}
	.alert-from-title{
	text-align: center;
    font-size: 1.8rem;
    color: #333;
    line-height: 2;
    margin-top: 1rem;
	}
	.alert-from-excerpt{
	text-align: center;
    font-size: 0.8rem;
	}
    .alert-from-on{overflow: hidden;}
    .alert-from-on span{
    background: #289545;
    color: #fff;
    width: 46px;
    height: 36px;
    line-height: 36px;
    font-size: 1.8em;
    text-align: center;
    display: block;
    float: right;
    cursor:pointer; 
    position: absolute;
    top: 0;
    left: 0;
    }
    .alert-from-box div{}
	.alert-from-box input,.alert-from-box textarea{
	    width: 100%;
	    line-height: 2;
	    padding: 8px 10px;
        border: 1px solid #ddd;
        font-size: 0.8rem;
        margin-top: 0.8rem;
        
	}
	.alert-from-box button{
	background: #289545;
    color: #fff;
    border: 0;
    width: 100%;
    text-align: center;
    line-height: 2;
    padding: 6px;
	}
	.alert-from-box .error-tips{
        height: 18px;
        color: #dc3545;
        margin: 2px 0;
        font-size: 0.8rem;
	}
.about,.company{
  padding: 2rem 0;
  overflow: hidden;
  display: flex;
}
.about{
  height: 700px;
  align-items: center;
}
form button{
    background: var(--gen);
}
form button:hover{
    background: var(--gen);
}
form button:active {
  background: #1c5d2e;
}
.about-box1{
    justify-content: space-between;

}
.about-box1-left{
    width: 55%;
}
.about-box1-right{
    width: 40%;
    position: relative;
    border-radius: 2rem;
    overflow: hidden;
    
}
.about-box1-left{

}
.about-box1-left ul{
    justify-content: space-between;
    text-align: center;
    margin-top: 3rem;
}
.about-box1-left ul li i{
  color: #269243;
  font-size: 2rem;
}
.about-box1-left ul li span{
  font-size: 1.5rem;
  color: #269243;
}
.about-box1-left p{
    line-height: 2;
    color: #666;
}
.about-box1-left ul p{
  font-size: 0.8rem;
}
.about-box1-left h2{
  font-size: 2.2rem;
  margin-bottom: 1rem;
}
.about-box1-img{
  height: 100%;
}
.about-box1-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  
}
.about-box1-img div{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  color: #fff;
  font-size: 3rem;
  background: rgba(0, 0, 0, 0.6);
}

.company{
  background: #1c5d2ec4;
  color: #fff;
  height: 500px;
  align-items: center;
}
.company h2{
  font-size: 2.2rem;
  margin-bottom: 2rem;
  text-align: center;
}
.company-box ul li{
  width: 24%;
  text-align: center;

}
.company-box ul li i{
  font-size: 2rem;
}
.company-box ul li h3{
  margin: 1rem 0;
}
.company-box ul li p{
  font-size: 0.9rem;
  line-height: 2;
}

.company{
  background: #1c5d2ec4;
  color: #fff;
  height: 500px;
  align-items: center;
  background-image: url(../images/Company.webp);
  color: #fff;
  height: 650px;
  align-items: center;
  background-size: cover;
}
.company h2{
  font-size: 2.2rem;
  text-align: center;
  color: #333;
}
.company>.container p{
  text-align: center;
  margin-bottom: 3rem;

}
.company>.container>p{  color: #333;}
.company-box ul li{
  width: 24%;
  text-align: center;
  overflow: hidden;
}
.company-box ul li img{
  width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.company-box ul li i{
  font-size: 2rem;
}
.company-box ul li h3{
  margin: 1rem 0;
}
.company-box ul li p{
  font-size: 0.9rem;
  line-height: 2;
}

.company-box ul li.company-alert .flip-back{
    
}
.flip-back{
    top: 0; position: absolute;    
    bottom: 0;    
    background: #28793fe8;    
    padding: 1rem;    
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    transform: rotate(-55deg);
    transition: all 0.6s ease-out;
    transform-origin: bottom left;
        width: 100%;
}
.company-box ul li.company-alert .flip-back{
    opacity: 1;
    transform: rotate(0);
    transform-origin: bottom left;
}
.flip-container {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.9s ease-out;
  transform-style: preserve-3d;
 
}

.time-bg{
  height: 800px;
  overflow: hidden;
  align-items: center;
  display: flex;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  background-attachment: fixed;
}
.time-line-box{position:relative;}
.swiper-container-time ul li{
  width: 20%;
  text-align: left;
  height: 450px;
  display: flex;
  flex-wrap: wrap;
  background: 0;
}
.swiper-container-time{
  overflow: hidden;
  position: relative;
}
.swiper-container-time .swiper-pagination-progressbar{
  top: 50%;
}
.swiper-container-time .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
  background: #269243;
}
.swiper-container-time ul li span{
  font-size: 1.5rem;
  color: var(--gen);
  font-weight: 600;
  margin-bottom: 1rem;
  display: inline-block
}
.swiper-container-time ul li p{
  font-size: 0.8rem;
}
.swiper-container-time ul li:nth-child(2n){
  align-items: end;
}
.swiper-container-time ul li div{
  height: 50%;
  width: 100%;
  cursor:pointer; 
}
.time  h2{
  font-size: 2.2rem;
  margin-bottom: 3rem;
  text-align: center;
}
.swiper-container-time ul li:nth-child(2n-1) div{

    /* border-bottom: 1px solid #269243; */
}
.swiper-container-time ul li:nth-child(2n) div{
  align-content: end;
}
.time-line-box .swiper-button-next{
      color: #ffffff;
    right: -35px;
    background: #28793f;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 25px;
    top: 52.5%;
}
.time-line-box .swiper-button-prev{
      color: #ffffff;
    left: -35px;
    background: #28793f;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 25px;
    top: 52.5%;
}
.time-line-box .swiper-button-next:after,.time-line-box .swiper-button-prev:after{
        font-size: 0.8rem;
        font-weight: 600;
}
.about-contect{
  background-color: #1c5d2ec4;
  padding: 1.5rem 0;
  height: 600px;
  align-content: center;
}
.about-contect-box{
  justify-content: space-between;
}
.about-contect-left{
  width: 45%;
  align-content: center;
  color: #fff;
  padding-right: 8%;
}
.about-contect-left h2{
  font-size: 2.5rem;
  margin-bottom: 2rem;
}
.about-contect-left p{
  line-height: 2;
  font-size: 1.2rem;
}
.about-contect-right{
  width: 55%;
}

.one-stop{
  padding: 1rem 0;
  border-top: 1px solid #ddd;
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between;

}
.one-stop-swiper{
  overflow: hidden;
  padding: 2rem 1rem;
  position: relative;
}
.one-stop-top{
  margin-bottom: 2rem;

  display: flex;
  justify-content: space-between;
}
.one-stop-top div{
  width: 120px;
  position: relative;
}
.one-stop-top div span{
  background-color: var(--gen);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: #fff;
}
.one-stop-top .swiper-button-next:after, .one-stop-top .swiper-button-prev:after{
  font-size: 1rem;
}
.one-stop-top h2{
  font-size: 2.2rem;
}
.one-stop-swiper ul li{
  box-shadow: 1px 3px 5px #888888;
  height: auto;
  padding: 3rem 2rem;
  border-radius: 1rem;
}
.one-stop-swiper ul li:hover{
  background-color: var(--gen);
  color: #fff;
}
.one-stop-swiper ul li h3{
  font-size: 1.2rem;
  line-height: 2;
  margin-bottom: 1rem;
}
.one-stop-swiper ul li p{
  font-size: 1rem;
  line-height: 2;
  font-size: 0.9rem;
  text-align: left;
}
.customer-trust{
	background-size:100%;
}
.customer-trust-box{
  color: #fff;
  padding: 2rem 0;
  align-items: center;
  height: 700px;
  overflow: hidden;
}
.customer-trust-left{
  width: 49%;
  padding-right: 2rem;
}
.customer-trust-left h2{    font-size: 2.5rem;}
.customer-trust-left p{
  line-height: 2;
  margin: 1rem 0;
}
.customer-trust-right{
  width: 49%;
  border-radius: 2rem;
  overflow: hidden;
}
    .ctr-swiper {
      width: 100%;
      max-width: 600px;
      margin: 50px auto;
     overflow: hidden;
     border-radius: 20px;
     background: #ffffff;
     position: relative;
    }
    .ctr-swiper-slide {
      display: flex;
      justify-content: center;
      align-items: center;
      background: #f3f3f3;
    }
.ctr-swiper .swiper-button-next,.ctr-swiper .swiper-button-prev{color:var(--gen);}
.ctr-swiper .swiper-button-next:after,.ctr-swiper .swiper-button-prev:after{font-size: 1.6rem;font-weight: 600;}
.ctr-swiper  img {width: 100%;height: auto;object-fit: cover;}
.ctr-swiper .swiper-wrapper{}
.ctr-swiper .swiper-pagination-bullet{background: #ffffff;}
.product-list-box{display: flex;justify-content: space-between;padding: 0  10rem;}
.product-list-left{
  background: #ffffff;
  text-align: right;
  line-height: 2;
  position: relative;
  min-width: 430px;
  max-width: 400px;
  padding: 2rem;
  max-width: 460px;
}
.product-list-left .son2{}
.product-list-left .son2 .son-title{
   display: flex;
    justify-content: space-between;
    background-image: url(../images/Dashed-line.png);
    background-repeat: repeat-x;
    background-position: bottom;
    background-size: auto;
    align-items: center;
    padding: 0 0.5rem;
}
.product-list-left .son2 .son-title:hover,.product-list-left .son2 .son-title:hover i,.product-list-left .son2 .son-title:hover a{
    background: var(--gen);
    color: #fff;  
}
.product-list-left .son2 .son-title a{

}
.product-list-left .son2 .son-title i{
  margin: 0;
  padding: 0.5rem;
  transition: all 0s ease;
  font-size: 0.9rem;
}
.product-list-left .son3{
  padding-left: 1rem;
  display: none;
}
.product-list-left .son3 ul li {
  padding-left: 0.5rem;
margin-top: 0;
  background-image: url(../images/Dashed-line.png);
    background-repeat: repeat-x;
    background-position: bottom;
    background-size: auto;
}
.product-list-left .son3 ul li a{
  font-size: 0.8rem;
}
.product-list-left .son3 ul li:hover a{
  color: var(--gen);
  font-weight: 600;
}
.video-list-left ul li,.pdf-list-left ul li{
  flex-direction: initial !important;
  align-items: center;
  padding: 0.5rem;
}
.video-list-left ul li:hover,.video-list-left ul li:hover a,.pdf-list-left ul li:hover,.pdf-list-left ul li:hover a{
  color: #fff;
}
#product-list-right{scroll-margin-top: 80px;margin-right: 1rem;text-align: right;}
.product-list-right{
  flex: 1;
}
.product-list-right-box{
    border-bottom: 1px solid #ddd;
    scroll-margin-top: 81px; 
    background: #fff;
    padding: 2rem 2rem 2rem 8rem;
    margin-bottom: 1rem;
}
.product-list-right-box .product-parameters{border:0;margin-bottom:2rem;margin-top:2rem;}
.product-list-right-box .product-parameters h3,.product-list-right-box .product-parameters h4{font-size: 1rem;font-weight: 400;}
.product-list-right-box .product-parameters p{line-height:2;margin-top:1rem;font-size:0.8rem;}
.product-list-right-box .product-parameters storage{}
.product-list-right-box .product-parameters h3::after,.product-list-right-box .product-parameters h4::after{    top: auto;}
.category-info{
	margin: 2rem 0;
	width:100%;
	color:#333;
	font-size:14px;
}
.rotated{transform: rotate(90deg);}
.product-parameters h4 i{
    font-size: 0.8rem;
    color: #28793f;
    margin-left: 10px;
    transition: all 0.3s ease;
}
.product-list-right .product-list-right-box:nth-child(2n){
  /*background-color: #f1f1f1;*/
}
.product-list-right-box h3{
  font-size: 1.2rem;
  line-height: 1.5;
}
.product-list-right-box>a{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-list-right-box>a span{
    color: #ffffff;
    font-size: 1rem;
    background: var(--gen);
    padding: 0.2rem 1rem;
    border-radius: 18px;
}
.product-list-right-box>a span i{
   font-size: 1rem;
}
.product-list-right-box ul{
  justify-content: space-between;
  transition: all 0.3s ease;
}
.product-list-right-box ul li{
  width: 33.3333%;
  /*background-color: #f5f5f5;*/
  text-align: center;
  padding: 1rem;
  margin-bottom: 2rem;
  transition: all 0.3s ease;
}
.hjpdf li{
	background-color:#f5f5f5;
	margin-right:0!important;
	padding:15px 25px;
/* 	border-radius: 20px;
	box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 1px 8px 0 rgba(0, 0, 0, 0.19); */
}

.hjpdf div{
	float:left;
	text-align:left;
}
.hjpdf div:nth-child(2){
	padding:10px 0;
}
.hjpdf i{
  font-size: 6rem;
  color: #db0001;
  margin:10px 20px 10px 15px;
}
.hjpdf h2{
	font-size:1rem;
	margin:15px 0;
}

.product-list-right-box ul li:last-child:nth-child(3n - 1){ 
    margin-right: calc(33.33% * 1 + 0%/2*1 ); 
}
.product-list-right-box ul li:last-child:nth-child(3n - 2){ 
    margin-right: calc(33.33% * 2 + 0%/2*2 );
}

.product-list-right-box ul li img{
  width: 100%;
  transition: all 0.3s ease-out;
  height: 100%;
}
.product-list-right-box ul li h3{
line-height: 1.4;
    padding: 0 10px;
    text-align: center;
    font-size: 1.2rem !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 3.4rem;
}
.product-list-right-box ul li p{
  font-size: 1rem;
  line-height: 1.5;
  padding: 10px 25px;
}
.product-list-right-box ul li span{
  color: var(--gen);
  line-height: 2;
}

.product-list-left ul,.product-list-left .product-left-box{
  top: 0px;
  transition: all 0.3s ease;
}
.product-list-left .left-fixed{
    position: sticky;
    width: 100%;
    left: 0;
    top: 100px;
    bottom: 0;
    /*background: #fff;*/
}
.product-list-left .product-left-box>h3{
  padding: 1.2rem 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-list-left .product-left-box>h3 i{
  color: var(--gen);
}
.product-list-left ul li{
  /* padding: 1rem; */
  display: flex;
  overflow: hidden;
  margin-top: 1rem;
  width: max-content;
  position: relative;
  z-index: 2;
  width: 100%;
  flex-direction: column;
  cursor:pointer; 
}
.product-list-left ul li i{margin-left:1rem;font-size: 1.2rem;}
.product-list-left ul li a{
  display:block;
  font-weight: 400;
overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product-list-left ul li>p{
  background: #EAEAEA;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem;
  font-weight: 600;
  padding: 1rem 1.5rem;
  border-radius: 28px 0 0 0;
  overflow: hidden;
  position: relative;
}
.product-list-left ul li>p::before{
  /*content: '';*/
  /*display: inline-block;*/
  /*width: 100%;*/
  /*height: 100%;*/
  /*position: absolute;*/
  /*background: #28793f;*/
  /*left: -100%;*/
  /*transition: all 0.3s ease;*/
  /*border-radius: 28px 0 0 0;*/
}
.product-list-left ul li>p:hover::before{
  left: 0;
}
.product-list-left ul li>p:hover a,.product-list-left ul li>p:hover i{
  color: #fff;
}
.product-list-left ul li>.filter-block{
  display: none;
  padding: 0.5rem 1.5rem;
}
.product-list-left ul li>.filter-block a{
  line-height: 2;
  padding: 5px 0;
  /*transition: all 0.7s ease;*/
  /* */
  padding-bottom: 10px;
}
.product-list-left ul li>.filter-block a:hover{
    /* transform: scale(1.1);
    color: #fff;
    background:#28793f;
    padding-left:0.8rem; */
}
.product-list-left ul li>p>a{
  font-weight: 600;
}
.product-list-left ul li:hover p{
      transition: all 0.5s ease;
}
.product-list-left ul li:hover i{
    transition: all 0.5s ease;
}
.product-list-left ul li.alert-list p{
  background: var(--gen);
  color: #fff;
  width: 100%;
  border-radius: 28px 0 0 0;
}
.product-list-left ul li:hover p{
   background: var(--gen); 
}
.product-list-left ul li.alert-list p{
  background: var(--gen);
}
.product-list-left ul li.alert-list p a{
  color: #fff;
  font-weight: 600;
  transition: all 0.5s ease;
}


.pagination{

}
.pagination ul{
  display: flex;
  justify-content: center !important;
}
.pagination ul li{
  width: auto;
  background: var(--gen);
  background: #fff;
  margin-right: 8px;
  padding: 6px 12px;
  font-size: 16px;
  color: var(--gen);
  height: auto !important;
}
.pagination ul li a{
  display: inline;
  color: #333;
  font-weight: 400;
  font-size: 1rem;
  font-weight: 600;
    
}
.pagination ul li select{
    border: 0;
        color: #28793f;
font-weight: 400;
    font-size: 0.8rem;
}
.pagination ul li .page-num{color:var(--gen);}
.pagination ul li.active:hover span{color:#fff !important;}
.new-list{
  background-color: #f5f5f5;
  overflow: hidden;
}
.new-lis-top{
  margin: 4rem 0;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
  background: #fff;
}
.new-lis-top-l{
  width: 50%;
  text-align: left;
  padding: 2.5rem;
}
.new-lis-top-r{
  width: 50%;
  max-height: 450px;
}
.new-lis-top-r img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
        min-height: 240px;
    
}
.new-lis-bottom img{
filter: brightness(0.8);
}
.new-lis-top-l span{
  color: #fff;
}
.new-lis-top-l h2{
  font-size: 1.5rem;
}
.newhot {
    float: right;
    margin-right: 7%;
}
.new-lis-top-l p{
  line-height: 2;
  font-size: 1rem;
  margin-top: 1.2rem;
  margin-bottom: 2.5rem;
}
.new-lis-top-l a{
}
.new-lis-bottom h2{
	margin-bottom:25px;
}
.new-lis-bottom ul{
  justify-content: space-between;
}
.new-lis-bottom ul>a{
  width: 31%;
  margin-bottom: 2rem;
}
.new-lis-bottom ul li{
  background: #fff;
  transition: all 1s ease;
  border-radius: 3px;
  height: 100%;
  border-bottom: #28793f 10px solid;
}
.new-lis-bottom ul li.active{
    background: #269243;
    color: #fff;
}
.new-lis-bottom ul li:hover{
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.19);

}
.new-lis-bottom ul li:hover img{
    filter: brightness(1);
}
.new-lis-bottom ul li .new-img{
    overflow: hidden;
}
.new-lis-bottom ul li h3{
  font-size: 1rem;
  line-height: 1.8em;
  height: 3.6em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 1rem 2rem;
}
.new-lis-bottom ul li p{
  padding: 1rem 1rem 1.5rem 1rem;
  justify-content: space-between;
  font-size: 0.8rem;
}
.new-lis-bottom ul li p:nth-child(3){
    padding: 0;
    font-size: 0.8rem;
    line-height: 1.8em;
    height: 3.6em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin: 1rem 2rem;
}
.new-lis-bottom ul li p:nth-child(4){
    margin: 1rem 2rem;
     padding: 0;
}
.new-lis-bottom ul li span{ transition: all 0.5s ease;}
.new-pagination{
    bottom: 4% !important;
    position: absolute;
    z-index: 99999;
    width: 50% !important;
    text-align: center;
}
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}
.new-pagination .swiper-pagination-bullet-active{
 background-color: #28793f;
}

.article-box{
  overflow: hidden;
  padding: 4rem 0;
}
.article-body{
  background-color: #fff;
  padding: 2.5rem;
  line-height: 2;
}
.article-excerpt{
	margin-bottom:2rem;
	border-bottom:#ccc 1px solid;
}
.article-body h1{
  font-size: 1.5rem;
  margin: 1rem 0;
}
.article-body img{
  margin: 1rem 0;
  max-width: 100%;
  height: auto;
}
.article-body a{
  color: var(--gen);
}
.article-center>p{
  margin-bottom: 1rem;
}
.article-center>h2{}
.article-center>h2{}
.article-center>h3{}
.article-center>h4{}
.article-center ul{}
.article-center ul li{
    list-style: none;
font-weight: 400;
}
.article-center ol{}
.article-center ol li{
    list-style: none;
font-weight: 400;
}
.article-center ul li::before {
    content: "\f138";  /* FontAwesome ✓ 勾选 */
    font-family: "Font Awesome 5 Pro"; 
    font-weight: 900;
    color: #258e3f;
    margin-right: 8px;
}

.article-center ol li::before {
    content: "\f456";  /* FontAwesome > 箭头 */
    font-family: "Font Awesome 5 Pro"; 
    font-weight: 900;
    color: #258e3f;
    margin-right: 8px;
}
.article-center>h2,.article-center>h3,.article-center>h4,.article-center>h5{
    font-weight: 600;
    padding-left: 8px;
    border-radius: 10px;
}
.article-center>p>strong{
    background: #28793f;
    color: #fff;
    padding: 2px 15px;
    margin-top: 1rem;
    display: inline-block;
    border-radius: 0px 15px;
}
.article-center strong{
    color: #28793f;
    margin-right: 6px;
}
.next-page ul li{
  width: 50%;
  padding-right: 2rem;
  line-height: 1em;
    height: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin: 1rem 0;
}
.next-page ul li,.next-page ul li a{
  font-size: 0.9rem;
  color: #888;
}
.next-page ul li a:hover{
  color: var(--gen);
}
.customized-services li{
  width: 25%;
}
.customized-services li i{
  font-size: 3rem;
  width: 100%;
  border-right: 1px solid #fff;
  margin-bottom: 1.2rem;
  margin-top: 1.2rem;
}
.customized-services li:last-child i{
  border-right: 0;
}
.service-process{
  margin: 3rem 0;
      border-top: 4px solid #269243;
    border-radius: 0rem 2rem;
}
.service-process ul{
  justify-content: space-between;
}
.service-process ul li{
  width: 10%;
  background: #fff;
  border-radius: 0rem 2rem;
  padding: 4rem 1rem;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  transition: background-color 0.5s ease, transform 0.5s ease;
}
.service-process ul li h3{
  text-align: center;
  margin: 1rem 0;
  width: 100%;
  font-weight: 400;
    font-size: 0.8rem;
}
.service-process ul li span{
  display: block;
  width: 60px;
  height: 60px;
  background: #269243;
  color: #fff;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  border: 3px solid #f5f5f5;
  position: absolute;
  top: -36px;
  transition: background-color 0.5s ease, transform 0.5s ease;
  
}
.service-process ul li p{
    display: none;
}
.service-process ul li:hover{
  background-color: var(--gen);
  color: #fff;
}
.service-process ul li:hover span{
  background: #fff;
  color: var(--gen);
  border: 3px solid #f5f5f5;
}
.query-box{
  background: #fff;
  padding: 3rem 0;
}
.query-Form{

}
.query-Form input{
  width: 100%;
  border: 1px solid #ddd;
  line-height: 1.5;
}
.query-Form p{
  margin-top: 1rem;
  text-align: right;
}
.query-Form p i{
  color: #dc3545;
}
.query-Form .flex-wrap{
  justify-content: space-between;
}
.query-Form .flex-wrap .input-box{
  width: 49%;
}
.query-Form .flex-wrap .input-box{

}
.query-Form .flex-wrap .input-box .input-div{
  margin-top: 5px;
}
.query-Form select{
  width: 100%;
  border: 1px solid #ddd;
  line-height: 1.5;
}
.input-box .input{
  width: 100%;
  border: 1px solid #ddd;
  line-height: 1.5;
  font-weight: 400;
  position: relative;
}
.input-box .input>div{
    display: flex;
    justify-content: space-between;
    padding: 0.8rem;
font-weight: 400;
    cursor:pointer; 

}
.input-box .input>div span{
  font-weight: 400;
  color: #666;
  font-size: 0.8rem;
  margin-right: 2rem;
}
.input-box .input>ul{
  position: absolute;
  top: 101%;
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  text-align: right;
  border-radius: 4px;
  height: 200px;
  overflow-y: auto;
  display: none; 
  z-index: 9000;
}
.input-box .input>ul li.arctrle{
  background: var(--gen);
  color: #fff;
}
.input-box .input>ul li{
  padding: 0.8rem;
  font-weight: 400;
  font-size: 0.9rem;
  cursor:pointer; 
  color: #333;
}
.input-hidde{
  position: absolute;
  z-index: -100;
}
.input-box .s-text{
  color: #666;
  font-size: 0.7rem;
  float: right;
}
.input-box .iti{width: 100%;}
.share-buttons{font-size: 1.5rem;padding: 1rem 0rem;text-align: right;}
.share-buttons i{margin: 0 8px;cursor:pointer;color: #666;font-size: 1.2rem;}
.share-buttons i:hover{
  color: var(--gen);
  transition: 0.9s;
  transform: rotate(360deg);
}
.location-box{
    position: relative;
    margin-top: -35px;
    z-index: 99;
}
.location{
    color: #999;
    font-size:0.7rem;
    padding: 0.5rem 0;
   text-align: right;
}
.location a{
    color: #fff;
    text-transform: capitalize;
}
.location a:last-child{
    color: #fff;
}
.product-list-left .location a{
    color: #333;
}
.index-case-box,.new-lis-bottom ul li,.index-solution-left img,.swiper-case img,.new-lis-bottom ul li .new-img img{
 transition: all 0.5s ease; 
}


.index-product-box:hover span{
    color: var(--gen);
    margin-right: 10%;
}
.new-lis-bottom ul li:hover span:last-child{
    color: var(--gen);
    margin-right: 10%;
}

.index-solution-box:hover .index-solution-right a{
    color: var(--gen);
    margin-right: 10%;
}


.customers-transform .index-customers-box img{
     opacity: 1 !important;
     left: 0 !important;
     top: 0 !important;
     transform: scale(1) !important;
}
.customers-transform .index-customers-box{
    background: #fff;
}
.page-container{
    height: 100vh;overflow: hidden;
}

.mouse-icon {
            position: absolute;
            /*background: #ffffff;*/
            /*background: #ffffff;*/
            border:2px solid #fff;
            opacity: 0.8;
            border-radius: 50px;
            height: 45px;
            width: 30px;
            margin: 0 auto;
            display: block;
            left: 50%; /* 使用50%来居中，然后通过transform调整位置 */
            transform: translateX(-50%);
            bottom: 40px;
            z-index: 100;
            cursor:pointer; 
        }
 
        .mouse-icon .scroll {
            position: relative;
            border-radius: 10px;
            background: #ffffff;
            width: 4px;
            height: 8px;
            top: 12px; /* 调整位置使滚动条在鼠标图标内部居中 */
            margin: 0 auto;
        }
 
        @keyframes scrolling {
            0% { top: 4px; }
            50% { top: 18px; }
            100% { top: 4px; }
        }
 
        .mouse-icon .scroll {
            animation-name: scrolling;
            animation-duration: 1s;
            animation-timing-function: linear;
            animation-iteration-count: infinite;
        }
        
        
.wrap-card {
  position: relative;
  box-shadow: 0px 0px 0px #269243;
  transition: all 0.3s ease-out 0s;
  -webkit-transform: translateY(0px) translateX(0px);
}
.wrap-card:before,
.wrap-card:after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 100%;
  height: 1.5px;
  background: #269243;
  -webkit-transform: scaleX(0);
  transition: all 0.3s ease-out;
}
.wrap-card:before {
  top: 0;
  left: 0;
  -webkit-transform-origin: 0 0;
}
.wrap-card:after {
  bottom: 0;
  left: 0;
  -webkit-transform-origin: 100% 0;
}
/*.wrap-card:hover {*/
/*  box-shadow: 20px 20px 0px #269243;*/
/*  -webkit-transform: translateY(-10px) translateX(-10px);*/
/*  transition: all 0.3s ease 0.3s;*/
/*}*/
.wrap-card:hover:after,
.wrap-card:hover:before {
  -webkit-transform: scaleX(1);
}
.card {
  /*background: #ffffff;*/
  /*padding: 30px 35px 45px 35px;*/
  /*margin-bottom: 30px;*/
  /*border: 1px solid rgba(129, 129, 129, 0.1);*/
}
.card:before,
.card:after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 1.5px;
  height: 100%;
  background: #269243;
  -webkit-transform: scaleY(0);
  transition: all 0.3s ease-out 0.3s;
}
.card:before {
  top: 0;
  left: 0;
  -webkit-transform-origin: 0 100%;
}
.card:after {
  top: 0;
  right: 0;
  -webkit-transform-origin: 0 0;
}
.card:hover:after,
.card:hover:before {
  -webkit-transform: scaleY(1);
}
.product-img-box{
    position: relative;
    overflow: hidden;
}
.product-img-box>div{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    transition: all 0.5s ease-out;
    padding-top: 150%;
}
.product-img-box p{
    transition: all 0.3s ease-out; 
}
.product-img-box p span:first-child{
    background: #fff;
    color: #000;
    font-weight: normal;
    font-size: 1rem;
    padding: 3px 25px;
    border-radius: 50px;
    display: inline-block;
    margin-top: 1rem;
    transition: all 0.3s ease-out;
}
.product-img-box p span:hover{
	color: var(--gen);
	background: #f5f5f5;
}
.product-list-right-box ul li:hover .product-img-box img{
    transform: scale(1.1);
}
.product-list-right-box ul li:hover .product-img-box>div{
    padding-top: 0%;
   background: #1c5d2ef0;
}
ul.concode{
	margin-top:25px;
}
ul.concode li{
	 list-style:none;
	 color: #aaaaaa;
    width: 40%;
    padding-left:3%;
    float: right;
    text-align: center;
}
ul.concode li img{
    background: #fff;
	 margin-bottom: 5px;
    padding: 10px;
    border-radius: 20px;
}
.web-right{
    position: fixed;
     left: -116px;
    top: 0;
    bottom: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    background: #ffffffdb;
    box-shadow: 0 1px 10px rgba(0, 0, 0, .2);
    transition: 0.6s ease;
    flex-direction: column;
    justify-content: center;
}
.web-right-off{
    left:0px;
}
.web-right-off .right-open{
    left: -60px;
}
.right-box{
    margin-top: auto;
    margin-bottom: auto;
}
.right-box ul{}
.right-box ul li{
    /*background: #fff;*/
    /*margin-top: 0.5rem;*/
    text-align: center;
    padding: 0.7rem 0;
    transition: 0.6s ease;
    position: relative;
    cursor:pointer; 
    border-top: 1px solid #ccc;
}
.right-box ul li:hover i{
     
}
.right-box ul li a{}
.right-box ul li i{
    font-size: 1.9rem;
    transition: 0.6s ease;
}
.right-box ul li p{font-size: 16px;
    transform: scale(0.7);
    font-weight: 600;}
.Live-Chat:before{}
.right-box ul li.Live-Chat{padding: 0.7rem 0rem;}
.right-box .Live-Chat i{color: #03a84e;} .right-box .Live-Chat div{background:#03a84e;color:#fff;} .right-box .Live-Chat:hover{background:#03a84e;} .right-box .Live-Chat:hover i,.right-box .Live-Chat:hover p{color:#fff;}
.right-box .E-mail i{color: #ee6100;} .right-box .Live-Chat div{background:#ee6100;color:#fff;} .right-box .E-mail:hover{background:#ee6100;} .right-box .E-mail:hover i,.right-box .E-mail:hover p{color:#fff;}
.right-box .WhatsApp i{color: #50b83c;}.right-box .Live-Chat div{background:#50b83c;color:#fff;} .right-box .WhatsApp:hover{background:#50b83c;} .right-box .WhatsApp:hover i,.right-box .WhatsApp:hover p{color:#fff;}
.right-box .weixin i{color: #28c445;} .right-box .weixin div{background:#28c445;color:#fff;} .right-box .weixin:hover{background:#28c445;} .right-box .weixin:hover i,.right-box .weixin:hover p{color:#fff;}
.right-box .phone i{color: #0074d0;} .right-box .phone div{background:#0074d0;color:#fff;} .right-box .phone:hover{background:#0074d0;} .right-box .phone:hover i,.right-box .phone:hover p{color:#fff;}
.right-focus {background:#03a84e;}
.right-focus i,.right-focus p{color: #fff !important;}
.right-box .Live-Join i{color: #03a84e;} .right-box .Live-Join div{background:#03a84e;color:#fff;} .right-box .Live-Join:hover{background:#03a84e;} .right-box .Live-Join:hover i,.right-box .Live-Join:hover p{color:#fff;}
.right-box ul li div{
    position: absolute;
    border-radius: 1rem;
    background: #fff;
    padding: 1rem;
    top: 50%; 
    left: 50%;
    transform: translate(-50%, -50%); 
    transition: 0.6s ease;
    z-index: 99;
    width: 160px;
    height: auto;
    left: -160px;
   visibility: hidden;
    opacity: 0; 
}
.right-box li div{box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); background:#fff !important;color:#333 !important; }
.right-box li div::after {
content: '';
    position: absolute;
    top: 50%;
    right: -24px;
    transform: translateY(-50%);
    border-width: 12px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    display: block;
}
.right-box ul li div img{
    width: 100%;
}
.right-box ul li:hover div{
    left: -92px;
    visibility: visible;
    opacity: 1;
}
.right-box .to-top i{}
.right-box-bottom{margin-bottom: 1rem;}
.right-off{cursor:pointer; }
.right-off i{
    font-size: 1.6rem;
}
.right-open{
	 cursor: pointer;
    position: fixed;
    left: 0px;
    background: #28793f;
    color: #fff;
    bottom: 0.8rem;
    padding: 0.5rem 1.4rem;
    transition: 0.6s ease;
}
.fa-sync-alt,button[type="submit"] svg{
    animation: rotate360 2s linear infinite;
    margin-left:10px;
}
@keyframes rotate360 {
            0% {
                transform: rotate(0deg); /* 初始状态 */
            }
            100% {
                transform: rotate(360deg); /* 旋转到360度 */
            }
}
.hjvideos{
    overflow: hidden;
}
.hjvideos .vvn{
    width: 50%;
    float: left;
    margin-bottom: 35px;
    text-align: right;
}
.hjvideos .vvn iframe{
    width: 92%;
    height: 360px;
    margin-bottom: 15px;
}
.FAQ-title{
    background: var(--gen);
    color: #fff;
    padding: 6px 10px;
}
#FAQ .FAQ{
        margin-top: 0;
}
#FAQ .FAQ h4{
    border-right: #28793f 4px solid;
    padding-right: 15px;
    margin-top: 10px;
}
#FAQ .FAQ .table-wrapper{padding:0 0.5rem;    display: none;}

.company-profile{
            height: 200px;
            overflow-y: auto;
            padding: 10px;
            scrollbar-width: thin; 
            scrollbar-color: #258e3f #f0f0f0; 
            height: 300px;overflow-y: auto;
        }
        .company-profile::-webkit-scrollbar {
            width: 8px; 
        }

        .company-profile::-webkit-scrollbar-track {
            background: #f0f0f0; 
            border-radius: 4px;
        }

        .company-profile::-webkit-scrollbar-thumb {
            background: #258e3f; 
            border-radius: 4px;
        }

        .company-profile::-webkit-scrollbar-thumb:hover {
            background: #1d6e30;        }
#energy_storage .energy_img{
    aspect-ratio: 400 / 400;
    margin-bottom: 1.5rem;
        background: #fff;
}
#energy_storage .energy_img img{filter: none;}
#energy_storage .energy_power{
    color: #269243;padding:0;font-size: 1rem;text-align: center;font-weight: 600;
}
#energy_storage .energy_title{
        margin-top: 0.2rem;
}
#energy_storage .energy_excerpt{
    
}
.new-lis-bottom #energy_storage>a {
    width: 32%;
}
#energy_storage .price_more{
    display: flex;
    text-align: center;
    padding: 0;
}
#energy_storage li{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
        width: 32%;
    height: auto;
        margin-bottom: 1.6rem;
}
#energy_storage .price_more a:nth-child(1){
    flex: 1;
    background: #28793f;
    color: #fff;
        padding-top: 0.5rem;
    padding-bottom: 0.3rem;
    margin-bottom: -1px;
}
#energy_storage .price_more a:nth-child(2){
    flex: 1;
}
.index-banner-description{
    margin-bottom:2rem;
}
.index-banner-description span{
    margin-right:1rem;
   
}

.title-box{text-align: center;}
.title-box h2{font-size: 2.2rem;margin-bottom: 1rem;}
.title-box p{ font-weight: 600;}
.about-map .container,
.manufacturing .container,
.services .container{padding: 4rem 0;}
.title-description{display: flex;justify-content: center;margin-bottom: 2rem;}
.title-description>div{margin: 0 4%;}
.title-description span{color: #28793f;font-size: 2.2rem;}
.map-img{
  position: relative;
  aspect-ratio: 1200 / 581;
}
.map-list{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.map-list ul{}
.map-list ul li{

    position: absolute;

}
.map-list ul li>div{
    position: relative;
}
.map-list ul li>div span{
   position: absolute;
    border-radius: 50%;
    width: 20px;
    height: 20px;
}
.map-list ul li>div span:nth-child(1){
    width: 20px;
    height: 20px;
    background: #28793f;
    margin: 1rem;
    z-index: 1;
    transform: scale(2);
    background: #28793f73;
    animation: scaleAnim 1s infinite alternate;
}
.map-list ul li>div span:nth-child(2){
    background: #28793f;
    margin: 1rem;
    z-index: 2;
}
.boiler{
    text-align: right;
    direction: ltr;
    position: absolute;
    border: 1px solid #28793f;
    padding: 2rem;
    color: #fff;
    background: #28793f;
    border-radius: 1rem;
    line-height: 2;
    z-index: 2;
    box-shadow: 6px 5px 16px 6px rgb(0 0 0 / 30%);
    white-space: nowrap;
}
.boiler::after{
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    background: #28793f;
    z-index: -1;
    left: 1%;
    transform: skew(320deg);
    rotate: 17px;
    transform: rotate(156deg) skew(300deg);
    bottom: 5%;
}
.boiler b{
    margin-bottom: 10px;
    display: inline-block;
}
.map-list ul li:nth-child(1) .boiler{
    left: -13.1rem;
    bottom: 2rem;
}
.map-list ul li:nth-child(1) .boiler::after{
    transform: rotate(72deg) skew(291deg);
    left: 36%;
    bottom: 10%;
}
.map-list ul li:nth-child(4) .boiler{
left: -12.1rem;
    bottom: 2rem;
}
.map-list ul li:nth-child(4) .boiler::after{
    transform: rotate(72deg) skew(291deg);
    left: 36%;
    bottom: 10%;
}
.map-list ul li:nth-child(15) .boiler{
    left: -12rem;
    bottom: 1rem;
}
.map-list ul li:nth-child(15) .boiler::after{
    left: 42%;
    bottom: 3%;
    width: 100px;
}
.map-list ul li:nth-child(13) .boiler{
    left: -48rem;
    bottom: 1rem;
    font-size: 1.6rem;
}
.map-list ul li:nth-child(13) .boiler::after{
    transform: rotate(238deg) skew(296deg);
    left: 88%;
    width: 100px;
}
.map-list ul li:nth-child(17) .boiler{
      left: -40rem;
    top: 5rem;
    font-size: 1.6rem;
}
.map-list ul li:nth-child(17) .boiler::after{
    transform: rotate(135deg) skew(296deg);
    left: 87%;
    width: 100px;
    top: 14%;
}
@keyframes scaleAnim {
  from {
    transform: scale(1.2);
  }
  to {
    transform: scale(2);
  }
}
.map-list ul li:nth-child(1){left: 11%;top: 33%;}
.map-list ul li:nth-child(2){left: 24%;top: 54%;transform: scale(0.5);}
.map-list ul li:nth-child(3){left: 32%;top: 68%;}
.map-list ul li:nth-child(4){left: 44%;top: 27%;}
.map-list ul li:nth-child(5){left: 50%;top: 18%;}
.map-list ul li:nth-child(6){left: 46%;top: 46%;transform: scale(0.5);}
.map-list ul li:nth-child(7){left: 57%; top: 54%; transform: scale(0.5)}
.map-list ul li:nth-child(8){left: 52%;top: 80%;}
.map-list ul li:nth-child(9){left: 60%;top: 39%;}
.map-list ul li:nth-child(10){left: 61%;top: 26%; transform: scale(0.5);}
.map-list ul li:nth-child(11){left: 72%;top: 19%;}
.map-list ul li:nth-child(12){left: 72%;top: 19%;}
.map-list ul li:nth-child(13){left: 75%;top: 62%;transform: scale(0.6);}
.map-list ul li:nth-child(14){left: 42%;top: 46%;transform: scale(0.5);}
.map-list ul li:nth-child(15){left: 80%;top: 38%;}
.map-list ul li:nth-child(16){left: 84%;top: 75%;}
.map-list ul li:nth-child(17){    left: 50%;
    top: 58%;
    transform: scale(0.6);}
.cooperation{}
.cooperatio-box{}
.cooperatio-box ul{display: flex;overflow: hidden;}
.cooperatio-box ul li{position: relative;flex: 1;}
.cooperatio-box ul li .img-box{aspect-ratio: 400 / 300;overflow: hidden;padding: 0;}
.cooperatio-box ul li .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.5s ease-in-out;
}
.cooperatio-box ul li:hover img{transform: scale(1.0.5);}
.cooperatio-box ul li>div:nth-child(2){
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #28793feb;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 2;
    padding: 0 2rem;
   opacity: 0;
   transition: all 0.5s ease-in-out;

}
.cooperatio-box ul li>div h3{
    margin-bottom: 1rem;
    transform: translateY(100%);
    transition: transform 0.5s ease-in-out;
}
.cooperatio-box ul li>div p{
    transform: translateY(100%);
    transition: transform 0.5s ease-in-out;
    font-size: 0.8rem;
}
.cooperatio-box ul li.cooperatio-alert>div{opacity: 1;}
.cooperatio-box ul li.cooperatio-alert>div h3,.cooperatio-box ul li.cooperatio-alert>div p{transform: translateY(0);}

.manufacturing{background:#fff;}
.manufacturing-box{}
.manufacturing-box ul{display:flex;flex-wrap:wrap;justify-content: space-between;}
.manufacturing-box ul li{width:31%;margin-bottom:1rem;}
.manufacturing-box ul li:hover img{transform: scale(1.1);}
.manufacturing-box ul li div{padding:0;aspect-ratio: 400 / 320;}
.manufacturing-box ul li img{width: 100%;height: 100%;object-fit: cover;object-position: center;transition: transform 0.5s ease-in-out;}
.services .container{position:relative;}
.services .container .swiper-button-next{color: #28793f;right: -3%; display:none;}
.services .container .swiper-button-prev{color: #28793f;left: -3%; display:none;}
.services:hover .container .swiper-button-next{display: block;}
.services:hover .container .swiper-button-prev{display: block;}
.services-box{overflow: hidden;}
.services-box ul{display:flex;justify-content:space-between;}
.services-box ul li{width: 24%;margin-left: 1%;background: #28793f;height: auto;}
.services-box ul li:hover .img-box img{ transform: scale(1.1);}
.services-box ul li .services-text{transform: translateY(0);transition: transform 0.3s ease-in-out;    display: flex;flex-direction: column;justify-content: space-between;height: 55%;}
.services-box ul li:hover .services-text{transform: translateY(-12%);}
.services-box ul li>div{background: #28793f;color: #fff;text-align: center;padding: 2rem 1rem;padding-bottom: 0rem;}
.services-box ul li>div.img-box{padding: 0;position: relative;aspect-ratio: 400 / 280;overflow:hidden;}
.services-box ul li .img-box img{width: 100%;height: 100%; object-fit: cover;object-position: center;transition: transform 0.5s ease-in-out;}
.services-box ul li>div h3{margin-bottom: 1rem;}
.services-box ul li>div p{font-size: 0.8rem;}
.services-box ul li span{font-size: 3rem;display: block;text-align: right;-webkit-text-stroke:1px #ffffff40;text-stroke:1px #ffffff40;color: transparent;}
.certificate{background: #ffff;padding-top:4rem;    background: url(../images/Client-bg.webp);background-size: cover;background-position-y: bottom;padding-bottom: 2.5rem;}
.certificate .container{    position: relative;}
.certificate .certificate-boxs{overflow: hidden;    position: relative;}
.certificate .certificate-boxs ul{display:flex;}
.certificate .certificate-boxs ul li{width: 20%;padding:5rem 0;background:none; transform: scale(0.6); transition: transform 0.3s linear;}
.certificate .certificate-boxs ul li div{}
.certificate .certificate-boxs ul li img{border: 1px solid #ddd;}
.certificate .swiper-button-next, .certificate .swiper-button-prev{color: #28793f;top: 62%;display: none;}
.certificate:hover .swiper-button-prev{display:block;}
.certificate:hover .swiper-button-next{display:block;}
.certificate .certificate-boxs ul li.swiper-slide-prev {transform: scale(1) translateX(-20%);}
.certificate .certificate-boxs ul li.swiper-slide-next {transform: scale(1) translateX(20%);}
.certificate .certificate-boxs ul li.swiper-slide-active{transform:scale(1.4);z-index: 99;}


.services-pagination{text-align: center;margin: 1rem;}
.services-pagination span{margin: 0 5px;}
.services-pagination .swiper-pagination-bullet-active{background:#28793f;}


/*多语言*/
.gt_float_switcher{ box-shadow: none !important;background-color: #fff0 !important;}
.gt_float_switcher .gt-selected{background-color: #fff0 !important;}
.gt_float_switcher .gt-selected .gt-current-lang{padding: 0 !important;display: flex;}
.gt_float_switcher .gt_options{ position: absolute !important;display: block;top: 57px;background: #fff;max-height: 450px !important;max-width: 450px;width: 240px;font-size:0.8rem;color: #444;}
.gt_float_switcher .gt_options a{color: #444 !important;}
#gt_float_wrapper{position: relative;display: flex;}
.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow{
background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 285 285'><path d='M282 76.5l-14.2-14.3a9 9 0 0 0-13.1 0L142.5 174.4 30.3 62.2a9 9 0 0 0-13.2 0L3 76.5a9 9 0 0 0 0 13.1l133 133a9 9 0 0 0 13.1 0l133-133a9 9 0 0 0 0-13z' style='fill:%23fff'/></svg>") !important;
}
.header-area-fiexd .gtranslate_wrapper{}
@media (min-width: 1200px) { 
.header-area-fiexd .gtranslate_wrapper #gt_float_wrapper span.gt_float_switcher-arrow,.header-area .gtranslate_wrapper #gt_float_wrapper span.gt_float_switcher-arrow{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 285 285'><path d='M282 76.5l-14.2-14.3a9 9 0 0 0-13.1 0L142.5 174.4 30.3 62.2a9 9 0 0 0-13.2 0L3 76.5a9 9 0 0 0 0 13.1l133 133a9 9 0 0 0 13.1 0l133-133a9 9 0 0 0 0-13z' style='fill:%23666'/></svg>") !important;}
.gt_float_switcher .gt_options a:hover{background: #72737321 !important;background-color: #72737321 !important;}
}



.search-product{text-align:center;position: relative;}
.search-product>div{display: flex;color: #333;background: #fff;align-items: center;position: relative;width: 800px;border-radius: 5px;margin: 1rem;}
.search-product>div>div{display: flex;align-items: center; cursor:pointer; }
.search-product>div input{
    height: 100%;

    flex: 1;
    margin: 0;
    padding: 15px;
    border-left: 1px solid #ddd;
    border-radius: 0px 5px 5px 0;
}
.search-product button{
    color: #fff;
    padding: 1rem 2.5rem;
font-weight: 400;
    border-radius: 5px;
}
.search-product button i{
    font-size: 0.9rem;
}
.search-product ul{
    position:absolute;
    top: 100%;
    background:#fff;    
    width: 100%;    
    line-height: 2;
    z-index: 99;
    overflow: auto;
    height: 200px;
    border-top: 1px solid #ddd;
    transform: scaleY(0);
    transform-origin: top;
    opacity: 0;
    transition: all 0.3s ease-out;
}
.search-product ul li{      
    color: #333;
    font-size: 1rem;
font-weight: 400;
    padding: 0.4rem 1.4rem;
    text-align: left;
    cursor:pointer; 
}
.search-product ul li:hover{
    background: #28793f;
    color:#fff;
}
.search-product{

}
.search-product span{
    color: #333;
    font-size: 0.8rem;
font-weight: 400;
    padding: 1rem 1.5rem;
    cursor:pointer; 
}
.search-product span i{margin-left:0.5rem;}
.filter-box{    padding: 0 10rem !important;}
.filter-nav{background: #fff;margin: 1rem 0;padding: 1rem;}
.filter{display: flex;flex-wrap: wrap;line-height: 2; max-height: 35px;overflow: hidden;transition: max-height 0.7s ease-out;padding-left: 0.5rem;}
.filter:hover{ max-height: 200px;}
.filter li{margin-right: 1rem;}
.filter li a{padding: 2px 6px;  display: inline-block;   font-weight: 400;font-size:0.9rem;transition: all 0.3s ease;transform: scale(1);}
.filter li a:hover{transform: scale(1.1); color:#28793f;}
.filter .current{ background: var(--gen);    border-radius: 3px;}
.filter .current a{color:#fff;}
.filter .current:hover a{transform: scale(0.9); color:#fff;}
.filter-group{
    border-bottom: 1px solid #ddd;
    margin-bottom: 1rem;
    display: flex;
    padding: 0.1rem 0;
}
.filter-group span{padding: 0.3rem;}
.product-list-left .rotate {
transform: rotate(45deg);
transition: transform 0.3s ease;
}
.product-list-left .rotate90{
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}
.product-list-left ul li>p i {
transform: rotate(0deg);
transition: transform 0.3s ease;
padding: 0.3rem 0rem 0.3rem 0.3rem;
}
.product-list-left ul li .arctrle-p{
color: #fff;
background: #28793f;
background-image: none !important;
}
.product-list-left ul li .arctrle-p a{
color: #fff;
}
.product-list-left .product-hot{
  display: flex;
  text-align: center;
  position: relative;
  background: #eaeaea;
}
.product-list-left .product-hot a{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  padding: 0.8rem 0;
  position: relative;
  z-index: 0;
}
.product-list-left .product-hot a i,.product-list-left .product-hot a span{
  position: relative;
  z-index: 5;
}
.product-list-left .product-hot .arctrle-hot{
  /* background: #28793f;*/
  color: #fff; 
  position: relative;
}

.product-list-left .product-hot>div{
  display: inline-block;
  width: 50%;
  height: 100%;
  position: absolute;
  background: #28793f;
  transition: all 0.3s ease;
  top: 0;
  left: 50%;
}


.product-list-left .product-hot a i{
  font-size: 2rem;
}
.product-list-left .product-hot a span{
  
}
@media (max-width: 1000px) {
.index-banenr .swiper-button-next{left:120px;
    padding: 15px;}
.index-banenr .swiper-button-prev{right: 120px;
    padding: 15px;}
    .filter-box{display: none;}
    .product-list-box,.filter-box{
        padding: 0;
    }
    #product-list-right{
        margin-left: 0rem;
    }
    .search-product>div{width:auto;}
    .search-product button{font-size:0.9rem;    padding: 0.8rem 2.5rem;}
    .search-product span{    padding: 0.5rem 1rem;}
    .search-product>div input{    padding: 8px;}
    .search-product ul li{font-size:0.9rem;    padding: 0.1rem 1.4rem;}
}

  .nav-hot{
    display: flex;
    align-items: center;
    width:25%;
  }
  .nav-hot>div{display: flex;text-align: center;}
  .nav-hot p{
    
    font-size: 0.9rem;
    color: #333;
    margin-top: 1rem;
    text-transform: capitalize;
  }
  .sub-menu-box .sub-menu-product .nav-hot-type{
    width: 100%;
    padding: 0rem 2rem;
  }
  .nav-hot-type-one,.nav-hot-type-two{display: flex;    flex-wrap: wrap;    justify-content: space-between;}
  .nav-hot-type-one a{
      color: #333 !important;
      
          padding: 0.5rem !important;
          width: AUTO !important;
           text-transform: capitalize !important;
          
  }
  .nav-hot-type-two a{
      color: #333 !important;
      font-weight: 400 !important;
      padding: 0.5rem 0 !important;
      width: AUTO !important;
      text-transform: capitalize !important;
      display: flex !important;
      align-items: center;
  }
  .nav-hot-type-two a i{
    border: 1px solid #555;
    margin:0 0.8rem;
    height: 70%;
    padding-right: 0 !important;
  }
  .product-sub-menu .sub-menu-box .sub-menu-ul{width:20%;}
 .locations-around{display: none;}
  @media (max-width: 1200px){
    .nav-hot{
        width:100%;
        display: none !important;
    }
    .locations-around {
        display: block;
        font-size: 0.8rem;
        padding: 2rem;
        line-height: 2;
        background: #28793f;
        color: #fff;
    }
    .about-map .container{
        padding: 2rem 0;
    }
    .locations-around div{    margin-bottom: 1rem;}
    .product-sub-menu .sub-menu-box .sub-menu-ul{width:100%;}
    .product-sub-menu  .filter-box{padding: 0 !important; }
  }

      .join-body{background: #fff;padding: 3rem 0;}
    .join-box h1,.join-box h2{ text-transform: uppercase;font-size: 1.8rem;}
    .join-box .line{border: 2px solid #28793f;width: 150px; margin: 1.5rem 0;}
    .join-box-a .join-box{margin-bottom: 1rem ;text-align: right;}
    .join-box-b .join-box{margin-bottom: 1rem ;}
    .join-box-c .join-box{display: flex;justify-content: space-between;    flex-wrap: wrap;text-align: right;}
    .join-box-c .join-box>div{
    width: 32%;
    border: 1px solid #999;
    margin-top:1rem;
    margin-bottom:2rem;

    }
    .join-box-c .join-box h3{    margin: 1rem 1.5rem;}
    .join-box-c .join-box ul{    margin: 1rem 1.5rem;}
    .join-box-c .join-box ul li{font-weight: 400;line-height: 2;margin-bottom: 0.5rem;    display: flex;align-items: baseline;}
    .join-box-c .join-box ul li i{    color: #28793f;margin-left: 0.5rem;font-size:0.9rem;}
    .customization-box4>div{width: 100%;    padding: 2rem 0;    background: #1e5d30f2;}
    @media (max-width: 1200px) {
        .join-box-c .join-box>div{
             width: 100%;
        }
        .join-box-c .join-box{

        }
         .join-box h1,.join-box h2{font-size:1rem}
         .join-box .line{margin: 1rem auto;    width: 100px;}
         .hengfu .container h3 {
            font-size: 0.8rem;
        font-weight: 400;
        }
        .hengfu .container .hengfu-left>a{
          display: none;
        }
    }

    
    .hengfu{
    position: fixed;
    top: -100px;
    z-index: 9999;
    background: #28793f;
    width: 100%;
    color: #fff;
    height: 70px;
    text-align: center;
    transition: all 1s ease
    }
    .hengfu .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    height: 100%;
    }
    .hengfu .container .hengfu-left{flex: 1; display: flex; text-align: left;align-items: end;}
     .hengfu .container .hengfu-left a{color: #fff;
    text-transform: uppercase;
    border: 1px solid #fff;
    padding: 5px 10px;
    border-radius: 4px;
    margin-left: 2rem;
    font-size: 0.8rem;
  font-weight: 400;
      transition: all 0.5s ease;
  }
  
   .hengfu .container .hengfu-left a:hover{
    background-color: #fff;
    color: #1c5d2e;
   }
  .hengfu .container h3{ font-size: 0.8rem;color:#fff;    text-transform: uppercase;}
  .hengfu-top{top:70px;}
  .hengfu-off{ font-size: 1.5rem;padding: 0 1rem;cursor:pointer; }
  header .header{transition: all 0.5s ease}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

   