html{scroll-behavior:smooth}
@keyframes bounce{0%,100%,20%,50%,80%{transform:translateX(-50%) translateY(0)}
40%{transform:translateX(-50%) translateY(-20px)}
60%{transform:translateX(-50%) translateY(-10px)}
}
@keyframes scroll-x{0%{transform:translateX(0)}
100%{transform:translateX(-50%)}
}
@keyframes fadeIn{from{opacity:0}
to{opacity:1}
}
@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}
to{opacity:1;transform:translateY(0)}
}
@keyframes slideInRight{from{opacity:0;transform:translateX(-20px)}
to{opacity:1;transform:translateX(0)}
}
.ng-hero{position:relative;display:flex;height:100vh;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(108deg,#0a0a16 .45%,#1d1d25 66.98%)}
.ng-hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.3;z-index:0}
.ng-hero-bg::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(108deg,#0a0a16 .45%,#1d1d25 66.98%)}
.ng-hero-container{position:relative;z-index:1;display:flex;max-width:1920px;width:100%;margin:0 auto;padding:0 30px;gap:40px;align-items:center;justify-content:space-between}
.ng-hero-image{flex:2;width:66.67%;max-width:none}
.ng-hero-image img{width:100%;height:auto;border-radius:10px;box-shadow:0 20px 40px rgba(0,0,0,.3)}
.ng-hero-content{flex:1;width:33.33%;text-align:left;color:#fff;max-width:none}
.ng-hero-title{font-size:5rem;font-weight:700;margin-bottom:20px;text-transform:uppercase;letter-spacing:2px;animation:slideInRight 1s ease}
.ng-hero-subtitle{font-size:1.5rem;margin-bottom:40px;line-height:1.8;opacity:0;animation:fadeIn 1s ease .5s forwards}
.ng-hero-btn{display:inline-block;padding:15px 40px;background-color:#522acc;color:#fff;text-decoration:none;border-radius:50px;font-size:18px;font-weight:600;text-transform:uppercase;letter-spacing:1px;transition:all .3s ease;position:relative;overflow:hidden;opacity:0;animation:fadeInUp 1s ease 1s forwards}
.ng-hero-btn::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:all .5s ease}
.ng-hero-btn:hover{background-color:#832accff;transform:translateY(-3px);box-shadow:0 10px 20px rgba(0,170,255,.3);color:#fff}
.ng-hero-btn:hover::before{left:100%}
.ng-hero-scroll{position:absolute;bottom:40px;left:50%;transform:translateX(-50%);width:60px;height:80px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;animation:bounce 2s infinite}
.ng-hero-scroll svg{max-width:100%;max-height:100%;opacity:.8;transition:opacity .3s ease}
.ng-hero-scroll:hover svg{opacity:1}
.ng-features-section{position:relative;padding:120px 0;background-color:#f9f9fc;overflow:hidden}
.ng-features-container{position:relative;z-index:1;max-width:1920px;margin:0 auto;padding:0 30px}
.ng-features-content{display:flex;align-items:center;gap:60px}
.ng-features-left{flex:3;position:relative}
.ng-features-image-wrapper{position:relative;transform:rotate(-3deg);overflow:hidden;border-radius:10px;box-shadow:0 20px 40px rgba(0,0,0,.1);transition:transform .3s ease}
.ng-features-image-wrapper:hover{transform:rotate(0) scale(1.02)}
.ng-features-image{display:block;width:100%;height:auto}
.ng-features-right{flex:1}
.ng-features-title{font-size:2.5rem;margin-bottom:20px;color:#1d1d26;line-height:1.2}
.ng-features-subtitle{font-size:1.2rem;margin-bottom:40px;color:#666;line-height:1.6}
.ng-features-list{margin-bottom:40px}
.ng-feature-item{display:flex;margin-bottom:25px;padding:15px 0;gap:20px;border-bottom:1px solid rgba(82,42,204,.1);transition:transform .3s ease;align-items:flex-start}
.ng-feature-item:hover{transform:translateX(10px)}
.ng-feature-icon{flex-shrink:0;display:flex;width:40px;height:40px;background-color:#DA0023;color:#fff;border-radius:50%;align-items:center;justify-content:center;font-size:18px;font-weight:700}
.ng-feature-text h3{font-size:1.2rem;margin-bottom:8px;color:#1d1d26;font-weight:600}
.ng-feature-text p{font-size:1rem;color:#666;line-height:1.6}
.ng-features-btn{position:relative;display:inline-block;padding:15px 40px;background-color:#DA0023;color:#fff;text-decoration:none;border-radius:50px;font-size:16px;font-weight:600;text-transform:uppercase;letter-spacing:1px;transition:all .3s ease;overflow:hidden}
.ng-features-btn::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:all .5s ease}
.ng-features-btn:hover{background-color:#da0066;transform:translateY(-3px);box-shadow:0 10px 20px rgba(218,0,38,.3);color:#fff}
.ng-features-btn:hover::before{left:100%}
.ng-services{background:linear-gradient(#dddde4 0,rgba(221,221,228,0) 52.6%,#dddde4 100%);color:#1d1d26;padding:120px 0;position:relative;overflow:hidden}
.ng-services::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:url('data:image/svg+xml,%3Csvg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg fill="%23ffffff" fill-opacity="0.05"%3E%3Cpath d="M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z"/%3E%3C/g%3E%3C/g%3E%3C/svg%3E');opacity:.3;z-index:0}
.ng-services-container{max-width:1200px;margin:0 auto;padding:0 30px;position:relative;z-index:1}
.ng-carousel-title,.ng-services-title{text-align:center;font-size:3rem;margin-bottom:80px;position:relative;padding-bottom:20px}
.ng-carousel-title{color:#1d1d26}
.ng-services-title::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:100px;height:4px;background-color:#DA0023}
.ng-services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px}
.ng-service-card{background-color:rgba(255,255,255,.95);border-radius:10px;padding:40px 30px;transition:all .3s ease;position:relative;overflow:hidden;border:1px solid rgba(82,42,204,.1)}
.ng-service-card::before{content:'';position:absolute;top:0;left:0;width:5px;height:100%;background:linear-gradient(to bottom,#f1429a,#DA0023);transform:scaleY(0);transform-origin:top;transition:transform .3s ease}
.ng-service-card:hover{background-color:#fff;transform:translateY(-10px);box-shadow:0 15px 35px rgba(218,0,38,.2)}
.ng-service-card:hover::before{transform:scaleY(1)}
.ng-service-icon{font-size:3rem;margin-bottom:20px;color:#522acc;transition:transform .3s ease}
.ng-service-card:hover .ng-service-icon{transform:scale(1.2) rotate(5deg)}
.ng-service-title{font-size:1.5rem;margin-bottom:20px;font-weight:600;position:relative;padding-bottom:15px}
.ng-service-title::after{content:'';position:absolute;bottom:0;left:0;width:50px;height:2px;background-color:#DA0023;transition:width .3s ease}
.ng-service-card:hover .ng-service-title::after{width:100px}
.ng-service-description{font-size:1rem;color:#1d1d26;line-height:1.8}
.wrapper-img{padding:50px 0}
.wrapper-3d{width:90%;margin:0 auto;max-width:80rem}
.wrapper-3d .cols{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.wrapper-3d .col{width:calc(25% - 2rem);aspect-ratio: 290/218;margin:1rem;cursor:pointer;position:relative;}
.wrapper-3d .container{transform-style:preserve-3d;perspective:1000px;padding: 0 !important;height:100%;width:100%;position:relative;}
.wrapper-3d .back,.wrapper-3d .front{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;-webkit-transition:-webkit-transform .7s cubic-bezier(.4,.2,.2,1);transition:-webkit-transform .7s cubic-bezier(.4,.2,.2,1);-o-transition:transform .7s cubic-bezier(.4,.2,.2,1);transition:transform .7s cubic-bezier(.4,.2,.2,1);transition:transform .7s cubic-bezier(.4,.2,.2,1),-webkit-transform .7s cubic-bezier(.4,.2,.2,1);-webkit-backface-visibility:hidden;backface-visibility:hidden;text-align:center;border-radius:10px;color:#fff;font-size:1.5rem;display:block;}
.wrapper-3d .back{background:#cedce7;background:-webkit-linear-gradient(45deg,#cedce7 0,#596a72 100%);background:-o-linear-gradient(45deg,#cedce7 0,#596a72 100%);background:linear-gradient(45deg,#cedce7 0,#596a72 100%)}
.wrapper-3d .front:after{position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;content:'';display:block;opacity:.3;background-color:#000;-webkit-backface-visibility:hidden;backface-visibility:hidden;border-radius:10px}
.wrapper-3d .container:hover .back,.wrapper-3d .container:hover .front{-webkit-transition:-webkit-transform .7s cubic-bezier(.4,.2,.2,1);transition:-webkit-transform .7s cubic-bezier(.4,.2,.2,1);-o-transition:transform .7s cubic-bezier(.4,.2,.2,1);transition:transform .7s cubic-bezier(.4,.2,.2,1);transition:transform .7s cubic-bezier(.4,.2,.2,1),-webkit-transform .7s cubic-bezier(.4,.2,.2,1)}

.wrapper-3d .inner{-webkit-transform:translateY(-50%) translateZ(60px) scale(.94);transform:translateY(-50%) translateZ(60px) scale(.94);top:50%;position:absolute;left:0;width:100%;padding:2rem;font-size:.7em;-webkit-box-sizing:border-box;box-sizing:border-box;outline:1px solid transparent;perspective:inherit;z-index:2;display:block}
.wrapper-3d .container .back{transform:rotateY(180deg);transform-style:preserve-3d;position:absolute;top:0;left:0;width:100%;height:100%;}
.wrapper-3d .container .front{transform:rotateY(0);transform-style:preserve-3d;position:absolute;top:0;left:0;width:100%;height:100%;}
.wrapper-3d .container:hover .back{transform:rotateY(0);transform-style:preserve-3d}
.wrapper-3d .container:hover .front{transform:rotateY(-180deg);transform-style:preserve-3d}
.wrapper-3d .front .inner p{font-size:2rem;margin-bottom:2rem;position:relative}
.wrapper-3d .front .inner p:after{content:'';width:4rem;height:2px;position:absolute;background:#c6d4df;display:block;left:0;right:0;margin:0 auto;bottom:-.75rem}
.wrapper-3d .front .inner span{color:rgba(255,255,255,.7);font-family:Montserrat;font-weight:300}
.drXNZt{top:0;left:0;right:0;position:absolute}
.drXNZt .marquee{display:flex;overflow:hidden;user-select:none;gap:10px;mask-image:linear-gradient(to right,rgba(0,0,0,0),#000 20%,#000 80%,rgba(0,0,0,0));color:rgba(107,107,107,.1);font-family:Inter;font-size:97px;font-weight:900}
.drXNZt .marquee-group{flex-shrink:0;display:flex;-webkit-box-align:center;align-items:center;justify-content:space-around;min-width:100%;animation:45s linear 0s infinite normal none running scroll-x}
.drXNZt .marquee-group span{margin-right:50px}
.ng-product-showcase{padding:120px 0;background-color:#fff;position:relative;overflow:hidden}
.ng-product-container{max-width:1920px;margin:0 auto;padding:0 30px;position:relative;z-index:1}
.ng-product-content{display:flex;align-items:center;gap:60px}
.ng-product-left{flex:1}
.ng-product-title{font-size:2.5rem;color:#1d1d26;margin-bottom:20px;line-height:1.2;font-weight:700}
.ng-product-subtitle{font-size:1.2rem;color:#666;margin-bottom:40px;line-height:1.6}
.ng-product-features{margin-bottom:40px}
.ng-product-feature{display:flex;align-items:flex-start;gap:20px;margin-bottom:25px;padding:20px;background-color:#f9f9fc;border-radius:10px;transition:all .3s ease;border-left:4px solid transparent}
.ng-product-feature:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,.05);border-left-color:#DA0023}
.ng-feature-icon{flex-shrink:0;font-size:2rem;color:#ffffff;line-height:1}
.ng-feature-text h3{font-size:1.3rem;color:#1d1d26;margin-bottom:8px;font-weight:600}
.ng-feature-text p{font-size:1rem;color:#666;line-height:1.6}
.ng-product-btn{display:inline-block;padding:15px 40px;background-color:#DA0023;color:#fff;text-decoration:none;border-radius:50px;font-size:16px;font-weight:600;text-transform:uppercase;letter-spacing:1px;transition:all .3s ease;position:relative;overflow:hidden}
.ng-product-btn::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:all .5s ease}
.ng-product-btn:hover{background-color:#da0066;transform:translateY(-3px);box-shadow:0 10px 20px rgba(218,0,38,.3);color:#fff}
.ng-product-btn:hover::before{left:100%}
.ng-product-right{flex:2;position:relative}
.ng-product-image-wrapper{position:relative;border-radius:15px;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,.1);transition:transform .3s ease}
.ng-product-image-wrapper:hover{transform:scale(1.02)}
.ng-product-image{width:100%;height:auto;display:block}
.station-building-process{position:relative;background:#fff;padding-top: 50px;}
.station-building-process .news-slider{position:relative;z-index:2;max-width:1300px;margin:60px auto 0}
.station-building-process .news-slider-wrp{display:flex;position:relative;z-index:2;align-items:flex-start}
.station-building-process .news-slider-item{flex-shrink:0;width:400px}
.station-building-process .news-slider-item.swiper-slide{opacity:0;pointer-events:none;transition:all .3s;margin: 0 5px;}
.station-building-process .news-slider-item.swiper-slide-active,.station-building-process .news-slider-item.swiper-slide-next,.station-building-process .news-slider-item.swiper-slide-prev{opacity:1;pointer-events:auto}
.station-building-process .news-slider-ctr{position:relative;z-index:12}
.station-building-process .news-slider-arrow{position:absolute;top:50%;z-index:12;display:inline-flex;width:50px;height:50px;background:#fff;border:none;border-radius:50%;align-items:center;justify-content:center;box-shadow:0 6px 26px 6px rgba(0,0,0,.25);cursor:pointer;outline:0;transform:translateY(-50%)}
.station-building-process .news-slider-arrow.news-slider-prev{left:15px}
.station-building-process .news-slider-arrow.news-slider-next{right:15px}
.station-building-process .news-slider-arrow .icon-font{display:inline-flex;width:13px}
.station-building-process .news-slider-pagination{margin-top:50px;text-align:center}
.station-building-process .news-slider-pagination .swiper-pagination-bullet{display:inline-block;width:13px;height:10px;margin:0 5px;background:#222;border-radius:20px;opacity:.2;transition:opacity .5s,background-color .5s,width .5s;transition-delay:.5s,.5s,0s}
.station-building-process .news-slider-pagination .swiper-pagination-bullet-active{background:#444;width:100px;opacity:1;transition-delay:0s}
.station-building-process .news-item{position:relative;display:block;padding:40px;background:#F9FAFB;border-radius:10px;color:#222;transition:all .3s ease;z-index:1}
.station-building-process .news-item.active,.station-building-process .news-item:hover{transform:translateY(-15px);transition:all .3s ease}
/* 保持与HTML中类名一致，该样式已经包含在上面的定义中，移除重复样式 */
.station-building-process .news-date{display:inline-block;opacity:.7;transition:opacity .3s}
.station-building-process .news-date-title{display:block;margin-bottom:10px;font-size:32px;font-weight:500;width: 72px;height: 72px;line-height: 72px;text-align: center;border-radius: 50%;background-color: #DA0023;color: #ffffff;}
.station-building-process .news-title{margin-top:10px;margin-bottom:15px;font-size:25px;font-weight:500;opacity:.7;transition:opacity .3s;color: #0F0F0F;}
.station-building-process .news-txt{margin:10px 0;font-size:15px;line-height:1.6em;opacity:.7;transition:opacity .3s;color: #9E9E9E;}
.station-building-process .news-img{height:200px;margin-top:30px;border-radius:10px;box-shadow:0 6px 26px 6px rgba(0,0,0,.25);transition:all .3s;transform-origin:0 0;background-color: #ffffff;}
.station-building-process .news-img img{width:100%;height:100%;max-width:100%;border-radius:10px}
.serveric-main{background-color:#f4f4f4}
.serveric-main .mySwbox{max-width:1400px;margin:0 auto;position:relative;padding:35px 10px 0;width:100%;height:100%}
.serveric-main .titlebox{width:40%;position:absolute;left:10px;top:5%;z-index:10}
.serveric-main .titlebox .section-title1{color:#333;font-size:26px;padding-top:40px}
.serveric-main .titlebox strong{display:block;font-weight:400;padding-bottom:20px;border-bottom:1px solid #ddd;margin-bottom:10px;position:relative}
.serveric-main .titlebox strong::before{content:'';display:block;width:100px;height:5px;background:#DA0023;position:absolute;bottom:-3px;left:0;border-radius:10px}
.serveric-main .titlebox p{margin:0;background-color:#1b1b1b;border-radius:3px;text-align:center;font-size:14px;line-height:26px;color:#f4f4f4;padding:0 15px;display:inline-block}
.serveric-main .swiper-container{width:100%;height:300px;margin-left:auto;margin-right:auto;overflow:hidden}
.serveric-main .swiper-slide{background-size:cover;background-position:center}
.serveric-main .gallery-top{height:80%;width:100%}
.serveric-main .gallery-thumbs{height:20%;box-sizing:border-box;padding:10px 0}
.serveric-main .gallery-thumbs .swiper-slide{width:25%;height:100%;opacity:1}
.serveric-main .gallery-thumbs .swiper-slide-thumb-active{opacity:1}
.serveric-main .slide .text{width:45%;color:#333;padding-top:15%;overflow:hidden;padding-right:5%;flex-shrink:0}
.serveric-main .slide .text h2{margin:0}
.serveric-main .slide .text h2 .s1{font-size:20px;line-height:46px}
.serveric-main .slide .text h2 .s2{font-size:14px;font-weight:400;line-height:46px;margin-left:15px}
.serveric-main .slide .text h2 .s3{float:right;font-size:57px;line-height:46px}
.serveric-main .slide .text p{font-size:14px;line-height:30px;color:#666;margin:0}
.serveric-main .slide{display:flex;justify-content:space-between;align-items:flex-start}
.serveric-main .slide .img,.serveric-main .slide .img img{width: 100%;}
.serveric-main .slide img{max-width:100%}
.serveric-main .mySwbox-thumbs{background-color:#fff;box-shadow:0 0 10px #ddd;margin-top:25px}
.serveric-main .mySwbox-thumbs .gallery-thumbs{max-width:1400px;margin:0 auto;padding:20px}
.serveric-main .gallery-thumbs .swiper-slide{flex:1;position:relative;transition:all ease .5s;cursor:pointer;display:flex;box-shadow:0 0 1px transparent;padding:20px 20px 20px 0;border-right:1px solid #ebebeb}
.serveric-main .img-center{position:relative;z-index:999;display:flex;justify-content:center;align-items:center;width:80px;border-right:1px solid #ebebeb}
.serveric-main .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .i1{display:none}
.serveric-main .gallery-thumbs .swiper-slide.swiper-slide-thumb-active::before{width:100%}
.serveric-main .gallery-thumbs .swiper-slide:before{width:0;height:100%;background:#4177b7;content:'';position:absolute;bottom:0;left:0;transition:all .5s}
.serveric-main .gallery-thumbs .slide-icon{display:flex}
.serveric-main .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .text{color:#fff}
.serveric-main .gallery-thumbs .swiper-slide .i2{display:none}
.serveric-main .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .i2{display:block}
.serveric-main .gallery-thumbs .swiper-slide .text{position:relative;z-index:999;padding-left:25px;color:#333}
.serveric-main .gallery-thumbs .swiper-slide .text h2{font-size:16px;margin:0;line-height:30px}
.serveric-main .gallery-thumbs .swiper-slide:last-child{border-right:0}
.serveric-main .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .text p{color:#fff}
.serveric-main .gallery-thumbs .swiper-slide .text p{font-size:12px;color:#666;margin:0;line-height:25px}
.serveric-main .gallery-thumbs .swiper-slide .icon{width:50px;height:50px;line-height: 50px;font-size: 40px;fill:#333;overflow:hidden;transition:all ease .5s}
.serveric-main .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .icon{fill:#fff}
@media (max-width:1024px){.wrapper-3d .col{width:calc(33.333333% - 2rem);aspect-ratio: 290/218}
}
@media (max-width:992px){.ng-hero-container{flex-direction:column;gap:30px;padding:0 20px}
.serveric-main .mySwbox-thumbs .gallery-thumbs{padding:10px}
.serveric-main .gallery-thumbs .swiper-slide{padding:10px}
.serveric-main .img-center{width:55px}
.serveric-main .titlebox .section-title1{font-size:24px}
.serveric-main .gallery-thumbs .swiper-slide .text{padding-left:15px}
.ng-hero-content,.ng-hero-image{width:100%;text-align:center}
.ng-hero-image img{width:100%;max-width:100%;height:auto;border-radius:8px}
.ng-features-content{flex-direction:column;gap:40px}
.ng-features-left,.ng-features-right{width:100%}
.ng-features-image-wrapper{max-width:500px;margin:0 auto}
.ng-features-subtitle,.ng-features-title{text-align:center}
.ng-features-title{font-size:2rem}
.ng-product-content{flex-direction:column;gap:40px}
.ng-product-left,.ng-product-right{width:100%}
.ng-product-subtitle,.ng-product-title{text-align:center}
.ng-product-title{font-size:2rem}
.ng-product-btn{display:block;text-align:center;margin:0 auto}
}
@media (max-width:768px){.ng-hero{height:auto;min-height:100vh;padding:60px 0}
.serveric-main .mySwbox-thumbs{margin-left:10px;margin-right:10px}
.serveric-main .mySwbox{padding-top:15px}
.serveric-main .titlebox .section-title1{font-size:24px;padding:0}
.serveric-main .slide .text{width:100%;padding-top:20px;padding-right:0}
.serveric-main .slide{flex-direction:column}
.serveric-main .titlebox{width:100%;position:relative;left:0;top:5%;z-index:10}
.serveric-main .slide .img{margin-top:10px}
.serveric-main .gallery-thumbs .swiper-slide .text{display:none}
.serveric-main .gallery-thumbs .slide-icon{width:100%}
.serveric-main .img-center{border-right:0;width:100%}
.serveric-main{padding:5px 5px 30px 5px}
.serveric-main .gallery-thumbs .swiper-slide{margin-right:0!important}
.serveric-main .slide .text h2 .s3{display:none}
.ng-hero-title{font-size:3rem}
.ng-hero-subtitle{font-size:1.2rem}
.ng-hero-scroll{bottom:30px;width:50px;height:70px}
.ng-features-section{padding:80px 0}
.ng-features-container{padding:0 20px}
.ng-features-title{font-size:1.8rem}
.ng-feature-item{gap:15px}
.ng-feature-icon{width:35px;height:35px;font-size:16px}
.ng-contact-title,.ng-services-title{font-size:2.5rem}
.ng-services-grid{grid-template-columns:1fr}
.wrapper-3d .col{width:calc(50% - 2rem);aspect-ratio: 290/218}
.ng-product-showcase{padding:80px 0}
.ng-product-container{padding:0 20px}
.ng-product-title{font-size:1.8rem}
.ng-product-feature{gap:15px;padding:15px}
.ng-feature-icon{font-size:1.5rem}}
@media (max-width:512px){.wrapper-3d .col{width:100%;max-width:290px;aspect-ratio: 290/218;margin:0 auto 2rem auto}
}
@media (max-width:480px){.ng-hero{padding:40px 0}
.ng-hero-container{padding:0 15px;gap:20px}
.ng-hero-title{font-size:2.5rem;margin-bottom:15px}
.ng-hero-subtitle{font-size:1rem;margin-bottom:30px}
.ng-hero-btn{padding:12px 30px;font-size:16px}
.ng-hero-image img{border-radius:6px}
.ng-hero-scroll{bottom:20px;width:40px;height:60px}
.ng-features-section{padding:60px 0}
.ng-features-container{padding:0 15px}
.ng-features-title{font-size:1.5rem}
.ng-features-subtitle{font-size:1rem}
.ng-features-btn{width:100%;text-align:center;padding:12px 30px;font-size:14px}
.ng-services{padding:80px 0}
.ng-contact-title,.ng-services-title,.ng-carousel-title, .ng-services-title{font-size:2rem}
.ng-carousel-title, .ng-services-title{margin-bottom: 0;}
.ng-product-showcase{padding:60px 0}
.ng-product-container{padding:0 15px}
.ng-product-title{font-size:1.5rem}
.ng-product-subtitle{font-size:1rem}
.ng-product-btn{padding:12px 30px;font-size:14px}
.station-building-process .news-slider{margin-top:45px}
.station-building-process .news-slider__pagination .swiper-pagination-bullet-active{width:70px}
.station-building-process .news__img{height:180px;margin-top:20px}
}