.fade-enter-active,.fade-leave-active{transition:opacity .2s ease}.fade-enter-from,.fade-leave-to{opacity:0}:root{--color-primary: #005bac;--color-primary-light: #006bd6;--color-primary-dark: #004a90;--color-primary-hover: #0a3f78;--color-primary-hover-dark: #0a4b8f;--color-accent: #f8c400;--color-accent-secondary: #ffd21f;--color-success: #55c33c;--color-text: #333333;--color-text-dark: #17243a;--color-text-secondary: #526273;--color-text-muted: #888888;--color-border: #e2e9f2;--color-border-light: #dfe8f2;--color-bg-light: #f4f7fb;--color-bg-light-alt: #f8f8f8;--color-bg-white: #ffffff;--color-hero-blue-dark: #05234a;--color-hero-blue-mid: #005bac;--color-hero-blue-light: #0b78d0;--color-hero-blue-accent: #1677c8;--color-news-hero-dark: #061526;--color-footer-bg-start: #061526;--color-footer-bg-mid: #071b34;--color-footer-bg-end: #08213f;--font-family-base: "Inter", "Noto Sans SC", Arial, "Microsoft YaHei", sans-serif;--font-family-heading: "Inter", "Noto Sans SC", Arial, "Microsoft YaHei", sans-serif;--section-padding-desktop: 80px 40px;--section-padding-tablet: 50px 30px;--section-padding-mobile: 40px 20px;--container-max-width: 1200px;--container-wide-max-width: 1400px;--container-padding: 0 24px;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 16px;--radius-round: 999px;--shadow-card: 0 3px 10px rgba(0, 0, 0, .1);--shadow-card-hover: 0 15px 30px rgba(0, 0, 0, .2);--shadow-header: 0 8px 24px rgba(7, 35, 75, .1);--shadow-dropdown: 0 12px 30px rgba(14, 43, 82, .16);--transition-default: .3s ease;--transition-fast: .2s ease;--transition-card: transform .24s ease, box-shadow .24s ease, border-color .24s ease;--breakpoint-mobile: 480px;--breakpoint-tablet: 768px;--breakpoint-tablet-lg: 1024px;--breakpoint-desktop-sm: 1180px;--breakpoint-desktop: 1200px;--breakpoint-wide: 1280px}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-family-base, "Inter", "Noto Sans SC", Arial, sans-serif);background:#f4f7fb;color:var(--color-text-dark, #17243a);overflow-x:hidden}*,*:before,*:after{box-sizing:border-box}img{max-width:100%;height:auto;display:block}img[src]{max-width:100%}body.watermark-page{position:relative;min-height:100vh}body.watermark-page{min-height:100vh;background-image:none}.logo{display:flex;align-items:center;height:70px}.logo img{width:180px!important;height:auto!important;display:block;object-fit:contain}.more-btn{display:inline-flex;align-items:center;justify-content:center;margin-top:34px;padding:15px 46px;border-radius:999px;background:linear-gradient(135deg,#005bac,#00a6ff);color:#fff;font-size:20px;font-weight:600;text-decoration:none;letter-spacing:1px;box-shadow:0 10px 24px #005bac47;transition:all .35s ease;position:relative;overflow:hidden}.more-btn:after{content:" →";margin-left:8px;transition:transform .35s ease}.more-btn:before{content:"";position:absolute;top:0;left:-80%;width:50%;height:100%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.45),transparent);transform:skew(-25deg);transition:left .65s ease}.more-btn:hover{transform:translateY(-4px);box-shadow:0 16px 34px #005bac61;background:linear-gradient(135deg,#004a90,#008fe0)}.more-btn:hover:before{left:130%}.more-btn:hover:after{transform:translate(5px)}.company-detail{padding:80px 120px;text-align:center}.company-detail img{width:80%;max-width:1000px;margin:30px auto;display:block}.company-detail p{font-size:18px;line-height:2;text-align:left}.product-detail ul{list-style:none;padding-left:0;margin:20px 0}.product-detail ul li{background:#f5f7fa;margin-bottom:10px;padding:10px 15px;border-left:5px solid #005bac;border-radius:4px}.product-detail{max-width:1200px;margin:50px auto;padding:50px;background:#fff;border-radius:16px;box-shadow:0 8px 25px #00000014;color:#333}.product-detail h1{text-align:center;font-size:42px;color:#005bac;margin-bottom:45px}.product-detail h2{display:inline-block;background:#ffd21f;color:#333;padding:6px 14px;margin:30px 0 20px;font-size:28px}.product-detail h2,.product-info-section h2,.product-main-text h2{background:none;padding:0}.product-detail h3{font-size:22px;color:#005bac;margin-top:25px}.product-detail p{font-size:18px;line-height:2;margin-bottom:20px}.product-detail ul{list-style:none;padding-left:0}.product-detail ul li{background:#f5f8fc;border-left:5px solid #005bac;padding:12px 18px;margin-bottom:12px;border-radius:6px;font-size:18px}.product-detail img{width:80%;max-width:1000px;display:block;margin:0 auto 40px;border-radius:8px}.detail-content{max-width:1000px;margin:0 auto;text-align:left;font-size:18px;line-height:2}.detail-content h2{color:#0a4b8f;margin-top:30px}.product a{text-decoration:none;color:inherit;display:block}.structure-img{width:100%;max-width:1100px;display:block;margin:30px auto;border-radius:8px;box-shadow:0 5px 18px #0000001f}.nav-list>li>a.active{color:var(--color-primary, #005bac);border-bottom:4px solid var(--color-primary, #005bac);padding-bottom:18px}header{position:relative;z-index:20;display:flex;align-items:center;justify-content:space-between;min-height:78px;padding:0 48px;background:#fff;box-shadow:0 8px 24px #07234b1a;box-sizing:border-box}header .logo{display:flex;align-items:center;flex:0 0 auto;height:auto;color:#0a4b8f}header .logo a{display:flex;align-items:center}header .logo img{display:block;width:auto!important;height:50px!important;object-fit:contain}header nav{display:flex;align-items:center}header nav>ul,header nav>ul.nav-list{display:flex;align-items:center;justify-content:flex-end;gap:22px;list-style:none;margin:0;padding:0}header nav>ul>li{position:relative;color:#16243c;font-size:15px;font-weight:600;line-height:78px;cursor:pointer;white-space:nowrap;border-bottom:0}header nav>ul>li>a,header nav>ul>li.dropdown>a,header .about-menu>a{position:relative;display:block;color:inherit;text-decoration:none;transition:color .2s ease}.submenu-toggle{display:none}header nav>ul>li:hover,header nav>ul>li>a:hover,header nav>ul>li.active,header nav>ul>li.active>a,header nav>ul>li>a.active{color:var(--color-primary, #005bac);border-bottom:0!important}header nav>ul>li>a.active{padding-bottom:0!important}header nav>ul>li.active>a:after,header nav>ul>li>a.active:after{content:"";position:absolute;left:0;right:0;bottom:17px;height:3px;background:var(--color-primary, #005bac);border-radius:var(--radius-round, 999px)}header nav ul li.dropdown .dropdown-menu,header .about-dropdown{display:none;position:absolute;top:100%;left:0;width:auto;min-width:250px;margin:0;padding:10px 0;list-style:none;background:#fff;box-shadow:0 12px 30px #0e2b5229;z-index:9999}header nav ul li.dropdown:hover .dropdown-menu,header .about-menu:hover .about-dropdown{display:block}header nav ul li.dropdown .dropdown-menu li,header .about-dropdown li{height:auto;line-height:1.5;padding:0;color:#26364f;white-space:nowrap}header nav ul li.dropdown .dropdown-menu li a,header .about-dropdown li a{display:block;padding:12px 22px;color:#26364f;font-size:15px;text-decoration:none;transition:background-color .2s ease,color .2s ease}header nav ul li.dropdown .dropdown-menu li:hover,header nav ul li.dropdown .dropdown-menu li a:hover,header .about-dropdown li a:hover,header .about-dropdown li a.active{background:#eef6ff;color:var(--color-primary, #005bac)}.about-menu{position:relative}.about-menu>a{color:inherit;text-decoration:none}.about-dropdown{display:none;position:absolute;top:100%;left:0;width:170px;background:#fff;list-style:none;margin:0;padding:0;z-index:9999;box-shadow:0 4px 12px #00000026}.about-menu:hover .about-dropdown{display:block}.about-dropdown li{height:48px;line-height:48px}.about-dropdown li a{display:block;padding:0 20px;color:#333;font-size:16px;text-decoration:none}.about-dropdown li a:hover,.about-dropdown li a.active{background:var(--color-primary, #005bac);color:#fff}.about-banner{width:100%;height:430px;background-image:url(assets/banner1.jpg);background-size:cover;background-position:center}.site-footer{margin-top:56px!important;padding:0!important;overflow:hidden;background:radial-gradient(circle at 20% 0%,rgba(22,119,255,.16),transparent 28%),linear-gradient(135deg,var(--color-footer-bg-start, #061526) 0%,var(--color-footer-bg-mid, #071b34) 58%,var(--color-footer-bg-end, #08213f) 100%)!important;color:#d9e6f4!important;font-size:14px}.site-footer:before,.site-footer:after{display:none!important}.site-footer a{color:inherit;text-decoration:none}.site-footer a:hover{color:#1677ff}.footer-inner{max-width:var(--container-max-width, 1200px);margin:0 auto;padding:38px 24px 30px;display:grid;grid-template-columns:minmax(270px,1.2fr) minmax(120px,.65fr) minmax(310px,1.2fr) minmax(150px,.6fr);gap:44px;align-items:start}.footer-column{min-width:0}.footer-company{text-align:left;display:grid;grid-template-columns:92px 1fr;column-gap:16px;align-items:center}.footer-logo{display:inline-flex;align-items:center;justify-content:center;grid-row:1 / span 2;width:92px;height:54px;padding:0;margin:0;background:transparent;border-radius:0}.footer-logo img{display:block;width:92px;max-height:54px;object-fit:contain;border-radius:0}.footer-company h3{margin:0;color:#fff;font-size:20px;font-weight:700;line-height:1.35}.footer-company-en{margin:6px 0 0!important;max-width:none!important;color:#9fb8d2!important;font-size:12px!important;line-height:1.5!important}.footer-company>p:not(.footer-company-en){grid-column:1 / -1;max-width:320px;margin:22px 0 0;color:#c4d3e5;font-size:14px;line-height:1.9}.footer-column h4{position:relative;display:inline-block;margin:0 0 24px;padding:0 0 13px;color:#fff;font-size:18px;font-weight:700;line-height:1.25}.footer-column h4:after{content:"";position:absolute;left:0;bottom:0;width:38px;height:3px;border-radius:var(--radius-round, 999px);background:#1677ff;transform:none}.footer-links,.footer-contact-list{list-style:none;margin:0;padding:0}.footer-links{display:grid;gap:12px}.footer-links a{display:inline-block;color:#d9e6f4;font-size:14px;font-weight:500;line-height:1.45;white-space:nowrap}.footer-contact-list{display:grid;gap:10px}.footer-contact-list li{margin:0;color:#c4d3e5;font-size:14px;line-height:1.7;display:grid;grid-template-columns:24px minmax(0,1fr);column-gap:10px;align-items:start}.footer-contact-list strong{display:block;width:22px;height:22px;margin-top:1px;overflow:hidden;color:transparent;font-size:0;background-repeat:no-repeat;background-position:center;background-size:21px 21px}.footer-contact-list li:nth-child(1) strong{background-image:url(/assets/icon-smartphone.svg)}.footer-contact-list li:nth-child(2) strong{background-image:url(/assets/icon-phone.svg)}.footer-contact-list li:nth-child(3) strong{background-image:url(/assets/icon-mail.svg)}.footer-contact-list li:nth-child(4) strong{background-image:url(/assets/icon-map-pin.svg)}.footer-contact-list a,.footer-contact-list span{color:#c4d3e5;overflow-wrap:anywhere;min-width:0}.footer-qrcode{text-align:left}.footer-qrcode h4:after{left:0;transform:none}.footer-qrcode-box{display:inline-flex;align-items:center;justify-content:center;width:130px;height:130px;padding:7px;background:#fff;border-radius:6px;box-sizing:border-box}.footer-qrcode img{display:block;width:116px;height:116px;object-fit:contain}.footer-qrcode p{width:130px;margin:12px 0 0;color:#fff;font-size:14px;font-weight:700;line-height:1.55;text-align:center}.footer-bottom{max-width:var(--container-max-width, 1200px);margin:0 auto;padding:16px 24px 18px;border-top:1px solid rgba(255,255,255,.14);color:#9fb1c5;font-size:13px;line-height:1.6;text-align:center}.footer-bottom p{margin:0;padding:0}.zoomable-img{cursor:pointer;transition:transform .22s ease,box-shadow .22s ease,filter .22s ease}.zoomable-img:hover{transform:scale(1.015);box-shadow:0 10px 24px #2b5c002e;filter:brightness(1.02)}body.global-image-modal-open{overflow:hidden}.global-image-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:none;align-items:center;justify-content:center;padding:64px 24px 28px;background:#000000db}.global-image-modal.is-open{display:flex}.global-image-modal img{display:block;width:auto;max-width:min(94vw,1600px);height:auto;max-height:88vh;object-fit:contain;border-radius:6px;background:#fff;box-shadow:0 24px 70px #0000007a;-webkit-user-select:none;user-select:none}.global-image-close{position:fixed;top:18px;right:28px;width:48px;height:48px;padding:0;color:#fff;background:transparent;border:0;border-radius:50%;font:300 46px/44px Arial,sans-serif;cursor:pointer}.global-image-close:hover,.global-image-close:focus-visible{color:#8fc7ff;outline:2px solid #8fc7ff;outline-offset:2px}.site-language-switch{display:flex;flex:0 0 auto;align-items:center;justify-content:center;gap:6px;margin-left:20px;padding-left:20px;color:#68788d;font-size:13px;line-height:1.5;white-space:nowrap;border-left:1px solid #dce5ef}.site-language-label{color:#7b899b;font-size:12px}.site-language-button{padding:3px 2px;color:#53657a;background:transparent;border:0;border-bottom:2px solid transparent;border-radius:0;font:inherit;font-weight:600;cursor:pointer;transition:color .2s ease,border-color .2s ease}.site-language-button:hover,.site-language-button:focus-visible,.site-language-button.is-active{color:var(--color-primary, #005bac);border-bottom-color:#1677ff}.site-language-button:focus-visible{outline:2px solid #2f93ff;outline-offset:3px}.site-language-separator{color:#a5b1bf}.home-page{color:var(--color-text-dark, #17243a);font-family:var(--font-family-base, "Inter", "Noto Sans SC", Arial, sans-serif)}.products{padding:80px 40px;background:var(--color-bg-light-alt, #f8f8f8)}.products h2{text-align:center;font-size:42px;margin-bottom:60px;color:var(--color-primary-hover-dark, #0a4b8f)}.product-list{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;max-width:1400px;margin:auto}.product{background:var(--color-bg-white, #fff);border-radius:var(--radius-md, 10px);overflow:hidden;box-shadow:var(--shadow-card, 0 3px 10px rgba(0, 0, 0, .1));transition:.3s;cursor:pointer}.product:hover{transform:translateY(-10px);box-shadow:var(--shadow-card-hover, 0 15px 30px rgba(0, 0, 0, .2))}.product img{width:100%;height:220px;object-fit:cover;border-radius:0}.product p{padding:15px;font-size:18px;font-weight:600;line-height:1.6;color:var(--color-text, #333)}.banner{position:relative}.banner img{width:100%;height:500px;object-fit:cover}.banner-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;text-align:center}.banner-text h1{font-size:48px;margin:0}.banner-text p{font-size:20px}.pagination{display:flex;justify-content:center;align-items:center;gap:14px;margin:52px 0 0}.pagination a,.pagination span{min-width:38px;height:38px;padding:0 14px;border:1px solid #dcdcdc;border-radius:6px;color:#555;text-decoration:none;font-size:16px;line-height:38px;text-align:center;background:#fff}.pagination a:hover{border-color:var(--color-primary, #005bac);color:var(--color-primary, #005bac)}.pagination .active{background:var(--color-primary, #0968bd);border-color:var(--color-primary, #0968bd);color:#fff}.pagination .page-disabled{color:#aaa;background:#fafafa;cursor:not-allowed}.company-photo-box{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin:35px 0 45px}.company-photo-box img{width:100%;height:420px;object-fit:cover;display:block;border-radius:var(--radius-md, 8px);box-shadow:0 6px 18px #00000026}.company-intro-extra{display:grid;grid-template-columns:1fr 1fr;gap:70px;margin:40px 0 50px;font-size:18px;line-height:1.9;color:var(--color-text, #333)}.company-product-list{display:grid;grid-template-columns:1fr 1.4fr;gap:45px;margin-top:25px}.company-product-list li{color:#005bac;font-size:20px;font-weight:700;line-height:1.8}.company-extra-right p{margin-bottom:18px}.company-product-list{display:grid;grid-template-columns:1fr 1.6fr;gap:80px}.company-product-list ul{list-style:none;padding:0;margin:0}.company-product-list li{color:var(--color-primary, #005bac);font-size:28px;font-weight:700;line-height:1.8;text-align:left;margin:0 0 8px}.home-page .banner{position:relative;height:420px;overflow:hidden;background:url(/assets/banner.jpg) center/cover no-repeat;background-color:#082345}.home-page .banner:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(90deg,#031731db,#05264eb8 44%,#052a5252)}.home-page .banner img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center 68%}.home-page .banner-inner{position:relative;z-index:2;display:flex;align-items:center;height:100%;max-width:1200px;margin:0 auto;padding:0 42px}.home-page .banner-text{position:relative;z-index:2;width:100%;max-width:1180px;margin:0 auto;padding:0 42px;color:#fff;text-align:left;transform:none}.home-page .banner-text h1{max-width:none;margin:0 0 14px;color:#fff;font-size:36px;font-weight:700;line-height:1.22}.home-page .banner-text p{color:#fff}.home-page .banner-subtitle{margin:0 0 18px;color:#b9dcff;font-size:18px;font-weight:700;letter-spacing:0}.home-page .banner-desc{max-width:720px;margin:0 0 28px;color:#ffffffeb;font-size:20px;line-height:1.8}.home-page .banner-tags{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 34px}.home-page .banner-tags span{display:inline-flex;align-items:center;min-height:38px;padding:0 16px;color:#eaf5ff;font-size:15px;font-weight:600;background:#ffffff24;border:1px solid rgba(255,255,255,.28);border-radius:var(--radius-sm, 4px);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.home-page .banner-actions{display:flex;flex-wrap:wrap;gap:14px}.home-page .banner-btn{display:inline-flex;align-items:center;justify-content:center;min-width:150px;height:46px;padding:0 24px;font-size:16px;font-weight:700;text-decoration:none;border-radius:var(--radius-sm, 4px);transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease,color .2s ease}.home-page .banner-btn:hover{transform:translateY(-2px)}.home-page .banner-btn-primary{color:#fff;background:var(--color-primary-light, #006bd6);box-shadow:0 10px 22px #005bac47}.home-page .banner-btn-primary:hover{background:var(--color-primary, #005bac)}.home-page .banner-btn-outline{color:#fff;background:#ffffff0f;border:1px solid rgba(255,255,255,.82)}.home-page .banner-btn-outline:hover{color:#005bac;background:#fff}.home-photo-slider{overflow:hidden;padding:54px 0 58px;background:#f4f7fb}.home-photo-slider-heading{max-width:1200px;margin:0 auto 28px;padding:0 40px;text-align:center}.home-photo-slider-heading p{margin:0 0 7px;color:#6f86a1;font-size:14px;font-weight:700}.home-photo-slider-heading h2{margin:0;color:#0b477e;font-size:30px;line-height:1.35}.home-photo-slider-viewport{width:100%;overflow:hidden}.home-photo-slider-track{display:flex;width:max-content;animation:home-photo-scroll 38s linear infinite;will-change:transform}.home-photo-slider:hover .home-photo-slider-track{animation-play-state:paused}.home-photo-slider-group{display:flex;flex:0 0 auto;gap:22px;padding-right:22px}.home-photo-slide{flex:0 0 320px;width:320px;height:190px;margin:0;overflow:hidden;border:1px solid var(--color-border-light, #dfe8f2);border-radius:var(--radius-md, 8px);background:var(--color-bg-white, #ffffff);box-shadow:0 10px 26px #0f30561f;display:flex;align-items:center;justify-content:center}.home-photo-slide[hidden]{display:none}.home-photo-slide img{display:block;box-sizing:border-box;width:100%;height:100%;padding:8px;object-fit:contain;background:var(--color-bg-white, #ffffff);transition:transform .3s ease;border-radius:0}.home-photo-slide:hover img{transform:scale(1.025)}@keyframes home-photo-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.home-photo-slider-track{animation:none}.home-photo-slider-viewport{overflow-x:auto}}.home-page .products{padding:86px 24px 96px;background:#f4f7fb;text-align:center}.home-page .products-inner{max-width:1200px;margin:0 auto}.home-page .section-heading{margin:0 0 28px}.home-page .section-heading p{margin:8px 0 0;color:#6f829b;font-size:14px;font-weight:700;letter-spacing:0}.home-page .section-heading h2{margin:0;color:var(--color-primary-hover, #0a3f78);font-size:40px;font-weight:700;line-height:1.25}.home-page .product-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px;max-width:1200px;margin:38px auto 0}.home-page .product{display:flex;flex-direction:column;min-height:100%;overflow:hidden;background:var(--color-bg-white, #ffffff);border:1px solid var(--color-border, #e2e9f2);border-radius:var(--radius-md, 8px);box-shadow:0 10px 28px #0d315614;cursor:default;transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease}.home-page .product:hover{transform:translateY(-6px);border-color:#c7d9ee;box-shadow:0 18px 36px #0d315624}.home-page .product-image{height:210px;overflow:hidden;background:#e9f0f8;display:flex;align-items:center;justify-content:center}.home-page .product-image a{display:block;width:100%;height:100%}.home-page .product-image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .28s ease}.home-page .product-image-contain{padding:18px;background:#f6f9fd;box-sizing:border-box}.home-page .product-image-contain a{background:#fff}.home-page .product-image-contain img{object-fit:contain}.home-page .product:hover .product-image img{transform:scale(1.08)}.home-page .product:hover .product-image-contain img{transform:scale(1.01)}.home-page .product-content{display:flex;flex:1;flex-direction:column;align-items:flex-start;padding:22px 22px 24px;text-align:left}.home-page .product-title-link{color:inherit;text-decoration:none}.home-page .product h3{margin:0 0 12px;color:#12243a;font-size:21px;font-weight:700;line-height:1.35}.home-page .product-title-link:hover h3{color:var(--color-primary, #005bac)}.home-page .product .product-intro{min-height:66px;margin:0 0 16px;padding:0;color:var(--color-text-secondary, #526273);font-size:14px;font-weight:400;line-height:1.65}.home-page .product-params{width:100%;margin:0 0 16px;padding:14px 14px 12px;background:#f7fafd;border-left:3px solid var(--color-primary, #005bac);box-sizing:border-box}.home-page .product-params span{display:block;margin:0 0 8px;color:var(--color-primary-hover, #0a3f78);font-size:13px;font-weight:700}.home-page .product-params ul{margin:0;padding:0;list-style:none}.home-page .product-params li{position:relative;margin:0 0 6px;padding-left:12px;color:#43566a;font-size:13px;line-height:1.55}.home-page .product-params li:last-child{margin-bottom:0}.home-page .product-params li:before{content:"";position:absolute;left:0;top:.68em;width:4px;height:4px;background:var(--color-primary, #005bac);border-radius:50%}.home-page .product .product-scenario{margin:0 0 20px;padding:0;color:#2f465e;font-size:14px;font-weight:600;line-height:1.6}.home-page .product-detail-btn{display:inline-flex;align-items:center;justify-content:center;min-width:112px;height:38px;margin-top:auto;padding:0 18px;color:var(--color-primary, #005bac);font-size:14px;font-weight:700;text-decoration:none;border:1px solid var(--color-primary, #005bac);border-radius:var(--radius-sm, 4px);transition:color .2s ease,background-color .2s ease}.home-page .product-detail-btn:hover{color:#fff;background:var(--color-primary, #005bac)}.home-page .product-message{grid-column:1 / -1;margin:0;padding:36px 20px;color:var(--color-text-secondary, #526273);font-size:16px;background:var(--color-bg-white, #ffffff);border-radius:var(--radius-md, 8px)}.company{padding:80px 0 90px;background:linear-gradient(180deg,#eef7ff,#f7fbff);text-align:center}.company h2,.company p{max-width:1180px;margin-left:auto;margin-right:auto}.company h2{font-size:36px;color:var(--color-primary-hover-dark, #0b2a4a);margin-bottom:28px;font-weight:700}.company p{font-size:21px;line-height:1.9;color:#10233f;padding:0 40px}.banner-animate{position:relative;overflow:hidden}.banner-animate>img{width:100%;display:block}.banner-animate .banner-text{position:absolute;left:10.5%;top:20%;z-index:5;color:#fff;max-width:900px}.banner-title{margin:0 0 18px;color:#fff;font-size:52px;font-weight:800;line-height:1.25;opacity:0;transform:translate(-35px);animation:bannerTitleIn .9s ease forwards}.banner-en{color:#fff;font-size:24px;font-weight:700;margin-bottom:26px;opacity:0;transform:translate(-25px);animation:bannerTitleIn .9s ease forwards .25s}.banner-desc{color:#fff;font-size:26px;line-height:1.7;margin:0 0 28px;opacity:0;transform:translateY(16px);animation:bannerFadeUp .9s ease forwards .45s}.banner-tags{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:34px}.banner-tags span{padding:10px 22px;border:1px solid rgba(255,255,255,.55);border-radius:6px;background:#ffffff1f;color:#fff;font-weight:700;opacity:0;transform:translateY(16px);animation:bannerTagIn .55s ease forwards;transition:all .3s ease}.banner-tags span:nth-child(1){animation-delay:.7s}.banner-tags span:nth-child(2){animation-delay:.85s}.banner-tags span:nth-child(3){animation-delay:1s}.banner-tags span:nth-child(4){animation-delay:1.15s}.banner-tags span:nth-child(5){animation-delay:1.3s}.banner-tags span:hover{transform:translateY(-4px);border-color:#6cf;box-shadow:0 0 18px #00a0ff73}.banner-actions{display:flex;gap:18px;opacity:0;transform:translateY(16px);animation:bannerFadeUp .9s ease forwards 1.45s}.banner-btn{position:relative;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;min-width:170px;height:52px;padding:0 28px;border-radius:var(--radius-md, 6px);color:#fff;font-size:18px;font-weight:700;text-decoration:none;transition:all .35s ease}.banner-btn-main{background:linear-gradient(135deg,#0078ff,#00b4ff);box-shadow:0 10px 24px #0078ff52}.banner-btn-ghost{border:1px solid rgba(255,255,255,.75);background:#ffffff14}.banner-btn:before{content:"";position:absolute;top:0;left:-80%;width:48%;height:100%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.55),transparent);transform:skew(-25deg);transition:left .65s ease;pointer-events:none}.banner-btn:hover{transform:translateY(-5px);box-shadow:0 16px 36px #0078ff6b}.banner-btn:hover:before{left:130%}.banner-line{width:460px;max-width:80%;height:2px;margin-top:34px;background:linear-gradient(90deg,transparent,rgba(0,190,255,.95),transparent);animation:bannerLineGlow 2.6s ease-in-out infinite}@keyframes bannerTitleIn{to{opacity:1;transform:translate(0)}}@keyframes bannerFadeUp{to{opacity:1;transform:translateY(0)}}@keyframes bannerTagIn{to{opacity:1;transform:translateY(0)}}@keyframes bannerLineGlow{0%,to{opacity:.35;transform:scaleX(.85)}50%{opacity:1;transform:scaleX(1)}}.company-page-body{background:#f4f7fb;color:#1e2f45}.company-hero{min-height:300px;display:flex;align-items:center;background:linear-gradient(115deg,#00224ef5,#005bace6),linear-gradient(45deg,rgba(255,255,255,.08) 25%,transparent 25%);color:#fff}.company-hero-inner{width:100%;max-width:1200px;margin:0 auto;padding:58px 24px}.company-hero p{margin:0 0 12px;color:#8fd1ff;font-size:18px;font-weight:700;letter-spacing:0}.company-hero .company-hero-name{margin-bottom:16px;color:#fff;font-size:24px;font-weight:700;line-height:1.3}.company-hero h1{margin:0 0 18px;color:#fff;font-size:42px;line-height:1.25}.company-hero span{display:block;max-width:780px;color:#ffffffe0;font-size:18px;line-height:1.8}.company-page{max-width:1200px;margin:0 auto;padding:64px 24px 78px}.company-section{margin-bottom:64px}.company-section:last-child{margin-bottom:0}.company-section-title{margin-bottom:30px;text-align:center}.company-section-title p{margin:0 0 8px;color:#6f829b;font-size:15px;font-weight:700}.company-section-title h2{margin:0;color:#0a3f78;font-size:32px;line-height:1.3}.company-section-title-left{margin-bottom:22px;text-align:left}.company-overview-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);gap:42px;align-items:stretch}.company-overview-text{padding:34px;background:#fff;border:1px solid #e3eaf3;border-radius:8px;box-shadow:0 12px 28px #002b5c14}.company-overview-text p{margin:0 0 18px;color:#3d4f63;font-size:16px;line-height:1.9}.company-overview-text p:last-child{margin-bottom:0}.company-main-image img{display:block;width:100%;height:100%;min-height:100%;object-fit:cover;border-radius:8px;box-shadow:0 16px 34px #002b5c2e;background:#e9f0f8}.company-page-body .company-photo-box{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;margin:0}.company-page-body .company-photo-box img{display:block;width:100%;height:330px;object-fit:cover;border-radius:8px;box-shadow:0 12px 28px #002b5c1f;background:#e9f0f8}.company-business{padding:46px 34px;background:#fff;border-radius:8px;box-shadow:0 12px 28px #002b5c12}.company-product-text{max-width:980px;margin:0 auto}.company-product-text>p{margin:0 0 34px;color:#333;font-size:18px;line-height:1.8;text-align:center}.company-product-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:52px}.company-product-columns ul{margin:0;padding:0;list-style:none}.company-product-columns ul:first-child{padding-left:54px}.company-product-columns li{margin:0 0 10px;color:#005bac;font-size:22px;font-weight:700;line-height:1.45}.company-product-columns li:last-child{margin-bottom:0}.company-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.company-advantage-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.company-card,.company-advantage-card{position:relative;min-height:118px;padding:24px 22px;background:#fff;border:1px solid #e3eaf3;border-radius:8px;box-shadow:0 10px 24px #002b5c14;transition:transform .2s ease,box-shadow .2s ease}.company-card:before,.company-advantage-card:before{content:"";display:block;width:42px;height:42px;margin:0 0 18px;border-radius:50%;background:linear-gradient(135deg,#005bac,#31a8ff);box-shadow:0 10px 20px #005bac38}.company-card:after,.company-advantage-card:after{content:"";position:absolute;left:36px;top:38px;width:14px;height:14px;border:2px solid rgba(255,255,255,.9);border-radius:50%}.company-card:hover,.company-advantage-card:hover{transform:translateY(-4px);box-shadow:0 16px 32px #002b5c24}.company-card h3,.company-advantage-card h3{margin:0;color:#0a3f78;font-size:20px;line-height:1.45}.company-advantage-card p{margin:12px 0 0;color:#53677f;font-size:15px;line-height:1.7}.company-advantage-text{max-width:980px;margin:0 auto;padding:4px 0 4px 24px;border-left:4px solid #005bac;color:#3d4f63;font-size:18px;line-height:2.05;text-align:left}.company-advantage-text p{margin:0}.contact-page-body{color:var(--color-text-dark, #17243a);background:var(--color-bg-light, #f4f7fb);font-family:var(--font-family-base, Arial, "Microsoft YaHei", sans-serif)}.contact-hero{padding:88px 0 92px;background:linear-gradient(135deg,var(--color-hero-blue-dark, #05234a) 0%,var(--color-hero-blue-mid, #005bac) 58%,var(--color-hero-blue-light, #0b78d0) 100%)}.contact-container{max-width:var(--container-max-width, 1200px);margin:0 auto;padding:0 24px;box-sizing:border-box}.contact-hero p{margin:0 0 12px;color:#b9dcff;font-size:18px;font-weight:700;letter-spacing:0}.contact-hero h1{margin:0 0 18px;color:#fff;font-size:46px;font-weight:700;line-height:1.2}.contact-hero span{display:block;max-width:760px;color:#ffffffe6;font-size:19px;line-height:1.8}.contact-page{max-width:var(--container-max-width, 1200px);margin:0 auto;padding:76px 24px 90px;box-sizing:border-box}.contact-section{margin-bottom:72px}.contact-section:last-child{margin-bottom:0}.contact-section-title{margin-bottom:34px;text-align:center}.contact-section-title h2{margin:0;color:var(--color-primary-hover, #0a3f78);font-size:38px;font-weight:700;line-height:1.25}.contact-section-title p{margin:8px 0 0;color:#6f829b;font-size:14px;font-weight:700;letter-spacing:0}.contact-card{display:grid;grid-template-columns:minmax(0,1fr) 220px;gap:42px;align-items:center;padding:38px;background:var(--color-bg-white, #ffffff);border:1px solid var(--color-border, #e2e9f2);border-radius:var(--radius-md, 8px);box-shadow:0 12px 32px #0d315614}.contact-details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 28px}.contact-item{padding:18px 20px;background:#f7fafd;border-left:3px solid var(--color-primary, #005bac);border-radius:6px}.contact-address{grid-column:1 / -1}.contact-label{display:block;margin-bottom:8px;color:#6f829b;font-size:14px;font-weight:700}.contact-item strong{display:block;color:var(--color-text-dark, #17243a);font-size:18px;line-height:1.65}.contact-item a{color:var(--color-primary, #005bac);text-decoration:none}.contact-item a:hover{text-decoration:underline}.contact-qrcode{text-align:center}.contact-qrcode img{display:block;width:180px;height:180px;object-fit:contain;border:8px solid #f0f5fb;border-radius:var(--radius-md, 8px);box-sizing:border-box}.contact-qrcode p{margin:12px 0 0;color:var(--color-text-secondary, #526273);font-size:14px}.products-page-body{color:var(--color-text-dark, #17243a);background:var(--color-bg-light, #f4f7fb);font-family:var(--font-family-base, Arial, "Microsoft YaHei", sans-serif)}.products-page-hero{padding:88px 0 92px;background:linear-gradient(135deg,var(--color-hero-blue-dark, #05234a) 0%,var(--color-hero-blue-mid, #005bac) 58%,var(--color-hero-blue-light, #0b78d0) 100%)}.products-page-container{max-width:1200px;margin:0 auto;padding:0 24px;box-sizing:border-box}.products-page-hero p{margin:0 0 12px;color:#b9dcff;font-size:18px;font-weight:700;letter-spacing:0}.products-page-hero h1{margin:0 0 18px;color:#fff;font-size:46px;font-weight:700;line-height:1.2}.products-page-hero span{display:block;max-width:760px;color:#ffffffe6;font-size:19px;line-height:1.8}.products-page-body .products{padding-top:78px}.products-page-body .product-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px;max-width:1200px;margin:38px auto 0;align-items:stretch}.products-page-body .product{display:flex;flex-direction:column;height:100%;overflow:hidden;background:var(--color-bg-white, #ffffff);border:1px solid var(--color-border, #e2e9f2);border-radius:var(--radius-md, 8px);box-shadow:0 10px 28px #0d315614;cursor:pointer;transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease}.products-page-body .product:hover{transform:translateY(-6px);border-color:#c7d9ee;box-shadow:0 18px 36px #0d315624}.products-page-body .product-image{height:210px;overflow:hidden;background:#e9f0f8;flex-shrink:0}.products-page-body .product-image a{display:block;width:100%;height:100%}.products-page-body .product-image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .28s ease}.products-page-body .product-image-contain{padding:18px;background:#f6f9fd;box-sizing:border-box}.products-page-body .product-image-contain a{background:#fff}.products-page-body .product-image-contain img{object-fit:contain}.products-page-body .product:hover .product-image img{transform:scale(1.08);border-color:var(--color-primary-light, #006bd6)}.products-page-body .product:hover .product-image-contain img{transform:scale(1.01)}.products-page-body .product-content{display:flex;flex:1;flex-direction:column;align-items:flex-start;padding:22px 22px 24px;text-align:left;gap:12px}.products-page-body .product-title-link{color:inherit;text-decoration:none}.products-page-body .product h3{min-height:58px;margin:0 0 12px;color:#12243a;font-size:21px;font-weight:700;line-height:1.35}.products-page-body .product-title-link:hover h3{color:var(--color-primary, #005bac)}.products-page-body .product .product-intro{margin:0;padding:0;color:var(--color-text-secondary, #526273);font-size:14px;font-weight:400;line-height:1.65;text-align:left}.products-page-body .product-params{width:100%;margin:0 0 12px;padding:16px 18px 14px;background:linear-gradient(135deg,#e8f4fd,#f0f7ff,#e3f0fa);border:1px solid #c5d9f2;border-radius:10px;box-shadow:0 4px 12px #1e5aa014;position:relative;overflow:hidden;box-sizing:border-box;transition:box-shadow .24s ease;cursor:pointer}.products-page-body .product:hover .product-params{box-shadow:0 6px 18px #1e5aa024}.products-page-body .product-params:before{content:"";position:absolute;top:0;left:-100%;width:60%;height:100%;background:linear-gradient(90deg,transparent,rgba(100,180,255,.1),transparent);animation:params-scan 4s ease-in-out infinite;pointer-events:none}@keyframes params-scan{0%{left:-60%}to{left:120%}}.products-page-body .product-params .params-title{display:flex;align-items:center;gap:10px;margin:0 0 12px;color:#1a6fc4;font-size:15px;font-weight:700}.products-page-body .product-params .params-icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;background:linear-gradient(135deg,#1e90ff,#3aa0ff);border-radius:6px;font-size:15px;color:#fff;box-shadow:0 3px 8px #1e90ff4d}.products-page-body .product-params ul{margin:0;padding:0;list-style:none}.products-page-body .product-params .param-item{position:relative;margin:0 0 8px;padding-left:18px;color:#2c4a6e;font-size:14px;line-height:1.6;text-align:left;transition:transform .25s ease,color .25s ease}.products-page-body .product-params .param-item:hover{transform:translate(4px);color:#1565c0}.products-page-body .product-params .param-item:last-child{margin-bottom:0}.products-page-body .product-params .param-item:before{content:"";position:absolute;left:0;top:.65em;width:6px;height:6px;background:linear-gradient(135deg,#1e90ff,#3aa0ff);border-radius:50%;box-shadow:0 0 0 2px #1e90ff26}.products-page-body .product-params .expand-hint{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:12px;padding:8px 14px;color:#1a6fc4;background:#1e90ff14;border-radius:6px;font-size:13px;font-weight:600;transition:background .2s ease,color .2s ease}.products-page-body .product-params:hover .expand-hint{background:#1e90ff24;color:#1565c0}.products-page-body .product-params .expand-hint .chevron{display:inline-block;transition:transform .35s cubic-bezier(.4,0,.2,1);font-size:10px}.products-page-body .product-params .expand-hint .chevron.expanded{transform:rotate(180deg)}.products-page-body .product .product-scenario{margin:0;padding:0;color:#2f465e;font-size:14px;font-weight:600;line-height:1.6;text-align:left}.products-page-body .product-message{grid-column:1 / -1;margin:0;padding:36px 20px;color:var(--color-text-secondary, #526273);font-size:16px;background:var(--color-bg-white, #ffffff);border-radius:var(--radius-md, 8px)}.news-page-body{background:var(--color-bg-light, #f4f7fb)}.news-page-hero{min-height:260px;display:flex;align-items:center;background:linear-gradient(135deg,var(--color-news-hero-dark, #061526) 0%,var(--color-primary-hover, #0a3f78) 52%,var(--color-hero-blue-accent, #1677c8) 100%);color:#fff}.news-page-hero-inner{width:100%;max-width:1200px;margin:0 auto;padding:54px 40px}.news-page-hero p{margin:0 0 12px;color:#8fc7ff;font-size:18px;font-weight:700;letter-spacing:1px}.news-page-hero h1{margin:0 0 18px;color:#fff;font-size:46px;line-height:1.2}.news-page-hero span{display:block;max-width:760px;color:#dbeafe;font-size:18px;line-height:1.8}.news-page{max-width:1200px;margin:0 auto 90px;padding:54px 40px 0}.news-title-box{text-align:center;margin-bottom:50px}.news-title-box h1{font-size:38px;color:var(--color-primary, #005bac);margin-bottom:8px}.news-title-box p{font-size:16px;color:#999;letter-spacing:3px}.news-article{background:var(--color-bg-white, #ffffff);padding:45px 55px 60px;box-shadow:0 4px 18px #00000014;border-radius:var(--radius-md, 8px)}.news-article h2{font-size:30px;color:var(--color-primary, #005bac);line-height:1.5;margin-bottom:16px;text-align:center}.news-date{text-align:center;font-size:16px;color:#888;margin-bottom:35px}.news-text{font-size:22px;line-height:2;color:#333;text-indent:2em;margin-bottom:45px}.news-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.news-gallery img{width:100%;height:260px;object-fit:cover;display:block;border-radius:var(--radius-md, 6px);box-shadow:0 4px 14px #0000001f;transition:transform .3s ease}.news-gallery img:hover{transform:scale(1.03)}.news-page-main{max-width:1200px;margin:0 auto;padding:56px 24px 90px}.news-list{display:grid;gap:24px}.news-list-item{display:grid;grid-template-columns:280px 1fr;gap:28px;align-items:center;padding:24px;background:var(--color-bg-white, #ffffff);border:1px solid var(--color-border, #e2e9f2);border-radius:var(--radius-md, 8px);box-shadow:0 10px 28px #0d315612;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.news-list-item:hover{transform:translateY(-4px);box-shadow:0 16px 32px #0d31561f}.news-list-image img{display:block;width:100%;height:180px;object-fit:cover;border-radius:var(--radius-md, 6px)}.news-list-text h3{margin:0 0 8px;color:#0a3f78;font-size:20px;font-weight:700;line-height:1.4}.news-list-text time{display:block;margin-bottom:10px;color:var(--color-text-muted, #888);font-size:14px}.news-list-text p{margin:0;color:var(--color-text-secondary, #526273);font-size:15px;line-height:1.7}.news-empty{grid-column:1 / -1;padding:36px;text-align:center;color:var(--color-text-muted, #888);background:var(--color-bg-white, #ffffff);border:1px solid var(--color-border, #e2e9f2);border-radius:var(--radius-md, 8px)}.admin-login-page{display:flex;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#05234a,#005bac)}.admin-login-card{width:100%;max-width:400px;padding:40px 36px;background:#fff;border-radius:12px;box-shadow:0 20px 60px #0003}.admin-login-card h1{margin:0 0 8px;color:#0a3f78;font-size:26px;text-align:center}.admin-login-card .login-subtitle{margin:0 0 28px;color:#6f829b;font-size:14px;text-align:center}.admin-login-card .form-group{margin-bottom:20px}.admin-login-card label{display:block;margin-bottom:6px;color:#333;font-size:14px;font-weight:600}.admin-login-card input[type=text],.admin-login-card input[type=password]{width:100%;padding:12px 14px;border:1px solid #d1d5db;border-radius:6px;font-size:15px;transition:border-color .2s;box-sizing:border-box}.admin-login-card input:focus{outline:none;border-color:#005bac;box-shadow:0 0 0 3px #005bac26}.admin-login-card .login-error{margin-bottom:16px;padding:10px 14px;color:#dc2626;font-size:14px;background:#fef2f2;border:1px solid #fecaca;border-radius:6px}.admin-login-card .login-btn{width:100%;padding:12px;color:#fff;font-size:16px;font-weight:600;background:#005bac;border:none;border-radius:6px;cursor:pointer;transition:background-color .2s}.admin-login-card .login-btn:hover{background:#004a90}.admin-login-card .login-btn:disabled{background:#93c5fd;cursor:not-allowed}.admin-layout{display:flex;min-height:100vh;background:#f1f5f9}.admin-sidebar{width:240px;background:#0a1628;color:#fff;flex-shrink:0;display:flex;flex-direction:column}.admin-sidebar-header{padding:20px 18px;border-bottom:1px solid rgba(255,255,255,.1)}.admin-sidebar-header h2{margin:0;font-size:18px;font-weight:700}.admin-sidebar-header p{margin:4px 0 0;color:#ffffff80;font-size:12px}.admin-nav{flex:1;padding:12px 0;overflow-y:auto}.admin-nav a{display:flex;align-items:center;gap:10px;padding:12px 18px;color:#ffffffb3;font-size:14px;text-decoration:none;transition:all .2s;border-left:3px solid transparent}.admin-nav a:hover{background:#ffffff14;color:#fff}.admin-nav a.router-link-active{background:#005bac4d;color:#fff;border-left-color:#3b82f6}.admin-sidebar-footer{padding:16px 18px;border-top:1px solid rgba(255,255,255,.1)}.admin-sidebar-footer .logout-btn{width:100%;padding:10px;color:#fffc;font-size:14px;background:transparent;border:1px solid rgba(255,255,255,.2);border-radius:6px;cursor:pointer;transition:all .2s}.admin-sidebar-footer .logout-btn:hover{background:#dc262633;border-color:#ef4444;color:#fca5a5}.admin-main{flex:1;padding:28px 32px;overflow-y:auto}.admin-page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px}.admin-page-header h1{margin:0;color:#1e293b;font-size:24px;font-weight:700}.admin-table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #00000014}.admin-table th,.admin-table td{padding:14px 18px;text-align:left;border-bottom:1px solid #e2e8f0;font-size:14px}.admin-table th{background:#f8fafc;color:#64748b;font-weight:600;font-size:13px;text-transform:uppercase;letter-spacing:.5px}.admin-table tr:hover{background:#f8fafc}.admin-table .actions{display:flex;gap:8px}.admin-table .btn-edit,.admin-table .btn-delete{padding:6px 12px;font-size:13px;border:none;border-radius:4px;cursor:pointer;transition:background-color .2s}.admin-table .btn-edit{color:#fff;background:#3b82f6}.admin-table .btn-edit:hover{background:#2563eb}.admin-table .btn-delete{color:#fff;background:#ef4444}.admin-table .btn-delete:hover{background:#dc2626}.admin-form{max-width:800px;padding:28px;background:#fff;border-radius:8px;box-shadow:0 1px 3px #00000014}.admin-form .form-group{margin-bottom:20px}.admin-form label{display:block;margin-bottom:6px;color:#374151;font-size:14px;font-weight:600}.admin-form input[type=text],.admin-form input[type=url],.admin-form textarea,.admin-form select{width:100%;padding:10px 14px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;transition:border-color .2s;box-sizing:border-box}.admin-form textarea{min-height:100px;resize:vertical}.admin-form input:focus,.admin-form textarea:focus,.admin-form select:focus{outline:none;border-color:#005bac;box-shadow:0 0 0 3px #005bac1a}.admin-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.admin-form .form-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:24px}.admin-form .btn-save{padding:10px 24px;color:#fff;font-size:14px;font-weight:600;background:#005bac;border:none;border-radius:6px;cursor:pointer}.admin-form .btn-save:hover{background:#004a90}.admin-form .btn-cancel{padding:10px 24px;color:#374151;font-size:14px;font-weight:600;background:#e5e7eb;border:none;border-radius:6px;cursor:pointer}.admin-form .btn-cancel:hover{background:#d1d5db}.admin-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:32px}.admin-stat-card{padding:24px;background:#fff;border-radius:8px;box-shadow:0 1px 3px #00000014}.admin-stat-card h3{margin:0 0 8px;color:#64748b;font-size:14px;font-weight:600}.admin-stat-card .stat-number{color:#1e293b;font-size:32px;font-weight:700}.content-field-list{display:flex;flex-direction:column;gap:16px}.content-field-item{padding:20px;background:#fff;border:1px solid #e2e8f0;border-radius:8px}.content-field-item label{display:block;margin-bottom:4px;color:#374151;font-size:13px;font-weight:600}.content-field-item .field-key{margin-bottom:12px;padding:4px 10px;color:#005bac;font-size:12px;font-weight:600;background:#eff6ff;border-radius:4px;display:inline-block}.content-field-item .values-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.content-field-item textarea{width:100%;min-height:80px;padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;resize:vertical;box-sizing:border-box}.content-field-item textarea:focus{outline:none;border-color:#005bac}.admin-empty{padding:48px;text-align:center;color:#94a3b8;background:#fff;border-radius:8px;box-shadow:0 1px 3px #00000014}@media(max-width:768px){.admin-layout{flex-direction:column}.admin-sidebar{width:100%;flex-direction:row;overflow-x:auto}.admin-nav{display:flex;padding:0;overflow-x:auto}.admin-nav a{white-space:nowrap;border-left:none;border-bottom:3px solid transparent}.admin-nav a.router-link-active{border-bottom-color:#3b82f6;border-left-color:transparent}.admin-sidebar-header,.admin-sidebar-footer{display:none}.admin-main{padding:16px}.content-field-item .values-grid,.admin-form .form-row{grid-template-columns:1fr}}.mobile-menu-toggle{display:none}@media(max-width:1180px){header{align-items:flex-start;min-height:78px;height:auto;padding:12px 30px}header nav{flex:1 1 auto;justify-content:flex-end}}@media(max-width:768px){header{flex-direction:row;align-items:center;justify-content:flex-start;padding:10px 16px;min-height:auto;height:auto;gap:0;z-index:1001!important;position:relative}header .logo{flex:0 0 auto;margin-right:auto}header .logo img{height:32px!important;width:auto!important}.mobile-menu-toggle{display:flex;align-items:center;justify-content:center;padding:6px 8px;margin-left:auto;font-size:22px;color:#17243a;background:transparent;border:none;cursor:pointer;flex:0 0 auto;line-height:1;position:relative;z-index:1002}.mobile-menu-toggle:hover{transform:scale(1.1)}.site-language-switch{flex:0 0 auto;margin-left:8px;padding-left:0;border-left:none;gap:2px;position:relative;z-index:1002}.site-language-button{padding:2px 6px;font-size:11px;font-weight:700}.lang-switch{display:inline-flex;align-items:center;justify-content:center;padding:3px 7px;font-size:11px;font-weight:700;color:#53657a;background:#f0f4f8;border:1px solid #dce5ef;border-radius:4px;cursor:pointer;line-height:1;white-space:nowrap}.lang-switch:hover,.lang-switch:focus-visible{color:var(--color-primary, #005bac);border-color:#1677ff;background:#e6f2ff}header nav{display:none;position:fixed;top:0;right:0;width:280px;height:100vh;background:#fff;box-shadow:-4px 0 20px #00000026;z-index:1000;padding:0;overflow-y:auto;transform:translate(100%);transition:transform .3s ease}.mobile-nav-open header nav{display:block;transform:translate(0)}.mobile-nav-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:999}.mobile-nav-open .mobile-nav-overlay{display:block}.mobile-nav-open header nav ul{flex-direction:column;align-items:stretch;gap:0;padding:20px 0}.mobile-nav-open header nav ul>li{line-height:1;border-bottom:1px solid #f0f0f0}.mobile-nav-open header nav ul>li:last-child{border-bottom:none}.mobile-nav-open header nav ul>li>a{display:block;padding:16px 24px;font-size:15px;font-weight:600;line-height:1.4;color:#17243a;text-decoration:none!important;transition:background .2s ease}.mobile-nav-open header nav ul>li>a:hover,.mobile-nav-open header nav ul>li.active>a{background:#f5f9ff;color:#005bac}.mobile-nav-open header nav ul>li.active>a:after,.mobile-nav-open header nav ul>li>a.active:after{display:none!important}.dropdown-header{display:flex;align-items:center;justify-content:space-between;padding:0}.dropdown-header>a{flex:1;padding:16px 24px;font-size:15px;font-weight:600;line-height:1.4;color:#17243a;text-decoration:none!important;transition:background .2s ease}.dropdown-header>a:hover,.mobile-nav-open header nav li.active .dropdown-header>a{background:#f5f9ff;color:#005bac}.dropdown-header>a:after{display:none!important}.submenu-toggle{display:flex;align-items:center;justify-content:center;padding:8px 16px 8px 0;background:none;border:none;font-size:10px;color:#17243a;cursor:pointer;transition:transform .2s ease;line-height:1}.submenu-toggle.open{color:#005bac}.mobile-nav-open header nav .dropdown-menu.mobile-open,.mobile-nav-open header nav .about-dropdown.mobile-open{display:block;position:static;box-shadow:none;border:none;padding:0;background:#fafafa}.mobile-nav-open header nav .dropdown-menu:not(.mobile-open),.mobile-nav-open header nav .about-dropdown:not(.mobile-open){display:none}.mobile-nav-open header nav .dropdown-menu.mobile-open li a,.mobile-nav-open header nav .about-dropdown.mobile-open li a{padding:12px 24px 12px 36px;font-size:14px;font-weight:400;text-decoration:none!important}}@media(max-width:1024px){.products-page-body .product-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.products-page-hero{padding:66px 0 70px}.products-page-hero h1{font-size:36px}.products-page-hero span{font-size:16px}.products-page-main{padding:50px 18px 60px}.product-list{grid-template-columns:repeat(2,1fr);gap:18px}}@media(max-width:560px){.products-page-body .product-list{grid-template-columns:1fr}}@media(max-width:1024px){.company-overview-grid{grid-template-columns:1fr}.company-card-grid,.company-advantage-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.company-hero{min-height:240px}.company-hero-inner{padding:42px 18px}.company-hero h1{font-size:32px}.company-hero p,.company-hero span{font-size:15px}.company-page{padding:42px 16px 58px}.company-section{margin-bottom:42px}.company-section-title h2{font-size:28px}.company-overview-text,.company-business{padding:26px 18px}.company-main-image img,.company-photo-box img{height:220px}.company-photo-box,.company-product-columns,.company-card-grid,.company-advantage-grid{grid-template-columns:1fr}.company-product-text>p{margin-bottom:24px;font-size:16px;text-align:left}.company-product-columns{gap:10px}.company-product-columns ul:first-child{padding-left:0}.company-product-columns li{font-size:18px}.company-card,.company-advantage-card{min-height:auto}.company-intro-extra{grid-template-columns:1fr;gap:25px;font-size:16px}.company-product-list{grid-template-columns:1fr;gap:10px}.company-product-list li{font-size:18px}}@media(max-width:1180px){.home-page header{align-items:flex-start;min-height:78px;height:auto;padding:12px 30px}}@media(max-width:768px){.home-photo-slider{padding:42px 0 46px}.home-photo-slider-heading h2{font-size:28px}.home-page .products{padding:60px 18px 70px}.home-page .section-heading h2{font-size:30px}.home-page .company{padding:60px 18px 70px}}@media(max-width:560px){.home-page .product-list{grid-template-columns:1fr}}@media(max-width:480px){.home-page .banner{height:540px}.home-page .banner-text h1{font-size:28px}.home-page .banner-tags span{font-size:12px;padding:6px 10px}}@media(max-width:768px){.news-page-hero{min-height:220px}.news-page-hero-inner{padding:42px 18px}.news-page-hero h1{font-size:32px}.news-list-item{grid-template-columns:1fr}.news-list-image img{height:200px}.news-list-text h3{font-size:18px}.news-article{padding:30px 20px 40px}.news-article h2{font-size:24px}.news-text{font-size:18px}.news-gallery{grid-template-columns:1fr}.news-gallery img{height:auto}}@media(max-width:768px){.performance-hero{min-height:240px}.performance-hero-inner{padding:42px 18px}.performance-hero h1{font-size:32px}.performance-hero p,.performance-hero span{font-size:15px}.performance-page{margin:0 auto;padding:44px 20px 64px}.case-item{padding:20px}.case-heading{align-items:flex-start;flex-direction:column;gap:10px}.case-content{grid-template-columns:1fr;gap:22px}}@media(max-width:768px){.about-banner{height:220px}.honor-page{padding:0 20px}.honor-grid{grid-template-columns:repeat(2,1fr);gap:18px}.honor-card img{height:230px}}@media(max-width:768px){.contact-hero{padding:66px 0 70px}.contact-hero h1{font-size:36px}.contact-hero span{font-size:16px}.contact-page{padding:56px 18px 68px}.contact-section-title h2{font-size:32px}.contact-card,.contact-details{grid-template-columns:1fr}.contact-card{gap:28px;padding:26px 20px}.contact-qrcode img{width:150px;height:150px}}@media(max-width:1024px){.footer-inner{grid-template-columns:repeat(2,1fr);gap:32px}}@media(max-width:768px){.site-footer{margin-top:12px!important;font-size:11px!important}.footer-inner{grid-template-columns:1fr;gap:8px;padding:12px 12px 8px}.footer-company{text-align:center;grid-template-columns:1fr;gap:2px}.footer-logo{grid-row:auto;margin:0 auto 2px;width:48px;height:28px}.footer-logo img{width:48px;max-height:28px}.site-footer .footer-company h3{font-size:12px!important;line-height:1.2!important}.footer-company-en{font-size:9px!important;margin:1px 0 0!important}.footer-company>p:not(.footer-company-en){margin:4px auto 0!important;max-width:100%;font-size:10px!important;line-height:1.4!important}.footer-column h4{text-align:center;font-size:11px!important;margin-bottom:4px!important;padding-bottom:4px!important}.footer-column h4:after{left:50%;transform:translate(-50%);width:16px!important;height:2px!important}.footer-links{text-align:center;gap:2px!important;display:grid;grid-template-columns:repeat(3,1fr)}.footer-links a{font-size:10px!important;line-height:1.3!important}.footer-contact-list{text-align:center;gap:2px!important;display:grid;grid-template-columns:1fr 1fr}.footer-contact-list li{grid-template-columns:1fr;text-align:center;font-size:10px!important;line-height:1.3!important}.footer-contact-list strong,.footer-qrcode{display:none}.footer-bottom{padding:6px 12px 8px!important}.footer-bottom p{font-size:9px!important}}@media(max-width:768px){.global-image-modal{padding:62px 14px 20px}.global-image-modal img{max-height:75vh}}@media(prefers-reduced-motion:reduce){.home-photo-slider-track{animation:none}.home-page .banner-text h1,.home-page .banner-en,.home-page .banner-desc,.home-page .banner-tags span,.home-page .banner-actions{opacity:1;transform:none;animation:none}}.honor-page-body{background:var(--color-bg-light, #f4f7fb);color:var(--color-text-dark, #17243a)}.honor-hero{min-height:260px;display:flex;align-items:center;justify-content:flex-start;background:linear-gradient(135deg,var(--color-hero-blue-dark, #05234a) 0%,var(--color-hero-blue-mid, #005bac) 58%,var(--color-hero-blue-light, #0b78d0) 100%)}.honor-hero-inner{padding:56px 24px;max-width:1200px;margin:0 auto;text-align:left}.honor-hero p{margin:0 0 12px;color:#b9dcff;font-size:18px;font-weight:700;letter-spacing:0}.honor-hero h1{margin:0;color:#fff;font-size:42px;font-weight:700;line-height:1.25}.honor-page{max-width:var(--container-max-width, 1200px);margin:0 auto;padding:56px 24px 80px;background:var(--color-bg-light, #f4f7fb)}.honor-page h1{margin:0 0 42px;color:var(--color-primary-hover, #0a3f78);font-size:38px;font-weight:700;text-align:center;line-height:1.25}.honor-page h1:after{content:"";display:block;width:72px;height:4px;margin:16px auto 0;background:linear-gradient(90deg,var(--color-primary, #005bac),#00a6ff);border-radius:var(--radius-round, 10px)}.honor-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:35px}.honor-card{background:var(--color-bg-white, #ffffff);border:1px solid #e5e5e5;cursor:pointer;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.honor-card:hover{transform:translateY(-6px);box-shadow:0 8px 22px #0000002e}.honor-card img{width:100%;height:330px;object-fit:cover;display:block;background:#f8f9fc}.honor-card-title{padding:12px 10px;color:var(--color-text, #333);font-size:15px;text-align:center;background:var(--color-bg-white, #ffffff)}.honor-empty{grid-column:1 / -1;padding:36px;text-align:center;color:var(--color-text-muted, #888);background:var(--color-bg-white, #ffffff);border:1px solid #e5e5e5}.about-page{max-width:1200px;margin:0 auto;padding:56px 24px 80px}@media(max-width:1200px){.honor-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.honor-hero{min-height:180px}.honor-page{padding:0 20px}.honor-grid{grid-template-columns:repeat(2,1fr);gap:18px}.honor-card img{height:230px}}.performance-page-body{color:var(--color-text-dark, #17243a);background:var(--color-bg-light, #f4f7fb);font-family:var(--font-family-base, Arial, "Microsoft YaHei", sans-serif)}.performance-hero{min-height:300px;display:flex;align-items:center;background:linear-gradient(115deg,#00224ef5,#005bace6),linear-gradient(45deg,rgba(255,255,255,.08) 25%,transparent 25%);color:#fff}.performance-hero-inner{width:100%;max-width:1200px;margin:0 auto;padding:58px 24px}.performance-hero p{margin:0 0 12px;color:#b9dcff;font-size:18px;font-weight:700;letter-spacing:0}.performance-hero h1{margin:0 0 18px;color:#fff;font-size:46px;font-weight:700;line-height:1.2}.performance-hero span{display:block;max-width:760px;margin:0 auto;color:#ffffffe6;font-size:19px;line-height:1.8}.performance-page{max-width:var(--container-max-width, 1200px);margin:0 auto;padding:56px 24px 90px;box-sizing:border-box}.performance-intro{margin-bottom:44px;padding:24px 28px;color:#3d4f63;font-size:18px;line-height:2;text-align:center;background:var(--color-bg-white, #ffffff);border-left:4px solid var(--color-primary, #005bac);border-radius:var(--radius-md, 8px);box-shadow:0 8px 24px #0d31560f}.case-item{margin-bottom:36px;padding:30px;background:var(--color-bg-white, #ffffff);border:1px solid var(--color-border, #e2e9f2);border-radius:var(--radius-md, 8px);box-shadow:0 10px 28px #0d315612}.case-heading{display:flex;align-items:center;gap:16px;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #e8eef5}.case-item h2{margin:0;color:var(--color-primary-hover, #0a3f78);font-size:26px;font-weight:700;line-height:1.35}.case-project-time{color:#6f829b;font-size:14px;font-weight:600;white-space:nowrap}.case-content{display:grid;grid-template-columns:340px minmax(0,1fr);gap:28px;align-items:start}.case-image-box{overflow:hidden;border-radius:var(--radius-md, 8px)}.case-image-box img{display:block;width:100%;height:240px;object-fit:cover;border-radius:var(--radius-md, 8px);transition:transform .3s ease}.case-image-box:hover img{transform:scale(1.03)}.case-details{display:flex;flex-direction:column;gap:14px}.case-description{margin:0;color:#3d4f63;font-size:17px;line-height:1.9}.case-info-row{display:grid;grid-template-columns:80px minmax(0,1fr);gap:12px;align-items:start}.case-info-label{color:#6f829b;font-size:15px;font-weight:700;white-space:nowrap}.case-info-row p{margin:0;color:var(--color-text, #333);font-size:15px;line-height:1.7}@media(max-width:768px){.performance-hero{min-height:200px}.performance-hero-inner{padding:42px 18px}.performance-hero h1{font-size:32px}.performance-hero p,.performance-hero span{font-size:15px}.performance-page{margin:0 auto;padding:44px 20px 64px}.performance-intro{margin-bottom:34px;font-size:16px;text-align:left}.case-item{padding:20px}.case-heading{align-items:flex-start;flex-direction:column;gap:10px}.case-item h2{font-size:21px}.case-content{grid-template-columns:1fr;gap:22px}.case-image-box,.case-content img{min-height:0;height:210px}.case-description{font-size:16px}.case-info-row{grid-template-columns:72px minmax(0,1fr);gap:10px}.pagination a,.pagination span{min-width:36px;height:36px;padding:0 12px;line-height:36px}}.product-detail-unified{background-color:var(--color-bg-light, #f4f7fb)}.product-detail-unified .product-page{max-width:1200px;margin:0 auto;padding:48px 24px 76px}.product-title-panel{margin-bottom:28px;padding:34px 38px;background:linear-gradient(135deg,#f7fbff,#fff);border:1px solid #e1eaf4;border-left:5px solid var(--color-primary, #005bac);border-radius:var(--radius-md, 8px);box-shadow:0 10px 24px #002b5c14}.product-title-panel p{margin:0 0 10px;color:#6f829b;font-size:14px;font-weight:700}.product-title-panel h1{margin:0 0 12px;color:var(--color-primary-hover, #0a3f78);font-size:34px;line-height:1.32}.product-title-panel span{display:block;color:#4f6278;font-size:17px;line-height:1.7}.product-main-panel{display:grid;grid-template-columns:minmax(320px,.9fr) minmax(0,1.1fr);gap:32px;align-items:stretch;margin-bottom:28px}.product-main-image,.product-main-text,.product-info-section{background:var(--color-bg-white, #ffffff);border:1px solid #e3eaf3;border-radius:var(--radius-md, 8px);box-shadow:0 10px 24px #002b5c12}.product-main-image{display:flex;align-items:center;justify-content:center;min-height:320px;padding:24px}.product-main-image img{display:block;width:100%;max-height:300px;object-fit:contain;border-radius:6px;cursor:pointer}.product-main-text{padding:30px 32px}.product-main-text h2,.product-info-section h2{margin:0 0 18px;color:var(--color-primary-hover, #0a3f78);font-size:24px;line-height:1.35}.product-main-text p,.product-info-section p{margin:0 0 14px;color:#3d4f63;font-size:16px;line-height:1.9}.product-main-text p:last-child,.product-info-section p:last-child{margin-bottom:0}.product-info-section{margin-bottom:28px;padding:30px 32px}.tech-specs-section{margin-bottom:28px;padding:30px 32px;background:linear-gradient(135deg,#e8f4fd,#f0f7ff,#e3f0fa);border:1px solid #c5d9f2;border-radius:var(--radius-md, 8px);box-shadow:0 8px 24px #1e5aa014,0 0 0 1px #64b4ff1a;position:relative;overflow:hidden}.tech-specs-section:before{content:"";position:absolute;top:0;left:-100%;width:60%;height:100%;background:linear-gradient(90deg,transparent,rgba(100,180,255,.12),transparent);animation:scan-line 4s ease-in-out infinite;pointer-events:none}.tech-specs-section:after{content:"";position:absolute;top:-50%;right:-80px;width:220px;height:220px;background:radial-gradient(circle,rgba(30,144,255,.08) 0%,transparent 70%);border-radius:50%;pointer-events:none}@keyframes scan-line{0%{left:-60%}to{left:120%}}.tech-specs-title{margin:0 0 18px;color:#1a6fc4;font-size:24px;line-height:1.35;display:flex;align-items:center;gap:12px}.tech-specs-title .title-icon{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;background:linear-gradient(135deg,#1e90ff,#3aa0ff);border-radius:10px;font-size:20px;color:#fff;box-shadow:0 4px 12px #1e90ff59;animation:rotate-icon 10s linear infinite,pulse-icon 2s ease-in-out infinite}@keyframes rotate-icon{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse-icon{0%,to{box-shadow:0 4px 12px #1e90ff59}50%{box-shadow:0 6px 20px #1e90ff8c}}.tech-table{width:100%;border-collapse:collapse;overflow:hidden;border:1px solid #c5d9f2;border-radius:10px;font-size:15px;background:#ffffffb3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.tech-table th,.tech-table td{padding:14px 18px;border-bottom:1px solid #d6e6f5;color:#2c4a6e;line-height:1.7;text-align:left;vertical-align:top}.tech-table th{color:#fff;background:linear-gradient(135deg,#1e90ff,#3aa0ff);font-weight:700;letter-spacing:.3px;position:relative}.tech-table th:after{content:"";position:absolute;top:0;right:0;width:40px;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.15));pointer-events:none}.tech-table tr:last-child td{border-bottom:0}.tech-table td:first-child{width:210px;color:#1565c0;font-weight:700;background:#c8e1ff59;position:relative}.tech-table td:first-child:before{content:"";position:absolute;left:0;top:6px;bottom:6px;width:3px;background:linear-gradient(180deg,#1e90ff,#3aa0ff);border-radius:0 2px 2px 0}.tech-table tbody tr{transition:background-color .3s ease,transform .25s ease}.tech-table tbody tr:hover{background:#1e90ff12;transform:translate(3px)}.hidden-params-wrapper{margin-top:16px;animation:slide-down .4s ease-out}@keyframes slide-down{0%{opacity:0;max-height:0;transform:translateY(-8px)}to{opacity:1;max-height:1000px;transform:translateY(0)}}.fade-in-row{animation:fade-in .35s ease-out}@keyframes fade-in{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}.expand-toggle-btn{display:inline-flex;align-items:center;gap:8px;margin-top:18px;padding:11px 22px;background:linear-gradient(135deg,#1e90ff,#3aa0ff);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 14px #1e90ff4d;position:relative;overflow:hidden}.expand-toggle-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:left .5s ease}.expand-toggle-btn:hover:before{left:100%}.expand-toggle-btn:hover{background:linear-gradient(135deg,#3aa0ff,#1e90ff);transform:translateY(-2px);box-shadow:0 6px 18px #1e90ff66}.expand-toggle-btn:active{transform:translateY(0);box-shadow:0 2px 8px #1e90ff40}.expand-toggle-btn .chevron{display:inline-block;transition:transform .35s cubic-bezier(.4,0,.2,1);font-size:11px}.expand-toggle-btn .chevron.expanded{transform:rotate(180deg)}.product-param-table{width:100%;border-collapse:collapse;overflow:hidden;border:1px solid #dfe9f4;border-radius:8px;font-size:15px}.product-param-table th,.product-param-table td{padding:13px 16px;border-bottom:1px solid #dfe9f4;color:#36506a;line-height:1.65;text-align:left;vertical-align:top}.product-param-table th{color:#fff;background:var(--color-primary, #005bac);font-weight:700}.product-param-table tr:last-child td{border-bottom:0}.product-param-table td:first-child{width:210px;color:var(--color-primary-hover, #0a3f78);font-weight:700;background:#f5f9fd}.product-scene-list{display:flex;flex-wrap:wrap;gap:10px;margin:0;padding:0;list-style:none}.product-scene-list li{padding:8px 13px;color:var(--color-primary, #005bac);background:#edf6ff;border:1px solid #cfe5fb;border-left:4px solid var(--color-primary, #005bac);border-radius:var(--radius-sm, 4px);font-size:15px;line-height:1.5}.product-image-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.product-image-gallery img{display:block;width:100%;height:220px;object-fit:contain;background:#f5f8fc;border:1px solid #e3eaf3;border-radius:var(--radius-md, 8px);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.product-image-gallery img:hover{transform:scale(1.02)}.product-page-actions{display:flex;flex-wrap:wrap;gap:14px;justify-content:center;margin-top:36px}.product-page-actions a{display:inline-flex;align-items:center;justify-content:center;min-width:142px;height:42px;padding:0 22px;color:var(--color-primary, #005bac);background:#fff;border:1px solid var(--color-primary, #005bac);border-radius:4px;font-size:15px;font-weight:700;text-decoration:none;transition:color .2s ease,background-color .2s ease}.product-page-actions a:hover{color:#fff;background:var(--color-primary, #005bac)}.product-detail{max-width:var(--container-max-width, 1200px);margin:0 auto;padding:80px 120px;text-align:center;background:var(--color-bg-white, #fff)}.product-detail h1{color:var(--color-primary, #005bac);font-size:34px;margin-bottom:24px}.product-top{display:flex;gap:40px;align-items:flex-start;margin-bottom:40px}.product-top .main-image{width:100%;max-width:450px;border-radius:8px;cursor:pointer}.detail-content{flex:1;text-align:left}.dynamic-product-text{white-space:pre-line;font-size:16px;line-height:1.9;color:var(--color-text, #333)}.dynamic-product-empty{padding:42px;color:#64748b;text-align:center;border:1px solid #e5e7eb;border-radius:8px}.structure-img{display:block;width:100%;max-width:900px;margin:18px auto;border-radius:var(--radius-md, 8px);cursor:pointer}@media(max-width:768px){.product-detail-unified .product-page{padding:30px 16px 54px}.product-title-panel{padding:22px 20px}.product-title-panel h1{font-size:26px}.product-main-panel{grid-template-columns:1fr}.product-info-section{padding:20px 18px}.product-image-gallery{grid-template-columns:1fr}.product-image-gallery img{height:200px}.product-param-table td:first-child{width:120px}.product-detail{padding:30px 20px}.product-top{flex-direction:column}}.chat-widget{position:fixed;bottom:30px;right:30px;z-index:9999}.chat-fab{width:60px;height:60px;border-radius:50%;background:var(--color-primary, #005bac);color:#fff;border:none;cursor:pointer;box-shadow:0 4px 16px #005bac66;display:flex;align-items:center;justify-content:center;transition:transform .3s ease,box-shadow .3s ease}.chat-fab:hover{transform:scale(1.1);box-shadow:0 6px 24px #005bac80}.chat-fab-icon{font-size:26px;line-height:1}.chat-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px}.chat-panel{position:absolute;bottom:76px;right:0;width:420px;height:620px;background:var(--color-bg-white, #fff);border-radius:var(--radius-lg, 16px);box-shadow:0 8px 40px #00000040;display:flex;flex-direction:column;overflow:hidden;transition:all .3s ease}.chat-panel--fullscreen{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;max-width:100%;max-height:100%;border-radius:0;z-index:10001}.chat-header{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;background:var(--color-primary, #005bac);color:#fff}.chat-header-actions{display:flex;align-items:center;gap:8px}.chat-expand{background:none;border:none;color:#fff;font-size:18px;cursor:pointer;padding:4px;line-height:1;opacity:.8;transition:opacity .2s}.chat-expand:hover{opacity:1}.chat-header-info{display:flex;align-items:center;gap:10px}.chat-avatar{width:36px;height:36px;border-radius:50%;background:#ffffff40;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:13px}.chat-title{font-size:15px;font-weight:600}.chat-status{font-size:12px;opacity:.85}.chat-close{background:none;border:none;color:#fff;font-size:20px;cursor:pointer;padding:4px;line-height:1}.chat-messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px}.chat-welcome{text-align:center;color:var(--color-text-muted, #888);font-size:13px;padding:12px 0;line-height:1.6}.chat-welcome p{margin:0}.chat-suggestions{display:flex;flex-direction:column;gap:8px;padding:4px 0}.chat-suggestions-title{font-size:13px;color:var(--color-text-muted, #888);text-align:center;margin-bottom:2px}.chat-suggestion-btn{display:block;width:100%;padding:10px 14px;background:var(--color-bg-white, #fff);border:1px solid var(--color-border, #e2e9f2);border-radius:var(--radius-md, 8px);font-size:13px;color:var(--color-text, #333);cursor:pointer;text-align:left;transition:background .2s,border-color .2s}.chat-suggestion-btn:hover{background:var(--color-bg-light, #f4f7fb);border-color:var(--color-primary, #005bac);color:var(--color-primary, #005bac)}.chat-msg{display:flex;align-items:flex-start;gap:8px}.chat-msg-user{justify-content:flex-end}.chat-msg-bot{justify-content:flex-start}.chat-msg-avatar{width:28px;height:28px;min-width:28px;border-radius:50%;background:var(--color-primary, #005bac);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:10px}.chat-msg-bubble{max-width:75%;padding:10px 14px;border-radius:var(--radius-md, 8px);font-size:14px;line-height:1.6;word-break:break-word}.chat-msg-user .chat-msg-bubble{background:var(--color-primary, #005bac);color:#fff;border-bottom-right-radius:4px}.chat-msg-bot .chat-msg-bubble{background:var(--color-bg-light, #f4f7fb);color:var(--color-text, #333);border-bottom-left-radius:4px}.chat-msg-img{max-width:100%;border-radius:8px;margin:6px 0;display:block}.chat-input-area{display:flex;padding:12px;border-top:1px solid var(--color-border, #e2e9f2);gap:8px}.chat-input{flex:1;border:1px solid var(--color-border, #e2e9f2);border-radius:var(--radius-round, 999px);padding:10px 16px;font-size:14px;outline:none;transition:border-color .2s}.chat-input:focus{border-color:var(--color-primary, #005bac)}.chat-send{width:40px;height:40px;min-width:40px;border-radius:50%;background:var(--color-primary, #005bac);color:#fff;border:none;cursor:pointer;font-size:16px;display:flex;align-items:center;justify-content:center;transition:background .2s}.chat-send:hover:not(:disabled){background:var(--color-primary-dark, #004a90)}.chat-send:disabled{opacity:.5;cursor:not-allowed}.chat-spinner{display:flex;align-items:center;gap:10px;padding:4px 0;font-size:13px;color:var(--color-text-muted, #888)}.chat-spinner-ring{width:20px;height:20px;border:2.5px solid var(--color-border, #e2e9f2);border-top-color:var(--color-primary, #005bac);border-radius:50%;animation:chat-spin .8s linear infinite}@keyframes chat-spin{to{transform:rotate(360deg)}}.chat-cursor{display:inline-block;width:2px;height:1em;background:var(--color-primary, #005bac);margin-left:2px;vertical-align:text-bottom;animation:chat-blink 1s step-end infinite}@keyframes chat-blink{0%,to{opacity:1}50%{opacity:0}}.chat-stop{width:40px;height:40px;min-width:40px;border-radius:50%;background:#e74c3c;color:#fff;border:none;cursor:pointer;font-size:14px;display:flex;align-items:center;justify-content:center;transition:background .2s}.chat-stop:hover{background:#c0392b}.chat-fade-enter-active,.chat-fade-leave-active{transition:opacity .25s ease}.chat-fade-enter-from,.chat-fade-leave-to{opacity:0}@media(max-width:768px){.chat-widget{bottom:16px;right:16px}.chat-fab{width:52px;height:52px}.chat-fab-icon{font-size:22px}.chat-overlay{padding:0}.chat-panel{position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;height:100vh;height:100dvh;max-width:100%;max-height:100%;border-radius:0;z-index:10001}}
