:root {
  --bg: #f5f5f5;
  --panel: #ffffff;
  --text: #222222;
  --muted: #666666;
  --light: #f8f8f8;
  --line: #e5e5e5;
  --primary: #0b7f45;
  --primary-deep: #075f34;
  --primary-soft: #15955a;
  --accent: #b7d66b;
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; font-family: Arial, "Microsoft YaHei", sans-serif; color: var(--text); background: var(--bg); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: 1200px; max-width: calc(100% - 24px); margin: 0 auto; }

.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; height: 101px; background: #fff; border-bottom: 1px solid #eeeeee; }
.header-space { height: 101px; }
.header-bar { height: 101px; display: flex; align-items: center; }
.site-logo { display: flex; align-items: center; min-width: 180px; }
.brand-logo-img { display: block; max-width: 180px; max-height: 56px; object-fit: contain; }
.site-nav { margin-left: auto; }
.nav-list { display: flex; list-style: none; margin: 0; padding: 0; }
.nav-list > li { position: relative; height: 52px; margin-left: 14px; }
.nav-list > li > a { display: block; min-width: 86px; height: 52px; line-height: 52px; text-align: center; font-size: 16px; color: #333; font-weight: 700; }
.nav-list > li.is-active > a,
.nav-list > li:hover > a { color: var(--primary); }
.nav-list > li.is-active > a::after,
.nav-list > li:hover > a::after { content: ""; display: block; width: 32px; height: 3px; background: var(--accent); margin: -8px auto 0; }
.nav-dropdown { display: none; position: absolute; top: 53px; left: 0; min-width: 150px; padding: 8px 0; background: var(--primary); }
.nav-list > li:hover .nav-dropdown { display: block; }
.nav-dropdown a { display: block; padding: 10px 16px; font-size: 14px; color: #fff; white-space: nowrap; }
.nav-dropdown a:hover { background: #075f34; }
.header-search { display: flex; align-items: center; margin-left: 20px; border: 1px solid #d7d7d7; height: 34px; }
.header-search input { width: 130px; height: 32px; border: 0; padding: 0 10px; outline: none; font: inherit; }
.header-search button { width: 58px; height: 32px; border: 0; background: var(--primary); color: #fff; cursor: pointer; }
.nav-toggle { display: none; }

.hero { background: #06351f; }
.hero-slider { position: relative; height: 535px; overflow: hidden; }
.hero-slide { display: none; height: 535px; background-size: cover; background-position: center; align-items: center; }
.hero-slide.is-active { display: flex; }
.hero-content { color: #fff; padding-top: 16px; }
.hero-tag { display: inline-block; padding: 7px 13px; background: var(--accent); font-size: 14px; text-transform: uppercase; letter-spacing: 1px; }
.hero h2 { max-width: 760px; margin: 22px 0 18px; font-size: 48px; line-height: 1.18; font-weight: 700; }
.hero p { max-width: 640px; margin: 0 0 28px; font-size: 18px; line-height: 1.8; color: rgba(255,255,255,.9); }
.hero-btn,
.section-more,
.article-more,
.case-link,
.company-link-card span,
.search-form button { display: inline-block; min-width: 118px; height: 40px; line-height: 40px; padding: 0 18px; text-align: center; background: var(--primary); color: #fff; border: 0; font-weight: 700; }
.hero-service-bar { background: #fff; border-bottom: 1px solid var(--line); }
.hero-service-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.hero-service-item { height: 88px; padding: 18px 24px; border-left: 1px solid var(--line); position: relative; }
.hero-service-item:last-child { border-right: 1px solid var(--line); }
.hero-service-item::before { content: ""; position: absolute; left: 0; top: 0; width: 4px; height: 0; background: var(--accent); transition: height .2s ease; }
.hero-service-item:hover::before { height: 100%; }
.hero-service-item strong { display: block; margin-bottom: 8px; font-size: 18px; color: #111; }
.hero-service-item span { display: block; font-size: 13px; color: #777; }

.section { padding: 55px 0; }
.section-news,
.section-company { background: #fff; }
.section-product,
.section-process { background: #fff; border-bottom: 1px solid #f0f0f0; }
.section-head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 26px; }
.section-en { display: block; color: #7f7f7f; font-size: 15px; line-height: 1; text-transform: uppercase; }
.section-head h2,
.company-main h2,
.single-title,
.search-panel h1 { margin: 8px 0 0; font-size: 28px; line-height: 1.25; color: #000; font-weight: 700; }
.section-head h2::after,
.company-main h2::after { content: ""; display: block; width: 46px; height: 3px; margin-top: 13px; background: var(--accent); }
.section-more { background: #fff; color: var(--primary); border: 1px solid var(--primary); }
.section-more:hover { background: var(--primary); color: #fff; }
.section-head-light h2,
.section-head-light .section-en { color: #fff; }
.section-head-light h2::after { background: var(--accent); }
.section-more.light { background: transparent; color: #fff; border-color: #fff; }

.news-target-head { align-items: flex-start; margin-bottom: 36px; }
.news-target-head > div:first-child { display: flex; align-items: baseline; gap: 18px; }
.news-target-head h2 { margin: 0; font-size: 30px; }
.news-target-head h2::after { display: none; }
.news-tabbar { display: flex; margin-top: -1px; }
.news-tabbar a { width: 150px; height: 50px; line-height: 50px; text-align: center; background: #f4f4f4; color: #111; font-size: 16px; font-weight: 700; }
.news-tabbar a.is-active,
.news-tabbar a:hover { background: var(--primary); color: #fff; }
.news-topline { display: flex; justify-content: space-between; gap: 26px; align-items: flex-start; padding: 0 10px 8px 10px; }
.news-topline h3 { margin: 0 0 8px; font-size: 24px; line-height: 1.35; color: var(--primary-deep); }
.news-topline p { margin: 0; color: #555; line-height: 1.7; }
.news-more-link { flex: 0 0 auto; margin-top: 22px; color: var(--primary-deep); font-size: 16px; }
.news-split { height: 12px; margin: 0 8px 26px; background: repeating-linear-gradient(135deg, transparent 0, transparent 5px, #e8e8e8 5px, #e8e8e8 7px); }
.news-target-layout { display: grid; grid-template-columns: 472px 1fr; gap: 24px; padding: 8px 10px 0; }
.news-photo-card { position: relative; display: block; height: 324px; overflow: hidden; background: #ddd; }
.news-photo-card img { width: 100%; height: 100%; object-fit: cover; }
.news-photo-date { position: absolute; left: 8px; top: 8px; width: 70px; height: 62px; padding-top: 8px; text-align: center; background: #e62110; color: #fff; }
.news-photo-date strong { display: block; font-size: 24px; line-height: 1; }
.news-photo-date em { display: block; margin-top: 5px; font-style: normal; font-size: 12px; }
.news-photo-title { position: absolute; left: 0; right: 0; bottom: 0; height: 58px; line-height: 58px; padding: 0 20px; color: #fff; font-weight: 700; background: rgba(7,95,52,.82); }
.news-target-list { list-style: none; margin: 0; padding: 0 0 0 2px; }
.news-target-list li { display: grid; grid-template-columns: 1fr 105px; gap: 18px; align-items: center; min-height: 36px; padding-left: 20px; background: radial-gradient(circle at 2px 18px, #d71920 0 3px, transparent 4px); }
.news-target-list a { color: #222; line-height: 1.6; }
.news-target-list a:hover { color: var(--primary); }
.news-target-list time { color: #999; text-align: right; white-space: nowrap; }

.news-grid { display: grid; grid-template-columns: 54% 46%; min-height: 360px; border: 1px solid var(--line); background: #fff; }
.news-column { padding: 26px; }
.news-column + .news-column { border-left: 1px solid var(--line); }
.news-column-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; }
.news-column-head h3 { margin: 0; font-size: 24px; color: var(--primary-deep); font-weight: 700; }
.news-column-head a { color: var(--primary); font-weight: 700; }
.news-feature-card { display: grid; grid-template-columns: 46% 54%; background: #fff; }
.news-feature-image { height: 250px; overflow: hidden; background: #ddd; }
.news-feature-image img,
.article-thumb img,
.case-image img,
.project-thumb img,
.case-list-image img { width: 100%; height: 100%; object-fit: cover; }
.news-feature-body { padding: 0 0 0 22px; }
.news-date { display: inline-block; min-width: 76px; padding: 9px 0; text-align: center; background: var(--accent); color: #fff; }
.news-date strong { display: block; font-size: 30px; line-height: 1; }
.news-date span { display: block; margin-top: 4px; font-size: 12px; }
.news-feature-body h3 { margin: 16px 0 10px; font-size: 20px; line-height: 1.45; color: #111; }
.news-feature-body p,
.article-body p,
.case-body p,
.project-body p,
.single-content,
.company-intro,
.process-item p,
.case-list-body p,
.job-item-main p { color: var(--muted); line-height: 1.85; }
.news-list { list-style: none; margin: 0; padding: 0; }
.news-list li { margin-bottom: 12px; padding-left: 19px; background: linear-gradient(var(--primary), var(--primary)) no-repeat left 12px / 5px 5px; }
.news-list a { display: flex; justify-content: space-between; gap: 18px; color: #333; line-height: 1.7; }
.news-list a:hover span { color: var(--primary); }
.news-list time { color: #999; white-space: nowrap; }

.case-grid,
.project-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.case-card,
.project-card,
.case-list-card,
.article-card,
.single-panel,
.contact-info-panel,
.contact-form-panel,
.search-panel,
.about-side-card,
.job-item,
.project-cover,
.project-info { background: #fff; border: 1px solid var(--line); }
.case-card a,
.project-card a { display: block; height: 100%; }
.case-image,
.project-thumb { height: 205px; overflow: hidden; background: #ddd; }
.case-body,
.project-body,
.case-list-body { padding: 18px; }
.case-body h3,
.project-body h2,
.case-list-body h2 { margin: 0 0 10px; font-size: 20px; line-height: 1.4; color: #111; }
.case-link,
.project-body span { margin-top: 12px; background: #e7e7e7; color: #333; }
.case-card:hover .case-link,
.project-card:hover span { background: var(--primary-soft); color: #fff; }
.service-card { border-top: 4px solid var(--primary); }
.service-image img[src=""] { display: none; }

.section-case { min-height: 650px; padding-top: 40px; background: #f5f5f5 url("../../static/upload/image/scms/hero-site-aerial.jpg") no-repeat center / cover; color: #111; }
.section-case .case-grid { grid-template-columns: repeat(4, 1fr); }
.section-case .case-card { border: 0; background: #fff; color: #333; }
.section-case .case-body { min-height: 148px; }
.case-target-title { margin-bottom: 28px; }
.case-target-title > div { display: flex; align-items: baseline; gap: 18px; }
.case-target-title h2 { margin: 0; font-size: 30px; color: #000; }
.case-target-title h2::after { display: none; }
.case-showcase { display: grid; grid-template-columns: 188px minmax(0, 1fr); min-height: 439px; background: #fff; box-shadow: 0 0 0 1px rgba(0,0,0,.03); }
.case-tabs-vertical { background: #e8e8e8; }
.case-tabs-vertical button { width: 100%; display: flex; align-items: center; gap: 18px; height: 88px; padding: 0 28px; border: 0; border-bottom: 1px solid #d6d6d6; background: transparent; color: #111; font: inherit; font-size: 19px; font-weight: 700; text-align: left; cursor: pointer; }
.case-tabs-vertical button.is-active,
.case-tabs-vertical button:hover { background: var(--primary-soft); color: #fff; }
.case-tabs-vertical i { flex: 0 0 38px; }
.case-icon { position: relative; display: inline-flex; width: 38px; height: 38px; align-items: center; justify-content: center; }
.case-icon::before { content: ""; display: block; width: 38px; height: 38px; background: var(--primary); mask: var(--case-icon) center / contain no-repeat; -webkit-mask: var(--case-icon) center / contain no-repeat; transition: background-color .2s ease; }
.case-tabs-vertical button.is-active .case-icon::before,
.case-tabs-vertical button:hover .case-icon::before { background: #fff; }
.case-icon-fwjz { --case-icon: url("../images/target-icons/fwjz.png"); }
.case-icon-szgl { --case-icon: url("../images/target-icons/szgl.png"); }
.case-icon-jdaz { --case-icon: url("../images/target-icons/jdaz.png"); }
.case-icon-zszx { --case-icon: url("../images/target-icons/zszx.png"); }
.case-icon-gjg { --case-icon: url("../images/target-icons/gjg.png"); }
.case-panels { min-width: 0; }
.case-panel { display: none; grid-template-columns: minmax(0, 1fr) 306px; min-height: 439px; }
.case-panel.is-active { display: grid; }
.case-show-image { display: block; height: 439px; overflow: hidden; background: #ddd; }
.case-show-image img { width: 100%; height: 100%; object-fit: cover; }
.case-show-info { position: relative; padding: 62px 30px 110px; background: rgba(255,255,255,.96); }
.case-show-info h3 { margin: 0 0 22px; font-size: 24px; line-height: 1.35; color: var(--primary-soft); }
.case-show-info p { margin: 0 0 24px; color: #666; line-height: 1.9; }
.case-show-more { display: inline-block; min-width: 124px; height: 42px; line-height: 42px; padding: 0 18px; background: #f0f0f0; color: #555; }
.case-show-more span { margin-left: 8px; }
.case-show-arrows { position: absolute; right: 38px; bottom: 34px; display: flex; gap: 8px; }
.case-show-arrows button { width: 42px; height: 42px; border: 1px solid #e2e2e2; background: #fff; color: #aaa; font-size: 24px; cursor: pointer; }
.case-show-arrows button:hover { border-color: var(--primary); color: var(--primary); }

.company-grid { display: grid; grid-template-columns: 46% 54%; gap: 28px; }
.company-main { min-height: 330px; padding: 34px 36px; background: var(--primary); color: #fff; }
.company-main h2,
.company-main .section-en,
.company-main .company-intro { color: #fff; }
.company-main h2::after { background: #fff; }
.company-stats { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 30px; border-top: 1px solid rgba(255,255,255,.25); border-left: 1px solid rgba(255,255,255,.25); }
.stat-item { padding: 18px 12px; border-right: 1px solid rgba(255,255,255,.25); border-bottom: 1px solid rgba(255,255,255,.25); text-align: center; }
.stat-item strong { display: block; margin-bottom: 7px; font-size: 30px; color: #fff; }
.company-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.company-link-card { min-height: 156px; padding: 24px 24px 20px; background: #f8f8f8; border-left: 5px solid #e7e7e7; }
.company-link-card:hover { border-left-color: var(--primary-soft); }
.company-link-card h3 { margin: 0 0 10px; font-size: 20px; color: #111; }
.company-link-card p { min-height: 46px; margin: 0; color: #666; line-height: 1.7; }
.company-link-card span { margin-top: 16px; min-width: 98px; height: 34px; line-height: 34px; background: #e7e7e7; color: #333; }
.company-link-card:hover span { background: var(--primary-soft); color: #fff; }

.about-entry-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 38px; }
.about-entry-card { display: grid; grid-template-columns: 58px 1fr; gap: 10px; min-height: 126px; }
.about-entry-card h3 { margin: 4px 0 12px; font-size: 20px; color: #111; font-weight: 700; }
.about-entry-card p { margin: 0 0 14px; color: #555; line-height: 1.8; }
.about-entry-card a { color: var(--primary-deep); font-size: 15px; }
.about-entry-icon { position: relative; display: block; width: 58px; height: 58px; border: 2px solid #ededed; border-radius: 50%; background: #f2f2f2; }
.about-entry-icon::before,
.about-entry-icon::after { content: ""; position: absolute; box-sizing: border-box; }
.icon-intro::before { left: 13px; top: 15px; width: 30px; height: 24px; border-radius: 0 0 18px 18px; border-left: 8px solid #d9d9d9; border-bottom: 8px solid #d9d9d9; transform: rotate(-26deg); }
.icon-intro::after { left: 16px; top: 15px; width: 28px; height: 9px; background: #d9d9d9; transform: rotate(27deg); }
.icon-honor::before { left: 19px; top: 13px; width: 20px; height: 30px; border: 6px solid #d9d9d9; border-top: 0; }
.icon-honor::after { left: 16px; top: 32px; width: 26px; height: 14px; background: #d9d9d9; clip-path: polygon(50% 0, 62% 35%, 100% 35%, 70% 58%, 82% 100%, 50% 75%, 18% 100%, 30% 58%, 0 35%, 38% 35%); }
.icon-culture::before { left: 14px; top: 14px; width: 30px; height: 30px; border: 3px solid #d9d9d9; border-radius: 50%; }
.icon-culture::after { left: 20px; top: 20px; width: 18px; height: 18px; border-radius: 50%; border: 5px solid #d9d9d9; box-shadow: -7px 6px 0 -4px #d9d9d9, 8px -5px 0 -4px #d9d9d9; }
.icon-org::before { left: 18px; top: 14px; width: 22px; height: 30px; border: 3px solid #d9d9d9; border-radius: 10px; }
.icon-org::after { left: 27px; top: 21px; width: 5px; height: 18px; background: #d9d9d9; box-shadow: -7px 6px 0 -1px #d9d9d9, 7px 6px 0 -1px #d9d9d9; }
.section-cta { padding: 44px 0; background: var(--primary); color: #fff; }
.cta-panel { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.cta-panel h2 { margin: 7px 0 8px; font-size: 30px; }
.cta-panel p { margin: 0; color: rgba(255,255,255,.86); }
.cta-button { display: inline-block; min-width: 126px; height: 42px; line-height: 42px; padding: 0 22px; background: var(--accent); color: #fff; text-align: center; font-weight: 700; }
.cta-button.secondary { background: #fff; color: var(--primary); border: 1px solid var(--primary); }

.inner-banner { position: relative; min-height: 300px; display: flex; align-items: center; background-size: cover; background-position: center; color: #fff; }
.inner-banner::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 6px; background: var(--accent); }
.inner-banner .container { position: relative; z-index: 1; }
.inner-banner-en { display: inline-block; padding: 6px 12px; background: var(--accent); font-size: 12px; text-transform: uppercase; letter-spacing: 1px; }
.inner-banner h1 { margin: 16px 0 10px; font-size: 40px; }
.inner-banner p { max-width: 720px; margin: 0; line-height: 1.8; color: rgba(255,255,255,.86); }
.inner-banner-btn { display: inline-block; margin-top: 22px; height: 40px; line-height: 40px; padding: 0 18px; background: #fff; color: var(--primary); font-weight: 700; }
.inner-main { padding: 38px 0 62px; }
.bread-crumb { margin-bottom: 18px; padding: 12px 16px; background: #fff; border: 1px solid var(--line); color: #777; }
.bread-crumb span { color: var(--primary); font-weight: 700; margin-right: 12px; }
.bread-crumb strong { font-weight: 400; }
.sub-nav { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 22px; padding: 13px 16px; background: #fff; border: 1px solid var(--line); }
.sub-nav-label { margin-right: 8px; font-weight: 700; color: #111; }
.sub-nav a { padding: 8px 16px; background: #e7e7e7; color: #333; }
.sub-nav a.is-current,
.sub-nav a:hover { background: var(--primary-soft); color: #fff; }
.single-panel { padding: 30px; }
.article-list { display: grid; gap: 18px; }
.article-card { display: grid; grid-template-columns: 300px 1fr; }
.article-thumb { height: 215px; overflow: hidden; background: #ddd; }
.article-body { padding: 24px; }
.article-meta,
.detail-meta { color: #999; margin-bottom: 9px; }
.article-body h2 { margin: 0 0 12px; font-size: 24px; line-height: 1.35; }
.case-list-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.case-list-image { height: 245px; overflow: hidden; background: #ddd; }
.case-list-more { margin-top: 16px; color: var(--primary); font-weight: 700; }
.project-detail,
.case-detail,
.about-layout,
.contact-layout,
.contact-hero { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.project-cover img,
.case-detail-image img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; }
.project-info,
.case-detail-body,
.contact-info-panel,
.contact-form-panel,
.about-side-card,
.search-panel { padding: 28px; }
.case-detail { background: #fff; border: 1px solid var(--line); }
.case-detail-body h1 { margin: 0 0 16px; font-size: 32px; }
.case-params { margin: 18px 0 24px; }
.case-params div { display: flex; justify-content: space-between; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.case-params span { color: #777; text-align: right; }
.job-list { display: grid; gap: 16px; }
.job-item a { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 24px; }
.job-item-main h2 { margin: 8px 0 10px; font-size: 24px; }
.job-item-arrow { color: var(--primary); font-weight: 700; white-space: nowrap; }
.job-tags { display: flex; flex-wrap: wrap; gap: 9px; margin: 14px 0 22px; }
.job-tags span { padding: 7px 12px; background: #e7e7e7; color: #333; }
.contact-info-panel ul { padding-left: 18px; color: #666; line-height: 2; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 20px; }
.contact-form { display: grid; gap: 14px; }
.contact-form h3 { margin: 0 0 6px; font-size: 22px; }
.contact-form input,
.contact-form textarea,
.search-form input { width: 100%; height: 44px; border: 1px solid #d7d7d7; padding: 0 12px; font: inherit; outline: none; }
.contact-form textarea { height: 150px; padding-top: 12px; resize: vertical; }
.contact-form button { height: 44px; border: 0; background: var(--accent); color: #fff; font-weight: 700; cursor: pointer; }
.code-row { display: grid; grid-template-columns: 1fr 145px; gap: 12px; align-items: center; }
.search-form { display: grid; grid-template-columns: 1fr 110px; gap: 10px; max-width: 650px; margin-top: 18px; }
.pagebar { display: flex; flex-wrap: wrap; justify-content: center; gap: 7px; margin-top: 26px; }
.pagebar a,
.pagebar span { padding: 8px 12px; background: #fff; border: 1px solid var(--line); }
.pagebar a:hover,
.pagebar span { background: var(--primary); color: #fff; border-color: var(--primary); }
.empty-state { padding: 42px 24px; text-align: center; background: #fff; border: 1px solid var(--line); color: #777; }
.empty-state strong { display: block; margin-bottom: 8px; color: #111; font-size: 22px; }

.site-footer { margin-top: 0; color: #555; }
.footer-main { display: grid; grid-template-columns: 1.15fr .95fr .7fr; gap: 30px; min-height: 253px; padding: 42px 0; background: #f8f8f8; }
.site-footer::before { content: ""; display: block; background: #f8f8f8; position: absolute; }
.footer-wrap { background: #f8f8f8; }
.footer-main h3,
.footer-main h4 { margin: 0 0 15px; color: #111; font-size: 20px; }
.footer-slogan,
.footer-qr-tip { margin-top: 0; color: #666; line-height: 1.8; }
.footer-brand p { margin: 7px 0; }
.footer-link-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px 16px; }
.footer-link-grid a { color: #555; }
.footer-link-grid a:hover { color: var(--primary); }
.footer-friend { grid-column: 1 / -1; padding-top: 18px; border-top: 1px solid #e1e1e1; }
.friend-links { display: flex; flex-wrap: wrap; gap: 10px 18px; color: #666; }
.footer-qr-grid { display: grid; grid-template-columns: repeat(2, 112px); gap: 28px; align-items: start; }
.footer-qr-item h4 { margin-bottom: 10px; font-size: 14px; text-align: left; }
.qrcode-box { width: 112px; height: 112px; padding: 0; background: #fff; overflow: hidden; }
.qrcode-box img,
.qrcode-box canvas { display: block; width: 112px !important; height: 112px !important; }
.footer-copy { min-height: 70px; background: #ececec; }
.footer-copy .container { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 14px; font-size: 14px; color: #666; }
.mobile-toolbar { display: none; }

@media (max-width: 991px) {
  .site-header,
  .header-space,
  .header-bar { height: 86px; }
  .site-logo { min-width: auto; }
  .nav-toggle { display: flex; width: 42px; height: 42px; margin-left: auto; border: 0; background: transparent; flex-direction: column; justify-content: center; gap: 5px; }
  .nav-toggle span { display: block; height: 2px; background: #333; }
  .site-nav { display: none; position: absolute; top: 86px; left: 0; right: 0; margin: 0; background: #fff; border-top: 1px solid var(--line); }
  .site-nav.is-open { display: block; }
  body.nav-open { overflow: hidden; }
  .nav-list { display: block; padding: 10px 12px; }
  .nav-list > li { height: auto; margin: 0; border-bottom: 1px solid var(--line); }
  .nav-list > li > a { min-width: 0; height: 44px; line-height: 44px; text-align: left; }
  .nav-list > li > a::after { display: none !important; }
  .nav-dropdown { position: static; display: block; min-width: 0; padding: 0 0 8px; background: #f5f5f5; }
  .nav-dropdown a { color: #555; padding: 8px 14px; }
  .header-search { display: none; }
  .hero-slider,
  .hero-slide { height: 430px; }
  .hero h2 { font-size: 36px; }
  .news-grid,
  .news-target-layout,
  .news-feature-card,
  .company-grid,
  .article-card,
  .project-detail,
  .case-detail,
  .about-layout,
  .contact-layout,
  .contact-hero,
  .footer-main { grid-template-columns: 1fr; }
  .news-column + .news-column { border-left: 0; border-top: 1px solid var(--line); }
  .news-target-head { gap: 18px; }
  .news-topline { padding-left: 0; padding-right: 0; }
  .news-target-layout { padding-left: 0; padding-right: 0; }
  .news-photo-card { height: 300px; }
  .case-showcase { grid-template-columns: 170px 1fr; }
  .case-panel { grid-template-columns: 1fr; }
  .case-show-info { grid-column: 1 / -1; padding: 28px 28px 90px; }
  .case-show-arrows { bottom: 28px; }
  .case-grid,
  .project-grid,
  .section-case .case-grid,
  .case-list-grid,
  .process-grid,
  .about-entry-grid { grid-template-columns: repeat(2, 1fr); }
  .news-feature-body { padding: 18px 0 0; }
  .footer-qr-grid { grid-template-columns: repeat(2, 112px); }
}

@media (max-width: 767px) {
  .container { max-width: calc(100% - 20px); }
  .section { padding: 42px 0; }
  .section-head,
  .news-target-head,
  .cta-panel,
  .footer-copy .container { align-items: flex-start; flex-direction: column; }
  .hero-slider,
  .hero-slide { height: 360px; }
  .hero h2 { font-size: 28px; }
  .hero p { font-size: 15px; }
  .hero-service-grid,
  .case-grid,
  .project-grid,
  .section-case .case-grid,
  .case-list-grid,
  .process-grid,
  .about-entry-grid,
  .company-links,
  .company-stats { grid-template-columns: 1fr; }
  .news-column,
  .single-panel,
  .project-info,
  .case-detail-body,
  .contact-info-panel,
  .contact-form-panel,
  .about-side-card,
  .search-panel { padding: 20px; }
  .case-image,
  .project-thumb,
  .case-list-image,
  .article-thumb { height: 220px; }
  .inner-banner { min-height: 250px; }
  .inner-banner h1 { font-size: 32px; }
  .search-form,
  .code-row { grid-template-columns: 1fr; }
  .job-item a { flex-direction: column; align-items: flex-start; }
  .mobile-toolbar { display: grid; grid-template-columns: repeat(3, 1fr); position: fixed; left: 0; right: 0; bottom: 0; z-index: 1100; }
  .mobile-toolbar a { padding: 13px 8px; text-align: center; background: var(--primary); color: #fff; border-right: 1px solid rgba(255,255,255,.18); }
  .mobile-toolbar a:last-child { border-right: 0; }
  .site-footer { padding-bottom: 48px; }
  .news-tabbar { width: 100%; }
  .news-tabbar a { flex: 1; width: auto; }
  .news-topline { flex-direction: column; gap: 8px; }
  .news-more-link { margin-top: 0; }
  .news-photo-card { height: 235px; }
  .news-target-list li { grid-template-columns: 1fr; gap: 2px; min-height: 52px; padding-top: 7px; padding-bottom: 7px; }
  .news-target-list time { text-align: left; }
  .case-showcase { grid-template-columns: 1fr; }
  .case-tabs-vertical { display: grid; grid-template-columns: repeat(2, 1fr); }
  .case-tabs-vertical button { height: 66px; padding: 0 14px; gap: 10px; font-size: 16px; }
  .case-tabs-vertical i { flex-basis: 30px; }
  .case-icon { width: 30px; height: 30px; }
  .case-icon::before { width: 30px; height: 30px; }
  .case-show-image { height: 260px; }
  .case-show-info { padding: 24px 20px 82px; }
  .footer-qr-grid { grid-template-columns: repeat(2, 112px); gap: 20px; }
}
