.footer{
    margin:0 !important;
}

 
.header {
    background: rgba(255, 255, 255, 1);
    /* backdrop-filter: blur(12px); */
}
body{background:#fff;}
.pb_spread{
    width: 100%;
    padding: 2.01vw 8.44% 4.43vw;
    box-sizing: border-box;
    background: #fff;
    position: relative;
}
.pb_spread .title{
    text-align: center;
    font-size:2.8vw;
    font-weight: bold;
    padding: 3vw 0 3vw 0;
}

.pb_spread .conl{
    display: flex;
    justify-content: center;
    margin:0 auto;
    width: auto;
}



.pb_spread .conl .swiper-wrapper{
    border:1px solid #e4e4e4;
    border-radius: 100px;
    width: auto;
    display: flex;
    padding:4px;
}

.pb_spread .conl .swiper-wrapper .swiper-slide{
    width: auto !important;
    display: inline-flex;
    cursor: pointer;
    padding:0.8vw 0;
    border-radius: 100px;
}

.pb_spread .conl  .swiper-slide span{
    display: flex;
    margin:0 0 0 2vw;
    padding: 0 2.3vw 0 2.3vw;
    font-size: 1.2vw;
}

.pb_spread .conl  .swiper-slide:nth-child(4) span{
    padding: 0 2.3vw 0 3.5vw;
}

.pb_spread .conl  .swiper-slide:nth-child(1) span{
    background: url(/zhuo/home_p0.png) no-repeat left center;
    background-size: contain;
}
.pb_spread .conl  .swiper-slide:nth-child(2) span{
    background: url(/images/B3-logo2-1.png) no-repeat left center;
    background-size: contain;
}

.pb_spread .conl  .swiper-slide.swiper-slide-thumb-active{
    background: linear-gradient(to right, #197cff, #08ceff);
    color:#fff;
}

.pb_spread .content{
    overflow: hidden;
    margin: 2vw 0 0 0;
    border-radius: 10px;
    box-sizing: 0 0 10px rgba(0,0,0,0.14);
}

.pb_spread .swiper_spread_np{
    position: absolute;
    left:0;
    width: 100%;
    top:55%;
}

.pb_spread .swiper_spread_np .next{
    position: absolute;
    z-index: 10;
    left:2%;
    top:50%;
    background:#fff;
    border-radius: 1000px;
    border:1px solid #eee;
    width: 5vw;
    height: 5vw;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pb_spread .swiper_spread_np .next::before{
    content:'';
    display: inline-block;
    width: 1vw;
    height:1vw;
    border-left:2px solid #e4e4e4;
    border-top:2px solid #e4e4e4;
    margin-left:0.5vw;
    transform: rotate(-45deg);
}

.pb_spread .swiper_spread_np .prev{
    position: absolute;
    z-index: 10;
    right:2%;
    top:50%;
    background:#fff;
    border-radius: 1000px;
    border:1px solid #eee;
    width: 5vw;
    height: 5vw;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pb_spread .swiper_spread_np .prev::before{
    content:'';
    width: 1vw;
    height:1vw;
    border-right:2px solid #e4e4e4;
    border-bottom:2px solid #e4e4e4;
    margin-right:0.5vw;
    transform: rotate(-45deg);
}


.pb_spread .swiper_spread_np a:hover{
    background: linear-gradient(to right, #197cff, #08ceff);
}

.albiz-content-wrapper {
    width: 100%;
    background-image: url(../images/industry_bg1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    box-sizing: border-box;
    border-radius: 20px;
    padding: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

.albiz-content-wrapper .left {
    width: 50%;
    flex: 0 0 auto;
}

.albiz-content-wrapper .right {
    width: 50%;
    flex: 0 0 auto;
}

.albiz-content-wrapper .logo-link img{
    height: 65px;
}

.albiz-content-wrapper .paragraph {
    margin-top: 30px;
    font-size: 18px;
    line-height: 1.8;
    box-sizing: border-box;
    text-align: justify;
}

.albiz-content-wrapper .paragraph.lvw {
    padding: 5px 20px 5px 40px;
    border-left: 4px solid #FA7600;
}

.albiz-content-wrapper .goto-link {
    margin-top: 30px;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 1;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 50px;
    padding: 0 30px;
    background-color: #FA7600;
    color: #fff;
    border-radius: 25px;
}

.albiz-content-wrapper .goto-link svg {
    width: 30px;
    height: 30px;
    margin-left: 10px;
}

.albiz-content-wrapper .goto-link:hover {
    filter: brightness(1.5);
}

.albiz-content-wrapper.mi818 .paragraph.lvw {
    border-left: 4px solid #c00;
}

.albiz-content-wrapper.mi818 .goto-link {
    background-color: #c00;
}


@media screen and (max-width: 640px){
    
    
    .video_ban .ban_text .zh{
        font-size: 7.3vw;
    }

    .video_ban .ban_text .en{
        font-size: 4vw;
    }
    .pb_spread{
        height: auto;
        width: 100%;
        margin:0 auto;
        padding: 10px;
    }
    .pb_spread .spread_t{
        width: 100%;
    }
    .pb_spread .spread_t::after{
        content: '';
        display: block;
        clear: both;
    }
    .pb_spread .spread_t_l{
        float: left;
        width: 35.20vw;
        padding-top: 9.87vw;
    }
    .pb_spread .spread_t_l .spread_title{
        font-size: 3.73vw;
        font-weight: 400;
        line-height: 7.47vw;
        padding-left: 5.07vw;
    }
    .pb_spread .spread_t_r{
        float: right;
        width: 44.00vw;
        position: relative;
    }
    .pb_spread .spread_t_r::after{
        content: '';
        position: absolute;
        top: -32%;
        left: -28%;
        width: 165%;
        height: 165%;
        background: #fff url(../cheng/icon_triangle_big.png) center center no-repeat;
        background-size: 100% auto;
        z-index: -1;
    }
    .pb_spread .spread_t_r .platform_img{
        width: 100%;
        height: 47.73vw;
        overflow: hidden;
        white-space: nowrap;
        font-size: 0;
    }
    .pb_spread .spread_t_r .platform_img .img_item{
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: inline-block;
    }
    .pb_spread .spread_con{
        position: unset;
        height: auto;
    }
    .pb_spread .spread_left{
        width: 100%;
        padding: 3.47vw 0 13.07vw;
        margin-left: 0;
    }
    .pb_spread .spread_left .spread_platform{
        padding-left: 5.07vw;
        box-sizing: border-box;
        overflow-x: scroll;
        white-space: nowrap;
        padding-bottom: 0;
    }
    .pb_spread .spread_left .spread_platform::-webkit-scrollbar{
        width: 0;
        height: 0;
    }
    .pb_spread .spread_left .spread_platform .platform_item{
        padding: 2.67vw 5.07vw;
        margin-bottom: 2.67vw;
    }
    .pb_spread .spread_left .spread_platform .platform_item img{
        height: 9.33vw;
    }
    .pb_spread .spread_left .platform_desc{
        position: unset;
        width: 89.87%;
        margin: 0 auto;
        height: auto;
    }
    .pb_spread .platform_desc .desc_item .item_left{
        width: 100%;
        height: 20.27vw;
    }
    .pb_spread .platform_desc .desc_item .item_left .platform_name{
        font-size: 4.27vw;
        font-weight: 700;
        line-height: 5.07vw;
    }
    .pb_spread .platform_desc .desc_item .item_left .platform_other{
        font-size: 3.20vw;
        font-weight: 400;
        line-height: 4.80vw;
    }
    .pb_spread .platform_desc .desc_item .item_left span::before{
        width: 1.87vw;
        height: 1.87vw;
        top: -0.80vw;
        left: -1.33vw;
    }
    .pb_spread .platform_desc .desc_item .item_left span::after{
        width: 1.87vw;
        height: 1.87vw;
        bottom: -0.80vw;
        right: -1.33vw;
    }
    .pb_spread .platform_desc .desc_item .item_right{
        width: 100%;
        height: 46vw;
        padding: 2.67vw 4.53vw;
        box-sizing: border-box;
        font-size: 3.73vw;
        font-weight: 400;
        line-height: 5.60vw;
    }
    .pb_spread .platform_desc .desc_item .item_right .arrow_btn{
        width: 18.67vw;
        height: 8.00vw;
        border-radius: 8.00vw;
        top: unset;
        right: unset;
        bottom: 4.53vw;
        left: 2.67vw;
        background-size: 4.27vw;
    }
    .pb_spread .platform_desc .desc_item .item_right .arrow_btn:hover{
        transform: unset;
    }
    .pb_spread .platform_desc .desc_item .item_right .arrow_btn.qrcodeImg{
        width: 18.67vw;
        height: 18.67vw;
        border-radius: unset;
        top: unset;
        right: unset;
        bottom: 4.53vw;
        left: 2.67vw;
    }
    .pb_spread .consultBtn{
        position: unset;
        margin-left: 5.07vw;
    }

    
    .pb_spread .title, .pb_planning .title, .pb_client .title{
        font-size: 8vw;
    }
    .pb_spread .conl{
        border:1px solid #e4e4e4;
        border-radius: 100px;
        overflow: hidden;
    }
    
    .pb_spread .conl .swiper-wrapper{
        border:none;
        width: auto;
        padding-right:4vw;

    }

    .pb_spread .conl .swiper-slide:nth-child(1) span{
        padding-left:7vw;
    }
    .pb_spread .conl .swiper-slide:nth-child(2) span{
        padding-left:7vw;
    }
    .pb_spread .conl .swiper-slide:nth-child(3) span{
        padding-left:7vw;
    }
    .pb_spread .conl .swiper-slide:nth-child(4){
        margin-right:2vw;
    }
    .pb_spread .conl .swiper-slide:nth-child(4) span{
        padding:0 2vw 0 10.5vw;
    }
    .pb_spread .conl .swiper-slide span{
        font-size: 3.5vw;
    }

    .albiz-content-wrapper {
        border-radius: 20px;
        padding: 20px;
        display: block;
    }

    .albiz-content-wrapper .left {
        width: 100%;
    }

    .albiz-content-wrapper .right {
        width: 100%;
    }

    .albiz-content-wrapper .logo-link img {
        height: 40px;
    }

    .albiz-content-wrapper .paragraph {
        font-size: 16px;
        line-height: 1.5;
    }

    .albiz-content-wrapper .goto-link {
        font-size: 16px;
        line-height: 1;
        height: 35px;
        padding: 0 30px;
        background-color: #FA7600;
        color: #fff;
        border-radius: 25px;
    }

    .albiz-content-wrapper .goto-link svg {
        width: 24px;
        height: 24px;
    }

}