﻿.banner2 {
    width: 100%;
    height: 450px;
    color: #FFFFFF;
}

    .banner2 h1 {
        color: #FFFFFF;
        font-size: 3rem;
        line-height: 56px;
    }

    .banner2 p {
        line-height: 24px;
        font-size: 1rem;
        margin-top: 10px;
    }


.about-company {
    padding: 30px 0 60px 0;
}

.about-company-left {
    width: 50%;
    height: auto;
}

    .about-company-left img {
        width: 100%;
        height: auto;
    }

.about-company-right {
    width: 50%;
    height: auto;
    background: #f2f7fc;
    padding: 50px;
}

    .about-company-right h2,
    .about-company-right h3,
    .about-company-right h4 {
        line-height: 48px;
        font-size: 2.2rem;
    }

    .about-company-right h3 {
        font-family: myFirstFont2;
    }

    .about-company-right p {
        margin-top: 20px;
    }




.about-brand {
    width: 100%;
    background: #f2f7fc;
    padding: 65px 0;
}

.about-brand-title {
}

.about-brand-left {
    line-height: 32px;
}

    .about-brand-left em {
        display: block;
        line-height: 32px;
    }

    .about-brand-left h2 {
        font-size: 2.2rem;
        line-height: 52px;
    }

.about-brand-right {
    width: 560px;
    line-height: 26px;
}

.about-brand-num {
    background: url(../images/abnumbg.jpg) no-repeat center;
    background-size: cover;
    padding: 25px 60px;
    margin-top: 30px;
    color: #FFFFFF;
}

    .about-brand-num dt {
        font-size: 1.5rem;
        line-height: 30px;
        font-family: myFirstFont1;
    }

.about-brand-list {
    background: #FFFFFF;
    gap: 0;
    grid-template-columns: repeat(7, 1fr); /* 3 列 */
    display: grid;
}

    .about-brand-list a {
        display: block;
        width: 100%;
        height: auto;
        border: 1px solid #EEEEEE;
        padding: 20px;
    }

        .about-brand-list a img {
            width: 100%;
            height: auto;
            transition: filter .28s ease;
        }

        .about-brand-list a:hover img {
            filter: grayscale(100%) brightness(1.08);
        }


.about-solution {
    width: 100%;
    height: auto;
    background: url(../images/absoubg.jpg) no-repeat center;
    background-size: cover;
    padding: 70px 0;
}

.about-solution-title {
}

    .about-solution-title h2 {
        color: #FFFFFF;
        font-size: 2.2rem;
        line-height: 52px;
    }

    .about-solution-title p {
        color: #FFFFFF;
        font-size: 1rem;
        line-height: 26px;
    }


.about-solution-box {
    gap: 25px;
    grid-template-columns: repeat(4, 1fr); /* 3 列 */
    display: grid;
    margin-top: 35px;
}

    .about-solution-box dl {
        width: 100%;
    }

        .about-solution-box dl dt {
            width: 100%;
            height: auto;
            overflow: hidden;
        }

            .about-solution-box dl dt img {
                width: 100%;
                height: auto;
                border-radius: 8px;
            }

        .about-solution-box dl dd {
            color: #FFFFFF;
            padding: 0 25px;
        }

            .about-solution-box dl dd img {
                margin-top: -21px;
            }

            .about-solution-box dl dd p {
                font-size: 1.1rem;
                line-height: 24px;
                margin-top: 10px;
            }


.about-compe {
    padding: 60px 0;
}

.about-compe-left {
    width: 558px;
    height: auto;
}

    .about-compe-left img {
        width: 100%;
        height: auto;
        border-radius: 8px;
    }


.about-compe-right {
    width: calc(100% - 558px);
    padding-left: 60px;
}

.about-compe-right-info {
    width: 100%;
}

.about-compe-right h2 {
    font-size: 2.2rem;
    line-height: 46px;
    margin-top: 10px;
}

.about-compe-right p {
    margin-top: 25px;
    font-size: 1rem;
    line-height: 26px;
}


.about-global {
    width: 100%;
    height: auto;
    background: url(../images/absoubg.jpg) no-repeat center;
    background-size: cover;
    padding: 70px 0;
    color: #FFFFFF;
}

.about-global-left {
    width: calc(100% - 558px);
    padding-right: 60px;
}

.about-global-left-info {
    width: 100%;
}

.about-global-left h2 {
    font-size: 2.2rem;
    line-height: 46px;
    margin-top: 10px;
    color: #FFFFFF;
}

.about-global-left p {
    margin-top: 25px;
    font-size: 1rem;
    line-height: 26px;
}

.about-global-right {
    width: 558px;
    height: auto;
}

    .about-global-right img {
        width: 100%;
        height: auto;
        border-radius: 8px;
    }


.about-info {
    margin-bottom: 30px;
    width: 100%;
}

    .about-info h2 {
        font-size: 1.8rem;
        line-height: 36px;
    }

.about-info-content {
    padding-top: 20px;
    line-height: 26px;
    font-size: 1rem;
}

    .about-info-content img {
        max-width: 100%;
        height: auto;
    }

.about-info-list {
}

    .about-info-list dl {
        width: 32.3%;
        margin-bottom: 2%;
    }

        .about-info-list dl dt img {
            width: 100%;
            height: auto;
        }

        .about-info-list dl dd {
            text-align: center;
            line-height: 42px;
            height: 42px;
            background: #eee;
        }

.qualistbg {
    padding: 60px 0;
    background: #E50012;
}

.qualist {
    gap: 20px;
    grid-template-columns: repeat(3, 1fr); /* 3 列 */
    display: grid;
}

    .qualist dl {
        padding: 30px;
        background: #fff;
        border-radius: 10px;
    }

        .qualist dl dt {
            font-size: 1.2rem;
            font-family: myFirstFont1;
            margin-bottom: 10px;
            line-height: 32px;
            text-align: center;
        }

        .qualist dl dd {
            line-height: 26px;
        }

        /* 最后一排2个：第7个占前两列(2/3宽)，第8个占后两列(2/3宽)，左右分开且等宽 */
        .qualist dl:nth-last-child(2) {
            grid-column: 1 / span 1; /* 第7个：占第1-2列 */
        }

        .qualist dl:last-child {
            grid-column: 2 / span 2; /* 第8个：占第2-3列 */
        }


/*support*/
.support-left-menu {
    display: none;
}

.support-left {
    width: 25%;
    background: #fff;
    padding: 25px;
    box-shadow: 3px 3px 20px 0 rgba(0,0,0,.1);
}

    .support-left h1 {
        font-size: 1.8rem;
        line-height: 36px;
        margin-bottom: 10px;
    }

    .support-left a {
        display: block;
        line-height: 32px;
    }

.support-right {
    width: 73%;
    background: #fff;
    padding: 25px;
    box-shadow: 3px 3px 20px 0 rgba(0,0,0,.1);
}

    .support-right h2 {
        font-size: 1.8rem;
        line-height: 36px;
        margin-bottom: 10px;
    }

.support-right-info {
    line-height: 28px;
}


/*Contact-Us*/
.contact-box {
    margin-top: 20px;
    background: #FFFFFF;
    box-shadow: 0px 8px 16px 1px rgba(39,51,66,0.06);
}

.contact-box-left {
    width: 50%;
    position: relative;
    overflow: hidden;
    color: #FFFFFF;
    padding: 75px 40px;
    background: radial-gradient(circle at 20% 20%, rgba(255,255,255,0.14) 0, rgba(255,255,255,0) 180px), radial-gradient(circle at 85% 75%, rgba(255,255,255,0.10) 0, rgba(255,255,255,0) 220px), linear-gradient(135deg, #e50012 0%, #c80010 55%, #a9000d 100%);
}

    .contact-box-left::before {
        content: "";
        position: absolute;
        right: -80px;
        top: -80px;
        width: 240px;
        height: 240px;
        border: 1px solid rgba(255,255,255,0.16);
        border-radius: 50%;
    }

    .contact-box-left::after {
        content: "";
        position: absolute;
        left: -60px;
        bottom: -60px;
        width: 180px;
        height: 180px;
        background: rgba(255,255,255,0.05);
        border-radius: 50%;
        box-shadow: 0 0 0 35px rgba(255,255,255,0.03);
    }

    .contact-box-left .contact-box-bg {
        position: absolute;
        inset: 0;
        pointer-events: none;
        z-index: 0;
    }

        .contact-box-left .contact-box-bg::before {
            content: "";
            position: absolute;
            inset: 0;
            background-image: linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
            background-size: 36px 36px;
            opacity: .35;
        }

    .contact-box-left > * {
        position: relative;
        z-index: 1;
    }

    .contact-box-left h2 {
        font-size: 1.6rem;
        text-transform: uppercase;
        color: #FFFFFF;
        font-family: myFirstFont;
        line-height: 42px;
    }

    .contact-box-left em {
        display: block;
        background: #FFFFFF;
        width: 40px;
        height: 5px;
        margin-top: 20px;
    }

.contact-box-left-info {
    padding-top: 20px;
    color: #FFFFFF;
    font-size: 1rem;
    line-height: 28px;
}

.contact-feedback-left {
    width: 50%;
    padding: 40px;
}

    .contact-feedback-left h3 {
        color: #111111;
        font-size: 1.6rem;
        line-height: 32px;
    }

        .contact-feedback-left h3 a {
            color: #E50012;
            text-decoration: underline;
        }

.contact-box-right-fed1 {
    width: 100%;
    margin-top: 10px;
}

    .contact-box-right-fed1 dl {
        width: 48%;
    }

        .contact-box-right-fed1 dl dt {
            line-height: 36px;
            font-size: 1rem;
        }

        .contact-box-right-fed1 dl dd {
            width: 100%;
        }

            .contact-box-right-fed1 dl dd input {
                border: none;
                background: #ebeff2;
                padding: 0 15px;
                border-radius: 8px;
                width: 100%;
                height: 46px;
                line-height: 46px;
            }

.contact-box-right-fed2 {
    width: 100%;
    margin-top: 10px;
}

    .contact-box-right-fed2 em {
        line-height: 36px;
        font-size: 1rem;
        display: block;
        width: 100%;
    }

    .contact-box-right-fed2 input {
        border: none;
        background: #ebeff2;
        padding: 0 15px;
        border-radius: 8px;
        width: 100%;
        height: 46px;
        line-height: 46px;
    }

    .contact-box-right-fed2 textarea {
        border: none;
        background: #ebeff2;
        padding: 15px;
        border-radius: 8px;
        width: 100%;
        height: 120px;
        line-height: 26px;
    }


.contact-box-right-fed3 {
    width: 100%;
    margin-top: 25px;
}

    .contact-box-right-fed3 button {
        width: 270px;
        height: 46px;
        text-align: center;
        color: #FFFFFF;
        line-height: 46px;
        border-radius: 8px;
        border: none;
        color: #FFFFFF;
        background: #E50012;
        font-weight: bold;
        font-size: 1rem;
    }

        .contact-box-right-fed3 button img {
            margin-right: 10px;
        }

.contact-map {
    height: 500px;
    margin-top: 30px;
}


/*Blogs*/
.blog-main {
}

.blog-main-left {
    width: 75%;
    background: #fff;
    border-radius: 6px;
    padding: 15px;
    box-shadow: 0px 8px 16px 1px rgba(0,0,0,0.06);
    float: left;
}




.blog-tabs {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #eee;
}

    .blog-tabs li {
        cursor: pointer;
        height: 42px;
        line-height: 42px;
        font-size: 1rem;
        border: 1px solid #eee;
        border-radius: 4px 4px 0 0;
        border-bottom: none;
        background: #f7f7f7;
        margin-right: 10px;
        padding: 0 15px;
    }

        .blog-tabs li.thistab {
            background: #E50012;
            color: #fff;
        }

            .blog-tabs li.thistab a {
                color: #fff;
            }


.blog-tab-pane {
    padding-top: 15px;
}


.blog-tab-pane-box {
    width: 100%;
}

.blog-tab-pane-topblog {
    width: 39%;
}

    .blog-tab-pane-topblog dl {
        width: 100%;
        padding: 10px 0;
        border-bottom: 1px solid #eee;
    }

        .blog-tab-pane-topblog dl dt {
            width: 40%;
            height: auto;
        }

            .blog-tab-pane-topblog dl dt img {
                width: 100%;
                height: auto;
                border-radius: 6px;
            }

        .blog-tab-pane-topblog dl dd {
            width: 60%;
            height: auto;
            padding-left: 10px;
        }

            .blog-tab-pane-topblog dl dd a {
                display: block;
                line-height: 20px;
                height: 40px;
                overflow: hidden;
            }

            .blog-tab-pane-topblog dl dd em {
                line-height: 20px;
                height: 20px;
                overflow: hidden;
                color: #999;
                margin-top: 5px;
            }


.blog-tab-pane-hotblog {
    width: 59%;
}

    .blog-tab-pane-hotblog dl {
        width: 100%;
        height: auto;
        position: relative;
    }

        .blog-tab-pane-hotblog dl dt {
            width: 100%;
            height: 100%;
        }

            .blog-tab-pane-hotblog dl dt img {
                width: 100%;
                height: 100%;
                border-radius: 6px;
            }

        .blog-tab-pane-hotblog dl dd {
            position: absolute;
            left: 0;
            bottom: 0;
            background: rgba(0,0,0,0.5);
            padding: 15px;
            z-index: 333;
            width: 100%;
            height: auto;
            color: #fff;
            border-radius: 0 0 6px 6px;
        }

            .blog-tab-pane-hotblog dl dd a {
                height: 24px;
                line-height: 24px;
                display: block;
                overflow: hidden;
                color: #fff;
            }

            .blog-tab-pane-hotblog dl dd span i {
                margin-right: 5px;
            }

.blog-tab-pane-redblog {
    width: 100%;
    height: auto;
    margin-top: 20px;
}

    .blog-tab-pane-redblog dl {
        width: 24%;
        background: #FFFFFF;
        box-shadow: 0px 6px 12px 1px rgba(0,48,119,0.1);
        border-radius: 6px;
        margin: 0.5%;
    }

        .blog-tab-pane-redblog dl dt img {
            width: 100%;
            height: auto;
            border-radius: 6px 6px 0 0;
        }

        .blog-tab-pane-redblog dl dd {
            width: 100%;
            padding: 25px 15px;
        }

            .blog-tab-pane-redblog dl dd em {
                height: 22px;
                line-height: 22px;
                width: 100%;
                color: #666;
            }

                .blog-tab-pane-redblog dl dd em span {
                    display: block;
                }

                    .blog-tab-pane-redblog dl dd em span i {
                        margin-right: 5px;
                    }

            .blog-tab-pane-redblog dl dd a {
                display: block;
                font-weight: bold;
                color: #111111;
                font-size: 1rem;
                line-height: 26px;
                height: 26px;
                overflow: hidden;
            }

            .blog-tab-pane-redblog dl dd span {
                line-height: 18px;
                height: 36px;
                overflow: hidden;
                margin-top: 5px;
                display: block;
            }


.blog-all-tab {
    width: 100%;
    line-height: 26px;
    padding: 5px 0;
    border-bottom: 1px solid #eee;
    position: relative;
    margin-top: 15px;
}


.blog-main-right {
    width: 23%;
    height: auto;
    float: right;
    position: relative;
}

.blog-main-right-cate {
    width: 100%;
    background: #fff;
    border-radius: 6px;
    padding: 15px;
    box-shadow: 0px 8px 16px 1px rgba(0,0,0,0.06);
}

    .blog-main-right-cate a {
        display: block;
        line-height: 28px;
        font-size: 16px;
    }

        .blog-main-right-cate a i {
            margin-right: 10px;
        }


.blog-main-right-parts {
    width: 100%;
    background: #fff;
    border-radius: 6px;
    padding: 15px;
    box-shadow: 0px 8px 16px 1px rgba(0,0,0,0.06);
    margin-top: 15px;
}

.blog-main-right-parts-title {
    line-height: 32px;
    margin-bottom: 10px;
}

    .blog-main-right-parts-title b {
        display: block;
        font-size: 1rem;
    }

    .blog-main-right-parts-title a {
        color: #E50012;
    }

        .blog-main-right-parts-title a i {
            padding-left: 5px;
        }

.blog-main-right-parts-list {
}

    .blog-main-right-parts-list dl {
        border-bottom: 1px solid #eee;
        padding: 10px 0;
    }

        .blog-main-right-parts-list dl dt {
            width: 60px;
            height: 60px;
        }

            .blog-main-right-parts-list dl dt img {
                width: 60px;
                height: 60px;
            }

        .blog-main-right-parts-list dl dd {
            width: calc(100% - 60px);
            height: 60px;
            padding-left: 15px;
        }

            .blog-main-right-parts-list dl dd a {
                display: block;
                font-weight: bold;
                color: #111;
                line-height: 21px;
            }

            .blog-main-right-parts-list dl dd em {
                display: block;
                line-height: 21px;
            }



.blog-list {
    width: 100%;
}

    .blog-list dl {
        width: 24%;
        background: #fff;
        padding: 20px;
        border-radius: 6px;
        margin: 0.5%;
        box-shadow: 3px 3px 20px 0 rgba(0,0,0,.1);
    }

        .blog-list dl dt img {
            width: 100%;
            height: auto;
        }

        .blog-list dl dd {
            padding-top: 15px;
        }

            .blog-list dl dd em {
                height: 24px;
                line-height: 24px;
                width: 100%;
            }

            .blog-list dl dd a {
                display: block;
                font-weight: bold;
                height: 28px;
                line-height: 28px;
                overflow: hidden;
            }

.blog-show {
    background: #fff;
    border-radius: 6px;
    padding: 30px;
    box-shadow: 3px 3px 20px 0 rgba(0,0,0,.1);
}

    .blog-show h1 {
        font-size: 1.8rem;
        line-height: 36px;
        text-align: center;
        margin-bottom: 10px;
    }

.blog-time {
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #999;
}

.blog-info {
    width: 100%;
    padding: 25px 0;
    line-height: 26px;
}

    .blog-info img {
        max-width: 100%;
        height: auto;
    }

.next-prev-single {
    line-height: 32px;
}

    .next-prev-single p {
        height: 32px;
        overflow: hidden;
    }

.relate-blog {
    margin-top: 25px;
}

    .relate-blog h2 {
        font-size: 1.6rem;
        line-height: 36px;
        text-align: center;
        margin-bottom: 10px;
    }

.relate-blog-list dl {
    width: 24%;
    background: #fff;
    padding: 20px;
    border-radius: 6px;
    margin: 0.5%;
    box-shadow: 3px 3px 20px 0 rgba(0,0,0,.1);
}

    .relate-blog-list dl dt img {
        width: 100%;
        height: auto;
    }

    .relate-blog-list dl dd {
        padding-top: 15px;
    }

        .relate-blog-list dl dd em {
            height: 24px;
            line-height: 24px;
        }

        .relate-blog-list dl dd a {
            display: block;
            font-weight: bold;
            height: 28px;
            line-height: 28px;
            overflow: hidden;
        }

/*brand*/
.brand-feature-box {
    position: relative;
    padding-bottom: 30px;
}

    .brand-feature-box b {
        font-size: 1.8rem;
        line-height: 36px;
        text-align: center;
        margin-bottom: 20px;
        display: block;
    }

.home-brand-list {
}

    .home-brand-list a {
        background: #FFFFFF;
        display: block;
        width: 15.66%;
        margin-bottom: 1.2%;
        padding: 15px 25px;
        text-align: center;
        box-shadow: 0px 4px 8px 1px rgba(27,58,125,0.08);
        border-radius: 6px;
        border: 1px solid #E7EBF2;
    }

        .home-brand-list a img {
            width: 100%;
            height: auto;
        }

/*brand*/
.brand-navigation-box {
    position: relative;
}

    .brand-navigation-box h1 {
        font-size: 1.8rem;
        line-height: 36px;
        text-align: center;
        margin-bottom: 10px;
    }

.brand-navigation {
    position: sticky;
    left: 0;
    top: 74px;
    z-index: 777;
}

    .brand-navigation ul {
        text-align: center;
        padding: 10px 0;
        width: 100%;
    }

        .brand-navigation ul li {
            display: inline-block;
            background: #fff;
            border-radius: 3px;
            margin: 2px 0;
            box-shadow: 3px 3px 20px 0 rgba(0,0,0,.2);
        }

            .brand-navigation ul li a {
                display: block;
                padding: 5px 12px;
            }

.brand-navigation-list {
    margin-top: 15px;
}

    .brand-navigation-list dl {
        width: 100%;
        margin-bottom: 10px;
        background: #fff;
        border-radius: 3px;
        padding: 30px;
        border: 1px solid #eee;
    }

        .brand-navigation-list dl dt {
            font-weight: bold;
            font-size: 1.2rem;
            line-height: 28px;
            margin-bottom: 8px;
        }

        .brand-navigation-list dl dd a {
            display: block;
            width: 19%;
            line-height: 20px;
            overflow: hidden;
            margin: 0.5%;
            text-align: center;
        }

            .brand-navigation-list dl dd a img {
                display: block;
                border: 1px solid #eee;
                border-radius: 6px;
                padding: 10px;
                width: 150px;
                margin: 0 auto;
            }


.brand-info-box {
    padding: 30px;
    background: #fff;
    border-radius: 6px;
    position: sticky;
    left: 0;
    top: 74px;
    box-shadow: 3px 3px 20px 0 rgba(0,0,0,.2);
}

.brand-info-box-left {
    width: 15%;
    height: auto;
}

    .brand-info-box-left img {
        width: 100%;
        height: auto;
    }

.brand-info-box-right {
    width: 83%;
    height: auto;
}

    .brand-info-box-right h1 {
        font-size: 1.5rem;
        line-height: 30px;
        margin-bottom: 10px;
    }

.brand-info-box-right-info {
    line-height: 26px;
}


.brand-info-list {
    margin-top: 15px;
}

    .brand-info-list dl {
        width: 100%;
        margin-bottom: 10px;
        background: #fff;
        border-radius: 3px;
        padding: 30px;
        border: 1px solid #eee;
    }

        .brand-info-list dl dt {
            font-weight: bold;
            font-size: 1.2rem;
            line-height: 28px;
            margin-bottom: 8px;
        }

        .brand-info-list dl dd a {
            display: block;
            width: 32.3%;
            height: 38px;
            line-height: 38px;
            overflow: hidden;
            border-bottom: 1px solid #eee;
            margin: 0 0.5%;
        }

/*brand-pro*/
.brand-pro {
    width: 100%;
    height: auto;
    border: 1px solid #eee;
    border-radius: 6px;
    padding: 30px;
    background: #fff;
    margin-top: 20px;
}

    .brand-pro dl {
        width: 15.66%;
        margin: 0.5%;
        text-align: center;
        overflow: hidden;
        border: 1px solid #eee;
        border-radius: 3px;
        padding: 20px;
    }

        .brand-pro dl dt img {
            width: 100%;
            height: auto;
        }

        .brand-pro dl dd {
            padding-top: 10px;
        }

            .brand-pro dl dd a {
                display: block;
                line-height: 24px;
                height: 24px;
                overflow: hidden;
                font-weight: bold;
            }

            .brand-pro dl dd em {
                display: block;
                line-height: 24px;
                height: 24px;
                overflow: hidden;
            }

.brand-franchised-box {
    position: relative;
}

    .brand-franchised-box h1 {
        font-size: 1.8rem;
        line-height: 36px;
        text-align: center;
        margin-bottom: 30px;
    }

.brand-franchised-list {
}

    .brand-franchised-list dl {
        width: 49.3%;
        border-radius: 6px;
        background: #FFFFFF;
        margin-bottom: 1.4%;
        padding: 15px;
    }

        .brand-franchised-list dl dt {
            width: 120px;
            height: auto;
            text-align: center;
        }

            .brand-franchised-list dl dt img {
                width: 100%;
                height: auto;
            }

        .brand-franchised-list dl dd {
            width: calc(100% - 120px);
            padding-left: 15px;
        }

            .brand-franchised-list dl dd a {
                display: block;
                font-weight: bold;
                font-size: 1rem;
                line-height: 26px;
                height: 26px;
                overflow: hidden;
                margin-bottom: 5px;
            }

            .brand-franchised-list dl dd p {
                line-height: 20px;
                height: 40px;
                overflow: hidden;
            }


/*posts*/
.post-list {
}

    .post-list dl {
        width: 49.5%;
        box-shadow: 0px 4px 8px 1px rgba(56,60,147,0.1);
        border-radius: 4px 4px 4px 4px;
        border: 1px solid #E7EAEE;
        background: #FFFFFF;
        padding: 20px;
        margin-top: 1%;
    }

        .post-list dl dt {
            width: 100px;
            height: 100px;
            overflow: hidden;
        }

            .post-list dl dt img {
                width: 100px;
                height: 100px;
            }

        .post-list dl dd {
            width: calc(100% - 100px);
            padding-left: 20px;
            padding-top: 8px;
        }

            .post-list dl dd a {
                display: block;
                font-size: 1rem;
                font-weight: bold;
                color: #111111;
                font-family: myFirstFont1;
                line-height: 26px;
                height: 26px;
                overflow: hidden;
            }

                .post-list dl dd a:hover {
                    color: #0359d8;
                }

            .post-list dl dd p {
                line-height: 22px;
                height: 44px;
                overflow: hidden;
                margin-top: 5px;
            }


.application-menu {
}
/* ===== 解决方案频道列表 ===== */
.solution-channel {
    padding: 28px 0 40px;
}

.solution-channel-head {
    margin-bottom: 18px;
}

.solution-channel-title {
    font-size: 22px;
    line-height: 1.2;
    margin: 0;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

    .solution-channel-title i {
        font-size: 20px;
    }

.solution-channel-sub {
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 1.7;
    color: #666;
    max-width: 860px;
}

/* grid */
.solution-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 18px;
}

/* card */
.solution-card {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    border: 1px solid #eee;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

    .solution-card:hover {
        transform: translateY(-4px);
        border-color: #e6e6e6;
        box-shadow: 0 10px 28px rgba(0,0,0,.08);
    }

        .solution-card:hover span {
            color: #E50012;
        }

.solution-card-media {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    background: #f6f6f6;
    overflow: hidden;
}

    .solution-card-media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transform: scale(1);
        transition: transform .22s ease;
    }

.solution-card:hover .solution-card-media img {
    transform: scale(1.05);
}

.solution-card-body {
    padding: 14px 14px 16px;
}

.solution-card-title {
    margin: 0;
    font-size: 16px;
    line-height: 1.3;
    color: #111;
    font-weight: 700;
}

.solution-card-desc {
    margin: 8px 0 12px;
    font-size: 13px;
    line-height: 1.65;
    color: #666;
    min-height: 42px; /* 保证多卡片高度更整齐 */
}

.solution-card-cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #222;
    border-top: 1px dashed #eee;
    padding-top: 10px;
}

    .solution-card-cta i {
        font-size: 16px;
    }


.application-box {
    padding: 50px 0
}

/* ===== Solutions List Page ===== */
.application-box {
    padding: 28px 0 42px;
}

/* Header */
.solu-head {
    border: 1px solid #eee;
    background: #fff;
    border-radius: 16px;
    padding: 18px 18px 16px;
    box-shadow: 0 8px 24px rgba(0,0,0,.04);
}

.solu-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    letter-spacing: .12em;
    font-weight: 700;
    color: #3a3a3a;
    text-transform: uppercase;
}

    .solu-kicker i {
        font-size: 14px;
    }

.solu-title {
    margin: 10px 0 8px;
    font-size: 26px;
    line-height: 1.25;
    color: #111;
    font-weight: 800;
}

.solu-intro {
    margin: 0;
    font-size: 14px;
    line-height: 1.8;
    color: #666;
    max-width: 980px;
}

/* List */
.solu-list {
    margin-top: 16px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

/* Card item */
.solu-item {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 14px;
    border: 1px solid #eee;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0,0,0,.04);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

    .solu-item:hover {
        transform: translateY(-4px);
        border-color: #e6e6e6;
        box-shadow: 0 12px 30px rgba(0,0,0,.08);
    }

/* Thumb */
.solu-thumb {
    position: relative;
    display: block;
    height: 100%;
    min-height: 180px;
    background: #f4f6f8;
    overflow: hidden;
}

    .solu-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transform: scale(1);
        transition: transform .22s ease;
    }

.solu-item:hover .solu-thumb img {
    transform: scale(1.05);
}

/* Body */
.solu-body {
    padding: 14px 14px 14px 0;
    display: flex;
    flex-direction: column;
    min-height: 180px;
}

.solu-item-title {
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 800;
}

    .solu-item-title a {
        color: #111;
        text-decoration: none;
    }

        .solu-item-title a:hover {
            text-decoration: underline;
            color: #E50012;
        }

.solu-meta {
    font-size: 12px;
    color: #777;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

    .solu-meta i {
        font-size: 14px;
    }

.solu-excerpt {
    margin: 0;
    font-size: 13px;
    line-height: 1.75;
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Actions */
.solu-actions {
    margin-top: auto;
    padding-top: 12px;
}

.solu-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    color: #111;
    border-top: 1px dashed #eee;
    padding-top: 10px;
}

    .solu-btn i {
        font-size: 16px;
    }

/* ===== Page Background ===== */
.application-show {
    width: 100%;
    padding: 50px 0;
    background: #f5f5f5;
}

/* 外层宽度容器（你已有 auto1280 就不用再写宽度） */
.sd-wrap {
    padding: 0 12px;
}

/* ===== Main White Panel ===== */
.sd-panel {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 18px;
    padding: 26px 26px 30px;
    box-shadow: 0 14px 40px rgba(0,0,0,.06);
}

/* ===== Header ===== */
.sd-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #555;
}

.sd-title {
    margin: 10px 0 10px;
    font-size: 28px;
    line-height: 1.25;
    font-weight: 900;
    color: #111;
}

.sd-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    font-size: 13px;
    color: #777;
}

    .sd-meta i {
        font-size: 14px;
    }

.sd-meta-dot {
    color: #c2c2c2;
}

.sd-author {
    color: #111;
    font-weight: 800;
    text-decoration: none;
}

    .sd-author:hover {
        text-decoration: underline;
    }

/* ===== Abstract ===== */
.sd-abstract {
    margin-top: 18px;
    padding: 16px 18px;
    border-radius: 14px;
    background: #fafafa;
    border: 1px solid #eee;
    position: relative;
}

    .sd-abstract:before {
        content: "";
        position: absolute;
        left: 0;
        top: 14px;
        bottom: 14px;
        width: 4px;
        background: #111;
        border-radius: 4px;
    }

.sd-abstract-title {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 900;
    color: #111;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding-left: 10px;
}

.sd-abstract-text {
    margin: 0;
    padding-left: 10px;
    font-size: 14px;
    line-height: 1.8;
    color: #555;
}

/* ===== Content ===== */
.sd-content {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.9;
    color: #333;
}

    .sd-content h2 {
        margin: 26px 0 10px;
        font-size: 18px;
        font-weight: 900;
        color: #111;
    }

    .sd-content p {
        margin: 0 0 14px;
    }

    .sd-content ul,
    .sd-content ol {
        padding-left: 20px;
        margin: 0 0 14px;
    }

    .sd-content li {
        margin: 6px 0;
    }

    .sd-content blockquote {
        margin: 16px 0;
        padding: 12px 16px;
        border-radius: 14px;
        background: #fff;
        border: 1px solid #eee;
        color: #555;
        position: relative;
    }

        .sd-content blockquote:before {
            content: "";
            position: absolute;
            left: 0;
            top: 12px;
            bottom: 12px;
            width: 4px;
            background: #ddd;
            border-radius: 4px;
        }

/* ===== Prev / Next ===== */
.sd-nav {
    margin-top: 28px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

    .sd-nav a {
        display: block;
    }

.sd-nav-box {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 16px;
    padding: 14px 14px 12px;
    box-shadow: 0 10px 28px rgba(0,0,0,.04);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

    .sd-nav-box:hover {
        transform: translateY(-3px);
        border-color: #e6e6e6;
        box-shadow: 0 14px 34px rgba(0,0,0,.08);
    }

.sd-nav-kicker {
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #777;
    margin-bottom: 8px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.sd-nav-link {
    display: block;
    font-size: 14px;
    font-weight: 900;
    color: #111;
    text-decoration: none;
    line-height: 1.55;
}

    .sd-nav-link:hover {
        text-decoration: underline;
    }

/* ===== Related Solutions ===== */
.sd-related {
    margin-top: 34px;
    padding-top: 22px;
    border-top: 1px dashed #eee;
}

.sd-related-head {
    margin-bottom: 12px;
}

.sd-related-title {
    margin: 0;
    font-size: 18px;
    font-weight: 900;
    color: #111;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.sd-related-sub {
    margin: 8px 0 0;
    font-size: 13px;
    color: #666;
    line-height: 1.7;
}

.sd-related-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-top: 14px;
}

.sd-card {
    display: block;
    text-decoration: none;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(0,0,0,.04);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

    .sd-card:hover {
        transform: translateY(-4px);
        border-color: #e6e6e6;
        box-shadow: 0 14px 34px rgba(0,0,0,.08);
    }

.sd-card-media {
    width: 100%;
    aspect-ratio: 16 / 10;
    background: #f4f6f8;
    overflow: hidden;
}

    .sd-card-media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transform: scale(1);
        transition: transform .22s ease;
    }

.sd-card:hover .sd-card-media img {
    transform: scale(1.05);
}

.sd-card-body {
    padding: 12px 12px 14px;
}

    .sd-card-body h4 {
        margin: 0;
        font-size: 14px;
        line-height: 1.45;
        font-weight: 900;
        color: #111;
    }

/* =========================================================
   Brand pages merged fixes
   Keeps original site styles and fixes brand / brand_list.
   ========================================================= */

/* First uploaded brand detail / FAQ styles */
/* brand_list detail & faq */
.brand-info-detail {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 6px;
    padding: 25px;
    margin-top: 20px;
    line-height: 28px;
    font-size: 1rem;
}

    .brand-info-detail h2,
    .brand-faq h2 {
        font-size: 1.6rem;
        line-height: 36px;
        margin-bottom: 15px;
        color: #111;
    }

    .brand-info-detail img {
        max-width: 100%;
        height: auto;
    }

.brand-faq {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 6px;
    padding: 25px;
    margin-top: 20px;
}

    .brand-faq dl {
        margin-bottom: 15px;
        border-bottom: 1px solid #eee;
        padding-bottom: 15px;
    }

    .brand-faq dt {
        font-weight: bold;
        font-size: 1rem;
        line-height: 28px;
        color: #111;
    }

    .brand-faq dd {
        margin-top: 8px;
        line-height: 26px;
        color: #555;
    }

/* Brand directory page */
.brand-feature-box {
    position: relative;
    padding: 28px 30px 30px;
    margin-top: 18px;
    background: #fff;
    border: 1px solid #e7ebf2;
    border-radius: 10px;
}

    .brand-feature-box > b {
        display: block;
        margin-bottom: 20px;
        font-size: 1.8rem;
        line-height: 36px;
        text-align: center;
        color: #111;
    }

    .brand-feature-box .home-brand-list,
    .brand-feature-box .home-brand-list.flex {
        display: grid;
        grid-template-columns: repeat(6,minmax(0,1fr));
        gap: 14px;
    }

        .brand-feature-box .home-brand-list a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: auto;
            height: 92px;
            margin: 0;
            padding: 14px 18px;
            background: #fff;
            border: 1px solid #e7ebf2;
            border-radius: 8px;
            box-shadow: 0 4px 8px 1px rgba(27,58,125,.06);
            transition: all .2s ease;
        }

            .brand-feature-box .home-brand-list a:hover {
                border-color: #e50012;
                box-shadow: 0 8px 20px rgba(229,0,18,.08);
                transform: translateY(-2px);
            }

            .brand-feature-box .home-brand-list a img {
                display: block;
                max-width: 135px;
                max-height: 58px;
                width: auto;
                height: auto;
                object-fit: contain;
            }

.brand-navigation-box {
    position: relative;
    margin-top: 24px;
}

    .brand-navigation-box h1 {
        margin-bottom: 16px;
        font-size: 1.8rem;
        line-height: 36px;
        text-align: center;
    }

.brand-navigation {
    position: sticky;
    left: 0;
    top: 74px;
    z-index: 777;
    padding: 12px 14px;
    background: #fff;
    border: 1px solid #e7ebf2;
    border-radius: 8px;
}

    .brand-navigation ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 7px;
        width: 100%;
        margin: 0;
        padding: 0;
    }

        .brand-navigation ul li {
            display: block;
            margin: 0;
            background: transparent;
            border-radius: 0;
            box-shadow: none;
        }

            .brand-navigation ul li a {
                display: flex;
                align-items: center;
                justify-content: center;
                width: 35px;
                height: 35px;
                padding: 0;
                border: 1px solid #e1e6ec;
                border-radius: 5px;
                background: #fff;
                font-weight: 600;
                color: #333;
                transition: all .2s ease;
            }

                .brand-navigation ul li a:hover {
                    color: #fff;
                    background: #e50012;
                    border-color: #e50012;
                }

.brand-navigation-list {
    margin-top: 18px;
}

    .brand-navigation-list dl {
        display: flex;
        width: 100%;
        margin-bottom: 12px;
        padding: 24px 28px;
        background: #fff;
        border: 1px solid #eee;
        border-radius: 8px;
    }

        .brand-navigation-list dl dt {
            flex: 0 0 70px;
            margin: 0;
            padding: 2px 0 0;
            font-size: 1.35rem;
            line-height: 30px;
            font-weight: bold;
            color: #e50012;
        }

        .brand-navigation-list dl dd {
            flex: 1;
            min-width: 0;
            display: grid;
            grid-template-columns: repeat(5,minmax(0,1fr));
            gap: 6px 18px;
            margin: 0;
        }

            .brand-navigation-list dl dd a {
                display: block;
                width: auto;
                margin: 0;
                padding: 6px 8px;
                line-height: 22px;
                text-align: left;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                border-radius: 4px;
            }

                .brand-navigation-list dl dd a:hover {
                    color: #e50012;
                    background: #fff5f6;
                }

                .brand-navigation-list dl dd a img {
                    display: none;
                }

/* Brand detail page */
.brand-info-box {
    position: relative;
    left: auto;
    top: auto;
    display: flex;
    align-items: flex-start;
    gap: 28px;
    padding: 28px 30px;
    margin-top: 0;
    background: #fff;
    border: 1px solid #e7ebf2;
    border-radius: 10px;
    box-shadow: none;
}

.brand-info-box-left {
    flex: 0 0 150px;
    width: 150px;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    border: 1px solid #edf1f5;
    border-radius: 8px;
}

    .brand-info-box-left img {
        display: block;
        max-width: 120px;
        max-height: 70px;
        width: auto;
        height: auto;
        object-fit: contain;
    }

.brand-info-box-right {
    flex: 1;
    width: auto;
    min-width: 0;
}

    .brand-info-box-right h1 {
        margin: 0 0 12px;
        font-size: 1.75rem;
        line-height: 38px;
    }

.brand-info-box-right-info {
    line-height: 27px;
    color: #555;
}

.brand-info-list {
    margin-top: 18px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
}

    .brand-info-list dl {
        display: flex;
        width: 100%;
        margin: 0;
        padding: 0;
        background: #fff;
        border: 0;
        border-bottom: 1px solid #eee;
        border-radius: 0;
    }

        .brand-info-list dl:last-child {
            border-bottom: 0;
        }

        .brand-info-list dl dt {
            flex: 0 0 235px;
            margin: 0;
            padding: 16px 20px;
            background: #f7f7f7;
            border-right: 1px solid #eee;
            font-size: 1rem;
            line-height: 25px;
        }

            .brand-info-list dl dt a {
                color: #222;
            }

        .brand-info-list dl dd,
        .brand-info-list dl dd.flex {
            flex: 1;
            min-width: 0;
            display: flex;
            flex-wrap: wrap;
            align-content: flex-start;
            gap: 0;
            margin: 0;
            padding: 10px 16px;
        }

            .brand-info-list dl dd a,
            .brand-info-list dl dd a.list-group-item,
            .brand-info-list dl dd a.col-md-4 {
                flex: 0 0 33.3333%;
                width: 33.3333%;
                max-width: 33.3333%;
                min-width: 0;
                height: auto;
                margin: 0;
                padding: 7px 12px;
                border: 0;
                border-bottom: 1px solid #f1f1f1;
                background: transparent;
                box-shadow: none;
                border-radius: 0;
                line-height: 22px;
                white-space: normal;
                word-break: break-word;
            }

                .brand-info-list dl dd a:hover {
                    color: #e50012;
                    background: #fff8f8;
                }

.brand-pro {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    width: 100%;
    height: auto;
    margin-top: 20px;
    padding: 24px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
}

    .brand-pro dl {
        flex: 0 0 calc(16.666% - 12px);
        width: auto;
        margin: 0;
        padding: 16px;
        text-align: center;
        overflow: hidden;
        border: 1px solid #eee;
        border-radius: 6px;
    }

        .brand-pro dl dt {
            height: 110px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .brand-pro dl dt img {
                max-width: 100px;
                max-height: 100px;
                width: auto;
                height: auto;
                object-fit: contain;
            }

        .brand-pro dl dd {
            padding-top: 10px;
        }

            .brand-pro dl dd a,
            .brand-pro dl dd em {
                display: block;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                line-height: 24px;
                height: 24px;
            }

    .brand-pro .default {
        flex: 0 0 100%;
        width: 100%;
    }

/* Current brand_list FAQ classes */
.brand-faq-box {
    margin-top: 20px;
    padding: 25px 30px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
}

    .brand-faq-box > h2 {
        margin: 0 0 15px;
        padding-bottom: 12px;
        border-bottom: 1px solid #eee;
        font-size: 1.6rem;
        line-height: 36px;
        color: #111;
    }

.brand-faq-content h3 {
    margin: 16px 0 5px;
    font-size: 1rem;
    line-height: 28px;
    color: #111;
}

    .brand-faq-content h3:first-child {
        margin-top: 0;
    }

.brand-faq-content p {
    margin: 0;
    line-height: 26px;
    color: #555;
}
