/*style.css*/
.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: 55px;display: block;
    filter: grayscale(100%) brightness(453%);
    height: auto;
    width: auto;
}
.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;
  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 #4aab3d;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{
    margin-right: 8px;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
}
.qwap ul {
    display: flex;
    font-size: small;
    color: #fff;
    line-height: 1.1;
    flex-direction: column;
    justify-content: center;
}
.qwap a {
    display: flex;
    color: #ffffff;
    background: #28793f;
    padding: 6px 14px;
    border-radius: 50px;
    font-size: .7rem;
}
.qwap ul a{
	color:#fff;
}

@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){  margin-right: calc(31% * 1 + 7%/2*1 );}
.sub-menu-box .sub-menu-product .sub-menu-product-list .menu-product-list:last-child:nth-child(3n - 2){ }

.menu-product-list{
  width: 30%;
  margin-left: 1%;
}
.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: #ffffff1a 1px solid;
  color: #f4f7f5;
  font-size: 0.9rem;
  position: relative;
}
.footer-img{position: relative;}
.footer-bg{
    inset: 0;
    position: absolute;
    background-color: transparent;
    background-image: linear-gradient(0deg, #0D161C 68.4%, #0D161C00 113.97%);
    opacity: 0.97;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;      
}
.application-bg{
    inset: 0;
    position: absolute;
    background-color: transparent;
    background-image: linear-gradient(176deg, #0d161c82 68.4%, #0D161C00 113.97%);
    opacity: 0.97;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3    
}
.footer ul li a{
  margin-bottom: 1rem;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  transition: all 0.5s ease;
  display: inline-block;
}
.footer ul li a:hover{
  color: #fff;
  font-weight: 600;
}
.footer-box{
  padding: 4rem 0;
}
.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: #FEC51B;font-weight: bold;}
.footer-logo img{
  max-width: 6rem;
      filter: grayscale(100%) brightness(453%);
      height: auto;
    width: auto;
}
.Copyright-top{
	display:flex;
	align-items: center;
	justify-content: space-between;
    flex-wrap: wrap;
        margin: 1rem 0;
}
.Copyright-top div{}
.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: 26%;
}
.footer-list .search-form input {
    width: 74%;
	background: #e5e5e5;
}

.footer-information ul li{
  font-weight: 400;
  line-height: 2.5rem;
  color: #ccc;

}
ul.footer-information li{  display: flex;align-items: center;}
ul.footer-information li i{
    border: 1px #4aab3d solid;
	color:#4aab3d;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 5px;
    text-align: center;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}
.footer-information ul li i{
  color: #4aab3d;
  margin-right: 0.5rem;
  font-size: larger;
}
ul.footer-information li i:hover{
transition: 0.9s;
    transform: rotate(360deg);
}
.footer-media{
  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{display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;}
.footer-media a:hover{
  background:#181818;
  color: #fff;
  transition: 0.9s;
  transform: rotate(360deg);
}
.footer-media a img {
    opacity: 0;
    position: relative; 
    width: 10px; 
    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; 
  object-position: center; 
}
@keyframes slowShrink {
    0% {
        transform: scale(1.1); 
    }
    50% {
        transform: scale(1); 
    }
    100% {
        transform: scale(1.1); 
    }
}
.index-banenr video{
  width: 100%;
  height: 100%;
  object-fit: cover; 
  object-position: center; 
}
.index-banenr .swiper-container .swiper-slide{height: 100vh;}
.index-banenr .swiper-button-next{right:50px;}
.index-banenr .swiper-button-prev{left: 50px;}
.banner-text h2{font-size: 2.5rem;margin-bottom: 2.5rem;font-family:MontserratMedium;text-transform: capitalize;}
.swiper-container {width: 100%;height: 100%;}
.swiper-slide {overflow:hidden;background: #fff;}
.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 right, rgb(0 37 11), rgba(0, 0, 0, 0));
background: linear-gradient(to right, #072032, rgba(0, 0, 0, 0))
}

/*æ»‘åŠ¨æŒ‰é’®*/
.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);background: linear-gradient(to right, rgb(0 37 11), rgba(0, 0, 0, 0));}
.index-case{
  background: #f1f1f1;
  margin-top: 25px;
}
.index-news{background: rgba(0, 0, 0, 0.6);background: linear-gradient(to right, rgb(0 37 11), rgba(0, 0, 0, 0));}
.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;
  aspect-ratio: 4 / 3;
  border-radius: 5px;
}
.index-solution-left img{
  width: 100%;
  height: 100%;
  object-fit: cover; 
  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; 
  display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.swiper-solution .Pagination .tab-button p{
  font-size: 1rem;
  font-weight: 600;
  color: #666;
}
.swiper-solution .Pagination .tab-buttons i {
    font-size: 3rem;
    width: 86px;
    height: 86px;
    margin-bottom: 15px;
    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{}
.swiper-slide.index-product-box{width: 24%;border-radius: 0.5rem;background:#fff; margin-right: 1%;}
.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;}
.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{display: flex;justify-content: space-between;}
.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{display: flex;flex-wrap: wrap;justify-content: space-between;}
.index-case-box{border-radius: 0.5rem;background: #fff;}
.swiper-case .swiper-wrapper .index-case-box{margin-bottom: 1rem !important; margin-top: 0rem !important;width: 32%;}
.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 / 260;
}
.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;
   overflow: hidden;
}
.index-case-left div span{
  color: #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: left;
    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;
}
.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;
}
.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-left: 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;
  left: 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;
}

.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-right: 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;
  aspect-ratio: 400 / 160;
  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;

}
.ny-banner .hvr-sweep-to-right{width: fit-content;}
@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%);
            background: linear-gradient(to right, rgb(0 37 11), rgba(0, 0, 0, 0));
                background: linear-gradient(to right, #072032, rgba(0, 0, 0, 0));
            position: absolute;
            inset: 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{}
.ny-banner-title p{font-size: 1rem;margin-bottom: 2rem;}
.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);}
.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: 3rem 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;
  background-attachment: fixed;
}
.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; display: flex; justify-content: center;
}
.data-Live a:nth-child(1){
  margin-right: 2rem;
}
.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:50%;
  position: relative;
}
.product-feature-left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.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: 46%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.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;display: flex;}
.product-feature-right .product-excerpt{
  margin: 1rem 0;
  line-height: 2;
}
.product-feature-Swiper2,.product-feature-Swiper{
  position: relative;
  margin-bottom: 1rem;
  overflow: hidden;
  border-radius: 8px;
}
.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: 5px 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;
  display: flex;
}

.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{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-body{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.case-list-body .case-list{
        flex-direction: column;
        justify-content: flex-start;
}
.case-list-body .case-list .case-list-right{
        flex: 1;
}
.case-list-body .case-list .case-list-right p span:nth-child(2){
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /* 显示 3 行 */
  overflow: hidden;
}
.case-list{
  width: 49%;
  margin-top: 2rem;
  margin-bottom: 3rem;
  background: #fff;
  border-radius: 1rem;
  border: 1px solid #ddd;
  transition: all 0.5s ease;
  position: relative;
  bottom: 0;
      overflow: hidden;
}
.case-list.case-list-content{width:100%;border:0;}
.case-list.case-list-content .case-list-left,.case-list.case-list-content .case-list-right{width:50%;}
.case-list-body .case-list:hover{box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 30%);bottom: 5px}
.case-list-body .case-list-left{    aspect-ratio: 400 / 200;}
.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: 100%;
  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: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.5rem;
  position: relative;
}
.case-list-right .c-video{
  right: auto;
  top: auto;
  left: -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%);

} 
.case-list-right h2{
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
}
.case-list-right p{
  display: flex;
  margin-bottom: 0.5rem;
}
.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{
     color: #888;
    font-weight: 400;
}
.case-list-right p span:first-child{
      margin-right: 12px;color: #888;
}

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

}

.case-box .case-list:nth-child(2n) .case-list-right{
 
}
.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;
  right: -10px;
  
}
.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;
}
.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.4rem;
    transition: all 0.5s ease;
        display: block;
    margin: 0 auto
}
.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;
  left: 36px;
}
.contect-form form .group-conter::after{left: 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-left: 3rem;
  border: 2px solid transparent;
  outline: none;
  color: #0d0c22;
  transition: .5s ease;
  border: 1px solid #ddd;
}
.contect-form .group i {
    position: absolute;
    left: 0.7rem;
    display: flex;
    font-size: 1.2rem;
    color: #60be4e;
}
.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: 0 15% 15% 0;
    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: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    float: right;
    cursor:pointer; 
    position: absolute;
    top: 0;
    right: 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;
  margin-bottom: 2rem;
}
.about{
  align-items: center;
}
form button{
    background: #4aab3d;
}
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: 45%;
    position: relative;
    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.4rem;
 
    text-transform: uppercase;
    color: #28793f;
    font-weight: bold;
}
.about-box1-left h3{
   margin-bottom: 2rem;
}
.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;
  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;
  align-items: center;
  background-image: url(../images/Company.webp);
  color: #fff;
  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: 32%;
  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  6rem;}
.product-list-left{
  background: #ffffff;
  text-align: left;
  line-height: 2;
  position: relative;
  min-width: 300px;
  max-width: 400px;
  padding: 15px;
  max-width: 420px;
}
.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-left: 1rem;}
.product-list-right{
  flex: 1;
}
.product-list-right-box{
    border-bottom: 1px solid #ddd;
    scroll-margin-top: 81px; 
    background: #fff;
    padding: 1rem;
    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{
	padding-top:8px;
	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-right: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 0rem 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;
  border: 1px solid #ddd;
}
.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>li{
  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;
  line-height: 1.2;
}
.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 ol{}
.article-center ul li,.article-center ol li{
    list-style: none;
font-weight: 400;
    position: relative;
    padding-left: 20px;
}
.article-center ul li::before,.article-center ol li::before {
    content: "";
    font-weight: 900;
    color: #258e3f;
    margin-right: 8px;
    width: 10px;
    height: 10px;
    position: absolute;
    background: #258e3f;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.article-center ol li::before {border-radius: 50%;}
.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{
    color: #28793f;
    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;
}
.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-left: 1rem;
}
.input-box .input>ul{
  position: absolute;
  top: 101%;
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;

  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;
}
.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.8rem;
    padding: 0.5rem 0;
   text-align: left;
}
.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: 10% !important;
     top: 0 !important;
     transform: scale(1) !important;
}
.customers-transform .index-customers-box{
    background: #fff;
}
.page-container{
}

.mouse-icon {
            position: absolute;
            border:2px solid #fff;
            opacity: 0.8;
            border-radius: 13px;
            height: 35px;
            width: 25px;
            margin: 0 auto;
            display: block;
            left: 50%;
            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:after,
.wrap-card:hover:before {
  -webkit-transform: scaleX(1);
}
.card {
}
.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: 33%;
    padding-right: 2%;
    float: left;
    text-align: center;
    
}
ul.concode li img{
    background: #fff;
	 margin-bottom: 5px;
    padding: 10px;
    border-radius: 20px;
}
.web-right{
    position: fixed;
    right: -90px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    display: flex;
    align-items: center;
    transition: 0.6s ease;
    flex-direction: column;
    justify-content: center;
}
.web-right-off{
    right:0px;
}
.web-right-off .right-open{
    right: -60px;
}
.right-box{
    margin-top: auto;
    margin-bottom: auto;
}
.right-box ul{}
.right-box ul li{text-align: center;padding: 0.7rem 0;transition: 0.6s ease;position: relative;cursor:pointer; background:#fff;margin-bottom: 2px;background: #fff;border-radius: 15%;margin-bottom: 2px;opacity: 0.9;}
.right-box ul li:hover{opacity: 1;}
.right-box ul li a{display: flex;flex-direction: column;}
.right-box ul li i{font-size: 1.9rem;transition: 0.6s ease;    display: flex;justify-content: center;}
.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 ul li.right-focus {background:#03a84e;}
.right-box ul li.phone{background:#0074d0;}
.right-box ul li.E-mail{background:#ee6100;}
.right-box ul li.WhatsApp{background:#50b83c;}
.right-box ul li.to-top{background:#28793f;}
.right-focus i,.right-focus p,.right-box ul li i,.right-box ul li 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;
    right: 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;
}
.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-left: #28793f 4px solid;
    padding-left: 15px;
    margin-top: 10px;
}
#FAQ .FAQ .table-wrapper{padding:0 0.5rem;    display: none;}

.company-profile{
            overflow-y: auto;
            scrollbar-width: thin; 
            scrollbar-color: #258e3f #f0f0f0; 
            height: 320px;
            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{
    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: 12%;top: 39%;}
.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: 77%;top: 52%;}
.map-list ul li:nth-child(16){left: 84%;top: 75%;}
.map-list ul li:nth-child(17){left: 49%;top: 65%;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-right: 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: 1.1rem 2.5rem;
    font-weight: 400;
    border-radius: 0 4px 4px 0;
    margin-top: 0px;
    margin-bottom: 0;
}
.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 6rem !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: row;
    justify-content: center;
    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: 1.8rem;margin-right: 6px;margin-top: 6px;}
.product-list-left .product-hot a span{
  
}
@media (max-width: 1000px) {
    .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;width:50%;}
    .search-product ul li{font-size:0.9rem;    padding: 0.1rem 1.4rem;}
    .search-product button i{display:none;}
}

  .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; }
     .swiper-case .swiper-wrapper .index-case-box{width:49%;}
     .swiper-customers .index-customers-box {aspect-ratio: 400 / 200;}
  }
.join-body{background: #fff;padding: 3rem 0;}
.join-box h1,.join-box h2{text-align: center;   text-transform: uppercase;font-size: 1.8rem;}
.join-box .line{border: 2px solid #28793f;width: 150px; margin: 1.5rem auto;}
.join-box-a .join-box{margin-bottom: 1rem ;}
.join-box-b .join-box{margin-bottom: 1rem ;}
.join-box-c .join-box{display: flex;justify-content: space-between;    flex-wrap: wrap;}
.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-right: 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;
}

	.company-link{border:1px solid #aaa;width:100%;width:300px;position: relative;border-radius: 5px;background: #2b2b2b;}
	.Shop_Online{} 	.Shop_Online a{    color: #aaa;}
    .company-link span{
	text-align: center;
    display: block;
    font-size: 1rem;
    line-height: 2;
    color: #aaa; transition: transform 0.3s ease;
        display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
	}
    .company-link span i{
        font-size: 12px; transition: transform 0.3s ease;
    }
	.company-link ul{
	 position: absolute;
    bottom: 100%;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transform-origin: bottom;  
    border-radius: 5px 5px 0 0;
    background: #fff;
	}
	.company-link ul li a{
	font-size: 12px;
    background: #fff;
    text-align: left;
    padding: 5px 10px;
    line-height: 1.5;
    color: #333;
    border-bottom: 1px solid #ddd;
    display: block;
	}
	
	.company-link:hover ul{
	    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
	}
	.company-link:hover ul li:hover,.company-link:hover ul li:hover a,.company-link:hover,.company-link:hover span{background:#28793f;color:#fff;}
	.company-link:hover span i{transform: rotate(180deg);}
	
	
/*css.css*/
html {
    font-size: 16px; 
}
@media (max-width: 1600px) { 
   html {font-size: 14px; }
   .right-box ul li p{font-size: 12px;}
   .product-list-left ul.left-fixed{top: 90px;}
   .product-list-left ul li{margin-top:0.5rem;}
   .swiper-customers .index-customers-box{}
}
@media (min-width: 1200px) { 
.footer-box{        flex-wrap: nowrap !important;}
.footer-box .footer-contact{    width: 33%;}
.nav-mail-whatsapp{display: none;}
.full-page-container{}
.full-page-container .section {height: 100vh;overflow: hidden;position: relative; background-repeat: no-repeat;transition: background-position 1s ease;}
.new-lis-top-r img{min-height: 450px;}
.index-banenr .scrollbar{display:none;}
.hjsoultion .img{position: fixed; top: 0;z-index: -1;}
.header:hover{background:#fff;color: var(--c3) !important;}
.header:hover a{color: var(--c3) !important;}
.header:hover a i{color: #fff !important;}
.index-solution, .index-product, .index-case, .index-news, .index-quote, .index-customers{padding: 20px 0;}
.index-solution-box:hover img,.index-case-left:hover img,.new-lis-bottom ul li:hover .new-img img{  transform: scale(1.1); }
.ny-banner{height: 80Vh;max-height: 600px;}
.swiper-customers .index-customers-box img{transition: all 3s ease-out;transform: scale(2);opacity: 0;} 
footer{height: auto !important; position: relative;z-index: 2;} 
.swiper-customers .index-customers-box:nth-child(1) img{left: -220%;top: -220%;}
.swiper-customers .index-customers-box:nth-child(2) img{left: -200%;top: -320%;}
.swiper-customers .index-customers-box:nth-child(3) img{left: 0%;top: -320%;}
.swiper-customers .index-customers-box:nth-child(4) img{left: 220%;top: -320%;}
.swiper-customers .index-customers-box:nth-child(5) img{left: 220%;top: 200%;}
.swiper-customers .index-customers-box:nth-child(6) img{left: 320%;top: -400%;}
.swiper-customers .index-customers-box:nth-child(7) img{left: 280%;top: 300%;}
.swiper-customers .index-customers-box:nth-child(8) img{left: -280%;top: 300%;}
.swiper-customers .index-customers-box:nth-child(9) img{left: 0%;top: -300%;}
.swiper-customers .index-customers-box:nth-child(10) img{left: -300%;top: 300%;}
.swiper-customers .index-customers-box:nth-child(11) img{left: 300%;top: -500%;}
.swiper-customers .index-customers-box:nth-child(12) img{left: -300%;top: -400%;}
.swiper-customers .index-customers-box:nth-child(13) img{left: -100%;top: 400%;}
.swiper-customers .index-customers-box:nth-child(14) img{left: 200%;top: 300%;}
.swiper-customers .index-customers-box:nth-child(15) img{left: -200%;top: 300%;}

}
@media (min-width: 1600px) {
    .container{
      max-width: 1400px;
      margin: 0 auto;
      padding: 0 50px;
      width: 1400px;
      /* width: 100%;
      padding: 0 6rem;*/
    }   
}
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3f3f3f;
    text-align: left;
    background-color: #f5f5f5;
    position: relative;
}
html,body{
  scroll-behavior: smooth;
  font-family: "Montserrat", sans-serif !important;
  font-optical-sizing: auto !important;;
  font-weight: 500 !important;;
  font-style: normal !important;
}

*{ margin: 0;padding: 0;box-sizing: border-box;}
p{font-weight: 400;}
h1,h2,h3,h4,h5{font-weight: 600;}
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --text:#3e3f3f;
    --logo:#258e3f;
    --gen:#28793f;
    --Accent:#f9a825;
    --border:#1c5d2e;
    --bg:#f4f7f5;
    --c6:#666666;
    --c3:#333333;
    --cd:#dcdcdc;
    --rd:#e53935;
    --rc:#ffb300;
    --MontserratBlack:MontserratBlack;
    --Montserratbold:Montserratbold;
    --MontserratRegular:MontserratRegular;
    --MontserratMedium:MontserratMedium;
    --MontserratLight:MontserratLight;
}
ul, ol {
    list-style: none;
}
a {
    text-decoration: none;
    color: #333;
}
img {
    border: none;
    padding: 0;
    margin: 0;
    display: block;
    max-width: 100%;
}
input, textarea, button {
    outline: none;
    border: none;
    padding: 10px;
    margin: 5px 0;
    font-size: 16px;
    outline: 0;
}
a,button,.alert-video-box i,.c-video,.product-feature-left img{cursor:pointer; }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #bbb;
}
 
input:-moz-placeholder, textarea:-moz-placeholder {
    color: #bbb;
    opacity: 1;
}
 
input::-moz-placeholder, textarea::-moz-placeholder {
    color: #bbb;
    opacity: 1;
}
 
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #bbb;
}
 
/* è®¾ç½®è¡¨å•æŽ§ä»¶çš„å¤–è¾¹è·ã€å†…è¾¹è·ç­‰ */
input, button {
    padding: 10px 15px;
}
 
/* è®¾ç½®è¡¨å•æŽ§ä»¶çš„hoverå’ŒfocusçŠ¶æ€ */
input:hover, textarea:hover, button:hover {
    background-color: #f0f0f0;
}
 
input:focus, textarea:focus, button:focus {
    background-color: #e5e5e5;
    outline: 0;
}
 
/* è®¾ç½®è¡¨æ ¼çš„è¾¹æ¡†ã€å¤–è¾¹è·ç­‰ */
table {
    border-collapse: collapse;
    width: 100%;
}
 
table th, table td {
/*     border: 1px solid #ddd; */
    padding: 15px;
}
 
/* è®¾ç½®æ»šåŠ¨æ¡çš„æ ·å¼ */
/* Works on WebKit browsers like Chrome, Safari and Opera */
::-webkit-scrollbar {
    width: 10px;
}
 
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
 
::-webkit-scrollbar-thumb {
    background: #888;
}
 
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.flex{
    display: flex; 
}
.flex-wrap{
    display: flex;
    flex-wrap: wrap;
}
.flex-nowrap{
    display: flex;
    flex-wrap: nowrap;
}
.align-items-center{
    align-items : center;
}
.justify-content-between{
    justify-content: space-between;
}
.sub-menu-box .sub-menu-ul .nav-alert{
    position: relative !important;
}

 .nav-alert:hover ::after {
     right: 1rem;
 }
.nav-alert a{
    border-left: 4px solid var(--gen);
    padding-left: 1.5rem !important;
    transition: padding-left 0.5s ease;
}
.nav-show{display: block !important; }
.nav-display-flex{
    display:flex !important;
}
.new-img{
    position: relative;
    aspect-ratio: 400 / 260;
    background: #ddd;
}
.new-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: brightness(0.8);
    transition: all 0.5s ease;
}
.left-align{
    text-align: left;
}
.right-align{
    text-align: right;
}
.center-align{
    text-align: center;
}
/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
}
.b-orange{background: var(--orange) !important;color: #fff;border: 0 !important;}
.b-success{background: var(--success) !important;color: #fff;border: 0 !important;}
.b-gen{background: var(--gen);color: #fff;border: 0 !important;}
.b-black{background: #222;color: #fff;}
.green-botton{
    border-radius: 1.4rem;
    cursor: pointer;
    padding: 0.7rem 1.4rem;
    font-size: 1rem;
    overflow: hidden;
    text-transform: uppercase;
    max-width: 300px;
}
.index-quote .green-botton{
	width: 100%;
}
.green-botton-max{
    border-radius: 1.4rem;
    cursor: pointer;
    padding: 12px 45px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 1rem;
    overflow: hidden;
}
.button-more{
    border-radius: 1.2rem;
    cursor: pointer;
    padding: 0 25px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 1rem;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
}
.black-botton{
    padding: 10px;
    float: right;
    text-align: center;
    font-family: "MontserratRegular";
    font-size: 0.8rem;
    text-transform: uppercase;
    overflow: hidden;
}
.ico-button{

}
.ico-button a{
    
}
/*åŠ¨ç”»*/
.slide-p{
    transform:translateX(-400px);
    opacity:0;
    transition:all 1s;
}
.swiper-slide-active .slide-p{
    transform:translateX(0);
    opacity:1;
}

.slide-b{
    transform:translateX(-400px);
    opacity:0;
    transition:all 1s;
}
.swiper-slide-active .slide-b{
    transform:translateX(0);
    opacity:1;
}

.title-h2 {
    text-align: center;
    font-size: 2rem;
    line-height: 2.5;
    margin: 2rem 0
}
.title-h3{
    font-size: 1.8rem;
    line-height: 2;
    
    text-transform: capitalize;
}
.title-h4{
    font-size: 1.2rem;
    line-height: 2;
    
}



@media (min-width: 1200px) {
.mobile-nav-botton{display: none;}
.index-solution-right p{line-height: 1.8;display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}
.pro-banner{}
.pro-banner-left{width: 58%;}
.pro-banner-right{width: 35%;}
.product-list-all li:nth-child(4){display: none;}
.product-advantage ul li:hover::after{
  top: 0%;
  left: 0%;
  border-radius: 0%;
} 
.product-advantage ul li:hover{
  color: #fff;
}

}
@media (max-width: 1200px) {
.index-banenr .swiper-button-next{right:25px;        width: 30px;
        height: 30px;
        background: #28793f;
        border-radius: 50%;top: 90%;}
.index-banenr .swiper-button-prev{left: 25px;        width: 30px;
        height: 30px;
        background: #28793f;
        border-radius: 50%;top: 90%;}
.index-banenr .swiper-button-prev:after,.index-banenr .swiper-button-next:after{font-size:12px;}
.index-solution,.index-case{background-image:none !important;}
.index-product-bg{background: #1d522b;background-image:none !important;}
.index-quote-bg{background: #28793f;background-image:none !important;}
.product-advantage ul li{ 
    width: 100%;
}
.product-advantage ul li i{ 
    color: #28793f;
}
.product-advantage ul li::after{
    background: #fff;
}
.query-Form .flex-wrap .input-box {
    width: 100%;
}
.flip-back {
    opacity: 1;
    transform: rotate(360deg);
}
.services-box ul li{width:100%;}
.cooperatio-box ul li .img-box {aspect-ratio: 400 / 280;}
.manufacturing-box ul li{
    width:49%;
}
.cooperatio-box ul{
  flex-wrap: wrap;
}
.cooperatio-box ul li>div{
    padding: 2rem 0.5rem;
   position: relative;
   transform: translateY(0%);
           position: relative !important;
        opacity: 1 !important;
}
.cooperatio-box ul li>div h3{transform: translateY(0) !important;line-height: 1.2}
.cooperatio-box ul li>div p{transform: translateY(0) !important;}
.cooperatio-box ul li{
        flex: auto;
        width: 100%;
        padding: 2rem 1rem;
}
.cooperatio-box ul li .img-box {
    aspect-ratio: 400 / 280;
    padding: 0;
}
.cooperatio-box ul li>div:nth-child(2){
    padding: 1rem;
}
.index-banner-description{display:none;}
.nav-mail-whatsapp{display: block;}
.historygo{display:none;}
.related-case-box .related-case-swiper .swiper-wrapper .swiper-slide{width: 49%;}
p{line-height:1.5}
.product-list-right-box ul li p {font-size: 12px;padding: 5px 20px;}
.product-list-right-box ul li h3 {padding: 5px;font-size: .8rem !important;}
.page-container{height: auto;overflow: auto;}
    .page-container>.swiper-wrapper{
        display: block;
    }
    .page-container .section{
        position: relative;
    }
   .footer-information ul li {
    line-height: 2rem;
   }
    .m-hidden{
        display: none;
    }
    .index-banenr{
        height: auto;
    }
	.index-banenr .green-botton{
		display:none;
	}
    .index-banenr .swiper-container .swiper-slide{height: auto;}
    .quote button{font-size: 0.7rem;}
	.ny-banner-right{}
    .ny-banner-title{
     font-size: 1.5rem;
	 text-align:center;
	 width: 100%;
    }
    .ny-banner-title p{font-size: 1.5rem;}
    .green-botton{
        background: var(--gen);
        color: #fff;
        border-radius: 1.2rem;
        cursor: pointer;
        padding: 0.7rem 1.4rem;
        overflow: hidden;
        font-size: 0.7rem;
    }
    .green-botton-max{
        background: var(--gen);
        color: #fff;
        border-radius: 1.2rem;
        cursor: pointer;
        padding: 7px 25px;
        display: inline-block;
        font-size: 0.7rem;
    }
    .black-botton{
        background: #222;
        color: #fff;
        padding: 10px 25px;
        font-size: 0.7rem;
        float: right;
        text-align: center;
    }
    .row{padding: 1rem;}
    .title-h3{font-size: 1.2rem;}
.form-box {
    padding: 1.5rem;
    border-radius: 0.5rem;
}
    .header{
        height: 50px;
		border-bottom: #f5f5f53b 1px solid;
    }
    .header>div{
        height: 100%;
    }
	.secondary-nav{
		display:none;
	}
.solotion-box1, .solotion-box2, .solotion-box3 {
    padding: 1rem 0;
}
#Feature {background-image: none !important; background: #1b8637;}
#Feature>div{margin-top: 0;}
.container{
        max-width: 100%;
        margin: 0 auto;
        padding: .5em 1rem;
        width: 100%;
}
.sub-menu-box .sub-menu-ul{ width: 100%;}
.sub-menu-box .sub-menu-ul { border-right:none;}
.sub-menu-product{display: none !important; }
.logo{}
.logo img{
   max-height: 40px;
   margin: 0 auto;
}  
.qwap ul {
    font-size: .9rem;
}
.header-area-fiexd .qwap a, .header-area-fiexd .qwap ul, .header:hover .qwap a {
    padding: 1px 7px;
	font-size:.7rem;
}
    .nav>ul{
        display: block;
    }
    .header-box{
        justify-content: space-between;
        height: 100%;
        flex-wrap: nowrap;
    }
    .header-box>div{
  
    }
    .nav-box{
        width: 70%;
        position: fixed;
        top: 50px;
        border-top: 1px solid var(--gen);
        background: var(--border);
        display: none;
        bottom: 0;
        overflow-y: auto;
        margin-left: -1rem;
    }
    .nav-box .nav{
        width: 100%;
    }
    .mobile-nav-botton{
        width: 25%;
        color: #fff;
    }
    .mobile-nav-botton i{
        font-size: 1.4rem;
    
    }
   .header-area-fiexd .mobile-nav-botton i{color:#333;}
    .nav>ul li a{
        padding: 1rem 1rem;
        font-size: 0.9rem;
        color: #fff !important;
        width: 70%;
    }
    .language>ul li i{
        color: #fff !important;
    }
    .nav>ul li a i{
        display: none;
    }
    .nav>ul li .min{
        display: block;
        color: #fff;
        width: 30%;
        text-align: right;
        padding: 1rem;
        height: 100%;
    }
    .nav>ul li{
        border-bottom: 1px dotted var(--gen);
        flex-wrap: wrap;
    }
    .nav>ul li:last-child{
        border-bottom: none;
    }
    .sub-menu{
        background: #255632;
        position: relative;
        display: none;
        padding: 0 1rem !important;
    }
    .sub-menu li a{
        font-size: small;
    } 
.sub-menu .nav-alert{background-color: #26924300 !important;}
.language span{display: block;color:#fff;margin-left:0.5rem;}
.language {flex-direction: column;}
.language>ul li{ padding: 0.8rem 0.8rem !important;position: relative;}
.footer-list{font-size:small;}
.search-top .language-sub-menu{
   opacity: 1;
    visibility: visible;
    transform: scaleY(1);
    position: relative;
	background: #050b0730;
}
.search-form button {
    width: 30%;
    font-size: 0.8rem;
}
.search-top .language-sub-menu .hot-search,.search-top i{
    display: none;
}
.footer-list .search-form button {
    width: 32%;
	font-size: 1rem;
}
.footer-list .search-form input {
    width: 68%;
    background: #fff;
}
ul.footer-information li i {
	line-height:22px;
    width: 22px;
    height: 22px;
    font-size: .8rem;
    margin-bottom: 5px;
}
.footer ul li a {
    line-height: 1.5rem;
	font-size: smaller;
	margin-bottom: 8px;
}
.search-form{
    padding: 0;
}
    .Copyright {
        font-size: smaller;
    }
.footer-logo, .footer-list ul li h3 {
    font-size: 1.1rem;
    margin-top: 20px;
}
    .footer-box>div{
        width: 100%;
        padding-right: 1%;
    }

    .banner-text h2{
      margin-bottom: 2rem;
		font-size:1rem;
    }  

    .swiper-solution .Pagination{
        margin-bottom: 15px;
        
    }
.scrollbar .swiper-scrollbar {
    height: 10px;
    margin-top: .8em;
}
.swiper-button-next, .swiper-button-prev{
    top:89%;
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after,.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    font-size: 16px;
}
.related-case-box .swiper-button-next, .related-case-box .swiper-button-prev {
    width: 26px;
    height: 26px;
    line-height: 26px;
}
.index-banenr .scrollbar .swiper-scrollbar,.index-solution-scrollbar .swiper-scrollbar,.index-product-scrollbar .swiper-scrollbar {
    width: 35px!important;;
    bottom: 9%;
} 
.index-product-scrollbar .swiper-scrollbar,.related-case-box .scrollbar {
    margin-top: .8rem;
}
.scrollbar .swiper-scrollbar .swiper-scrollbar-drag {
    width: 8px !important;
}    
   .index-solution-box {
    border-radius:0;
   }
   .header:hover a {
    color: #fff !important;
}
.header:hover .language>ul li i {
    color: #fff !important;
}
.header:hover .language-sub-menu li a{
    color: #333 !important;
}
    .swiper-solution .Pagination .tab-buttons i{
        font-size: 1.3rem;
        width: 46px;
        height: 46px;
        line-height: 36px;
    }
.swiper-solution .Pagination .tab-buttons :hover  i::after,.swiper-solution .Pagination .tab-buttons .active i::after {
      top: 5px; /* Adjust based on desired offset */
      height: 36px; /* Total gap section height */
	  right:-2px;
    }
.swiper-solution .Pagination .tab-buttons i:hover{
    font-size: 1.8rem;
}
    .swiper-solution .Pagination .tab-buttons{
        justify-content: space-between;
    }
    .swiper-solution .Pagination .tab-button {
        width: 20%;
        text-align: center;
        cursor: pointer;
        height: 60px;
        line-height: 65px;
        /*background: #e2e2e2;*/
 }
.index-solution-right a {
	display:none;
    font-size: .8rem;
}
    .swiper-solution .Pagination .tab-button p{
       display: none;
    }
    .index-solution-left{
        width: 100%;aspect-ratio: 4 / 2;
    }
    .index-solution-right{
      width: 100%;
		background:#fff;
		padding:10px;
		border-radius:0 0 5px 5px;
		
    }
    .swiper-solution .swiper-wrapper{
        margin: 0;
    }

    .title-h4{
        font-size: 0.8rem;
    }
    .index-solution-right p{
        display:none;
        line-height: 1.8;
        margin-bottom: 2rem;
        font-size: .9rem;
    }
    .index-solution-right h4{
        margin: .2rem 0;
        font-size: .9rem;
        line-height: 1.5;
    }
    .index-solution, .index-product, .index-case, .index-news, .index-quote, .index-customers{
        padding: 15px 0;
        min-height: auto;
    }
    .index-product-top p,.index-case-top p,.index-news-top p{
		  display:none;
        font-size: 0.9rem;
        width: 100%;
        max-width: 100%;
    }
.index-product-top a{}
.index-product .swiper-product .swiper-wrapper{display: flex;flex-wrap: wrap;justify-content: space-between;}
.button-more {padding: 0px 25px;font-size: 0.8em;height: 32px;line-height: 32px;}
.index-product-box{width: 49% !important;margin-bottom: .6rem;border-radius: 5px;margin-right: 0 !important;}
.Related-Case {padding: 1rem 0;}
.index-product-box span {display: none;}
div.img-son-box { margin: 0 auto;}
.index-product-box h3 {
    font-size: .8rem;
    text-align: center;
	margin-bottom:0;
}
	.index-p-title{
    background: #1c5d2e;
	 color:#fff;
	 
	}
    .index-product-box:nth-child(odd){
		margin-right:2%;
    }
    .index-solution-left img {
    border-radius: 5px;
   }
    .index-product-top,.index-case-top{
        margin-bottom: 1rem;
    }
    .index-case-top p,.index-news-top p{
        font-size: 0.9rem;
        margin-bottom: 0.9rem; 
        display: none; 
    }
	.index-case-left div{
		/* display:none; */
	}
    .index-case-right{
        padding: 0.8rem;
        position: relative;
        display: block !important;
    }
    .index-case-right h3{
        font-size: 0.8rem;
        height: 2.8em;
        -webkit-line-clamp: 2;
    }
    .index-case-right span{
        font-size: 0.6rem;
    }
    .index-news-box{
        width: 100%;
        margin-bottom: 1rem;
    }

    .swiper-quote .contact-form{
        width: 100%;
    }
    .group-submit button{
        width: 100%;
		margin-top:.3em;
    }
    .swiper-quote .contact-information{
        width: 100%;
        display: none;
    }
    .contact-information h3{font-size: 1.2rem;}
    .contact-information p{font-size: 1rem; margin: 1rem 0;}
    .contact-information ul{
        font-size: 1rem;
    }
    .index-customers-top h3{
    font-size: 1.2rem;
    margin-bottom: 1rem;
    }
    .ny-banner{
        height: 300px;
        min-height: 300px;
    }
    .product-ny-banner{
                height: 600px;
        min-height: 0;
    }
    .hjsoultion{
        height: 300px !important;
    }
    .solotion-advantages ul li i{    font-size: 2.5rem;}
    .solotion-advantages ul li{    padding: 2rem 1rem;}
    .bg-linear {
/*     background: linear-gradient(to bottom, #11191fd9, rgb(0 0 0 / 83%)); */
   }
    .ny-banner-left{
      width: 100%;
      text-align: center;
		margin-top:0;
		    order: 2;
    }
    .ny-banner-right img{max-width: 340px;}
    .ny-banner-right{
		display:none;
      width: 100%;
    }
    .pro-banner-right{display:block;}
    .ny-banner-left h1{
        font-size: 1rem;
    }
    .ny-banner-right h1{
        font-size: 1rem;
    }
    .ny-banner-left h2,.ny-banner-right h2{
        font-size: 1rem;
        margin: 1rem 0;
    }
    .ny-banner-left p,.ny-banner-right p{
        font-size: 0.9rem;
    }
    .ny-banner-left p, .ny-banner-right p {
	  display:none;
    line-height: 1.5;
    }
    .ny-banner-box .live-Chat{
        margin-left: 5%;
    }
    .secondary-list li{
        font-size: 0.6rem;
        padding: 1rem 0;
    }
    .solotion-box1 h2, .solotion-box2 h2, .solotion-box3 h2, .solotion-box4 h2{
        font-size: 1rem;
        margin: 0;
    }
    .solotion-advantages ul li{
        width: 100%;
        border: 1px solid #ddd;
        margin-bottom: 1rem;
    }
    .solotion-advantages ul li h3{
        font-size: 1rem;
    }
    .solotion-application .container p{
        font-size: .9rem;
        margin-bottom: 1rem;
       
        padding: 25px;
        text-align: left;
        line-height: 1.5;
    }
    .solotion-application{
        height: auto;
		padding:2em 0;
    }
    .solotion-industry-right h3{
        font-size: 1rem;
    }

    .solotion-industry ul li{
        width: 100%;
    }
    .solotion-industry ul li.solotion-industry-arctrle{
        width: 100%;
    }
    .solotion-industry-right>div{
        display: flex;
    }
    .solotion-industry-right p{
        padding: 1rem;
    }

    .solotion-industry ul{
        flex-wrap: wrap;
    }
    .solotion-industry ul li{
        height: 300px;
        margin-top: 1rem;
    }
    .product-feature-left{
        width: 100%;
    }
    .product-feature-right{
        width: 100%;
    }
    .product-feature-Swiper2 .swiper-slide, .product-feature-Swiper .swiper-slide{
        padding: 12px;
    }
    .product-feature-Swiper2{
        margin-bottom: 1rem;
    }
    .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: 0.8rem;
    }
    .product-feature-right ul li p{
        font-size: 0.7rem;
        margin-bottom: 0;
    }
    .product-feature-right ul li{
           margin-top: 0.8rem;
            padding: 0;
    }

    .product-parameters h3{
        font-size: 0.8rem;
    }
    .product-parameters table th{ font-size: 0.8rem;}
    .product-parameters table td{
        font-size: 0.6rem;
        font-weight: 400;
                border: 1px solid #ddd;
    }
    .product-feature-right h1{
        font-size: 1.1rem;
    }
    .product-parameters h3::after {
        top: -5px;
        width: 6px;
        height: 6px;
        right: 10px;
    }
    .case-box{
        padding: 1rem 0;
    }
    .case-list-left{
        width: 100% !important;
    }
    .case-list-right{
        width: 100% !important;
        line-height: 2;
		padding:15px;
    }
    .case-list-right h2{
        font-size: 1rem;
		margin-top:0;
		margin-bottom:0;
    }
.case-list-left>div a {
    padding: 0px 25px;
    margin-top: .5rem;
}
.case-list {
            width: 100%;
    margin-bottom: 1.5em;
}
    .case-list-right div{
        margin-top: 1rem;
        
    }
    .case-list-right .c-video{
        top: -8%;
    bottom: auto;
    right: -2%;
    left: auto;
    margin-top: 0;
    }
    .case-list-right .c-video div{
         margin-top: 0;
    }
    .case-list-right p {
        font-size: 0.8rem;
        margin: 10px 0;
    }
    .case-box .case-list:nth-child(2n) .case-list-left{
        order: 1;
      }
      .case-box .case-list:nth-child(2n) .case-list-right{
        order: 2;
      }
      .contect-box1 h2, .contect-box2 h2{
        font-size: 1.2rem;
      }
      .contect-box1 p, .contect-box2 p{
        font-size: 0.8rem;
      }
      .contect-box1{
        margin-top: 0;
        padding: 1rem 0;
      }
      .contect-information ul,.contect-information div{
        width: 100%;
        font-size: 1rem;
        margin-bottom: 1rem;
      }
      .contect-information ul li{
        margin-top: .5rem;
        width: 100%;
        padding: 2rem 1rem;
                background: #fff;
        box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 1px 8px 0 rgba(0, 0, 0, 0.19);
      }
      .contect-information ul li i {
        width: 2rem;
        height: 2rem;
        line-height: 2rem;
        background: #269243;
        font-size: 0.9rem;
        margin-right: 0.8rem;
    }
    .contect-form input{
        padding-right: 0;
        font-size: 0.8rem;
    }
    .contect-box2{
		width:100%;
     /*margin-top: -110px;*/
		padding:20px;
		background:#fffffff5;
		position:relative;
		margin-bottom:25px;
    }
.contect-information ul {
    padding:0;
}
.contect-us {
    padding-bottom:0;
}
.contect-form form .group-conter,.contect-form form .group {
    margin-top: .3rem;
}
.contect-form input {
            height: 40px;
        padding-left: 2rem;
        font-size: 0.7rem;
}
	.contect-information div img {
    border-radius:5px 5px 0 0;
}
    .solotion-box1 h2, .solotion-box2 h2, .solotion-box3 h2, .solotion-box4 h2, .customization-box h2{
        font-size: 1.2rem;
        line-height: 1.5;
        margin: 1em 0;
    }
    .customization-box2{
        height: auto;
    }
    .benefits>div{
        width: 100%;
    }
    .benefits ul li{
        font-size: 1rem;
        line-height: 2;
		text-align:center;
    }
    .customization-box5 .path-success p,.customization-box2 p{
        font-size: 1rem;
		text-align:center;
    }
    .customization-box1{
        height: auto;
    }
    .cc-box .cc-box-list{
        width: 100%;
        margin-top: 1rem;
    }
     .cc-box .cc-box-list div{
         height: auto;
     }
    .cc-box .cc-box-list:nth-child(2n) div:first-child {
        order: 1;
    }
    .cc-box .cc-box-list:nth-child(2n) div:last-child {
        order: 2;
    }
    .cc-box .cc-box-list img{
        min-height: 180px;
        height: 180px;
        
    }

    .alert-from-left{
        display: none;
    }
    .alert-from-boxs{    margin: 0.5rem;}
    .alert-from-boxs .alert-from-right{
        width: 100%;
        padding: 1rem;
    }
    .alert-from-boxs .alert-from-title{
        font-size: 1.2rem;
    }
    .alert-from-boxs .alert-from-excerpt{
        font-size: 0.7rem;
    }
    .about{
        height: auto;
    }
.icon-container {
    width: 60px;
    height: 60px;
}
    .about-box1-left{
        width: 100%;
    }
    .about-box1-right{
        width: 100%;
    }
    .about-box1-left h2{
        font-size: 1.2rem;
        margin-bottom: 0;
    }
    .about-box1-left p{
        font-size: 0.9rem;
    }
    .about-box1-left ul li{
        width: 48%;
        text-align: center;
        background: #fff;
        margin-bottom: 1rem;
        padding: 1rem;
        border-radius: 1rem;
    }
    .about-box1-left ul li span{
        font-size: 1rem;
    }
    .about-box1-left ul li i{
        font-size: 1.6rem;
    }
    .about-box1-left ul{
        margin-top: 1rem;
        margin-bottom: 2rem;
    }
    .company{
        height: auto;
    }
    .company-box ul li{
        width: 100%;
        margin-bottom: 1rem;
        aspect-ratio: 400 / 280;
    }
    .company-box ul li p,.one-stop-swiper ul li p,.one-stop-swiper ul li p,.customer-trust-left p,.about-contect-left p {
    line-height: 1.5;
    }
    .company h2{
        font-size: 1.2rem;
    }
.one-stop-swiper ul li {
    padding: 1rem 2rem;
}
.one-stop,.customization-box5 {
    padding: 1rem 0;
}
.one-stop-swiper{
    padding: 1rem;
}
    .time-bg{
        height: auto;
    }
    .time h2{
        font-size: 1.2rem !important;
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important;
    }
    .title-box h2 {
        font-size: 1.2rem !important;
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important;
    }
    .title-description span {
        font-size: 1rem;
    }
    .title-box p{
         font-size: 0.8rem;
    }
    .map-list ul li {
    transform: scale(0.5);
    }
    .boiler{display: none;}
    .swiper-container-time ul li{
        height: auto !important;
    }
    .swiper-container-time{
        margin-bottom: 4rem;
    }
    .swiper-container-time .swiper-pagination-progressbar {
        top: 0 !important;
    }
    .swiper-container-time ul li span{
        margin-top: 1rem;
    }
    .swiper-container-time ul li:nth-child(2n) {
        align-items: flex-start;
    }
    .about-contect-left{
        width: 100%;
    }
    .about-contect{
        height: auto;
    }
    .about-contect-right{
        width: 100%;
    }
    .about-contect-left h2 {
        font-size: 1.2rem;
        margin-bottom: 1rem;
    }
    .about-contect-left p{
        font-size: 0.9rem;
    }
    .related-case-box .swiper-button-next,.related-case-box .swiper-button-prev{
        /*display: none;*/
    }
    .related-case-box .swiper-button-next {
    right: 20px;
    }
        .related-case-box .swiper-button-prev {
    left: 20px;
    }
.related-case-box .swiper-slide div a {
    border: 1px solid #fff;
    padding: 0px 15px;
    margin-top: 0rem;
    font-size: small;
}
    .one-stop-top h2{
        font-size: 1rem;
        font-size: 0.9rem;
    }
    .one-stop-top div span{
        height: 35px;
        width: 35px;
        top: 0.8rem;
    }
    .one-stop-top .swiper-button-next:after, .one-stop-top .swiper-button-prev:after{
        font-size: 0.8rem;
    }
    .customer-trust-box{
        height: auto;
    }
    .customer-trust-left{
        width: 100%;
    }
    .customer-trust-right{
        width: 100%;
        margin-top: 1rem;
    }
    .customer-trust-left h2{
        font-size: 1.2rem;
    }
    .customer-trust-left p{
        font-size: 0.9rem;
    }
    .category-info {
    padding: 0;
    width: 100%;
    font-size: 12px;
   }
	.hjpdf div:nth-child(1){
		width:20%;
	}
	.hjpdf div:nth-child(2){
		width:80%;
	}
.hjpdf i {
    font-size: 4rem;
    margin: 0;
}
.hjpdf h2 {
    font-size: 1rem;
    margin:0;
}
    .product-list-left{
        display: none;
    }
    .product-list-right{
        width: 100%;
    }
    .product-list-right-box h3{
        font-size:0.9rem;
        margin-bottom: 0.8rem;
    }
.product-list-right-box h3 {
/*     border-left: #28793f 3px solid;
    padding-left: 10px; */
}
/*.product-list-right-box h3 {*/
/*    padding-left: 10px; */
/*    background: */
/*        repeating-linear-gradient(*/
/*            to bottom,*/
/*            #28793f,*/
/*            #28793f 2px,*/
/*            transparent 2px,*/
/*            transparent 4px*/
/*        ) left/3px 100% no-repeat;*/
/*}*/

    .product-list-right-box>a span{
        font-size: 0.8rem;
    }
    .product-list-right-box ul li{
        width: 49%;
        padding: 0.5rem;
        margin-bottom: 1rem;
            box-shadow: 0px 0px 3px 1px rgb(26 24 24 / 20%);
    }
	.product-list-right-box ul li:last-child:nth-child(3n - 2),.product-list-right-box ul li:last-child:nth-child(3n - 1) {
    margin-right: 0;
   }
    .product-list-right-box{
        padding: 1rem;
    }
    .product-list-right-box ul li span{
        font-size: 0.8rem;
    }
    .product-list-right-box ul li h3{
        margin: 0;
        height: 2.8rem;
    }
    .new-lis-top-l,.new-lis-top-r,.new-pagination{
        width: 100% !important;
    }
.new-list {
    background-color: #fff;
}
    .new-lis-top{margin: 2rem 0;}
    .new-lis-top-l{
        padding: 1rem;
    }
.new-lis-top {
    background: #fff;
}
#energy_storage .energy_power{
    font-size:0.9rem;
}
#energy_storage .energy_title{
    font-size:1.2rem;
}
#energy_storage li{
  width: 100%;
  box-shadow: 0px 7px 10px 0.5px #ddd;
          text-align: center;
          font-size: 1.2rem;
              border-bottom: 0;
}
#energy_storage .price_more a{
    flex: 1;
    padding-top: 0 !important;
     padding-bottom: 0 !important;
     margin-bottom: 0 !important;
    height: 32px;
    line-height: 32px;
}
#energy_storage .price_more a:nth-child(2) {
    flex: 1;
    border-top: 1px solid #ddd;
    padding-top: 0.3rem;
}
#energy_storage .energy_img {
    aspect-ratio: 400 / 350;
}
.new-lis-top-l span {
    color: #333;
}
.new-pagination .swiper-pagination-bullet-active {
    background-color: #28793f;
}
    .new-lis-top-l{order: 2; background: #fff;}
    .new-lis-top-r{order: 1;}
    .new-lis-top-l h2{font-size: 0.9rem;color: #333;}
    .new-lis-top-l p{font-size: 0.8rem;color: #333; margin-bottom: 1.5rem;}
    .new-lis-bottom ul>li {
        width: 100%;
    }
    .new-lis-bottom #energy_storage>a {
    width: 100%;
    }
	.newhot {
	display:none;
}
    .new-lis-bottom ul li h3{
        font-size: 0.9rem;
        line-height: 1.5em;
    height: 3.0em;
    }
    .new-lis-bottom ul li p {
        padding: 0rem 1rem 1rem 1rem;
    }
.article-box {
    padding: 1rem 0;
}
.article-body {
    padding: .5em 1.5rem;
    line-height: 1.6;
}
	.article-body img {
		height:auto!important;
	}
    .article-body h1{
        font-size: 0.9rem;
    }
    .article-center{font-size: 0.8rem;}
    .article-center h2{
        font-size: 0.9rem;
        font-weight: 600;
        margin: 1rem 0;
    }
    .article-center h2{
        font-size: 0.8rem;
        font-weight: 600;
        margin: 1rem 0;
    }
    .next-page ul li{width: 100%;        font-size: 0.8rem;margin:5px 0;}
    .next-page ul li, .next-page ul li a {font-size: 0.7rem;}
    .customized-services li {
        width: 50%;
    }
    .customized-services li i{
        font-size: 1.5rem;
    }
    .customized-services div h3{
    font-weight: 400;
        font-size: 0.8rem;
    }
    .customization-box2 .bg{
        padding: 1.2rem 0;
    }
    .customized-services li:nth-child(2n) i{
        border: 0;
    }
.footer-box {
    padding: 1rem 0;
}
.contect-form .group i{
        font-size: 0.8rem;
        left: 0.5rem;
}
.contect-form form .group::after{
        left: 20px !important;
}
.location a{
    font-size: 0.7rem;
}
.location-box {
    margin-top: -40px;
    display: none;
}
.location-box .location{
	height:20px;
	text-align: center;
	overflow:hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.hjsoultion .ny-banner-box,.pro-banner {
   padding-top:2rem;
}
.data-Live {
    width: 100%;
            text-align: center;
}
.data-Live a:nth-child(1){
    margin-left:0;
    margin-right:5%;
}
.mouse-icon{
    display: none;
}

.time-line-box .swiper-button-next{
    top: 115%;
    right: 38%;
}
.time-line-box .swiper-button-prev{
    top: 115%;
    left:38%;
}
.hjvideos .vvn{
    width: 100%;
    margin-bottom: 25px;
}
.product-img-box>div{
    display: none;
}

}

@media (max-width: 768px) {
     :root {
        --swiper-navigation-size: 24px;
    }
    .certificate .certificate-boxs ul li.swiper-slide-next {
    transform: scale(1) translateX(0%);
    }
    .certificate .certificate-boxs ul li.swiper-slide-prev {
    transform: scale(1) translateX(0%);
}
.certificate .swiper-button-next, .certificate .swiper-button-prev {
    top: 90%;
}
.title-description>div {
    margin: 0 1%;
}
    .index-expom-banner{
        margin-bottom: 15%;
        text-align: center;
    }
    .index-banenr {
        height: 300px;
    }
    .product-ny-banner {
        height: 680px;
       
    }
    .qwap ul li:nth-child(2){
        display: none;
    }
    .qwap ul li{
        line-height: 25px;
    }
.header-area-fiexd .qwap a, .header-area-fiexd .qwap ul, .header:hover .qwap a {
    font-size: .9rem; 
}
.qwap i {
    border-radius: 7px;
    background: none;
    padding: 5px 1px 7px 3px;
    font-size: 1.5rem;
    margin: 0 6px 0 0;
}
.qwap a {padding: 4px 10px;}
    .copy{
      margin-bottom: 42px;
    }
      .mobile-footer {  
        display: block!important;
        position: fixed;  
        bottom: 0;  
        width: 100%;  
        text-align: center;  
        box-shadow: 0 -2px 5px rgba(0,0,0,0.2);  
        z-index: 99;
		background:var(--gen);
      }  
      .mobile-footer ul{
		  display: flex;

      }
      .mobile-footer li {  
        width: 50%;
        float: left;
        font-size: 0.9rem;
		background:var(--gen); 
		padding: 0.6rem 0;
      }  
      .mobile-footer li:nth-child(2){
		  border-right:#2b9e4a 1px solid;
		  border-left:#2b9e4a 1px solid;
      }
      .mobile-footer img{
        width: 20px;
        margin-right: 6px;
      }
/* 	.mobile-footer li:nth-child(2) img{
		width:60px;
		margin-top:-10px;
		background:var(--gen);
		border-radius:50% 50% 0 0;
		padding:7px;
	} */
      .mobile-footer a{
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 32px;
    font-weight: 400;
      }
      .Copyright {
        padding: 1.2rem 0 60px;
		  display:block;
		  color: #fff;
      }
       .Copyright a{color:#fff;}

ul.concode li {
    width: 20%;
	font-size: .8rem;
}
ul.concode li img {
    background: #fff;
    margin-bottom: 1px;
    padding: 3px;
    border-radius: 3px;
}
	.web-right{
		display:none;
	}
    .footer-media a {
      font-size: 1rem;
      height: 32px;
      width: 32px;
      line-height: 32px;
      margin-right: 3px;
		 margin-bottom: 5px;
     }
      .service-process ul li{
        width: 49%;
        padding: 1.5em 1em .8em;
        margin-top: 0;
        font-size: small;
        border-radius: 20px;
      }
      .service-process ul li p{
          display: none;
      }
.service-process ul li span {
    width: 46px;
    height: 46px;
    line-height: 46px;
    border-radius: 50%;
    top: -22px;
}
      .query-Form p{
        font-size: 0.7rem;
      }
      .query-box{
        padding: 1rem 1.5rem;
      }
      .solotion-advantages ul li{
          height: auto;
      }
.hjvideos .vvn iframe {
    width: 100%;
    height: 200px;
    margin-bottom: 15px;
}
	.footer-logo{
		display:none;
	}
.footer-media {
    text-align: left; 
}
.Copyright-top div {
    width:100%;margin: 0.5rem 0;
}
  }
  
@media (min-width: 1200px) and (max-width: 1400px) {
    .index-product,.index-solution,.index-news,.index-quote{
            align-items: flex-end;
    }
}
@media (min-width: 1200px) and (max-width: 1600px) {
    .product-list-right-box ul li h3{
        font-size: 1rem;
    }
    .index-solution-right p{
            line-height: 1.6;
        display: -webkit-box; 
        -webkit-line-clamp: 3; 
        -webkit-box-orient: vertical; 
        overflow: hidden; 
        text-overflow: ellipsis;
    }
    .section .container{
                /*padding-top: 18px;*/
    }
    .product-list-right-box h3{
        font-size: 1.2rem;
    }
    .swiper-solution .Pagination .tab-buttons i{
        
    }
    .banner-text{}
    .index-solution .container{margin-top:35px;}
    .swiper-solution .Pagination .tab-buttons i {
        font-size: 2.5rem;
        width: 55px;
        height: 55px;
        line-height: 50px;
    }
    .swiper-solution .Pagination .tab-buttons i:hover{
       font-size: 1.6rem; 
    }
.swiper-solution .Pagination .tab-buttons :hover  i::after,.swiper-solution .Pagination .tab-buttons .active i::after {
      top: 5px; /* Adjust based on desired offset */
      height: 45px; /* Total gap section height */
    }
    .index-solution-right h4{
      margin-top: 0;
      display: none;
    }
    .contact-information h3 {
     font-size: 2rem;
	  padding: 15px 0;
    }
    .form-box h3 {
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    }
    .contact-information p {
    font-size: 1.2rem;
    margin: 0.5rem 0px;
    }
    .contact-information ul {
            font-size: 1.2rem;
        margin-top: 1rem;
    }
    .group-submit button{
        margin-top: 1rem;
    }
    .index-case-box {
    border-radius: 0.5rem;
    margin-top: 1rem !important;
    }
    .new-lis-bottom ul li p{
        margin-top:0;
    }
    .swiper-quote .contact-information{
        justify-content: center
    }
    .index-product-top,.index-case-top,.index-news-top{
      margin-bottom: 1rem;
    }
    .about {}
    
     /* åœ¨è¿™é‡Œæ·»åŠ æ ·å¼ */
    .container{
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 50px;
        width: 1200px;
    } 
    .banner-text h2{
        font-size: 2rem;
        margin-bottom: 2rem;
    }  
    .solotion-advantages ul li{
        height: 480px;
    }
    .contect-box2{
      /*margin-top: -160px;*/
    }
    .index-case{
       margin-top: 35px;
    }
    .form-box input{margin-bottom: 8px;}
    .footer-list .search-form button {
        width: 30%;
        font-size: 0.9rem;
    }
    /*.index-solution, .index-product, .index-case, .index-news, .index-quote, .index-customers{align-items: flex-end;}*/
}

/* From Uiverse.io by adamgiebl */ 
.group-submit button:hover{
  /*background: var(--Accent);*/
 }

 /*闪光*/
 /* From Uiverse.io by adeladel522 */ 
.button-light{
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  overflow: hidden;
}

.button-light:hover {
  transform: scale(1.05);
  border-color: #fff9;
}

.button-light:hover .icon {
  transform: translate(4px);
}

.button-light:hover::before {
  animation: shine 1.5s ease-out infinite;
}

.button-light::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
  );
  top: 0;
  left: -100px;
  opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}


/* 右滑 */
.hvr-sweep-to-right,.gen-sweep-to-right{
   display: flex;
   align-items: center;
   justify-content: center;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right i,.gen-sweep-to-right i{display: flex;display: flex;align-items: center;justify-content: center;    margin: 0 8px;font-size: 1.3rem;}
.hvr-sweep-to-right:before,.gen-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:before{background: #48aa3e;}
.b-orange.hvr-sweep-to-right:before{background: #ff7400;}
.b-success.hvr-sweep-to-right:before{background: #23c147;}
.gen-sweep-to-right:before{
  background: var(--gen);
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active, 
.gen-sweep-to-right:hover, .gen-sweep-to-right:focus, .gen-sweep-to-right:active
{
  color: white !important;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before,
.gen-sweep-to-right:hover:before, .gen-sweep-to-right:focus:before, .gen-sweep-to-right:active:before
{
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.gen-sweep-to-right:hover{
  border: 1px solid var(--gen);
}
/* 上下 */
.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--gen);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
  color: white;
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

        .underline,.underline-left,.underline-alert,.underline-white{
            position: relative;
            text-decoration: none;
        }
        .underline:hover::after,.underline-white:hover::after,.underline-left:hover::after{
            width: 100%;
        }
        .underline::after{
            content: '';
            position: absolute;
            left: 50%;
            bottom: 0;
            width: 0;
            height: 2.5px;
            background-color: var(--gen);
            transition: all 0.4s ease;
            transform: translateX(-50%);
        }
        .underline-white::after{
            content: '';
            position: absolute;
            left: 50%;
            bottom: 0;
            width: 0;
            height: 2.5px;
            background-color: #fff;
            transition: all 0.4s ease;
            transform: translateX(-50%); 
        }
       
       

        .underline-left::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 0;
            height: 100%;
                border-radius: 0 40px 40px 0;
            background-color: var(--gen);
            transition: all 0.4s ease;
                z-index: -1;
        }
        .underline-alert::after {
            content: '';
            position: absolute;
            left: 50%;
            bottom: 0;
            width: 0;
            height: 2.5px;
            background-color: var(--gen);
            transition: all 0.4s ease;
            transform: translateX(-50%);
        }
        .underline-alert:hover::after{
            width: 100%;
        }
        
        .sub-menu-box .sub-menu-ul {
          position: relative;
          list-style: none;
          /*--circle-top: 0px; */
        }

        .sub-menu-box .sub-menu-ul::before {
            content: '';
            position: absolute;
            width: 6px;
            height: 18px;
            background-color: var(--gen);
            /*border-radius: 50%;*/
            top: var(--circle-top);
            right: -4px;
            transition: top 0.3s ease;
            z-index: 1;
        }
    