:root {
    --page-bg: #f7f8fa;
    --panel-bg: #ffffff;
    --ink: #172033;
    --muted: #61708a;
    --line: #dfe6f0;
    --accent: #0066b3;
    --accent-dark: #004b88;
    --accent-soft: #eaf4fb;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--page-bg);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    line-height: 1.75;
}

#header,
#nav-2-heidi {
    display: none;
}

.profile-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    gap: 10px;
    width: min(calc(100% - 48px), 1080px);
    box-sizing: border-box;
    margin: 0 auto;
    padding: 12px 40px;
    background: transparent;
    border: 0;
    border-radius: 0;
    overflow-x: auto;
    white-space: nowrap;
}

.profile-nav::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 59px;
    background: rgba(255, 255, 255, .94);
    border-bottom: 1px solid rgba(223, 230, 240, .9);
    box-shadow: 0 10px 26px rgba(23, 32, 51, .06);
    backdrop-filter: blur(16px);
    z-index: -1;
}

.profile-nav__name {
    flex: 0 0 auto;
    margin: 0 12px 0 0;
    padding: 0 16px 0 0;
    color: var(--ink);
    font-size: 18px;
    font-weight: 800;
    border-right: 1px solid var(--line);
}

.profile-nav a {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 11px;
    color: var(--muted);
    border-radius: 999px;
    font-size: 14px;
    text-decoration: none;
    transition: color .18s ease, background-color .18s ease, transform .18s ease;
}

.profile-nav a.is-active,
.profile-nav a[aria-current="location"] {
    color: #fff;
    background: var(--accent);
    box-shadow: 0 10px 22px rgba(0, 102, 179, .18);
}

.profile-nav a:hover,
.profile-nav a:focus {
    color: var(--accent-dark);
    background: var(--accent-soft);
    transform: translateY(-1px);
}

.profile-nav a.is-active:hover,
.profile-nav a.is-active:focus,
.profile-nav a[aria-current="location"]:hover,
.profile-nav a[aria-current="location"]:focus {
    color: #fff;
    background: var(--accent);
}

#main {
    margin-left: 0;
    padding: 58px 24px 64px;
}

.container {
    width: min(100%, 1080px) !important;
    max-width: 1080px;
    padding: 0 !important;
}

.erji,
.erji-content,
.erji-content-div,
.erji-title,
.fl,
.danpian,
.danpian-con,
.v_news_content,
.content {
    width: 100% !important;
    float: none !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.danpian-h1 {
    display: none !important;
}

.company {
    position: relative;
    margin: 10px 0;
    padding: 24px 30px;
    background: var(--panel-bg);
    border: 1px solid rgba(223, 230, 240, .72);
    border-radius: 12px;
    box-shadow: none;
    scroll-margin-top: 28px;
}

.company:first-child {
    padding: 28px 30px;
    border-color: rgba(223, 230, 240, .72);
}

.company h3.clr1 {
    width: auto !important;
    display: inline-flex;
    align-items: center;
    margin: 0 0 16px !important;
    padding: 7px 14px !important;
    color: #fff !important;
    background: var(--accent);
    border-bottom: 0;
    border-left: 0;
    border-radius: 8px;
    font-size: 17px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
    text-align: left !important;
}

.company h3.clr1::before,
.company h3.clr1::after {
    display: none;
}

.company h3.clr1 a {
    color: #fff;
    text-decoration: none;
}

.subsectionContentLi h4 {
    margin: 0 0 16px;
    color: var(--ink);
    font-size: clamp(25px, 3vw, 34px);
    font-weight: 800;
    line-height: 1.28;
}

.row {
    display: flex;
    align-items: center;
    gap: 34px;
}

.col-lg-4,
.col-lg-8,
.col-sm-12 {
    float: none !important;
}

.col-lg-4 {
    flex: 0 0 260px;
    width: 260px !important;
}

.col-lg-8 {
    flex: 1 1 auto;
    width: auto !important;
    min-width: 0;
}

.subsectionContentLi {
    min-width: 0;
}

.subsectionImageLi {
    text-align: left !important;
}

.subsectionImageLi img {
    display: block;
    width: 240px;
    max-width: 100%;
    height: auto;
    margin: 0 !important;
    border-radius: 18px;
    box-shadow: 0 20px 48px rgba(23, 32, 51, .18);
}

p.personel,
.personel {
    color: var(--ink) !important;
    font-size: 16px !important;
    line-height: 1.58 !important;
}

p.personel {
    margin: 0 0 4px !important;
}

.personel strong {
    color: #1c2a44;
    font-weight: 800;
}

a {
    color: var(--accent);
    text-decoration: none;
    text-underline-offset: 3px;
}

a:hover,
a:focus {
    color: var(--accent-dark);
    text-decoration: underline;
}

ul.list-paddingleft-2 {
    margin: 0 !important;
    padding-left: 0 !important;
    list-style: none !important;
}

ul.list-paddingleft-2 > li {
    position: relative;
    margin: 0 !important;
    padding: 3px 0 3px 18px;
    list-style: none !important;
}

ul.list-paddingleft-2 > li:last-child {
    border-bottom: 0;
}

ul.list-paddingleft-2 > li::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 4px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--accent);
    box-shadow: none;
}

ul.list-paddingleft-2 > li[style*="list-style:none"]::before {
    display: none;
}

hr {
    margin: 8px 0 !important;
    border-color: var(--line) !important;
}

#footer {
    display: none;
}

@media (max-width: 1100px) {
    .profile-nav {
        width: auto;
        margin: 0;
        padding: 10px 16px;
    }

    .profile-nav::before {
        height: 53px;
    }

    .profile-nav__name {
        margin: 0 14px 0 0;
        padding: 0 14px 0 0;
        font-size: 17px;
    }

    .profile-nav a {
        min-height: 32px;
    }

    .profile-nav a:hover,
    .profile-nav a:focus {
        transform: none;
    }

    #main {
        padding: 56px 16px 48px;
    }
}

@media (max-width: 760px) {
    .danpian-h1 {
        padding: 34px 24px !important;
        border-radius: 18px;
    }

    .company,
    .company:first-child {
        padding: 20px 18px;
        border-radius: 12px;
    }

    .company h3.clr1 {
        font-size: 16px !important;
        margin-bottom: 12px !important;
        padding: 6px 12px !important;
    }

    .row {
        display: block;
    }

    .col-lg-4,
    .col-lg-8 {
        width: 100% !important;
    }

    .subsectionImageLi {
        margin-bottom: 22px;
        text-align: center !important;
    }

    .subsectionImageLi img {
        width: min(260px, 100%);
        margin: 0 auto !important;
    }

    .subsectionContentLi h4,
    .subsectionContentLi .personel,
    .subsectionContentLi p.personel {
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .subsectionContentLi h4 {
        max-width: 100%;
    }

    p.personel,
    .personel {
        font-size: 15px !important;
        line-height: 1.54 !important;
    }
}
