/* =========================================================
   瀛氶攼浼氬睍 Furuiexpo 鈥?绠€绾﹀ぇ姘斾富棰橈紙鍙傝€冨皬绫冲畼缃戯級
   鐧藉簳 路 榛戠伆鏂囧瓧 路 鍗曚竴姗欒壊鐐圭紑 路 鏃犺‖绾?路 鍏嬪埗鐣欑櫧
   ========================================================= */

:root {
    --ink: #1a1a1a;
    --text: #333333;
    --muted: #757575;
    --muted-2: #999999;
    --line: #e6e6e6;
    --line-soft: #f0f0f0;
    --bg: #ffffff;
    --bg-gray: #f5f5f5;
    --bg-gray-2: #ebebeb;
    --accent: #ff6700;
    --accent-dark: #e35500;
    --shadow: 0 2px 20px rgba(0, 0, 0, .1);
    --shadow-hover: 0 15px 30px rgba(0, 0, 0, .1);
    --sans: "PingFang SC", "HarmonyOS Sans SC", "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", sans-serif;
    --container: 1226px;
    --header-h: 72px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.fe-body {
    margin: 0;
    font-family: var(--sans);
    color: var(--text);
    background: var(--bg);
    line-height: 1.65;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; transition: color .2s ease; }
h1, h2, h3, h4 { margin: 0; font-weight: 400; color: var(--ink); line-height: 1.3; }
p { margin: 0; }
::selection { background: var(--accent); color: #fff; }

/* ---------- 瀹瑰櫒 / 鍖哄潡 ---------- */
.fe-container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 22px; }
.fe-block { padding: 60px 0; }
.fe-block-gray { background: var(--bg-gray); }
.fe-block-tight { padding: 44px 0; }

/* 鍖哄潡鏍囬锛氬厠鍒讹紝宸︽爣棰?+ 鍙?鏌ョ湅鏇村" */
.fe-head { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 30px; }
.fe-head h2 { font-size: 26px; font-weight: 400; color: var(--ink); letter-spacing: .5px; }
.fe-head .fe-more { font-size: 14px; color: var(--muted); transition: color .2s ease; display: inline-flex; align-items: center; gap: 5px; }
.fe-head .fe-more i { font-size: 12px; transition: transform .2s ease; }
.fe-head .fe-more:hover { color: var(--accent); }
.fe-head .fe-more:hover i { transform: translateX(3px); }
.fe-head-center { display: block; text-align: center; margin-bottom: 40px; }
.fe-head-center h2 { font-size: 28px; }
.fe-head-center p { color: var(--muted); font-size: 15px; margin-top: 12px; }

/* ---------- 鎸夐挳 / 閾炬帴 ---------- */
.fe-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 6px;
    height: 44px; padding: 0 26px;
    font-size: 14px; cursor: pointer;
    border: 1px solid var(--accent); background: var(--accent); color: #fff;
    transition: background .2s ease, border-color .2s ease, color .2s ease;
}
.fe-btn:hover { background: var(--accent-dark); border-color: var(--accent-dark); color: #fff; }
.fe-btn-line { background: transparent; color: var(--text); border-color: #cfcfcf; }
.fe-btn-line:hover { background: transparent; border-color: var(--ink); color: var(--ink); }
.fe-btn-light { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .7); }
.fe-btn-light:hover { background: #fff; border-color: #fff; color: var(--ink); }
.fe-link { display: inline-flex; align-items: center; gap: 4px; font-size: 14px; color: var(--accent); }
.fe-link i { font-size: 12px; transition: transform .2s ease; }
.fe-link:hover { color: var(--accent-dark); }
.fe-link:hover i { transform: translateX(3px); }

/* ---------- 闅愯棌婊氬姩鏉?---------- */
.fe-hide-scroll { -ms-overflow-style:none; scrollbar-width:none; }
.fe-hide-scroll::-webkit-scrollbar { display:none; }

/* ---------- 澶撮儴瀵艰埅 ---------- */
.fe-header {
    position: sticky; top: 0; z-index: 100;
    height: var(--header-h);
    background: rgba(255, 255, 255, .94);
    border-bottom: 1px solid rgba(230, 230, 230, .82);
    box-shadow: 0 10px 30px rgba(26, 26, 26, .035);
    backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
}
.fe-header .fe-container { max-width: 1440px; }
.fe-nav { display: flex; align-items: center; height: var(--header-h); gap: 20px; }
.fe-logo { display: flex; align-items: center; gap: 12px; margin-right: 8px; min-width: 142px; }
.fe-logo-img { height: 42px; width: auto; object-fit: contain; flex-shrink: 0; }
.fe-logo-mark {
    width: 38px; height: 38px; display: grid; place-items: center;
    background: linear-gradient(135deg, var(--accent), #ff8a2a); color: #fff;
    font-weight: 800; font-size: 14px; letter-spacing: .5px;
    border-radius: 8px; box-shadow: 0 8px 18px rgba(255, 103, 0, .22);
}
.fe-logo-text { display: flex; flex-direction: column; line-height: 1.15; }
.fe-logo-text strong { font-size: 18px; font-weight: 700; color: var(--ink); letter-spacing: .01em; }
.fe-logo-text small { font-size: 10px; letter-spacing: .28em; text-transform: uppercase; color: var(--muted-2); }
.fe-menu {
    display: flex; align-items: center; justify-content: center; gap: 1px; flex: 1;
    min-width: 0;
}
.fe-menu-link {
    position: relative; display: inline-flex; align-items: center; justify-content: center;
    min-height: 38px; padding: 0 10px; border-radius: 999px;
    font-size: 14.5px; color: var(--text); white-space: nowrap;
    transition: color .2s ease, background .2s ease;
}
.fe-menu-link::after {
    content: ""; position: absolute; left: 13px; right: 13px; bottom: 5px; height: 2px;
    background: var(--accent); transform: scaleX(0); transform-origin: center;
    transition: transform .22s ease;
}
.fe-menu-link:hover, .fe-menu-link.is-active { color: var(--accent); background: rgba(255, 103, 0, .08); }
.fe-menu-link:hover::after, .fe-menu-link.is-active::after { transform: scaleX(1); }
.fe-nav-cta {
    height: 38px; padding: 0 16px; border-radius: 999px;
    border: 1px solid rgba(255, 103, 0, .2); background: #fff7f1;
    font-size: 14px; color: var(--ink); display: inline-flex; align-items: center; gap: 8px;
    white-space: nowrap; transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease;
}
.fe-nav-cta:hover { color: var(--accent); border-color: rgba(255, 103, 0, .44); background: #fff1e8; transform: translateY(-1px); }
.fe-nav-cta i { color: var(--accent); font-size: 13px; }
.fe-menu-item { position: relative; display: inline-flex; align-items: center; }
.fe-menu-arrow { font-size: 11px; margin-left: 4px; transition: transform .25s ease; color: var(--muted-2); }
.fe-menu-item.has-sub:hover .fe-menu-arrow { transform: rotate(180deg); color: var(--accent); }
.fe-submenu {
    position: absolute; top: 100%; left: 50%; transform: translateX(-50%) translateY(6px);
    min-width: 180px; padding: 8px 0;
    background: #fff; border: 1px solid var(--line); border-radius: 12px;
    box-shadow: 0 12px 36px rgba(0,0,0,.10), 0 2px 8px rgba(0,0,0,.04);
    opacity: 0; visibility: hidden;
    transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
    z-index: 120;
}
.fe-submenu::before {
    content: ""; position: absolute; top: -8px; left: 0; right: 0; height: 8px;
}
.fe-menu-item.has-sub:hover .fe-submenu { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.fe-submenu-link {
    display: block; padding: 9px 20px; font-size: 14px; color: var(--text);
    white-space: nowrap; transition: color .2s ease, background .2s ease;
}
.fe-submenu-link:hover, .fe-submenu-link.is-active {
    color: var(--accent); background: rgba(255, 103, 0, .06);
}
.fe-submenu-link.is-active { font-weight: 600; }
.fe-menu-toggle {
    display: none; flex-direction: column; gap: 5px; width: 40px; height: 40px;
    align-items: center; justify-content: center; background: #fff7f1; border: 1px solid rgba(255, 103, 0, .18);
    border-radius: 8px; cursor: pointer; margin-left: auto;
}
.fe-menu-toggle span { width: 20px; height: 2px; background: var(--ink); transition: .3s; }

/* ---------- 棣栭〉 Banner ---------- */
.fe-banner { position: relative; width: 100%; height: 560px; overflow: hidden; background: var(--bg-gray); }
.fe-banner-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.fe-banner-mask { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0, 0, 0, .42) 0%, rgba(0, 0, 0, .12) 45%, transparent 70%); }
.fe-banner-inner { position: relative; height: 100%; display: flex; flex-direction: column; justify-content: center; }
.fe-banner-text { max-width: 560px; color: #fff; }
.fe-banner-eyebrow { display: inline-block; font-size: 13px; letter-spacing: .3em; color: rgba(255, 255, 255, .75); margin-bottom: 20px; }
.fe-banner-text h1 { font-size: 54px; font-weight: 300; color: #fff; line-height: 1.16; margin-bottom: 20px; letter-spacing: 1px; }
.fe-banner-text h1 b { font-weight: 600; }
.fe-banner-text p { font-size: 17px; color: rgba(255, 255, 255, .85); font-weight: 300; line-height: 1.7; margin-bottom: 32px; }
.fe-banner-actions { display: flex; gap: 28px; align-items: center; }
.fe-banner-actions .fe-link { color: #fff; font-size: 16px; }
.fe-banner-actions .fe-link:hover { color: var(--accent); }
.fe-banner-actions .fe-link i { color: inherit; }

/* ---------- 閫氱敤鍗＄墖缃戞牸 ---------- */
.fe-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.fe-grid-3 { grid-template-columns: repeat(3, 1fr); }
.fe-grid-2 { grid-template-columns: repeat(2, 1fr); }

.fe-card {
    display: flex; flex-direction: column;
    background: #fff; border: 1px solid var(--line-soft);
    padding: 26px 24px 28px; text-align: center;
    transition: box-shadow .3s ease, transform .3s ease;
}
.fe-card:hover { box-shadow: var(--shadow-hover); transform: translateY(-2px); z-index: 2; }
.fe-card-media { height: 180px; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; overflow: hidden; }
.fe-card-media img { max-height: 100%; width: 100%; object-fit: cover; transition: transform .4s ease; }
.fe-card:hover .fe-card-media img { transform: scale(1.03); }
.fe-card h3 { font-size: 17px; color: var(--ink); margin-bottom: 8px; font-weight: 500; }
.fe-card .fe-card-sub { font-size: 13px; color: var(--muted); flex: 1;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.fe-card .fe-card-foot { margin-top: 16px; font-size: 14px; color: var(--accent); }

/* 鏂伴椈鍗＄墖锛堝乏瀵归綈锛屽簳閮ㄦ棩鏈?+ 绠ご锛?*/
.fe-card-news { text-align: left; padding: 0; overflow: hidden; }
.fe-card-news .fe-card-media { height: 200px; margin-bottom: 0; }
.fe-card-news-body { padding: 22px 24px 24px; display: flex; flex-direction: column; flex: 1; }
.fe-card-news-body h3 { font-size: 17px; color: var(--ink); margin-bottom: 10px; font-weight: 500; line-height: 1.5;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; transition: color .2s ease; }
.fe-card-news:hover .fe-card-news-body h3 { color: var(--accent); }
.fe-card-news-body .fe-card-sub { text-align: left; }
.fe-card-news-body .fe-card-foot { display: flex; align-items: center; justify-content: space-between; margin-top: 18px; padding-top: 14px; border-top: 1px solid var(--line-soft); }
.fe-card-news-body .fe-card-foot em { font-style: normal; color: var(--muted-2); font-size: 13px; }
.fe-card-news-body .fe-card-foot i { color: var(--muted-2); transition: transform .2s ease, color .2s ease; }
.fe-card-news:hover .fe-card-foot i { color: var(--accent); transform: translateX(3px); }

/* ---------- 鍐呴〉 Header锛堟繁鑹插ぇ鍥剧増锛?---------- */
.fe-phero { position: relative; background: #1a1a1a; padding: 60px 0 0; overflow: hidden; border-bottom: 0; }
.fe-phero::before { content: ""; position: absolute; inset: 0; background: url('../img/fe_inner_banner.png') center/cover no-repeat; opacity: 0.75; z-index: 0; }
.fe-phero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.8) 100%); z-index: 1; }
.fe-phero .fe-container { position: relative; z-index: 2; padding-bottom: 30px; }
.fe-phero h1 { font-size: 36px; font-weight: 500; color: #fff; margin-bottom: 12px; }
.fe-phero-desc { font-size: 15px; color: rgba(255, 255, 255, .75); margin-bottom: 12px; max-width: 720px; line-height: 1.7; }
.fe-breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; font-size: 13px; color: rgba(255, 255, 255, .5); margin-bottom: 15px; }
.fe-breadcrumb a { color: rgba(255, 255, 255, .8); transition: color .2s ease; }
.fe-breadcrumb a:hover { color: #fff; }
.fe-breadcrumb a:not(:last-child)::after { content: "/"; margin-left: 8px; color: rgba(255, 255, 255, .3); }

/* 鍐呴〉浜岀骇瀵艰埅鏉★紙灏忕背寮忓垎绫绘潯锛?*/
.fe-subbar { display: flex; flex-wrap: wrap; gap: 30px; margin-top: 10px; }
.fe-subbar a { position: relative; padding: 14px 0; font-size: 15px; color: rgba(255,255,255,0.7); transition: color .2s ease; }
.fe-subbar a:hover { color: #fff; }
.fe-subbar a.is-active { color: #fff; }
.fe-subbar a.is-active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 2px; background: var(--accent); }

/* ---------- 鍒楄〃閫氱敤锛堟枃绔?璧勮妯悜鍗＄墖锛?---------- */
.fe-rowlist { display: grid; gap: 0; }
.fe-rowcard {
    display: grid; grid-template-columns: 260px 1fr auto; gap: 30px; align-items: center;
    padding: 26px 0; border-bottom: 1px solid var(--line);
}
.fe-rowcard:hover h3 { color: var(--accent); }
.fe-rowcard-media { aspect-ratio: 16 / 10; overflow: hidden; background: var(--bg-gray); }
.fe-rowcard-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.fe-rowcard:hover .fe-rowcard-media img { transform: scale(1.04); }
.fe-rowcard-cat { font-size: 12px; color: var(--accent); margin-bottom: 8px; }
.fe-rowcard h3 { font-size: 19px; color: var(--ink); margin-bottom: 10px; font-weight: 500; transition: color .2s ease; }
.fe-rowcard p { font-size: 13px; color: var(--muted);
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.fe-rowcard-date { text-align: right; color: var(--muted-2); font-size: 13px; white-space: nowrap; }

/* ---------- 鍒楄〃绛涢€?鎺掑簭锛堢畝鍖栵級 ---------- */
.fe-order-bar { display: flex; gap: 24px; padding: 14px 0; border-bottom: 1px solid var(--line); margin-bottom: 10px; }
.fe-order-bar a { font-size: 14px; color: var(--muted); }
.fe-order-bar a:hover { color: var(--ink); }
.fe-order-bar a.is-active { color: var(--accent); }
.fe-filter-panel { display: none; }

/* ---------- 璇︽儏椤?---------- */
.fe-detail { max-width: 860px; margin: 0 auto; padding: 50px 0 70px; }
.fe-detail-head { text-align: center; border-bottom: 1px solid var(--line); padding-bottom: 26px; margin-bottom: 36px; }
.fe-detail-head h1 { font-size: 30px; font-weight: 400; color: var(--ink); margin-bottom: 16px; }
.fe-detail-meta { display: flex; justify-content: center; flex-wrap: wrap; gap: 20px; font-size: 13px; color: var(--muted-2); }
.fe-detail-meta i { margin-right: 5px; }
.fe-detail-cover { width: 100%; margin-bottom: 30px; }
.fe-richtext { font-size: 16px; line-height: 1.95; color: #333; }
.fe-richtext h1, .fe-richtext h2, .fe-richtext h3 { color: var(--ink); margin: 1.6em 0 .6em; font-weight: 500; }
.fe-richtext h2 { font-size: 22px; }
.fe-richtext h3 { font-size: 18px; }
.fe-richtext p { margin: 0 0 1.1em; }
.fe-richtext img { margin: 1.2em auto; }
.fe-richtext a { color: var(--accent); }
.fe-richtext blockquote { margin: 1.4em 0; padding: 14px 22px; background: var(--bg-gray); border-left: 3px solid var(--accent); color: var(--muted); }
.fe-richtext ul, .fe-richtext ol { padding-left: 1.3em; margin: 0 0 1.1em; }
.fe-richtext li { margin-bottom: .4em; }

/* 棣栧瓧涓嬫矇鏁堟灉 */
.fe-richtext.fe-dropcap > p:first-of-type::first-letter {
    float: left; font-size: 3.8em; line-height: 0.8; margin: 0.1em 0.15em 0 0; color: var(--accent); font-weight: 500;
}

/* 璇︽儏锛氫笂涓嬬瘒 + 杩斿洖 */
.fe-detail-nav { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin-top: 44px; padding-top: 26px; border-top: 1px solid var(--line); }
.fe-detail-nav-links { display: flex; flex-direction: column; gap: 10px; font-size: 14px; min-width: 0; }
.fe-detail-nav-links a { color: var(--muted); transition: color .2s ease; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 460px; }
.fe-detail-nav-links a:hover { color: var(--accent); }
.fe-detail-back { display: inline-flex; align-items: center; gap: 7px; padding: 11px 24px; border: 1px solid var(--line); color: var(--text); font-size: 14px; white-space: nowrap; transition: border-color .2s ease, color .2s ease; }
.fe-detail-back:hover { border-color: var(--accent); color: var(--accent); }

/* ---------- 鍒嗛〉 / 绌虹姸鎬?---------- */
.fe-pager { display: flex; justify-content: center; margin-top: 44px; }
.fe-pager ul { display: inline-flex; gap: 6px; list-style: none; margin: 0; padding: 0; flex-wrap: wrap; }
.fe-pager li a, .fe-pager li span {
    display: grid; place-items: center; min-width: 40px; height: 40px; padding: 0 12px;
    border: 1px solid var(--line); color: var(--muted); font-size: 14px; background: #fff; transition: .2s;
}
.fe-pager li a:hover { border-color: var(--accent); color: var(--accent); }
.fe-pager li.active span, .fe-pager li.disabled span { background: var(--accent); border-color: var(--accent); color: #fff; }
.fe-empty { text-align: center; padding: 80px 0; color: var(--muted-2); font-size: 15px; }

/* ---------- 椤佃剼 ---------- */
.fe-footer { background: #15171c; border-top: 1px solid rgba(255, 255, 255, .08); }
.fe-footer-top {
    padding-top: 58px; padding-bottom: 44px;
    display: grid; grid-template-columns: 1.25fr 1.15fr 1fr;
    gap: 48px; align-items: start;
}
.fe-footer-brand { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.fe-footer-brand span:last-child { display: flex; flex-direction: column; line-height: 1.1; }
.fe-footer-brand strong { font-size: 18px; color: #fff; font-weight: 700; }
.fe-footer-brand small { margin-top: 4px; font-size: 11px; letter-spacing: .18em; color: rgba(255, 255, 255, .45); }
.fe-footer-intro p { font-size: 14px; color: rgba(255, 255, 255, .62); max-width: 360px; line-height: 1.9; }
.fe-footer-service-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.fe-footer-service-tags span {
    display: inline-flex; align-items: center; height: 30px; padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, .14); border-radius: 999px; background: rgba(255, 255, 255, .06);
    color: rgba(255, 255, 255, .72); font-size: 12px;
}
.fe-footer-nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px; }
.fe-footer-col h4, .fe-footer-contact h4 {
    font-size: 15px; color: #fff; margin-bottom: 18px; font-weight: 700;
}
.fe-footer-col ul { list-style: none; margin: 0; padding: 0; }
.fe-footer-col li { margin-bottom: 10px; }
.fe-footer-col a {
    display: inline-flex; align-items: center; gap: 7px;
    font-size: 14px; color: rgba(255, 255, 255, .62); transition: color .2s ease, transform .2s ease;
}
.fe-footer-col a i { color: var(--accent); font-size: 12px; opacity: .75; }
.fe-footer-col a:hover { color: #fff; transform: translateX(3px); }
.fe-footer-contact {
    padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none;
    min-width: 0;
}
.fe-footer-contact-line {
    display: grid; grid-template-columns: 22px 40px minmax(0, 1fr); align-items: center; gap: 12px;
    padding: 7px 0; border-bottom: 0;
}
.fe-footer-contact-line i, .fe-footer-address i {
    width: 22px; height: 22px; border-radius: 0; display: grid; place-items: center;
    background: transparent; color: var(--accent);
}
.fe-footer-contact-line span { color: rgba(255, 255, 255, .45); font-size: 12px; }
.fe-footer-contact-line strong { color: rgba(255, 255, 255, .88); font-size: 14px; font-weight: 600; word-break: break-all; }
.fe-footer-contact-line:hover strong { color: #fff; }
.fe-footer-address { display: flex; gap: 12px; align-items: flex-start; padding-top: 12px; }
.fe-footer-address span { flex: 1; color: rgba(255, 255, 255, .62); font-size: 13px; line-height: 1.8; }
.fe-footer-bottom { border-top: 1px solid rgba(255, 255, 255, .08); padding: 18px 0; background: #111318; }
.fe-footer-bottom .fe-container { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; }
.fe-footer-bottom span, .fe-footer-bottom a { font-size: 12px; color: rgba(255, 255, 255, .46); }
.fe-footer-bottom a:hover { color: #fff; }

/* ---------- 鍘婚櫎婊氬姩娓愭樉锛堝唴瀹归粯璁ゅ彲瑙侊紝绠€绾︿笉娴じ锛?---------- */
[data-fe-reveal] { opacity: 1 !important; transform: none !important; }

/* ---------- 棣栭〉鏂板锛氬叧浜庢垜浠?---------- */
.fe-about-preview { background: #fff; }
.fe-about-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 60px; align-items: center; }
.fe-about-text h2 { font-size: 32px; font-weight: 500; color: var(--ink); margin-bottom: 24px; line-height: 1.35; }
.fe-about-text p { font-size: 15.5px; color: var(--muted); margin-bottom: 18px; line-height: 1.8; text-align: justify; }
.fe-about-img { position: relative; border-radius: 6px; overflow: hidden; background: var(--bg-gray); aspect-ratio: 4/3; }
.fe-about-img img { width: 100%; height: 100%; object-fit: cover; }
.fe-about-img::after { content: ''; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(0,0,0,.05); border-radius: 6px; }

/* ---------- 棣栭〉鏂板锛氭湇鍔″満鏅?---------- */
.fe-scene-section {
    position: relative; padding: 78px 0 72px;
    background:
        radial-gradient(circle at 18% 20%, rgba(255, 103, 0, .08), transparent 24%),
        linear-gradient(180deg, #fff 0%, #f5f7f8 100%);
    overflow: hidden;
}
.fe-scene-section .fe-container { position: relative; z-index: 1; }
.fe-scenario-layout {
    max-width: 1180px; margin: 0 auto;
}
.fe-scenario-intro {
    position: relative;
    display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
    gap: 36px; align-items: end; margin-bottom: 28px;
    padding-bottom: 26px;
    border-bottom: 1px solid rgba(16, 24, 40, .08);
}
.fe-scenario-intro > .fe-service-kicker,
.fe-scenario-intro > h2,
.fe-scenario-intro > p { grid-column: 1; }
.fe-scenario-intro h2 { font-size: 34px; font-weight: 800; margin: 12px 0 16px; letter-spacing: .01em; }
.fe-scenario-intro p { color: var(--muted); font-size: 15px; line-height: 1.85; max-width: 640px; }
.fe-scenario-chips {
    grid-column: 2; grid-row: 1 / span 3;
    display: flex; flex-wrap: wrap; justify-content: flex-end; align-self: end;
    gap: 8px; max-width: 420px; padding: 10px;
    border: 1px solid rgba(16, 24, 40, .07);
    border-radius: 8px;
    background: rgba(255, 255, 255, .72);
    box-shadow: 0 16px 38px rgba(16, 24, 40, .045);
    backdrop-filter: blur(8px);
}
.fe-scenario-chips a {
    display: inline-flex; align-items: center; height: 34px; padding: 0 13px;
    border: 1px solid transparent; border-radius: 6px;
    background: rgba(255, 255, 255, .78); color: var(--text); font-size: 13px; font-weight: 600;
    transition: border-color .22s ease, color .22s ease, background .22s ease, transform .22s ease;
}
.fe-scenario-chips a:hover { color: var(--accent); border-color: rgba(255, 103, 0, .28); background: #fff5ed; transform: translateY(-1px); }
.fe-scenario-list {
    position: relative;
    display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px;
    padding: 0; border: 0; border-radius: 0;
    background: transparent; box-shadow: none;
    counter-reset: scenarioStep;
}
.fe-scenario-list::before {
    content: "";
    position: absolute; left: 12%; right: 12%; top: 47px; height: 1px;
    background: linear-gradient(90deg, rgba(255, 103, 0, .08), rgba(255, 103, 0, .28), rgba(16, 24, 40, .08));
    pointer-events: none;
}
.fe-scenario-item {
    position: relative; display: flex; flex-direction: column; min-height: 232px;
    padding: 28px 26px 26px; border-radius: 8px;
    background: rgba(255, 255, 255, .94); border: 1px solid rgba(16, 24, 40, .08);
    box-shadow: 0 18px 42px rgba(16, 24, 40, .052);
    transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease, background .24s ease;
    counter-increment: scenarioStep;
}
.fe-scenario-item:hover {
    transform: translateY(-5px); border-color: rgba(255, 103, 0, .26);
    background: #fff;
    box-shadow: 0 26px 58px rgba(16, 24, 40, .09);
}
.fe-scenario-item::after {
    content: ""; position: absolute; left: 26px; right: 26px; bottom: 0; height: 3px;
    background: linear-gradient(90deg, var(--accent), rgba(255, 103, 0, 0));
    opacity: .72;
}
.fe-scenario-item::before {
    content: "0" counter(scenarioStep);
    position: absolute; right: 24px; top: 24px;
    color: rgba(16, 24, 40, .1);
    font-size: 34px; font-weight: 900; line-height: 1;
    font-variant-numeric: tabular-nums;
    pointer-events: none;
    transition: color .24s ease, transform .24s ease;
}
.fe-scenario-item:hover::before {
    color: rgba(255, 103, 0, .22);
    transform: translateX(-2px);
}
.fe-scenario-icon {
    position: relative; z-index: 1;
    width: 46px; height: 46px; border-radius: 8px; display: grid; place-items: center;
    background: #fff1e7; color: var(--accent); font-size: 17px; margin-bottom: 24px;
    box-shadow: inset 0 0 0 1px rgba(255, 103, 0, .12);
    transition: background .24s ease, color .24s ease, box-shadow .24s ease;
}
.fe-scenario-item:hover .fe-scenario-icon {
    background: var(--accent); color: #fff;
    box-shadow: 0 14px 28px rgba(255, 103, 0, .22);
}
.fe-scenario-item:nth-child(2) .fe-scenario-icon i::before { content: "\f085"; }
.fe-scenario-item:nth-child(3) .fe-scenario-icon i::before { content: "\f072"; }
.fe-scenario-content { min-width: 0; display: flex; flex-direction: column; }
.fe-scenario-content em {
    font-style: normal; color: var(--accent); font-size: 12px; font-weight: 800;
    letter-spacing: .03em; margin-bottom: 9px;
}
.fe-scenario-content strong { color: var(--ink); font-size: 20px; font-weight: 800; margin-bottom: 12px; line-height: 1.35; }
.fe-scenario-content small { color: var(--muted); font-size: 14px; line-height: 1.78; }

/* ---------- 鏁板瓧婊氬姩鐩稿叧鐨勭被 ---------- */
.fe-stat strong { transition: color .3s ease; }
.fe-stat.is-visible strong { color: var(--accent); }

/* ---------- 鏍稿績浼樺娍寰姩鏁堝崌绾?---------- */
.fe-adv-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.fe-adv { padding: 30px 24px; border-radius: 8px; transition: all .3s ease; position: relative; overflow: hidden; z-index: 1; }
.fe-adv::before { content: ''; position: absolute; left: 0; bottom: 0; width: 0; height: 3px; background: var(--accent); transition: width .4s ease; z-index: -1; }
.fe-adv:hover { transform: translateY(-5px); box-shadow: var(--shadow-hover); background: #fff; border-color: transparent; }
.fe-adv:hover::before { width: 100%; }
.fe-adv i { display: inline-flex; align-items: center; justify-content: center; width: 56px; height: 56px; border-radius: 50%; background: var(--bg-gray); color: var(--ink); font-size: 24px; margin-bottom: 20px; transition: all .3s ease; }
.fe-adv:hover i { background: var(--accent); color: #fff; transform: scale(1.1); }

/* ---------- 甯歌闂 FAQ ---------- */
.fe-faq-section {
    padding-top: 54px;
    background: linear-gradient(180deg, #f4f5f7 0%, #f7f7f7 42%, #f5f5f5 100%);
}
.fe-faq-section .fe-head-center { margin-bottom: 34px; }
.fe-faq-wrapper {
    max-width: 940px; margin: 0 auto; background: transparent; border: 0;
    border-radius: 0; box-shadow: none;
    counter-reset: feFaq; overflow: visible; display: grid; gap: 12px;
}
.fe-faq-item {
    border: 1px solid rgba(26, 26, 26, .07); border-radius: 8px;
    counter-increment: feFaq; background: #fff; overflow: hidden;
    box-shadow: 0 12px 30px rgba(26, 26, 26, .035);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.fe-faq-item:hover { border-color: rgba(255, 103, 0, .22); box-shadow: 0 18px 38px rgba(26, 26, 26, .06); transform: translateY(-2px); }
.fe-faq-q {
    position: relative; padding: 24px 28px 24px 78px; min-height: 74px;
    font-size: 16px; font-weight: 600; color: var(--ink); cursor: pointer;
    display: flex; justify-content: space-between; align-items: center; gap: 20px;
    transition: color .2s ease, background .2s ease;
}
.fe-faq-q::before {
    content: counter(feFaq, decimal-leading-zero); position: absolute; left: 28px; top: 50%;
    width: 34px; height: 34px; border-radius: 8px; display: grid; place-items: center;
    transform: translateY(-50%); color: var(--accent); font-size: 13px; font-weight: 700;
    background: rgba(255, 103, 0, .08);
}
.fe-faq-q:hover { color: var(--accent); background: #fffaf6; }
.fe-faq-q i {
    flex: 0 0 auto; width: 32px; height: 32px; border-radius: 50%;
    display: grid; place-items: center; background: var(--bg-gray); color: var(--muted);
    transition: transform .3s ease, color .2s ease, background .2s ease;
}
.fe-faq-item.is-open .fe-faq-q { color: var(--accent); }
.fe-faq-item.is-open .fe-faq-q i { transform: rotate(180deg); color: #fff; background: var(--accent); }
.fe-faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; padding: 0 28px 0 76px; }
.fe-faq-a p { padding: 0 0 26px; color: var(--muted); line-height: 1.85; font-size: 14.5px; margin: 0; }

/* ---------- 蹇€熺暀瑷€琛ㄥ崟 ---------- */
.fe-contact-section {
    position: relative; overflow: hidden; padding: 96px 0 90px;
    background:
        linear-gradient(90deg, rgba(15, 17, 23, .95) 0%, rgba(15, 17, 23, .88) 47%, rgba(15, 17, 23, .68) 100%),
        url('../img/fe_trip_cta_bg.png') center/cover no-repeat;
}
.fe-contact-section::before {
    content: ""; position: absolute; inset: 0;
    background:
        radial-gradient(circle at 15% 16%, rgba(255, 103, 0, .28), transparent 28%),
        radial-gradient(circle at 76% 58%, rgba(255, 255, 255, .12), transparent 24%),
        linear-gradient(120deg, rgba(255, 103, 0, .12), transparent 44%);
    pointer-events: none;
}
.fe-contact-section::after {
    content: ""; position: absolute; inset: 0;
    background:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
    background-size: 112px 112px;
    opacity: .4;
    pointer-events: none;
}
.fe-contact-section .fe-container { position: relative; z-index: 1; max-width: 1320px; }
.fe-contact-box {
    position: relative; display: grid; grid-template-columns: minmax(0, 560px) minmax(460px, 540px);
    justify-content: space-between; gap: 92px;
    min-height: 548px; align-items: center;
    background: transparent; border: 0; border-radius: 0; box-shadow: none;
    padding: 0; overflow: visible;
}
.fe-contact-text, .fe-contact-form { position: relative; z-index: 1; }
.fe-contact-text::before {
    content: "CONTACT";
    display: inline-flex; align-items: center; height: 28px; padding: 0 10px;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 6px;
    color: rgba(255, 255, 255, .74);
    font-size: 12px; font-weight: 800; letter-spacing: .12em;
    background: rgba(255, 255, 255, .06);
}
.fe-contact-text h2 { font-size: 38px; font-weight: 800; margin-bottom: 20px; color: #fff; line-height: 1.25; letter-spacing: .01em; }
.fe-contact-text p { font-size: 15.5px; color: rgba(255, 255, 255, .76); line-height: 1.9; margin-bottom: 34px; max-width: 560px; }
.fe-contact-methods div {
    display: flex; align-items: center; gap: 14px; margin-bottom: 14px; padding: 16px 18px;
    border: 1px solid rgba(255, 255, 255, .16); border-radius: 8px;
    font-size: 16px; color: #fff; background: rgba(255, 255, 255, .075);
    backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
    transition: border-color .24s ease, background .24s ease, transform .24s ease;
}
.fe-contact-methods div:hover { transform: translateY(-2px); border-color: rgba(255, 103, 0, .38); background: rgba(255, 255, 255, .105); }
.fe-contact-methods i {
    width: 36px; height: 36px; border-radius: 8px; display: grid; place-items: center;
    color: #fff; background: rgba(255, 103, 0, .9); font-size: 15px; text-align: center;
}
.fe-contact-form {
    background: rgba(255, 255, 255, .9); padding: 34px;
    border: 1px solid rgba(255, 255, 255, .74); border-radius: 10px;
    box-shadow: 0 28px 70px rgba(0, 0, 0, .26), inset 0 1px 0 rgba(255, 255, 255, .72);
    backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
}
.fe-contact-form::before {
    content: "";
    position: absolute; left: 18px; right: 18px; top: 0; height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, var(--accent), transparent);
}
.fe-form-head { margin-bottom: 24px; padding-bottom: 20px; border-bottom: 1px solid rgba(16, 24, 40, .08); }
.fe-form-head span { display: block; color: var(--accent); font-size: 12px; font-weight: 900; letter-spacing: .1em; margin-bottom: 8px; }
.fe-form-head h3 { color: var(--ink); font-size: 24px; font-weight: 850; line-height: 1.25; margin-bottom: 8px; }
.fe-form-head p { color: var(--muted); font-size: 13.5px; line-height: 1.72; margin: 0; }
.fe-inquiry-form { margin: 0; }
.fe-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.fe-form-group { margin-bottom: 16px; }
.fe-input {
    width: 100%; height: 52px; padding: 0 16px; font-size: 14px;
    border: 1px solid rgba(16, 24, 40, .1); border-radius: 8px; outline: none;
    transition: border-color .22s ease, box-shadow .22s ease, background .22s ease;
    font-family: inherit; background: rgba(255, 255, 255, .78); color: var(--ink);
}
.fe-input::placeholder { color: rgba(102, 112, 133, .76); }
.fe-input:focus { border-color: rgba(255, 103, 0, .72); box-shadow: 0 0 0 4px rgba(255, 103, 0, .12); background: #fff; }
.fe-textarea { height: auto; min-height: 116px; padding-top: 14px; padding-bottom: 14px; resize: vertical; line-height: 1.7; }
.fe-form-captcha { display: grid; grid-template-columns: 1fr 124px; gap: 12px; align-items: center; }
.fe-form-captcha img {
    width: 124px; height: 52px; object-fit: cover; cursor: pointer;
    border: 1px solid rgba(16, 24, 40, .1); border-radius: 8px; background: var(--bg-gray);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.6);
}
.fe-form-submit { margin-bottom: 0; }
.fe-btn-block {
    width: 100%; height: 52px; font-size: 16px; font-weight: 800; border-radius: 8px;
    box-shadow: 0 16px 30px rgba(255, 103, 0, .24);
}
.fe-btn-block:hover { transform: translateY(-2px); box-shadow: 0 20px 36px rgba(255, 103, 0, .3); }

/* ---------- 鎮诞渚ц竟鏍?(FAB) ---------- */
.fe-fab { position: fixed; right: 24px; bottom: 80px; z-index: 99; display: flex; flex-direction: column; gap: 10px; }
.fe-fab-btn { width: 44px; height: 44px; background: #fff; border: 1px solid var(--line); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 20px; color: var(--muted); cursor: pointer; transition: all .3s ease; box-shadow: 0 2px 8px rgba(0,0,0,.05); position: relative; }
.fe-fab-btn:hover { background: var(--accent); color: #fff; border-color: var(--accent); transform: translateY(-2px); }
.fe-fab-wx-pop { position: absolute; right: 60px; top: 50%; width: 146px; transform: translateY(-50%) translateX(10px); background: #fff; padding: 12px; border-radius: 6px; box-shadow: var(--shadow-hover); opacity: 0; visibility: hidden; transition: all .3s ease; display: flex; flex-direction: column; align-items: center; border: 1px solid var(--line-soft); pointer-events: none; }
.fe-fab-wx-pop img { flex: 0 0 auto; width: 120px !important; height: 120px !important; max-width: none; object-fit: contain; margin-bottom: 8px; }
.fe-fab-wx-pop span { font-size: 12px; color: var(--muted); white-space: nowrap; }
.fe-fab-wx:hover .fe-fab-wx-pop { opacity: 1; visibility: visible; transform: translateY(-50%) translateX(0); }
#fe-back-top { opacity: 0; visibility: hidden; }
#fe-back-top.is-visible { opacity: 1; visibility: visible; }

/* ---------- 鍝嶅簲寮?---------- */
@media (max-width: 1080px) {
    .fe-grid { grid-template-columns: repeat(3, 1fr); }
    .fe-banner-text h1 { font-size: 42px; }
    .fe-nav { gap: 22px; }
    .fe-logo { min-width: 130px; }
    .fe-menu-link { padding: 0 10px; font-size: 14px; }
    .fe-nav-cta { padding: 0 12px; }
    .fe-contact-box { grid-template-columns: minmax(0, 1fr) minmax(420px, 480px); gap: 64px; }
}
@media (max-width: 820px) {
    .fe-menu, .fe-nav-cta { display: none; }
    .fe-menu-toggle { display: flex; }
    .fe-menu.is-open {
        display: flex; position: absolute; top: var(--header-h); left: 0; right: 0;
        flex-direction: column; align-items: stretch; gap: 4px;
        background: rgba(255, 255, 255, .98); border-bottom: 1px solid var(--line);
        padding: 12px 22px 16px; box-shadow: var(--shadow);
        backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
    }
    .fe-menu.is-open .fe-menu-item { display: block; width: 100%; }
    .fe-menu.is-open .fe-menu-item + .fe-menu-item { border-top: 1px solid rgba(0,0,0,.04); }
    .fe-menu.is-open .fe-menu-link {
        position: relative; width: 100%; display: flex;
        justify-content: flex-start; align-items: center;
        min-height: 52px; padding: 6px 48px 6px 16px;
        border-bottom: 0; border-radius: 8px; font-size: 16px;
    }
    .fe-menu.is-open .fe-menu-link::after { display: none; }
    .fe-menu.is-open .fe-menu-arrow {
        position: absolute; right: 10px; top: 0; bottom: 0; margin: auto 0;
        width: 34px; height: 34px; font-size: 13px;
        display: inline-flex; align-items: center; justify-content: center;
        border-radius: 50%; background: rgba(0,0,0,.05); color: var(--muted-2);
        cursor: pointer;
        transition: transform .25s ease, background .25s ease, color .25s ease;
    }
    .fe-menu.is-open .fe-menu-item.mob-open > .fe-menu-link { color: var(--accent); }
    .fe-menu.is-open .fe-menu-item.mob-open .fe-menu-arrow {
        transform: rotate(180deg); background: rgba(255,103,0,.12); color: var(--accent);
    }
    .fe-menu.is-open .fe-submenu,
    .fe-menu.is-open .fe-menu-item.has-sub:hover .fe-submenu {
        position: static !important; left: auto !important; top: auto !important;
        transform: none !important;
        min-width: 0; border: 0; border-radius: 0; box-shadow: none;
        padding: 0; background: transparent;
        display: none; opacity: 1; visibility: visible;
        overflow: hidden; width: 100%;
    }
    .fe-menu.is-open .fe-submenu::before { display: none; }
    .fe-menu.is-open .fe-menu-item.mob-open .fe-submenu,
    .fe-menu.is-open .fe-menu-item.mob-open:hover .fe-submenu {
        display: block !important; padding: 4px 0 8px 0;
        background: rgba(0,0,0,.015); border-radius: 0 0 8px 8px;
    }
    .fe-menu.is-open .fe-submenu-link {
        display: flex; align-items: center; gap: 8px;
        padding: 10px 14px 10px 32px; font-size: 14px; color: var(--muted);
        border-radius: 0; transition: color .2s ease, background .2s ease;
        white-space: normal; word-break: break-all;
    }
    .fe-menu.is-open .fe-submenu-link::before {
        content: ""; width: 4px; height: 4px; border-radius: 50%;
        background: var(--line); flex-shrink: 0;
        transition: background .2s ease;
    }
    .fe-menu.is-open .fe-submenu-link:hover,
    .fe-menu.is-open .fe-submenu-link.is-active { color: var(--accent); background: rgba(255,103,0,.04); }
    .fe-menu.is-open .fe-submenu-link:hover::before,
    .fe-menu.is-open .fe-submenu-link.is-active::before { background: var(--accent); }
    .fe-block { padding: 44px 0; }
    .fe-grid, .fe-grid-3, .fe-grid-2 { grid-template-columns: repeat(2, 1fr); }
    .fe-banner { height: 420px; }
    .fe-banner-text h1 { font-size: 34px; }
    .fe-banner-text p { font-size: 16px; }
    .fe-footer-top { grid-template-columns: 1fr 1fr; }
    .fe-rowcard { grid-template-columns: 150px 1fr; }
    .fe-rowcard-date { display: none; }
    .fe-subbar { gap: 20px; overflow-x: auto; -ms-overflow-style:none; scrollbar-width:none; }
    .fe-subbar::-webkit-scrollbar { display:none; }
    .fe-news-tabs { flex-wrap:nowrap; overflow-x:auto; -webkit-overflow-scrolling:touch; -ms-overflow-style:none; scrollbar-width:none; justify-content:flex-start; }
    .fe-news-tabs::-webkit-scrollbar { display:none; }
    .fe-news-tabs a { flex-shrink:0; font-size:13px; padding:7px 16px; }
    .fe-about-grid { grid-template-columns: 1fr; gap: 40px; }
    .fe-about-text h2 { font-size: 26px; }
    .fe-scenario-intro { grid-template-columns: 1fr; gap: 22px; }
    .fe-scenario-intro > .fe-service-kicker,
    .fe-scenario-intro > h2,
    .fe-scenario-intro > p,
    .fe-scenario-chips { grid-column: 1; grid-row: auto; }
    .fe-scenario-intro p { max-width: none; }
    .fe-scenario-chips { justify-content: flex-start; max-width: none; }
    .fe-scenario-list { grid-template-columns: 1fr; }
    .fe-scenario-list::before { display: none; }
    .fe-adv-grid { grid-template-columns: repeat(2, 1fr); }
    .fe-contact-section { padding: 56px 0; }
    .fe-contact-box { grid-template-columns: 1fr; gap: 40px; min-height: auto; padding: 0; }
    .fe-contact-form { padding: 24px 20px; }
    .fe-fab { bottom: 20px; right: 16px; }
    .fe-fab-wx-pop { right: 54px; width: 132px; padding: 11px; }
    .fe-fab-wx-pop img { width: 108px !important; height: 108px !important; }
    .fe-phero { padding: 40px 0 0; }
    .fe-phero h1 { font-size: 28px; }
    .fe-phero-desc { font-size: 14px; }
}
@media (max-width: 520px) {
    .fe-grid, .fe-grid-3, .fe-grid-2 { grid-template-columns: 1fr; }
    .fe-head h2, .fe-head-center h2 { font-size: 22px; }
    .fe-banner { height: 360px; }
    .fe-banner-text h1 { font-size: 28px; }
    .fe-rowcard { grid-template-columns: 1fr; }
    .fe-footer-top { grid-template-columns: 1fr; }
    .fe-adv-grid { grid-template-columns: 1fr; }
    .fe-phero h1 { font-size: 24px; }
}


/* ---------- 现代新闻页 (Clean & Minimalist) ---------- */
.fe-news-hero {
    position:relative;
    background: #07090d;
    padding: 90px 0 48px;
    text-align: center;
    overflow:hidden;
}
.fe-news-hero::before {
    content:""; position:absolute; inset:0;
    background: url('../img/fe_news_hero_bg.jpg') center / cover no-repeat;
    opacity:.78;
    pointer-events:none;
}
.fe-news-hero::after {
    content:""; position:absolute; inset:0;
    background:
        radial-gradient(circle at center, rgba(0,0,0,.34) 0%, rgba(0,0,0,.1) 36%, rgba(0,0,0,.34) 100%),
        linear-gradient(180deg, rgba(7,9,13,.42) 0%, rgba(7,9,13,.88) 100%);
    pointer-events:none;
}
.fe-news-hero .fe-container { position:relative; z-index:1; }
.fe-news-hero h1 {
    font-size: 42px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 14px;
    letter-spacing: -0.5px;
}
.fe-news-hero-desc {
    font-size: 16px;
    color: rgba(255,255,255,.55);
    max-width: 600px;
    margin: 0 auto 20px;
    line-height: 1.7;
}
.fe-news-hero .fe-breadcrumb {
    justify-content: center;
    color: rgba(255,255,255,.35);
    font-size: 14px;
}
.fe-news-hero .fe-breadcrumb a {
    color: rgba(255,255,255,.5);
    font-weight: 500;
}
.fe-news-hero .fe-breadcrumb a:hover {
    color: #fff;
}
.fe-news-hero .fe-breadcrumb a:not(:last-child)::after {
    color: rgba(255,255,255,.25);
}

/* 胶囊导航 */
.fe-news-tabs {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 36px;
}
.fe-news-tabs a {
    padding: 9px 22px;
    border-radius: 8px;
    background: rgba(255,255,255,.08);
    color: rgba(255,255,255,.6);
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255,255,255,.08);
}
.fe-news-tabs a:hover {
    background: rgba(255,255,255,.14);
    color: #fff;
    border-color:rgba(255,255,255,.14);
}
.fe-news-tabs a.is-active {
    background: #ff6600;
    color: #fff;
    border-color:#ff6600;
    box-shadow: 0 4px 16px rgba(255,102,0,.3);
}

.fe-bg-white {
    background-color: #fafafa;
}

/* 瀑布流/网格结构 */
.fe-news-grid-modern {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px 24px;
    padding: 48px 0 60px;
}

/* 卡片 */
.fe-news-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 14px;
    border:1px solid #eee;
    overflow:hidden;
    transition: all 0.35s cubic-bezier(.4,0,.2,1);
    text-decoration: none;
    color: inherit;
}

.fe-news-card:hover {
    transform: translateY(-5px);
    border-color:rgba(255,102,0,.2);
    box-shadow:0 16px 40px rgba(0,0,0,.07);
}

.fe-news-card-media {
    overflow: hidden;
    aspect-ratio: 16/10;
    position: relative;
    background: var(--bg-gray);
}

.fe-news-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.fe-news-card:hover .fe-news-card-media img {
    transform: scale(1.05);
}

.fe-news-card-cat {
    position: absolute;
    top: 14px;
    left: 14px;
    background: #ff6600;
    color: #fff;
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 5px;
    z-index: 2;
}

.fe-news-card:hover .fe-news-card-cat {
    background: #e55a00;
    color: #fff;
}

.fe-news-card-body {
    padding: 22px 24px 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.fe-news-card-body h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--ink);
    line-height: 1.5;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.3s ease;
}

.fe-news-card:hover .fe-news-card-body h3 {
    color: #ff6600;
}

.fe-news-card-body p {
    font-size: 14px;
    color: var(--muted);
    line-height: 1.7;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 20px;
    flex: 1;
}

.fe-news-card-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: var(--muted-2);
    padding-top:14px;
    border-top:1px solid #f0f0f0;
}

.fe-news-card-readmore {
    color: #ff6600;
    font-weight: 600;
    font-size:13px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: gap 0.3s ease;
}

.fe-news-card:hover .fe-news-card-readmore {
    gap: 8px;
}

/* 首篇大图 */
.fe-news-grid-modern > .fe-news-card:first-child {
    grid-column: 1 / -1;
    flex-direction: row;
    border-radius:16px;
    border-color:rgba(255,102,0,.12);
    background:#fff;
}

.fe-news-grid-modern > .fe-news-card:first-child .fe-news-card-media {
    width: 55%;
    flex:0 0 55%;
    aspect-ratio: 16/10;
}

.fe-news-grid-modern > .fe-news-card:first-child .fe-news-card-body {
    width: 45%;
    padding: 36px 40px;
    justify-content:center;
}

.fe-news-grid-modern > .fe-news-card:first-child .fe-news-card-body h3 {
    font-size: 28px;
    font-weight:800;
    line-height: 1.4;
    margin-bottom: 14px;
    -webkit-line-clamp: 3;
}

.fe-news-grid-modern > .fe-news-card:first-child .fe-news-card-body p {
    font-size: 15px;
    -webkit-line-clamp: 3;
    margin-bottom: 28px;
    line-height:1.75;
}

/* 响应式 */
@media (max-width: 1024px) {
    .fe-news-grid-modern > .fe-news-card:first-child .fe-news-card-media {
        width: 50%; flex:0 0 50%;
    }
    .fe-news-grid-modern > .fe-news-card:first-child .fe-news-card-body {
        width: 50%; padding:28px 30px;
    }
    .fe-news-grid-modern > .fe-news-card:first-child .fe-news-card-body h3 {
        font-size: 24px;
    }
}

@media (max-width: 820px) {
    .fe-news-grid-modern {
        grid-template-columns: repeat(2, 1fr); gap:24px;
    }
    .fe-news-grid-modern > .fe-news-card:first-child {
        flex-direction: column;
    }
    .fe-news-grid-modern > .fe-news-card:first-child .fe-news-card-media {
        width: 100%; flex:none;
        aspect-ratio: 16/9;
    }
    .fe-news-grid-modern > .fe-news-card:first-child .fe-news-card-body {
        width: 100%;
        padding: 24px;
    }
}

@media (max-width: 520px) {
    .fe-news-grid-modern {
        grid-template-columns: 1fr;
    }
    .fe-news-hero h1 { font-size:30px; }
    .fe-news-hero { padding:60px 0 36px; }
}

/* ---------- 单页 (About Us, etc) 现代版 ---------- */
/* --- 单页 Hero --- */
.fe-page-hero {
    position:relative;
    background: #0a0c10;
    padding: 88px 0 48px;
    text-align: center;
    overflow:hidden;
}
.fe-page-hero::before {
    content:""; position:absolute; inset:0;
    background: url('../img/fe_hero_banner.png') center / cover no-repeat;
    opacity:.15;
    pointer-events:none;
}
.fe-page-hero::after {
    content:""; position:absolute; inset:0;
    background: linear-gradient(180deg, rgba(10,12,16,.5) 0%, rgba(10,12,16,.95) 100%);
    pointer-events:none;
}
.fe-page-hero .fe-container { position:relative; z-index:1; }
.fe-page-title {
    font-size: 40px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 18px;
    letter-spacing: -0.5px;
}
.fe-page-hero .fe-breadcrumb {
    justify-content: center;
    color: rgba(255,255,255,.35);
    font-size: 14px;
}
.fe-page-hero .fe-breadcrumb a {
    color: rgba(255,255,255,.5);
    font-weight: 500;
}
.fe-page-hero .fe-breadcrumb a:hover {
    color: #fff;
}
.fe-page-hero .fe-breadcrumb a:not(:last-child)::after {
    color: rgba(255,255,255,.25);
    content: "/";
    margin: 0 8px;
}

/* --- 两栏布局 --- */
.fe-page-layout {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 56px;
    align-items: start;
    padding: 48px 0 20px;
}

/* --- 富文本排版 --- */
.fe-richtext-modern {
    font-size: 16px;
    line-height: 1.9;
    color: #4b5563;
}
.fe-richtext-modern > p:first-of-type {
    font-size: 18px;
    line-height: 1.75;
    color: #222;
    margin-bottom: 36px;
    padding-bottom:28px;
    border-bottom:1px solid #eee;
}
.fe-richtext-modern h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 2.2em 0 0.7em;
    color: #111;
    padding-left:14px;
    border-left:3px solid #ff6600;
}
.fe-richtext-modern h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 1.8em 0 0.6em;
    color: #111;
}
.fe-richtext-modern ul {
    list-style: none;
    padding-left: 0;
    display:grid;
    grid-template-columns:1fr 1fr;
    align-items:start;
    gap:12px 24px;
}
.fe-richtext-modern ul li {
    position: relative;
    padding:10px 16px 10px 30px;
    margin-bottom: 0;
    background:#fafafa;
    border-radius:8px;
    font-size:15px;
    border:1px solid #f0f0f0;
    transition:border-color .3s, background .3s;
}
.fe-richtext-modern ul li:hover {
    border-color:rgba(255,102,0,.2);
    background:#fff8f3;
}
.fe-richtext-modern ul li::before {
    content: "";
    position: absolute;
    left: 13px;
    top: 20px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ff6600;
}
.fe-richtext-modern img {
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.06);
    margin: 2em auto;
}

/* --- 侧边栏 --- */
.fe-sidebar-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 14px;
    padding: 28px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    position: sticky;
    top: 96px;
}
.fe-sidebar-card h4 {
    font-size: 17px;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 12px;
}
.fe-sidebar-card p {
    font-size: 14px;
    color: var(--muted);
    line-height: 1.65;
    margin-bottom: 20px;
}
.fe-sidebar-card .fe-btn {
    border-radius: 10px;
    font-weight: 600;
    box-shadow:0 6px 20px rgba(255,102,0,.2);
}

@media (max-width: 992px) {
    .fe-page-layout {
        grid-template-columns: 1fr;
        gap: 36px;
    }
    .fe-sidebar-card {
        position: static;
    }
    .fe-richtext-modern ul {
        grid-template-columns:1fr;
    }
    .fe-page-hero { padding:60px 0 40px; }
    .fe-page-title { font-size:30px; }
}

/* Home lower-section responsive polish */
@media (max-width: 820px) {
    .fe-contact-section { padding: 64px 0; background-position: center; }
    .fe-contact-box { grid-template-columns: 1fr; gap: 42px; min-height: auto; padding: 0; }
    .fe-contact-form { padding: 28px 22px; }
    .fe-contact-text h2 { font-size: 32px; }
    .fe-contact-text p { max-width: none; }
    .fe-footer-top { grid-template-columns: 1fr; gap: 28px; padding-top: 36px; padding-bottom: 28px; }
    .fe-footer-brand { margin-bottom: 12px; gap: 10px; }
    .fe-footer-brand strong { font-size: 16px; }
    .fe-footer-intro p { font-size: 13px; line-height: 1.7; max-width: none; }
    .fe-footer-service-tags { gap: 6px; margin-top: 14px; }
    .fe-footer-service-tags span { height: 26px; padding: 0 10px; font-size: 11px; }
    .fe-footer-nav { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
    .fe-footer-col h4, .fe-footer-contact h4 { font-size: 14px; margin-bottom: 12px; }
    .fe-footer-col li { margin-bottom: 7px; }
    .fe-footer-col a { font-size: 13px; gap: 5px; }
    .fe-footer-col a i { font-size: 10px; }
    .fe-footer-contact { padding: 0; }
    .fe-footer-contact-line { padding: 5px 0; }
    .fe-footer-contact-line strong { font-size: 13px; }
    .fe-footer-address { padding-top: 8px; }
    .fe-footer-address span { font-size: 12px; line-height: 1.6; }
    .fe-footer-bottom { padding: 14px 0; }
    .fe-footer-bottom .fe-container { justify-content: center; text-align: center; }
    .fe-footer-bottom span, .fe-footer-bottom a { font-size: 11px; }
}
@media (max-width: 520px) {
    .fe-form-grid { grid-template-columns: 1fr; gap: 0; }
    .fe-form-captcha { grid-template-columns: 1fr; }
    .fe-form-captcha img { width: 124px; height: 52px; }
    .fe-form-head { margin-bottom: 20px; padding-bottom: 18px; }
    .fe-form-head h3 { font-size: 22px; }
    .fe-scene-section { padding: 48px 0 34px; }
    .fe-scenario-intro h2 { font-size: 24px; }
    .fe-scenario-list { gap: 10px; }
    .fe-scenario-item { min-height: auto; padding: 20px; }
    .fe-scenario-icon { width: 40px; height: 40px; margin-bottom: 16px; }
    .fe-faq-q { padding: 20px 20px 20px 58px; font-size: 15px; }
    .fe-faq-q::before { left: 20px; }
    .fe-faq-a { padding: 0 20px 0 58px; }
    .fe-contact-text h2 { font-size: 28px; }
    .fe-footer-top { gap: 22px; padding-top: 28px; padding-bottom: 22px; }
    .fe-footer-nav { grid-template-columns: 1fr 1fr; gap: 16px; }
    .fe-footer-contact-line { grid-template-columns: 20px 1fr; gap: 10px; }
    .fe-footer-contact-line span { display: none; }
    .fe-footer-contact-line i { width: 20px; height: 20px; font-size: 13px; }
}

/* Global image lightbox */
.fe-lightbox {
    position:fixed;
    inset:0;
    z-index:1200;
    display:grid;
    place-items:center;
    padding:64px 92px;
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transition:opacity .22s ease, visibility .22s ease;
}
.fe-lightbox.is-open {
    opacity:1;
    visibility:visible;
    pointer-events:auto;
}
.fe-lightbox-mask {
    position:absolute;
    inset:0;
    background:rgba(8,12,18,.92);
    backdrop-filter:blur(8px);
}
.fe-lightbox-stage {
    position:relative;
    z-index:1;
    display:grid;
    place-items:center;
    width:min(1120px, 100%);
    height:min(78vh, 760px);
    margin:0;
}
.fe-lightbox-img {
    display:block;
    max-width:100%;
    max-height:100%;
    object-fit:contain;
    opacity:0;
    transform:scale(.985);
    transition:opacity .2s ease, transform .25s ease;
    box-shadow:0 30px 80px rgba(0,0,0,.35);
}
.fe-lightbox-img.is-in {
    opacity:1;
    transform:scale(1);
}
.fe-lightbox-count {
    position:absolute;
    left:50%;
    bottom:-38px;
    color:rgba(255,255,255,.72);
    font-size:13px;
    font-variant-numeric:tabular-nums;
    transform:translateX(-50%);
}
.fe-lightbox-close,
.fe-lightbox-prev,
.fe-lightbox-next {
    position:absolute;
    z-index:2;
    display:grid;
    width:46px;
    height:46px;
    padding:0;
    place-items:center;
    border:1px solid rgba(255,255,255,.28);
    border-radius:50%;
    color:#fff;
    background:rgba(255,255,255,.08);
    font:400 26px/1 Arial,sans-serif;
    cursor:pointer;
    transition:background .2s ease, border-color .2s ease, transform .2s ease;
}
.fe-lightbox-close:hover,
.fe-lightbox-prev:hover,
.fe-lightbox-next:hover {
    border-color:rgba(255,255,255,.55);
    background:rgba(255,255,255,.16);
}
.fe-lightbox-close:focus-visible,
.fe-lightbox-prev:focus-visible,
.fe-lightbox-next:focus-visible {
    outline:3px solid rgba(255,103,0,.55);
    outline-offset:3px;
}
.fe-lightbox-close {
    top:24px;
    right:28px;
    font-size:30px;
}
.fe-lightbox-prev,
.fe-lightbox-next {
    top:50%;
    transform:translateY(-50%);
}
.fe-lightbox-prev { left:28px; }
.fe-lightbox-next { right:28px; }
.fe-lightbox-prev:hover,
.fe-lightbox-next:hover { transform:translateY(-50%) scale(1.05); }
.fe-lightbox.is-single .fe-lightbox-prev,
.fe-lightbox.is-single .fe-lightbox-next { display:none; }

@media (max-width: 760px) {
    .fe-lightbox { padding:62px 18px 72px; }
    .fe-lightbox-stage { height:72vh; }
    .fe-lightbox-close { top:16px; right:16px; }
    .fe-lightbox-prev,
    .fe-lightbox-next {
        top:auto;
        bottom:16px;
        transform:none;
    }
    .fe-lightbox-prev { left:calc(50% - 58px); }
    .fe-lightbox-next { right:calc(50% - 58px); }
    .fe-lightbox-prev:hover,
    .fe-lightbox-next:hover { transform:scale(1.05); }
    .fe-lightbox-count { bottom:-46px; }
}
