:root{
      --green-950:#0c281c;
      --green-900:#123d2b;
      --green-800:#185238;
      --green-700:#216b48;
      --green-600:#2c8258;
      --green-100:#eaf3ec;
      --green-50:#f4f8f4;
      --cream:#f7f4ec;
      --white:#fff;
      --ink:#1e3028;
      --muted:#607168;
      --line:#dce7dd;
      --orange:#e9812d;
      --gold:#d7aa45;
      --shadow:0 18px 50px rgba(17,62,43,.12);
      --radius:22px;
    }
    *{box-sizing:border-box;margin:0;padding:0}
    html{scroll-behavior:smooth}
    body{font-family:"PingFang SC","Microsoft YaHei","Noto Sans SC",sans-serif;background:var(--cream);color:var(--ink);line-height:1.75}
    img,svg{display:block;max-width:100%}
    a{color:inherit;text-decoration:none}
    button,a{transition:.2s ease}
    li {list-style:none;}
    .mt-3 {margin-top:15px}

    .container{width:min(1180px,calc(100% - 40px));margin-inline:auto}
    .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
    .skip-link{position:absolute;left:16px;top:-60px;background:#fff;color:var(--green-900);padding:10px 16px;border-radius:8px;z-index:999}
    .skip-link:focus{top:12px}

    .topbar{background:var(--green-950);color:#c8d9cd;font-size:13px}
    .topbar .container{min-height:38px;display:flex;justify-content:space-between;align-items:center;gap:16px}
    .topbar strong{color:#fff}
    .topbar a{color:#ffd27a;font-weight:800}

    .site-header{position:sticky;top:0;z-index:80;background:rgba(255,255,255,.96);border-bottom:1px solid rgba(20,82,56,.1);backdrop-filter:blur(14px)}
    .nav-wrap{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}
    .brand{display:flex;align-items:center;gap:11px;min-width:220px}
    .brand-mark{width:45px;height:45px;border-radius:13px;background:linear-gradient(145deg,var(--green-800),var(--green-600));color:#fff;display:grid;place-items:center;font-size:20px;font-weight:900;box-shadow:0 8px 20px rgba(24,82,56,.22)}
    .brand-name{font-size:18px;font-weight:900;color:var(--green-900);line-height:1.25}
    .brand-sub{font-size:11px;color:#75867c;margin-top:2px}
    .main-nav{display:flex;list-style:none;gap:14px;align-items:center}
    .main-nav a{font-weight:700;color:#3c5045;padding:26px 0;position:relative; font-size: 15px;}
    .main-nav a:hover,.main-nav a:focus{color:var(--green-700)}
    .main-nav a::after{content:"";position:absolute;left:0;right:0;bottom:18px;height:2px;background:var(--green-600);transform:scaleX(0);transition:.2s}
    .main-nav a:hover::after,.main-nav a:focus::after{transform:scaleX(1)}
    .header-contact{text-align:right;line-height:1.25;white-space:nowrap}
    .header-contact small{display:block;color:#819087;font-size:11px}
    .header-contact b{font-size:18px;color:var(--orange)}
    .nav-toggle{display:none;border:0;background:none;padding:0;cursor:pointer}
    .nav-toggle span{display:block;width:20px;height:2px;background:var(--green-800);border-radius:2px}
    .nav-toggle span+span{margin-top:5px}

    .hero{position:relative;overflow:hidden;background:linear-gradient(118deg,#0d2f21 0%,#145039 57%,#23724d 100%);color:#fff}
    .hero::before{content:"";position:absolute;width:580px;height:580px;border-radius:50%;right:-150px;top:-270px;background:radial-gradient(circle,rgba(255,211,119,.2),transparent 68%)}
    .hero::after{content:"";position:absolute;inset:auto 0 0;height:1px;background:rgba(255,255,255,.16)}
    .hero-grid{position:relative;display:grid;grid-template-columns:minmax(0,3fr) minmax(360px,2fr);gap:56px;align-items:center;padding:76px 0 68px}
    .eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:800;letter-spacing:.08em;color:#f8cc75;margin-bottom:16px}
    .eyebrow::before{content:"";width:28px;height:2px;background:currentColor}
    h1{font-size:clamp(36px,4vw,54px);line-height:1.18;letter-spacing:-.03em;margin-bottom:20px}
    h1 span{color:#ffd071}
    .hero-summary{font-size:17px;color:#d9e8de;max-width:700px;margin-bottom:26px}
    .hero-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:30px}
    .hero-fact{padding:11px 14px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.08);border-radius:11px;font-size:13px;color:#edf5ef}
    .hero-fact b{color:#fff}
    .actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap}
    .btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:46px;padding:0 21px;border-radius:10px;font-size:14px;font-weight:900;border:1px solid transparent}
    .btn-orange{background:var(--orange);color:#fff;box-shadow:0 10px 24px rgba(233,129,45,.24)}
    .btn-orange:hover{transform:translateY(-2px);background:#ef8b38}
    .btn-outline{border-color:rgba(255,255,255,.55);color:#fff;background:rgba(255,255,255,.04)}
    .btn-outline:hover{background:#fff;color:var(--green-900)}
    .hero-note{margin-top:13px;color:#bcd1c2;font-size:12px}
    .hero-visual{position:relative;border-radius:28px;min-height:430px;background:linear-gradient(165deg,#eff6ed,#bdd9be);box-shadow:0 28px 70px rgba(0,0,0,.28);overflow:hidden;border:8px solid rgba(255,255,255,.11)}
    .hero-visual .visual-label{position:absolute;left:18px;top:18px;z-index:2;padding:7px 12px;border-radius:999px;background:#fff;color:var(--green-900);font-size:12px;font-weight:900;box-shadow:0 6px 18px rgba(0,0,0,.1)}
    .hero-visual .visual-copy{position:absolute;left:22px;right:22px;bottom:20px;z-index:2;background:rgba(12,40,28,.88);color:#fff;padding:15px 17px;border-radius:14px;backdrop-filter:blur(8px)}
    .hero-visual .visual-copy strong{display:block;font-size:17px}
    .hero-visual .visual-copy span{font-size:12px;color:#cfe0d3}
    .hero-tree{position:absolute;width:92%;height:auto;right:-9%;bottom:48px;filter:drop-shadow(0 20px 16px rgba(36,62,36,.22))}

    .trust-strip{background:#fff;border-bottom:1px solid var(--line)}
    .trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}
    .trust-item{padding:22px 24px;border-right:1px solid var(--line)}
    .trust-item:last-child{border-right:0}
    .trust-item strong{display:block;color:var(--green-800);font-size:15px;margin-bottom:3px}
    .trust-item span{font-size:12px;color:var(--muted); display: block; line-height: 1.5;}

    .section{padding:82px 0}
    .section.white{background:#fff}
    .section.soft{background:var(--green-50)}
    .section-head {margin:0 auto 38px;text-align:center}
    .section-kicker{font-size:12px;letter-spacing:.16em;color:var(--green-600);font-weight:900;text-transform:uppercase}
    h2{font-size:clamp(28px,3vw,38px);line-height:1.3;color:var(--green-900);margin:8px 0 12px;letter-spacing:-.02em}
    .section-head p{color:var(--muted);font-size:15px}

    .identity{margin-top:24px;position:relative;z-index:3}
    .identity-card{background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow);padding:28px 32px;display:grid;grid-template-columns:1.2fr 2.8fr;gap:34px;align-items:start}
    .identity-title h2{font-size:25px;margin:3px 0 8px}
    .identity-title p{color:var(--muted);font-size:13px}
    .identity-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px 24px}
    .identity-list div{font-size:14px;color:#45594d;border-bottom:1px dashed #d9e5dc;padding-bottom:10px}
    .identity-list b{display:block;color:var(--green-900);font-size:12px;margin-bottom:3px}

    .product-list{display:grid;gap:28px}
    .product-row{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,3fr);background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:0 12px 34px rgba(17,62,43,.08)}
    .product-row:nth-child(even) .product-media{order:2}
    .product-row:nth-child(even) .product-content{order:1}
    .product-media{min-height:365px;position:relative;overflow:hidden;background:linear-gradient(155deg,#e5efe0,#a9cca8)}
    .product-media.wintergreen{background:linear-gradient(155deg,#e7efe2,#b9d1aa)}
    .product-media::after{content:"";position:absolute;inset:auto 0 0;height:42%;background:linear-gradient(transparent,rgba(12,40,28,.17))}
    .product-media svg{position:absolute;width:105%;height:auto;left:0;bottom:-12%;filter:drop-shadow(0 22px 18px rgba(26,61,35,.18))}
    .product-media>.thumb {position:absolute;inset:0;z-index:1}
    .product-media>.thumb img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
    .media-badge{position:absolute;z-index:2;left:18px;top:18px;background:var(--green-900);color:#fff;padding:7px 12px;border-radius:999px;font-weight:800;font-size:12px}
    .media-caption{position:absolute;z-index:2;left:18px;right:18px;bottom:16px;color:#fff;font-size:12px;font-weight:700}
    .product-content{padding:38px 42px;display:flex;flex-direction:column;justify-content:center}
    .product-content .product-type{color:var(--orange);font-size:12px;font-weight:900;letter-spacing:.08em}
    .product-content h3{font-size:29px;color:var(--green-900);margin:7px 0 13px}
    .product-title-row{display:flex;align-items:center;justify-content:space-between;gap:16px}
    .case-section{background:#fff}
    .case-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
    .case-card{background:var(--green-50);border:1px solid var(--line);border-radius:16px;overflow:hidden}
    .case-photo {max-height:210px; overflow: hidden; background:linear-gradient(135deg,#dcebdc,#aac9ae);display:grid;place-items:center;color:var(--green-800);font-weight:900;position:relative}
    .case-card-body{padding:18px}.case-card h3{font-size:18px;color:var(--green-900);margin-bottom:7px}.case-card p{font-size:13px;color:var(--muted)}.case-meta{margin-top:10px;color:var(--green-800);font-size:12px;font-weight:800}
    .quick-faq{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin:0 auto 24px;max-width:960px}
    .quick-faq article{background:#fff;border:1px solid var(--line);border-left:4px solid var(--orange);border-radius:12px;padding:17px 18px}
	.quick-faq h3 {font-size:15px;color:var(--green-900);margin-bottom:5px; font-weight: bold;}
	.quick-faq p{font-size:13px;color:#52655a}
	.quick-faq a:hover h3 {color: #e9812d;}
	.quick-faq p{font-size:13px;color:#52655a}
    .more-icon-link{display:inline-flex;align-items:center;gap:7px;flex:0 0 auto;color:var(--green-800);font-size:13px;font-weight:900;white-space:nowrap;border-bottom:1px solid transparent}
    .more-icon-link:hover{color:var(--orange);border-bottom-color:var(--orange)}
    .more-icon{display:inline-grid;place-items:center;width:28px;height:28px;border:1px solid currentColor;border-radius:50%;font-size:17px;line-height:1}
    .product-intro{color:#43574b;font-size:15px;margin-bottom:18px}
    .product-facts{list-style:none;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 16px;margin-bottom:22px}
    .product-facts li{position:relative;padding-left:17px;color:#53655a;font-size:13px}
    .product-facts li::before{content:"";position:absolute;left:0;top:.68em;width:7px;height:7px;border-radius:50%;background:var(--green-600)}
    .product-facts b{color:var(--green-900)}
    .product-note{margin:4px 0 18px;padding:13px 15px;border-left:4px solid var(--orange);background:#fff8ed;border-radius:0 10px 10px 0;color:#5d4b31;font-size:13px;line-height:1.75}
    .product-note strong{display:block;color:#8f4d19;margin-bottom:2px}
    .product-note span{display:block}
    .product-links{display:flex;gap:10px;flex-wrap:wrap}
    .scene-section{background:#fff}
    .scene-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
    .scene-card{background:var(--green-50);border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:0 10px 28px rgba(17,62,43,.07)}
    .scene-card img{width:100%;height:400px;object-fit:cover;background:linear-gradient(145deg,#dcebdc,#a9c7aa)}
    .scene-card figcaption{padding:16px 18px 18px;color:var(--green-900);font-size:14px;font-weight:800}
    .scene-card figcaption span{display:block;color:var(--muted);font-size:12px;font-weight:400;margin-top:4px}
    .scene-note{margin-top:18px;padding:14px 17px;background:#fff8ed;border-left:4px solid var(--orange);border-radius:0 10px 10px 0;color:#6a5538;font-size:13px}
    .news-section{background:var(--green-50)}
    .news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
    .news-card {background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;display:flex;flex-direction:column;min-height:360px;box-shadow:0 10px 28px rgba(17,62,43,.06)}
    .news-thumb-link{display:block;aspect-ratio:16/9;overflow:hidden;background:#dce9dd}
    .news-thumb{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}
    .news-card:hover .news-thumb{transform:scale(1.025)}
    .news-card-body{padding:18px 22px 22px;display:flex;flex:1;flex-direction:column}
    .news-card time{color:var(--orange);font-size:12px;font-weight:800}
    .news-card h3{color:var(--green-900);font-size:18px;line-height:1.45;margin:8px 0}
    .news-card p{color:var(--muted);font-size:13px;line-height:1.8}
    .news-card .read-more{margin-top:auto;padding-top:15px;color:var(--green-700);font-size:13px;font-weight:900}
    .text-link{display:inline-flex;align-items:center;min-height:38px;padding:0 14px;border-radius:8px;background:var(--green-100);color:var(--green-800);font-size:13px;font-weight:900}
    .text-link.primary{background:var(--green-800);color:#fff}

    .advantages{background:var(--green-950);color:#dce8df}
    .advantages .section-head h2{color:#fff}
    .advantages .section-head p{color:#b8cbbd}
    .adv-text-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid rgba(255,255,255,.15)}
    .adv-text{padding:27px 30px;border-bottom:1px solid rgba(255,255,255,.15)}
    .adv-text:nth-child(odd){border-right:1px solid rgba(255,255,255,.15)}
    .adv-text .num{font-size:12px;color:#f4c86f;font-weight:900;letter-spacing:.1em}
    .adv-text h3{font-size:19px;color:#fff;margin:5px 0 8px}
    .adv-text p{font-size:14px;color:#c2d3c6}
    .adv-summary{margin-top:28px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);border-radius:14px;padding:18px 22px;font-size:14px;color:#e8f0ea}
    .adv-summary strong{color:#ffd275}

    .service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
    .service-card{background:#fff;border:1px solid var(--line);border-radius:17px;padding:26px}
    .service-card .step{font-size:12px;color:var(--orange);font-weight:900}
    .service-card h3{color:var(--green-900);font-size:18px;margin:6px 0 8px}
    .service-card p{color:var(--muted);font-size:13px}

    .city-section{background:linear-gradient(125deg,var(--green-900),var(--green-700));color:#fff}
    .city-section .section-head h2{color:#fff}
    .city-section .section-head p{color:#cde0d2}
    .city-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
    .city-card{background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.18);border-radius:15px;padding:20px;min-height:132px;display:flex;flex-direction:column;justify-content:space-between}
    .city-card:hover{background:#fff;color:var(--green-900);transform:translateY(-3px)}
    .city-card strong{font-size:22px}
    .city-card span{font-size:12px;color:#c8dbce}
    .city-card:hover span{color:#62756a}
    .city-card em{font-size:12px;color:#ffd275;font-style:normal;font-weight:800}
    .city-card:hover em{color:var(--orange)}
    .city-note{margin-top:20px;padding:15px 18px;border:1px solid rgba(255,255,255,.17);border-radius:12px;color:#d4e4d8;font-size:13px;text-align:center}

    .faq-wrap {max-width:960px;margin:0 auto;display:grid;gap:12px}
    .faq-wrap details a:hover summary {color:#e9812d}
    details{background:#fff;border:1px solid var(--line);border-radius:13px;padding:0 20px}
    summary{cursor:pointer;list-style:none;font-size:15px;color:var(--green-900);font-weight:900;padding:18px 35px 18px 0;position:relative}
    summary::-webkit-details-marker{display:none}
    summary::after{content:"\FF0B";position:absolute;right:0;top:16px;color:var(--green-600);font-size:20px}
    details[open] summary::after{content:"\FF0D"}
    details p{padding:0 0 19px;color:#52655a;font-size:14px}

    .contact{background:#fff}
    .contact-panel{display:grid;grid-template-columns:minmax(0,3fr) minmax(320px,2fr);border-radius:24px;overflow:hidden;box-shadow:var(--shadow);border:1px solid var(--line)}
    .contact-copy{padding:44px;background:#fff}
    .contact-copy h2{font-size:32px;margin-top:0}
    .contact-copy>p{color:var(--muted);margin-bottom:22px}
    .contact-list{display:grid;gap:10px;font-size:14px;color:#52655a}
    .contact-list b{color:var(--green-900);display:inline-block;min-width:92px}
    .contact-actions{margin-top:25px;display:flex;gap:12px;flex-wrap:wrap}
    .btn-green{background:var(--green-800);color:#fff}
    .btn-light{background:var(--green-100);color:var(--green-800)}
    .contact-side{background:linear-gradient(150deg,var(--green-900),var(--green-700));color:#fff;padding:42px;display:flex;flex-direction:column;justify-content:center}
    .contact-side small{color:#bdd1c2}
    .contact-phone{font-size:34px;line-height:1.25;font-weight:900;color:#ffd174;margin:7px 0 10px}
    .contact-side p{font-size:13px;color:#d4e3d7}
    .contact-side .stamp{margin-top:24px;border:1px dashed rgba(255,255,255,.38);border-radius:14px;padding:17px;font-size:13px}

    footer{background:var(--green-950);color:#9fb7a7;padding:32px 0;font-size:12px}
    .footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1.5fr;gap:30px}
    footer h3{color:#fff;font-size:14px;margin-bottom:8px}
    footer a:hover{color:#fff}
    .copyright{margin-top:22px;padding-top:18px;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}

    .offcanvas{position:fixed;top:0;bottom:0;left:0;z-index:1045;display:flex;flex-direction:column;width:300px;max-width:82vw;background:#fff;box-shadow:0 18px 50px rgba(17,62,43,.22);visibility:hidden;transform:translateX(-100%);transition:transform .3s ease,visibility .3s}
    .offcanvas.show{visibility:visible;transform:none}
    .offcanvas-header{display:flex;align-items:center;justify-content:space-between;padding:17px 20px;border-bottom:1px solid var(--line)}
    .offcanvas-title{font-size:17px;font-weight:900;color:var(--green-900)}
    .btn-close{width:32px;height:32px;border:0;border-radius:9px;background:var(--green-100);color:var(--green-800);font-size:20px;line-height:1;cursor:pointer}
    .btn-close:hover{background:var(--green-800);color:#fff}
    .offcanvas-body{flex:1;overflow-y:auto;padding:14px 20px 22px}
    .mobile-nav a{display:block;padding:13px 10px;border-bottom:1px dashed #e2ece3;font-size:15px;font-weight:800;color:#31473b}
    .mobile-nav a:hover{color:var(--green-700)}
    .mobile-nav .active a{color:var(--orange)}
    .offcanvas-contact{margin-top:18px;padding:15px;border-radius:12px;background:var(--green-50);font-size:13px;text-align:center}
    .offcanvas-contact small{display:block;color:var(--muted);margin-bottom:6px}
    .offcanvas-contact a {color:var(--orange); font-size:20px; font-weight:900}
    .offcanvas-backdrop{position:fixed;inset:0;z-index:1040;background:rgba(12,40,28,.55);opacity:0;transition:opacity .3s}
    .offcanvas-backdrop.show{opacity:1}
    .modal-open{overflow:hidden}

    @media(max-width:980px){
      .site-header {padding: 0 10px;}
      .main-nav{display:none}
      .nav-wrap{gap:0; width: 100%}
      .brand{order:1}
      .header-contact{order:2;flex:1;text-align:center}
      .nav-toggle{order:3;display:flex;flex-direction:column;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid var(--line);border-radius:10px;background:#fff}
      .hero-grid{grid-template-columns:1fr;gap:35px}
      .hero-visual{min-height:390px;width:min(600px,100%)}
      .identity-card{grid-template-columns:1fr}
      .city-grid{grid-template-columns:repeat(2,1fr)}
      .service-grid{grid-template-columns:1fr}
      .contact-panel{grid-template-columns:1fr}
    }
    @media(max-width:720px){
      .container{width:min(100% - 28px,1180px)}
      .topbar .container{padding:8px 0;display:block;text-align:center}
      .topbar .container span{display:block}
      .nav-wrap {min-height:56px; width: 100% !important;}
      .brand-sub,.header-contact small{display:none}
      .brand{min-width:auto}
      .header-contact b{font-size:15px}
      .hero-grid{padding:52px 0 48px}
      h1{font-size:34px}
      .hero-summary{font-size:15px}
      .hero-facts{grid-template-columns:1fr}
      .hero-visual{min-height:340px}
      .trust-grid{grid-template-columns:repeat(2,1fr)}
      .trust-item:nth-child(2){border-right:0}
      .trust-item:nth-child(-n+2){border-bottom:1px solid var(--line)}
      .section{padding:60px 0}
      .identity{margin-top:14px}
      .identity-card{padding:24px}
      .identity-list{grid-template-columns:1fr}
      .case-grid,.quick-faq,.news-grid{grid-template-columns:1fr}
      .scene-grid{grid-template-columns:1fr}
      .product-row{grid-template-columns:1fr}
      .product-row:nth-child(even) .product-media,.product-row:nth-child(even) .product-content{order:initial}
      .product-media{min-height:300px}
      .product-content{padding:28px 24px}
      .product-facts{grid-template-columns:1fr}
      .adv-text-list{grid-template-columns:1fr}
      .adv-text:nth-child(odd){border-right:0}
      .adv-text{padding:24px 4px}
      .city-grid{grid-template-columns:1fr 1fr}
      .contact-copy,.contact-side{padding:30px 24px}
      .footer-grid{grid-template-columns:1fr}
    }
    @media(max-width:430px){
      .brand-name{font-size:15px}
      .brand-mark{width:40px;height:40px}
      .header-contact b{font-size:16px}
      .hero-visual{min-height:300px}
      .city-grid{grid-template-columns:1fr}
    }

/* 通用页/资讯页专用亮金色。不能重复定义--gold，否则#ffd174会覆盖首页的--gold值；其余颜色变量（--green-950、--green-900、--green-800、--green-700、--green-100、--cream、--ink、--muted、--line、--orange、--shadow）直接复用上方已有定义 */
:root {--gold-l:#ffd174}

/* ===== 通用页面组(.gen-page)：about/city_show/contact/liucheng/product/show/anli/list/anli/show/news/help-list ===== */
.gen-page * {box-sizing:border-box;}
body.gen-page {font-family:Arial,"Microsoft YaHei",sans-serif; color:var(--ink); background:var(--cream); line-height:1.75}
.gen-page a {text-decoration:none; color:inherit}
.gen-page .container {width:min(1140px,calc(100% - 36px)); margin:auto}
.gen-page .topbar {background:var(--green-950); color:#cad9ce; font-size:12px; padding:8px 0}
.gen-page .topbar .container {display:flex; justify-content:space-between; gap:16px}
.gen-page .topbar a {color:var(--gold-l); font-weight:900}
.gen-page .site-header {background:#fff; border-bottom:1px solid var(--line); position:sticky; top:0; z-index:10}
.gen-page .nav {min-height:72px; display:flex; align-items:center; justify-content:space-between; gap:18px}
.gen-page .brand {display:flex; align-items:center; gap:10px; color:var(--green-900); font-weight:900}
.gen-page .mark {width:42px; height:42px; border-radius:12px; background:var(--green-900); color:var(--gold-l); display:grid; place-items:center; font-size:20px}
.gen-page .brand small {display:block; color:var(--muted); font-size:11px}
.gen-page .main-nav {display:flex; gap:16px; flex-wrap:wrap; color:var(--green-800); font-size:13px; font-weight:900}
.gen-page .main-nav a:hover {color:var(--orange)}
.gen-page .phone {color:var(--green-800); font-size:14px; font-weight:900; white-space:nowrap}
.gen-page .hero {background:linear-gradient(135deg,var(--green-950),var(--green-700)); color:#fff; padding:70px 0 60px}
.gen-page .crumb {font-size:13px; color:#c8ddce; margin-bottom:13px}
.gen-page .hero h1 {font-size:clamp(34px,5vw,58px); line-height:1.15; margin-bottom:15px}
.gen-page .hero p {max-width:850px; color:#d8e8dc; font-size:16px}
.gen-page .pills {display:flex; flex-wrap:wrap; gap:10px; margin-top:24px}
.gen-page .pills span {border:1px solid rgba(255,255,255,.24); border-radius:999px; padding:6px 13px; background:rgba(255,255,255,.08); font-size:12px}
.gen-page .section {padding:66px 0}
.gen-page .section.white {background:#fff}
.gen-page .section-head {margin-bottom:26px}
.gen-page .kicker {font-size:12px; letter-spacing:.12em; text-transform:uppercase; color:var(--orange); font-weight:900}
.gen-page .section-head h2 {font-size:32px; color:var(--green-900); margin:3px 0 8px}
.gen-page .section-head p {color:var(--muted)}
.gen-page .grid3 {display:grid; grid-template-columns:repeat(3,1fr); gap:18px}
.gen-page .grid2 {display:grid; grid-template-columns:repeat(2,1fr); gap:20px}
.gen-page .card {background:#fff; border:1px solid var(--line); border-radius:16px; padding:26px; box-shadow:var(--shadow)}
.gen-page .soft-card {background:var(--green-100); border:1px solid var(--line); border-radius:16px; padding:24px}
.gen-page .card h3,
.gen-page .soft-card h3 {color:var(--green-900); font-size:20px; margin-bottom:9px}
.gen-page .card p,
.gen-page .soft-card p {color:#53675a; font-size:14px}
.gen-page .card ul,
.gen-page .soft-card ul {padding-left:20px; color:#53675a; font-size:14px}
.gen-page .card li+li,
.gen-page .soft-card li+li {margin-top:6px}
.gen-page .tag {display:inline-block; margin-top:12px; color:var(--green-800); font-size:12px; font-weight:900}
.gen-page .photo-slot {min-height:220px; border:1px dashed #9eb8a3; border-radius:14px; background:linear-gradient(145deg,#e8f1e5,#c8ddc7); display:grid; place-items:center; text-align:center; color:var(--green-800); padding:20px}
.gen-page .photo-slot strong {display:block; font-size:17px}
.gen-page .photo-slot span {display:block; color:#6f8876; font-size:12px; margin-top:4px}
.gen-page .photo-slot.has-img {border-radius:14px; overflow:hidden;}
.gen-page .photo-slot.has-img a {overflow: hidden; }
.gen-page .photo-slot.has-img img {display:block; width:100%; object-fit:cover; transition:transform .4s}
.gen-page .photo-slot.has-img:hover img {transform:scale(1.05)}
.gen-page .dyui-anli-list h3 a:hover {color:var(--orange)}

/* 通用分布 */
.pages {display:flex; flex-wrap:wrap; justify-content:center; gap:6px; margin-top:30px}
.pages ul {display:flex; flex-wrap:wrap; justify-content:center; align-items:center; gap:6px; list-style:none; margin:0; padding:0}
.pages li {display:inline-flex; margin:0}
.pages a,
.pages span {display:inline-flex; min-width:36px; height:36px; padding:0 10px; align-items:center; justify-content:center; border:1px solid var(--line); border-radius:8px; color:var(--green-800); font-size:13px; background:#fff}
.pages a:hover {border-color:var(--green-800); color:var(--green-950)}
.pages .current,
.pages li.active a {background:var(--green-900); color:#fff; border-color:var(--green-900)}
.gen-page .note {margin-top:16px; padding:14px 16px; background:#fff7e9; border-left:4px solid var(--orange); border-radius:0 10px 10px 0; color:#76522d; font-size:13px}
.gen-page .steps {display:grid; grid-template-columns:repeat(3,1fr); gap:16px; counter-reset:step}
.gen-page .step-card {background:#fff; border:1px solid var(--line); border-radius:15px; padding:23px; position:relative}
.gen-page .step-card .num {color:var(--orange); font-size:12px; font-weight:900}
.gen-page .step-card h3 {color:var(--green-900); font-size:18px; margin:5px 0 7px}
.gen-page .step-card p {font-size:13px; color:var(--muted)}
.gen-page .faq-list {display:grid; gap:12px}
.gen-page .faq-list article {background:#fff; border:1px solid var(--line); border-radius:13px; padding:19px 21px}
.gen-page .faq-list h3 {color:var(--green-900); font-size:16px; margin-bottom:6px}
.gen-page .faq-list p {font-size:14px; color:#53675a}
.gen-page .faq-list article strong {color:var(--green-800)}
.gen-page .cta {background:var(--green-900); color:#fff}
.gen-page .cta h2 {color:#fff}
.gen-page .cta p {color:#d0e2d4}
.gen-page .cta-row {display:flex; justify-content:space-between; align-items:center; gap:20px; flex-wrap:wrap}
.gen-page .cta-phone {font-size:30px; color:var(--gold-l); font-weight:900}
.gen-page .btn {display:inline-flex; padding:10px 17px; border-radius:9px; background:var(--gold-l); color:var(--green-950); font-weight:900; font-size:13px; margin-top:8px}
.gen-page .btn:hover {background:#fff}
.gen-page footer {background:var(--green-950); color:#a8bcae; padding:25px 0; font-size:14px}
.gen-page footer .container {display:flex; justify-content:space-between; gap:15px; flex-wrap:wrap}
@media(max-width:850px){
	.gen-page .main-nav {display:none}
	.gen-page .grid3,
	.gen-page .steps {grid-template-columns:1fr 1fr}
	.gen-page .grid2 {grid-template-columns:1fr}
	.gen-page .hero {padding:52px 0 48px}
}
@media(max-width:560px){
	.gen-page .topbar .container {display:block; text-align:center}
	.gen-page .topbar span {display:block}
	.gen-page .grid3,
	.gen-page .steps {grid-template-columns:1fr}
	.gen-page .section {padding:52px 0}
	.gen-page .phone {font-size:13px}
	.gen-page .brand small {display:none}
}

/* ===== 案例详情页(.gen-page anli/show) ===== */
.gen-page .show-title {font-size:24px; font-weight:900; margin-bottom:22px}
.gen-page .show-meta {display:flex; flex-wrap:wrap; gap:16px; padding-bottom:16px; margin-bottom:22px; border-bottom:1px solid var(--line); font-size:13px; color:var(--muted)}
.gen-page .show-meta span {color:var(--green-800); font-weight:700}
.gen-page .show-thumb {margin-bottom:22px; border-radius:14px; overflow:hidden; background:#dce9dd}
.gen-page .show-thumb img {display:block; max-width:100%; height:auto}
.gen-page .show-content {font-size:15px; color:#4e6257}
.gen-page .show-content p {margin-bottom:12px}
.gen-page .show-content h2,
.gen-page .show-content h3 {color:var(--green-900); margin:20px 0 10px}
.gen-page .show-content img {max-width:100%; height:auto; border-radius:10px}
.gen-page .show-content ul,
.gen-page .show-content ol {padding-left:22px; margin-bottom:12px}
.gen-page .show-content li+li {margin-top:8px}
.gen-page .show-tags {display:flex; flex-wrap:wrap; gap:8px; align-items:center; margin-top:20px; padding-top:16px; border-top:1px solid var(--line); font-size:12px; color:var(--muted)}
.gen-page .show-tags a {border:1px solid var(--line); border-radius:999px; padding:4px 12px; background:var(--green-100); color:var(--green-800)}
.gen-page .show-tags a:hover {background:var(--green-900); color:#fff}
.gen-page .show-nav {display:grid; gap:8px; margin-top:22px; padding:16px 18px; border-radius:12px; background:var(--green-100); font-size:13px; color:var(--muted)}
.gen-page .show-nav a {color:var(--green-800); font-weight:700}
.gen-page .show-nav a:hover {color:var(--orange)}
.gen-page .back {display:inline-flex; margin-top:22px; padding:10px 16px; border-radius:9px; background:var(--green-800); color:#fff; font-weight:900; font-size:13px}
.gen-page .back:hover {background:var(--green-950)}
@media(max-width:560px){
	.gen-page .card.show-wrap {padding:20px}
	.gen-page .show-meta {gap:10px}
}

/* ===== 资讯页面组(.news-page)：news/list、news/show ===== */
.news-page * {box-sizing:border-box;}
body.news-page {font-family:"PingFang SC","Microsoft YaHei","Noto Sans SC",sans-serif; background:var(--cream); color:var(--ink); line-height:1.8}
.news-page a {text-decoration:none; color:inherit}
.news-page .container {width:min(1120px,calc(100% - 36px)); margin:auto}
.news-page .topbar {background:var(--green-950); color:#c8d9cd; font-size:13px}
.news-page .topbar .container {min-height:38px; display:flex; justify-content:space-between; align-items:center; gap:16px}
.news-page .topbar strong {color:#fff}
.news-page .topbar a {color:var(--gold-l); font-weight:800}
.news-page .site-header {position:sticky; top:0; z-index:5; background:rgba(255,255,255,.97); border-bottom:1px solid var(--line)}
.news-page .nav {min-height:76px; display:flex; align-items:center; justify-content:space-between; gap:18px}
.news-page .brand {display:flex; align-items:center; gap:10px; font-weight:900; color:var(--green-900); white-space:nowrap}
.news-page .mark {width:42px; height:42px; border-radius:12px; background:var(--green-900); color:var(--gold-l); display:grid; place-items:center; font-size:20px}
.news-page .brand small {display:block; color:var(--muted); font-size:11px}
.news-page .main-nav {display:flex; gap:15px; flex-wrap:wrap; color:var(--green-800); font-size:13px; font-weight:900}
.news-page .phone {color:var(--green-800); font-weight:900; white-space:nowrap}
.news-page .hero {background:linear-gradient(135deg,var(--green-950),var(--green-700)); color:#fff; padding:66px 0 58px}
.news-page .crumb {font-size:13px; color:#c8ddce; margin-bottom:12px}
.news-page .hero h1 {font-size:clamp(34px,5vw,56px); line-height:1.18; margin-bottom:14px}
.news-page .hero p {max-width:860px; color:#d8e8dc; font-size:16px}
.news-page .pills {display:flex; flex-wrap:wrap; gap:10px; margin-top:22px}
.news-page .pills span {border:1px solid rgba(255,255,255,.24); border-radius:999px; padding:5px 12px; background:rgba(255,255,255,.08); font-size:12px}
.news-page .section {padding:64px 0; background:#fff}
.news-page .section.soft {background:var(--green-100)}
.news-page .section-head {text-align:center; margin-bottom:26px}
.news-page .kicker {font-size:12px; letter-spacing:.14em; color:var(--orange); font-weight:900; text-transform:uppercase}
.news-page .section h2 {font-size:32px; color:var(--green-900); margin:4px 0 8px}
.news-page .section-head p {color:var(--muted)}
.news-page .article-list {display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px}
.news-page .news-card {background:#fff; border:1px solid var(--line); border-radius:16px; padding:24px; box-shadow:var(--shadow)}
.news-page .news-card time {color:var(--orange); font-size:12px; font-weight:900}
.news-page .news-card h3 {font-size:20px; color:var(--green-900); margin:8px 0}
.news-page .news-card p {font-size:14px; color:var(--muted)}
.news-page .article-list .news-card {overflow:hidden; display:flex; flex-direction:column; padding:0}
.news-page .news-thumb-link {display:block; aspect-ratio:16/9; overflow:hidden; background:#dce9dd}
.news-page .news-thumb {width:100%; height:100%; object-fit:cover; transition:transform .25s ease}
.news-page .article-list .news-card:hover .news-thumb {transform:scale(1.025)}
.news-page .news-card-body {padding:20px 24px 24px; display:flex; flex:1; flex-direction:column}
.news-page .news-card .read-more {display:inline-block; margin-top:auto; padding-top:14px; color:var(--green-700); font-size:13px; font-weight:900}
.news-page .article-content {background:#fff; border:1px solid var(--line); border-radius:18px; padding:34px 42px; box-shadow:var(--shadow)}
.news-page .article-content h2 {font-size:24px; margin:24px 0 8px}
.news-page .article-content h2:first-child {margin-top:0}
.news-page .article-content p,
.news-page .article-content li {font-size:15px; color:#4e6257}
.news-page .article-content ul {padding-left:22px}
.news-page .article-content li+li {margin-top:8px}
.news-page .info-box {margin:22px 0; padding:16px 18px; background:#fff8ed; border-left:4px solid var(--orange); color:#685536; font-size:14px}
.news-page .back {display:inline-flex; margin-top:24px; padding:10px 16px; border-radius:9px; background:var(--green-800); color:#fff; font-weight:900; font-size:13px}
.news-page footer {background:var(--green-950); color:#a8bcae; padding:26px 0; font-size:12px}
.news-page footer .container {display:flex; justify-content:space-between; gap:15px; flex-wrap:wrap}
@media(max-width:850px){
	.news-page .main-nav {display:none}
	.news-page .article-list {grid-template-columns:1fr}
	.news-page .topbar .container {display:block; text-align:center; padding:8px 0}
	.news-page .topbar .container span {display:block}
	.news-page .article-content {padding:26px 22px}
	.news-page .section {padding:52px 0}
}

.contact-page .faq-list .tel a {color:var(--green-800); font-weight:bold; font-size: 20px;}

/* 在线客服 */
@media(max-width:768px){
	#sidekefu {display:none !important;}
}
