.white-box{
    background: #FFFFFF;
    padding: 40px;
    font-size: 14px;
}
.py-40{
    padding: 40px 0;
}
.vr-img {
    aspect-ratio: 4 / 3;
}
.box-title {
    color: #333333;
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    padding-bottom: 13px;
    width: fit-content;
    margin-bottom: 20px;
    position: relative;
}
.box-title:after{
    content: '';
    display: block;
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: 0;
    background-image: url(../../imgs/suppliers/introduce/title-line.png);
    background-size: cover;
}
.sub-box-title{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    line-height: 24px;
    gap: 12px;
    margin-top: 10px;
}
.sub-box-title:before{
    content: '';
    display: block;
    width: 3px;
    height: 24px;
    background: #F79131;
    border-radius: 3px;
}
.accordion_box{
    display: flex;
    width: 100%;
    ._item{
        display: flex;
        position: relative;
        width: 100px;
        justify-content: flex-end;
        ._left{
            transform: scaleX(0);
            /*width: 0;*/

            opacity: 0;
            /*height: fit-content;*/
            position: relative;
            ._cont{
                display: flex;
                gap: 60px;
            }
        }
        ._right{
            width: 100px;
            position: absolute;
            display: flex;
            flex-direction: column;
            align-items: center;
            height: 100%;
            padding: 40px 0;
            gap: 20px;
            cursor: pointer;
            ._text{
                writing-mode: vertical-rl;
                flex: 1;
                color: #FFFFFF;
                font-weight: 700;
                font-size: 20px;
                letter-spacing: 4px;
            }
            ._b{
                width: 34px;
                height: 34px;
                border-radius: 50%;
                background-color: #fff;
                background-image: url(../../imgs/suppliers/detail/next12.svg);
                background-size: 16px;
                background-position: center;
                background-repeat: no-repeat;
            }
        }
    }
    ._item.on{
        flex: 1;
        ._left{
            width: 100%;
            transform: scaleX(1);
            opacity: 1;
        }
        ._right{
            position: absolute;
            right: 0;
            opacity: 0;
            pointer-events: none;
        }
    }
}


.my-swiper {
    flex: none;
    aspect-ratio: 453 / 255;
    position: relative;
    filter: drop-shadow(0 -8px 20px rgba(0, 0, 0, 0.2));
    flex-shrink: 0;
    width: 100%;
    margin-top: 20px;










    .btns-zoom {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        z-index: 5;
        top: 10px;
        right: 10px;
        border-radius: 10px;
        background: rgba(255,255,255,.3);
        width: 36px;
        height: 36px;
        cursor: pointer;
        aspect-ratio: 453 / 255;
        img {
            width: 16px;
        }
    }
    ul{
        width: 100%;
        height: 100%;
    }
    li {
        position: absolute;
        left: 0;
        right: 0;
        -webkit-transition: .5s;
        transition: .5s;
        opacity: 0;
        z-index: 0;
        bottom: -30px;
        padding: 0 70px;
        width: 100%;
        height: 100%;

        .img,
        .video,
        img {
            width: 100%;
            border-radius: 20px;
            height: 100%;
        }

    }
    li.one {
        z-index: 3;
        bottom: 0;
        padding: 0;
        opacity: 1;
    }
    li.two {
        z-index: 2;
        bottom: -10px;
        padding: 0 20px;
        opacity: 1;
    }
    li.three {
        z-index: 1;
        bottom: -20px;
        padding: 0 40px;
        opacity: 1;
    }
    .arrow {
        position: absolute;
        z-index: 5;
        right: 20px;
        bottom: 20px;
        display: flex;
        .btns-zoom {
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            z-index: 5;
            top: 10px;
            right: 10px;
            border-radius: 10px;
            background: rgba(255,255,255,.3);
            width: 36px;
            height: 36px;
            cursor: pointer;
            aspect-ratio: 453 / 255;
            img {
                width: 16px;
            }
        }

        a {
            display: block;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            margin-left: 10px;
            background: #fff center no-repeat;
            background-size: 22px;
            box-shadow: 0 7px 20px rgba(0,0,0,.06);
            cursor: pointer;
        }
        a.prev {
            background-image: url(../../imgs/suppliers/detail/prev12.svg);
        }
        a.next {
            background-image: url(../../imgs/suppliers/detail/next12.svg);
        }
    }

}

#swiperDialog {
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s;
    .list {
        width: 100%;
        overflow: hidden;
        position: relative;
        li {
            text-align: center;
            display: flex;
            justify-content: center;




            img {
                max-width: 90%;
                max-height: 90vh;
            }
        }
    }
    .close {
        position: absolute;
        z-index: 5;
        top: 0;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 60px;
        height: 60px;
        background: #fff;
        border-radius: 0 0 0 5px;
        cursor: pointer;
        background: rgba(0,0,0,.5);
        color: #fff;
        font-size: 20px;
    }
    .close:after {
        content: "";
        font-family: "iconfont";
        -webkit-transition: .5s;
        transition: .5s;
    }
    .close:hover {
        background: #108391;
    }
    .close:hover:after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .arrow a {
        position: absolute;
        z-index: 5;
        top: 50%;
        transform: translateY(-50%);
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 80px;
        background: #fff;
        cursor: pointer;
        background: rgba(0,0,0,.5);
        color: #fff;
        font-size: 20px;
        font-family: "iconfont";
    }
    .arrow a.prev {
        left: 0;
        border-radius: 0 5px 5px 0;
    }
    .big-img{
        position: relative;
    }
    .big-img{
        position: relative;
    }
    .big-img .btn{
        margin: 0 auto;
        width: 160px;
        display: block;
        position: absolute;
        z-index: 5;
        left: 50%;
        top: 100%;
        transform: translate(-50%, -50%);
    }
    .arrow a.prev:after {
        content: "";
    }
    .arrow a.next {
        right: 0;
        border-radius: 5px 0 0 5px;
    }
    .arrow a.next:after {
        content: "";
    }
    .arrow a:hover {
        background: #108391;
    }
}
#swiperDialog.show {
    opacity: 1;
    visibility: visible;
}
.close-btn{
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 0 0 0 5px;
    cursor: pointer;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 20px;
}
.close-btn:hover {
    background: #108391;
}
.height-limit{
    height: 276px;
    overflow-y: auto;
    flex: 1;
    padding-right: 10px;
    font-size: 14px;
    line-height: 20px;
}
.height-limit::-webkit-scrollbar{
    width: 4px;
    background: #F7F8FC;
    border-radius: 4px;
}
.height-limit::-webkit-scrollbar-thumb{
    background: #6A717A;
    border: 1px solid #F7F8FC;
    width: 2px;
    border-radius: 4px;
}
.img.video:after {
    background: url(../../imgs/suppliers/detail/video-btn60.svg) center no-repeat;
}
._info-line,._info-line-en{
    display: flex;
    margin-bottom: 10px;
    gap: 6px 10px;
    flex-direction: column;
    word-break: break-all;
}
._info-line-en:after{

}
._info-line-en ._lab{flex: none;}
._info-line ._lab{
    flex-shrink: 0;
    width: 112px;
}
.color-333{
    color: #333;
}
.color-666{
    color: #666;
}
.split-dashed-line{
    margin: 30px 0;
    height: 1px;
    width: 100%;
    border-top: 1px dashed #D9D9D9;
}
.split-col-dashed-line{
    width: 1px;
    border-left: 1px dashed #D9D9D9;
}
.split-part-2{
    display: flex;
    align-items: center;
    gap: 60px;
}
.g-80{
    gap: 80px;
}
.flex-1{
    flex: 1;
    width: 100%;
}
.flex-col-gap-20{
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 20px;
}
.tyc{
    display: flex;
    color: #666666;
    font-size: 14px;
    gap: 10px;
}
.tyc img{
    width: 63px;
    height: 20px;
    object-fit: contain;
}
.mb-10{
    margin-bottom: 10px;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-30{
    margin-bottom: 30px;
}
.mb-60{
    margin-bottom: 60px;
}
.text-nowarp{
    white-space: nowrap;
}
._info-border-line{
    font-size: 16px;
    line-height: 22px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #D9D9D9;
    width: 100%;
}

/*#page1*/

#page1 .white-box{
    font-size: 16px;
}
#page1 .about-3 .wal .white-box{
    padding: 0 !important;
}
.border-line-bottom{
    border-bottom: 1px solid #D9D9D9;
}

#page1 .information .box-title{
    margin-bottom: 0;
    background: none;
}
#page1 .information .dt{
    margin-bottom: 40px;

}

#page1 .information .white-box {
    border-top: 4px solid #108391;
    border-radius: 0 0 20px 20px;
}
#page1 .about-3 .list-1 li{
    width: 50%;
}
#page1 .about-3 .list-1{
    padding-top: 0;
}
#page1 .about-2{
    padding-bottom: 80px;
    /* overflow: hidden; */
}
#page1  .white-box .h2{
    text-align: center;
    font-size: 24px;
    padding: 0;
    color: #4FC2B8;
}
#page1 .about-3:before{
    display: none;
}
#page1 .about-3 .wal{
    min-height: auto;
    padding-top: 60px;
}
#page1 .about-3{
    background: #fff;
}
.g1box{
    gap: 20px;
    overflow: hidden;
    margin-bottom: 30px;
    display: flex;
}

.swiper-g1{
    aspect-ratio: 590 / 400;
    width: 590px;
    height: 400px;
    overflow: hidden;
    position: relative;
    ul{
        width: 100%;
        height: 100%;
    }
    li {

        -webkit-transition: .5s;
        transition: .5s;
        width: 100%;
        height: 100%;

        .img,
        .video,
        img {
            width: 100%;
            border-radius: 10px;
            height: 100%;
        }

    }
    .btns-zoom {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        z-index: 4;
        top: 0;
        right: 0;
        border-radius: 10px;
        background: rgba(255, 255, 255, .3);
        width: 100%;
        height: 100%;
        cursor: pointer;
        aspect-ratio: 453 / 255;
        opacity: 0;
        img {
            width: 16px;
        }
    }
    .arrow {
        position: absolute;
        z-index: 5;
        right: 20px;
        bottom: 20px;
        display: flex;
        a {
            display: block;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            margin-left: 10px;
            background: #fff center no-repeat;
            background-size: 22px;
            box-shadow: 0 7px 20px rgba(0,0,0,.06);
            cursor: pointer;
        }

        a.prev {
            background-image: url(../../imgs/suppliers/detail/prev12.svg);
        }
        a.next {
            background-image: url(../../imgs/suppliers/detail/next12.svg);
        }
    }
}
#page1 .about-4 .white-box{
    padding: 40px 0;}
.d3list{
    padding-top: 100px;
    padding-bottom:73px;
    position: relative;
    margin-bottom: 100px;
}
#page1 .swiper-3dlist{
    width: 389px;
    height: 260px;
    position: relative;
    margin: 0 auto;
    ul{
        width: 100%;
        height: 100%;
    }
    img{
        width: 100%;
        height: 100%;
        border-radius:10px;
    }
    .arrow {
        position: absolute;
        z-index: 5;
        right: calc(50% - 50px);
        bottom: -120px;
        display: flex;
        gap: 10px;
        a {
            display: block;
            width: 40px;
            height: 40px;
            border-radius: 50%;

            background: #fff center no-repeat;
            background-size: 22px;
            box-shadow: 0 7px 20px rgba(0,0,0,.06);
            cursor: pointer;
        }

        a.prev {
            background-image: url(../../imgs/suppliers/detail/prev12.svg);
        }
        a.next {
            background-image: url(../../imgs/suppliers/detail/next12.svg);
        }
    }
}
#page1 .d3list .swiper-pagination-clickable .swiper-pagination-bullet{
    height: 6px;
    background:#108391;
    border-radius: 100px;
    opacity:0.2;
}
#page1 .d3list .swiper-pagination-clickable .swiper-pagination-bullet-active{
    width: 26px;
    opacity: 1;}

.swiper-slide-prev {
    transform: rotateY(15deg) translateZ(-20px) scale(0.95);
    opacity: 0.9;
}

.swiper-slide-prev-prev {
    transform: rotateY(25deg) translateZ(-60px) scale(0.9);
    opacity: 0.85;
}

.swiper-slide-next {
    transform: rotateY(-15deg) translateZ(-20px) scale(0.95);
    opacity: 0.9;
}

.swiper-slide-next-next {
    transform: rotateY(-25deg) translateZ(-60px) scale(0.9);
    opacity: 0.85;
}
#page3 .swiper-g1,#page2 .swiper-g1,#page4 .swiper-g1{
    aspect-ratio: 550 / 400;
    width: 550px;
}
.selfbox{
    padding: 40px 0;
}
#page2 .g-head .head{
    margin-bottom: 0;
}
#page3 .wal{

}
#page2 .about-2:before{
    display: none;
}
#page2 .index-title h2{
    text-transform: uppercase;
}

#page2 .white-box{
    background: none;
}
#page2 .about-1{
    background: #Fff;
    padding-bottom: 60px;
}
#page2 .about-1 .wal{
    background: #fff;
}
#page2 .information{
    background: #F1F5F7;
}
#page2 .about-1 .btn-wrapper{
    min-height: auto;
}
#page2 .about-3{
    padding: 10px 0;
    background: #fff;
}

#page4 .white-box{background: none;padding: 0;}

#page4 .information .box-title{
    margin-bottom: 0;
    background: none;
    padding: 0;
}
#page4 .information .dt{
    margin-bottom: 40px;
    padding-top: 37px;
    padding-bottom: 27px;
}

#page4 .information .white-box {
    border-top: 4px solid #108391;
    border-radius: 0 0 20px 20px;
    background: #fff;
    padding: 40px;
    padding-top: 0;
}
#page4 .information{
    padding-top: 80px;
}
#page4 .about-3 .item{
    width: 100%;
    padding: 20px 0;
    margin-left: 0;
}

#page4 .about-3 .wal{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#page4 .about-3 .item ul{
    height: 349px;
    overflow: auto;
}
#page4 .about-3 .item li .name{
    width: 120px;}
#page4 .about-3 .item li p{
    width: calc(100% - 120px);
    overflow-wrap: break-word;
}

#page4 .about-3 .item li{
    padding-right: 40px;
}


#page4 .about-5 .white-box{
    padding: 30px;
    background: #fff;
}
#page5 .about-5 .white-box{
    padding: 30px;
    background: #fff;
}
#page5 .about-5{
    background:#F9F9F9 ;
}
#page5 .about-5 ul{
    flex-wrap: wrap;
    margin: 0;
}
#page5 .about-5 li{

}
#page5 .swiper-g1{
    width: 560px;
}
#page5 .about-4{
    background: #108391;
    padding: 120px 0;
    color: #fff;
}
#page5 .about-4 .white-box{
    background: none;
    padding: 0;
}
#page5 .about-4  .sub-box-title{
    color: #fff;
}

#page5 .about-1 .item {
    width: 488px;
    padding:100px 0;
}

#page5 .about-1 .item li {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: rgba(255,255,255,.5) dashed 1px;
    align-items: flex-start;
}

#page5 .about-1 .item li .name {
    flex-shrink: 0;
    padding-right: 1em;
}
#page5 .information .box-title {
    margin-bottom: 0;
    background: none;
    padding: 0;
}
#page5 .information .dt {
    margin-bottom: 40px;
    padding-top: 37px;
    padding-bottom: 27px;
}
#page5 .accordion_box {
    ._item{
        display: none;
    }
    ._item.on {
        flex: 1;
        display: block;
    }
}
.honor-view{
    position: relative;
}
.honor-view:hover:before{
    content: "\e74f";
    font-family: "iconfont";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    cursor: pointer;
    color: #fff;
    background: rgba(0,0,0,.4);
}
.row-reverse{
    flex-direction: row-reverse;
}
@media (max-width: 992px) {
    .row-reverse{
        flex-direction: column;
    }
    .white-box{
        padding: 20px !important;
    }
    .split-part-2{
        flex-direction: column;
        gap: 20px;
    }
    #page1 .about-3 .split-part-2{
        gap: 30px;
    }
    .g-80{
        gap: 10px;
    }
    .g1box{
        flex-direction: column;
    }
    .swiper-g1{
        height: auto;
        max-width: 100%;
    }
    .height-limit{
        flex: unset;
        height: auto;
    }
    .accordion_box {
        flex-direction: column;
        ._item {
            width: 100%;
            height: 74px;
            ._left {
                overflow: hidden;
                height: 0;
                ._cont {
                    flex-direction: column;
                    gap: 20px;
                    padding-bottom: 40px;
                }
            }
            ._right{
                width: 100%;
                flex-direction: row;
                padding: 20px;
                ._text{
                    writing-mode: unset;
                }
            }
        }
        ._item.on{
            ._left{
                height: auto;
            }
        }
    }
    .mb-60{
        margin-bottom: 20px;
    }
    .py-40{
        padding: 20px 0;
    }
    #page2 .about-2 .wal{
        padding-bottom: 0;
    }
    .img iframe {
        height: 400px;
    }
    #page4 .about-3 .item ul{
        height: auto;}
    .split-col-dashed-line{
        width: 100%;
        border-bottom: 1px dashed #D9D9D9;
    }
}
