@import url(https://fonts.googleapis.com/css2?family=Inter:wght@900&display=swap);

.app-wrap[data-v-af82b220] {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    max-width: 1280px;
    margin: 0 auto;
    margin-top: 10px
}

.app-block[data-v-af82b220] {
    flex: 1;
    width: 450px;
    height: 100%;
    background-color: #fff;
    margin: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

.app-block-regular[data-v-af82b220] {
    transition: all .3s ease
}

.app-block-regular.expanded[data-v-af82b220] {
    flex: 2
}

.app-block-zh[data-v-af82b220] {
    flex: 2;
    width: 400px
}

.overlay[data-v-af82b220] {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    z-index: 1
}

.filter[data-v-af82b220] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.319);
    z-index: 0
}

.icon[data-v-af82b220] {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    width: 40px;
    height: 40px
}

.block_title[data-v-af82b220] {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
    font-family: Inter,sans-serif;
    letter-spacing: 2px
}

.block_desc[data-v-af82b220] {
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    pointer-events: auto;
    border: 2px solid #e70c1d;
    border-radius: 0;
    padding: 10px;
    background-color: #e70c1d;
    font-family: Inter,sans-serif;
    margin-top: 60px;
    opacity: 0;
    transition: opacity .3s ease
}

.app-block-regular.expanded .block_desc[data-v-af82b220], .app-block-zh .block_desc[data-v-af82b220] {
    opacity: 1
}

@media screen and (max-width:768px) {
    .app-wrap[data-v-af82b220] {
        flex-direction: column;
        padding: 0;
        width: 100%
    }

    .app-block[data-v-af82b220] {
        margin: 10px 0;
        flex: 2
    }

    .app-block-regular[data-v-af82b220], .app-block-zh[data-v-af82b220], .app-block[data-v-af82b220] {
        width: 100%;
        height: 300px;
        background-size: cover !important
    }

    .block_title[data-v-af82b220] {
        font-size: 28px
    }

    .icon[data-v-af82b220] {
        width: 30px;
        height: 30px
    }

    .block_desc[data-v-af82b220] {
        margin-top: 30px;
        font-size: 14px;
        padding: 8px;
        opacity: 1
    }
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuBWYMZg.ttf) format("truetype")
}

[data-v-074f3bbe] {
    font-weight: 500
}

    [data-v-074f3bbe] .el-cascader {
        width: 100%
    }

.home .prod_wrap[data-v-074f3bbe] {
    position: relative;
    height: calc(100vh - 102px)
}

.home .prod_wrap .bg[data-v-074f3bbe] {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: left;
    overflow: hidden;
    background-image: url(https://sunman-1257160275.cos.accelerate.myqcloud.com/compress%2Fimgs%2Fhome%2FVideo_cover.webp);
    background-size: cover;
    background-position: 50%
}

.home .prod_wrap .bg-video[data-v-074f3bbe] {
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    height: calc(100% + 0px);
    -o-object-fit: cover;
    object-fit: fill;
    z-index: 0;
    -o-object-position: center;
    object-position: center;
    transform: scale(1.0)
}

.home .prod_wrap .bg[data-v-074f3bbe]:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,rgba(0,0,0,.4),rgba(0,0,0,.2));
    z-index: 1
}

.home .prod_wrap .bg .title[data-v-074f3bbe] {
    font-size: 62px;
    font-weight: 700;
    margin-top: 250px
}

.home .prod_wrap .bg .desc[data-v-074f3bbe], .home .prod_wrap .bg .title[data-v-074f3bbe] {
    position: relative;
    margin-left: 10vw;
    margin-right: 5vw;
    color: #f1feff;
    z-index: 2;
    font-family: Inter,sans-serif
}

.home .prod_wrap .bg .desc[data-v-074f3bbe] {
    font-size: 32px;
    font-weight: 400;
    margin-top: 60px;
    line-height: 56px;
    word-break: keep-all
}

.home .prod_wrap .bg .view_detail[data-v-074f3bbe] {
    position: relative;
    font-weight: 400;
    font-size: 16px;
    margin-top: 50px;
    margin-left: 5vw;
    color: #fdfcfc;
    line-height: 22px;
    display: flex;
    align-items: center;
    cursor: pointer;
    z-index: 2
}

.home .prod_wrap .bg .view_detail svg[data-v-074f3bbe] {
    margin-left: 5px
}

.home .prod_wrap .el-carousel__indicators[data-v-074f3bbe] {
    left: 180px;
    bottom: 40px
}

.home .join .join_t[data-v-074f3bbe] {
    font-size: 48px;
    font-weight: 700;
    line-height: 67px;
    color: #e70c1d
}

.home .join .join_list[data-v-074f3bbe] {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    margin: 0 auto;
    width: 1280px
}

.home .join .join_list .join_item[data-v-074f3bbe] {
    position: relative;
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    overflow: hidden
}

    .home .join .join_list .join_item[data-v-074f3bbe]:first-of-type {
        background-image: url(/img/homeApp4.53dc1ddd.png)
    }

    .home .join .join_list .join_item[data-v-074f3bbe]:nth-of-type(2) {
        background-image: url(/img/homeApp1.4065a398.png)
    }

.home .join .join_list .join_item .line[data-v-074f3bbe] {
    height: 4px;
    background-color: #e81828;
    transform: translateX(-100%);
    transition: transform .8s ease-in
}

.home .join .join_list .join_item:hover .line[data-v-074f3bbe] {
    transform: translateX(0)
}

.home .join .join_list .join_item .slide[data-v-074f3bbe] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    transition: top .6s ease-in
}

    .home .join .join_list .join_item .slide[data-v-074f3bbe]:hover {
        top: -100%
    }

.home .join .join_list .join_item .slide .view[data-v-074f3bbe] {
    background-color: rgba(0,0,0,.3);
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center
}

.home .join .join_list .join_item .slide .view .el-icon[data-v-074f3bbe] {
    margin-bottom: 80px
}

.home .join .join_list .join_item .slide .view img[data-v-074f3bbe] {
    width: 100px;
    height: 100px
}

.home .join .join_list .join_item .slide .view .v[data-v-074f3bbe] {
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    margin-top: 8px;
    color: #fff
}

.home .join .join_list .join_item .slide .block[data-v-074f3bbe] {
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center
}

.home .join .join_list .join_item .slide .block .block_title[data-v-074f3bbe] {
    color: #e81828;
    font-size: 36px
}

.home .join .join_list .join_item .slide .block .desc[data-v-074f3bbe] {
    margin-top: 15px;
    font-size: 26px;
    font-weight: 500;
    line-height: 24px;
    color: #fff;
    text-align: center;
    margin-bottom: 40px
}

.home .join.de .join_list[data-v-074f3bbe], .home .join.en .join_list[data-v-074f3bbe], .home .join.es .join_list[data-v-074f3bbe], .home .join.fr .join_list[data-v-074f3bbe], .home .join.ja .join_list[data-v-074f3bbe] {
    grid-template-columns: repeat(3,1fr)
}

.home .join.de .join_list .join_item[data-v-074f3bbe]:nth-of-type(2), .home .join.en .join_list .join_item[data-v-074f3bbe]:nth-of-type(2), .home .join.es .join_list .join_item[data-v-074f3bbe]:nth-of-type(2), .home .join.fr .join_list .join_item[data-v-074f3bbe]:nth-of-type(2), .home .join.ja .join_list .join_item[data-v-074f3bbe]:nth-of-type(2) {
    background-image: url(/img/homeApp2.0fd89e32.png)
}

.home .join.de .join_list .join_item[data-v-074f3bbe]:nth-of-type(3), .home .join.en .join_list .join_item[data-v-074f3bbe]:nth-of-type(3), .home .join.es .join_list .join_item[data-v-074f3bbe]:nth-of-type(3), .home .join.fr .join_list .join_item[data-v-074f3bbe]:nth-of-type(3), .home .join.ja .join_list .join_item[data-v-074f3bbe]:nth-of-type(3) {
    background-image: url(/img/homeApp1.4065a398.png)
}

.home > .title[data-v-074f3bbe] {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    text-align: left;
    padding: 15px 20px;
    box-sizing: border-box;
    width: 1420px;
    margin: 5px auto 5px;
    font-family: Inter,sans-serif
}

.home > .title.application[data-v-074f3bbe] {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/img/title_bg.b709a852.png);
    background-position: 50%
}

.home > .title[data-v-074f3bbe]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 20px;
    background-color: #e70c1d
}

.home .service[data-v-074f3bbe] {
    margin: 20px auto 0;
    width: 1280px;
    text-align: left !important
}

.home .carousel_wrap[data-v-074f3bbe] {
    width: 1280px;
    margin: 0 auto
}

.home .carousel_wrap .carousel[data-v-074f3bbe] {
    position: relative;
    background-color: #fff
}

.home .carousel_wrap .carousel .slider[data-v-074f3bbe] {
    position: absolute;
    top: 120px;
    right: 70px;
    z-index: 100;
    display: flex;
    font-size: 20px
}

.home .carousel_wrap .carousel .slider .el-icon[data-v-074f3bbe] {
    font-weight: bolder;
    cursor: pointer
}

.home .carousel_wrap .carousel[data-v-074f3bbe] .el-carousel__item {
    height: 280px;
    background-color: #fff
}

    .home .carousel_wrap .carousel[data-v-074f3bbe] .el-carousel__item .content {
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        padding-top: 60px;
        padding-left: 60px;
        text-align: left;
        position: relative;
        background-color: #fff
    }

        .home .carousel_wrap .carousel[data-v-074f3bbe] .el-carousel__item .content .picUrl {
            position: absolute;
            width: 450px;
            height: 100%;
            top: 0;
            left: 0;
            -o-object-fit: cover;
            object-fit: cover
        }

        .home .carousel_wrap .carousel[data-v-074f3bbe] .el-carousel__item .content .title {
            width: 700px;
            white-space: wrap;
            font-family: Inter,sans-serif;
            font-weight: 900;
            color: #000;
            font-size: 32px;
            line-height: 32px;
            margin-left: 460px;
            margin-top: 10px
        }

        .home .carousel_wrap .carousel[data-v-074f3bbe] .el-carousel__item .content .desc {
            width: 500px;
            font-size: 18px;
            line-height: 24px;
            margin-top: 6px;
            margin-left: 460px
        }

        .home .carousel_wrap .carousel[data-v-074f3bbe] .el-carousel__item .content .view_detail {
            position: absolute;
            bottom: 20px;
            left: 485px;
            width: 130px;
            height: 25px;
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: red;
            font-size: 18px;
            cursor: pointer;
            font-family: Inter,sans-serif
        }

        .home .carousel_wrap .carousel[data-v-074f3bbe] .el-carousel__item .content .date {
            font-family: Inter,sans-serif;
            font-size: 20px;
            line-height: 28px;
            position: absolute;
            top: 0;
            left: 520px;
            color: gray
        }

.home .carousel_wrap .carousel[data-v-074f3bbe] .el-carousel__item-news {
    height: 280px;
    background-color: #fff
}

    .home .carousel_wrap .carousel[data-v-074f3bbe] .el-carousel__item-news .content {
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        padding-top: 60px;
        padding-left: 60px;
        text-align: left;
        position: relative;
        background-color: #fff
    }

        .home .carousel_wrap .carousel[data-v-074f3bbe] .el-carousel__item-news .content .picUrl {
            position: absolute;
            width: 450px;
            height: 100%;
            top: 0;
            left: 0;
            -o-object-fit: cover;
            object-fit: cover
        }

        .home .carousel_wrap .carousel[data-v-074f3bbe] .el-carousel__item-news .content .title {
            width: 710px;
            white-space: wrap;
            font-family: Inter,sans-serif;
            font-weight: 900;
            color: #000;
            font-size: 30px;
            line-height: 32px;
            margin-left: 460px;
            margin-top: 10px
        }

        .home .carousel_wrap .carousel[data-v-074f3bbe] .el-carousel__item-news .content .desc {
            width: 700px;
            font-size: 18px;
            line-height: 24px;
            margin-top: 6px;
            margin-left: 460px
        }

        .home .carousel_wrap .carousel[data-v-074f3bbe] .el-carousel__item-news .content .view_detail {
            position: absolute;
            bottom: 20px;
            margin-left: 460px;
            width: 130px;
            height: 25px;
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: red;
            font-size: 18px;
            cursor: pointer;
            font-family: Inter,sans-serif
        }

        .home .carousel_wrap .carousel[data-v-074f3bbe] .el-carousel__item-news .content .date {
            font-family: Inter,sans-serif;
            font-size: 20px;
            line-height: 28px;
            position: absolute;
            top: 0;
            left: 520px;
            color: gray
        }

.home .accordion[data-v-074f3bbe] {
    display: flex;
    width: 1280px;
    height: 350px;
    overflow: hidden;
    margin: 0 auto;
    box-sizing: border-box;
    background-color: #f1f1f1;
}

.home .accordion .accordion-section[data-v-074f3bbe] {
    transition: flex .3s ease;
    flex-grow: 0;
    flex-shrink: 0;
    width: 230px;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

    .home .accordion .accordion-section[data-v-074f3bbe]:nth-of-type(2) {
        /*        background-color: #ddddd5*/
    }

    .home .accordion .accordion-section[data-v-074f3bbe]:first-of-type {
        /*        background-color: #f1f1f1*/
    }

.home .accordion .accordion-section .accordion-content[data-v-074f3bbe] {
    height: 100%;
    text-align: center;
    /*    display: flex;*/
    align-items: center;
    justify-content: center
}

.home .accordion .accordion-section .accordion-content > img[data-v-074f3bbe] {
    /*    position: absolute;;*/
    width: 190px;
    height: 190px;
    margin-top: 20px;
    left: 20px
}

.home .accordion .accordion-section .accordion-content .info[data-v-074f3bbe] {
    position: absolute;
    opacity: 0;
    top: 25px;
    left: 10px;
    width: 150px;
    transition: opacity 2s ease
}

.home .accordion .accordion-section .accordion-content .t[data-v-074f3bbe] {
    font-weight: 600;
    font-size: 28px;
    line-height: 44px;
    color: #000;
    text-align: center;
    margin-top: 40px;
}
.home .accordion .accordion-section .accordion-content .more[data-v-074f3bbe] {
    position: relative;
    background-color: #e70c1d;
    border: #e70c1d;
    padding: 10px 48px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    font-family: Inter, sans-serif;
    cursor: pointer;
    left: 30%;
    transform: translateX(-50%);
    margin-top: 10px;
}

.home .accordion .accordion-section .accordion-content .info .t[data-v-074f3bbe] {
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    color: #000;
    text-align: left
}

.home .accordion .accordion-section .accordion-content .info .info_desc[data-v-074f3bbe] {
    font-size: 14px;
    line-height: 18px;
    color: #3a3a3a;
    margin-top: 20px;
    text-align: left
}

.home .accordion .accordion-section .accordion-content .info .info_detail[data-v-074f3bbe] {
    width: 100px;
    height: 25px;
    background-color: #e81828;
    text-align: center;
    line-height: 25px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    margin-top: 30px;
    cursor: pointer
}

.home .accordion .accordion-section.expanded[data-v-074f3bbe] {
    flex-grow: 1;
    flex-shrink: 1
}

.home .accordion .accordion-section.expanded .accordion-content[data-v-074f3bbe] {
    width: 100%
}

.home .accordion .accordion-section.expanded .info[data-v-074f3bbe], .home .visible[data-v-074f3bbe] {
    opacity: 1
}

.home .distribution[data-v-074f3bbe] {
    padding: 30px 0 20px;
    margin: 0 auto;
    width: 1440px;
    background-color: #fff
}

.home .distribution .dis_title[data-v-074f3bbe] {
    font-size: 42px;
    color: #e70c1d
}

.home .distribution .dis_desc[data-v-074f3bbe] {
    font-size: 18px;
    color: #e70c1d;
    margin-top: 15px;
    letter-spacing: 10px
}

.home .distribution .middle[data-v-074f3bbe] {
    display: flex;
    justify-content: space-around;
    margin-top: 50px
}

.home .distribution .middle .items[data-v-074f3bbe] {
    max-width: 200px;
    margin-top: 90px;
    margin-left: 20px
}

.home .distribution .middle .items .item[data-v-074f3bbe] {
    margin-bottom: 20px
}

.home .distribution .middle .items .item .top[data-v-074f3bbe] {
    display: flex;
    align-items: center
}

.home .distribution .middle .items .item .top > img[data-v-074f3bbe] {
    width: 24px;
    height: 24px;
    margin-right: 8px
}

.home .distribution .middle .items .item .top .t[data-v-074f3bbe] {
    font-size: 16px;
    color: #e60113
}

.home .distribution .middle .items .item .address[data-v-074f3bbe] {
    text-align: left;
    margin-top: 10px;
    font-size: 14px;
    line-height: 18px;
    color: #595959
}

.home .distribution .middle .map_wrap[data-v-074f3bbe] {
    position: relative
}

.home .distribution .middle .map_wrap .layer[data-v-074f3bbe] {
    position: absolute;
    right: 60px;
    top: 50px;
    padding: 12px;
    box-sizing: border-box;
    text-align: left;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.25)
}

.home .distribution .middle .map_wrap .layer .layer_text[data-v-074f3bbe]:nth-of-type(2) {
    margin-top: 12px
}

.home .distribution .middle .map_wrap .item[data-v-074f3bbe] {
    position: absolute;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.home .distribution .middle .map_wrap .item.china[data-v-074f3bbe] {
    right: 150px;
    top: 192px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEoAAABKCAMAAAArDjJDAAAB6VBMVEVHcEz/ADfpGynlGiboGCjpFyjpGCjpGCfnGCjoGCboGCfpFyfpGCjpFyboFifjGi3/AADpFinoGCbpFibpGCfpGCfpGCjpGCjpGCjpGCjpFijpGCjnGCjpFijpFyjXKCiWAADpFy3pGCjoGCfpGCjpGCjpGCfpGCjpGCjnGCjpGCjpGCjpGCjpGCjoGCbrHijoFibpFyfpGCjpGCjnGCjpGCftGifiHSH/JyfpFirnGCfpGCjpGCjpGCjpFiHpGCjnGCjnGCbpFirpFijpGCbnGCTpFy/nGCjoFyjpFijoGCjoGCbpGCjpFyjnGCjpFij/GjLoGCjqFijpFyjpFijpFijrGCboGCjnGSbsEiTpGCjpGCjpGCjpGCjnGCfpFyjpGCjpGCjnGCjpFijpGCbpFifpFyjoFyfnFyboGCboGCjGADnrFCfpFyjqFifoFyf/AIHpGCrjHCbpGCjaNTXpGCjpGCjnGCflFCrpGCbnGCbpGCfpGCjnGCTZFCbnGSXrGirrFCnqFifqFSrpFijpFyf/HR3pFyfpGCjpGCfpGCjpFyjnGCjoGCjpGCbVACrrHCblFirnGCbpGCjpGCjoGCfpGCjpGCjpFijpGCjpFijnGCjpFifjFCbpGCbpFyjpGijoFyjpGChMIJkoAAAAo3RSTlMABBImPlFeanJ2dHBoXE4QAiI0bpGrv9Hd4dvPq0wyBgIWRom96+/z9fn5+/eLShhastP/7bUoCAY2t+n9txbl46lCLGgqCh65bGzJyWbLZAqtWKfxpSaBKA7t59jf905+nI3lYKNyOi48oQQMxY8gAioawwTVjdcwSOlV8T4MFDAYYiR4egivsXylu82fHAYaQkB4RJWHwe/jOMODGt2FOM/HHX6R+AAABGtJREFUeAHtl1VD60gUgKeCFqkbDoUqWr0lyC7uLqHbLm6VG9zd3d35o+syaaQp8Hi/1zn9eibnjIGv4QcsNocbEhoWHhHJi4qO4XJi+R/0xAqEMSKxRCqTKxTKOGm8WJSQKGAnBW9KTklNU8nTM9QarU6v1xk06ox0uTQzKzvYzJI4OWm5eek6Iw6dKc+cGW2xBiGysb+J7PmIkQQkv4D3LYhZFqZKigywCXYZin/6OYWpqaTUXKw3UqJVmEvLGInKK0SViJEWxF5VUc5AJaiu0RkDYKitEjAw1dWbjAEx1TYEcvEbc5qMTEDimxvpO6xR0KI2MqK1TdBIq2rvkOmZqfSyjk46ExpT3+X/E41D/ovS6XD5VzWj/leUrqO6CcXTKOw9mb099j6X/4iuu4RG1V+Jn55BMTCYMJRYMpw4ksAbLTbg863spxS5PZlF8DSQLq8v5jv29yBWkeDzduGGizNRFlWfdzbhc6rnxbqhf4rl1ePyQprGPBSq8dAJOFKdV9o+if0/jE12hk3hWmUidJxCZZmegQNnpsv88k8q8YvotVCohGYH/FXjZwnpexLj4bo4CoQUqhE4fb2yG3UTCoN2yCGXemaE4lyYm4fCtOZosqBoMxSjn59zk7f6wiJcPvESaeY+uFUXF5ZJVSuharjLu4fJgla7NXCRo9mkqrV1WKXmbZAFcSJxqv5sclUDTlX9nXRn5OGC1tdIVewc3AQ3x0gX/JYG963IN4ftBAdUHZeYSxa0JDbAh2KWjVSFcWVQWtqdZowkpnlXC81vigvHwNWRFEM9I9/jYwTT5B7cokU7iYCcjW4ZlLx6QOghtJ5wXw3tM7KODarzPeEA3o8Ot9r9l3Pn1iG8yRwkFFLdOlKOXLhNJvoYH3AcjdtkXKNrVPcQzL0pQ+Ap7oa1N0IHW3vYrhoez9s6SQZUJIzq4QlopVXCU5SF/fkv6KmwSoU7dvRtMYCa4zANArvUzt2ts0IWAKyU84tdpxo3qKmuoLvFXKry8ed5UX3T1XVH9/VVfH0R/iRMv7mkvc1sXMQhxMtZ662BeGmI2+MAOjztEg3xV39g9MfV1Omhv8mUD3qNjKiJKA90Vx7qVSOBRXoNtMlSYY2ZWQysUstDAt8gMQvUp1QgeXtlDJ4C6NiAI5Aqf78EBYHBJtftgVSVdfANgIb2iDsDncjl2OwEzHBzB4oRmg9V3LLkBgxh36v0NI2gumcDppysRN5Qqx7CV04AY/jCR6rP5Sp6TAzqSYidxzso+mDnHATHWlZBF5mpyz63FvQLfFCqJ+43OikvdhIECf84Ip1QRp0p8in4Vz1WPpTmRPySen65t2IgeFZG9p141fPRKxt8iPIQiQ4+rLQDWVbwMdxr/aoM6FzYbU7hgw+ClVV7b/8zqUI3wMfhF768/X1EIPr3LTb4BJit5NH51wrSzGxuTILPubg+peFP08u9G3yS8pJ9p8ElH7XYwGfhoyMvNfVpQx4++ALXUEPdEMoHX8cPfge2bPplPEOwyQAAAABJRU5ErkJggg==)
}

.home .distribution .middle .map_wrap .item.europe[data-v-074f3bbe] {
    right: 406px;
    top: 100px
}

.home .distribution .middle .map_wrap .item.australia[data-v-074f3bbe], .home .distribution .middle .map_wrap .item.europe[data-v-074f3bbe] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAQAAADYBBcfAAAB7UlEQVR42mOgLmARNlfL0m7RbFHLEjdnYCJCB1CRkHqZ/g2DzwY/DX8Z/jL4afBZ/4ZGJYMQfu0cknZ6Jwy+Gf4z/I8E/xl80zsuZcPAgVObvJf+VQOgJkxo8E//qrwXDq1ilnrHUO1CtVfvmJglNn1C2lMNfyMUAtnfgRBFRHsq0K/oQNZN/z6Sr95rL1TPBIbsIoN3CFfo35N1w9Co1WvwE67gsYQ9NBSZZOz1H8N9+lOrB0Ojzg6EffLeDGyIIJPzRdipswNdH5/+Kbi5r3jVkaV41Q1ewd1yioEHLWj0zsEl7zMoosgpGjyAyemdYxBAi0Pd/XAbP/FqIEvxaBl8hsnp7od6AgG0pxn+gvlRo5FBDBG92s1wP/7Smo4ROEpBBk/hjn2r0cijA0wnHDw6Wo0Gb+FueaYUzIABJPVWIELP4IvuAc0+rV7d/QZfEKGtu5JBkgETKIQbvAZK44QGb5QiGbACIc0uAzxpVauXQZgBOxA21TuPS6P+BWCWxgnY5HwNvmJ15lc5X2BE4AEiGvVYstY/jToGEUJFh6zOZvQSQGcTgyzhkoeFW1fvGpLWf/pXgHHKwkAMUArWfw7UCtH2RNafgXigmqf/DpyhX6umkViyajYZvDF4rVkL9BuJgEPBX8EfmF6pDQCJ815VI/FOTQAAAABJRU5ErkJggg==)
}

.home .distribution .middle .map_wrap .item.australia[data-v-074f3bbe] {
    right: 59px;
    bottom: 60px
}

.home .distribution .middle .map_wrap .item.jiangsu[data-v-074f3bbe] {
    right: 83px;
    top: 146px
}

.home .distribution .middle .map_wrap .item.jiangsu[data-v-074f3bbe], .home .distribution .middle .map_wrap .item.sg[data-v-074f3bbe] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAQAAADYBBcfAAAB7UlEQVR42mOgLmARNlfL0m7RbFHLEjdnYCJCB1CRkHqZ/g2DzwY/DX8Z/jL4afBZ/4ZGJYMQfu0cknZ6Jwy+Gf4z/I8E/xl80zsuZcPAgVObvJf+VQOgJkxo8E//qrwXDq1ilnrHUO1CtVfvmJglNn1C2lMNfyMUAtnfgRBFRHsq0K/oQNZN/z6Sr95rL1TPBIbsIoN3CFfo35N1w9Co1WvwE67gsYQ9NBSZZOz1H8N9+lOrB0Ojzg6EffLeDGyIIJPzRdipswNdH5/+Kbi5r3jVkaV41Q1ewd1yioEHLWj0zsEl7zMoosgpGjyAyemdYxBAi0Pd/XAbP/FqIEvxaBl8hsnp7od6AgG0pxn+gvlRo5FBDBG92s1wP/7Smo4ROEpBBk/hjn2r0cijA0wnHDw6Wo0Gb+FueaYUzIABJPVWIELP4IvuAc0+rV7d/QZfEKGtu5JBkgETKIQbvAZK44QGb5QiGbACIc0uAzxpVauXQZgBOxA21TuPS6P+BWCWxgnY5HwNvmJ15lc5X2BE4AEiGvVYstY/jToGEUJFh6zOZvQSQGcTgyzhkoeFW1fvGpLWf/pXgHHKwkAMUArWfw7UCtH2RNafgXigmqf/DpyhX6umkViyajYZvDF4rVkL9BuJgEPBX8EfmF6pDQCJ815VI/FOTQAAAABJRU5ErkJggg==)
}

.home .distribution .middle .map_wrap .item.sg[data-v-074f3bbe] {
    right: 170px;
    top: 270px
}

.home .distribution .middle .map_wrap .item.kr[data-v-074f3bbe] {
    right: 118px;
    top: 152px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAQAAADYBBcfAAAB7UlEQVR42mOgLmARNlfL0m7RbFHLEjdnYCJCB1CRkHqZ/g2DzwY/DX8Z/jL4afBZ/4ZGJYMQfu0cknZ6Jwy+Gf4z/I8E/xl80zsuZcPAgVObvJf+VQOgJkxo8E//qrwXDq1ilnrHUO1CtVfvmJglNn1C2lMNfyMUAtnfgRBFRHsq0K/oQNZN/z6Sr95rL1TPBIbsIoN3CFfo35N1w9Co1WvwE67gsYQ9NBSZZOz1H8N9+lOrB0Ojzg6EffLeDGyIIJPzRdipswNdH5/+Kbi5r3jVkaV41Q1ewd1yioEHLWj0zsEl7zMoosgpGjyAyemdYxBAi0Pd/XAbP/FqIEvxaBl8hsnp7od6AgG0pxn+gvlRo5FBDBG92s1wP/7Smo4ROEpBBk/hjn2r0cijA0wnHDw6Wo0Gb+FueaYUzIABJPVWIELP4IvuAc0+rV7d/QZfEKGtu5JBkgETKIQbvAZK44QGb5QiGbACIc0uAzxpVauXQZgBOxA21TuPS6P+BWCWxgnY5HwNvmJ15lc5X2BE4AEiGvVYstY/jToGEUJFh6zOZvQSQGcTgyzhkoeFW1fvGpLWf/pXgHHKwkAMUArWfw7UCtH2RNafgXigmqf/DpyhX6umkViyajYZvDF4rVkL9BuJgEPBX8EfmF6pDQCJ815VI/FOTQAAAABJRU5ErkJggg==)
}

.home .distribution .middle .map[data-v-074f3bbe] {
    width: 844px;
    height: 460px;
    -o-object-fit: cover;
    object-fit: cover
}

.home .distribution .nums[data-v-074f3bbe] {
    display: flex;
    height: 60px;
    margin: 50px 0 0
}

.home .distribution .nums .num_item[data-v-074f3bbe] {
    flex-grow: 1;
    flex-shrink: 1
}

.home .distribution .nums .num_item .num_t[data-v-074f3bbe] {
    font-size: 12px;
    line-height: 16px;
    color: #222
}

.home .distribution .nums .num_item .v[data-v-074f3bbe] {
    font-size: 24px;
    line-height: 30px;
    color: #222;
    margin-top: 6px
}

.home .distribution .nums .num_line[data-v-074f3bbe] {
    background-color: #222;
    width: 1px;
    height: 100%
}

.home .left[data-v-074f3bbe] {
    display: flex;
    flex-grow: 1;
    padding: 20px 0
}

.home .left > img[data-v-074f3bbe] {
    width: 180px;
    height: 250px;
    margin-left: 6.4vw
}

.home .left .info[data-v-074f3bbe] {
    text-align: left;
    flex-grow: 1;
    margin-left: 10%
}

.home .left .info .t[data-v-074f3bbe] {
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    color: #000
}

.home .left .info .info_desc[data-v-074f3bbe] {
    font-size: 13px;
    line-height: 18px;
    color: #3a3a3a;
    margin-top: 20px
}

.home .left .info .info_detail[data-v-074f3bbe] {
    width: 100px;
    height: 25px;
    background-color: #e81828;
    text-align: center;
    line-height: 25px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    margin-top: 30px;
    cursor: pointer
}

    .home .left .info .info_detail[data-v-074f3bbe]:hover {
        color: #e81828;
        background-color: transparent;
        text-decoration: underline
    }

.home .business[data-v-074f3bbe] {
    display: flex;
    background-color: #f1f1f1;
    height: 400px
}

.home .business .right[data-v-074f3bbe] {
    flex-shrink: 0;
    flex-grow: 0;
    width: 280px;
    padding: 20px 0;
    background-color: #ddd
}

.home .business .right > img[data-v-074f3bbe] {
    width: 150px;
    height: 250px
}

.home .form[data-v-074f3bbe] {
    display: flex;
    align-items: center;
    margin: 0 60px
}

.home .form .form_item[data-v-074f3bbe] {
    display: flex;
    align-items: center;
    flex-grow: 1;
    flex-shrink: 1;
    margin-right: 20px
}

.home .form .form_item .label[data-v-074f3bbe] {
    font-size: 32px;
    font-weight: 600
}

.home .form .form_item .value[data-v-074f3bbe] {
    flex-grow: 1;
    flex-shrink: 1
}

.home .form .submit[data-v-074f3bbe] {
    background-color: #e81828;
    color: #fff;
    width: 250px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    font-weight: 600
}

.el-carousel__item h3[data-v-074f3bbe] {
    color: #475669;
    opacity: .75;
    line-height: 100px;
    margin: 0;
    text-align: center
}

.el-carousel__item[data-v-074f3bbe]:nth-child(2n) {
    background-color: #99a9bf
}

.el-carousel__item[data-v-074f3bbe]:nth-child(odd) {
    background-color: #d3dce6
}

@media (max-width:1280px) and (min-width:800px) {
    [data-v-074f3bbe] .el-cascader {
        width: 100%
    }

    .home .prod_wrap[data-v-074f3bbe] {
        position: relative;
        height: calc(100vh - 81px)
    }

    .home .prod_wrap .bg[data-v-074f3bbe] {
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50%;
        text-align: left;
        overflow: hidden
    }

    .home .prod_wrap .bg .title[data-v-074f3bbe] {
        font-size: 38.4px;
        font-weight: 700;
        margin-left: 4vw;
        margin-right: 4vw;
        margin-top: 72px;
        line-height: 28.8px;
        color: #f1feff
    }

    .home .prod_wrap .bg .desc[data-v-074f3bbe] {
        font-size: 19.2px;
        font-weight: 400;
        margin-left: 4vw;
        margin-right: 4vw;
        margin-top: 40px;
        line-height: 44.8px;
        color: #f1feff;
        word-break: keep-all
    }

    .home .prod_wrap .bg .view_detail[data-v-074f3bbe] {
        font-weight: 400;
        font-size: 12.8px;
        margin-top: 40px;
        margin-left: 4vw;
        color: #fdfcfc;
        line-height: 17.6px;
        display: flex;
        align-items: center;
        cursor: pointer
    }

    .home .prod_wrap .bg .view_detail svg[data-v-074f3bbe] {
        margin-left: 4px
    }

    .home .prod_wrap .el-carousel__indicators[data-v-074f3bbe] {
        left: 144px;
        bottom: 32px
    }

    .home .join .join_t[data-v-074f3bbe] {
        font-size: 38.4px;
        font-weight: 700;
        line-height: 53.6px;
        color: #e70c1d
    }

    .home .join .join_list[data-v-074f3bbe] {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        margin: 0 auto;
        width: 1024px
    }

    .home .join .join_list .join_item[data-v-074f3bbe] {
        position: relative;
        height: 400px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50%;
        overflow: hidden
    }

    .home .join .join_list .join_item .line[data-v-074f3bbe] {
        height: 3.2px;
        background-color: #e81828;
        transform: translateX(-100%);
        transition: transform .8s ease-in
    }

    .home .join .join_list .join_item:hover .line[data-v-074f3bbe] {
        transform: translateX(0)
    }

    .home .join .join_list .join_item .slide[data-v-074f3bbe] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 160%;
        transition: top .6s ease-in
    }

        .home .join .join_list .join_item .slide[data-v-074f3bbe]:hover {
            top: -100%
        }

    .home .join .join_list .join_item .slide .view[data-v-074f3bbe] {
        background-color: rgba(0,0,0,.3);
        height: 400px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center
    }

    .home .join .join_list .join_item .slide .view .el-icon[data-v-074f3bbe] {
        margin-bottom: 64px
    }

    .home .join .join_list .join_item .slide .view img[data-v-074f3bbe] {
        width: 80px;
        height: 80px
    }

    .home .join .join_list .join_item .slide .view .v[data-v-074f3bbe] {
        font-size: 25.6px;
        font-weight: 500;
        line-height: 32px;
        margin-top: 6.4px;
        color: #fff
    }

    .home .join .join_list .join_item .slide .block[data-v-074f3bbe] {
        height: 400px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center
    }

    .home .join .join_list .join_item .slide .block .block_title[data-v-074f3bbe] {
        color: #e81828;
        font-size: 28.8px
    }

    .home .join .join_list .join_item .slide .block .desc[data-v-074f3bbe] {
        margin-top: 12px;
        font-size: 20.8px;
        font-weight: 500;
        line-height: 19.2px;
        color: #fff;
        text-align: center;
        margin-bottom: 32px
    }

    .home .join.de .join_list[data-v-074f3bbe], .home .join.en .join_list[data-v-074f3bbe], .home .join.ja .join_list[data-v-074f3bbe] {
        grid-template-columns: repeat(3,1fr)
    }

    .home > .title[data-v-074f3bbe] {
        position: relative;
        font-size: 19.2px;
        font-weight: 600;
        line-height: 25.6px;
        text-align: left;
        padding: 12px 16px;
        box-sizing: border-box;
        width: 1024px;
        margin: 0 auto
    }

    .home > .title.application[data-v-074f3bbe] {
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url(/img/title_bg.b709a852.png);
        background-position: 50%
    }

    .home > .title[data-v-074f3bbe]:before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 3.2px;
        height: 16px;
        background-color: #e70c1d
    }

    .home .service[data-v-074f3bbe] {
        margin: 16px auto 0;
        width: 1024px
    }

    .home .carousel_wrap[data-v-074f3bbe] {
        width: 1024px;
        margin: 0 auto
    }

    .home .carousel_wrap .carousel[data-v-074f3bbe] {
        position: relative
    }

    .home .carousel_wrap .carousel .slider[data-v-074f3bbe] {
        position: absolute;
        top: 96px;
        right: 56px;
        z-index: 100;
        display: flex;
        font-size: 16px
    }

    .home .carousel_wrap .carousel .slider .el-icon[data-v-074f3bbe] {
        font-weight: bolder;
        cursor: pointer
    }

    .home .carousel_wrap .carousel .el-carousel__item .content[data-v-074f3bbe] {
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        padding-top: 48px;
        padding-left: 48px;
        text-align: left;
        position: relative
    }

    .home .carousel_wrap .carousel .el-carousel__item .content .picUrl[data-v-074f3bbe] {
        position: absolute;
        width: 304px;
        height: 172.8px;
        top: 50%;
        transform: translateY(-50%);
        right: 160px;
        -o-object-fit: cover;
        object-fit: cover
    }

    .home .carousel_wrap .carousel .el-carousel__item .content .title[data-v-074f3bbe] {
        width: 400px;
        white-space: wrap;
        font-weight: 700;
        color: #e81828;
        font-size: 19.2px;
        line-height: 25.6px
    }

    .home .carousel_wrap .carousel .el-carousel__item .content .desc[data-v-074f3bbe] {
        width: 400px;
        font-size: 14.4px;
        line-height: 19.2px;
        margin-top: 4.8px
    }

    .home .carousel_wrap .carousel .el-carousel__item .content .view_detail[data-v-074f3bbe] {
        width: 100px;
        height: 20px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1.6px solid #222;
        color: #222;
        font-size: 11.2px;
        border-radius: 16px;
        margin-top: 8px
    }

    .home .carousel_wrap .carousel .el-carousel__item .content .date[data-v-074f3bbe] {
        font-size: 16px;
        line-height: 22.4px;
        position: absolute;
        bottom: 64px;
        right: 56px
    }

    .home .accordion[data-v-074f3bbe] {
        display: flex;
        width: 1024px;
        height: 240px;
        overflow: hidden;
        margin: 0 auto;
        box-sizing: border-box
    }

    .home .accordion .accordion-section[data-v-074f3bbe] {
        transition: flex .3s ease;
        flex-grow: 0;
        flex-shrink: 0;
        width: 184px;
        overflow: hidden;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative
    }

        .home .accordion .accordion-section[data-v-074f3bbe]:nth-of-type(2) {
            background-color: #ddddd5
        }

        .home .accordion .accordion-section[data-v-074f3bbe]:first-of-type {
            background-color: #f1f1f1
        }

    .home .accordion .accordion-section .accordion-content[data-v-074f3bbe] {
        height: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .home .accordion .accordion-section .accordion-content > img[data-v-074f3bbe] {
        position: absolute;
        width: 144px;
        height: 200px;
        left: 16px
    }

    .home .accordion .accordion-section .accordion-content .info[data-v-074f3bbe] {
        position: absolute;
        opacity: 0;
        top: 20px;
        left: 240px;
        width: 604px;
        transition: opacity 2s ease
    }

    .home .accordion .accordion-section .accordion-content .t[data-v-074f3bbe] {
        position: absolute;
        font-weight: 600;
        font-size: 28px;
        line-height: 44px;
        color: #000;
        text-align: right;
        margin-top: 40px;
        right: 10px;
        top: 5px;
    }

    .home .accordion .accordion-section .accordion-content .info .t[data-v-074f3bbe] {
        font-weight: 600;
        font-size: 25.6px;
        line-height: 35.2px;
        color: #000;
        text-align: left
    }

    .home .accordion .accordion-section .accordion-content .info .info_desc[data-v-074f3bbe] {
        font-size: 10.4px;
        line-height: 14.4px;
        color: #3a3a3a;
        margin-top: 16px;
        text-align: left
    }

    .home .accordion .accordion-section .accordion-content .info .info_detail[data-v-074f3bbe] {
        width: 80px;
        height: 20px;
        background-color: #e81828;
        text-align: center;
        line-height: 20px;
        color: #fff;
        font-size: 9.6px;
        font-weight: 500;
        margin-top: 24px;
        cursor: pointer
    }

    .home .accordion .accordion-section.expanded[data-v-074f3bbe] {
        flex-grow: 1;
        flex-shrink: 1
    }

    .home .accordion .accordion-section.expanded .accordion-content[data-v-074f3bbe] {
        width: 100%
    }

    .home .accordion .accordion-section.expanded .info[data-v-074f3bbe], .home .visible[data-v-074f3bbe] {
        opacity: 1
    }

    .home .distribution[data-v-074f3bbe] {
        padding: 24px 0 16px;
        margin: 0 auto;
        width: 1024px;
        background-color: #fff
    }

    .home .distribution .dis_title[data-v-074f3bbe] {
        font-size: 25.6px;
        color: #e70c1d
    }

    .home .distribution .dis_desc[data-v-074f3bbe] {
        font-size: 14.4px;
        color: #e70c1d;
        margin-top: 12px;
        letter-spacing: 8px
    }

    .home .distribution .middle[data-v-074f3bbe] {
        display: flex;
        justify-content: space-around;
        margin-top: 40px
    }

    .home .distribution .middle .items[data-v-074f3bbe] {
        max-width: 160px;
        margin-top: 72px;
        margin-left: 16px
    }

    .home .distribution .middle .items .item[data-v-074f3bbe] {
        margin-bottom: 16px
    }

    .home .distribution .middle .items .item .top[data-v-074f3bbe] {
        display: flex;
        align-items: center
    }

    .home .distribution .middle .items .item .top > img[data-v-074f3bbe] {
        width: 19.2px;
        height: 19.2px;
        margin-right: 6.4px
    }

    .home .distribution .middle .items .item .top .t[data-v-074f3bbe] {
        font-size: 12.8px;
        color: #e60113
    }

    .home .distribution .middle .items .item .address[data-v-074f3bbe] {
        text-align: left;
        margin-top: 8px;
        font-size: 11.2px;
        line-height: 14.4px;
        color: #595959
    }

    .home .distribution .middle .map_wrap[data-v-074f3bbe] {
        position: relative
    }

    .home .distribution .middle .map_wrap .layer[data-v-074f3bbe] {
        position: absolute;
        right: 48px;
        top: 40px;
        padding: 9.6px;
        box-sizing: border-box;
        text-align: left;
        background-color: #fff;
        box-shadow: 0 0 16px 0 rgba(0,0,0,.25)
    }

    .home .distribution .middle .map_wrap .layer .layer_text[data-v-074f3bbe]:nth-of-type(2) {
        margin-top: 9.6px
    }

    .home .distribution .middle .map_wrap .item[data-v-074f3bbe] {
        position: absolute;
        width: 24px;
        height: 24px
    }

    .home .distribution .middle .map_wrap .item.china[data-v-074f3bbe] {
        right: 105.8px;
        top: 136px
    }

    .home .distribution .middle .map_wrap .item.europe[data-v-074f3bbe] {
        right: 324.8px;
        top: 80px
    }

    .home .distribution .middle .map_wrap .item.australia[data-v-074f3bbe] {
        right: 47.2px;
        bottom: 48px
    }

    .home .distribution .middle .map_wrap .item.jiangsu[data-v-074f3bbe] {
        right: 68.4px;
        top: 114.6px
    }

    .home .distribution .middle .map_wrap .item.sg[data-v-074f3bbe] {
        right: 134.8px;
        top: 218.8px
    }

    .home .distribution .middle .map_wrap .item.kr[data-v-074f3bbe] {
        right: 94.4px;
        top: 121px
    }

    .home .distribution .middle .map[data-v-074f3bbe] {
        width: 675.2px;
        height: 368px;
        -o-object-fit: cover;
        object-fit: cover
    }

    .home .distribution .nums[data-v-074f3bbe] {
        display: flex;
        height: 48px;
        margin: 40px 0 0
    }

    .home .distribution .nums .num_item[data-v-074f3bbe] {
        flex-grow: 1;
        flex-shrink: 1
    }

    .home .distribution .nums .num_item .num_t[data-v-074f3bbe] {
        font-size: 9.6px;
        line-height: 12.8px;
        color: #222
    }

    .home .distribution .nums .num_item .v[data-v-074f3bbe] {
        font-size: 19.2px;
        line-height: 24px;
        color: #222;
        margin-top: 4.8px
    }

    .home .distribution .nums .num_line[data-v-074f3bbe] {
        background-color: #222;
        width: .8px;
        height: 100%
    }

    .home .left[data-v-074f3bbe] {
        display: flex;
        flex-grow: 1;
        padding: 16px 0
    }

    .home .left > img[data-v-074f3bbe] {
        width: 144px;
        height: 200px;
        margin-left: 5.12vw
    }

    .home .left .info[data-v-074f3bbe] {
        text-align: left;
        flex-grow: 1;
        margin-left: 8%
    }

    .home .left .info .t[data-v-074f3bbe] {
        font-weight: 600;
        font-size: 25.6px;
        line-height: 35.2px;
        color: #000
    }

    .home .left .info .info_desc[data-v-074f3bbe] {
        font-size: 10.4px;
        line-height: 14.4px;
        color: #3a3a3a;
        margin-top: 16px
    }

    .home .left .info .info_detail[data-v-074f3bbe] {
        width: 80px;
        height: 20px;
        background-color: #e81828;
        text-align: center;
        line-height: 20px;
        color: #fff;
        font-size: 9.6px;
        font-weight: 500;
        margin-top: 24px;
        cursor: pointer
    }

        .home .left .info .info_detail[data-v-074f3bbe]:hover {
            color: #e81828;
            background-color: transparent;
            text-decoration: underline
        }

    .home .business[data-v-074f3bbe] {
        display: flex;
        background-color: #f1f1f1;
        height: 320px
    }

    .home .business .right[data-v-074f3bbe] {
        flex-shrink: 0;
        flex-grow: 0;
        width: 224px;
        padding: 16px 0;
        background-color: #ddd
    }

    .home .business .right > img[data-v-074f3bbe] {
        width: 120px;
        height: 200px
    }

    .home .form[data-v-074f3bbe] {
        display: flex;
        align-items: center;
        margin: 0 48px
    }

    .home .form .form_item[data-v-074f3bbe] {
        display: flex;
        align-items: center;
        flex-grow: 1;
        flex-shrink: 1;
        margin-right: 16px
    }

    .home .form .form_item .label[data-v-074f3bbe] {
        font-size: 25.6px;
        font-weight: 600
    }

    .home .form .form_item .value[data-v-074f3bbe] {
        flex-grow: 1;
        flex-shrink: 1
    }

    .home .form .submit[data-v-074f3bbe] {
        background-color: #e81828;
        color: #fff;
        width: 200px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 19.2px;
        font-weight: 600
    }

    .el-carousel__item h3[data-v-074f3bbe] {
        color: #475669;
        opacity: .75;
        line-height: 80px;
        margin: 0;
        text-align: center
    }

    .el-carousel__item[data-v-074f3bbe]:nth-child(2n) {
        background-color: #99a9bf
    }

    .el-carousel__item[data-v-074f3bbe]:nth-child(odd) {
        background-color: #d3dce6
    }
}

@media (max-width:768px) and (min-width:350px) {
    .home[data-v-074f3bbe] {
        width: 100%
    }

    .home .prod_wrap[data-v-074f3bbe] {
        position: relative;
        height: 300px;
        width: 100%
    }

    .home .prod_wrap .bg[data-v-074f3bbe] {
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50%;
        text-align: left;
        overflow: hidden
    }

    .home .prod_wrap .bg .bg-video[data-v-074f3bbe] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        z-index: 0;
        -o-object-position: center;
        object-position: center
    }

    .home .prod_wrap .bg .title[data-v-074f3bbe] {
        font-size: 24px;
        font-weight: 700;
        margin-left: 2vw;
        margin-right: 2vw;
        margin-top: 70px;
        line-height: 36px;
        color: #f1feff
    }

    .home .prod_wrap .bg .desc[data-v-074f3bbe] {
        font-size: 24px;
        font-weight: 400;
        margin-left: 2vw;
        margin-right: 2vw;
        margin-top: 30px;
        line-height: 32px;
        color: #f1feff;
        word-break: keep-all
    }

    .home .prod_wrap .bg .view_detail[data-v-074f3bbe] {
        font-weight: 400;
        font-size: 16px;
        margin-top: 30px;
        margin-left: 2vw;
        color: #fdfcfc;
        line-height: 22px;
        display: flex;
        align-items: center;
        cursor: pointer
    }

    .home .prod_wrap .bg .view_detail svg[data-v-074f3bbe] {
        margin-left: 5px;
        font-size: 16px
    }

    .home .prod_wrap .el-carousel__indicators[data-v-074f3bbe] {
        left: 180px;
        bottom: 40px
    }

    .home .join .join_t[data-v-074f3bbe] {
        font-size: 48px;
        font-weight: 700;
        line-height: 67px;
        color: #e70c1d
    }

    .home .join .join_list[data-v-074f3bbe] {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        margin: 0 auto;
        width: 100vw
    }

    .home .join .join_list .join_item[data-v-074f3bbe] {
        position: relative;
        height: 400px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50%;
        overflow: hidden
    }

    .home .join .join_list .join_item .line[data-v-074f3bbe] {
        height: 4px;
        background-color: #e81828;
        transform: translateX(-100%);
        transition: transform .8s ease-in
    }

    .home .join .join_list .join_item:hover .line[data-v-074f3bbe] {
        transform: translateX(0)
    }

    .home .join .join_list .join_item .slide[data-v-074f3bbe] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 200%;
        transition: top .6s ease-in
    }

        .home .join .join_list .join_item .slide[data-v-074f3bbe]:hover {
            top: -100%
        }

    .home .join .join_list .join_item .slide .view[data-v-074f3bbe] {
        background-color: rgba(0,0,0,.3);
        height: 400px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center
    }

    .home .join .join_list .join_item .slide .view .el-icon[data-v-074f3bbe] {
        margin-bottom: 80px
    }

    .home .join .join_list .join_item .slide .view img[data-v-074f3bbe] {
        width: 100px;
        height: 100px
    }

    .home .join .join_list .join_item .slide .view .v[data-v-074f3bbe] {
        font-size: 24px;
        font-weight: 500;
        line-height: 30px;
        margin-top: 6px;
        color: #fff
    }

    .home .join .join_list .join_item .slide .block[data-v-074f3bbe] {
        height: 400px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center
    }

    .home .join .join_list .join_item .slide .block .block_title[data-v-074f3bbe] {
        color: #e81828;
        font-size: 18px
    }

    .home .join .join_list .join_item .slide .block .desc[data-v-074f3bbe] {
        margin-top: 12px;
        font-size: 20px;
        font-weight: 500;
        line-height: 24px;
        color: #fff;
        text-align: center;
        margin-bottom: 40px
    }

    .home .join.de .join_list[data-v-074f3bbe], .home .join.en .join_list[data-v-074f3bbe], .home .join.ja .join_list[data-v-074f3bbe] {
        grid-template-columns: repeat(3,1fr)
    }

    .home > .title[data-v-074f3bbe] {
        position: relative;
        font-size: 24px;
        font-weight: 600;
        line-height: 32px;
        text-align: left;
        padding: 15px 20px;
        box-sizing: border-box;
        width: 1280px;
        margin: 0 auto
    }

    .home > .title.application[data-v-074f3bbe] {
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url(/img/title_bg.b709a852.png);
        background-position: 50%
    }

    .home > .title[data-v-074f3bbe]:before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 4px;
        height: 20px;
        background-color: #e70c1d
    }

    .home .service[data-v-074f3bbe] {
        margin: 20px 0 0;
        width: 100vw;
        padding: 8px;
        box-sizing: border-box
    }

    .home .carousel_wrap[data-v-074f3bbe] {
        width: 100vw
    }

        .home .carousel_wrap .carousel[data-v-074f3bbe], .home .carousel_wrap[data-v-074f3bbe] .el-carousel__container {
            position: relative
        }

    .home .carousel_wrap .carousel .el-carousel__item .content[data-v-074f3bbe] {
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        padding: 16px;
        text-align: left;
        position: relative;
        background-color: #fff
    }

        .home .carousel_wrap .carousel .el-carousel__item .content[data-v-074f3bbe] > :not(.picUrl) {
            position: relative;
            z-index: 99
        }

        .home .carousel_wrap .carousel .el-carousel__item .content[data-v-074f3bbe]:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0,0,0,.4);
            z-index: 2
        }

    .home .carousel_wrap .carousel .el-carousel__item .content .picUrl[data-v-074f3bbe] {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        -o-object-fit: cover;
        object-fit: cover
    }

    .home .carousel_wrap .carousel .el-carousel__item .content .title[data-v-074f3bbe] {
        width: 100%;
        font-weight: 700;
        color: #fff;
        font-size: 20px;
        line-height: 24px;
        position: relative;
        margin-bottom: 10px;
        margin-left: 0
    }

    .home .carousel_wrap .carousel .el-carousel__item .content .desc[data-v-074f3bbe] {
        width: auto;
        font-size: 15px;
        line-height: 20px;
        margin-top: 50px;
        position: relative;
        color: #fff
    }

    .home .carousel_wrap .carousel .el-carousel__item .content .view_detail[data-v-074f3bbe] {
        width: 120px;
        height: 25px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px solid red;
        background-color: red;
        padding: 5px;
        color: #fff;
        font-size: 14px;
        position: relative;
        cursor: pointer;
        z-index: 3;
        margin-left: -480px;
        margin-top: 80px
    }

    .home .carousel_wrap .carousel .el-carousel__item .content .date[data-v-074f3bbe] {
        font-size: 20px;
        line-height: 28px;
        position: absolute;
        bottom: 80px;
        right: 70px;
        display: none;
        color: #fff
    }

    .home .accordion[data-v-074f3bbe] {
        display: flex;
        width: 100vw;
        overflow: hidden;
        height: 1000px;
        box-sizing: border-box;
        flex-direction: column
    }

    .home .accordion .accordion-section[data-v-074f3bbe] {
        height: 220px;
        transition: flex .3s ease;
        flex-grow: 0;
        flex-shrink: 0;
        width: 100%;
        overflow: hidden;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative
    }

        .home .accordion .accordion-section[data-v-074f3bbe]:nth-of-type(4) {
            background-color: #ddddd5
        }
        .home .accordion .accordion-section[data-v-074f3bbe]:nth-of-type(3) {
            background-color: #f1f1f1
        }
        .home .accordion .accordion-section[data-v-074f3bbe]:nth-of-type(2) {
            background-color: #ddddd5
        }

        .home .accordion .accordion-section[data-v-074f3bbe]:first-of-type {
            background-color: #f1f1f1
        }

    .home .accordion .accordion-section .accordion-content[data-v-074f3bbe] {
        height: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .home .accordion .accordion-section .accordion-content > img[data-v-074f3bbe] {
        position: absolute;
        width: auto;
        height: 180px;
        left: 20px
    }

    .home .accordion .accordion-section .accordion-content .info[data-v-074f3bbe] {
        position: absolute;
        opacity: 1;
        top: 25px;
        left: 150px;
        right: 30px;
        width: auto;
        transition: opacity 2s ease
    }

    .home .accordion .accordion-section .accordion-content .t[data-v-074f3bbe] {
        position: absolute;
        font-weight: 600;
        font-size: 28px;
        line-height: 44px;
        color: #000;
        text-align: right;
        margin-top: 40px;
        right: 10px;
        top: 5px;
    }
    .home .accordion .accordion-section .accordion-content .more[data-v-074f3bbe] {
        position: absolute;
        background-color: #e70c1d;
        border: #e70c1d;
        padding: 10px 48px;
        color: #fff;
        text-decoration: none;
        display: inline-block;
        font-size: 15px;
        font-family: Inter, sans-serif;
        cursor: pointer;
        bottom: 30px;
        left: 60%;
        transform: translateX(-1%);
        margin-top: 10px;
    }

    .home .accordion .accordion-section .accordion-content .info .t[data-v-074f3bbe] {
        font-weight: 600;
        font-size: 24px;
        line-height: 30px;
        color: #000;
        text-align: left
    }

    .home .accordion .accordion-section .accordion-content .info .info_desc[data-v-074f3bbe] {
        font-size: 13px;
        line-height: 18px;
        color: #3a3a3a;
        margin-top: 10px;
        text-align: left
    }

    .home .accordion .accordion-section .accordion-content .info .info_detail[data-v-074f3bbe] {
        width: 100px;
        height: 25px;
        background-color: #e81828;
        text-align: center;
        line-height: 25px;
        color: #fff;
        font-size: 12px;
        font-weight: 500;
        margin-top: 10px;
        cursor: pointer
    }

    .home .distribution[data-v-074f3bbe] {
        padding: 20px 0 10px;
        margin: 0 auto;
        width: 100vw;
        background-color: #fff
    }

    .home .distribution .dis_title[data-v-074f3bbe] {
        font-size: 24px;
        color: #e70c1d
    }

    .home .distribution .dis_desc[data-v-074f3bbe] {
        font-size: 16px;
        color: #e70c1d;
        margin-top: 15px;
        letter-spacing: 0
    }

    .home .distribution .middle[data-v-074f3bbe] {
        display: flex;
        flex-direction: column;
        margin-top: 20px
    }

    .home .distribution .middle .items[data-v-074f3bbe] {
        max-width: 100vw;
        margin-top: 10px;
        margin-left: 0;
        display: block;
        padding: 0 8px
    }

    .home .distribution .middle .items .item[data-v-074f3bbe] {
        margin-bottom: 20px;
        padding: 12px 8px;
        border: 1px solid #ddd;
        border-radius: 4px
    }

    .home .distribution .middle .items .item .top[data-v-074f3bbe] {
        display: flex;
        align-items: center
    }

    .home .distribution .middle .items .item .top > img[data-v-074f3bbe] {
        width: 20px;
        height: 20px;
        margin-right: 4px
    }

    .home .distribution .middle .items .item .top .t[data-v-074f3bbe] {
        font-size: 16px;
        color: #595959
    }

    .home .distribution .middle .items .item[data-v-074f3bbe]:first-of-type {
        text-align: left
    }

    .home .distribution .middle .items .item:first-of-type .address[data-v-074f3bbe]:nth-of-type(3) {
        margin-top: 0
    }

    .home .distribution .middle .items .item .address[data-v-074f3bbe] {
        text-align: left;
        margin-top: 16px;
        font-size: 14px;
        line-height: 18px;
        color: #595959
    }

    .home .distribution .middle .map_wrap[data-v-074f3bbe] {
        position: relative;
        display: none
    }

    .home .distribution .middle .map_wrap .layer[data-v-074f3bbe] {
        position: absolute;
        right: 60px;
        top: 50px;
        padding: 12px;
        box-sizing: border-box;
        text-align: left;
        background-color: #fff;
        box-shadow: 0 0 20px 0 rgba(0,0,0,.25)
    }

    .home .distribution .middle .map_wrap .layer .layer_text[data-v-074f3bbe]:nth-of-type(2) {
        margin-top: 12px
    }

    .home .distribution .middle .map_wrap .item[data-v-074f3bbe] {
        position: absolute;
        width: 30px;
        height: 30px
    }

    .home .distribution .middle .map_wrap .item.china[data-v-074f3bbe] {
        right: 80px;
        top: 120px
    }

    .home .distribution .middle .map_wrap .item.europe[data-v-074f3bbe] {
        right: 298px;
        top: 60px
    }

    .home .distribution .middle .map_wrap .item.australia[data-v-074f3bbe] {
        right: 64px;
        bottom: 84px
    }

    .home .distribution .middle .map_wrap .item.jiangsu[data-v-074f3bbe] {
        right: 54px;
        top: 156px
    }

    .home .distribution .middle .map[data-v-074f3bbe] {
        width: 70vw;
        -o-object-fit: cover;
        object-fit: cover
    }

    .home .distribution .nums[data-v-074f3bbe] {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        height: auto;
        margin: 0
    }

    .home .distribution .nums .num_item[data-v-074f3bbe] {
        height: auto;
        margin-top: 10px
    }

        .home .distribution .nums .num_item[data-v-074f3bbe]:first-of-type {
            grid-column-start: 1;
            grid-column-end: 3
        }

    .home .distribution .nums .num_item .num_t[data-v-074f3bbe] {
        font-size: 12px;
        line-height: 16px;
        color: #222
    }

        .home .distribution .nums .num_item .num_t[data-v-074f3bbe]:nth-of-type(2) {
            display: none
        }

    .home .distribution .nums .num_item .v[data-v-074f3bbe] {
        font-size: 16px;
        line-height: 20px;
        color: #222;
        margin-top: 10px
    }

    .home .distribution .nums .num_line[data-v-074f3bbe] {
        background-color: #222;
        width: 1px;
        height: 100%;
        display: none
    }

    .home .left[data-v-074f3bbe] {
        display: flex;
        flex-grow: 1;
        padding: 20px 0
    }

    .home .left > img[data-v-074f3bbe] {
        width: 180px;
        height: 250px;
        margin-left: 6.4vw
    }

    .home .left .info[data-v-074f3bbe] {
        text-align: left;
        flex-grow: 1;
        margin-left: 10%
    }

    .home .left .info .t[data-v-074f3bbe] {
        font-weight: 600;
        font-size: 32px;
        line-height: 44px;
        color: #000
    }

    .home .left .info .info_desc[data-v-074f3bbe] {
        font-size: 13px;
        line-height: 18px;
        color: #3a3a3a;
        margin-top: 20px
    }

    .home .left .info .info_detail[data-v-074f3bbe] {
        width: 100px;
        height: 25px;
        background-color: #e81828;
        text-align: center;
        line-height: 25px;
        color: #fff;
        font-size: 12px;
        font-weight: 500;
        margin-top: 30px;
        cursor: pointer
    }

        .home .left .info .info_detail[data-v-074f3bbe]:hover {
            color: #e81828;
            background-color: transparent;
            text-decoration: underline
        }

    .home .business[data-v-074f3bbe] {
        display: flex;
        background-color: #f1f1f1;
        height: 400px
    }

    .home .business .right[data-v-074f3bbe] {
        flex-shrink: 0;
        flex-grow: 0;
        width: 280px;
        padding: 20px 0;
        background-color: #ddd
    }

    .home .business .right > img[data-v-074f3bbe] {
        width: 150px;
        height: 250px
    }

    .home .form[data-v-074f3bbe] {
        display: flex;
        align-items: center;
        margin: 0 60px
    }

    .home .form .form_item[data-v-074f3bbe] {
        display: flex;
        align-items: center;
        flex-grow: 1;
        flex-shrink: 1;
        margin-right: 20px
    }

    .home .form .form_item .label[data-v-074f3bbe] {
        font-size: 32px;
        font-weight: 600
    }

    .home .form .form_item .value[data-v-074f3bbe] {
        flex-grow: 1;
        flex-shrink: 1
    }

    .home .form .submit[data-v-074f3bbe] {
        background-color: #e81828;
        color: #fff;
        width: 250px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        font-size: 24px;
        font-weight: 600
    }

    .el-carousel__item h3[data-v-074f3bbe] {
        color: #475669;
        opacity: .75;
        line-height: 100px;
        margin: 0;
        text-align: center
    }

    .el-carousel__item[data-v-074f3bbe]:nth-child(2n) {
        background-color: #99a9bf
    }

    .el-carousel__item[data-v-074f3bbe]:nth-child(odd) {
        background-color: #d3dce6
    }
}
