#root{margin:0;width:100%;height:100vh}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#fff;background-color:#232f33;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@font-face{font-family:Avenir;src:url(/assets/Avenir-Roman-Cc0FcJS7.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Avenir;src:url(/assets/Avenir-Heavy-B-Hm4Tg1.ttf) format("truetype");font-weight:900;font-style:normal}a{font-weight:500;color:#bfff70;text-decoration:inherit}a:hover{color:#bfff70}body{margin:0;display:flex;min-width:320px;min-height:100vh;font-family:Avenir,sans-serif;overflow:hidden}h1{font-size:4rem;font-weight:400;line-height:1.5;margin:0;color:#fff}h2{font-size:1.15rem;line-height:1.5;font-weight:400;margin:20px 0 0;text-transform:uppercase;color:#fff}h3{font-size:2rem;font-weight:400;line-height:1.5;margin:0;color:#fff}h4{font-size:12px;font-weight:700;color:#77b22e;text-transform:uppercase;margin:0}p{font-size:1rem;line-height:1.5;margin:12px 0;color:#fff}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.app-container{display:flex;height:100vh;overflow:hidden}.main-content{flex:1;margin-left:6.25%;height:100vh;overflow:hidden;padding:0;box-sizing:border-box}.pages-container{width:100%;height:100vh}@media (max-width: 768px){.main-content{margin-left:0}}.sidebar{background-color:#232f33;width:6.25%;min-width:90px;height:100vh;position:fixed;left:0;top:0;display:flex;flex-direction:column;align-items:center;justify-content:space-between;z-index:20}.logo-img{display:flex;width:38px;justify-content:center;align-items:center}.logo-img img{width:100%;height:100%;object-fit:contain}.nav-icon{margin-top:3rem;width:64px;height:auto;cursor:pointer}.nav-icon img{width:100%;height:100%;object-fit:contain;transition:opacity .2s ease-in-out,transform .2s ease-in-out}.page-indicators{margin-bottom:4rem}.page-indicators .indicator{width:7px;height:7px;border-radius:50%;background-color:#4a666f;margin:18px 0;cursor:pointer;transition:all .3s ease}.page-indicators .indicator:hover{background-color:#bfff70;transform:scale(1.2)}.page-indicators .indicator.active{background-color:#bfff70}@media (max-width: 768px){.sidebar{background-color:#232f33eb;width:100%;height:8%;flex-direction:row}.nav-icon{margin:auto 1rem;width:48px}.logo-img{rotate:90deg;width:30px;transform:translateY(35%)}.page-indicators .indicator{display:none}}.menu-overlay{position:fixed;top:0;right:0;width:calc(100vw - 6.25%);height:100vh;background-color:#232f33;z-index:10;opacity:0;visibility:hidden;transition:opacity .4s ease-in-out,visibility .4s ease-in-out;display:flex;justify-content:center;align-items:center}.menu-overlay.visible{opacity:1;visibility:visible}.menu-content{width:100%;height:100%;position:relative;transform:scale(.8);transition:transform .4s ease-in-out;display:flex;flex-direction:row;flex-wrap:wrap}.menu-overlay.visible .menu-content{transform:scale(1)}.menu-list{width:50%;height:90%;display:flex;flex-direction:column}.menu-list-item{width:50%;margin-left:20%;margin-top:20%}.menu-list-item li{display:flex;align-items:baseline;margin-top:16px}.menu-list-item li:hover{color:#bfff70;cursor:pointer;transform:translate(2px);transition:all .2s linear}.menu-list-item p{color:#56727c;margin-right:.5rem}.menu-list-item h5{font-size:4rem;font-weight:400;line-height:1;margin:0;color:#fff}.menu-ptnr{width:50%;height:90%;display:flex;flex-direction:column}.menu-ptnr-item{margin-left:20%;margin-top:20%}.menu-ptnr-imgs{margin-top:24px;width:80%;display:flex;flex-direction:row;flex-wrap:wrap;align-items:flex-start;gap:32px}.menu-ptnr img{height:30px}.menu-ftr{width:100%;height:10%;display:flex;justify-content:center;align-items:center}.menu-ftr-box{width:80%;display:flex;justify-content:space-between;align-items:center;border-top:1px solid #2F4C56}.menu-ftr-box p{font-size:12px}.menu-ftr-box-info{display:flex;gap:16px}.menu-ftr-box-cr{color:#56727c}@media (max-width: 768px){.menu-overlay{width:100vw}.menu-content{flex-direction:column;justify-content:space-between}.menu-list{width:100%;height:auto}.menu-list-item{width:100%;margin-left:10%;margin-top:30%}.menu-ptnr{width:100%;height:auto}.menu-ptnr-item{margin-left:10%;margin-top:0}.menu-ptnr-imgs{width:100%}.menu-ptnr img{height:24px}.menu-ftr-box{flex-direction:column}}.about-overlay{position:fixed;top:0;right:0;width:93.75%;height:100vh;background:#fff;background-image:url(/assets/img_about-GHUZyjVY.jpg);background-size:contain;background-position:right top;background-repeat:no-repeat;z-index:30;display:flex;flex-direction:column;overflow:hidden;opacity:0;visibility:hidden;transition:opacity .4s ease-in-out,visibility .4s ease-in-out}.about-overlay.visible{opacity:1;visibility:visible}.close-s{display:flex;width:48px;height:48px;margin-left:3rem;margin-top:3.5rem}.about-content{width:100%;height:100%;color:#232f33;display:flex;flex-direction:row;margin-top:2%;transform:scale(.8);transition:transform .4s ease-in-out}.about-overlay.visible .about-content{transform:scale(1)}.about-body{padding-bottom:160px;overflow-y:auto;overscroll-behavior:contain}.about-text{margin-left:60px;width:50%;display:flex;flex-direction:column}.about-title,.about-desc{color:#232f33}@media (max-width: 768px){.about-overlay{width:100%}.about-content{margin-top:6%;background-color:#ffffffe6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.about-text{margin-left:0;padding:2rem;width:85%}.close-s{margin-left:1rem}}.gethelp-overlay{position:fixed;top:0;right:0;width:calc(100vw - 6.25%);height:100vh;background:#232f33;z-index:30;display:flex;flex-direction:column;overflow:hidden;opacity:0;visibility:hidden;transition:opacity .4s ease-in-out,visibility .4s ease-in-out}.close-btn{display:flex;width:48px;height:48px;margin-left:8%}.gethelp-overlay.visible{opacity:1;visibility:visible}.gethelp-content{width:100%;height:100%;display:flex;flex-direction:row;transform:scale(.8);transition:transform .4s ease-in-out;margin-top:8%}.gethelp-overlay.visible .gethelp-content{transform:scale(1)}.gethelp-body{width:70%}.gethelp-more{width:30%}.gethelp-more-text,.gethelp-text{margin-left:10%}.gethelp-text h1{font-size:80px;color:#bfff70}.form-group{margin-bottom:30px}.text-inputbox{background-color:transparent;color:#fff;font-family:inherit;width:92%;min-height:42px;height:auto;font-size:26px;border:none;border-bottom:1px solid #656d70;padding:16px 0;margin-top:8px;outline:none;transition:all .3s ease;resize:none}.text-inputbox:focus{border-color:#bfff70;background-color:#ffffff0f}.text-inputbox::placeholder{color:#656d70;font-size:26px}.message-box{min-height:120px}.submit-btn{background:linear-gradient(135deg,#bfff70,#9ae854);color:#232f33;border:none;border-radius:50px;padding:18px 120px;font-size:24px;font-weight:400;cursor:pointer;transition:all .3s ease;margin-top:20px;min-width:200px}.submit-btn:hover:not(:disabled){transform:translate(4px)}.submit-btn:active:not(:disabled){transform:translateY(0)}.submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}@media (max-width: 1440px){.gethelp-body{width:53%}.gethelp-text h1{font-size:72px}.text-inputbox{font-size:20px;min-height:30px}.text-inputbox::placeholder{font-size:20px}}@media (max-width: 768px){.gethelp-overlay{width:100%;overflow-y:auto}.gethelp-content{flex-direction:column}.gethelp-body{width:100%;margin-top:10%}.gethelp-text{margin-left:7%}.gethelp-text h1{font-size:64px;line-height:1.2;margin-bottom:20px}.text-inputbox{font-size:20px}.text-inputbox::placeholder{font-size:20px}.submit-btn{font-size:20px;width:93%}.gethelp-more{width:100%;padding:20% 0}.close-btn{margin-left:1.5rem}}.hero-page{height:100vh;width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;position:relative;overflow:hidden}.hero-content{z-index:1;display:flex;flex-direction:column;margin:auto;width:100%;padding:6%}.hero-title{font-size:6rem;color:#fff;margin-bottom:2rem;line-height:1}.hero-desc{color:#fff;margin:0}.hero-image-1,.hero-image-2{transition:transform .3s ease-out;transform-origin:bottom right}.hero-images{position:absolute;object-fit:cover;top:0;left:0;width:100%;height:100%;pointer-events:none}.hero-image-1{position:absolute;object-fit:cover;top:-1%;left:-1%;width:102%;height:102%}.hero-image-2{position:absolute;object-fit:cover;top:-29%;left:-29%;width:130%;height:130%}.ghost-button{width:35%;color:#fff;border-top:1px solid white;border-bottom:1px solid white;padding:1rem 0;font-size:1.15rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:space-between}.ghost-button:hover{background:#232f33;border-radius:50px;padding-left:30px;padding-right:30px;width:calc(35% - 60px);border-top:1px solid #232f33;border-bottom:1px solid #232f33}.ghost-button-arrow{width:32px}.scroll-indicator{margin-top:2rem;display:flex;align-items:center}.scroll-indicator-img{width:12px;margin-right:12px}@media (max-width: 768px){.hero-title{font-size:3rem;line-height:1.5;color:#fff;width:90%;text-align:center}.hero-content{padding:0;align-items:center}.ghost-button{width:90%}.ghost-button:hover{width:calc(90% - 60px)}.hero-image-2{position:absolute;object-fit:cover;inset:auto -16% -1% auto;width:auto;height:100%}}.welcome-page{height:100vh;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;overflow:hidden;background-image:url(/assets/img_hero1-BLNTCb5H.jpg);background-size:cover;background-position:center}.welcome-content{color:#232f33;background-color:#fff;width:50%;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;align-self:flex-end}.welcome-content-box{width:70%;margin:0 auto}.welcome-title,.welcome-desc{color:#232f33}.w-button{width:100%;border-top:1px solid #232f33;border-bottom:1px solid #232f33;padding:1rem 0;margin-top:2rem;font-size:1.15rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:space-between}.w-button:hover{background:#232f33;color:#fff;border-top:1px solid #232f33;border-bottom:1px solid #232f33;border-radius:50px;padding:1rem 40px;width:calc(100% - 80px)}.w-button-arrow{width:32px;height:32px;transition:all .3s ease}.w-button:hover .w-button-arrow{content:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='32px'%20height='32px'%20viewBox='0%200%2032%2032'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3esolar:arrow-right-up-linear%3c/title%3e%3cg%20id='页面-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='画板'%20transform='translate(-537,%20-916)'%3e%3cg%20id='编组-4'%20transform='translate(279.8929,%20899)'%3e%3cg%20id='solar:arrow-right-up-linear'%20transform='translate(257.1071,%2017)'%3e%3crect%20id='矩形'%20x='0'%20y='0'%20width='32'%20height='32'%3e%3c/rect%3e%3cpath%20d='M8,24%20L24,8%20M24,8%20L12,8%20M24,8%20L24,20'%20id='形状'%20stroke='%23FFFFFF'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}@media (max-width: 768px){.welcome-page{justify-content:flex-end}.welcome-content{width:100%;height:auto;background-color:#ffffffb3;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.welcome-content-box{width:80%;margin-top:140px;margin-bottom:60px}}.solution-page{height:100vh;width:100%;background-color:#232f33;display:flex;justify-content:center;align-items:center;position:relative}.solution-text{color:#232f33;background-color:#fff;width:50%;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;position:absolute;top:0;left:0}.solution-text-box{width:66%;margin:0 auto}.solution-title,.solution-desc{color:#232f33}.solution-card-box{position:absolute;width:102%;height:100vh;display:flex;flex-direction:column;align-items:center;padding-bottom:200px;overflow-y:auto;scroll-behavior:smooth;gap:120px}.solution-card-1{background-image:url(/assets/img_solu1-DZgPpl_O.jpg);background-size:cover;min-width:25%;width:25%;min-height:62%;display:flex;align-items:flex-end;margin-top:280px;transform:translate(25%)}.solution-card-2{background-image:url(/assets/img_solu2-D7kifhv3.jpg);background-size:cover;min-width:25%;width:25%;min-height:62%;display:flex;align-items:flex-end;transform:translate(100%)}.solution-card-3{background-image:url(/assets/img_solu3-CxViFv_B.jpg);background-size:cover;min-width:25%;width:25%;min-height:62%;display:flex;align-items:flex-end;transform:translate(25%)}.solution-card-4{background-image:url(/assets/img_solu4-oFknCKcR.jpg);background-size:cover;min-width:25%;width:25%;min-height:62%;display:flex;align-items:flex-end;transform:translate(100%)}.solution-card-bg-mask{width:100%;height:100%;background-color:#ffffff90;display:flex;flex-direction:column;justify-content:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.solution-card-mask{width:100%;height:auto;background-color:#232f3390;display:flex;flex-direction:column;justify-content:center;padding:40px 30px 20px 50px}.solution-card-title{color:#bfff70;font-size:1.5rem;line-height:1.2}.solution-card-desc{color:#bfff70;font-size:1rem;line-height:1.1}@media (max-width: 768px){.solution-page{flex-direction:column}.solution-text{width:100%;height:70%}.solution-text-box{width:82%;margin:0 auto}.solution-card-1{width:90%;margin-top:140%;transform:translate(0);box-shadow:0 0 20px #0000004d}.solution-card-2,.solution-card-3,.solution-card-4{width:90%;transform:translate(0)}.solution-card-mask{padding:40px 30px 20px}.solution-card-title{font-size:1.4rem;font-weight:500}}.advantage-page{height:100vh;width:100%;display:flex;justify-content:center;align-items:center;background-color:#f5f5f5;padding:0;margin:0;box-sizing:border-box}.adv-text{width:50%;background-color:#232f33;align-self:flex-start;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.adv-text-box{margin-left:15%;margin-bottom:30%}.adv-card-box{width:50%;margin:0 auto;height:100vh;display:flex;justify-content:flex-start;align-items:center}.adv-card-l{min-width:50%;width:50%;min-height:60%;margin:0;display:flex;align-items:flex-end;align-self:flex-start;transform:translate(-200px) translateY(44%)}.adv-card-r{min-width:50%;width:50%;min-height:60%;margin:0;display:flex;align-items:flex-end;transform:translate(-140px) translateY(-20%)}.adv-img-1{background-image:url(/assets/img_adv_tech-BEhFKGZ1.png);background-size:cover}.adv-img-2{background-image:url(/assets/img_adv_exp-B58kiATs.png);background-size:cover}.adv-card-mask-l{width:100%;height:auto;background-color:#232f3390;display:flex;flex-direction:column;justify-content:center;padding:32px;gap:12px;transform:translate(-12%) translateY(36%)}.adv-card-mask-r{width:100%;height:auto;background-color:#232f3390;display:flex;flex-direction:column;justify-content:center;padding:32px;gap:12px;transform:translate(12%) translateY(36%)}.adv-card-title{color:#bfff70;font-size:1.5rem;line-height:1.2}.adv-card-desc{color:#bfff70;font-size:1rem;line-height:1.2;margin:0}@media (max-width: 768px){.advantage-page{flex-direction:column}.adv-text{width:100%}.adv-text-box{margin:0 auto}.adv-card-box{width:100%;flex-direction:column;align-items:normal}.adv-card-l{width:100%;min-height:50%;align-items:normal;transform:translate(0) translateY(0)}.adv-card-mask-l{transform:translate(0) translateY(0)}.adv-card-r{width:100%;min-height:50%;align-items:normal;transform:translate(0) translateY(0)}.adv-card-mask-r{transform:translate(0) translateY(0)}}.trustworthy-page{width:100%;height:100vh;display:flex;align-items:center;justify-content:center;background-color:#fff}.trustworthy-img{width:50%;height:100%;background-image:url(/assets/img_tw_bg-x4Fqr2es.jpg);background-size:cover}.trustworthy-text{background-color:#232f33;width:50%;height:100%;display:flex;align-items:center;justify-content:center}.trustworthy-text-box{width:70%;display:flex;flex-direction:column;justify-content:center}@media (max-width: 768px){.trustworthy-page{flex-direction:column}.trustworthy-img{width:100%;position:absolute}.trustworthy-text{width:100%;background-color:#232f3399;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1}.trustworthy-text-box{width:80%;margin:40px auto}}.contact-page{width:100%;height:100vh;display:flex;align-items:center;justify-content:center;background-color:#fff}.contact-bg-l{width:50%;height:100%;background-image:url(/assets/img_tw_bg-x4Fqr2es.jpg);background-size:cover;display:flex;align-items:center;justify-content:flex-end}.contact-l-box{width:70%;height:80%;background-color:#232f33;display:flex;justify-content:center}.contact-text{color:#fff;display:flex;flex-direction:column;justify-content:center;margin:0 12%}.contact-bg-r{background-color:#232f33;width:50%;height:100%;display:flex;align-items:center;justify-content:flex-start}.contact-r-img{width:70%;height:80%;background-image:url(/assets/img_contact-BZrf8yYe.jpg);background-size:cover;background-repeat:no-repeat}.c-button{width:100%;border-top:1px solid white;border-bottom:1px solid white;padding:1rem 0;margin-top:1rem;font-size:1.15rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:space-between}.c-button:hover{background:#77b22e;border-radius:50px;padding-left:40px;padding-right:40px;width:calc(100% - 80px);border-top:1px solid #77B22E;border-bottom:1px solid #77B22E}.c-button-arrow{width:32px}@media (max-width: 768px){.contact-page{flex-direction:column-reverse}.contact-bg-l,.contact-l-box,.contact-bg-r,.contact-r-img{width:100%;height:100%}.contact-text{margin:40px}.contact-text h3{font-size:28px;line-height:1.4}}
