:root{--shadow-default:0px 5px 15px 0px #0066cc26;--shadow-hover:0px 8px 25px 0px #06c3;--case-bg-color:#edf5fc;--gradient-bg:linear-gradient(to bottom, #edf5fa, #fff);--text-color-primary:#333;--text-color-secondary:#666;--theme-color:#1a327b;--padding-section:60px 20px}.products-section{background-color:var(--case-bg-color);padding:var(--padding-section);margin-bottom:0}.products-grid{grid-template-columns:1fr;grid-auto-rows:auto;align-items:stretch;gap:24px;width:100%;margin:0;padding:0;list-style:none;display:grid}.products-grid li{box-sizing:border-box;flex:1;width:100%;min-width:0}.product-card{background:var(--gradient-bg);width:100%;box-shadow:var(--shadow-default);color:inherit;box-sizing:border-box;border:1px solid #fffc;border-radius:12px;text-decoration:none;transition:all .3s;display:block;position:relative;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-4px)}.product-image{width:100%;height:200px;position:relative;overflow:hidden}.product-image img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.product-card:hover .product-image img{transform:scale(1.05)}.product-content{text-align:center;padding:24px}.product-card .product-content .product-title{color:var(--text-color-primary);text-overflow:ellipsis;white-space:nowrap;box-sizing:border-box;width:100%;margin:0 0 12px;font-size:18px;font-weight:600;line-height:1.4;overflow:hidden}.product-description{color:var(--text-color-secondary);-webkit-line-clamp:3;text-overflow:ellipsis;-webkit-box-orient:vertical;min-height:63px;margin:0;font-size:14px;line-height:1.6;display:-webkit-box;overflow:hidden}.product-value-section{padding:var(--padding-section);background-color:#fff}.value-grid{grid-template-columns:1fr;gap:24px;width:100%;margin:0;padding:0;list-style:none;display:grid}.value-grid li{box-sizing:border-box;width:100%}.value-card{background:var(--gradient-bg);text-align:center;width:100%;box-shadow:var(--shadow-default);box-sizing:border-box;border:1px solid #fffc;border-radius:12px;padding:32px 24px;transition:all .3s}.value-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-2px)}.value-icon{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffc;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 20px;display:flex}.value-icon img{object-fit:contain;max-width:60px;max-height:60px}.value-title{color:var(--text-color-primary);margin:0 0 16px;font-size:20px;font-weight:600;line-height:1.3}.value-description{color:var(--text-color-secondary);margin:0;font-size:14px;line-height:1.6}.demo-section{background-color:var(--case-bg-color);padding:var(--padding-section)}.demo-container{position:relative}.demo-swiper{margin-bottom:40px}.demo-swiper .swiper-slide{height:auto}.demo-card{box-shadow:var(--shadow-default);color:inherit;background:#fff;border-radius:12px;text-decoration:none;transition:all .3s;display:block;overflow:hidden}.demo-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-4px)}.demo-image{width:100%;height:180px;position:relative;overflow:hidden}.demo-image img{object-fit:cover;width:100%;height:100%}.demo-play-button{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000b3;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.demo-card:hover .demo-play-button{background:#000c;transform:translate(-50%,-50%)scale(1.1)}.demo-play-button img{width:24px;height:24px}.demo-title{color:var(--text-color-primary);text-align:center;margin:0;padding:20px;font-size:16px;font-weight:500;line-height:1.4}.cta-banner{background:linear-gradient(135deg, var(--theme-color) 0%, #4a90e2 100%);text-align:center;color:#fff;background-position:50%;background-size:cover;padding:60px 20px;position:relative}.cta-banner:before{content:"";z-index:1;background:#1a327bcc;position:absolute;inset:0}.cta-content{z-index:2;position:relative}.cta-title{margin:0 0 20px;font-size:24px;font-weight:600;line-height:1.3}.cta-button{color:#fff;letter-spacing:1px;background-color:#23c2eb;border-radius:25px;padding:12px 32px;font-weight:500;text-decoration:none;transition:all .3s;display:inline-block}.cta-button:hover{background-color:#23c2ebe6;transform:translateY(-2px)}.swiper-controls{flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;margin-top:0;display:flex}.swiper-controls .swiper-button-prev,.swiper-controls .swiper-button-next{width:44px;height:44px;box-shadow:var(--shadow-default);background:#fff;border-radius:50%;transition:all .3s;color:var(--theme-color)!important;margin:0!important;position:static!important}.swiper-controls .swiper-button-prev:hover,.swiper-controls .swiper-button-next:hover{box-shadow:var(--shadow-hover);transform:scale(1.1)}.swiper-controls .swiper-button-prev:after,.swiper-controls .swiper-button-next:after{font-weight:700;font-size:16px!important}.swiper-pagination-fraction{color:var(--text-color-secondary);margin:0 20px;font-weight:500;width:auto!important;position:static!important}.more-link{margin-left:20px}.more-link a{color:var(--theme-color);font-weight:500;text-decoration:none;transition:color .3s;position:relative}.more-link a:after{content:"→";margin-left:8px;transition:transform .3s}.more-link a:hover:after{transform:translate(4px)}@media (width>=640px){:root{--padding-section:80px 40px}.products-grid{grid-template-columns:repeat(2,minmax(0,1fr));justify-items:stretch;gap:32px}.value-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px}.value-grid li{width:100%}.product-image{height:220px}.demo-image{height:200px}}@media (width>=768px){.demo-image{height:240px}.cta-title{font-size:28px}.swiper-controls{flex-wrap:nowrap}}@media (width>=1024px){:root{--padding-section:100px 60px}.products-grid{grid-template-columns:repeat(3,minmax(0,1fr));justify-items:stretch;gap:40px}.products-grid li{flex:1;width:100%;min-width:0}.value-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:40px}.value-grid li{width:100%}.product-image{height:240px}.demo-image{height:260px}}@media (width>=1280px){.products-grid,.value-grid{gap:48px}.product-image{height:260px}}@media (width>=1536px){.product-image{height:280px}.demo-image{height:300px}}.emptyli{display:none}.grey-bg{background-color:var(--case-bg-color)}.tonglan{background-color:#fff}.tonglan2{padding:var(--padding-section)}.dswiper-container{overflow:hidden}.swiper-wrapper{display:flex}.swiper-slide{flex-shrink:0;width:100%;position:relative}:root{--shadow-default:0px 5px 15px 0px #0066cc26;--case-bg-color:#edf5fa}.sadvert{background-position:50%;flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative}.sadvert img.pic{object-fit:cover;width:100%;max-height:60vh;display:block}.sadvert video{object-fit:cover;width:100%;height:100%;display:block}.product-detail-banner{flex-direction:column;justify-content:center;gap:24px;height:100%;display:flex;position:absolute;top:0;left:0;right:0}.product-detail-banner h1,.product-detail-banner h2,.product-detail-banner h3{text-align:left;color:var(--text-color-black-85);margin:0}.product-detail-banner h1{font-size:28px;font-weight:500;line-height:normal}.product-detail-banner h1 sup{margin-left:5px;font-size:24px;position:relative;top:-4px}.product-detail-banner h2{font-size:20px;font-weight:500;line-height:normal}.product-detail-banner h3{max-width:300px;font-size:14px;font-weight:400;line-height:24px}@media (width>=768px){.product-detail-banner h1{font-size:36px}.product-detail-banner h3{max-width:700px;font-size:16px;line-height:28px}}@media (width>=1024px){.product-detail-banner h1{font-size:48px}}@media (width>=1280px){.product-detail-banner h1{font-size:52px}}.shuj-product{background-color:#fff;flex-direction:column;justify-content:center;align-items:stretch;margin-bottom:100px;display:flex}.fullwidth-bg{background-color:inherit;width:100%}.fullwidth-bg .responsive-container{flex-direction:column;justify-content:center;align-items:stretch;display:flex}.shuj-product ul{box-sizing:border-box;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:44px;width:100%;max-width:100%;margin:0;padding:0;list-style:none;display:grid}.shuj-product.con12ul{width:100%;max-width:none;margin:0 auto 100px}@media (width>=1200px){.shuj-product ul{grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}}.shuj-product ul li{box-sizing:border-box;text-align:center;background:linear-gradient(#edf5fa,#fff);border:2px solid #fff;border-radius:8px;flex-direction:column;align-items:center;min-height:300px;padding:40px 32px;transition:all .3s;display:flex;position:relative;box-shadow:0 0 20px #0066cc14}.shuj-product ul li.emptyli{display:none}.shuj-product ul li:hover{transform:translateY(-3px);box-shadow:0 8px 30px #0066cc26}.shuj-product ul li .img{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:16px;display:flex}.shuj-product ul li .img img{object-fit:contain;filter:drop-shadow(0 2px 8px #0066cc26);max-width:100%;max-height:100%;transition:transform .3s;display:block}.shuj-product ul li .product-showcase{flex-shrink:0;justify-content:center;align-items:center;width:100%;max-width:400px;height:auto;margin-bottom:16px;display:flex}.shuj-product ul li .product-showcase img{object-fit:cover;border-radius:4px;width:100%;height:auto;transition:transform .3s;display:block}.shuj-product ul li h2{color:#333;text-align:center;margin:0 0 16px;font-size:24px;font-weight:700;line-height:normal}.shuj-product ul li h3{color:#666;text-align:justify;flex:1;min-height:auto;margin:0;font-size:16px;line-height:32px;display:block}.shuj-product ul li a{height:100%;color:inherit;flex-direction:column;text-decoration:none;transition:all .3s;display:flex}.shuj-product ul li a:hover{transform:translateY(-2px)}.shuj-product ul li a h2,.shuj-product ul li a h3{color:inherit}.shuj-product.solupul ul{padding-bottom:0}@media screen and (width>=751px) and (width<=1200px){.shuj-product{padding:80px 0}.shuj-product .pro-title{padding-top:80px;padding-bottom:50px}.shuj-product .pro-title h2{font-size:36px}.shuj-product ul{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px;padding:0 20px}.shuj-product ul li{min-height:280px;padding:32px 24px}.shuj-product ul li .img{width:70px;height:70px}.shuj-product ul li .product-showcase{max-width:350px}.shuj-product ul li h2{font-size:20px}.shuj-product ul li h3{font-size:16px;line-height:28px}}@media screen and (width<=750px){.shuj-product{padding:50px 0}.shuj-product .pro-title{padding-top:60px;padding-bottom:40px}.shuj-product .pro-title h2{font-size:28px}.shuj-product ul{grid-template-columns:1fr;gap:24px;padding:0 20px}.shuj-product ul li{min-height:250px;padding:32px 24px}.shuj-product ul li .img{width:60px;height:60px;margin-bottom:20px}.shuj-product ul li .product-showcase{max-width:300px;margin-bottom:20px}.shuj-product ul li h2{margin-bottom:12px;font-size:18px}.shuj-product ul li h3{text-align:left;font-size:16px;line-height:28px}}.func-bg{background-color:var(--case-bg-color);background-image:none;padding:120px 0}.shuj-func{margin:0 auto;padding:0}.shuj-func .pro-title{text-align:center;padding-bottom:60px}.shuj-func .pro-title h1,.shuj-func .pro-title h2{color:#333;margin:0;font-size:48px;font-weight:700}.shuj-func ul{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.shuj-func ul li{box-sizing:border-box;border-radius:8px;width:100%}.shuj-func ul li:nth-child(odd){background-color:#fff}.shuj-func ul li:nth-child(2n){background-color:var(--case-bg-color)}.shuj-func ul li .content{grid-template-columns:1fr 1fr;align-items:center;gap:100px;padding-top:100px;padding-bottom:100px;display:grid}.shuj-func ul li:nth-child(odd) .content{grid-template-areas:"image text"}.shuj-func ul li:nth-child(2n) .content{grid-template-areas:"text image"}.shuj-func ul li .content{opacity:0;transform:translateY(16px)}.shuj-func ul li .content.is-visible{opacity:1;transition:opacity .6s,transform .6s;transform:translateY(0)}.shuj-func ul li .advantage-intro{grid-area:text}.shuj-func ul li .advantage-intro h2{color:#333;margin-bottom:28px;font-size:32px;font-weight:700;line-height:1.2}.shuj-func ul li .advantage-intro h3{color:#666;margin:0;font-size:20px;font-weight:400;line-height:44px}.shuj-func ul li .img{text-align:center;box-shadow:var(--shadow-default);grid-area:image}.shuj-func ul li .img img{max-width:100%;height:auto}.shuj-func ul li .img.shadow-none{box-shadow:none}@media screen and (width<=1200px){.shuj-func ul li .content{gap:60px;padding:50px}.shuj-func ul li .advantage-intro h2{font-size:28px}.shuj-func ul li .advantage-intro h3{font-size:18px;line-height:36px}}@media screen and (width<=768px){.func-bg{padding:80px 0}.shuj-func ul li:nth-child(odd) .content,.shuj-func ul li:nth-child(2n) .content{text-align:center;box-sizing:border-box;grid-template-columns:1fr;grid-template-areas:"image""text";gap:40px;padding:40px 20px}.shuj-func ul li .img{width:300px;max-width:none;height:auto;margin:0 auto}.shuj-func ul li .advantage-intro h2{margin-bottom:16px;font-size:24px}.shuj-func ul li .advantage-intro h3{font-size:16px;line-height:28px}.shuj-func .pro-title h1,.shuj-func .pro-title h2{font-size:32px}}.case-container{background-color:var(--case-bg-color);padding-bottom:100px;overflow:hidden}.case-swiper-container{overflow:hidden}.case-card{color:inherit;background-color:#fff;border:1px solid #0000001a;border-radius:6px;height:100%;text-decoration:none;transition:transform .3s,box-shadow .3s;display:block;overflow:hidden;box-shadow:0 0 15px #0052a31a}.case-cover{height:210px;overflow:hidden}.case-cover img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.case-card:hover .case-cover img{transform:scale(1.05)}.case-details{padding:20px 24px 24px}.case-details h3{color:#333;white-space:nowrap;text-overflow:ellipsis;margin:0 0 10px;font-size:20px;font-weight:500;line-height:1.6;overflow:hidden}.case-details p{color:#666;-webkit-line-clamp:2;text-overflow:ellipsis;text-align:justify;-webkit-box-orient:vertical;height:60px;margin:0;font-size:16px;line-height:30px;display:-webkit-box;overflow:hidden}@media screen and (width<=768px){.case-container{padding:60px 0}.case-details h3{font-size:20px}.case-details p{height:auto;font-size:16px;line-height:1.6}}.example-app-card{flex-direction:column;height:210px;padding:24px;display:flex}.example-app-card .case-cover img{object-fit:contain;width:100%;height:100%;transition:none}.example-app-card:hover .case-cover img{transform:none}.example-app-card .case-details{order:-1;padding:0}.example-app-card .case-details h3{text-align:center;margin:0}.tabview{box-sizing:border-box;background:#edf5fa;flex-direction:column;align-items:center;gap:30px;width:100%;padding:50px 20px 60px;display:flex}.tabview__title{text-align:center;color:#333;margin:0;font-size:36px;font-weight:600;line-height:48px}.tabview__body{flex-direction:column;align-items:center;gap:40px;width:100%;max-width:1600px;display:flex}.shuj-func ul li:nth-child(odd) .tabview{background:#fff}.tabview__nav{flex-direction:column;flex:1;order:2;align-items:flex-start;gap:10px;width:100%;display:flex}.tabview__item{box-sizing:border-box;cursor:pointer;border-left:3px solid #0000;flex-direction:column;align-items:flex-start;gap:12px;width:100%;padding:12px 16px;display:flex;position:relative}.tabview__item:after{content:"";border-bottom:1.5px solid #666;border-right:1.5px solid #666;width:8px;height:8px;position:absolute;top:22px;right:20px;transform:rotate(45deg)}.tabview__item-title{color:#333;margin:0;padding-right:30px;font-size:18px;font-weight:600;line-height:28px}.tabview__item-content{flex-direction:column;gap:8px;width:100%;display:none}.tabview__item-desc{color:#666;margin:0;padding-left:13px;font-size:16px;font-weight:400;line-height:26px;position:relative}.tabview__item-desc:before{content:"";background:#666;border-radius:50%;width:5px;height:5px;position:absolute;top:10px;left:0}.tabview__item.is-active{background:linear-gradient(90deg,#fff 40%,#fff0 100%);border-left-color:#3080fc}.tabview__item.is-active .tabview__item-title{color:#3080fc}.tabview__item.is-active:after{top:26px;transform:rotate(-135deg)}.tabview__item.is-active .tabview__item-content{display:flex}.shuj-func ul li:nth-child(odd) .tabview__item.is-active{background:linear-gradient(90deg,#edf5facc 29.81%,#edf5fa00 100%)}.tabview__preview{flex-shrink:0;order:1;width:100%;max-width:700px;height:280px;position:relative;overflow:hidden}.tabview__slide{object-fit:contain;width:100%;height:100%;display:none}.tabview__slide.is-active{animation:.4s tabviewFadeIn;display:block}@keyframes tabviewFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.tabview--static .tabview__nav{gap:0}.tabview--static .tabview__item{cursor:default;border-left:none;padding:12px 0}.tabview--static .tabview__item:after{display:none}.tabview--static .tabview__item-content{display:flex}@media screen and (width>=768px){.tabview{gap:40px;padding:60px 40px 80px}.tabview__title{line-height:50px}.tabview__item{padding:16px 20px 16px 24px}.tabview__item-title{font-size:20px;line-height:32px}.tabview__preview{height:400px}}@media screen and (width>=1024px){.tabview{padding:80px 80px 100px}.tabview__title{line-height:68px}.tabview__body{flex-direction:row;align-items:flex-start}.shuj-func ul li:nth-child(odd) .tabview__body{flex-direction:row-reverse}.tabview__nav{order:0;max-width:680px}.tabview__preview{order:0;width:600px;height:350px}.tabview__item-title{font-size:24px}}@media screen and (width>=1400px){.tabview{gap:60px;padding:100px 160px 120px}.tabview__body{gap:60px}.tabview__preview{width:860px;height:500px}}
