.header[data-v-a80268db]{position:sticky;top:0;z-index:100;height:var(--header-height);background:var(--color-bg);border-bottom:1px solid var(--color-border)}.header__inner[data-v-a80268db]{display:flex;align-items:center;justify-content:space-between;height:100%}.header__logo[data-v-a80268db]{display:inline-flex;align-items:center;flex-shrink:0}.header__logo-img[data-v-a80268db]{display:block;height:36px;width:auto;object-fit:contain}.header__logo-text[data-v-a80268db]{font-size:24px;font-weight:700;color:var(--color-text);letter-spacing:.02em}.header__nav[data-v-a80268db]{display:flex;align-items:center;gap:48px}.header__nav-link[data-v-a80268db]{position:relative;font-size:16px;color:var(--color-text);padding-bottom:4px;transition:color .2s}.header__nav-link[data-v-a80268db]:hover{color:var(--color-primary-hover)}.header__nav-link--active[data-v-a80268db]:after{content:"";position:absolute;left:0;right:0;bottom:-4px;height:3px;background:var(--color-primary);border-radius:2px}@media(max-width:768px){.header__nav[data-v-a80268db]{gap:20px}.header__nav-link[data-v-a80268db]{font-size:14px}}.hero[data-v-9aff16fd]{position:relative;height:520px;overflow:hidden}.hero__bg[data-v-9aff16fd]{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#c8b8a8;background-image:url(/images/hero-bg.jpg);background-size:cover;background-position:72% center;background-repeat:no-repeat}.hero__overlay[data-v-9aff16fd]{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(0,0,0,.12) 0%,rgba(0,0,0,.04) 35%,transparent 55%)}.hero__content[data-v-9aff16fd]{position:relative;z-index:1;height:100%;display:flex;align-items:center;padding-left:clamp(48px,12vw,200px);padding-right:24px}.hero__inner[data-v-9aff16fd]{max-width:520px}.hero__title[data-v-9aff16fd]{display:flex;flex-direction:column;margin-bottom:14px}.hero__title-line[data-v-9aff16fd]{display:block;font-size:44px;font-weight:700;color:var(--color-white);line-height:1.12;letter-spacing:0}.hero__divider[data-v-9aff16fd]{width:40px;height:3px;background:var(--color-primary);border-radius:2px;margin-bottom:22px}.hero__subtitle[data-v-9aff16fd]{display:flex;flex-direction:column;gap:0}.hero__subtitle-line[data-v-9aff16fd]{display:block;font-size:16px;font-weight:400;color:#ffffffeb;line-height:1.85;letter-spacing:0}@media(max-width:768px){.hero[data-v-9aff16fd]{height:400px}.hero__bg[data-v-9aff16fd]{background-position:65% center}.hero__content[data-v-9aff16fd]{padding-left:24px}.hero__inner[data-v-9aff16fd]{max-width:100%}.hero__title-line[data-v-9aff16fd]{font-size:30px;line-height:1.15}.hero__subtitle-line[data-v-9aff16fd]{font-size:14px;line-height:1.75}.hero__divider[data-v-9aff16fd]{margin-bottom:18px}}.about[data-v-4f7e5d53]{padding:80px 0 96px;background:var(--color-bg)}.about__container[data-v-4f7e5d53]{max-width:1000px}.about__title[data-v-4f7e5d53]{text-align:center;font-size:32px;font-weight:600;color:var(--color-text);margin-bottom:56px}.about__title[data-v-4f7e5d53]:after{content:"";display:block;width:48px;height:4px;background:var(--color-primary);margin:12px auto 0;border-radius:2px}.about__content[data-v-4f7e5d53]{display:flex;flex-direction:column;gap:24px}.about__paragraph[data-v-4f7e5d53]{text-align:left;font-size:16px;line-height:2;color:#333;letter-spacing:.02em}@media(max-width:768px){.about[data-v-4f7e5d53]{padding:56px 0 72px}.about__title[data-v-4f7e5d53]{font-size:26px;margin-bottom:40px}.about__paragraph[data-v-4f7e5d53]{font-size:15px;line-height:1.9}}.product-card[data-v-98bd4a7f]{flex:1;display:flex;min-height:360px;background:var(--color-bg);border:1px solid var(--color-border);border-radius:12px;overflow:hidden}.product-card__left[data-v-98bd4a7f]{flex:0 0 62%;display:flex;flex-direction:column;padding:28px 24px 24px;border-right:1px solid var(--color-border)}.product-card__right[data-v-98bd4a7f]{flex:1;display:flex;align-items:center;justify-content:center;padding:20px 16px;min-width:0}.product-card__title[data-v-98bd4a7f]{font-size:18px;font-weight:600;color:var(--color-text);line-height:1.4}.product-card__title[data-v-98bd4a7f]:after{content:"";display:block;width:48px;height:4px;background:var(--color-primary);margin-top:10px;border-radius:2px}.product-card__divider[data-v-98bd4a7f]{border:none;border-top:1px solid var(--color-border);margin:16px 0 14px}.product-card__description[data-v-98bd4a7f]{font-size:14px;line-height:1.8;color:var(--color-text-secondary);white-space:pre-line;margin-bottom:20px}.product-card__features[data-v-98bd4a7f]{display:flex;flex-direction:column;gap:12px;margin-bottom:auto;padding-bottom:20px}.product-card__icon-row[data-v-98bd4a7f]{width:221px;max-width:100%;height:51px;object-fit:contain;object-position:left center}.product-card__image[data-v-98bd4a7f]{max-width:100%;max-height:260px;object-fit:contain}.product-card__btn[data-v-98bd4a7f]{align-self:flex-start;display:inline-flex;align-items:center;justify-content:center;padding:10px 28px;background:var(--color-primary);color:var(--color-text);font-size:14px;font-weight:500;border-radius:999px;transition:background .2s;margin-top:8px}.product-card__btn[data-v-98bd4a7f]:hover{background:var(--color-primary-hover)}@media(max-width:900px){.product-card[data-v-98bd4a7f]{flex-direction:column;min-height:auto}.product-card__left[data-v-98bd4a7f]{flex:none;border-right:none;border-bottom:1px solid var(--color-border)}.product-card__right[data-v-98bd4a7f]{padding:24px}.product-card__features[data-v-98bd4a7f]{margin-bottom:16px}}.products[data-v-33f5392f]{padding:80px 0;background:var(--color-bg)}.products__title[data-v-33f5392f]{text-align:center;font-size:32px;font-weight:600;color:var(--color-text);margin-bottom:48px}.products__title[data-v-33f5392f]:after{content:"";display:block;width:48px;height:4px;background:var(--color-primary);margin:16px auto 0;border-radius:2px}.products__grid[data-v-33f5392f]{display:flex;gap:32px}@media(max-width:900px){.products[data-v-33f5392f]{padding:56px 0}.products__grid[data-v-33f5392f]{flex-direction:column}}.section[data-v-96583294]{padding:var(--section-padding-y) 0}.features__inner[data-v-96583294]{display:flex;align-items:center;gap:48px}.features__graphic[data-v-96583294]{flex:0 0 58%;display:flex;align-items:center;justify-content:center}.features__graphic-img[data-v-96583294]{width:100%;max-width:none;object-fit:contain}.features__stats[data-v-96583294]{flex:0 0 42%;display:grid;grid-template-columns:1fr 1fr;gap:0;border:1px solid var(--color-border)}.features__stat[data-v-96583294]{padding:32px 24px;border-right:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.features__stat[data-v-96583294]:nth-child(2n){border-right:none}.features__stat[data-v-96583294]:nth-child(n+3){border-bottom:none}.features__stat-value[data-v-96583294]{font-size:48px;font-weight:700;color:var(--color-text);line-height:1.2;margin-bottom:12px}.features__stat-label[data-v-96583294]{font-size:14px;color:var(--color-text-secondary);line-height:1.6;white-space:pre-line}@media(max-width:900px){.features__inner[data-v-96583294]{flex-direction:column;gap:40px}.features__graphic[data-v-96583294]{flex:none;width:100%}}.footer[data-v-d7f2eed7]{background:var(--color-bg);border-top:1px solid var(--color-border);padding-top:56px}.footer__inner[data-v-d7f2eed7]{display:flex;gap:56px;padding-bottom:48px;align-items:flex-start}.footer__contact[data-v-d7f2eed7]{flex:1.6;min-width:0}.footer__company[data-v-d7f2eed7]{font-size:16px;font-weight:600;color:var(--color-text);line-height:1.5;margin-bottom:16px}.footer__company-en[data-v-d7f2eed7]{font-size:13px;color:var(--color-text-secondary);line-height:1.5;margin-bottom:20px}.footer__info[data-v-d7f2eed7]{font-size:14px;color:var(--color-text-secondary);line-height:1.9}.footer__address[data-v-d7f2eed7]{display:flex;align-items:flex-start;font-size:14px;color:var(--color-text-secondary);line-height:1.9}.footer__address-label[data-v-d7f2eed7]{flex-shrink:0}.footer__address-lines[data-v-d7f2eed7]{flex:1;min-width:0}.footer__address-line[data-v-d7f2eed7]{margin:0}.footer__column[data-v-d7f2eed7]{flex:1;min-width:0}.footer__title[data-v-d7f2eed7]{font-size:15px;font-weight:600;color:var(--color-text);margin-bottom:16px}.footer__link[data-v-d7f2eed7]{display:block;font-size:14px;color:var(--color-text-secondary);margin-bottom:16px;transition:color .2s}.footer__link[data-v-d7f2eed7]:hover{color:var(--color-primary-hover)}.footer__social-icons[data-v-d7f2eed7]{height:32px;width:auto;object-fit:contain;object-position:left center}.footer__product-grid[data-v-d7f2eed7]{display:flex;gap:32px}.footer__product-col li[data-v-d7f2eed7],.footer__list li[data-v-d7f2eed7]{margin-bottom:10px}.footer__product-col a[data-v-d7f2eed7],.footer__list a[data-v-d7f2eed7]{font-size:14px;color:var(--color-text-secondary);transition:color .2s}.footer__product-col a[data-v-d7f2eed7]:hover,.footer__list a[data-v-d7f2eed7]:hover{color:var(--color-primary-hover)}.footer__qrcode[data-v-d7f2eed7]{flex:0 0 auto;text-align:center}.footer__qrcode-img[data-v-d7f2eed7]{width:120px;height:120px;object-fit:contain;margin:0 auto 8px}.footer__qrcode-text[data-v-d7f2eed7]{font-size:13px;color:var(--color-text-secondary)}.footer__copyright[data-v-d7f2eed7]{border-top:1px solid var(--color-border);padding:20px 0;text-align:center}.footer__copyright p[data-v-d7f2eed7]{font-size:13px;color:var(--color-text-light)}@media(max-width:900px){.footer__inner[data-v-d7f2eed7]{flex-wrap:wrap;gap:32px}.footer__contact[data-v-d7f2eed7]{flex:1 1 100%}.footer__column[data-v-d7f2eed7]{flex:1 1 calc(50% - 16px)}}@media(max-width:560px){.footer__column[data-v-d7f2eed7]{flex:1 1 100%}}.page[data-v-8611849b]{min-height:100vh;display:flex;flex-direction:column}main[data-v-8611849b]{flex:1}:root{--color-primary: #ff7600;--color-primary-hover: #e0b310;--color-text: #1a1a1a;--color-text-secondary: #666666;--color-text-light: #999999;--color-bg: #ffffff;--color-bg-muted: #f7f7f7;--color-border: #e8e8e8;--color-white: #ffffff;--header-height: 72px;--container-width: 1200px;--section-padding-y: 80px;--font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-family);color:var(--color-text);background:var(--color-bg);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}ul{list-style:none}.container{width:100%;max-width:var(--container-width);margin:0 auto;padding:0 24px}.section-title{text-align:center;font-size:32px;font-weight:600;color:var(--color-text);margin-bottom:48px}.section-title:after{content:"";display:block;width:48px;height:4px;background:var(--color-primary);margin:16px auto 0;border-radius:2px}.btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:8px 20px;background:var(--color-primary);color:var(--color-text);font-size:14px;font-weight:500;border:none;border-radius:4px;cursor:pointer;transition:background .2s}.btn-primary:hover{background:var(--color-primary-hover)}.image-placeholder{display:flex;align-items:center;justify-content:center;background:var(--color-bg-muted);border:1px dashed var(--color-border);color:var(--color-text-light);font-size:13px;text-align:center;padding:16px}
