﻿html, body, h1, h2, h3, p, ul, li { margin: 0; padding: 0; }
html, body { overflow-x: hidden; }
body {
    min-height: 100vh;
    background-color: #020202;
    background-image:
        linear-gradient(48deg, transparent 0, transparent 48.2%, rgba(255,255,255,.06) 49.2%, rgba(255,255,255,.12) 50%, rgba(255,255,255,.06) 50.8%, transparent 51.8%),
        linear-gradient(132deg, transparent 0, transparent 48.2%, rgba(255,255,255,.05) 49.2%, rgba(255,255,255,.11) 50%, rgba(255,255,255,.05) 50.8%, transparent 51.8%);
    background-size: 500px 340px;
    background-position: center top;
    color: #f4f4f4;
    font-family: Arial, "Microsoft YaHei", sans-serif;
}
a { color: inherit; text-decoration: none; }
ul, li { list-style: none; }
img { max-width: 100%; height: auto; vertical-align: middle; }
.topbar { height: 60px; background: #0e0e0e; border-bottom: 1px solid #252525; }
.top-inner {
    width: 980px;
    max-width: calc(100% - 32px);
    height: 60px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}
.brand { display: flex; align-items: center; min-width: 0; }
.brand-logo { display: block; width: 220px; height: auto; max-height: 54px; object-fit: contain; }
.home-link { font-size: 20px; font-weight: 700; }
.page-shell {
    width: 1000px;
    max-width: calc(100% - 20px);
    margin: 0 auto;
    padding: 20px 0 70px;
}
.service {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin: 0 auto 18px;
}
.service a {
    min-width: 232px;
    box-sizing: border-box;
    padding: 14px 18px;
    border-radius: 5px;
    background: #9a2303;
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
    font-weight: 700;
}
.site-nav,
.sub-nav {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.site-nav-inner,
.sub-nav-inner {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.site-nav a,
.sub-nav a {
    width: 11%;
    min-height: 52px;
    float: left;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
    padding: 12px 10px;
    border: 1px solid #303030;
    border-radius: 5px;
    background: #181818;
    box-shadow: 0 0 2px #303030;
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
    font-weight: 700;
}
.sub-nav a {
    color: #fff;
}
.breadcrumb {
    clear: both;
    width: 96%;
    box-sizing: border-box;
    margin: 6px 0 0 10px;
    padding: 10px 0;
    color: #ffe39e;
    font-size: 16px;
    line-height: 1.5;
}
.breadcrumb a { color: #ffe39e; }
.title-panel {
    width: 97%;
    box-sizing: border-box;
    margin: 13px 0 0 5px;
    padding: 10px 0;
    border: 1px solid #303030;
    background: #101010;
    color: #ffe39e;
    font-size: 22px;
    line-height: 1.35;
    text-align: center;
    font-weight: 700;
}
.content-card {
    width: 950px;
    max-width: 100%;
    margin: 0 auto;
    color: #e7ce8f;
    font-size: 16px;
    line-height: 1.9;
}
.editable-body {
    margin: 12px;
}
.content-card::after,
.editable-body::after {
    content: "";
    display: block;
    clear: both;
}
.content-card p { margin: 0 0 14px; }
.content-card a { color: #92d050; }
.content-card table {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.content-card iframe,
.content-card video { max-width: 100%; }
.content-card #indexbox,
.content-card #lanmu,
.content-card .juzhong,
.content-card .content-page,
.content-card .lanmu_a,
.content-card .lanmuabc_a {
    width: 100% !important;
    max-width: 980px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
}
.content-card .subpage-nav,
.content-card #lanmuabc > .lanmuabc_a > .subpage-nav {
    display: none !important;
}
.content-card .div-a {
    float: left;
    width: 48%;
    margin-left: -12px;
}
.content-card .div-b {
    float: right;
    width: 48%;
    margin-right: -13px;
}
.content-card .div-a-bywz {
    float: left;
}
.content-card .div-b-bywz {
    float: right;
}
.content-card .xiazaiaa {
    width: 100%;
    min-height: 40px;
    margin: 15px;
    color: #ffe39e;
    line-height: 40px;
    text-align: center;
}
.content-card .xiazaiaa a {
    color: #ffe39e;
    font-size: 20px;
    text-decoration: none;
}
.content-card #indexloginbox2sj ul,
.content-card #lanmuabc-3 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.content-card #indexloginbox2sj ul li {
    width: 93%;
    box-sizing: border-box;
    float: left;
    margin: 0 15px 10px 0;
    padding: 16px 10px;
    border: 1px solid #303030;
    border-radius: 5px;
    background: #181818;
    color: #ffe39e;
    text-align: center;
    list-style: none;
}
.content-card #indexloginbox2sj ul a {
    color: #ffe39e;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
}
.content-card .shouyejuzhong {
    width: 100%;
    color: #fff;
    font-size: 18px;
    text-align: center;
}
.content-card .shouyejuzhong table {
    width: 100% !important;
    max-width: 100%;
    margin: 0 auto 10px !important;
}
.content-card #lanmuabc-3 ul li {
    width: 13%;
    box-sizing: border-box;
    float: left;
    margin: 10px;
    padding: 15px;
    border: 1px solid #303030;
    border-radius: 5px;
    background: #181818;
    color: #ffe39e;
    box-shadow: 0 0 2px #303030;
    text-align: center;
    list-style: none;
}
.content-card .juzhong span {
    line-height: 30px;
}
.content-card img {
    max-width: 100%;
    height: auto !important;
}
@media (max-width: 768px) {
    .topbar, .top-inner { height: 58px; }
    .top-inner {
        max-width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .brand-logo { width: 188px; max-height: 46px; }
    .home-link { flex: 0 0 auto; font-size: 16px; }
    .page-shell {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding: 14px 10px 48px;
    }
    .site-nav-inner,
    .sub-nav-inner {
        width: 100%;
    }
    .site-nav a,
    .sub-nav a {
        width: 41%;
        min-height: 52px;
        margin: 5px;
        padding: 12px 11px;
        font-size: 17px;
    }
    .breadcrumb {
        width: 96%;
        margin-left: 5px;
        font-size: 15px;
    }
    .title-panel {
        width: 97%;
        margin-left: 5px;
        font-size: 20px;
    }
    .content-card {
        width: 100% !important;
        max-width: 100%;
        font-size: 15px;
        line-height: 1.8;
    }
    .editable-body {
        margin: 12px;
    }
    .content-card .div-a {
        float: left;
        width: 48%;
        margin-left: -15px;
    }
    .content-card .div-b {
        float: right;
        width: 48%;
        margin-right: 11px;
    }
    .content-card .div-a-bywz {
        width: 46%;
        margin-left: -5px;
    }
    .content-card .div-b-bywz {
        width: 46%;
        float: left;
        margin-left: 13px;
    }
    .content-card .xiazaiaa {
        margin: 15px;
    }
    .content-card .xiazaiaa a {
        font-size: 19px;
    }
    .content-card #indexloginbox2sj ul li {
        width: 91% !important;
        margin: 8px !important;
        padding: 15px 8px;
    }
    .content-card #indexloginbox2sj ul a {
        font-size: 18px;
    }
    .content-card #lanmuabc-3 ul li {
        width: 40% !important;
        margin: 5px 6px;
        padding: 12px 11px;
    }
    .content-card .shouyejuzhong {
        width: 100%;
        font-size: 18px;
    }
}
@media (max-width: 370px) {
    .brand-logo { width: 168px; }
    .home-link { font-size: 15px; }
    .site-nav a,
    .sub-nav a { font-size: 16px; }
}
/* abgfix inner mobile symmetry 1.0.1 */
@media (max-width: 768px) {
    .page-shell {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .site-nav,
    .sub-nav,
    .site-nav-inner,
    .sub-nav-inner,
    .content-card,
    .editable-body {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .site-nav,
    .sub-nav,
    .site-nav-inner,
    .sub-nav-inner {
        overflow: visible !important;
    }
    .site-nav-inner,
    .sub-nav-inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }
    .site-nav a,
    .sub-nav a {
        float: none !important;
        width: calc((100% - 10px) / 2) !important;
        box-sizing: border-box;
        margin: 0 !important;
    }
    .breadcrumb,
    .title-panel {
        width: 100% !important;
        box-sizing: border-box;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .content-card {
        overflow: visible;
    }
    .editable-body {
        margin-top: 12px !important;
        margin-bottom: 12px !important;
        padding: 0;
    }
    .content-card .div-a,
    .content-card .div-b {
        width: calc((100% - 10px) / 2) !important;
        box-sizing: border-box;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .content-card .div-a {
        float: left !important;
    }
    .content-card .div-b {
        float: right !important;
    }
    .content-card .xiazaiaa {
        box-sizing: border-box;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .content-card #indexloginbox2sj ul li {
        width: 100% !important;
        box-sizing: border-box;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}
