:root{--blue: #2e7be6;--blue-deep: #1d5fcc;--blue-light: #5ea0f2;--navy: #0a1c3d;--navy-2: #102a56;--ink: #16233b;--muted: #5a6b85;--line: #e5ecf6;--bg-light: #f4f8fe;--white: #ffffff;--radius: 16px;--shadow: 0 10px 30px rgba(20, 60, 130, .08);--shadow-hover: 0 18px 44px rgba(20, 60, 130, .16);--font: "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans SC", system-ui, -apple-system, sans-serif}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--ink);background:var(--white);line-height:1.7;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul,ol{list-style:none}.container{width:min(1200px,calc(100% - 48px));margin:0 auto}.section{padding:88px 0}.section--light{background:var(--bg-light)}.section--navy{background:linear-gradient(135deg,var(--navy) 0%,var(--navy-2) 100%);color:#dce7f7}.section-title{text-align:center;margin-bottom:56px}.section-title .en{display:inline-block;font-size:13px;letter-spacing:4px;color:var(--blue);font-weight:600;text-transform:uppercase}.section-title h2{font-size:clamp(26px,3.4vw,38px);font-weight:700;margin:8px 0 14px}.section-title .bar{width:48px;height:4px;border-radius:2px;background:linear-gradient(90deg,var(--blue),var(--blue-light));margin:0 auto}.section-title p{color:var(--muted);margin-top:14px;font-size:15px}.section--navy .section-title p{color:#9db4d6}.btn{display:inline-flex;align-items:center;gap:8px;padding:13px 34px;border-radius:999px;font-size:15px;font-weight:600;cursor:pointer;border:none;transition:transform .25s,box-shadow .25s,background .25s}.btn--primary{color:#fff;background:linear-gradient(135deg,var(--blue) 0%,var(--blue-deep) 100%);box-shadow:0 8px 22px #2e7be659}.btn--primary:hover{transform:translateY(-2px);box-shadow:0 12px 28px #2e7be673}.btn--ghost{color:var(--blue);background:#2e7be614;border:1px solid rgba(46,123,230,.35)}.btn--ghost:hover{background:#2e7be626}.card{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);transition:transform .3s,box-shadow .3s;overflow:hidden}.card:hover{transform:translateY(-6px);box-shadow:var(--shadow-hover)}.grid{display:grid;gap:28px}.grid--2{grid-template-columns:repeat(2,1fr)}.grid--3{grid-template-columns:repeat(3,1fr)}.grid--4{grid-template-columns:repeat(4,1fr)}.page-hero{padding:150px 0 84px;background:linear-gradient(120deg,var(--navy) 0%,var(--navy-2) 60%,#17407e 100%);color:#fff;text-align:center;position:relative;overflow:hidden}.page-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 60% 80% at 80% 20%,rgba(46,123,230,.35),transparent);pointer-events:none}.page-hero h1{font-size:clamp(28px,4vw,42px);position:relative}.page-hero .en{font-size:14px;letter-spacing:5px;color:var(--blue-light);text-transform:uppercase;position:relative}.page-hero p{color:#b9cbe6;margin-top:12px;position:relative}@keyframes fadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.reveal{opacity:0}.reveal.is-in{animation:fadeUp .7s ease forwards}@media (max-width: 960px){.grid--4,.grid--3{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.section{padding:60px 0}.grid--2,.grid--3,.grid--4{grid-template-columns:1fr}.section-title{margin-bottom:36px}}.header[data-v-33d0ce99]{position:fixed;inset:0 0 auto 0;z-index:100;transition:background .3s,box-shadow .3s}.header--solid[data-v-33d0ce99]{background:#fffffff5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 20px #0f2d5f14}.header__inner[data-v-33d0ce99]{display:flex;align-items:center;justify-content:space-between;height:72px}.header__logo img[data-v-33d0ce99]{height:40px;width:auto}.header:not(.header--solid) .header__logo img[data-v-33d0ce99]{filter:brightness(0) invert(1)}.header__nav[data-v-33d0ce99]{display:flex;align-items:center;gap:6px}.header__link[data-v-33d0ce99]{padding:8px 14px;font-size:15px;color:var(--ink);border-radius:8px;position:relative;transition:color .2s}.header:not(.header--solid) .header__link[data-v-33d0ce99]{color:#eaf1fb}.header__link[data-v-33d0ce99]:hover{color:var(--blue)}.header:not(.header--solid) .header__link[data-v-33d0ce99]:hover{color:#fff}.header__link.is-active[data-v-33d0ce99]{color:var(--blue);font-weight:600}.header:not(.header--solid) .header__link.is-active[data-v-33d0ce99]{color:#fff}.header__link.is-active[data-v-33d0ce99]:after{content:"";position:absolute;left:14px;right:14px;bottom:2px;height:3px;border-radius:2px;background:var(--blue)}.header__cta[data-v-33d0ce99]{margin-left:12px;padding:9px 24px;font-size:14px}.header__burger[data-v-33d0ce99]{display:none}@media (max-width: 960px){.header__burger[data-v-33d0ce99]{display:flex;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px}.header__burger span[data-v-33d0ce99]{width:24px;height:2px;background:var(--ink);border-radius:2px;transition:transform .3s,opacity .3s}.header:not(.header--solid) .header__burger span[data-v-33d0ce99]{background:#fff}.header__burger.is-open span[data-v-33d0ce99]:nth-child(1){transform:translateY(7px) rotate(45deg)}.header__burger.is-open span[data-v-33d0ce99]:nth-child(2){opacity:0}.header__burger.is-open span[data-v-33d0ce99]:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.header__nav[data-v-33d0ce99]{position:fixed;top:72px;left:0;right:0;flex-direction:column;align-items:stretch;background:#fff;padding:16px 24px 24px;box-shadow:0 20px 30px #0f2d5f1a;transform:translateY(-130%);transition:transform .3s;gap:2px}.header__nav.is-open[data-v-33d0ce99]{transform:translateY(0)}.header:not(.header--solid) .header__link[data-v-33d0ce99]{color:var(--ink)}.header__link[data-v-33d0ce99]{padding:12px 14px}.header__link.is-active[data-v-33d0ce99]:after{display:none}.header__cta[data-v-33d0ce99]{margin:10px 0 0;justify-content:center}}.footer[data-v-d13a1f38]{background:linear-gradient(160deg,var(--navy) 0%,#0d2247 100%);color:#a9bcdc;padding-top:64px}.footer__grid[data-v-d13a1f38]{display:grid;grid-template-columns:1.6fr 1fr 1fr 1.4fr;gap:40px;padding-bottom:48px}.footer__logo[data-v-d13a1f38]{height:42px;width:auto;margin-bottom:16px;filter:brightness(0) invert(1);opacity:.95}.footer__brand p[data-v-d13a1f38]{font-size:14px}.footer__slogan[data-v-d13a1f38]{color:#7e96bd;margin-top:6px}h4[data-v-d13a1f38]{color:#fff;font-size:16px;margin-bottom:18px;font-weight:600}ul li[data-v-d13a1f38]{margin-bottom:10px;font-size:14px}ul a[data-v-d13a1f38]:hover{color:#fff}.footer__contact li[data-v-d13a1f38]{display:flex;align-items:center;gap:10px}.footer__bar[data-v-d13a1f38]{border-top:1px solid rgba(255,255,255,.08);padding:18px 0;font-size:13px;color:#7288ad}.footer__bar .container[data-v-d13a1f38]{display:flex;justify-content:space-between;flex-wrap:wrap;gap:8px}.footer__beian[data-v-d13a1f38]{display:inline-flex;gap:16px}.footer__beian a[data-v-d13a1f38]{color:#7288ad;transition:color .2s}.footer__beian a[data-v-d13a1f38]:hover{color:#c9d9f2}@media (max-width: 960px){.footer__grid[data-v-d13a1f38]{grid-template-columns:1fr 1fr}}@media (max-width: 560px){.footer__grid[data-v-d13a1f38]{grid-template-columns:1fr;gap:28px}}
