.about-page{
    padding-top: 60px;
}

.about-page .about-section-1{
    position: relative;
}

.about-page .about-section-1 .swiper-button-prev::after,.about-page .about-section-1 .swiper-button-next::after {
    color: #fff;
}

.about-page .about-section-1 .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    opacity: 0.7;
    background: rgba(102,102,102,0.80);
    border-radius: 5px;
}

.about-page .about-section-1 .swiper-pagination-bullet-active{
    width: 20px;
    height: 8px;
    background: rgba(255,255,255,0.80);
}

.about-page .about-section-2 .section-title {
    text-align: left;
}

.about-page .about-section-2 .section-title h2{ 
    margin-bottom: 20px;
}

.about-page .about-section-2 .section-title p{
    font-size: 14px;
    color:#666666 ;
}

.about-page .about-section-2 img{
    border-radius: 20px;
}

.about-page .about-section-3{
    background: #f2f2f2;
}

.about-page .about-section-3 .item .text{
    margin-right: 10px;
}

.about-page .about-section-3 .item .text p{
    color: #666;
}

.about-page .about-section-4 .banner{
    width: 100%;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px;
    padding: 55px;
    color: #fff;
}

.about-page .about-section-4 .banner .des{
    color: #fff;
    text-align: left;
}

.about-page .about-section-4 .banner .title{
    width: 100%;
}

.about-page .about-section-4 .banner .section-content{
    display: flex;
    justify-content: space-between;
}

.about-page .about-section-4 .banner img{
    height: 50px;
}

.about-page .about-section-4 .section-content{
    display: flex;
}

.about-page .about-section-6 .swiper-slide{
    background: none;
}

.about-page .about-section-6 .slide-inner{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.about-page .about-section-6{
    width: 100%;
    height: 620px;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.about-page .about-section-6 .item{
    position: absolute;
    width: 300px;
}

.about-page .about-section-6 .item .year{
    font-size: 20px;
    color: #3f8ed0;
    line-height: 36px;
}

.about-page .about-section-6 .item h2{
    font-size: 22px;
    color: #666666;
    line-height: 36px;
}

.about-page .about-section-6 .item p{
    font-size: 16px;
    color: #666666;
    line-height: 22px;
}

.about-page .about-section-6 .item-2016{
    top: 50px;
    left: 4%
}

.about-page .about-section-6 .item-2011{
    top: 100px;
    left: 4%
}

.about-page .about-section-6 .item-2012{
    top: 220px;
    left: 18%;
}
.about-page .about-section-6 .item-2013{
    top: 10px;
    left: 39%;
}
.about-page .about-section-6 .item-2014{
    top: 260px;
    left: 48%;
}

.about-page .about-section-6 .item-2015{
    top: 110px;
    left: 67%;
}

.about-page .about-section-6 .item-2025{
    top: 100px;
    left: 35%;
}



.about-page .about-section-6 .swiper-button-prev{
    padding-right: 5px;
}

.about-page .about-section-6 .swiper-button-next {
    padding-left: 5px;
}




@media (min-width:769px) { 
    .about-page .about-section-1 .swiper-slide img {
        display: block;
        width: 100%;
        height: 830px;
        object-fit: cover;
    }

    .about-page .about-section-1 .swiper-button-next,.about-page .about-section-1 .swiper-button-prev{
        top: 75%;
        padding: 100px;
        --swiper-navigation-size: 30px;
    }

    .about-page .about-section-2 .section-content{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .about-page .about-section-2 .section-title{
        margin-right: 30px;
    }

    .about-page .about-section-2 .section-image img{
        width: 500px;
    }

    .about-page .about-section-3 .section-content{
        display: flex;
    }

    .about-page .about-section-3 .item h3{
        height: 70px;
        margin-top: 60px;
    }

    .about-page .about-section-3 .item{
        width: 18%;
        margin-left: 60px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .about-page .about-section-3 .item:first-child{
        margin-left: 0;
    }

    .about-page .about-section-3 .container{
        width: 90%;
        padding-bottom: 0;
    }

    .about-page .about-section-3 .circle{
        position: absolute;
        left: 0;
        top:50%;
        margin-top: -60px;
        width: 60px;
        height: 120px;
        border-radius: 0 60px 60px 0;
        line-height: 120px;
        color: #fff;
        text-align: center;
        font-size: 28px;
    }
    
    
    .about-page .about-section-3 .right-shadow{
        position: relative;
        width: 60px;
        height: 370px;
        background: linear-gradient(to right, #D8D9D9, #f2f2f2);
    }

    .about-page .about-section-5 .title{
        width: 40%;
        text-align: left;
        margin: 0;
        margin-bottom: 70px;
    }
    
    .about-page .about-section-5 .section-content{
        position: relative;
        width: 100%;
        height: 350px;
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 20px;
        display: flex;
        align-items: center;
        padding: 40px;
    }
    
    .about-page .about-section-5 .image{
        background: #fff;
        width: 180px;
        padding: 15px 10px;
        border-radius: 8px;
        text-align: center;
        margin: 20px 10px;
    }
    
    
    .about-page .about-section-5 .image img{
        margin: auto;
    }
    
    
    .about-page .about-section-5 img{
        width: 120px;
        height: 25px;
    }
    
    .about-page .about-section-5 .item{
        position: absolute;
        width: 160px;
        display: flex;
        flex-direction: column;
        background: #ffffff;
        border-radius: 10px;
        box-shadow: 0px 4px 8px 3px rgba(0,0,0,0.10); 
        padding: 20px;
        z-index: 100;
        text-align: center;
    }
    
    .about-page .about-section-5 .item img{
        margin: 15px 0
    }
    
    .about-page .about-section-5 .item-1{
        right: 520px;
        top: -230px;
    }
    
    .about-page .about-section-5 .item-2{
        right: 350px;
        top: -100px;
    }
    .about-page .about-section-5 .item-3{
        right: 180px;
        top: -250px;
    }
    .about-page .about-section-5 .item-4{
        right: 10px;
        top: -120px;
    }
    

    .about-page .about-section-6 .title{
        padding-top: 60px;
    }

    .about-page .about-section-6 .swiper-container{
        width: 100%;
        height: 460px;
    }

    .about-page .about-section-6 .swiper-button-prev{
        width: 52px;
        height: 52px;
        top: 80%;
        --swiper-navigation-size: 25px;
        background: #6666;
        border-radius: 50%;
        color: #fff;
        margin: 0 300px;
    }

    .about-page .about-section-6 .swiper-button-next {
        width: 52px;
        height: 52px;
        top: 80%;
        --swiper-navigation-size: 25px;
        background: #6666;
        border-radius: 50%;
        color: #fff;
        margin: 0 300px;
    }

    .about-page .about-section-6_mob{
        display: none;
    }


}

@media (max-width:769px) {
    .about-page .about-section-1 .swiper-button-next,.about-page .about-section-1 .swiper-button-prev{
        top: 65%;
        padding: 50px;
        --swiper-navigation-size: 20px;
    }

    .about-page .about-section-2 .section-image img{
        width: 100%;
        margin-top: 30px;
    }

    .about-page .about-section-3 .item{
        display: flex;
        flex-direction: column;
    }

    .about-page .about-section-3 .circle{
        position: absolute;
        left: 50%;
        top: 0;
        margin-left: -50px;
        width: 100px;
        height: 50px;
        border-radius: 0 0 50px 50px;
        line-height: 50px;
        color: #fff;
        text-align: center;
        font-size: 22px;
    }
    
    
    .about-page .about-section-3 .right-shadow{
        position: relative;
        width: 100%;
        height: 30px;
        background: linear-gradient(to bottom, #D8D9D9, #f2f2f2); 
        order: 1;
        margin-top: 40px;
    }

    .about-page .about-section-3 .text{
        order:2;
        margin-top: 20px;
    }

    .about-page .about-section-4 .banner{
        padding: 20px;
        color: #fff;
    }

    .about-page .about-section-4 .banner h2{
        color: #fff;
    }

    .about-page .about-section-4 .banner .section-content{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 20px;
    }

    .about-page .about-section-4 .banner .section-content img{
        margin: 10px;
    }

    .about-page .about-section-5 .section-content{
        position: relative;
        width: 100%;
        height: 220px;
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 20px;
        margin: 20px 0;
        margin-bottom: 280px;
    }

    .about-page .about-section-5 img{
        width: 90px;
        height: 20px;
    }

    .about-page .about-section-5 .image{
        width: 160px;
        background: #fff;
        padding: 15px 10px;
        border-radius: 8px;
        text-align: center;
        margin: 20px 10px 0 10px;
    }

    .about-page .about-section-5 .content{
        display: flex;
        justify-content:space-around;
    }

    .about-page .about-section-5 .item{
        background: #fff;
    }

    .about-page .about-section-5 .item{
        position: absolute;
        width: 120px;
        display: flex;
        flex-direction: column;
        background: #ffffff;
        border-radius: 10px;
        box-shadow: 0px 4px 8px 3px rgba(0,0,0,0.10); 
        padding: 15px;
        z-index: 999;
        text-align: center;
        z-index: 100;
    }

    .about-page .about-section-5 .item img{
        margin: 15px 0
    }

    .about-page .about-section-5 .item-1{
        left: -10px;
        top: 160px;
    }
    
    .about-page .about-section-5 .item-2{
        left: 120px;
        top: 160px;
    }
    .about-page .about-section-5 .item-3{
        left: 250px;
        top: 160px;
    }

    .about-page .about-section-6 {
        display: none;
    }

    .about-page .about-section-6_mob .title{
        text-align: center;
        padding-top: 10px;
    }

    .about-page .about-section-6_mob{
        position: relative;
        width: 100%;
        height: 1150px;
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .about-page .about-section-6_mob .item{
        position: absolute;
        width: 170px;
    }
    
    .about-page .about-section-6_mob .item .year{
        font-size: 16px;
        color: #3f8ed0;
        line-height: 20px;
    }
    
    .about-page .about-section-6_mob .item h2{
        font-size: 18px;
        color: #666666;
        line-height: 28px;
        margin: 10px 0;
    }
    
    .about-page .about-section-6_mob .item p{
        font-size: 14px;
        color: #666666;
        line-height: 22px;
    }

    .about-page .about-section-6_mob .item-2011{
        top: 100px;
        left: 10px;
        text-align: right;
        width: 110px;
    }

    .about-page .about-section-6_mob .item-2014{
        top: 170px;
        right: 60px;
    }

    .about-page .about-section-6_mob .item-2015{
        top: 280px;
        left: 10px;
        width: 130px;
        text-align: right;
    }

    .about-page .about-section-6_mob .item-2018{
        top: 410px;
        right: 10px;
        width: 130px;
    }

    .about-page .about-section-6_mob .item-2020{
        text-align: right;
        top: 520px;
        left: 10px;
    }

    .about-page .about-section-6_mob .item-2022{
        top: 680px;
        right: 10px;
    }

    .about-page .about-section-6_mob .item-2023{
        text-align: right;
        top: 880px;
        left: 50px;
    }

    .about-page .about-section-6_mob .item-2025{
        top: 1010px;
        right: 30px;
        width: 100px;
    }
}