/**2023年8月新增样式**/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.banner_2023 {
    width: 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
    height: 100vh;
    overflow: hidden;
    background-size: cover;
    position: relative;
}

    .banner_2023 .banner_img {
        width: auto;
        height: 1000px;
        -webkit-transition: all 1.5s;
        -moz-transition: all 1.5s;
        transition: all 1.5s;
    }

.banner_2023_word {
    width: 600px;
    position: absolute;
    top: 240px;
    left: 35%;
    transform: translateX(-50%);
    z-index: 2;
    padding: 40px;
    background: rgba(0,0,0,0.8);
    z-index: 2;
}

    .banner_2023_word h2 {
        font-size: 26px;
        color: #fff;
        line-height: 36px;
    }

        .banner_2023_word h2 span {
            display: block;
            font-size: 14px;
            line-height: 24px;
            margin-top: 30px;
            font-weight: normal;
        }

        .banner_2023_word h2 a {
            width: 120px;
            height: 36px;
            display: block;
            margin-top: 30px;
            background: #293040;
            font-size: 14px;
            color: #fff;
            line-height: 36px;
            font-weight: bold;
            box-sizing: border-box;
            padding: 0 0 0 10px;
            text-align: left;
        }

            .banner_2023_word h2 a img {
                display: inline-block;
                vertical-align: middle;
                margin-right: 4px;
                position: relative;
                top: -1px;
            }

            .banner_2023_word h2 a:hover {
                background-color: #ff7800;
            }

.banner_2023.on .banner_img {
    transform: scale(1.2, 1.2);
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    transition: all 1.5s;
}


/**2024官网新增样式**/
/**---------------------------所有2024年新增样式皆写在下方！！！-----------------------------**/
/**---------------------------新样式命名要与以前有差异，避免样式冲突！！！！！！-----------------------------**/

/**-----1280分辨率页面宽度公共样式------**/
.w_elasticity {
    padding: 0 8vh;
}

.tit_2024 {
    font-size: 30px;
    font-weight: bold;
    color: #293040;
    text-align: center;
    padding: 0px 30px;
}

    .tit_2024 span {
        font-size: 16px;
        font-weight: normal;
        color: #717787;
        display: block;
        margin-top: 10px;
        line-height: 30px;
    }

/**----------**/

.navigation {
    height: 80px;
    text-align: center;
    display: flex;
    justify-content: space-between;
}

    .navigation li {
        font-size: 18px;
        font-weight: normal;
        color: #717787;
        display: inline-block;
        vertical-align: middle;
        line-height: 80px;
    }

        .navigation li.on {
            color: #293040;
            font-weight: bold;
            border-bottom: 3px solid #ff7800;
        }

.parta_2024 {
    background-image: url(/images/b2b_bg01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 40px 0;
}

.parta_main_2024 {
    margin-top: 40px;
    height: 640px;
    position: relative;
    overflow: hidden;
}

    .parta_main_2024 dl dt img {
        width: 360px;
        height: auto;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 50%;
        margin-left: -180px;
    }

    .parta_main_2024 dl dd p {
        font-size: 14px;
        font-weight: normal;
        color: #717787;
        line-height: 24px;
    }

        .parta_main_2024 dl dd p b {
            color: #ff7800;
            display: block;
            font-size: 18px;
            margin-bottom: 10px;
        }

    .parta_main_2024 dl dd {
        width: 310px;
        padding: 20px;
        background-color: rgba(255, 255, 255, 1);
        position: absolute;
    }

        .parta_main_2024 dl dd:nth-child(2) {
            border-radius: 15px 15px 0 15px;
            top: 0;
            left: 50%;
            margin-left: -450px;
            text-align: right;
            background-image: url(/images/jtwzcg_pic/001.png);
            background-repeat: no-repeat;
            background-position: -20px 80px;
            background-size: 80px;
        }

        .parta_main_2024 dl dd:nth-child(3) {
            border-radius: 15px 15px 15px 0;
            top: 0;
            right: 50%;
            margin-right: -450px;
            text-align: left;
            background-image: url(/images/jtwzcg_pic/002.png);
            background-repeat: no-repeat;
            background-position: 235px 80px;
            background-size: 80px;
        }

        .parta_main_2024 dl dd:nth-child(4) {
            border-radius: 15px;
            top: 50%;
            transform: translateY(-50%);
            left: 50%;
            margin-left: -530px;
            text-align: right;
            background-image: url(/images/jtwzcg_pic/003.png);
            background-repeat: no-repeat;
            background-position: -20px 80px;
            background-size: 80px;
        }

        .parta_main_2024 dl dd:nth-child(5) {
            border-radius: 15px;
            top: 50%;
            transform: translateY(-50%);
            right: 50%;
            margin-right: -530px;
            text-align: left;
            background-image: url(/images/jtwzcg_pic/004.png);
            background-repeat: no-repeat;
            background-position: 235px 80px;
            background-size: 80px;
        }

        .parta_main_2024 dl dd:nth-child(6) {
            border-radius: 15px 0 15px 15px;
            bottom: 0;
            left: 50%;
            margin-left: -450px;
            text-align: right;
            background-image: url(/images/jtwzcg_pic/005.png);
            background-repeat: no-repeat;
            background-position: -20px 80px;
            background-size: 80px;
        }

        .parta_main_2024 dl dd:nth-child(7) {
            border-radius: 0 15px 15px 15px;
            bottom: 0;
            right: 50%;
            margin-right: -450px;
            text-align: left;
            background-image: url(/images/jtwzcg_pic/006.png);
            background-repeat: no-repeat;
            background-position: 215px 80px;
            background-size: 80px;
        }

    .parta_main_2024 dl.dzzb dt img {
        top: 40%;
    }

    .parta_main_2024 dl.dzzb dd:nth-child(4),
    .parta_main_2024 dl.dzzb dd:nth-child(5) {
        top: 32%;
    }

    .parta_main_2024 dl.dzzb dd:nth-child(6),
    .parta_main_2024 dl.dzzb dd:nth-child(7) {
        bottom: 50px;
    }

.partb_2024 {
    padding: 40px 0;
}

.pb_main_2024 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .pb_main_2024 dl {
        width: 18%;
        margin-right: 20px;
        padding: 2%;
        border: 1px solid #e1e1e3;
        margin-top: 30px;
        box-sizing: border-box;
    }

        .pb_main_2024 dl dt {
            min-height: 80px;
            text-align: center;
        }

            .pb_main_2024 dl dt img {
                width: 80px;
                margin-top: 20%;
                transform: translateY(-50%);
            }


        .pb_main_2024 dl:nth-child(5n+5) {
            margin-right: 0;
        }

        .pb_main_2024 dl dd b {
            font-size: 16px;
            font-weight: bold;
            color: #293040;
            line-height: 40px;
            display: block;
            text-align: center;
        }

        .pb_main_2024 dl dd p {
            font-size: 14px;
            font-weight: normal;
            color: #717787;
            line-height: 20px;
            text-align: left;
        }


.partc_2024 {
    background-color: #f5f5f9;
    padding: 60px 0;
}

.h3_2024 {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    padding: 0 20%;
}

    .h3_2024 li {
        display: inline-block;
        padding: 0 5px;
        font-size: 20px;
        font-weight: normal;
        color: #293040;
        line-height: 50px;
    }

        .h3_2024 li.on {
            color: #ff7800;
            font-weight: bold;
            border-bottom: 3px solid #ff7800;
        }

.pc_main_2024 {
    overflow: hidden;
}

    .pc_main_2024 dl {
        display: flex;
        background-color: #fff;
        border: 1px solid #dfe1e6;
    }

        .pc_main_2024 dl dt {
            flex: 1;
        }

            .pc_main_2024 dl dt img {
                width: 100%;
            }

        .pc_main_2024 dl dd {
            width: 400px;
            padding: 20px 30px 0 30px;
            box-sizing: border-box;
            position: relative;
        }

            .pc_main_2024 dl dd p {
                font-size: 16px;
                font-weight: normal;
                line-height: 32px;
                display: block;
                margin-top: 5px;
                color: #293040;
                text-align: left;
            }

                .pc_main_2024 dl dd p::before {
                    content: "";
                    display: block;
                    width: 8px;
                    height: 8px;
                    background-color: #dfe1e6;
                    border-radius: 1000px;
                    float: left;
                    margin-top: 10px;
                    margin-right: 10px;
                }

            .pc_main_2024 dl dd a {
                width: 140px;
                height: 40px;
                background-color: #293040;
                font-size: 14px;
                font-weight: bold;
                color: #fff;
                text-align: center;
                line-height: 40px;
                display: block;
                position: absolute;
                bottom: 30px;
                left: 50%;
                margin-left: -70px;
            }

                .pc_main_2024 dl dd a:hover {
                    background-color: #ff7800;
                }

.partd_2024 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.h3_2024_2 {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    padding: 0 10%;
}

    .h3_2024_2 li img {
        width: 100%;
    }

    .h3_2024_2 li.on {
        color: #ff7800;
        font-weight: bold;
        border-bottom: 3px solid #ff7800;
    }

.blk01_2024 {
    width: 100%;
    position: relative;
    margin: 0 auto;
    margin-top: 40px;
}

    .blk01_2024 img {
        width: 100%;
        height: auto;
    }

    .blk01_2024 dl {
        width: 700px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 30px;
        background-color: #fff;
        padding: 30px;
    }

        .blk01_2024 dl dt {
            font-size: 24px;
            font-weight: bold;
            color: #ff7800;
            margin-bottom: 20px;
        }

        .blk01_2024 dl dd {
            height: 320px;
        }

            .blk01_2024 dl dd p {
                font-size: 15px;
                font-weight: normal;
                color: #293040;
                line-height: 28px;
            }

            .blk01_2024 dl dd a {
                width: 120px;
                height: 40px;
                background-color: #293040;
                font-size: 14px;
                font-weight: bold;
                color: #fff;
                text-align: center;
                line-height: 40px;
                display: block;
                position: absolute;
                bottom: 40px;
                left: 40px
            }

                .blk01_2024 dl dd a:hover {
                    background-color: #ff7800;
                }


/**------------原公共样式-----------**/
.partk {
    padding: 8vh;
    background-color: #f5f5f9;
}

    .partk ul {
        display: flex;
        margin-top: 50px;
        flex-wrap: wrap;
    }

        .partk ul li {
            width: 16.66%;
            border: 10px solid #f5f5f9;
            background-color: #fff;
            padding: 10px;
        }

            .partk ul li img {
                display: block;
                width: 100%;
                margin: 0 auto;
            }

.new_partb {
    padding: 8vh;
}

    .new_partb h2 {
        font-size: 36px;
        color: #293040;
        text-align: center;
        line-height: 44px;
        margin-bottom: 20px;
    }

    .new_partb .dl_box {
        display: flex;
        flex-wrap: wrap;
    }

        .new_partb .dl_box dl {
            margin: 30px 15px 0 15px;
            box-sizing: border-box;
            box-shadow: 0 0 30px rgba(223, 225, 230, .5);
            width: 30%;
            padding: 40px;
        }

            .new_partb .dl_box dl dt a {
                display: block;
                font-size: 20px;
                color: #293040;
                color: #293040;
                margin-top: 30px;
                font-weight: bold;
            }

                .new_partb .dl_box dl dt a:hover {
                    color: #ff7800;
                }

            .new_partb .dl_box dl dd {
                font-size: 16px;
                line-height: 30px;
                color: #293040;
                display: block;
                margin-top: 14px;
            }

            .new_partb .dl_box dl a.view {
                width: 110px;
                height: 40px;
                background-color: #293040;
                font-size: 16px;
                font-weight: bold;
                color: #fff;
                text-align: center;
                line-height: 40px;
                margin-top: 20px;
                display: block;
            }

                .new_partb .dl_box dl a.view:hover {
                    background-color: #ff7800;
                }

.parte {
    padding: 10vh 10vh;
}

.pe_main {
    display: flex;
    margin-top: 50px;
}

.pe_left {
    flex: 1;
    margin-right: 20px;
}

.pe_right {
    flex: 1;
    margin-left: 20px;
}

.pe_left ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 0;
}

    .pe_left ul li .icon_box {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        width: 40px;
        height: 40px;
        border-radius: 1000px;
        border: 3px solid #293040;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }

    .pe_left ul li:nth-child(1) .icon_box {
        background-image: url(/images/icon04.png);
        background-repeat: no-repeat;
        background-size: 22px 22px;
        background-position: center center;
    }

    .pe_left ul li:nth-child(2) .icon_box {
        background-image: url(/images/icon05.png);
        background-repeat: no-repeat;
        background-size: 22px 22px;
        background-position: center center;
    }

    .pe_left ul li:nth-child(3) .icon_box {
        background-image: url(/images/icon07.png);
        background-repeat: no-repeat;
        background-size: 22px 22px;
        background-position: center center;
    }

    .pe_left ul li:nth-child(4) .icon_box {
        background-image: url(/images/icon06.png);
        background-repeat: no-repeat;
        background-size: 22px 22px;
        background-position: center center;
    }

    .pe_left ul li span {
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
        color: #717787;
        line-height: 22px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }

        .pe_left ul li span strong {
            color: #293040;
            font-size: 14px;
            display: block;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            transition: all 0.5s;
        }

    .pe_left ul li:nth-child(1) {
        width: 32%;
    }

    .pe_left ul li:nth-child(2) {
        width: 32%;
    }

    .pe_left ul li:nth-child(3) {
        width: 32%;
    }

    .pe_left ul li:nth-child(4) {
        width: 64.5%;
    }

    .pe_left ul li:hover .icon_box {
        border: 3px solid #ff7800;
    }

    .pe_left ul li:hover span {
        color: #ff7800;
    }

        .pe_left ul li:hover span strong {
            color: #ff7800;
        }

    .pe_left ul li:nth-child(1):hover .icon_box {
        background-image: url(/images/icon04_2.png);
        background-repeat: no-repeat;
        background-size: 22px 22px;
        background-position: center center;
    }

    .pe_left ul li:nth-child(2):hover .icon_box {
        background-image: url(/images/icon05_2.png);
        background-repeat: no-repeat;
        background-size: 22px 22px;
        background-position: center center;
    }

    .pe_left ul li:nth-child(3):hover .icon_box {
        background-image: url(/images/icon07_2.png);
        background-repeat: no-repeat;
        background-size: 22px 22px;
        background-position: center center;
    }

    .pe_left ul li:nth-child(4):hover .icon_box {
        background-image: url(/images/icon06_2.png);
        background-repeat: no-repeat;
        background-size: 22px 22px;
        background-position: center center;
    }

    .pe_left ul li:nth-child(5) .icon_box {
        background-image: url(/images/icon08_2.png);
        background-repeat: no-repeat;
        background-size: 22px 22px;
        background-position: center center;
        border: 3px solid #ff6a00;
    }

    .pe_left ul li:nth-child(5) span {
        color: #ff6a00;
    }

    .pe_left ul li:nth-child(5) a {
        display: inline-block;
        padding: 0 5px;
        line-height: 26px;
        background-color: #ff6a00;
        border-radius: 4px;
        color: #fff;
        font-size: 14px;
    }

.pe_left .map {
    overflow: hidden;
    margin-top: 20px;
}

    .pe_left .map img {
        width: 100%;
    }

.pe_right ul li {
    padding: 10px 0;
    overflow: hidden;
    width: 100%;
}

    .pe_right ul li:nth-child(1) {
        overflow: hidden;
        justify-content: space-between;
        display: flex;
    }

        .pe_right ul li:nth-child(1) input {
            width: 31%;
            height: 58px;
            background-color: #f5f5f9;
            border: 1px solid #eee;
            padding: 0 0 0 20px;
            font-size: 14px;
            font-weight: normal;
            color: #717787;
            box-sizing: border-box;
        }

            .pe_right ul li:nth-child(1) input:focus {
                outline: none;
            }

    .pe_right ul li textarea {
        background-color: #f5f5f9;
        border: 1px solid #eee;
        padding: 20px;
        font-size: 14px;
        font-weight: normal;
        color: #717787;
        width: 100%;
        box-sizing: border-box;
        height: 1.2rem;
    }

    .pe_right ul li:nth-child(3) {
        display: flex;
    }

        .pe_right ul li:nth-child(3) a {
            flex: 1;
            line-height: 50px;
            height: 50px;
            font-size: 16px;
            font-weight: bold;
            color: #fff;
            background: linear-gradient(to right, #ff4e00, #ff8400);
            display: block;
            text-align: center;
        }

/**------------原公共样式-----------**/
.h3_2024-10 {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    padding: 0 7%;
}
/*员工福利*/
.parta_main_2024 dl.ygfl dd:nth-child(2) {
    border-radius: 15px;
    top: 0;
    left: 50%;
    margin-left: 0;
    transform: translateX(-50%);
    text-align: right;
    background-image: url(/images/ygfl_pic/001.png);
    background-repeat: no-repeat;
    background-position: -20px 80px;
    background-size: 80px;
    text-align: center;
}

.parta_main_2024 dl.ygfl dd:nth-child(3) {
    border-radius: 15px 15px 15px 0;
    top: 0;
    right: 50%;
    margin-right: -450px;
    text-align: left;
    background-image: url(/images/ygfl_pic/004.png);
    background-repeat: no-repeat;
    background-position: 235px 80px;
    background-size: 80px;
}

.parta_main_2024 dl.ygfl dd:nth-child(4) {
    border-radius: 15px 15px 0 15px;
    top: 50%;
    transform: translateY(-50%);
    left: 50%;
    margin-left: -530px;
    text-align: right;
    background-image: url(/images/ygfl_pic/002.png);
    background-repeat: no-repeat;
    background-position: -20px 80px;
    background-size: 80px;
}

.parta_main_2024 dl.ygfl dd:nth-child(5) {
    border-radius: 15px 15px 15px 0;
    top: 50%;
    transform: translateY(-50%);
    right: 50%;
    margin-right: -530px;
    text-align: left;
    background-image: url(/images/ygfl_pic/003.png);
    background-repeat: no-repeat;
    background-position: 235px 80px;
    background-size: 80px;
}

.parta_main_2024 dl.ygfl dd:nth-child(6) {
    border-radius: 15px 0 15px 15px;
    bottom: 0;
    left: 50%;
    margin-left: -450px;
    text-align: right;
    background-image: url(/images/ygfl_pic/004.png);
    background-repeat: no-repeat;
    background-position: -20px 80px;
    background-size: 80px;
}

.parta_main_2024 dl.ygfl dd:nth-child(7) {
    border-radius: 0 15px 15px 15px;
    bottom: 0;
    right: 50%;
    margin-right: -450px;
    text-align: left;
    background-image: url(/images/ygfl_pic/005.png);
    background-repeat: no-repeat;
    background-position: 215px 80px;
    background-size: 80px;
}

.pb_main_2024.list-6 dl {
    width: 15%;
    margin-right: 10px;
    margin-top: 40px;
    box-sizing: border-box;
    position: relative;
    padding: 15px;
    text-align: center;
}



    .pb_main_2024.list-6 dl dt {
        display: inline-block;
        min-height: 60px;
        min-width: 60px;
        margin-top: 20px;
    }

.pb_main_2024 dl dt img {
    width: 60px;
    margin-top: 30%;
    transform: translateY(-50%);
}

.pb_main_2024.list-6 dl dd b {
    font-size: 15px;
    font-weight: bold;
    color: #293040;
    line-height: 28px;
    margin-bottom: 8px;
    display: block;
    text-align: center;
}

.pb_main_2024.list-6 dl dd p {
    font-size: 12px;
    font-weight: normal;
    color: #717787;
    line-height: 20px;
    text-align: left;
}

.h3_2024-10.h3_100 {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    padding: 0 1%;
}

.parta_main_2024.bg-560 {
    height: 500px;
}

    .parta_main_2024.bg-560 dl dd:nth-child(4) {
        border-radius: 15px 15px 0 15px;
    }

    .parta_main_2024.bg-560 dl dd:nth-child(5) {
        border-radius: 15px 15px 15px 0;
    }

.pb_main_2024.list-8 {
    display: flex;
    justify-content: space-between;
}

    .pb_main_2024.list-8 dl {
        width: 22%;
        margin-right: 30px;
        padding: 30px;
        border: 1px solid #e1e1e3;
        margin-top: 30px;
        box-sizing: border-box;
        text-align: center;
    }

        .pb_main_2024.list-8 dl:nth-child(4n+4) {
            margin-right: 0;
        }
/*3.电子招标询价采购平台痛点分析*/
.parta_main_2024 dl.dzzb dd:nth-child(4) {
    background-image: url(/images/dzzb_pic/001.png);
}

.parta_main_2024 dl.dzzb dd:nth-child(5) {
    background-image: url(/images/dzzb_pic/002.png);
}

.parta_main_2024 dl.dzzb dd:nth-child(6) {
    background-image: url(/images/dzzb_pic/003.png);
}

.parta_main_2024 dl.dzzb dd:nth-child(7) {
    background-image: url(/images/dzzb_pic/004.png);
}

/*4.企业差旅*/
.parta_main_2024 dl.qycl dd:nth-child(2) {
    background-image: url(/images/qycl_pic/001.png);
}

.parta_main_2024 dl.qycl dd:nth-child(4) {
    background-image: url(/images/qycl_pic/002.png);
}

.parta_main_2024 dl.qycl dd:nth-child(5) {
    background-image: url(/images/qycl_pic/003.png);
}

.parta_main_2024 dl.qycl dd:nth-child(6) {
    background-image: url(/images/qycl_pic/004.png);
}

.parta_main_2024 dl.qycl dd:nth-child(7) {
    background-image: url(/images/qycl_pic/005.png);
}
/*5.b2b企业电子销售平台*/
.parta_main_2024 dl.b2bqy dd:nth-child(2) {
    background-image: url(/images/b2bqy_pic/001.png);
}

.parta_main_2024 dl.b2bqy dd:nth-child(3) {
    background-image: url(/images/b2bqy_pic/002.png);
}

.parta_main_2024 dl.b2bqy dd:nth-child(4) {
    background-image: url(/images/b2bqy_pic/003.png);
}

.parta_main_2024 dl.b2bqy dd:nth-child(5) {
    background-image: url(/images/b2bqy_pic/004.png);
}

.parta_main_2024 dl.b2bqy dd:nth-child(6) {
    background-image: url(/images/b2bqy_pic/006.png);
}

.parta_main_2024 dl.b2bqy dd:nth-child(7) {
    background-image: url(/images/b2bqy_pic/005.png);
}
/*6.全渠道分销*/
.pc_main_2024 .pic-100 {
    display: flex;
    background-color: #fff;
    border: 1px solid #dfe1e6;
    justify-content: center;
}

    .pc_main_2024 .pic-100 > img {
        display: inline-block;
        width: 100%;
        height: auto;
    }


.blk01_2024 dl dt {
    font-size: 20px;
    font-weight: bold;
    color: #ff7800;
    margin-bottom: 8px;
}

.blk01_2024 dl dd p {
    font-size: 14px;
}

    .blk01_2024 dl dd p span {
        font-size: 18px;
        font-weight: bold;
        line-height: 38px;
    }

.blk01_2024 dl dd a {
    width: 100px;
    height: 30px;
    background-color: #293040;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 30px;
    display: block;
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.h3_2024.h3_2024-2 {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    padding: 0 35%;
}
/*7.b2c全渠道销售平台*/

.parta_main_2024 dl.b2cxs dd:nth-child(4) {
    background-image: url(/images/b2cxs_pic/001.png);
}

.parta_main_2024 dl.b2cxs dd:nth-child(5) {
    background-image: url(/images/b2cxs_pic/002.png);
}

.parta_main_2024 dl.b2cxs dd:nth-child(6) {
    background-image: url(/images/b2cxs_pic/003.png);
}

.parta_main_2024 dl.b2cxs dd:nth-child(7) {
    background-image: url(/images/b2cxs_pic/004.png);
}
/*8.b2bb2c全渠道零售平台*/

.parta_main_2024 dl.b2bls dd:nth-child(2) {
    background-image: url(/images/b2bls_pic/001.png);
}

.parta_main_2024 dl.b2bls dd:nth-child(3) {
    background-image: url(/images/b2bls_pic/002.png);
}

.parta_main_2024 dl.b2bls dd:nth-child(4) {
    background-image: url(/images/b2bls_pic/003.png);
}

.parta_main_2024 dl.b2bls dd:nth-child(5) {
    background-image: url(/images/b2bls_pic/005.png);
}

.parta_main_2024 dl.b2bls dd:nth-child(6) {
    background-image: url(/images/b2bls_pic/006.png);
}

.parta_main_2024 dl.b2bls dd:nth-child(7) {
    background-image: url(/images/b2bls_pic/007.png);
}
/*9.S2B2B采销协同一体化平台*/
.parta_main_2024 dl.s2b2b dd:nth-child(2) {
    background-image: url(/images/s2b2b_pic/001.png);
}

.parta_main_2024 dl.s2b2b dd:nth-child(4) {
    background-image: url(/images/s2b2b_pic/002.png);
}

.parta_main_2024 dl.s2b2b dd:nth-child(5) {
    background-image: url(/images/s2b2b_pic/003.png);
}

.parta_main_2024 dl.s2b2b dd:nth-child(6) {
    background-image: url(/images/s2b2b_pic/004.png);
}

.parta_main_2024 dl.s2b2b dd:nth-child(7) {
    background-image: url(/images/s2b2b_pic/005.png);
}
/*10.大宗物质交易平台*/
.parta_main_2024 dl.dzwz dd:nth-child(2) {
    background-image: url(/images/dzwz_pic/001.png);
}
/*.parta_main_2024 dl.s2b2b dd:nth-child(3) {
    background-image: url(/images/s2b2b_pic/002.png);
}*/
.parta_main_2024 dl.dzwz dd:nth-child(4) {
    background-image: url(/images/dzwz_pic/002.png);
}

.parta_main_2024 dl.dzwz dd:nth-child(5) {
    background-image: url(/images/dzwz_pic/003.png);
}

.parta_main_2024 dl.dzwz dd:nth-child(6) {
    background-image: url(/images/dzwz_pic/004.png);
}

.parta_main_2024 dl.dzwz dd:nth-child(7) {
    background-image: url(/images/dzwz_pic/005.png);
}
/*11.产业互联网*/
.parta_main_2024 dl.cyhlw dd:nth-child(2) {
    background-image: url(/images/cyhlw_pic/001.png);
}
/*.parta_main_2024 dl.s2b2b dd:nth-child(3) {
    background-image: url(/images/s2b2b_pic/002.png);
}*/
.parta_main_2024 dl.cyhlw dd:nth-child(4) {
    background-image: url(/images/cyhlw_pic/002.png);
}

.parta_main_2024 dl.cyhlw dd:nth-child(5) {
    background-image: url(/images/cyhlw_pic/003.png);
}

.parta_main_2024 dl.cyhlw dd:nth-child(6) {
    background-image: url(/images/cyhlw_pic/004.png);
}

.parta_main_2024 dl.cyhlw dd:nth-child(7) {
    background-image: url(/images/cyhlw_pic/005.png);
}
/*12供应链金融*/
.parta_main_2024 dl.gyljr dd:nth-child(2) {
    background-image: url(/images/gyljr_pic/001.png);
}
/*.parta_main_2024 dl.s2b2b dd:nth-child(3) {
    background-image: url(/images/s2b2b_pic/002.png);
}*/
.parta_main_2024 dl.gyljr dd:nth-child(4) {
    background-image: url(/images/gyljr_pic/002.png);
}

.parta_main_2024 dl.gyljr dd:nth-child(5) {
    background-image: url(/images/gyljr_pic/003.png);
}

.parta_main_2024 dl.gyljr dd:nth-child(6) {
    background-image: url(/images/gyljr_pic/004.png);
}

.parta_main_2024 dl.gyljr dd:nth-child(7) {
    background-image: url(/images/gyljr_pic/005.png);
}
/*13文博数字*/

.parta_main_2024 dl.wbsz dd:nth-child(2) {
    background-image: url(/images/wbsz_pic/001.png);
}

.parta_main_2024 dl.wbsz dd:nth-child(3) {
    background-image: url(/images/wbsz_pic/002.png);
}

.parta_main_2024 dl.wbsz dd:nth-child(4) {
    background-image: url(/images/wbsz_pic/003.png);
}

.parta_main_2024 dl.wbsz dd:nth-child(5) {
    background-image: url(/images/wbsz_pic/004.png);
}

.parta_main_2024 dl.wbsz dd:nth-child(6) {
    background-image: url(/images/wbsz_pic/005.png);
}

.parta_main_2024 dl.wbsz dd:nth-child(7) {
    background-image: url(/images/wbsz_pic/006.png);
}
/*14.全域渠道文旅电商*/

.parta_main_2024 dl.qywl dd:nth-child(4) {
    background-image: url(/images/qywl_pic/001.png);
}

.parta_main_2024 dl.qywl dd:nth-child(5) {
    background-image: url(/images/qywl_pic/002.png);
}

.parta_main_2024 dl.qywl dd:nth-child(6) {
    background-image: url(/images/qywl_pic/003.png);
}

.parta_main_2024 dl.qywl dd:nth-child(7) {
    background-image: url(/images/qywl_pic/004.png);
}
/*15.科研采购平台*/
.parta_main_2024 dl.kycg dd:nth-child(2) {
    background-image: url(/images/kycg_pic/001.png);
}

.parta_main_2024 dl.kycg dd:nth-child(4) {
    background-image: url(/images/kycg_pic/002.png);
}

.parta_main_2024 dl.kycg dd:nth-child(5) {
    background-image: url(/images/kycg_pic/003.png);
}

.parta_main_2024 dl.kycg dd:nth-child(6) {
    background-image: url(/images/kycg_pic/004.png);
}

.parta_main_2024 dl.kycg dd:nth-child(7) {
    background-image: url(/images/kycg_pic/005.png);
}
/*16智能化srm解决方案*/

.parta_main_2024 dl.znhsrm dd:nth-child(2) {
    background-image: url(/images/znhsrm_pic/001.png);
}

.parta_main_2024 dl.znhsrm dd:nth-child(4) {
    background-image: url(/images/znhsrm_pic/002.png);
}

.parta_main_2024 dl.znhsrm dd:nth-child(5) {
    background-image: url(/images/znhsrm_pic/003.png);
}

.parta_main_2024 dl.znhsrm dd:nth-child(6) {
    background-image: url(/images/znhsrm_pic/004.png);
}

.parta_main_2024 dl.znhsrm dd:nth-child(7) {
    background-image: url(/images/znhsrm_pic/005.png);
}

.h3_2024_2.h3_2024-2 {
    padding: 0 22%;
}

.h3_2024_2.h3_2024-10 {
    padding: 0 8%;
}

    .h3_2024_2.h3_2024-10 li {
        margin: 0 3vh;
    }

.h3_2024_2 li {
    margin: 0 6vh;
}

.h3_2024-25 {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    padding: 0 10%;
}

/*联系我们修改*/
.pe_left .map-wx {
    overflow: hidden;
    margin-top: 20px;
    width: 100%;
    height: 220px;
    background: url(/images/wx-bg.jpg) no-repeat center;
    padding: 20px;
    position: relative;
}

    .pe_left .map-wx .wx-text {
        margin-top: 10px;
        margin-left: 0px;
    }

        .pe_left .map-wx .wx-text h3 {
            color: #fff;
            font-size: 28px;
            line-height: 50px;
            font-weight: 700;
            position: relative;
        }

            .pe_left .map-wx .wx-text h3 > i {
                display: inline-block;
                width: 80px;
                height: 5px;
                background: #ff6a00;
                position: absolute;
                left: 0;
                bottom: 2px;
            }

        .pe_left .map-wx .wx-text p {
            margin-top: 10px;
            font-size: 20px;
            color: #fff;
            font-weight: bold;
        }

.right-pic {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

    .right-pic > img {
        width: 90%;
    }
