/* ============ crcpa.cn 全站样式（还原基础上适度美化） ============ */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif; font-size: 14px; color: #333; background: #fff; }
a { color: #333; text-decoration: none; }
a:hover { color: #c8161d; }
img { border: 0; vertical-align: middle; }
ul, ol { list-style: none; }
.clearfix::after { content: ""; display: block; clear: both; }
.wrap { width: 1200px; margin: 0 auto; }

/* ---------- 头部 ---------- */
.header { padding: 18px 0; }
.header .wrap { display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; }
.brand img { height: 58px; }
.search-box { display: flex; }
.search-box input { width: 200px; height: 36px; border: 1px solid #d9d9d9; border-right: 0; padding: 0 12px; font-size: 13px; outline: none; }
.search-box button { width: 64px; height: 36px; border: 0; background: #c8161d; color: #fff; font-size: 14px; cursor: pointer; }
.search-box button:hover { background: #a91116; }

/* ---------- 主导航（无背景色，红字，与轮播图不冲突） ---------- */
.mainnav { background: #fff; }
.mainnav ul { display: flex; }
.mainnav li { position: relative; flex: 1; text-align: center; }
.mainnav li > a { display: block; line-height: 48px; color: #c8161d; font-size: 16px; transition: all .2s; }
.mainnav li > a:hover, .mainnav li.on > a { color: #a91116; box-shadow: inset 0 -3px 0 #c8161d; }
.mainnav li .drop { display: none; position: absolute; left: 0; right: 0; top: 48px; background: #fff; box-shadow: 0 6px 16px rgba(0,0,0,.12); z-index: 99; }
.mainnav li:hover .drop { display: block; }
.mainnav .drop a { display: block; line-height: 38px; font-size: 14px; color: #444; border-bottom: 1px solid #f2f2f2; }
.mainnav .drop a:hover { background: #fbf3f3; color: #c8161d; }

/* ---------- 轮播 ---------- */
.banner-wrap { display: none; /* 轮播暂隐；恢复时改回 padding-top: 18px; */ }
.banner { position: relative; height: 460px; overflow: hidden; background: #111; border-radius: 6px; }
.banner .slides img { width: 100%; height: 460px; object-fit: cover; display: block; }
.banner .dots { position: absolute; bottom: 16px; left: 0; right: 0; text-align: center; z-index: 5; }
.banner .dots span { display: inline-block; width: 28px; height: 4px; background: rgba(255,255,255,.45); margin: 0 4px; cursor: pointer; }
.banner .dots span.on { background: #c8161d; }
.banner .arr { position: absolute; top: 50%; margin-top: -26px; width: 40px; height: 52px; background: rgba(0,0,0,.35); color: #fff; font-size: 22px; line-height: 52px; text-align: center; cursor: pointer; z-index: 5; user-select: none; }
.banner .arr:hover { background: rgba(200,22,29,.8); color: #fff; }
.banner .arr-l { left: 24px; }
.banner .arr-r { right: 24px; }

/* ---------- 实力数据带（浅红渐变） ---------- */
.data-band { display: flex; background: linear-gradient(120deg, #fdf2f2, #fadfe0); margin-top: 16px; border-radius: 6px; padding: 0 40px; }
.db-item { flex: 1; text-align: center; padding: 28px 0 24px; position: relative; }
.db-item + .db-item::before { content: ""; position: absolute; left: 0; top: 50%; margin-top: -24px; height: 48px; width: 1px; background: rgba(200, 22, 29, .18); }
.db-item b { font-size: 36px; color: #b5121b; letter-spacing: 1px; font-family: Georgia, "Times New Roman", serif; }
.db-item b.txt { font-size: 26px; font-family: inherit; letter-spacing: 3px; }
.db-item b em { font-style: normal; font-size: 24px; margin-left: 2px; }
.db-item span { display: block; color: #8a5154; font-size: 13px; margin-top: 6px; letter-spacing: 2px; }

/* ---------- 通用模块 ---------- */
.sec { padding: 46px 0; }
.sec-gray { background: #f5f6f8; }
.sec-tt { font-size: 22px; color: #2b2f38; border-left: 4px solid #c8161d; padding-left: 12px; line-height: 1.4; margin-bottom: 24px; letter-spacing: 2px; }
.sec-head { text-align: center; margin-bottom: 32px; }
.sec-head h2 { font-size: 28px; color: #2b2f38; letter-spacing: 4px; }
.sec-head .en { display: block; font-size: 12px; color: #b9b9b9; text-transform: uppercase; letter-spacing: 3px; margin-top: 6px; }
.sec-head::after { content: ""; display: block; width: 46px; height: 3px; background: #c8161d; margin: 14px auto 0; }

/* 简介板块 */
.intro-sec { padding: 36px 0 10px; }
.intro-text { max-width: 980px; margin: 0 auto; color: #666; font-size: 15px; line-height: 2.1; text-align: justify; }
.intro-text p { margin-bottom: 10px; text-indent: 2em; }
.intro-text img { max-width: 100%; height: auto; }

/* 3D展厅入口条（红色系） */
.zl-wrap { margin-top: 18px; }
.zl-bar { display: block; border-radius: 6px; background: linear-gradient(120deg, #7e1015, #c8161d); transition: box-shadow .25s; }
.zl-bar:hover { box-shadow: 0 8px 24px rgba(126, 16, 21, .35); }
.zl-bar-in { display: flex; align-items: center; gap: 22px; padding: 26px 30px; color: #fff; }
.zl-ic { width: 58px; height: 58px; flex-shrink: 0; border: 1px solid rgba(255, 255, 255, .6); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; }
.zl-ic svg { width: 34px; height: 34px; }
.zl-txt { flex: 1; min-width: 0; }
.zl-txt b { display: block; font-size: 20px; letter-spacing: 2px; }
.zl-txt span { display: block; font-size: 13px; opacity: .85; margin-top: 6px; letter-spacing: 2px; }
.zl-go { flex-shrink: 0; border: 1px solid rgba(255, 255, 255, .8); padding: 9px 26px; border-radius: 24px; font-size: 14px; letter-spacing: 2px; color: #fff; transition: all .25s; }
.zl-bar:hover .zl-go { background: #fff; color: #c8161d; }

/* 专业服务六卡（两行三列） */
.svc-grid { display: flex; flex-wrap: wrap; gap: 24px; }
.svc-card2 { width: calc(33.333% - 16px); display: block; background: #fff; border: 1px solid #ececec; border-radius: 6px; text-align: center; padding: 30px 24px 26px; transition: all .25s; }
.svc-card2:hover { border-color: #c8161d; box-shadow: 0 8px 20px rgba(200,22,29,.1); transform: translateY(-4px); color: #333; }
.svc-ic { width: 88px; height: 88px; margin: 0 auto; border-radius: 50%; background: #fbf3f3; color: #c8161d; display: flex; align-items: center; justify-content: center; transition: all .25s; }
.svc-ic svg { width: 48px; height: 48px; }
.svc-card2:hover .svc-ic { background: #c8161d; color: #fff; }
.svc-card2 h3 { font-size: 18px; margin: 18px 0 10px; }
.svc-card2:hover h3 { color: #c8161d; }
.svc-card2 p { color: #888; font-size: 13px; line-height: 1.9; height: 50px; overflow: hidden; text-align: justify; }

/* 专业服务六卡（图卡版，2026-08-11 改版） */
.sec-svc { background: linear-gradient(180deg, #fdfdfe, #f7f8fa); }
.svc-head { display: flex; align-items: center; margin-bottom: 30px; }
.svc-head .bar { width: 6px; height: 34px; background: #c8161d; margin-right: 14px; }
.svc-head h2 { font-size: 30px; color: #1a1a1a; letter-spacing: 2px; }
.svc-head .vline { width: 1px; height: 22px; background: #d9d9d9; margin: 0 18px; }
.svc-head .sub { color: #8a8f99; font-size: 15px; letter-spacing: 2px; }
.svc-grid3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
.svc-card3 { display: block; background: #fafafa; border-radius: 4px; overflow: hidden; box-shadow: 0 4px 14px rgba(31,36,48,.07); transition: all .25s; }
.svc-card3:hover { transform: translateY(-4px); box-shadow: 0 10px 26px rgba(200,22,29,.14); color: #333; }
.svc-card3 .ph { width: 100%; display: block; }
.svc-card3 .bd { position: relative; padding: 14px 26px 24px; min-height: 148px; }
.svc-card3 h3 { font-size: 21px; color: #1a1a1a; letter-spacing: 1px; }
.svc-card3 .ln { width: 26px; height: 3px; background: #c8161d; margin: 12px 0 12px; }
.svc-card3 p { color: #7d828c; font-size: 14px; line-height: 2; padding-right: 34px; }
.svc-card3 .arw { position: absolute; right: 22px; bottom: 18px; width: 26px; height: 12px; color: #c8161d; }
.svc-card3 .arw svg { width: 100%; height: 100%; display: block; }
.page-main .svc-grid3 { grid-template-columns: repeat(2, 1fr); gap: 24px; }

/* 首页全宽新闻 */
.news-box { display: flex; gap: 36px; background: #fff; border-radius: 6px; padding: 28px 30px 20px; box-shadow: 0 3px 12px rgba(0,0,0,.05); }
.news-box .news-top { width: 380px; flex-shrink: 0; }
.news-box .news-top .pic { height: 232px; }
.news-box .news-top h3 { font-size: 16px; margin: 12px 0 8px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.news-box .news-top .sum { color: #999; font-size: 13px; line-height: 1.9; height: 50px; overflow: hidden; }
.news-right { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.news-right .news-list { flex: 1; }
.news-right .news-list li { line-height: 42px; }
.more-line { text-align: right; margin-top: 8px; }
.more-line a { color: #c8161d; font-size: 13px; }

/* 双卡片（纪念画册页用） */
.duo-cards { display: flex; gap: 24px; }
.duo-card { flex: 1; position: relative; height: 260px; border-radius: 6px; overflow: hidden; display: block; }
.duo-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.duo-card:hover img { transform: scale(1.05); }
.duo-card .mask { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0) 30%, rgba(0,0,0,.72)); }
.duo-card .txt { position: absolute; left: 28px; bottom: 24px; color: #fff; }
.duo-card .txt b { font-size: 22px; display: block; letter-spacing: 2px; }
.duo-card .txt span { font-size: 13px; opacity: .85; }
.duo-card .go { position: absolute; right: 24px; bottom: 24px; color: #fff; border: 1px solid rgba(255,255,255,.7); padding: 5px 16px; font-size: 13px; border-radius: 20px; }

/* 新闻通用样式 */
.news-top .pic { display: block; overflow: hidden; border-radius: 4px; }
.news-top .pic img { width: 100%; height: 100%; object-fit: cover; }
.news-top h3 { line-height: 1.5; }
.news-list li { display: flex; align-items: center; line-height: 44px; border-bottom: 1px dashed #e5e5e5; }
.news-list li a.t { flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 15px; }
.news-list li a.t::before { content: ""; display: inline-block; width: 6px; height: 6px; background: #c8161d; border-radius: 50%; margin-right: 10px; vertical-align: 2px; }
.news-list li .d { color: #aaa; font-size: 13px; margin-left: 14px; }

/* ---------- 内页布局 ---------- */
/* 子页红色横幅已彻底移除 */
.crumb { line-height: 52px; color: #999; font-size: 13px; border-bottom: 1px solid #eee; }
.crumb a { color: #999; }
.crumb a:hover { color: #c8161d; }

.page-main { display: flex; gap: 30px; padding: 36px 0 60px; }
.sidebar { width: 250px; flex-shrink: 0; }
.sidebar .sb-head { background: #c8161d; color: #fff; font-size: 20px; text-align: center; line-height: 62px; letter-spacing: 4px; border-radius: 4px 4px 0 0; }
.sidebar ul { border: 1px solid #ececec; border-top: 0; border-radius: 0 0 4px 4px; }
.sidebar li a { display: block; line-height: 48px; padding: 0 26px; border-bottom: 1px solid #f2f2f2; font-size: 15px; }
.sidebar li a:hover, .sidebar li.on a { background: #fbf3f3; color: #c8161d; }
.sidebar .sb-contact { margin-top: 22px; background: #f5f6f8; border-radius: 4px; padding: 20px 22px; font-size: 13px; line-height: 2; color: #666; }
.sidebar .sb-contact b { color: #c8161d; font-size: 18px; }

.content-area { flex: 1; min-width: 0; }

/* 列表 */
.art-list li { display: flex; gap: 20px; padding: 22px 0; border-bottom: 1px solid #f0f0f0; }
.art-list .pic { width: 200px; height: 130px; flex-shrink: 0; overflow: hidden; border-radius: 4px; background: #f2f2f2; }

/* 资质荣誉图墙（直接展示上传的图片） */
.honor-wall img { display: block; max-width: 100%; height: auto; margin: 0 auto 18px; }
.art-list .pic img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.art-list li:hover .pic img { transform: scale(1.06); }
.art-list .bd { flex: 1; min-width: 0; }
.art-list h3 { font-size: 17px; margin-bottom: 10px; }
.art-list h3 a:hover { color: #c8161d; }
.art-list .sum { color: #888; font-size: 13px; line-height: 1.9; height: 50px; overflow: hidden; }
.art-list .meta { margin-top: 10px; color: #aaa; font-size: 12px; }
.art-list .meta span { margin-right: 18px; }

/* 分页 */
.pagebar { margin-top: 32px; text-align: center; }
.pagebar a, .pagebar b { display: inline-block; min-width: 36px; line-height: 36px; border: 1px solid #e5e5e5; margin: 0 3px; font-size: 14px; }
.pagebar b { background: #c8161d; color: #fff; border-color: #c8161d; }
.pagebar a:hover { border-color: #c8161d; color: #c8161d; }
.pagebar .pb-info { margin-left: 14px; color: #999; font-size: 13px; }

/* 详情 */
.art-detail h1 { font-size: 26px; color: #2b2f38; line-height: 1.6; }
.art-detail .meta { color: #999; font-size: 13px; margin: 16px 0; padding-bottom: 16px; border-bottom: 1px solid #eee; }
.art-detail .meta span { margin-right: 22px; }
.art-body { line-height: 2; font-size: 15px; color: #444; padding: 10px 0 30px; word-break: break-all; }
.art-body img { max-width: 100%; height: auto; }
.art-body p { margin-bottom: 12px; }
.art-body table { max-width: 100%; }
.art-body .service-lead { margin: 2px 0 24px; padding: 14px 18px; border-left: 4px solid #c8161d; background: #faf7f7; color: #2b2f38; font-size: 17px; font-weight: 600; line-height: 1.9; word-break: normal; }
.art-body .service-scope-title { position: relative; margin: 28px 0 15px; padding-left: 13px; color: #2b2f38; font-size: 19px; line-height: 1.5; }
.art-body .service-scope-title::before { content: ""; position: absolute; left: 0; top: 4px; bottom: 4px; width: 4px; background: #c8161d; }
.art-body .service-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 28px; margin: 0 0 24px; padding: 17px 20px; border: 1px solid #eceeef; border-radius: 4px; background: #fff; list-style: none; }
.art-body .service-list li { position: relative; padding: 7px 0 7px 16px; border-bottom: 1px dashed #eceeef; color: #4c525b; line-height: 1.75; word-break: normal; }
.art-body .service-list li::before { content: ""; position: absolute; left: 0; top: 17px; width: 5px; height: 5px; border-radius: 50%; background: #c8161d; }
.art-body .service-note { margin: 26px 0 0; padding: 17px 20px; border-top: 1px solid #e8e8e8; background: #f7f8f9; color: #5d646d; line-height: 1.95; word-break: normal; }

/* 精英卡片 */
/* 骨干精英：左照片右简介（旧站风格，照片完整不裁剪） */
.team-list { list-style: none; margin: 0; padding: 0; }
.team-list li { display: flex; gap: 28px; padding: 28px 0; border-bottom: 1px dashed #e5e5e5; }
.team-list li:first-child { padding-top: 6px; }
.team-list li:last-child { border-bottom: 0; }
.team-list .t-photo { flex: none; width: 140px; }
.team-list .t-photo img { width: 140px; height: auto; display: block; border: 1px solid #ececec; background: #f7f7f7; }
.team-list .t-info { flex: 1; min-width: 0; }
.team-list h3 { font-size: 19px; color: #2b2f38; display: flex; align-items: baseline; flex-wrap: wrap; gap: 4px 14px; }
.team-list .zw { color: #c8161d; font-size: 13px; font-weight: normal; }
.team-list .t-bio { margin-top: 12px; color: #666; font-size: 14px; line-height: 1.95; text-align: justify; word-break: break-all; }
.team-list .t-bio p { margin-bottom: 6px; }
.team-list .t-bio img { max-width: 100%; height: auto; }

/* 服务领域卡片 */
.major-grid { display: flex; flex-wrap: wrap; gap: 22px; }
.major-card { width: calc(33.333% - 15px); border: 1px solid #ececec; border-radius: 6px; overflow: hidden; background: #fff; transition: all .25s; }
.major-card:hover { border-color: #c8161d; box-shadow: 0 8px 18px rgba(200,22,29,.1); }
.major-card .pic { height: 160px; overflow: hidden; }
.major-card .pic img { width: 100%; height: 100%; object-fit: cover; }
.major-card .bd { padding: 16px 18px 20px; }
.major-card b { font-size: 16px; display: block; margin-bottom: 8px; }
.major-card p { color: #888; font-size: 13px; line-height: 1.8; height: 66px; overflow: hidden; }

/* 时间轴 */
.timeline { position: relative; padding: 10px 0 30px; }
.timeline::before { content: ""; position: absolute; left: 100px; top: 0; bottom: 0; width: 2px; background: #e8d5d5; }
.tl-item { position: relative; padding: 0 0 34px 150px; }
.tl-item .yr { position: absolute; left: 0; top: 0; width: 80px; text-align: right; font-size: 20px; font-weight: bold; color: #c8161d; }
.tl-item::before { content: ""; position: absolute; left: 95px; top: 6px; width: 12px; height: 12px; border-radius: 50%; background: #c8161d; border: 3px solid #f7e3e3; }
.tl-item h3 { font-size: 16px; margin-bottom: 6px; }
.tl-item p { color: #777; line-height: 1.9; font-size: 14px; }

/* 表单 */
.form-box { background: #fff; border: 1px solid #ececec; border-radius: 6px; padding: 30px 34px; }
.form-box .frm-tip { margin-bottom: 20px; color: #888; line-height: 1.9; font-size: 13px; }
.form-row { display: flex; gap: 18px; margin-bottom: 16px; }
.form-row .fld { flex: 1; }
.form-row label { display: block; font-size: 13px; color: #666; margin-bottom: 6px; }
.form-row label i { color: #c8161d; font-style: normal; }
.form-box input[type=text], .form-box input[type=email], .form-box textarea {
  width: 100%; border: 1px solid #ddd; border-radius: 3px; padding: 10px 12px; font-size: 14px; outline: none; font-family: inherit;
}
.form-box input:focus, .form-box textarea:focus { border-color: #c8161d; }
.form-box textarea { height: 130px; resize: vertical; }
.form-box .form-tip { margin-bottom: 20px; color: #888; line-height: 1.9; font-size: 13px; }
.fm-row { margin-bottom: 16px; }
.fm-row label { display: block; font-size: 13px; color: #666; margin-bottom: 6px; }
.fm-row label em { color: #c8161d; font-style: normal; }
.form-box .fm-row input[type=text], .form-box .fm-row input[type=email], .form-box .fm-row input[type=file], .form-box .fm-row textarea {
  width: 100%; border: 1px solid #ddd; border-radius: 3px; padding: 10px 12px; font-size: 14px; outline: none; font-family: inherit;
}
.form-box .fm-row input:focus, .form-box .fm-row textarea:focus { border-color: #c8161d; }
.form-box .fm-row textarea { height: 120px; resize: vertical; }
.form-box .fm-row input[type=file] { padding: 8px; background: #fafafa; }
.fm-note { display: block; margin-top: 6px; color: #aaa; font-size: 12px; }

/* 在招岗位 */
.job-list { margin-top: 34px; }
.job-list h2 { font-size: 20px; color: #2b2f38; margin-bottom: 14px; border-left: 4px solid #c8161d; padding-left: 12px; line-height: 1.4; }
.job-list li { display: flex; justify-content: space-between; align-items: center; line-height: 46px; border-bottom: 1px dashed #e5e5e5; }
.job-list li a { flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 15px; }
.job-list li a:hover { color: #c8161d; }
.job-list li span { color: #aaa; font-size: 13px; margin-left: 16px; }

/* 搜索结果 */
.content-area .search-box { max-width: 620px; margin-bottom: 10px; }
.content-area .search-box input { flex: 1; width: auto; }
.search-info { margin: 16px 0 6px; color: #888; font-size: 14px; }
.search-info b { color: #c8161d; }

/* 信息披露 */
.zqff-box { border: 1px solid #ececec; border-radius: 6px; overflow: auto; background: #fff; }

/* 纪念画册 */
.album-intro { max-width: 860px; margin: 0 auto 30px; color: #777; line-height: 2; font-size: 15px; text-align: center; }
.btn-red { display: inline-block; background: #c8161d; color: #fff; border: 0; padding: 11px 46px; font-size: 15px; border-radius: 3px; cursor: pointer; letter-spacing: 4px; }
.btn-red:hover { background: #a91116; color: #fff; }
.msg-ok { background: #f0f9eb; border: 1px solid #c2e7b0; color: #3c763d; padding: 12px 16px; border-radius: 4px; margin-bottom: 18px; }
.msg-err { background: #fdf0f0; border: 1px solid #f3c1c1; color: #c8161d; padding: 12px 16px; border-radius: 4px; margin-bottom: 18px; }

/* ---------- 页脚 ---------- */
.footer { background: #2b2f38; color: #9aa0ab; padding: 44px 0 0; font-size: 13px; }
.footer .ft-main { display: flex; gap: 40px; padding-bottom: 30px; align-items: flex-start; }
.footer .ft-contact { flex: 1; }
.footer .ft-contact b { color: #fff; font-size: 18px; display: block; margin-bottom: 14px; letter-spacing: 2px; }
.footer .ft-c-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 48px; line-height: 2.3; }
.footer .ft-c-grid p { margin: 0; }
.footer .ft-c-grid .k { display: inline-block; width: 5.2em; text-align: justify; text-align-last: justify; opacity: .8; }
.footer .ft-c-grid .k::after { content: "："; }
.footer .ft-qr { text-align: center; flex-shrink: 0; }
.footer .ft-qr img { width: 120px; height: 120px; background: #fff; padding: 4px; border-radius: 3px; }
.footer .ft-qr span { display: block; margin-top: 8px; }
.footer .ft-links { border-top: 1px solid #3a3f4c; padding: 14px 0; }
.footer .ft-links a { color: #9aa0ab; margin-right: 18px; }
.footer .ft-links a:hover { color: #fff; }
.footer .copyright { border-top: 1px solid #3a3f4c; text-align: center; line-height: 46px; color: #7c828e; }
.footer .copyright a { color: #7c828e; }
.footer .copyright a:hover { color: #fff; }

/* 空状态 */
.empty-tip { padding: 60px 0; text-align: center; color: #aaa; font-size: 15px; }

/* ================================================================
   2026-08 首页视觉升级：高端商务红白体系
   ================================================================ */
:root {
  --brand-red: #d71920;
  --brand-red-dark: #a70d14;
  --ink: #171b22;
  --muted: #747b86;
  --line: #e8e8e8;
  --warm: #fbf5ef;
  --footer: #202b36;
}
html { scroll-behavior: smooth; }
body { color: var(--ink); -webkit-font-smoothing: antialiased; }
.wrap { width: min(1200px, calc(100% - 48px)); }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
a, button { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, input:focus-visible { outline: 3px solid rgba(215,25,32,.24); outline-offset: 3px; }

/* 一体式页头 */
.site-header { position: relative; z-index: 100; background: rgba(255,255,255,.98); border-bottom: 1px solid rgba(20,25,32,.08); }
.header-row { min-height: 88px; display: flex; align-items: center; gap: 20px; position: relative; }
.brand { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 12px; color: var(--ink); }
.brand:hover { color: var(--ink); }
.brand-mark { width: 44px; height: 48px; display: grid; place-items: center; overflow: hidden; border-radius: 4px; }
.brand-mark img { width: 100%; height: 100%; object-fit: contain; }
.brand-copy { display: flex; flex-direction: column; white-space: nowrap; line-height: 1; }
.brand-copy strong { font-size: 18px; letter-spacing: 1px; font-weight: 700; }
.brand-copy strong em { font-size: 12px; font-style: normal; font-weight: 500; }
.brand-copy small { margin-top: 8px; color: #39404a; font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .7px; }
.mainnav { margin-left: auto; background: transparent; align-self: stretch; }
.mainnav > ul { height: 100%; display: flex; align-items: stretch; gap: 4px; }
.mainnav li { position: relative; flex: none; display: flex; align-items: stretch; }
.mainnav li > a { display: flex; align-items: center; padding: 0 11px; line-height: 1.35; color: var(--brand-red); font-size: 15px; font-weight: 600; white-space: nowrap; transition: color .2s; }
.mainnav li > a::after { content: ""; position: absolute; left: 12px; right: 12px; bottom: 0; height: 3px; background: var(--brand-red); transform: scaleX(0); transition: transform .2s; }
.mainnav li > a:hover, .mainnav li.on > a { color: var(--brand-red-dark); box-shadow: none; }
.mainnav li > a:hover::after, .mainnav li.on > a::after { transform: scaleX(1); }
.mainnav li .drop { left: 50%; right: auto; top: 78px; min-width: 176px; transform: translateX(-50%); border-top: 2px solid var(--brand-red); border-radius: 0 0 4px 4px; box-shadow: 0 14px 34px rgba(13,18,25,.14); }
.mainnav .drop a { padding: 0 20px; line-height: 42px; white-space: nowrap; text-align: left; }
.search-toggle, .nav-toggle { flex: 0 0 auto; border: 0; background: none; cursor: pointer; }
.search-toggle { width: 34px; height: 44px; display: grid; place-items: center; }
.search-toggle span { width: 16px; height: 16px; border: 2px solid #111820; border-radius: 50%; position: relative; }
.search-toggle span::after { content: ""; position: absolute; width: 7px; height: 2px; background: #111820; right: -6px; bottom: -3px; transform: rotate(45deg); border-radius: 2px; }
.header-search { display: none; position: absolute; right: 0; top: 76px; width: 330px; padding: 12px; background: #fff; box-shadow: 0 12px 34px rgba(13,18,25,.16); border-top: 2px solid var(--brand-red); }
.search-open .header-search { display: flex; }
.header-search input { flex: 1; min-width: 0; height: 40px; border: 1px solid #ddd; padding: 0 12px; font-family: inherit; }
.header-search button { width: 68px; border: 0; background: var(--brand-red); color: #fff; cursor: pointer; }
.nav-toggle { display: none; width: 38px; height: 40px; padding: 8px; }
.nav-toggle span { display: block; height: 2px; margin: 5px 0; background: #1e252e; transition: transform .2s, opacity .2s; }

/* 首页主视觉 */
.home-page { overflow: hidden; }
.home-hero { height: 520px; position: relative; color: #fff; background: #2b0807; overflow: hidden; }
.home-hero-bg { position: absolute; inset: 0; background-image: url('/static/images/home-hero-cbd-20260811.png?v=20260811'); background-size: cover; background-position: center; }
.home-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(30,3,8,.24), rgba(35,5,8,.04) 48%, transparent 70%); pointer-events: none; }
.hero-inner { height: 100%; display: flex; align-items: center; position: relative; z-index: 2; }
.hero-copy { width: 52%; padding-bottom: 4px; text-shadow: 0 2px 18px rgba(0,0,0,.3); }
.hero-kicker { margin-bottom: 18px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 3px; color: rgba(255,255,255,.72); }
.hero-copy h1 { font-size: clamp(42px, 3.2vw, 54px); line-height: 1.2; letter-spacing: 4px; font-weight: 700; white-space: nowrap; }
.hero-copy h1 span { margin: 0 10px; color: #e84d4d; }
.hero-sub { margin-top: 18px; font-size: 18px; line-height: 1.8; letter-spacing: 2px; color: rgba(255,255,255,.88); }
.hero-actions { display: flex; gap: 14px; margin-top: 38px; }
.hero-btn { min-width: 160px; height: 48px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: space-between; border: 1px solid rgba(255,255,255,.62); border-radius: 3px; color: #fff; font-size: 15px; letter-spacing: 1px; text-shadow: none; transition: background .2s, border-color .2s, transform .2s; }
.hero-btn:hover { color: #fff; transform: translateY(-2px); }
.hero-btn-primary { background: var(--brand-red); border-color: var(--brand-red); }
.hero-btn-primary:hover { background: #eb252c; border-color: #eb252c; }
.hero-btn-ghost { background: rgba(16,8,8,.22); backdrop-filter: blur(6px); }
.hero-btn-ghost:hover { background: rgba(255,255,255,.14); }
.hero-btn i, .home-section-head i, .memorial-go i { font-style: normal; font-size: 20px; font-weight: 300; }
.hero-pager { position: absolute; z-index: 3; left: 50%; bottom: 24px; transform: translateX(-50%); display: flex; gap: 8px; }
.hero-pager span { width: 24px; height: 3px; background: rgba(255,255,255,.38); }
.hero-pager span.on { width: 42px; background: var(--brand-red); }

/* 数据实力 */
.home-stats { position: relative; z-index: 5; margin-top: -32px; }
.data-band { margin-top: 0; padding: 0 24px; border: 1px solid rgba(27,32,40,.06); border-radius: 6px; background: rgba(255,255,255,.98); box-shadow: 0 12px 34px rgba(25,30,38,.12); }
.db-item { padding: 24px 8px 22px; }
.db-item + .db-item::before { background: #e4e4e4; }
.db-item b { color: var(--brand-red); font-size: 35px; }
.db-item b.txt { font-size: 24px; letter-spacing: 1px; }
.db-item span { color: #777e88; font-size: 13px; letter-spacing: 1px; }

/* 纪念展厅 */
.memorial-wrap { margin-top: 28px; }
.memorial-card { min-height: 252px; display: grid; grid-template-columns: 1fr 1.35fr; overflow: hidden; border-radius: 6px; background: linear-gradient(105deg, #f6e7d9, #fffaf5 68%, #f7eadc); box-shadow: 0 7px 26px rgba(76,49,31,.08); color: var(--ink); }
.memorial-card:hover { color: var(--ink); box-shadow: 0 12px 34px rgba(76,49,31,.14); }
.memorial-photo { min-width: 0; position: relative; overflow: hidden; background: #ecd2ba; }
.memorial-photo::after { content: ""; position: absolute; top: 0; right: -1px; bottom: 0; width: 28%; background: linear-gradient(90deg, transparent, #faeee3); pointer-events: none; }
.memorial-photo img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 52%; transition: transform .45s; }
.memorial-card:hover .memorial-photo img { transform: scale(1.015); }
.memorial-copy { padding: 38px 42px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.memorial-label { margin-bottom: 12px; color: #aa7c58; font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: 700; letter-spacing: 2.4px; }
.memorial-copy b { color: var(--brand-red); font-size: 23px; line-height: 1.55; letter-spacing: .5px; }
.memorial-desc { margin-top: 12px; color: #66645f; font-size: 14px; letter-spacing: 1px; }
.memorial-go { margin-top: 24px; min-width: 148px; height: 44px; padding: 0 18px; display: inline-flex; align-items: center; justify-content: space-between; border-radius: 3px; background: var(--brand-red); color: #fff; font-size: 14px; letter-spacing: 1px; }

/* 首页模块标题 */
.home-page .sec { padding: 52px 0; }
.sec-svc { margin-top: 6px; background: #fff; }
.home-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 26px; }
.home-section-head .title-line { display: flex; align-items: baseline; gap: 22px; }
.home-section-head h2 { position: relative; padding-left: 15px; color: var(--ink); font-size: 28px; letter-spacing: 2px; }
.home-section-head h2::before { content: ""; position: absolute; left: 0; top: 4px; bottom: 3px; width: 4px; background: var(--brand-red); }
.home-section-head .title-line span { color: #8a9098; font-size: 14px; letter-spacing: 1px; }
.home-section-head > a { color: #505761; font-size: 13px; display: inline-flex; align-items: center; gap: 12px; white-space: nowrap; }
.home-section-head > a:hover { color: var(--brand-red); }

/* 服务图卡 */
.svc-grid3 { gap: 22px; }
.svc-card3 { border: 1px solid #eceef0; border-radius: 5px; background: #fff; box-shadow: 0 4px 16px rgba(31,36,48,.06); }
.svc-card3 .ph { aspect-ratio: 2.52 / 1; object-fit: cover; }
.svc-card3 .bd { min-height: 152px; padding: 17px 24px 24px; }
.svc-card3 h3 { font-size: 20px; }
.svc-card3 .ln { width: 22px; height: 2px; margin: 10px 0; }
.svc-card3 p { line-height: 1.85; }

/* 新闻 */
.home-news-sec { background: #f5f6f7; }
.news-showcase { display: grid; grid-template-columns: minmax(0, 3fr) minmax(260px, 1fr); gap: 20px; }
.news-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.news-card { min-width: 0; overflow: hidden; border: 1px solid #e8eaed; border-radius: 5px; background: #fff; transition: transform .2s, box-shadow .2s; }
.news-card:hover { transform: translateY(-3px); box-shadow: 0 9px 24px rgba(25,30,38,.1); }
.news-photo { height: 158px; display: block; overflow: hidden; background: #e9ecef; }
.news-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.news-card:hover .news-photo img { transform: scale(1.035); }
.news-card-body { padding: 16px 16px 17px; }
.news-card h3 { height: 48px; overflow: hidden; font-size: 15px; line-height: 1.6; font-weight: 600; }
.news-card time, .news-side time { display: block; margin-top: 9px; color: #9aa0a8; font-size: 12px; }
.news-side { padding: 2px 20px; border: 1px solid #e8eaed; border-radius: 5px; background: #fff; }
.news-side li { padding: 14px 0; border-bottom: 1px solid #eceef0; }
.news-side li:last-child { border-bottom: 0; }
.news-side a { display: block; padding-left: 13px; position: relative; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #343a43; font-size: 13px; }
.news-side a::before { content: ""; position: absolute; left: 0; top: .6em; width: 4px; height: 4px; border-radius: 50%; background: var(--brand-red); }
.news-side a:hover { color: var(--brand-red); }

/* 页脚细化 */
.footer { background: var(--footer); padding-top: 38px; }
.footer .ft-contact b { font-size: 17px; }
.footer .ft-qr img { width: 96px; height: 96px; }
.footer .ft-hlb { width: 270px; flex: 0 0 270px; padding: 2px 30px 2px 32px; border-left: 1px solid rgba(255,255,255,.12); border-right: 1px solid rgba(255,255,255,.12); }
.footer .ft-hlb-logo { display: flex; align-items: center; gap: 13px; width: fit-content; color: #fff; }
.footer .ft-hlb-logo:hover { color: #fff; }
.footer .ft-hlb-logo img { display: block; width: 54px; height: 54px; }
.footer .ft-hlb-logo span { font-family: Arial, Helvetica, sans-serif; font-size: 35px; font-weight: 700; line-height: 1; letter-spacing: 1px; }
.footer .ft-hlb strong { display: block; margin-top: 14px; color: #fff; font-size: 14px; font-weight: 600; letter-spacing: .4px; }
.footer .ft-hlb-proof { display: inline-flex; align-items: center; gap: 9px; margin-top: 10px; color: #aeb5bf; font-size: 12px; }
.footer .ft-hlb-proof:hover { color: #fff; }
.footer .ft-hlb-proof i { font-style: normal; font-size: 16px; }
.footer .copyright { line-height: 1.8; padding: 13px 0; }

@media (max-width: 1180px) {
  .header-row { gap: 10px; }
  .brand-copy strong { font-size: 16px; }
  .brand-copy strong em { font-size: 10px; }
  .mainnav li > a { padding: 0 7px; font-size: 14px; }
}

@media (max-width: 960px) {
  .wrap { width: min(100% - 32px, 760px); }
  .header-row { min-height: 72px; }
  .brand-mark { width: 38px; height: 42px; }
  .brand-copy strong { font-size: 15px; }
  .brand-copy strong em { display: none; }
  .brand-copy small { margin-top: 6px; font-size: 9px; }
  .nav-toggle { display: block; margin-left: auto; }
  .mainnav { display: none; position: absolute; left: -16px; right: -16px; top: 72px; max-height: calc(100vh - 72px); overflow-y: auto; background: #fff; border-top: 1px solid #eee; box-shadow: 0 18px 30px rgba(0,0,0,.12); }
  .nav-open .mainnav { display: block; }
  .mainnav > ul { display: block; height: auto; padding: 8px 20px 20px; }
  .mainnav li { display: block; border-bottom: 1px solid #f0f0f0; }
  .mainnav li > a { min-height: 48px; padding: 0 8px; font-size: 15px; }
  .mainnav li > a::after { display: none; }
  .mainnav li .drop { display: grid !important; position: static; min-width: 0; transform: none; grid-template-columns: repeat(2, 1fr); border: 0; box-shadow: none; background: #fafafa; }
  .mainnav .drop a { padding: 0 16px; line-height: 38px; font-size: 13px; }
  .header-search { top: 66px; right: 0; width: min(330px, calc(100vw - 32px)); }
  .home-hero { height: 470px; }
  .home-hero-bg { background-position: 58% center; }
  .hero-copy { width: 58%; }
  .hero-copy h1 { font-size: 38px; }
  .memorial-card { grid-template-columns: 1fr 1.2fr; }
  .memorial-copy { padding: 28px; }
  .memorial-copy b { font-size: 20px; }
  .svc-grid3 { grid-template-columns: repeat(2, 1fr); }
  .news-showcase { grid-template-columns: 1fr; }
  .footer .ft-c-grid { grid-template-columns: 1fr; }
  .footer .ft-hlb { width: 240px; flex-basis: 240px; padding-left: 24px; padding-right: 24px; }
}

@media (max-width: 640px) {
  .wrap { width: calc(100% - 28px); }
  .site-header { position: sticky; top: 0; }
  .header-row { min-height: 64px; }
  .brand { gap: 8px; }
  .brand-mark { width: 32px; height: 36px; }
  .brand-copy strong { font-size: 14px; letter-spacing: .3px; }
  .brand-copy small { font-size: 8px; letter-spacing: .35px; }
  .mainnav { top: 64px; max-height: calc(100vh - 64px); }
  .search-toggle { width: 30px; }
  .home-hero { height: 470px; }
  .home-hero-bg { background-position: 62% center; transform: scale(1.01); }
  .home-hero::after { background: linear-gradient(90deg, rgba(38,2,2,.94) 0%, rgba(38,2,2,.72) 54%, rgba(0,0,0,.12) 100%); }
  .hero-inner { align-items: flex-end; padding-bottom: 68px; }
  .hero-copy { width: 100%; padding-bottom: 0; }
  .hero-kicker { margin-bottom: 12px; font-size: 9px; }
  .hero-copy h1 { font-size: clamp(28px, 9vw, 36px); letter-spacing: 1px; }
  .hero-copy h1 span { margin: 0 5px; }
  .hero-sub { margin-top: 12px; font-size: 14px; letter-spacing: 1px; }
  .hero-actions { margin-top: 26px; gap: 10px; }
  .hero-btn { min-width: 0; width: 142px; height: 43px; padding: 0 14px; font-size: 13px; }
  .hero-pager { bottom: 22px; }
  .home-stats { width: 100%; margin-top: 0; }
  .data-band { border: 0; border-radius: 0; padding: 4px 12px; box-shadow: 0 8px 20px rgba(25,30,38,.08); overflow-x: auto; }
  .db-item { min-width: 100px; padding: 17px 4px 15px; }
  .db-item b { font-size: 25px; }
  .db-item b.txt { font-size: 17px; }
  .db-item b em { font-size: 17px; }
  .db-item span { font-size: 11px; letter-spacing: 0; }
  .memorial-wrap { margin-top: 18px; }
  .memorial-card { display: block; }
  .memorial-photo { height: 220px; display: block; }
  .memorial-photo::after { top: auto; left: 0; right: 0; bottom: -1px; width: auto; height: 28%; background: linear-gradient(180deg, transparent, #fff8f0); }
  .memorial-photo img { object-position: center 50%; }
  .memorial-copy { padding: 22px 20px 25px; }
  .memorial-label { margin-bottom: 8px; }
  .memorial-copy b { font-size: 18px; }
  .desktop-only { display: none; }
  .memorial-desc { margin-top: 8px; font-size: 13px; }
  .memorial-go { margin-top: 18px; min-width: 132px; height: 40px; }
  .home-page .sec { padding: 38px 0; }
  .home-section-head { align-items: center; margin-bottom: 20px; }
  .home-section-head .title-line { display: block; }
  .home-section-head h2 { padding-left: 12px; font-size: 22px; }
  .home-section-head .title-line span { display: none; }
  .home-section-head > a { font-size: 12px; gap: 6px; }
  .svc-grid3 { grid-template-columns: 1fr; gap: 16px; }
  .svc-card3 .bd { min-height: 136px; padding: 15px 19px 20px; }
  .svc-card3 h3 { font-size: 18px; }
  .news-cards { grid-template-columns: 1fr; gap: 14px; }
  .news-card { display: grid; grid-template-columns: 42% 58%; }
  .news-photo { height: 130px; }
  .news-card-body { padding: 14px 12px; }
  .news-card h3 { height: 66px; font-size: 14px; }
  .news-side { padding: 0 14px; }
  .footer { padding-top: 28px; }
  .footer .ft-main { display: block; padding-bottom: 22px; }
  .footer .ft-c-grid { display: block; line-height: 2; }
  .footer .ft-c-grid p { margin-bottom: 5px; }
  .footer .ft-c-grid .k { width: 5em; }
  .footer .ft-hlb { width: auto; margin-top: 22px; padding: 20px 0 0; border: 0; border-top: 1px solid rgba(255,255,255,.12); }
  .footer .ft-hlb-logo img { width: 48px; height: 48px; }
  .footer .ft-hlb-logo span { font-size: 31px; }
  .footer .ft-qr { margin-top: 22px; text-align: left; }
  .footer .ft-links { line-height: 2; }
  .footer .copyright { font-size: 11px; }
  .art-body .service-lead { padding: 12px 14px; font-size: 16px; }
  .art-body .service-list { grid-template-columns: 1fr; padding: 12px 16px; }
  .art-body .service-note { padding: 14px 16px; }
  .page-main { display: block; padding-top: 22px; }
  .sidebar { width: 100%; margin-bottom: 24px; }
  .art-list li, .team-list li { gap: 14px; }
  .art-list .pic { width: 120px; height: 88px; }
  .major-card { width: 100%; }
  .form-row { display: block; }
  .form-row .fld + .fld { margin-top: 16px; }
}
