* {
    margin: 0;
    padding: 0;
}

/*====================================================每页标题====================================================*/

.sub-menu-contain {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}

.sub-menu-contain .bg {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .7);
}

.sub-menu-contain .position-content {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    z-index: 2;
    box-sizing: border-box;
}

.sub-menu-contain .content {
    position: relative;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    max-height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.sub-menu-contain .content .btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 5;
}

.sub-menu-contain .content .btn-close .icon-btn {
    width: 20px;
    height: 20px;
    object-fit: contain;
    background: black;
    padding: 5px;
    border-radius: 50%;
    display: block;
    cursor: pointer;
}

.sub-menu-contain .content .sub-menu-list {
    padding: 50px 100px 50px 60px;
}

.sub-menu-contain .content .sub-menu-list .sub-menu-item {
    list-style: none;
    padding: 10px 0;
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s ease;
}

.sub-menu-contain .content .sub-menu-list .sub-menu-item a {
    text-decoration: none;
    color: black;
    font-weight: 700;
    display: block;
    font-size: 18px;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.sub-menu-contain .content .sub-menu-list .sub-menu-item:hover {
    border-bottom: 1px solid #0071FF;
    cursor: pointer;
}

.sub-menu-contain .content .sub-menu-list .sub-menu-item.active {
    border-bottom: 1px solid #0071FF;
}

.sub-menu-contain .content .sub-menu-list .sub-menu-item:hover a {
    color: #0071FF;
}

.sub-menu-contain .content .sub-menu-list .sub-menu-item.active a {
    color: #0071FF;
}

.sub-menu-contain .content .fix-btn {
    position: absolute;
    right: 10px;
    bottom: 20px;
    background: #001631;
    color: white;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.sub-menu-contain .content .fix-btn img {
    width: 40px;
    display: block;
    margin: 0 auto;
}

.sub-menu-contain .content .fix-btn p {
    font-size: 10px;
    color: #fff;
}

.sub-menu-contain.active {
    display: block;
}

body.soarcho-menu-open {
    overflow: hidden;
}



body {
    background: #F0F3F7;
}

#header {
    padding: 18px 26px;
    background: white;
    border-radius: 10px;
    margin: 10px;
    overflow: hidden;
    display: block;
}

#header .logo {
    float: left;
    display: flex !important;
    align-items: center !important;
    height: 30px;
}

#header .logo a {
    display: flex;
    align-items: center;
}

#header .logo img {
    height: 30px;
    width: auto;
    display: block;
}

#header .logo strong {
    margin-left: 15px;
    font-size: 14px;
    color: #011832;
    font-weight: 700;
    white-space: nowrap;
}

#header .menu {
    float: right;
    overflow: hidden;
}

#header .menu .link-btn {
    background: #001631;
    color: white;
    text-decoration: none;
    font-size: 12px;
    line-height: 30px;
    border-radius: 15px;
    float: left;
    padding: 0 12px;
    margin-left: 10px;
    transition: all 0.3s ease;
}

#header .menu .link-btn:hover {
    background: #0071FF;
}

#header .menu .sub-menu {
    padding: 12px 6px;
}

#header .menu .link-btn img {
    width: 18px;
    height: 8px;
    display: block;
}




/*====================================================每页标题====================================================*/
.page-ad {
    margin: 10px;
    padding: 15px 20px;
    border-radius: 10px;
    height: 32vw;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100%;
}

.page-ad .page-title {
    height: 22vw;
    line-height: 22vw;
    font-size: 6vw;
    font-weight: 700;
}

.page-ad .page-content {
    overflow: hidden;
}

.page-ad .page-content .small-font {
    background: white;
    width: 35vw;
    float: left;
    border-radius: 10px;
    margin: 10px 5px;
    padding: 10px 20px;
    box-shadow: #ccc 2px 0 5px;
    min-width: 450px;
}

.page-ad .page-content .small-font .title .txt {
    font-weight: 700;
    font-size: 16px;
}

.page-ad .page-content .small-font .desc {
    font-size: 12px;
    padding: 10px 0;
}

.page-ad .page-content .fix-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 7vw;
    height: 7vw;
    float: left;
    background: #011832;
    border-radius: 10px;
    margin: 10px 5px;
    min-width: 70px;
    min-height: 70px;
}

.page-ad .page-content .fix-btn img {
    width: 2.5vw;
    height: 2.5vw;
    min-width: 30px;
    min-height: 30px;
}

.page-ad .page-content .fix-btn p {
    color: white;
    padding-top: 5px;
    font-size: 12px;
}

@media only screen and (max-width: 1230px) {
    .page-ad .page-content .small-font {
        width: calc(100% - 60px - 70px);
    }

    .page-ad .page-content .fix-btn {
        width: 70px;
        height: 70px;
    }
}

@media only screen and (max-width: 1024px) {
    .page-ad {
        height: 37vh;
    }

    .page-ad .page-title {
        height: 27vh;
    }
}

@media only screen and (max-width: 940px) {
    #header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
    }

    #header .logo,
    #header .menu {
        float: none;
    }

    #header .logo {
        min-width: 0;
        flex: 1 1 auto;
    }

    #header .logo img {
        height: 18px;
    }

    #header .logo strong {
        margin-left: 10px;
        font-size: 12px;
        color: #011832;
        font-weight: 700;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #header .menu {
        display: flex;
        align-items: center;
        flex-shrink: 0;
    }

    #header .menu .link-btn {
        margin-left: 8px;
    }

    .page-ad .page-title {
        height: 20vh;
    }

    .page-ad .page-content .small-font {
        width: calc(100% - 50px);
        min-width: unset;
    }
}

@media only screen and (max-width: 770px) {
    .page-ad .page-title {
        height: 18vh;
    }
}

@media only screen and (max-width: 550px) {
    #header {
        padding: 14px 16px;
    }

    #header .logo img {
        height: 16px;
    }

    #header .logo strong {
        font-size: 11px;
        margin-left: 8px;
        max-width: 46vw;
    }

    #header .menu .link-btn {
        font-size: 11px;
        line-height: 28px;
        padding: 0 10px;
        margin-left: 6px;
    }

    #header .menu .sub-menu {
        padding: 10px 6px;
    }

    #header .menu .link-btn img {
        width: 16px;
        height: 8px;
    }

    .sub-menu-contain .position-content {
        top: 10px;
        left: 14px;
        right: 14px;
        bottom: 10px;
        max-width: calc(100vw - 28px);
    }

    .sub-menu-contain .content .btn-close {
        right: 14px;
        top: 14px;
    }

    .sub-menu-contain .content .sub-menu-list {
        padding: 58px 56px 24px 20px;
    }

    .sub-menu-contain .content .sub-menu-list .sub-menu-item {
        padding: 12px 0;
    }

    .sub-menu-contain .content .sub-menu-list .sub-menu-item a {
        font-size: 16px;
    }

    .sub-menu-contain .content .fix-btn {
        position: static;
        margin: 0 20px 20px;
        display: inline-block;
    }

    .page-ad .page-title {
        height: 15vh;
    }
}

/*====================================================每页标题====================================================*/


@media only screen and (max-width: 700px) {}

/*====================================================Hero Banner（cust-hero）====================================================*/
.cust-hero {
    position: relative;
    overflow: hidden;
    margin: 10px;
    border-radius: 10px;
    height: 32vw;
    min-height: 380px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px 40px 20px;
}

.cust-hero .hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.cust-hero .hero-overlay {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 80px;
    height: 100%;
}

.cust-hero .hero-title {
    font-size: 6vw;
    font-weight: 800;
    color: #0A1C3F;
    line-height: 1.1;
    text-transform: uppercase;
}

.cust-hero .hero-bottom {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.cust-hero .hero-info-card {
    background: #fff;
    border-radius: 12px;
    padding: 18px 24px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    max-width: 450px;
    min-width: 320px;
}

.cust-hero .hero-info-card .card-header {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.cust-hero .hero-info-card .card-dot {
    width: 22px;
    height: 22px;
    border: 2px solid #0071FF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    flex-shrink: 0;
}

.cust-hero .hero-info-card .card-dot-inner {
    width: 10px;
    height: 10px;
    background: #0071FF;
    border-radius: 50%;
}

.cust-hero .hero-info-card .card-title {
    font-weight: 700;
    font-size: 16px;
    color: #000;
}

.cust-hero .hero-info-card .card-desc {
    font-size: 12px;
    color: #555;
    line-height: 1.6;
}

.cust-hero .hero-wa-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background: #0A1C3F;
    border-radius: 14px;
    text-decoration: none;
    flex-shrink: 0;
    transition: transform 0.3s;
}

.cust-hero .hero-wa-btn:hover {
    transform: translateY(-3px);
}

.cust-hero .hero-wa-btn img {
    width: 36px;
    height: 36px;
    filter: brightness(0) invert(1);
    display: block;
}

.cust-hero .hero-wa-btn p {
    color: #fff;
    font-size: 10px;
    margin-top: 4px;
}

@media (max-width: 992px) {
    .cust-hero {
        height: auto;
        min-height: 300px;
        padding: 30px 20px 15px;
    }

    .cust-hero .hero-title {
        font-size: 36px;
    }

    .cust-hero .hero-bottom {
        flex-direction: column;
        align-items: stretch;
    }

    .cust-hero .hero-info-card {
        max-width: 100%;
        min-width: unset;
    }

    .cust-hero .hero-wa-btn {
        width: 100%;
        height: 56px;
        border-radius: 10px;
        flex-direction: row;
        gap: 8px;
    }

    .cust-hero .hero-wa-btn img {
        width: 28px;
        height: 28px;
    }
}

/*====================================================Footer====================================================*/
.site-footer {
    margin: 10px;
}

.site-footer-card {
    background: linear-gradient(180deg, #0B6FF8 0%, #187CFF 100%);
    border-radius: 24px;
    padding: 48px 34px 42px;
    color: white;
    text-align: center;
    box-shadow: 0 14px 40px rgba(0, 72, 172, 0.16);
}

.site-footer-brand {
    font-size: clamp(42px, 4vw, 68px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.06em;
    margin-bottom: 28px;
}

.site-footer-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px 34px;
    max-width: 1200px;
    margin: 0 auto 28px;
}

.site-footer-nav-link {
    color: white;
    text-decoration: none;
    font-size: clamp(20px, 1.7vw, 36px);
    line-height: 1.3;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.site-footer-nav-link:hover,
.site-footer-nav-link.is-active {
    opacity: 0.82;
    transform: translateY(-1px);
}

.site-footer-contact {
    max-width: 1400px;
    margin: 0 auto;
}

.site-footer-contact-row {
    margin: 0;
    color: rgba(255, 255, 255, 0.96);
    font-size: clamp(16px, 1.2vw, 26px);
    line-height: 1.6;
}

.site-footer-contact-value {
    color: inherit;
    text-decoration: none;
}

a.site-footer-contact-value:hover {
    opacity: 0.85;
}

.site-footer-contact-label {
    font-weight: 700;
    margin-right: 6px;
}

.site-footer-social {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
    margin: 34px 0 30px;
}

.site-footer-social-link {
    width: 32px;
    height: 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    border: 2px solid rgba(255, 255, 255, 0.78);
    text-decoration: none;
    transition: background-color 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}

.site-footer-social-link:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: white;
    transform: translateY(-2px);
}

.site-footer-social-link.is-placeholder {
    cursor: default;
}

.site-footer-social-link.is-placeholder:hover {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.78);
    transform: none;
}

.site-footer-social-link img {
    width: 24px;
    height: 24px;
    display: block;
    filter: brightness(0) invert(1);
}

.site-footer-copy {
    max-width: 1600px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.94);
    font-size: clamp(15px, 1vw, 22px);
    line-height: 1.7;
}

.site-footer-copy a {
    color: inherit;
}

@media only screen and (max-width: 940px) {
    .site-footer-card {
        border-radius: 18px;
        padding: 32px 20px 28px;
    }

    .site-footer-brand {
        margin-bottom: 20px;
        font-size: 34px;
    }

    .site-footer-nav {
        gap: 12px 18px;
        margin-bottom: 22px;
    }

    .site-footer-nav-link {
        font-size: 16px;
    }

    .site-footer-contact-row {
        font-size: 14px;
        line-height: 1.8;
    }

    .site-footer-social {
        gap: 12px;
        margin: 24px 0 20px;
    }

    .site-footer-social-link {
        width: 44px;
        height: 44px;
        border-radius: 10px;
    }

    .site-footer-social-link img {
        width: 20px;
        height: 20px;
    }

    .site-footer-copy {
        font-size: 13px;
        line-height: 1.8;
    }
}

@media only screen and (max-width: 640px) {
    .site-footer-brand {
        font-size: 30px;
        letter-spacing: 0.04em;
    }

    .site-footer-nav {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px 14px;
    }

    .site-footer-nav-link {
        font-size: 15px;
    }

    .site-footer-contact-row {
        font-size: 13px;
    }
}
