:root{--blue:#9f2332;--ink:#20384b;--rose:#a92737;--muted:#637787;--line:#dce5eb;--pale:#f3f7fa}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;color:var(--ink);background:#fff;font:16px/1.7 "Microsoft YaHei","PingFang SC",Arial,sans-serif}a{color:inherit;text-decoration:none}button,input{font:inherit}a:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid #a92737;outline-offset:4px}button,a{touch-action:manipulation}img{max-width:100%;height:auto}.wrap{width:calc(100% - 72px);max-width:1280px;margin:auto}.utility{background:var(--pale);font-size:13px;color:var(--muted)}.utility .wrap{display:flex;justify-content:space-between;padding:9px 0}.site-header{background:#fff;border-bottom:1px solid var(--line)}.header-row{display:flex;align-items:center;gap:34px;min-height:112px}.brand{margin-right:auto;display:block;line-height:0}.brand img{width:285px;height:auto}.site-header nav{display:flex;gap:28px;font-size:16px;white-space:nowrap}.phone{display:inline-flex;align-items:center;gap:9px;font-weight:700;font-size:25px;white-space:nowrap}.phone svg{width:24px;height:24px;color:var(--blue);flex:none}.hero{position:relative;overflow:hidden;background:#faf6f1;min-height:545px}.hero-picture{position:absolute;right:0;top:0;width:63%;height:100%;background-image:url(classroom.jpg);background-size:auto 200%;background-position:left bottom}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#faf6f1 24%,rgba(238,245,249,.97) 34%,rgba(238,245,249,.65) 43%,transparent 59%);pointer-events:none}.hero-content{position:relative;z-index:1;padding-top:52px;padding-bottom:60px}.eyebrow{font-size:14px;color:var(--blue);letter-spacing:1.8px;margin:0 0 20px}.hero h1{font-size:70px;font-weight:800;color:var(--blue);line-height:1.1;margin:0 0 28px;letter-spacing:1px}.hero-heading{font-size:34px;line-height:1.5;margin:0 0 22px;max-width:420px}.hero-desc{font-size:16px;margin:0 0 28px}.actions{display:flex;gap:14px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:25px;min-height:48px;padding:11px 23px;background:var(--blue);border:1px solid var(--blue);color:#fff;font-weight:700;font-size:15px;cursor:pointer;white-space:nowrap;transition:background .2s,transform .2s}.button:hover{background:#7d1623;transform:translateY(-2px)}.hero .button:first-child,.signup .button{background:var(--rose);border-color:var(--rose)}.button.outline{color:var(--blue);background:#fff}.button.outline:hover{background:#e8f1f7}.catalog-nav{padding:42px 0;display:grid;grid-template-columns:1fr 1.8fr;gap:45px;border-bottom:1px solid var(--line);scroll-margin-top:24px}.catalog-nav h2{font-size:25px;margin:0}.catalog-nav .eyebrow{margin-bottom:6px}.catalog-nav nav{display:grid;grid-template-columns:repeat(3,1fr);gap:8px 28px}.catalog-nav nav a{display:flex;justify-content:space-between;padding:9px 0;border-bottom:1px solid var(--line);font-weight:700}.catalog-nav nav a span{color:var(--rose)}.section{padding:78px 0}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:38px}.section-head h2,.section-head h1,.directory h1{font-size:36px;color:var(--blue);line-height:1.4;margin:0;font-weight:750}.section-head .eyebrow{margin-bottom:12px}.section-desc{color:var(--muted);font-size:15px;margin:0 0 7px}.course-group{display:grid;grid-template-columns:220px 1fr;gap:40px;padding:30px 0;border-top:1px solid var(--line)}.group-heading h3{font-size:26px;margin:0 0 10px;color:var(--blue)}.text-link{font-weight:600;border-bottom:1px solid #95b6cc;display:inline-block;padding:4px 0;color:var(--blue)}.course{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:24px 0;border-bottom:1px solid var(--line)}.course:first-child{padding-top:0}.course:last-child{border-bottom:0;padding-bottom:0}.course-copy{min-width:0}.course h3{font-size:21px;line-height:1.6;margin:0 0 9px;font-weight:750}.course h3 a:hover{color:var(--blue)}.course-date{font-size:14px;color:var(--blue);margin:7px 0}.course-meta{display:flex;gap:5px 18px;flex-wrap:wrap;font-size:14px;color:var(--muted);margin:6px 0}.course .button{flex:none;padding:10px 17px;gap:18px}.note{color:var(--muted);font-size:13px;line-height:1.9;margin-top:28px}.learning{background:var(--pale);padding:62px 0}.learning-inner{display:grid;grid-template-columns:1fr 1.1fr;gap:90px;align-items:center}.learning h2{font-size:36px;line-height:1.5;margin:0;color:var(--blue)}.learning-inner>div>p:not(.eyebrow){font-size:18px;color:var(--muted)}.news-list,.news-list ul{list-style:none;padding:0;margin:0}.news-list li{display:flex;gap:24px;padding:19px 0;border-bottom:1px solid var(--line);align-items:center}.news-list li a{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.news-list li a:hover{color:var(--blue)}.news-list li>span{color:var(--muted);font-size:14px;white-space:nowrap;flex:none}.consult{padding:62px 0 80px;display:grid;grid-template-columns:.85fr 1.15fr;gap:64px;border-top:1px solid var(--line);scroll-margin-top:25px}.consult h2{font-size:36px;color:var(--blue);margin:0 0 25px}.consult p:not(.eyebrow){max-width:360px;color:var(--muted)}.consult .phone{margin-top:20px}.signup{background:var(--pale);border-top:3px solid var(--blue);padding:28px;display:grid;grid-template-columns:1fr 1fr;gap:20px}.signup label{font-weight:700;min-width:0}.signup input:not([type=hidden]){display:block;background:#fff;border:1px solid #b7c9d5;padding:12px;width:100%;margin-top:8px;border-radius:0;min-height:48px}.signup .full{grid-column:1/-1}.signup button{justify-content:center}.site-footer{background:#eaf1f6;padding:45px 0;color:#415b6d}.site-footer strong{font-size:23px;color:var(--blue)}.site-footer p{font-size:14px}.footer-nav{display:flex;gap:18px;flex-wrap:wrap;margin:25px 0}.footer-nav span{margin-left:10px}.copyright{font-size:12px!important;color:var(--muted)}.mobile-bar{display:none}.breadcrumb{display:flex;align-items:center;gap:10px;white-space:nowrap;overflow:hidden;padding:28px 0;font-size:14px;color:var(--muted)}.breadcrumb a,.breadcrumb i{flex:none;font-style:normal}.breadcrumb>span{min-width:0;overflow:hidden;text-overflow:ellipsis}.breadcrumb a{color:var(--blue)}.directory{padding-top:20px}.lead{color:var(--muted)}.category-tabs{display:flex;gap:12px 26px;flex-wrap:wrap;border-bottom:1px solid var(--line);padding:22px 0;margin-bottom:30px;color:var(--blue);font-weight:700}.category-tabs span{margin-left:10px}.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 245px;gap:46px;margin-bottom:40px}.article-column{min-width:0}.article{border:1px solid var(--line);padding:34px}.article-heading h1{text-align:center;font-size:30px;line-height:1.6;font-weight:750;margin:0 0 25px;overflow-wrap:anywhere}.class-info{color:var(--muted);font-size:14px;margin:18px 0}.class-info table{width:100%;border-collapse:collapse}.class-info td{padding:6px;vertical-align:top}.article-body{font-size:17px;line-height:1.9;overflow-wrap:anywhere;overflow-x:auto}.article-body #MyContent{width:auto!important;max-width:100%}.article-body img{max-width:100%!important;height:auto!important}.article-body table{max-width:100%!important}.article-body p{max-width:100%}.article-body a{color:var(--blue)}.sidebar{background:var(--pale);padding:25px;align-self:start}.sidebar h2{font-size:22px;margin:0 0 12px;color:var(--blue)}.sidebar nav a{display:flex;justify-content:space-between;padding:13px 0;border-bottom:1px solid var(--line)}.sidebar .text-link{margin:18px 0}.sidebar .button{display:flex;padding:10px 15px}.article-column .consult{display:block;margin-top:40px}.article-column .consult>div{margin-bottom:30px}.article-column .consult h2{margin-bottom:10px}.article-column .consult .phone{margin-top:5px}.article-column .signup{padding:26px}.full-news .fenye{padding:28px 0;display:block!important;text-align:center;line-height:2.5}.fenye table,.fenye tbody,.fenye tr,.fenye td{display:block}.fenye a{display:inline-block;border:1px solid var(--line);padding:0 10px;min-width:36px;margin:3px}.fenye a.curr{background:var(--blue);color:white}.fenye a.curr font{color:inherit}.fenye a:hover{border-color:var(--blue)}.fdqs-news .section-head{margin-top:12px}.fdqs-home .hero-content>*{animation:rise .65s ease-out both}.fdqs-home .hero-content h1{animation-delay:.07s}.fdqs-home .hero-content .actions{animation-delay:.2s}@keyframes rise{from{opacity:.4;transform:translateY(10px)}to{opacity:1;transform:none}}
@media(max-width:1100px){.header-row{gap:22px}.brand img{width:240px}.site-header nav{gap:18px;font-size:14px}.phone{font-size:22px}.hero h1{font-size:62px}.course-group{grid-template-columns:160px 1fr;gap:25px}.article-layout{gap:28px;grid-template-columns:minmax(0,1fr) 215px}.article{padding:25px}}
@media(max-width:800px){.wrap{width:calc(100% - 36px)}.utility{font-size:11px}.utility .wrap{gap:10px}.header-row{min-height:82px;gap:12px}.brand img{width:220px}.site-header nav{display:none}.phone{font-size:20px}.phone svg{width:21px;height:21px}.hero{min-height:475px}.hero-picture{width:72%;opacity:.85}.hero:after{background:linear-gradient(90deg,#faf6f1 12%,rgba(238,245,249,.9) 35%,rgba(238,245,249,.25) 75%)}.hero-content{padding-top:36px;padding-bottom:38px}.hero h1{font-size:54px}.hero-heading{font-size:28px}.hero-desc{font-size:14px}.catalog-nav{gap:25px;grid-template-columns:1fr;padding:30px 0}.catalog-nav nav{gap:6px 22px}.section{padding:48px 0}.section-head{gap:16px;margin-bottom:28px}.section-head h2,.section-head h1,.directory h1{font-size:28px}.section-desc{display:none}.course-group{grid-template-columns:1fr;gap:18px;padding:25px 0}.group-heading{display:flex;justify-content:space-between;align-items:center;gap:15px}.group-heading h3{font-size:23px;margin:0}.group-heading .text-link{font-size:14px}.course{padding:22px 0}.course h3{font-size:19px}.course .button{font-size:14px}.learning{padding:42px 0}.learning-inner{gap:20px;grid-template-columns:1fr}.learning h2{font-size:29px}.learning-inner>div>p:not(.eyebrow){font-size:16px}.consult{grid-template-columns:1fr;gap:25px;padding:38px 0 50px}.consult h2{font-size:29px;margin-bottom:12px}.consult .phone{margin-top:5px}.article-layout{display:block}.sidebar{display:none}.article{padding:22px}.article-heading h1{font-size:25px}.article-body{font-size:16px}.mobile-bar{display:grid;grid-template-columns:repeat(4,1fr);position:fixed;bottom:0;left:0;width:100%;z-index:40;background:#fff;border-top:1px solid var(--line);padding-bottom:env(safe-area-inset-bottom)}.mobile-bar a{min-height:56px;display:flex;align-items:center;justify-content:center;font-size:14px}.mobile-bar a:last-child{background:var(--rose);color:#fff;font-weight:700}body{padding-bottom:60px}.site-footer{padding:35px 0}.news-list li{gap:12px;padding:17px 0}.news-list li>span{font-size:12px}.full-news{font-size:15px}.breadcrumb{padding:22px 0;gap:7px;font-size:12px}.category-tabs{gap:10px 22px}.catalog-nav h2{font-size:24px}}
@media(max-width:480px){.brand img{width:170px}.header-row{min-height:76px;gap:10px}.header-row .phone{font-size:16px;gap:5px}.header-row .phone svg{width:18px;height:18px}.hero{min-height:480px}.hero h1{font-size:49px;margin-bottom:25px}.eyebrow{font-size:12px;letter-spacing:1px}.hero-picture{top:92px;height:318px;width:77%;background-size:auto 200%;opacity:.7}.hero:after{background:linear-gradient(90deg,#faf6f1 5%,rgba(238,245,249,.88) 30%,rgba(238,245,249,.15) 78%)}.hero-heading{font-size:27px;max-width:280px}.hero-desc{max-width:240px;font-size:13px}.actions{flex-direction:column;gap:10px;align-items:flex-start}.hero .button{min-height:46px;min-width:192px;font-size:14px}.hero-content{padding-top:28px;padding-bottom:30px}.catalog-nav nav{grid-template-columns:repeat(3,1fr);gap:6px 16px;font-size:14px}.section-head h2{font-size:27px}.section-head .button{padding:10px 12px;font-size:13px;gap:10px;min-height:44px}.course{display:block}.course h3{font-size:19px;line-height:1.65}.course .button{margin-top:12px;min-height:44px;padding:9px 18px}.course-meta{font-size:13px;gap:4px 13px}.course-date{font-size:13px}.course-group{padding:25px 0}.signup{padding:20px;gap:16px}.signup label{font-size:15px}.signup input:not([type=hidden]){font-size:15px;padding:10px}.article{border:0;padding:8px 0 25px}.article-heading h1{font-size:23px}.class-info td{display:block;width:100%;padding:4px 0}.class-info table tr:first-child{display:none}.article-column .signup{padding:20px}.breadcrumb{gap:5px}.article-body [style*="width"]{max-width:100%!important}.news-list li{gap:8px}.news-list li>span{font-size:11px}.footer-nav{font-size:14px}.fenye a{padding:0 8px}.utility .wrap>span{font-size:10px}.note{font-size:12px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}

@media(max-width:800px){.fdqs-home .hero-picture{background-position:18% bottom}}

:root{--blue:#9f2332;--rose:#a92737;--pale:#faf7f3;--line:#e7dfd8;--ink:#292b2e;--muted:#6d6966}.fd-brand{line-height:1.4;border-left:4px solid var(--blue);padding-left:15px;white-space:nowrap}.fd-brand strong{display:block;font-size:28px;color:var(--blue);font-weight:800}.fd-brand span{display:block;font-size:12px;letter-spacing:1.6px;color:var(--muted);margin-top:5px}.hero{min-height:650px}.hero-picture{width:64%;background-image:url(source-0.jpg);background-size:cover;background-position:55% center;opacity:1}.hero:after{background:linear-gradient(90deg,#faf6f1 18%,rgba(250,246,241,.98) 31%,rgba(250,246,241,.64) 44%,transparent 63%)}.hero-content{padding-top:62px;padding-bottom:62px;pointer-events:none}.hero-content a{pointer-events:auto}.hero h1{font-size:64px;line-height:1.15}.hero-heading{font-size:31px}.hero-desc{font-size:16px;line-height:1.8}.hero .button{background:var(--blue);border-color:var(--blue)}.hero .button.outline{background:#fff;color:var(--blue)}.fd-route{padding:30px 0;border-bottom:1px solid var(--line)}.fd-route>p{margin:0 0 15px;color:var(--muted);font-size:14px}.fd-route nav{display:grid;grid-template-columns:repeat(4,1fr);gap:25px}.fd-route a{display:flex;align-items:center;gap:15px;font-size:19px;font-weight:700}.fd-route a span{font-size:13px;color:#9d8062;font-weight:400}.fd-route b{margin-left:auto;color:var(--blue)}.course{padding:27px 0;gap:40px}.course:first-of-type{padding-top:20px}.course h3{font-size:23px}.course-summary{color:var(--muted);margin:9px 0;font-size:16px}.other-heading{padding-top:42px;margin-top:36px;border-top:1px solid var(--line)}.other-heading h2{font-size:30px;color:var(--blue);margin:0}.other-heading>p{color:var(--muted);margin:9px 0 20px}.faculty-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.faculty-grid article{border-top:1px solid #cdb6a4;padding-top:20px}.faculty-grid article>span{color:#aa8564;font-size:14px}.faculty-grid h3{font-size:25px;margin:15px 0}.faculty-grid p{font-size:15px;line-height:1.8;color:var(--muted);min-height:82px}.scene-track{display:flex;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:thin}.scene-track figure{margin:0;flex:0 0 100%;min-width:0;scroll-snap-align:start}.scene-track img{display:block;width:100%;height:490px;object-fit:contain;background:#f7f3ef}.scene-track figcaption{color:var(--muted);font-size:14px;margin-top:12px}.scene-controls{display:flex;gap:10px}.scene-controls button{background:white;border:1px solid #b68b8b;color:var(--blue);min-height:44px;min-width:44px;padding:8px 12px;cursor:pointer}.scene-controls button:hover{background:var(--blue);color:white}.content-info{font-size:14px;color:var(--muted);line-height:1.9;margin:16px 0}.content-info span{margin-right:16px}.article-heading h1{font-size:30px;font-weight:750;width:100%}.site-footer{background:#f4eee7}.article-column .consult{padding-top:35px}.article-body>img{max-width:100%}.full-news .fenye{display:block!important}.fenye span{margin-left:5px}.news-list .fenye a{flex:none;white-space:nowrap;overflow:visible}.course-copy{flex:1}.scene-controls{flex:none}
@media(max-width:1100px){.fd-brand strong{font-size:24px}.header-row{gap:18px}.site-header nav{gap:16px}}
@media(max-width:800px){.fd-brand strong{font-size:22px}.fd-brand{padding-left:10px;border-width:3px}.fd-brand span{font-size:10px;letter-spacing:.3px}.hero{min-height:565px}.hero-picture{top:85px;height:410px;width:76%;background-size:cover;background-position:52% center;opacity:.82}.hero-content{padding:34px 0 40px}.hero h1{font-size:50px}.hero-heading{font-size:27px}.hero:after{background:linear-gradient(90deg,#faf6f1 5%,rgba(250,246,241,.93) 27%,rgba(250,246,241,.26) 70%,rgba(250,246,241,.06))}.hero-desc{font-size:14px}.hero .actions{flex-direction:column;align-items:flex-start}.fd-route nav{grid-template-columns:repeat(2,1fr);gap:15px 25px}.fd-route a{font-size:17px}.faculty-grid{grid-template-columns:repeat(2,1fr);gap:25px}.faculty-grid h3{font-size:23px}.faculty-grid p{min-height:80px}.scene-track img{height:auto;aspect-ratio:1.5;object-fit:contain}.scene-controls button{padding:6px 9px}.scene-controls button:last-child{font-size:12px}.scene-controls{gap:6px}.course h3{font-size:21px}.other-heading h2{font-size:27px}.course-summary{font-size:14px}.article-heading h1{font-size:24px}.fdqs-home .section-head .eyebrow{font-size:12px}.embed-icon{top:auto!important;bottom:78px!important;right:8px!important;transform:none!important}.embed-icon-default{width:44px!important;height:44px!important;background:#9f2332!important;border-radius:4px;display:grid;place-items:center;color:white}.embed-icon-default:after{content:"咨询";font-size:13px;font-weight:700}}
@media(max-width:480px){.fd-brand strong{font-size:20px}.fd-brand span{font-size:9px}.header-row .phone{font-size:15px}.header-row .phone svg{width:16px}.header-row{gap:6px}.hero-picture{top:100px;height:380px;width:78%;background-position:52% center;background-size:cover}.hero h1{font-size:47px;margin-bottom:23px}.hero-heading{font-size:25px}.hero-desc{max-width:250px}.hero .button{min-width:188px}.faculty-grid{gap:20px}.faculty-grid p{font-size:14px}.course h3{font-size:20px}.course .button{margin-top:15px}.scene-track figcaption{font-size:12px}.article-heading h1{font-size:23px}.section-head h2{font-size:27px}.fd-route>p{font-size:13px}.signup input{font-size:16px!important}.fdqs-home .hero-picture{background-position:52% center}}

/* Explicit column home entry; desktop navigation only. */
@media(max-width:800px){header nav>a.column-home-link{display:none!important}}
@media(min-width:801px){header nav:has(>a.column-home-link){white-space:nowrap;flex-wrap:nowrap}header nav>a.column-home-link{white-space:nowrap;flex-shrink:0}}
