/* service.css — 服务支持（售后服务 / 技术研发） 作用域：body.page-service */
body.page-service { background: #0B192C; color: rgba(255,255,255,.86); }

/* ---- 顶部共享头部覆盖 ---- */
body.page-service .header { position: relative; z-index: 99999; }
body.page-service .head-top { background: #0B192C; border-bottom: 1px solid rgba(14,165,233,.18); color: rgba(255,255,255,.7); }
body.page-service .head-top .fl { color: rgba(255,255,255,.66); }
body.page-service .hotLine .span1 { color: #0EA5E9; }
body.page-service .hotLine .span2 { color: #fff; }
body.page-service .head-mid { height: 80px; }
body.page-service .head-con {
    background: rgba(11,25,44,.92);
    -webkit-backdrop-filter: saturate(180%) blur(14px);
    backdrop-filter: saturate(180%) blur(14px);
    border-bottom: 1px solid rgba(14,165,233,.25);
    height: 80px;
}
body.page-service .logo { top: 18px; }
body.page-service .logo img { max-width: 170px; }
body.page-service .nav-yi { line-height: 80px; color: rgba(255,255,255,.82); letter-spacing: 1px; transition: color .2s ease; }
body.page-service .menu-box li:hover .nav-yi,
body.page-service .menu-box li.active .nav-yi { color: #fff; }
body.page-service .nav-yi:after { border-top-color: #0EA5E9; }
body.page-service .menu-box li.active .nav-yi { color: #0EA5E9; }
body.page-service .nav-er-box { background: rgba(11,25,44,.96); border: 1px solid rgba(14,165,233,.25); border-radius: 8px; box-shadow: 0 16px 40px rgba(0,0,0,.45); }
body.page-service .nav-er-box a { color: rgba(255,255,255,.78); line-height: 42px; }
body.page-service .nav-er-box a:hover { color: #0EA5E9; background: rgba(14,165,233,.1); }
body.page-service .menu-handler .burger { background: #0EA5E9; }

/* ---- 内页 banner：研发/服务行业实景图 ---- */
body.page-service .ban {
    position: relative;
    height: 360px;
    background: linear-gradient(135deg, #0B192C 0%, #0f2540 55%, #0B192C 100%);
    overflow: hidden;
}
body.page-service .ban::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    background: url('/Content/Images/banner_service_industry.png') center center / cover no-repeat;
    opacity: .85;
    animation: serviceBanZoom 18s ease-in-out infinite alternate;
    will-change: transform;
}
@keyframes serviceBanZoom {
    0%   { transform: scale(1) translate3d(0, 0, 0); }
    100% { transform: scale(1.08) translate3d(-1.5%, 0, 0); }
}
@media (prefers-reduced-motion: reduce) {
    body.page-service .ban::before { animation: none; }
}
body.page-service .ban::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(11,25,44,.82) 0%, rgba(11,25,44,.45) 45%, rgba(11,25,44,.25) 100%),
        linear-gradient(rgba(14,165,233,.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(14,165,233,.08) 1px, transparent 1px);
    background-size: 100% 100%, 48px 48px, 48px 48px;
}
body.page-service .ban img { display: none; }

body.page-service .ban .service-ban-overlay {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: auto;
    max-width: 880px;
    padding: 40px 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: rgba(11, 25, 44, .45);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(14, 165, 233, .3);
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .45);
}
body.page-service .service-ban-kicker { margin: 0 0 14px 0; color: #0EA5E9; font-size: 13px; letter-spacing: 6px; font-weight: 600; }
body.page-service .service-ban-title {
    margin: 0 0 16px 0;
    color: #fff;
    font-size: clamp(22px, 3vw, 38px);
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.3;
    text-shadow: 0 4px 20px rgba(0,0,0,.45);
}
body.page-service .service-ban-desc {
    margin: 0 auto;
    max-width: 820px;
    color: rgba(255,255,255,.82);
    font-size: clamp(13px, 1.2vw, 16px);
    letter-spacing: 1px;
    line-height: 1.6;
}

/* ---- 页面顶部标题区 ---- */
body.page-service .position {
    height: auto;
    margin-top: 0;
    padding: 56px 0 36px 0;
    background:
        radial-gradient(1200px 300px at 80% 0%, rgba(14,165,233,.12), transparent 60%),
        linear-gradient(180deg, #0B192C 0%, #0f2540 100%);
    position: relative;
    z-index: 6;
}
body.page-service .position h2 { width: auto; background: none; color: #fff; font-size: 30px; font-weight: 700; letter-spacing: 3px; line-height: 1.2; text-align: left; }
body.page-service .position h2:before { display: none; }
body.page-service .gk-title img { width: 30px; height: 30px; margin: -2px 10px 0 0; }
body.page-service .service-hero-sub { margin: 14px 0 0 0; color: rgba(14,165,233,.85); font-size: 14px; letter-spacing: 2px; font-weight: 500; }
body.page-service .service-crumb { margin-top: 18px; font-size: 13px; color: rgba(255,255,255,.5); }
body.page-service .service-crumb a { color: rgba(255,255,255,.6); }
body.page-service .service-crumb a:hover { color: #0EA5E9; }
body.page-service .service-crumb i { margin: 0 8px; font-style: normal; color: rgba(255,255,255,.3); }
body.page-service .service-crumb span { color: #0EA5E9; }

/* ---- 主体布局 ---- */
body.page-service .contentbox { padding: 48px 0 80px 0; min-height: 500px; background: #0B192C; }
body.page-service .service-layout { display: flex; align-items: flex-start; gap: 40px; }

/* ---- 左侧子导航 ---- */
body.page-service .brief-nav { width: 220px; position: relative; left: auto; top: auto; flex: 0 0 220px; position: sticky; top: 100px; text-align: left; }
body.page-service .brief-nav-con li { margin-top: 0; margin-bottom: 10px; }
body.page-service .left-yi {
    display: block;
    line-height: 52px;
    background: rgba(255,255,255,.04);
    color: rgba(255,255,255,.78);
    border: 1px solid rgba(14,165,233,.18);
    border-radius: 8px;
    padding: 0 18px;
    transition: all .2s ease;
}
body.page-service .left-yi:hover { color: #fff; border-color: rgba(14,165,233,.5); background: rgba(14,165,233,.1); }
body.page-service .left-yi:before { display: none; }
body.page-service .brief-nav-con li.active .left-yi {
    color: #fff;
    background: linear-gradient(90deg, #0EA5E9 0%, #1E3A8A 100%);
    border-color: #0EA5E9;
    box-shadow: 0 8px 20px rgba(14,165,233,.3);
}
body.page-service .brief-nav-con li.active .left-yi:before { display: none; }
body.page-service .zksq { display: none !important; }

/* ---- 右侧内容区 ---- */
body.page-service .box-right { margin-left: 0; padding-top: 0; flex: 1; min-width: 0; }
body.page-service .title2 { border-bottom: 1px solid rgba(14,165,233,.2); padding-bottom: 14px; }
body.page-service .title2 h4 { font-size: 20px; font-weight: 700; color: #fff; letter-spacing: 1px; }
body.page-service .title2 h4 img { width: 22px; height: 22px; margin-right: 10px; vertical-align: -5px; }
body.page-service .title2 h4:after { display: none; }
body.page-service .ny-title-r { color: rgba(255,255,255,.45); font-size: 12px; }
body.page-service .ny-title-r a { color: rgba(255,255,255,.6); }
body.page-service .ny-title-r a:hover { color: #0EA5E9; }

/* ---- 正文 ---- */
body.page-service .service-edit { margin-top: 32px; }
body.page-service .service-edit p { color: rgba(255,255,255,.78); line-height: 1.9; font-size: 15px; margin-bottom: 16px; }
body.page-service .service-edit h1,
body.page-service .service-edit h2,
body.page-service .service-edit h3,
body.page-service .service-edit h4 { color: #fff; font-weight: 700; margin: 24px 0 14px 0; }
body.page-service .service-edit h2 { font-size: 22px; }
body.page-service .service-edit h3 { font-size: 18px; }
body.page-service .service-edit b,
body.page-service .service-edit strong { color: #0EA5E9; }
body.page-service .service-edit a { color: #0EA5E9; }
body.page-service .service-edit a:hover { color: #fff; }
body.page-service .service-edit img { max-width: 100%; height: auto; border-radius: 8px; margin: 16px 0; }
body.page-service .service-edit table { color: rgba(255,255,255,.78); border-collapse: collapse; width: 100%; margin: 16px 0; }
body.page-service .service-edit table td,
body.page-service .service-edit table th { border: 1px solid rgba(14,165,233,.25); padding: 10px 14px; }
body.page-service .service-edit table th { background: rgba(14,165,233,.12); color: #fff; }
body.page-service .service-edit ul,
body.page-service .service-edit ol { color: rgba(255,255,255,.78); line-height: 1.9; padding-left: 22px; margin-bottom: 16px; }
body.page-service .service-edit li { margin-bottom: 6px; }

/* ---- 响应式 ---- */
@media (max-width: 1024px) {
    body.page-service .service-layout { gap: 24px; }
    body.page-service .brief-nav { flex: 0 0 180px; width: 180px; }
}
@media (max-width: 768px) {
    body.page-service .ban { height: 220px; }
    body.page-service .ban .service-ban-overlay { padding: 24px 20px; max-width: 92%; }
    body.page-service .service-ban-kicker { letter-spacing: 3px; margin-bottom: 10px; }
    body.page-service .service-ban-title { letter-spacing: 1px; }
}
@media (max-width: 640px) {
    body.page-service .service-layout { flex-direction: column; gap: 20px; }
    body.page-service .brief-nav { position: static; flex: 0 0 auto; width: 100%; }
    body.page-service .brief-nav-con ul { display: flex; flex-wrap: wrap; gap: 8px; }
    body.page-service .brief-nav-con li { flex: 0 0 auto; margin: 0; }
    body.page-service .left-yi { line-height: 42px; padding: 0 14px; }
}
