/* ==========================================================================
   JING集团（日出商服）官网主题样式
   主色调源自品牌 Logo 深蓝 #023A8E → Web优化 #0B5FA8
   ========================================================================== */
:root {
    --primary: #0B5FA8;
    --primary-dark: #074276;
    --primary-light: #3A9BD6;
    --primary-bg: #EBF4FB;
    --accent: #E8A838;
    --ink: #1a1a2e;
    --text: #444;
    --muted: #888;
    --line: #e2e8f0;
    --bg: #f5f7fa;
    --card-bg: #fff;
}
.section .wrap { position: relative; z-index: 2;
    margin: 0 auto;padding-top:0;padding-bottom: 0;
}
.wrap2 { position: relative; z-index: 2;
    max-width: 1200px;
    margin: 0 auto;padding-top:0;padding-bottom: 0;
}
.maxw1200{
    max-width: 1200px;
}
/* ------------------------------ Hero------------------------------ */
.herox {
    position: relative; color: #fff; overflow: hidden;
    background: linear-gradient(135deg, #063d7a 0%, var(--primary) 45%, #1a8cd4 85%, var(--primary-light) 100%);
}
.herox .herox-bg {
    position: absolute; inset: 0; opacity: .20; pointer-events: none;
    background-position: center; background-repeat: no-repeat; background-size: cover;
}
.herox .wrap { position: relative; z-index: 2;
    max-width: 1200px;margin: 0 auto;padding-top:0;padding-bottom: 0;
}
.herox .herox-tag {
    display: inline-block; border: 1px solid rgba(255,255,255,.5);
    padding: 6px 18px; border-radius: 30px; letter-spacing: 4px; font-size: 13px; margin-bottom: 22px;
}
.herox h1 { font-size: 46px; font-weight: 700; letter-spacing: 6px; margin-bottom: 6px; }
.herox .herox-en { font-family: Georgia, serif; letter-spacing: 5px; opacity: .85; font-size: 15px; margin-bottom: 24px; }
.herox .herox-sub { font-size: 19px; letter-spacing: 3px; opacity: .95; margin-bottom: 38px; }
.herox .btn-herox {
    background: #fff; color: var(--primary); font-weight: 600;
    padding: 12px 34px; border-radius: 3px; margin-right: 14px; margin-bottom: 10px;
}
.herox .btn-herox:hover { background: var(--primary-bg); }
.herox .btn-herox-ghost {
    border: 1px solid rgba(255,255,255,.7); color: #fff;
    padding: 12px 34px; border-radius: 3px; margin-bottom: 10px;
}
.herox .btn-herox-ghost:hover { background: rgba(255,255,255,.15); color: #fff; }

.herox .herox-sm .wrap { padding-top: 78px; padding-bottom: 64px; }
.herox .herox-sm h1 { font-size: 34px; }
.breadcrumb-line { font-size: 13px; opacity: .8; letter-spacing: 1px; margin-top: 14px; }
.breadcrumb-line a { color: #fff; opacity: .9; }
.breadcrumb-line a:hover { text-decoration: underline; }

@media (max-width: 767.98px) {
    .herox .wrap { padding-top: 70px; padding-bottom: 70px; }
    .herox h1 { font-size: 30px; letter-spacing: 3px; }
    .herox .herox-sub { font-size: 15px; letter-spacing: 1px; }
    .herox .herox-sm .wrap { padding-top: 54px; padding-bottom: 44px; }
    .herox .herox-sm h1 { font-size: 26px; }
}
/* ------------------------------ 区块标题 ------------------------------ */
.section { padding: 72px 0; }
.section.alt { background: #fff; }
.sec-title { text-align: center; margin-bottom: 46px; }
.sec-title h2 {
    color: var(--ink); font-size: 30px; font-weight: 700; letter-spacing: 2px;
    display: inline-flex; align-items: center; gap: 12px; margin-bottom: 8px;
}
.sec-title h2 .fa { color: var(--primary); font-size: 22px; }
.sec-title .sub {
    display: block; color: var(--muted); font-size: 13px;
    letter-spacing: 4px; text-transform: uppercase; font-family: Georgia, serif;
}
.sec-title .desc { margin-top: 14px; color: var(--text); font-size: 15px; }
.sec-title.left { text-align: left; }
@media (max-width: 767.98px) {
    .section { padding: 48px 0; }
    .sec-title h2 { font-size: 24px; }
}

/* ------------------------------ 图文卡片（带大图） ------------------------------ */
.img-card {
    background: var(--card-bg); border-radius: 10px; overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,.06); transition: all .4s ease; height: 100%;
}
.img-card:hover { transform: translateY(-6px); box-shadow: 0 16px 40px rgba(11,95,168,.14); }
.img-card .img-wrap {
    position: relative; overflow: hidden; height: 390px;
    background: linear-gradient(135deg, var(--primary-bg), #d4e8f7);
}
.img-card .img-wrap img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform .5s ease;
}
.img-card:hover .img-wrap img { transform: scale(1.06); }
.img-card .img-wrap .img-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(6,61,122,.55) 0%, transparent 50%);
}
.img-card .card-body { padding: 24px 22px; }
.img-card .card-body .tag {
    display: inline-block; background: var(--primary-bg); color: var(--primary);
    border-radius: 3px; padding: 3px 10px; font-size: 12px; font-weight: 600; margin-bottom: 10px;
}
.img-card .card-body h4 { color: var(--ink); font-size: 19px; font-weight: 700; margin-bottom: 8px; }
.img-card .card-body p { font-size: 14px; line-height: 1.85; color: var(--text); margin-bottom: 0; }

/* 图文交错区（左图右文 / 右图左文） */
.feature-row {
    display: flex; align-items: center; gap: 48px; margin-bottom: 56px;
}
.feature-row.reverse { flex-direction: row-reverse; }
.feature-row .feat-img {
    flex: 0 0 45%; border-radius: 10px; overflow: hidden;
    box-shadow: 0 8px 28px rgba(0,0,0,.10);
}
.feature-row .feat-img img { width: 100%; height: auto; display: block; transition: transform .5s; }
.feature-row .feat-img:hover img { transform: scale(1.04); }
.feature-row .feat-text { flex: 1; }
.feature-row .feat-text h3 { color: var(--ink); font-size: 24px; font-weight: 700; margin-bottom: 14px; }
.feature-row .feat-text h3 .fa { color: var(--primary); margin-right: 10px; }
.feature-row .feat-text p { font-size: 15px; line-height: 1.9; color: var(--text); margin-bottom: 12px; }
.feature-row .feat-text ul { padding-left: 0; margin: 0; }
.feature-row .feat-text ul li { list-style: none; font-size: 14.5px; line-height: 2.1; padding-left: 20px; position: relative; }
.feature-row .feat-text ul li:before {
    content: "\f105"; font-family: FontAwesome; color: var(--primary);
    position: absolute; left: 0; top: 0;
}

@media (max-width: 991.98px) {
    .feature-row, .feature-row.reverse { flex-direction: column; gap: 28px; }
    .feature-row .feat-img { flex: 0 0 auto; width: 100%; max-height: 300px; }
}

/* ------------------------------ 卡片（保留，兼容旧版） ------------------------------ */
.svc-card {
    background: var(--card-bg); border: 1px solid var(--line); border-radius: 6px;
    padding: 34px 26px; height: 100%; position: relative; overflow: hidden;
    transition: all .35s ease;
}
.svc-card:hover { transform: translateY(-6px); box-shadow: 0 14px 34px rgba(11,95,168,.10); border-color: rgba(11,95,168,.25); }
.svc-card .num {
    position: absolute; top: 12px; right: 18px; font-family: Georgia, serif;
    font-size: 42px; color: rgba(11, 95, 168, .08); font-weight: 700;
}
.svc-card .icon {
    width: 56px; height: 56px; border-radius: 50%; margin-bottom: 18px;
    background: rgba(11, 95, 168, .08); color: var(--primary);
    display: flex; align-items: center; justify-content: center; font-size: 24px;
    transition: all .35s ease;
}
.svc-card:hover .icon { background: var(--primary); color: #fff; }
.svc-card h4 { color: var(--ink); font-size: 19px; font-weight: 700; margin-bottom: 6px; }
.svc-card .en { color: var(--muted); font-size: 12px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 14px; font-family: Georgia, serif; }
.svc-card p { font-size: 14px; line-height: 1.8; margin-bottom: 0; }
.svc-card ul { padding-left: 0; margin: 0; }
.svc-card ul li { font-size: 14px; line-height: 2; list-style: none; }
.svc-card ul li:before { content: "\f105"; font-family: FontAwesome; color: var(--primary); margin-right: 8px; }

/* 板块大卡（首页三大板块） */
.seg-card {
    position: relative; border-radius: 10px; overflow: hidden; height: 100%;
    color: #fff; padding: 44px 30px; display: flex; flex-direction: column;
    transition: all .35s ease;
}
.seg-card:hover { transform: translateY(-6px); box-shadow: 0 16px 40px rgba(0,0,0,.25); }
.seg-card .seg-no { font-family: Georgia, serif; font-size: 15px; letter-spacing: 3px; opacity: .8; }
.seg-card h3 { font-size: 26px; font-weight: 700; letter-spacing: 2px; margin: 10px 0 2px; color: #fff; }
.seg-card .en { font-size: 12px; letter-spacing: 3px; text-transform: uppercase; opacity: .75; margin-bottom: 20px; font-family: Georgia, serif; }
.seg-card ul { padding: 0; margin: 0 0 26px; flex: 1; }
.seg-card ul li { list-style: none; line-height: 2.1; font-size: 14.5px; opacity: .95; }
.seg-card ul li:before { content: "\f0da"; font-family: FontAwesome; margin-right: 9px; opacity: .8; }
.seg-card .seg-more {
    display: inline-block; align-self: flex-start; color: #fff; font-size: 14px;
    border: 1px solid rgba(255,255,255,.6); padding: 8px 24px; border-radius: 30px;
}
.seg-card .seg-more:hover { background: #fff; }
.seg-card.seg-1 { background: linear-gradient(150deg, #063d7a, var(--primary)); }
.seg-card.seg-1 .seg-more:hover { color: var(--primary); }
.seg-card.seg-2 { background: linear-gradient(150deg, #1a2744, #2d4a6e); }
.seg-card.seg-2 .seg-more:hover { color: #2d4a6e; }
.seg-card.seg-3 { background: linear-gradient(150deg, #0a6e6e, #17a2b3); }
.seg-card.seg-3 .seg-more:hover { color: #0a6e6e; }

/* 数字亮点条 */
.stat-band { background: var(--primary); color: #fff; padding: 40px 0; }
.stat-band .stat { text-align: center; padding: 12px 0; }
.stat-band .stat b { font-size: 36px; font-family: Georgia, serif; }
.stat-band .stat small { font-size: 20px; }
.stat-band .stat span { display: block; font-size: 14px; opacity: .9; margin-top: 4px; letter-spacing: 1px; }

/* 理念卡 */
.idea-card {
    background: #fff; border-top: 3px solid var(--primary); border-radius: 4px;
    box-shadow: 0 4px 18px rgba(0,0,0,.05); padding: 34px 28px; height: 100%;
}
.idea-card .en { font-family: Georgia, serif; color: rgba(11,95,168,.35); font-size: 13px; letter-spacing: 3px; text-transform: uppercase; }
.idea-card h4 { color: var(--ink); font-size: 21px; font-weight: 700; margin: 8px 0 14px; letter-spacing: 4px; }
.idea-card p, .idea-card li { font-size: 14.5px; line-height: 1.95; }
.idea-card ul { padding-left: 0; margin: 0; }
.idea-card ul li { list-style: none; margin-bottom: 8px; }
.idea-card ul li b { color: var(--ink); }

/* 步骤流程 */
.flow-steps { display: flex; flex-wrap: wrap; gap: 14px; counter-reset: step; }
.flow-steps .step {
    flex: 1 1 200px; background: #fff; border: 1px solid var(--line); border-radius: 6px;
    padding: 22px 18px; position: relative; counter-increment: step; transition: all .3s ease;
}
.flow-steps .step:hover { border-color: rgba(11,95,168,.3); box-shadow: 0 8px 22px rgba(11,95,168,.08); }
.flow-steps .step:before {
    content: counter(step, decimal-leading-zero); font-family: Georgia, serif;
    color: var(--primary); font-size: 26px; font-weight: 700; display: block; margin-bottom: 8px;
}
.flow-steps .step h5 { font-size: 16px; color: var(--ink); font-weight: 700; margin-bottom: 6px; }
.flow-steps .step p { font-size: 13.5px; margin: 0; line-height: 1.75; }

/* 表格 */
.table-jing { background: #fff; border-radius: 6px; overflow: hidden; box-shadow: 0 3px 14px rgba(0,0,0,.05); }
.table-jing table { margin: 0; }
.table-jing thead { background: var(--primary); color: #fff; }
.table-jing thead th { font-weight: 600; padding: 13px 16px; border: none; white-space: nowrap; }
.table-jing tbody td { padding: 12px 16px; font-size: 14px; vertical-align: middle; }
.table-jing tbody tr:hover { background: var(--primary-bg); }

/* 徽章/标签 */
.tag-red { display: inline-block; background: rgba(11,95,168,.08); color: var(--primary); border-radius: 3px; padding: 3px 10px; font-size: 12.5px; margin: 2px 4px 2px 0; }
.tag-dark { display: inline-block; background: #f0f0f0; color: #555; border-radius: 3px; padding: 3px 10px; font-size: 12.5px; margin: 2px 4px 2px 0; }

/* 提示条 */
.note-band {
    background: #fef8eb; border-left: 4px solid var(--accent); border-radius: 4px;
    padding: 16px 20px; font-size: 14px; color: #8a6b23; line-height: 1.8;
}
.note-band.red { background: #eaf0fb; border-left-color: var(--primary); color: #1d4b7c; }

/* 对比卡（新政 Before/After 等） */
.vs-card { background: #fff; border-radius: 6px; overflow: hidden; box-shadow: 0 4px 16px rgba(0,0,0,.06); height: 100%; }
.vs-card .vs-head { padding: 14px 20px; color: #fff; font-weight: 700; letter-spacing: 2px; }
.vs-card .vs-head.old { background: #6b7280; }
.vs-card .vs-head.new { background: var(--primary); }
.vs-card ul { padding: 18px 22px; margin: 0; }
.vs-card ul li { list-style: none; padding: 7px 0; border-bottom: 1px dashed var(--line); font-size: 14px; }
.vs-card ul li:last-child { border-bottom: none; }
.vs-card ul li b { color: var(--ink); }

/* 时间线 */
.timeline { position: relative; padding-left: 26px; }
.timeline:before { content: ""; position: absolute; left: 8px; top: 6px; bottom: 6px; width: 2px; background: rgba(11,95,168,.2); }
.timeline .tl-item { position: relative; padding-bottom: 22px; }
.timeline .tl-item:before {
    content: ""; position: absolute; left: -24px; top: 6px; width: 12px; height: 12px;
    background: #fff; border: 3px solid var(--primary); border-radius: 50%;
}
.timeline .tl-item h5 { font-size: 16px; color: var(--ink); font-weight: 700; margin-bottom: 4px; }
.timeline .tl-item p { font-size: 14px; margin: 0; }

/* 价格卡 */
.price-card { background: #fff; border-radius: 8px; box-shadow: 0 6px 24px rgba(0,0,0,.07); overflow: hidden; height: 100%; }
.price-card .ph { background: linear-gradient(135deg, #063d7a, var(--primary)); color: #fff; text-align: center; padding: 26px 20px; }
.price-card .ph .money { font-size: 34px; font-family: Georgia, serif; font-weight: 700; }
.price-card .ph small { opacity: .85; }
.price-card .pb { padding: 22px 24px; }
.price-card .pb li { list-style: none; padding: 6px 0; font-size: 14px; border-bottom: 1px dashed var(--line); }
.price-card .pb li:last-child { border: none; }
.price-card .pb li:before { content: "\f00c"; font-family: FontAwesome; color: var(--primary); margin-right: 9px; font-size: 12px; }
.price-card .pb ul { padding: 0; margin: 0; }

/* ------------------------------ 页脚 ------------------------------ */
.site-footer { background: #1a1f2e; color: #9aa0a6; padding: 58px 0 0; font-size: 14px; }
.site-footer h5 { color: #fff; font-size: 17px; margin-bottom: 20px; letter-spacing: 1px; }
.site-footer a { color: #9aa0a6; }
.site-footer a:hover { color: var(--primary-light); }
.site-footer ul { padding: 0; margin: 0; }
.site-footer ul li { list-style: none; line-height: 2.2; }
.site-footer .f-contact li i { color: var(--primary-light); width: 20px; }
.site-footer .sns a {
    display: inline-flex; width: 38px; height: 38px; border-radius: 50%;
    background: rgba(255,255,255,.08); color: #cfd3d8; align-items: center; justify-content: center;
    margin-right: 10px; font-size: 16px;
}
.site-footer .sns a:hover { background: var(--primary); color: #fff; }
.site-footer .sns-name { font-size: 12.5px; color: #7c828a; margin-top: 10px; }
.site-footer .copyright {
    border-top: 1px solid rgba(255,255,255,.08); margin-top: 44px;
    padding: 20px 0; text-align: center; font-size: 13px; color: #7c828a;
}

/* 返回顶部 */
#backTop {
    position: fixed; right: 22px; bottom: 30px; z-index: 1040;
    width: 44px; height: 44px; border-radius: 4px; cursor: pointer;
    background: var(--primary); color: #fff; display: none;
    align-items: center; justify-content: center; font-size: 18px;
    box-shadow: 0 6px 18px rgba(11,95,168,.35); transition: all .3s ease;
}
#backTop:hover { background: var(--primary-dark); }

/* ------------------------------ 动画 ------------------------------ */
.anim { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.anim.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .anim { opacity: 1; transform: none; transition: none; } }

/* ------------------------------ 表单 ------------------------------ */
.contact-card { background: #fff; border-radius: 8px; box-shadow: 0 6px 26px rgba(0,0,0,.07); padding: 38px 34px; }
.contact-card .form-label { color: var(--ink); font-weight: 600; font-size: 14px; }
.contact-card .form-control, .contact-card .form-select {
    border-radius: 4px; font-size: 14.5px; padding: 10px 14px; border-color: #ddd;
}
.contact-card .form-control:focus, .contact-card .form-select:focus {
    border-color: var(--primary); box-shadow: 0 0 0 .2rem rgba(11,95,168,.15);
}
.btn-jing { background: var(--primary); color: #fff; padding: 11px 38px; border-radius: 4px; font-size: 16px; border: none; }
.btn-jing:hover { background: var(--primary-dark); color: #fff; }
.btn-jing-outline { border: 1px solid var(--primary); color: var(--primary); padding: 10px 30px; border-radius: 4px; background: transparent; }
.btn-jing-outline:hover { background: var(--primary); color: #fff; }

/* 锚点侧导航（长页面） */
.anchor-nav { position: sticky; top: 92px; }
.anchor-nav .list-group-item { border: none; border-left: 3px solid transparent; border-radius: 0; font-size: 14.5px; padding: 9px 16px; color: var(--text); background: transparent; }
.anchor-nav .list-group-item:hover { color: var(--primary); background: rgba(11,95,168,.04); }
.anchor-nav .list-group-item.active { color: var(--primary); border-left-color: var(--primary); background: rgba(11,95,168,.06); font-weight: 600; }

/* 通用间距辅助 */
.mb-gap { margin-bottom: 24px; }
.section-divider { height: 1px; background: var(--line); margin: 48px 0; border: none; }

