* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Microsoft YaHei', Arial, sans-serif;
    text-align: center;
}


.CLEAR {
    clear: both;
    WIDTH: 1PX;
    HEIGHT: 1PX;
    display: block;
}

.FULLWIDHTH {
    width: 100%;
    min-width: 1440px;
}

.loadingPic {
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 2px;
}

input:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
}

.TheButton,
.TheButton2,
.TheButton_redEmpty,
.TheButton_red {
    text-decoration: none;
    display: inline-block;
    width: 170px;
    height: 47px;
    line-height: 47px;
    border-radius: 100px 100px 100px 100px;
}

.TheButton {
    border: 2px solid #FFFFFF;
    color: #fff;
}

.TheButton2 {
    border: 2px solid #FFFFFF;
    color: #CD2B26;
    background: #fff;
}


.TheButton_red {
    color: #fff;
    background: #CD2B26;
}


.TheButton_redEmpty {
    border-radius: 100px 100px 100px 100px;
    border: 1px solid #CD2B26;
    color: #3D3D3D;
}

body {
    line-height: 1.6;
    color: #333;
    margin: 0 auto;
    background-color: #f8f9fa;
}

/* 全局限制大小 */
.INNER {
    width: 1440px;
    height: auto;
    padding: 0 100px;
    margin: 0 auto;
    position: relative;
}

/* 导航栏样式 */
nav {
    height: 80px;
    background: #FFFFFF;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

    nav .INNER {
        height: 80px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: sticky;
        top: 0;
        z-index: 100;
        margin: 0 auto;
    }

.logo {
    font-size: 24px;
    font-weight: bold;
    color: #CD2B26;
    display: flex;
    align-items: center;
}

    .logo img {
        height: 30px;
        display: inline-block;
    }

.nav-links {
    display: flex;
    list-style: none;
}

    .nav-links li {
        margin-right: 40px;
        position: relative;
    }

        .nav-links li:last-child {
            margin-right: 0;
        }

    .nav-links a {
        text-decoration: none;
        color: #333;
        font-weight: 500;
        font-size: 20px;
        padding: 8px 0;
        transition: color 0.3s;
    }

        .nav-links a:hover,
        .nav-links a.o {
            color: #CD2B26;
        }

        .nav-links a.o {
            font-weight: 700;
        }

.language-selector {
    display: flex;
    margin-left: 20px;
    line-height: 20px;
    align-items: center;
}

    .language-selector a {
        padding: 0 9px;
        cursor: pointer;
        font-size: 18px;
        color: #9BA1A6;
        position: relative;
        text-decoration: none;
    }


        .language-selector a::after {
            content: " ";
            height: 13px;
            width: 2px;
            overflow: hidden;
            background: #9BA1A6;
            position: absolute;
            font-weight: 400;
            top: 4px;
            right: -1px;
        }

        .language-selector a:last-child:after {
            display: none;
        }

        .language-selector a.active {
            color: #1F2937;
        }

.HomeBanner {
    height: 660px;
    background: center bottom no-repeat;
    background-size: cover;
}

    .HomeBanner .INNER {
        display: flex;
        justify-content: space-between;
        overflow: hidden;
        height: 100%;
    }

    .HomeBanner .r {
        width: 650px;
        float: right;
        height: 100%;
        display: flex;
        align-items: flex-end;
    }

        .HomeBanner .r img {
            height: 90%;
            float: right;
        }

    .HomeBanner .l {
        flex: 1;
        display: flex;
        flex-direction: column;
    }

        .HomeBanner .l h1 {
            font-weight: 700;
            font-size: 48px;
            color: #FFFFFF;
            text-align: left;
            width: 100%;
            padding-top: 160px;
        }


        .HomeBanner .l strong {
            font-weight: 400;
            font-size: 28px;
            color: #FFFFFF;
            text-align: left;
            width: 100%;
            padding: 20px 0;
        }


        .HomeBanner .l summary {
            font-size: 18px;
            color: #FFFFFF;
            line-height: 28px;
            text-align: justify;
            margin-bottom: 110px;
        }

        .HomeBanner .l .TheButton_red {
            margin-top: 186px;
        }



.Home_project {
    position: relative;
    background: #000;
    padding-top: 60px;
    background: no-repeat 50% 50%;
    background-size: cover;
}

    .Home_project .INNER {
        height: 640px;
        position: relative;
    }





    .Home_project .topItem {
        display: flex;
        color: #fff;
        justify-content: space-between;
    }


        .Home_project .topItem .content {
            display: flex;
            color: #fff;
            width: 592px;
            flex-direction: column;
            align-items: flex-end;
        }


        .Home_project .topItem b {
            font-weight: 700;
            font-size: 34px;
            color: #FFFFFF;
        }

        .Home_project .topItem .content .summary * {
            text-align: left;
            display: flex;
            font-size: 20px;
        }

        .Home_project .topItem .content .summary section {
            margin-top: 10px;
            font-size: 18px;
            margin-bottom: 20px;
        }

    .Home_project .botList {
        position: absolute;
        bottom: 60px;
        width: calc(100% - 200px);
        display: flex;
        justify-content: space-between;
        gap: 20px;
    }


        .Home_project .botList .icon {
            height: 26px;
        }

        .Home_project .botList .a1 {
            width: 160px;
            height: 110px;
            cursor: pointer;
            border-radius: 14px 14px 14px 14px;
            background: rgba(255, 255, 255, 0.5);
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-decoration: none;
        }



            .Home_project .botList .a1.o {
                background: #FFFFFF;
                opacity: 1;
            }

                .Home_project .botList .a1.o * {
                    color: #CD2B26;
                }

                .Home_project .botList .a1.o .icon {
                    display: none;
                }

                .Home_project .botList .a1.o .on {
                    display: inline-block;
                }


        .Home_project .botList .on {
            display: none;
        }


        .Home_project .botList .a1 span {
            font-size: 18px;
            color: #FFFFFF;
        }

/* 主页关于我们 */
.Home_aboutUs {
    padding: 87px 0px;
    background: #fff;
}

    .Home_aboutUs .INNER {
        display: flex;
        justify-content: space-between;
    }

    .Home_aboutUs .titl {
        width: 406px;
        height: 300px;
        font-weight: 700;
        font-size: 36px;
        color: #3D3D3D;
        line-height: 50px;
        text-align: left;
        font-style: normal;
        text-transform: none;
        display: flex;
        flex-direction: column;
        padding-right: 50px;
    }

        .Home_aboutUs .titl * {
            text-align: left;
        }

        .Home_aboutUs .titl .r1 {
            color: #CD2B26;
        }

        .Home_aboutUs .titl .botLine::after {
            content: "";
            display: block;
            width: 59px;
            height: 6px;
            background: #9BA1A6;
            margin-top: 36px;
            margin-bottom: 38px;
        }

    .Home_aboutUs .R {
        width: 1206px;
        font-weight: 400;
        font-size: 18px;
        color: #3D3D3D;
        line-height: 28px;
        text-align: justify !important;
        display: flex;
    }

        .Home_aboutUs .R * {
            text-align: justify !important;
        }

        .Home_aboutUs .R section {
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
        }

        .Home_aboutUs .R p {
            line-height: 150%;
            font-size: 18px;
        }

        .Home_aboutUs .R .img {
            margin-top: 60px;
            background: #999;
            width: 100%;
            height: 320px;
        }




    .Home_aboutUs .RedArrow {
        position: absolute;
        bottom: 0;
        left: 100px;
    }

.Home_products {
    height: 802px;
    background: #F4F4F4;
    padding: 80px 0;
}

    .Home_products .INNER {
        display: flex;
        justify-content: space-between;
    }



    .Home_products .item {
        width: 280px;
    }


    .Home_products h1 {
        height: 60px;
        background: #CD2B26;
        color: #fff;
    }

    .Home_products .img {
        width: 100%;
        height: 480px;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .Home_products .img img {
            height: 386px;
            width: auto;
        }

    .Home_products section {
        margin-top: 20px;
        width: 100%;
        text-align: left;
    }


.Home_news {
    background: #fff;
    display: flex;
    flex-direction: column;
}


    .Home_news .new_h1 {
        font-size: 36px;
        color: #3D3D3D;
        line-height: 50px;
        text-align: left;
        margin-top: 30px;
    }

.Home_newsContent {
    margin-top: 80px;
    width: 100%;
    text-align: left;
    display: flex;
    gap: 50px;
}


    .Home_newsContent .itm h1 {
        font-size: 20px;
        color: #1F2937;
        text-align: left;
        width: 100%;
        margin-bottom: 10px;
    }



    .Home_newsContent .itm {
        display: flex;
        flex-direction: column;
        margin-bottom: 79px;
        width: 380px;
    }


    .Home_newsContent .tim {
        font-size: 18px;
        color: #3D3D3D;
        text-align: left;
        margin-top: 40px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 340px;
    }

        .Home_newsContent .tim a {
            width: 40px;
            height: 40px;
            line-height: 40px;
            background: #CD2B26;
            border-radius: 30px 30px 30px 30px;
            display: inline-block;
            color: #fff;
            font-size: 18px;
            text-decoration: none;
        }

    .Home_newsContent .itm::before {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background: #CD2B26;
        margin-bottom: 20px;
    }



    .Home_newsContent .itm section {
        font-size: 18px;
        color: #4B5563;
        text-align: left;
        width: 100%;
        height: 52px;
    }





.Home_contactUs {
    height: 430px;
    background: #000;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
    background: 50% 30% no-repeat;
    background-size: cover;
}


    .Home_contactUs .bg {
        position: absolute;
        top: 0;
        width: 1440px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 0;
    }

    .Home_contactUs h1 {
        font-size: 36px;
        color: #FFFFFF;
        line-height: 48px;
        text-align: center;
        margin-top: 80px;
        display: block;
        line-height: 59px;
        margin-bottom: 60px;
    }

    .Home_contactUs section {
        font-weight: 400;
        font-size: 20px;
        color: #FFFFFF;
        line-height: 40px;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 71px;
    }

/* 页脚导航样式 */
.footNav {
    background: linear-gradient(180deg, #3E3E3E 24%, #9E9FA7 91%, #C2BFC5 99%);
    height: auto;
    padding: 80px 40px 40px;
    color: white;
}

.footNav-content {
    max-width: 1240px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    text-align: left;
}

.footNav-section {
    width: 180px;
}



    .footNav-section img {
        width: 80px;
    }

    .footNav-section.a1 {
        width: 400px;
    }


    .footNav-section h3 {
        margin-bottom: 16px;
        font-size: 20px;
        position: relative;
        text-align: left;
    }

.footNav-links {
    list-style: none;
    text-align: left;
}

    .footNav-links li {
        margin-bottom: 12px;
    }

    .footNav-links a {
        text-align: left;
        color: #e0e0e0;
        text-decoration: none;
        font-size: 18px;
        display: block;
    }


.contact-info {
    text-align: left;
}

    .contact-info p {
        margin-bottom: 15px;
        display: flex;
        align-items: flex-start;
        font-size: 18px;
        color: #e0e0e0;
        text-align: left;
    }

        .contact-info p span {
            text-align: left;
            flex: 1;
        }

    .contact-info i {
        font-style: normal;
        flex: 0 1 auto; /* 不主动撑满 */
        min-width: 20px;
        max-width: 70px;
    }


/* 页脚样式 */
footer {
    height: 80px;
    background: #CD2B26;
    color: white;
    display: flex;
    align-items: center;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    color: #fff;
    font-size: 18px;
}

    .footer-content a {
        color: #fff;
        text-decoration: none;
        padding: 0 10px;
    }

.footer-logo-img img {
    height: 32px;
}




.Banner_aboutUs {
    height: 600px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 24px;
    background: center 50% no-repeat;
    background-size: cover;
}

    .Banner_aboutUs * {
        font-weight: 400;
        color: #FFFFFF;
        width: 476px;
    }

    .Banner_aboutUs strong {
        font-weight: 700;
        font-size: 48px;
        line-height: 48px;
        margin-top: 120px;
    }

    .Banner_aboutUs b {
        font-size: 28px;
    }

    .Banner_aboutUs span {
        font-size: 18px;
    }




.CompanyCulture h1 {
    margin-top: 80px;
    margin-bottom: 40px;
    font-weight: 500;
    font-size: 34px;
    color: #3D3D3D;
    line-height: 40px;
    text-align: left;
}


.CompanyCulture .list {
    width: 100%;
    display: flex;
    gap: 60px;
    justify-content: space-between;
    margin-bottom: 80px;
}


    .CompanyCulture .list .a1 {
        width: 380px;
        height: 230px;
        background: #FFFFFF;
        border-radius: 10px 10px 10px 10px;
        display: flex;
        align-items: center;
        flex-direction: column;
        position: relative;
    }


        .CompanyCulture .list .a1 .icon {
            top: 44px;
            left: 167px;
            position: absolute;
        }

            .CompanyCulture .list .a1 .icon img {
                display: block;
                width: 46px;
            }

        .CompanyCulture .list .a1 strong {
            font-weight: 700;
            font-size: 26px;
            margin-top: 114px;
        }

        .CompanyCulture .list .a1 span {
            margin-top: 20px;
            font-weight: 400;
            font-size: 20px;
            color: #3D3D3D;
        }


.CompanyHonor h1 {
    height: 184px;
    line-height: 184px;
    background: #CD2B26;
    font-weight: 500;
    font-size: 34px;
    color: #FFFFFF;
}

    .CompanyHonor h1 .INNER {
        text-align: left;
    }

.CompanyHonor .list {
    display: flex;
    gap: 58px 50px;
    flex-wrap: wrap;
    padding-top: 60px;
    padding-bottom: 77px;
    text-align: left;
    position: relative;
    overflow: hidden;
}



    .CompanyHonor .list .bg {
        position: absolute;
        bottom: -100px;
    }


    .CompanyHonor .list .itm * {
        text-align: left;
    }


    .CompanyHonor .list .itm {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 60px;
        width: 380px;
        position: relative;
    }

        .CompanyHonor .list .itm strong {
            font-weight: 700;
            font-size: 24px;
            color: #CD2B26;
            line-height: 28px;
            text-align: left;
            width: 100%;
            display: block;
            margin-bottom: 10px;
        }

        .CompanyHonor .list .itm p {
            font-weight: 400;
            font-size: 18px;
            color: #3D3D3D;
            line-height: 30px;
            position: relative;
            padding-left: 20px;
        }

            .CompanyHonor .list .itm p::before {
                content: " ";
                left: 0;
                top: 50%;
                transform: translateY(-50%);
                position: absolute;
                width: 9px;
                height: 9px;
                background: #DCDCDD;
                border-radius: 50%;
            }


        .CompanyHonor .list .itm .img {
            height: 110px;
            width: 100%;
            text-align: center;
            position: relative;
        }

            .CompanyHonor .list .itm .img img {
                z-index: 2;
                position: relative;
                height: 100%;
            }


            .CompanyHonor .list .itm .img::before {
                position: absolute;
                width: 360px;
                height: 20px;
                background: #CD2B26;
                border-radius: 6px 6px 6px 6px;
                content: " ";
                left: 0;
                bottom: 0;
                z-index: 1;
            }


.ourAdv {
    height: 540px;
    background: #CD2B26;
}

    .ourAdv .INNER {
        display: flex;
        justify-content: space-between;
        padding-top: 80px;
    }


    .ourAdv .ti {
        font-size: 34px;
        color: #FFFFFF;
        line-height: 24px;
        text-align: left;
    }


    .ourAdv .list {
        width: 982px;
        color: #fff;
        height: 430px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

        .ourAdv .list .item {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
        }


            .ourAdv .list .item strong {
                font-weight: 700;
                font-size: 20px;
                color: #FFFFFF;
                line-height: 28px;
                display: flex;
                position: relative;
                width: 100%;
                padding: 10px 0;
                text-align: left;
                margin-bottom: 10px;
                align-items: center;
            }


                .ourAdv .list .item strong::after {
                    content: " ";
                    height: 1px;
                    background: rgba(255, 255, 255, 0.5);
                    border-radius: 100px 100px 100px 100px;
                    bottom: 0px;
                    position: absolute;
                    width: 100%;
                    left: 0;
                }



            .ourAdv .list .item span {
                font-weight: 400;
                font-size: 18px;
                color: #FFFFFF;
                line-height: 30px;
                text-align: left;
            }


    .ourAdv .icon {
        width: 25px;
        height: 25px;
        margin-right: 21px;
    }


.globalCompany,
.ourFriends {
    padding-bottom: 80px;
}

    .ourFriends h1,
    .globalCompany h1 {
        font-weight: 500;
        font-size: 34px;
        color: #000000;
        margin-top: 88px;
        width: 100%;
        text-align: left;
    }

    .globalCompany img {
        width: 100%;
        margin-top: 40px;
    }

    .ourFriends img {
        width: 100%;
        margin-top: 90px;
    }


/* 产品页面样式 */
.ProductPageBanner {
    width: 100%;
    min-width: 1440px;
    background: center bottom no-repeat;
    background-size: cover;
    height: 424px;
    color: #fff;
}

    .ProductPageBanner .INNER {
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        font-size: 28px;
    }

        .ProductPageBanner .INNER h2 {
            padding-top: 100px;
            padding-bottom: 40px;
            font-size: 48px;
        }


.ProductsPageList {
    padding-top: 80px;
}

    .ProductsPageList .INNER {
        margin-bottom: 80px;
    }

    .ProductsPageList H1 {
        width: 100%;
        height: 74px;
        LINE-height: 74px;
        background: #CD2B26;
        font-weight: 700;
        font-size: 34px;
        color: #FFFFFF;
        padding-left: 30px;
        text-align: left;
    }


    .ProductsPageList .detail {
        width: 100%;
        height: 428px;
        background: #FFFFFF;
        border-radius: 0px 0px 0px 0px;
    }


        .ProductsPageList .detail .r {
            width: 424px;
            float: left;
            height: 100%;
            position: relative;
        }

            .ProductsPageList .detail .r summary {
                text-align: left;
                color: #3D3D3D;
                font-weight: 400;
                font-size: 18px;
            }



            .ProductsPageList .detail .r h3 {
                font-weight: 700;
                font-size: 24px;
                color: #3B3B3B;
                padding-bottom: 10px;
                padding-top: 40px;
                text-align: left;
            }


            .ProductsPageList .detail .r .buttons {
                position: absolute;
                bottom: 40px;
                display: flex;
                gap: 30px;
            }

        .ProductsPageList .detail .l {
            width: 50%;
            float: left;
            position: relative;
            height: 100%;
        }


            .ProductsPageList .detail .l .img {
                width: 100%;
                height: 368px;
                display: flex;
                top: 50%;
                transform: translateY(-50%);
                position: absolute;
                justify-content: center;
            }

                .ProductsPageList .detail .l .img img {
                    height: 100%;
                    width: auto;
                }


/* 应用场景页面样式 */
.CasePage {
    width: 100%;
    height: 820px;
    overflow: hidden;
    position: relative;
    background: center 50% no-repeat;
    background-size: cover;
    background: #e3e3e3;
    background: center 50% no-repeat;
    background-size: cover;
}


    .CasePage .INNER {
        height: 100%;
    }

    .CasePage .summary {
        width: 680px;
        overflow: hidden;
        color: #fff;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        position: absolute;
        right: 100px;
        top: 100px;
    }

        .CasePage .summary strong,
        .CasePage .summary span {
            width: 100%;
            text-align: left;
            font-weight: 500;
            font-size: 18px;
        }

        .CasePage .summary strong {
            font-size: 30px;
        }



    /*导航分类*/
    .CasePage .list {
        position: absolute;
        left: 100px;
        top: 103px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        color: #fff;
        text-align: left;
        padding-left: 28px;
        width: 220px;
        gap: 30px;
        /* background: red; */
    }

        .CasePage .list a {
            text-decoration: none;
        }


        .CasePage .list::before {
            content: " ";
            width: 6px;
            height: 100%;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 10px 10px 10px 10px;
            position: absolute;
            left: 0;
            top: 0;
        }

        .CasePage .list .a {
            width: 100%;
            color: #fff;
            text-align: left;
            font-weight: 400;
            font-size: 34px;
            color: rgba(255, 255, 255, 0.5);
            line-height: 120%;
            display: block;
            /* background: green; */
        }

        .CasePage .list .o {
            position: relative;
        }

            .CasePage .list .o .a {
                color: rgba(255, 255, 255, 1);
                position: relative;
            }


                .CasePage .list .o .a::before {
                    content: " ";
                    width: 6px;
                    height: 100%;
                    background: rgba(255, 255, 255);
                    border-radius: 10px 10px 10px 10px;
                    position: absolute;
                    left: -28px;
                    top: 0;
                }


        .CasePage .list .floatNav {
            position: absolute;
            left: 211px;
            top: 5px;
            width: 180px;
            flex-direction: column;
            gap: 20px;
            display: none;
        }

        .CasePage .list .o .floatNav {
            display: flex;
        }

        .CasePage .list .floatNav a {
            font-size: 28px;
            line-height: 120%;
            text-align: left;
            color: rgba(255, 255, 255, 0.5)
        }

            .CasePage .list .floatNav a.o {
                color: rgba(255, 255, 255, 1);
            }


.caseDetailTop {
    height: 410px;
}

    .caseDetailTop .INNER {
        display: flex;
    }

    .caseDetailTop .l {
        width: 700px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 40px;
        padding-top: 60px;
    }

    .caseDetailTop h1 {
        font-weight: 700;
        font-size: 34px;
        color: #3D3D3D;
        text-align: left;
    }

    .caseDetailTop summary {
        font-weight: 400;
        font-size: 18px;
        color: #3D3D3D;
        text-align: left;
    }


    .caseDetailTop .buttons {
        gap: 20px;
        display: flex;
        justify-content: flex-start;
    }

        .caseDetailTop .buttons a {
            border-width: 2px;
        }

    .caseDetailTop .r {
        flex: 1;
        padding-right: 80px;
        padding-top: 100px;
        display: flex;
        justify-content: flex-end;
    }


        .caseDetailTop .r img {
            height: 247px;
            display: block;
        }


.caseDetailAppConf h1 {
    font-weight: 700;
    font-size: 30px;
    color: #3D3D3D;
    text-align: left;
    width: 100%;
    padding: 60px 0 40px 0;
    padding-bottom: 80px;
}


.caseDetailAppConf .INNER {
    padding-bottom: 80px;
}

.caseDetailAppConf .list {
    display: flex;
    gap: 40px;
    width: 100%;
    flex-direction: column;
}


    .caseDetailAppConf .list .line {
        display: flex;
        gap: 80px;
        width: 100%;
    }


        .caseDetailAppConf .list .line .img {
            height: 400px;
            background: rgba(181, 181, 181, 0.15);
            border-radius: 20px 20px 20px 20px;
            flex: 1;
            display: flex;
            height: 400px;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            align-items: center;
            gap: 30px;
        }


            .caseDetailAppConf .list .line .img img {
                height: 280px;
            }

        .caseDetailAppConf .list .line.a .img img {
            height: 337px;
        }


        .caseDetailAppConf .list .line .img span {
            width: 100%;
            height: 30px;
            line-height: 30px;
        }

.productDetail .INNER {
    display: flex;
    justify-content: space-between;
}

.productDetail .r， .productDetail .l {
    flex: 1;
}


.productDetail .r {
    width: 600px;
}


.productDetail .l p {
    margin-top: 10px;
    display: flex;
    padding-left: 40px;
    width: 401px;
    height: 50px;
    line-height: 50px;
    background: rgba(181, 181, 181, 0.15);
    border-radius: 40px 40px 40px 40px;
}

    .productDetail .l p span {
        flex: 1;
        text-align: left;
    }


.productDetail .r p {
    flex: 1;
    text-align: left;
    line-height: 30px;
    position: relative;
    padding-left: 20px;
    margin-bottom: 30px;
}



    .productDetail .r p::before {
        position: absolute;
        left: 0;
        top: 15px;
        transform: translateY(-50%);
        content: " ";
        width: 9px;
        height: 9px;
        background: #CD2B26;
        border-radius: 50%;
    }

.productDetail .l p span:last-child {
    width: 166px;
}

.productDetail h1 {
    width: 100%;
    text-align: left;
    font-weight: 700;
    font-size: 30px;
    color: #3D3D3D;
    margin-top: 80px;
    margin-bottom: 40px;
}

.caseDetailPIc {
    position: relative;
    height: 480px;
    overflow: hidden;
}

    .caseDetailPIc .bg {
        width: 100%;
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
    }

.ArrawL,
.ArrawR {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: url(/img/arrawL.png);
    left: 100px;
    cursor: pointer;
}

.ArrawR {
    background: url(/img/arrawR.png);
    right: 100px;
    left: auto;
}

.NewsPageBanner {
    width: 100%;
    background: center bottom no-repeat;
    background-size: cover;
    height: 412px;
    color: #fff;
}

    .NewsPageBanner .INNER {
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        font-size: 28px;
    }

        .NewsPageBanner .INNER h2 {
            padding-top: 100px;
            padding-bottom: 40px;
            font-size: 48px;
        }


.NewsPageList {
    width: 100%;
    margin-top: 80px;
}

    .NewsPageList .INNER .Pages {
        width: 100%;
        display: flex;
        margin-bottom: 80px;
        justify-content: center;
        gap: 20px;
    }


        .NewsPageList .INNER .Pages a {
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            border-radius: 8px 8px 8px 8px;
            border: 1px solid #9BA1A6;
            font-size: 18px;
            color: #9BA1A6;
            text-decoration: none;
        }


            .NewsPageList .INNER .Pages a.o {
                background: #CD2B26;
                color: #fff;
                border: none;
            }

    .NewsPageList .INNER .lists {
        display: flex;
        flex-wrap: wrap;
        gap: 35px 40px;
        margin-bottom: 85px;
    }

    .NewsPageList .itm {
        width: 280px;
    }

        .NewsPageList .itm .img {
            margin-bottom: 20px;
            width: 100%;
            height: 165px;
            background: #F4F4F4;
            overflow: hidden;
        }

            .NewsPageList .itm .img img {
                width: 100%;
            }


        .NewsPageList .itm h2 {
            font-weight: 500;
            font-size: 18px;
            color: #1F2937;
            margin-bottom: 10px;
            text-align: left;
            height: 30px;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .NewsPageList .itm summary {
            font-size: 18px;
            color: #4B5563;
            text-align: left;
            line-height: 24px;
            height: 48px;
            /* 2行高度 */
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            text-overflow: ellipsis;
        }


        .NewsPageList .itm .btnnn {
            display: flex;
            align-items: center;
            justify-content: space-between;
            color: #3D3D3D;
            margin-top: 25px;
        }


.joinUsPageBanner {
    width: 100%;
    background: center bottom no-repeat;
    background-size: cover;
    height: 400px;
    color: #fff;
}

    .joinUsPageBanner .INNER {
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        font-size: 28px;
        position: relative;
    }

        .joinUsPageBanner .INNER h2 {
            padding-top: 100px;
            padding-bottom: 110px;
            font-size: 48px;
        }


        .joinUsPageBanner .INNER summary {
            font-weight: 500;
            font-size: 20px;
            color: #FFFFFF;
            line-height: 40px;
            text-align: left;
        }



        .joinUsPageBanner .INNER .floata img {
            position: absolute;
            top: 87px;
            left: 63px;
        }

            .joinUsPageBanner .INNER .floata img.a2 {
                position: absolute;
                top: 65px;
                left: 67px;
            }


.huodongFuli {
    background: #fff;
}


    .huodongFuli h1 {
        color: #3D3D3D;
    }

    .huodongFuli .itm span {
        background: #9BA1A6;
    }


.ContactBanner {
    width: 100%;
    padding: 1px;
    background: 50% 50% no-repeat;
    background-size: cover;
    background-attachment: fixed;
}


    .ContactBanner .INNER {
        margin: 80px auto;
        background: rgba(255, 255, 255, 0.8);
        border-radius: 30px 30px 30px 30px;
    }

.subForm h1 {
    font-weight: 700;
    font-size: 48px;
    color: #3D3D3D;
    text-align: left;
    padding: 60px;
    padding-left: 0;
}

.subForm .form {
    display: flex;
    flex-wrap: wrap;
    gap: 0 50px;
}

    .subForm .form p {
        font-weight: 500;
        font-size: 20px;
        color: #3D3D3D;
        height: 60px;
        line-height: 60px;
        display: flex;
        border-bottom: 1px solid #9BA1A6;
        width: 570px;
    }


    .subForm .form input {
        flex: 1;
        background: none;
        border: 0;
        text-align: left;
        font-size: 20px;
        line-height: 60px;
    }


    .subForm .form p label {
        width: 120px;
        text-align: left;
    }


.contactDetail {
    PADDING-BOTTOM: 94PX;
}

    .contactDetail h1 {
        font-weight: 700;
        font-size: 48px;
        color: #3D3D3D;
        text-align: left;
        padding-top: 80px;
        padding-bottom: 40px;
    }



    .contactDetail .item {
        width: 50%;
        float: left;
        margin-bottom: 60PX;
    }


    .contactDetail .contactDetailList {
        display: flex;
        flex-wrap: wrap;
    }


    .contactDetail h2 {
        font-weight: 500;
        font-size: 20px;
        height: 50px;
        line-height: 50px;
        color: #CD2B26;
        text-align: left;
        width: 570px;
        border-bottom: 1px solid #D3D3D3;
        margin-bottom: 27px;
    }

    .contactDetail .a {
        display: flex;
    }

    .contactDetail img {
        width: 196px;
        height: 135px;
    }

    .contactDetail .text p {
        text-align: left;
        line-height: 27.8px;
        white-space: normal;
        word-wrap: break-word;
        overflow-wrap: break-word;
        WIDTH: 351PX;
        font-weight: 400;
        font-size: 18px;
        color: #3D3D3D;
        MARGIN-LEFT: 24PX;
    }



.ContactBanner .INNER .submit-btn {
    text-align: left;
    padding: 45px 0;
    display: flex;
    justify-content: flex-end;
}


.jobs h1 {
    text-align: left;
    margin-top: 100px;
    font-weight: 700;
    font-size: 48px;
    color: #3D3D3D;
    width: 1240px;
    padding-bottom: 60px;
}

.job {
    cursor: pointer;
}

.job,
.jobs h1 {
    position: relative;
    border-bottom: 1px solid #D3D3D3;
}

.jobs .job h2 {
    height: 80px;
    line-height: 80px;
    text-align: left;
    font-weight: 700;
    font-size: 24px;
    color: #3D3D3D;
}



.jobs .job .job-details {
    display: none;
}

.jobs .job.o .job-details {
    display: block;
    margin-bottom: 20px;
    text-align: left;
}

.jobs .job .sub {
    display: block;
    margin-bottom: 20px;
    text-align: right;
}

.job-details .h {
    font-weight: 700;
    font-size: 20px;
    color: #3D3D3D;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 10px;
}

.job-details p {
    text-align: left;
}

.jobs .job.o h2::after {
    background: url('/img/arrawD.png') no-repeat;
}


.jobs .job h2::after {
    content: " ";
    background: url('/img/arrawR.png') no-repeat;
    position: absolute;
    left: auto;
    right: 0;
    top: 20px;
    width: 40px;
    height: 40px;
}


.comBenefit h1 {
    font-weight: 700;
    font-size: 48px;
    color: #3D3D3D;
    text-align: left;
    margin-top: 100px;
    margin-bottom: 80px;
}

.comBenefit .list {
    display: flex;
    gap: 62px 113px;
    flex-wrap: wrap;
    font-weight: 400;
    font-size: 20px;
    color: #3D3D3D;
    margin-bottom: 160px;
}


    .comBenefit .list p {
        font-weight: 400;
        font-size: 20px;
        color: #3D3D3D;
    }

    .comBenefit .list .itm {
        width: 80px;
    }

    .comBenefit .list img {
        width: 82px;
        height: 82px;
    }

.resume-card-bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(10, 30, 45, 0.1); /* 深色半透明遮罩 */
    backdrop-filter: blur(5px) brightness(0.9);
    -webkit-backdrop-filter: blur(5px) brightness(0.9);
    transition: opacity 0.25s ease, visibility 0.25s;
    z-index: 1000;
}
/* 卡片 — 模拟简历投递表单 */
.resume-card {
    z-index: 1001;
    width: 1440px;
    height: 520px;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 30px;
    box-shadow: 0 25px 50px -12px rgba(0, 20, 40, 0.35), inset 0 1px 2px rgba(255,255,255,0.7);
    padding: 0 100px;
    border: 1px solid rgba(255,255,255,0.5);
    transition: filter 0.3s ease;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .resume-card .sub {
        margin-top: 45px;
        gap: 10px;
        display: flex;
        justify-content: flex-end;
    }
