.page-enter-active,.page-leave-active{transition:all .4s ease-in-out}.page-enter-from{opacity:0;transform:translate(20px)}.page-leave-to{opacity:0;transform:translate(-20px)}.page-pc-enter-active,.page-pc-leave-active{transition:all .5s cubic-bezier(.23,1,.32,1)}.page-pc-enter-from{opacity:0;transform:translateY(30px) scale(.95)}.page-pc-leave-to{opacity:0;transform:translateY(-30px) scale(1.05)}.page-mobile-enter-active,.page-mobile-leave-active{transition:all .3s ease-out}.page-mobile-enter-from{opacity:0;transform:translate(100%)}.page-mobile-leave-to{opacity:0;transform:translate(-100%)}.animation-effect{opacity:1;transform:translateY(0);transition:all .6s cubic-bezier(.23,1,.32,1)}.animation-effect.animation-ready{opacity:0;transform:translateY(30px)}.animation-effect.visible{opacity:1;transform:translateY(0)}.animation-effect[data-animation-delay="1"]{transition-delay:.1s}.animation-effect[data-animation-delay="2"]{transition-delay:.2s}.animation-effect[data-animation-delay="3"]{transition-delay:.3s}.animation-effect[data-animation-delay="4"]{transition-delay:.4s}.animation-effect[data-animation-delay="5"]{transition-delay:.5s}.animation-effect[data-animation-delay="6"]{transition-delay:.6s}.animation-effect[data-animation-delay="7"]{transition-delay:.7s}.animation-effect[data-animation-delay="8"]{transition-delay:.8s}.fade-in-up{opacity:1;transform:translateY(0);transition:all .8s ease-out}.fade-in-up.animation-ready{opacity:0;transform:translateY(50px)}.fade-in-up.visible{opacity:1;transform:translateY(0)}.fade-in-left{opacity:1;transform:translate(0);transition:all .6s ease-out}.fade-in-left.animation-ready{opacity:0;transform:translate(-50px)}.fade-in-left.visible,.fade-in-right{opacity:1;transform:translate(0)}.fade-in-right{transition:all .6s ease-out}.fade-in-right.animation-ready{opacity:0;transform:translate(50px)}.fade-in-right.visible{opacity:1;transform:translate(0)}.scale-in{opacity:1;transform:scale(1);transition:all .5s cubic-bezier(.34,1.56,.64,1)}.scale-in.animation-ready{opacity:0;transform:scale(.8)}.scale-in.visible{opacity:1;transform:scale(1)}@media (max-width:768px){.animation-effect{transition-duration:.4s}.animation-effect.animation-ready{transform:translateY(20px)}.animation-effect.visible{transform:translateY(0)}.fade-in-up{transition-duration:.5s}.fade-in-up.animation-ready{transform:translateY(30px)}}:root{--bg:#f7fbff;--bg-soft:#eef7ff;--text:#28364f;--muted:#8695aa;--line:rgba(113,150,201,.14);--primary:#3f7cff;--primary-deep:#2460f3;--card:hsla(0,0%,100%,.94);--hero-mask:rgba(0,0,0,.3);--shadow:0 20px 50px rgba(45,86,150,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:linear-gradient(180deg,#f7fbff,#f6fbff 28%,#edf7ff 60%,#f7fbff);color:var(--text);font-family:PingFang SC,Microsoft YaHei,sans-serif;margin:0}a{color:inherit;text-decoration:none}img{max-width:100%}.container{margin:0 auto;width:min(1200px,100% - 48px)}.site-header{left:0;position:absolute;top:0;width:100%;z-index:10}.header-inner{justify-content:space-between;min-height:86px}.brand,.header-inner{align-items:center;display:flex}.brand{color:#fff}.brand-logo{display:block;height:36px;width:auto}.nav{align-items:center;display:flex;font-size:18px;gap:60px}.nav a{color:#fffc;position:relative;transition:color .2s ease}.nav a:focus-visible,.nav a:hover{color:#fff}.nav a.is-active:after,.nav a:hover:after{background:#fff;border-radius:999px;bottom:-14px;content:"";height:3px;left:50%;position:absolute;transform:translate(-50%);width:24px}.menu-toggle{align-items:center;background:transparent;border:none;color:#fff;cursor:pointer;display:none;height:44px;justify-content:center;padding:0;width:44px}.menu-toggle-lines{display:flex;flex-direction:column;gap:5px}.menu-toggle-lines span{background:currentColor;border-radius:999px;display:block;height:2px;width:22px}.mobile-nav{display:none}.hero{height:min(680px,56.25vw);min-height:420px;overflow:hidden;position:relative}.hero-media,.hero-video{height:100%;inset:0;position:absolute;width:100%}.hero-video{-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center;opacity:0}.hero-media,.hero-video{transition:opacity .6s ease}.hero-media{background-position:50%;background-size:cover}.hero-media:after{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff24;border-radius:999px;bottom:28px;color:#ffffffeb;font-size:13px;padding:10px 16px;position:absolute;right:32px}.hero-mask{background:var(--hero-mask)}.hero-content,.hero-mask{inset:0;position:absolute}.hero-content{align-items:center;color:#fff;display:flex;justify-content:center;padding:32px;text-align:center;transform:translateY(-20px);z-index:1}.hero-title-image{display:block;height:auto;max-width:100%;width:min(700px,100vw - 64px)}.kingkong-section{margin-top:-100px;position:relative;z-index:2}.kingkong-card{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:var(--card);border:1px solid hsla(0,0%,100%,.7);border-radius:20px;box-shadow:0 12px 28px #2d569614;display:flex;justify-content:center;min-height:200px;padding:28px 34px;width:100%}.kingkong-image{display:block;height:auto;max-width:100%;width:min(1014px,100%)}.section{padding:88px 0 0}.section-soft{background:transparent;margin-top:82px;padding:82px 0}.section-title{color:#000;font-size:32px;line-height:1.2;margin:0}.section-subtitle,.section-title{font-weight:400;text-align:center}.section-subtitle{color:var(--muted);font-size:22px;margin:14px 0 0}.product-section-grid{--product-grid-scale:1;align-items:stretch;display:grid;gap:10px;margin:42px auto 0;max-width:100%;transform:scale(var(--product-grid-scale));transform-origin:top center;transition:grid-template-columns .52s cubic-bezier(.22,1,.36,1),transform .42s ease;width:1200px}.product-section-grid,.product-section-grid[data-active-card=medical]{grid-template-columns:580px 300px 300px}.product-section-grid[data-active-card=critical]{grid-template-columns:300px 580px 300px}.product-section-grid[data-active-card=accident]{grid-template-columns:300px 300px 580px}.news-card,.product-card,.service-card{background:var(--card);border:1px solid var(--line);border-radius:18px;box-shadow:0 12px 34px #5074a714}.news-card,.product-card{box-shadow:none}.product-card{background:#ebeef9;border:none;border-radius:18px;cursor:pointer;display:block;height:326px;overflow:hidden;padding:0;position:relative;transition:background .42s ease,transform .42s ease;width:100%;will-change:transform,background}.product-card.is-active{background:linear-gradient(90deg,#e6effd,#d9e6ff)}.product-card-copy,.product-card-inner{display:flex;height:100%;position:relative}.product-card-copy{align-items:flex-start;flex-direction:column;min-width:0;padding:27px 24px 24px 32px;transition:padding .42s ease;width:100%;z-index:1}.product-card-title{color:#000;font-size:24px;font-weight:500;line-height:1.2;margin:0;white-space:nowrap}.product-card-subtitle,.product-card-subtitle-compact{color:#3d3d3dcc;font-size:18px;line-height:1.4;margin:12px 0 0;max-width:310px;transition:opacity .32s ease,transform .42s ease}.product-card-subtitle{opacity:0;transform:translateY(8px)}.product-card-subtitle-compact{opacity:1;transform:none}.product-card-action{bottom:50px;font-weight:400;left:32px;margin:0;opacity:0;position:absolute;transform:translateY(8px);transition:opacity .32s ease,transform .42s ease}@media (max-width:720px){.product-card-action{opacity:1}}.product-card.is-active .product-card-action,.product-card.is-active .product-card-subtitle{opacity:1;transform:translateY(0)}.product-card.is-active .product-card-subtitle-compact,.product-card:not(.is-active) .product-card-subtitle{display:none}.product-card-figure{bottom:0;display:block;height:216px;max-width:none;-o-object-fit:contain;object-fit:contain;-o-object-position:right bottom;object-position:right bottom;pointer-events:none;position:absolute;right:0;transform-origin:right bottom;transition:width .42s ease,height .42s ease,opacity .32s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:172px}.product-card.is-active .product-card-figure{height:279px;width:215px}.product-card:not(.is-active) .product-card-copy{padding-right:20px}.product-card:not(.is-active) .product-card-subtitle-compact{margin-top:12px}.card-title{font-size:18px;font-weight:600;margin:0}.card-text{color:var(--muted);font-size:13px;line-height:1.9;margin:12px 0 0}.primary-btn{background:linear-gradient(135deg,var(--primary) 0,var(--primary-deep) 100%);border-radius:4px;color:#fff;font-size:14px;font-weight:600;height:42px;margin-top:24px;min-width:120px}.ghost-btn,.primary-btn{align-items:center;display:inline-flex;justify-content:center}.ghost-btn{background:transparent;border:1px solid #0069f4;border-radius:999px;color:#0069f4;font-size:18px;height:50px;transition:background-color .2s ease,color .2s ease,border-color .2s ease;width:200px}.ghost-btn:hover{background:#0069f4;border-color:transparent;color:#fff}.center-btn{margin-top:54px;text-align:center}.news-section{isolation:isolate;min-height:804px;overflow:hidden;position:relative}.news-section:before{background:url(../images/home/news-section-bg.webp) top/cover no-repeat;content:"";inset:0;position:absolute;z-index:-1}.news-section>.container{position:relative;z-index:1}.news-grid{display:grid;gap:16px;grid-template-columns:repeat(2,1fr);justify-content:center;margin-top:42px}.news-card{border:none;display:flex;flex-direction:column;overflow:hidden;transition:transform .24s ease,box-shadow .24s ease}.news-card:hover{box-shadow:0 10px 24px #5074a71a;transform:translateY(-6px)}.news-grid>.news-card{min-height:200px}.news-body{display:flex;flex:1;flex-direction:column;min-width:0;padding:34px 30px 24px}.news-title{font-size:22px;font-weight:500;line-height:38px;margin:0}.news-meta{align-items:center;color:#9e9e9e;display:flex;font-size:18px;gap:12px;justify-content:space-between;margin-top:auto;padding-top:20px}.news-meta>span:first-child{min-width:0}.news-arrow{align-items:center;background:transparent;border:1px solid #0069f4;border-radius:50%;color:#0069f4;display:inline-flex;flex:0 0 auto;font-size:20px;height:40px;justify-content:center;line-height:20px;overflow:hidden;transition:background-color .2s ease,color .2s ease,border-color .2s ease;width:40px}.news-arrow-track{height:22px;overflow:hidden;position:relative;width:22px}.news-arrow-text,.news-arrow-text-hover{display:inline-block;left:50%;position:absolute;top:50%}.news-arrow-text{font-weight:600;transform:translate(-50%,-50%)}.news-arrow-text-hover{font-weight:600;opacity:0;transform:translate(-150%,-50%)}.news-card:hover .news-arrow{background:#0069f4;color:#fff}.news-card:hover .news-arrow-text{opacity:0;transform:translate(80%,-50%);transition:transform .44s ease,opacity .44s ease}.news-card:hover .news-arrow-text-hover{opacity:1;transform:translate(-50%,-50%);transition:transform .44s ease,opacity .44s ease}.services-section{background:linear-gradient(180deg,#f7fbff,#f6fbff 28%,#edf7ff 60%,#f7fbff);min-height:690px}.services-grid{display:flex;gap:10px;justify-content:center;margin-top:42px}.service-card{background:transparent;border:none;border-radius:24px;box-shadow:none;flex:0 0 393px;height:384px;overflow:hidden;padding:0;transition:transform .24s ease;width:393px}.service-card:hover{box-shadow:0 10px 24px #5074a71a;transform:translateY(-6px)}.service-card-image{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.partners-section{isolation:isolate;min-height:716px;overflow:hidden;position:relative}.partners-section:before{background:url(../images/home/partners-section-bg.webp) top/cover no-repeat;content:"";inset:0;position:absolute;z-index:-1}.partners-section>.container{position:relative;z-index:1}.partners-image-wrap{display:flex;justify-content:center;margin-top:48px}.partners-image{display:block;height:auto;width:min(1200px,100%)}.site-footer{background:#f6f7fa;margin-top:0}.footer-inner{align-items:flex-start;display:flex;gap:40px;justify-content:space-between;padding:50px 0 36px}.footer-brand-image{display:block;height:auto;width:200px}.footer-address{color:#666;font-size:16px;margin:26px 0 0}.footer-hotline{color:#666;font-size:16px;margin:12px 0 0}.footer-qrcode-wrap{align-items:center;display:flex;flex-direction:column;transform:translateY(-10px)}.footer-qrcode-image{display:block;height:120px;width:120px}.footer-qrcode-text{color:#9f9f9f;font-size:14px;margin:16px 0 0}.copyright{align-items:center;border-top:1px solid hsla(0,0%,89%,.8);color:#97a5b8;display:flex;font-size:14px;justify-content:space-between;margin-top:-20px;padding:20px 0 28px}.copyright-center,.copyright-left{flex:0 0 auto}.copyright-right{flex:0 0 auto;text-align:right}@media (max-width:1280px){.nav{font-size:16px;gap:32px}.hero-title-image{width:min(640px,100vw - 80px)}.kingkong-section{margin-top:-72px}.kingkong-card{min-height:auto;padding:24px}.product-section-grid{max-width:none;width:1200px;--product-grid-scale:min(1, calc(.08333vw - .04px) );margin-top:42px}.product-section-grid,.product-section-grid[data-active-card=medical]{grid-template-columns:580px 300px 300px}.product-section-grid[data-active-card=critical]{grid-template-columns:300px 580px 300px}.product-section-grid[data-active-card=accident]{grid-template-columns:300px 300px 580px}.news-grid{grid-template-columns:1fr;justify-content:stretch}.news-grid>.news-card{min-height:auto}.news-card{width:100%}.news-stack{grid-template-columns:1fr 1fr}.services-grid{flex-wrap:wrap}.service-card{flex:0 1 calc(50% - 5px);max-width:393px;width:calc(50% - 5px)}.copyright{flex-wrap:wrap;gap:24px}.copyright-center{position:static;transform:none}}@media (max-width:720px){.container{width:min(100% - 32px,560px)}.header-inner{min-height:72px}.nav{display:none}.menu-toggle{display:inline-flex}.mobile-nav{display:none;left:0;padding:0 0 12px;position:absolute;top:72px;width:100%;z-index:11}.mobile-nav.is-open{display:block}.mobile-nav-inner{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1a283eeb;border-radius:16px;display:grid;gap:10px;padding:16px}.mobile-nav a{color:#ffffffe0;font-size:16px;transition:color .2s ease}.mobile-nav a:focus-visible,.mobile-nav a:hover{color:#fff}.mobile-nav a.is-active{color:#fff}.hero{height:auto;min-height:320px}.hero-content{padding:24px 16px}.hero-media:after{bottom:16px;font-size:12px;right:16px}.kingkong-section{margin-top:-48px}.kingkong-card{border-radius:16px;min-height:auto;padding:16px 12px}.section{padding-top:72px}.section-soft{margin-top:68px;padding:68px 0}.section-title{font-size:28px}.section-subtitle{font-size:18px}.news-section,.partners-section,.services-section{min-height:auto}.product-section-grid{display:flex;gap:10px;overflow-x:auto;overflow-y:hidden;padding-bottom:8px;scroll-snap-type:x proximity;width:100%;-webkit-overflow-scrolling:touch}.product-section-grid[data-active-card=accident],.product-section-grid[data-active-card=critical],.product-section-grid[data-active-card=medical]{grid-template-columns:none}.product-card,.product-card.is-active{background:#ebeef9;flex:0 0 auto;height:326px;margin:0;max-width:360px;min-width:240px;scroll-snap-align:start;width:72vw}.product-card.is-active{background:#ebeef9}.product-card:last-child{grid-column:auto}.product-card-copy,.product-card.is-active .product-card-copy,.product-card:not(.is-active) .product-card-copy{padding:24px 18px 20px 20px}.product-card.is-active .product-card-title,.product-card:not(.is-active) .product-card-title{font-size:22px;white-space:nowrap}.product-card-subtitle,.product-card-subtitle-compact,.product-card.is-active .product-card-subtitle,.product-card.is-active .product-card-subtitle-compact{font-size:16px;max-width:180px;opacity:1;transform:none}.product-card-subtitle,.product-card.is-active .product-card-subtitle{display:none}.product-card-subtitle-compact,.product-card.is-active .product-card-subtitle-compact{display:block}.product-card-action,.product-card.is-active .product-card-action{transform:translateY(8px)}.product-card .product-card-figure,.product-card.is-active .product-card-figure,.product-card:not(.is-active) .product-card-figure{bottom:0;height:216px;right:0;width:172px}.news-stack{display:grid;gap:10px}.news-card-main .news-cover{background:url(../images/home/news-main-cover.webp) 50%/cover no-repeat;height:210px}.news-card-main .news-cover,.news-cover{aspect-ratio:595/210;height:auto}.news-body{padding:24px 20px 20px}.news-title{font-size:18px;line-height:1.6}.news-meta{font-size:16px}.news-arrow{height:36px;width:36px}.center-btn{margin-top:32px}.ghost-btn{font-size:16px;height:46px;width:180px}.services-section>.container{padding-bottom:50px}.services-grid{align-items:center;flex-direction:column}.service-card{flex-basis:auto;width:min(393px,100%)}.partners-section{min-height:auto}.partners-section>.container{padding-bottom:50px}.partners-image-wrap{margin-top:32px}.footer-inner{align-items:flex-start;flex-direction:column;gap:24px;padding:36px 0 24px}.footer-brand-image{width:180px}.footer-address,.footer-hotline{font-size:14px}.footer-qrcode-wrap{align-self:center;transform:translateY(0)}.copyright{align-items:flex-start;display:flex;flex-direction:column;gap:12px;margin-top:0;padding-top:16px}}.news-stack{display:grid;gap:10px}.news-card-main .news-cover{background:url(../images/home/news-main-cover.webp) 50%/cover no-repeat;height:210px}*{box-sizing:border-box;margin:0;padding:0}
