/* product.css — 产品展示（深色科技风） 作用域：body.page-product */
body.page-product { background: #0B192C; color: rgba(255,255,255,.86); }

/* ---- 顶部共享头部覆盖 ---- */
body.page-product .header { position: relative; z-index: 99999; }
body.page-product .head-top { background: #0B192C; border-bottom: 1px solid rgba(14,165,233,.18); color: rgba(255,255,255,.7); }
body.page-product .head-top .fl { color: rgba(255,255,255,.66); }
body.page-product .hotLine .span1 { color: #0EA5E9; }
body.page-product .hotLine .span2 { color: #fff; }
body.page-product .head-mid { height: 80px; }
body.page-product .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-product .logo { top: 18px; }
body.page-product .logo img { max-width: 170px; }
body.page-product .nav-yi { line-height: 80px; color: rgba(255,255,255,.82); letter-spacing: 1px; transition: color .2s ease; }
body.page-product .menu-box li:hover .nav-yi,
body.page-product .menu-box li.active .nav-yi { color: #fff; }
body.page-product .nav-yi:after { border-top-color: #0EA5E9; }
body.page-product .menu-box li.active .nav-yi { color: #0EA5E9; }
body.page-product .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-product .nav-er-box a { color: rgba(255,255,255,.78); line-height: 42px; }
body.page-product .nav-er-box a:hover { color: #0EA5E9; background: rgba(14,165,233,.1); }
body.page-product .menu-handler .burger { background: #0EA5E9; }

/* ---- 内页 banner：产品行业实景图 + 深色遮罩 ---- */
body.page-product .ban {
    position: relative;
    height: 360px;
    background: linear-gradient(135deg, #0B192C 0%, #0f2540 55%, #0B192C 100%);
    overflow: hidden;
}
body.page-product .ban::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    background: url('/Content/Images/banner_product_industry.png') center center / cover no-repeat;
    opacity: .85;
    animation: productBanZoom 18s ease-in-out infinite alternate;
    will-change: transform;
}
@keyframes productBanZoom {
    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-product .ban::before { animation: none; }
}
body.page-product .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-product .ban img { display: none; }

/* banner 文字叠加层 */
body.page-product .ban .product-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-product .product-ban-kicker { margin: 0 0 14px 0; color: #0EA5E9; font-size: 13px; letter-spacing: 6px; font-weight: 600; }
body.page-product .product-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-product .product-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-product .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-product .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-product .position h2:before { display: none; }
body.page-product .gk-title img { width: 30px; height: 30px; margin: -2px 10px 0 0; }
body.page-product .product-hero-sub { margin: 14px 0 0 0; color: rgba(14,165,233,.85); font-size: 14px; letter-spacing: 2px; font-weight: 500; }
body.page-product .product-crumb { margin-top: 18px; font-size: 13px; color: rgba(255,255,255,.5); }
body.page-product .product-crumb a { color: rgba(255,255,255,.6); }
body.page-product .product-crumb a:hover { color: #0EA5E9; }
body.page-product .product-crumb i { margin: 0 8px; font-style: normal; color: rgba(255,255,255,.3); }
body.page-product .product-crumb span { color: #0EA5E9; }

/* ---- 主体布局 ---- */
body.page-product .contentbox { padding: 48px 0 80px 0; min-height: 500px; background: #0B192C; }
body.page-product .product-layout { display: flex; align-items: flex-start; gap: 40px; }

/* ---- 左侧子导航 ---- */
body.page-product .brief-nav { width: 220px; position: relative; left: auto; top: auto; flex: 0 0 220px; position: sticky; top: 100px; text-align: left; }
body.page-product .brief-nav-con li { margin-top: 0; margin-bottom: 10px; }
body.page-product .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-product .left-yi:hover { color: #fff; border-color: rgba(14,165,233,.5); background: rgba(14,165,233,.1); }
body.page-product .left-yi:before { display: none; }
body.page-product .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-product .brief-nav-con li.active .left-yi:before { display: none; }
body.page-product .zksq { display: none !important; }

/* ---- 右侧内容区 ---- */
body.page-product .box-right { margin-left: 0; padding-top: 0; flex: 1; min-width: 0; }
body.page-product .title2 { border-bottom: 1px solid rgba(14,165,233,.2); padding-bottom: 14px; }
body.page-product .title2 h4 { font-size: 20px; font-weight: 700; color: #fff; letter-spacing: 1px; }
body.page-product .title2 h4 img { width: 22px; height: 22px; margin-right: 10px; vertical-align: -5px; }
body.page-product .title2 h4:after { display: none; }
body.page-product .title2 span { color: rgba(14,165,233,.8); letter-spacing: 2px; font-size: 13px; }
body.page-product .ny-title-r { color: rgba(255,255,255,.45); font-size: 12px; }
body.page-product .ny-title-r a { color: rgba(255,255,255,.6); }
body.page-product .ny-title-r a:hover { color: #0EA5E9; }

/* ---- 产品卡片 ---- */
body.page-product .product-list { margin-top: 36px; }
body.page-product .product-list li {
    width: 31.5%;
    margin: 0 2.75% 32px 0;
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(14,165,233,.16);
    border-radius: 12px;
    overflow: hidden;
    box-sizing: border-box;
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
body.page-product .product-list li:nth-child(3n) { margin-right: 0; }
body.page-product .product-list li:hover {
    transform: translateY(-6px);
    border-color: rgba(14,165,233,.55);
    box-shadow: 0 18px 40px rgba(0,0,0,.45);
}
body.page-product .product-list .img100 { position: relative; background: linear-gradient(180deg, #0f2540 0%, #0B192C 100%); overflow: hidden; }
body.page-product .product-list .img100 img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform .4s ease, opacity .3s ease;
    opacity: .92;
}
body.page-product .product-list li:hover .img100 img { transform: scale(1.06); opacity: 1; }
body.page-product .product-list .img100::after {
    content: '';
    position: absolute;
    left: 0; right: 0; bottom: 0;
    height: 60px;
    background: linear-gradient(180deg, transparent, rgba(11,25,44,.55));
    pointer-events: none;
}
body.page-product .pro-list-bot { padding: 18px 18px 22px 18px; border-bottom: none; border-top: 1px solid rgba(14,165,233,.14); position: relative; }
body.page-product .pro-list-bot:after {
    position: absolute;
    width: 0;
    left: 18px;
    top: 0;
    border-top: 1px solid #0EA5E9;
    content: '';
    transition: width .3s ease;
}
body.page-product .product-list li:hover .pro-list-bot:after { width: calc(100% - 36px); }
body.page-product .pro-list-bot b { font-size: 16px; font-family: inherit; color: #fff; margin: 0 0 8px 0; height: auto; text-align: left; display: block; line-height: 1.4; transition: color .2s ease; }
body.page-product .pro-list-bot h5 {
    color: rgba(255,255,255,.6);
    font-size: 13px;
    line-height: 1.6em;
    margin: 0 0 14px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color .2s ease;
}
body.page-product .pro-more { display: inline-flex; align-items: center; color: #0EA5E9; font-size: 13px; letter-spacing: 1px; }
body.page-product .pro-more i { margin-left: 6px; font-style: normal; transition: transform .2s ease; }
body.page-product .product-list li:hover .pro-more i { transform: translateX(4px); }
body.page-product .product-list li:hover b { color: #0EA5E9; }
body.page-product .product-list li:hover h5 { color: rgba(255,255,255,.8); }
body.page-product .pro-i {
    right: 16px; top: 20px; margin-top: 0;
    width: 30px; height: 30px;
    border-radius: 50%;
    background: rgba(14,165,233,.12) !important;
    background-image: none !important;
    border: 1px solid rgba(14,165,233,.4);
}
body.page-product .pro-i::after { content: '→'; position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; color: #0EA5E9; font-size: 14px; }
body.page-product .product-list li:hover .pro-i { background: #0EA5E9 !important; border-color: #0EA5E9; }
body.page-product .product-list li:hover .pro-i::after { color: #fff; }

/* ---- 分页 ---- */
body.page-product .paging { margin: 30px auto 10px auto; height: auto; font-size: 13px; }
body.page-product .paging a {
    margin: 0 4px;
    padding: 0 14px;
    line-height: 38px;
    min-width: 38px;
    border-radius: 8px;
    border: 1px solid rgba(14,165,233,.22);
    background: rgba(255,255,255,.03);
    color: rgba(255,255,255,.78);
    font-size: 13px;
    font-family: inherit;
    transition: all .2s ease;
}
body.page-product .paging a:hover {
    background: rgba(14,165,233,.15);
    border-color: rgba(14,165,233,.6);
    color: #fff;
}
body.page-product .paging .current {
    background: linear-gradient(90deg, #0EA5E9 0%, #1E3A8A 100%);
    color: #fff;
    border: 1px solid #0EA5E9;
    font-weight: 700;
    line-height: 38px;
    padding: 0 14px;
    margin: 0 4px;
    border-radius: 8px;
}

/* ---- 响应式 ---- */
@media (max-width: 1024px) {
    body.page-product .product-layout { gap: 24px; }
    body.page-product .brief-nav { flex: 0 0 180px; width: 180px; }
}
@media (max-width: 768px) {
    body.page-product .ban { height: 220px; }
    body.page-product .ban .product-ban-overlay { padding: 24px 20px; max-width: 92%; }
    body.page-product .product-ban-kicker { letter-spacing: 3px; margin-bottom: 10px; }
    body.page-product .product-ban-title { letter-spacing: 1px; }
    body.page-product .product-list li { width: 48%; margin: 0 2% 20px 0; }
    body.page-product .product-list li:nth-child(3n) { margin-right: 2%; }
    body.page-product .product-list li:nth-child(2n) { margin-right: 0; }
    body.page-product .product-list .img100 img { height: 160px; }
}
@media (max-width: 640px) {
    body.page-product .product-layout { flex-direction: column; gap: 20px; }
    body.page-product .brief-nav { position: static; flex: 0 0 auto; width: 100%; }
    body.page-product .brief-nav-con ul { display: flex; flex-wrap: wrap; gap: 8px; }
    body.page-product .brief-nav-con li { flex: 0 0 auto; margin: 0; }
    body.page-product .left-yi { line-height: 42px; padding: 0 14px; }
}
@media (max-width: 480px) {
    body.page-product .product-list li { width: 100%; margin: 0 0 18px 0; }
    body.page-product .product-list li:nth-child(2n) { margin-right: 0; }
}

/* ============================================================
   产品详情页（s.cshtml）深色科技风
   ============================================================ */

/* 顶部产品信息行 */
body.page-product .proxq-a { gap: 0; }
body.page-product .proxqimg {
    background: linear-gradient(180deg, #0f2540 0%, #0B192C 100%);
    border: 1px solid rgba(14,165,233,.18);
    border-radius: 12px;
    overflow: hidden;
}
body.page-product .proxqimg .swiper-slide img {
    width: 100%;
    height: 420px;
    object-fit: cover;
}
body.page-product .proxq-r { width: 40%; }

body.page-product .pro-cs-a { margin: 0 0 18px 0; }
body.page-product .pro-cs-a h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 12px;
}
body.page-product .pro-cs-a span {
    font-size: 14px;
    color: rgba(255,255,255,.62);
    line-height: 1.7;
    display: block;
}

/* 品质标签行 */
body.page-product .pro-cs-tags {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px;
}
body.page-product .pro-cs-tags span {
    color: #0EA5E9;
    font-size: 14px;
    letter-spacing: 1px;
}
body.page-product .pro-cs-tags b {
    flex: 0 0 40px;
    height: 1px;
    background: rgba(14,165,233,.4);
}

/* 咨询按钮 */
body.page-product .pri-online { margin-top: 28px; }
body.page-product .pri-online a {
    line-height: 42px;
    background: linear-gradient(90deg, #0EA5E9 0%, #1E3A8A 100%);
    color: #fff;
    width: 150px;
    max-width: 48%;
    margin-right: 2%;
    text-align: center;
    border-radius: 8px;
    transition: opacity .2s ease, transform .2s ease;
}
body.page-product .pri-online a:hover { opacity: .9; transform: translateY(-2px); }
body.page-product .pri-online .zxzx2 {
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(14,165,233,.5);
    font-family: inherit;
}

/* 缩略图导航 */
body.page-product .proxq-sm .his-btn { margin: 24px 0; }
body.page-product .xqsmimg .swiper-slide {
    background: rgba(255,255,255,.04);
    border-radius: 8px;
    overflow: hidden;
}
body.page-product .xqsmimg .swiper-slide img { height: 90px; object-fit: cover; }
body.page-product .xqsmimg .swiper-slide:before { border: 2px solid #0EA5E9; border-radius: 8px; }

/* 产品详情区 */
body.page-product .proxq-b { margin-top: 40px; }
body.page-product .proxq-b h5 {
    background: rgba(14,165,233,.1);
    border-left: 4px solid #0EA5E9;
    line-height: 50px;
    padding: 0 20px;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    border-radius: 0 8px 0 0;
}
body.page-product .poroxq-b-con {
    border: 1px solid rgba(14,165,233,.16);
    border-top: none;
    padding: 40px;
    background: rgba(255,255,255,.02);
    border-radius: 0 0 8px 8px;
}
body.page-product .cs-page p { color: rgba(255,255,255,.78); line-height: 1.8; }
body.page-product .cs-page b { color: #0EA5E9; }
body.page-product .cs-page img { max-width: 100%; border-radius: 6px; }
/* 详情正文里表格/段落兜底 */
body.page-product .poroxq-b-con table { color: rgba(255,255,255,.78); }
body.page-product .poroxq-b-con a { color: #0EA5E9; }

/* 更多产品 */
body.page-product .gdcp { margin-top: 40px; }
body.page-product .gdcp h4 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 8px;
}
body.page-product .gdcp-list { margin-top: 24px; }
body.page-product .gdcp-list li {
    width: 24.5%;
    margin-right: 0.66%;
    margin-bottom: 16px;
    border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
}
body.page-product .gdcp-list .img100 {
    background: #0f2540;
    border-radius: 10px;
    border: 1px solid rgba(14,165,233,.16);
    overflow: hidden;
}
body.page-product .gdcp-list .img100 img { height: 150px; object-fit: cover; transition: transform .4s ease; }
body.page-product .gdcp-list a:hover .img100 img { transform: scale(1.06); }
body.page-product .gdcp-txt {
    background: linear-gradient(180deg, rgba(11,25,44,.2) 0%, rgba(14,165,233,.85) 100%);
    opacity: 0;
    transition: opacity .25s ease;
    border-radius: 10px;
}
body.page-product .gdcp-txt b { color: #fff; font-size: 14px; text-align: center; padding: 0 10px; }

/* 服务说明 */
body.page-product .cpxqdb {
    background: rgba(14,165,233,.06);
    border: 1px solid rgba(14,165,233,.18);
    border-radius: 10px;
    padding: 24px 28px;
}
body.page-product .cpxqdb p { color: rgba(255,255,255,.7); line-height: 1.8; font-size: 14px; }

/* 返回按钮 */
body.page-product .fanghui1 { margin-top: 40px; }
body.page-product .fanghui1 a {
    display: inline-block;
    padding: 0 36px;
    line-height: 44px;
    border-radius: 22px;
    border: 1px solid rgba(14,165,233,.5);
    background: rgba(14,165,233,.1);
    color: #0EA5E9;
    font-size: 14px;
    letter-spacing: 1px;
    transition: all .2s ease;
}
body.page-product .fanghui1 a:hover {
    background: #0EA5E9;
    color: #fff;
    border-color: #0EA5E9;
}

/* 详情页响应式 */
@media (max-width: 1024px) {
    body.page-product .proxqimg { width: 100%; float: none; }
    body.page-product .proxq-r { width: 100%; float: none; margin-top: 24px; }
    body.page-product .proxqimg .swiper-slide img { height: 320px; }
}
@media (max-width: 768px) {
    body.page-product .poroxq-b-con { padding: 20px; }
    body.page-product .gdcp-list li { width: 48%; margin-right: 2%; }
    body.page-product .gdcp-list li:nth-child(4n) { margin-right: 2%; }
    body.page-product .gdcp-list li:nth-child(2n) { margin-right: 0; }
    body.page-product .proxqimg .swiper-slide img { height: 240px; }
}
