.title{
    font-size: 48px;
    font-family: 'Barlow-Bold';
}
.about .banner{
    position: relative;
    background: #0e2031;
}
.about .banner>img{
    width: 100%;
    opacity: 0.3;
    height: 100%;
    object-fit: cover;
}
.about .banner .txt{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.about .banner .txt h1{
    font-size: 48px;
    font-family: 'BarlowCondensed-SemiBoldItalic';
    margin-bottom: 20px;
    text-align: center;
    line-height: 48px;
}
.about .banner .txt h3{
    font-size: 32px;
    opacity: 0.7;
    margin-bottom: 40px;
    text-align: center;
}
.about .banner .txt .video{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #F28F1A;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.about .about-gukri{
    padding: 4.687515vw 0;

}
.about .about-gukri .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.about .about-gukri .content .left{
    max-width: 520px;
    width: 100%;
}
.about .about-gukri .content .left h2{
    font-family: 'Barlow-Bold';
    margin-bottom: 30px;
}
.about .about-gukri .content .left span.line{
    width: 80px;
    height: 3px;
    background: #F28F1A;
    display: block;
    margin-bottom: 30px;
}
.about .about-gukri .content .left p{
    line-height: 2;

}
.about .about-gukri .content .right{
    max-width: 800px;
    width: 100%;
}
.about .about-gukri .content .right img{
    width: 100%;
}
.about .about-gukri .content .right h3{
    margin-top: 30px;
    font-size: 24px;
    font-family: 'Barlow-Medium';
    font-style: italic;
    text-align: center;
}
.about .about-gukri .content .right h3 span{
    font-size: 24px;
    font-family: 'Barlow-Medium';
    font-style: italic;
    position: relative;
}
.about .about-gukri .content .right h3 span::after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: rgba(242, 143, 26,0.3);
    z-index: -1;
}
.about .about-gukri div.line{
    width: 100%;
    height: 2px;
    background: #F28F1A;
    margin-top: 5.20835vw;
    
}


main .about .num .content .number{
    width: 100%;
    margin-bottom: 4.16665vw;
}
main .about .num .content .number .box{
    display: flex;
    align-items: center;

}
main .about .num .content .number .box .left{
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0,0.05);
}
main .about .num .content .number .box .right span{
    font-size: 48px;
    font-family: 'Barlow-Bold';
}
main .about .num .content .number .box .right p{
    font-size: 20px;
    color: #666;
    margin-bottom: 0;
    text-align: left;
    font-family: 'Barlow-Medium';
}

main .about .history{
    margin-bottom: 6.25002vw;
}
main .about .history .content{
    display: flex;
    justify-content:space-between;
    align-items: center;
}
main .about .history .content a{
    width: 50%;
}
main .about .history .content a>div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px;
    background: #f0f5f7;
}
main .about .history .content a:first-child{
    margin-right: 40px;
}
main .about .history .content a>div .txt{
    max-width: 360px;
    width: 100%;
    color: #202020;
}
main .about .history .content a>div .txt h3{
    font-size: 32px;
    font-family: 'BarlowCondensed-SemiBoldItalic';
    margin-bottom: 20px;
}
main .about .history .content a>div .img{
    width: 160px;
    height: 160px;
}
main .about .history .content a>div .img img{
    width: 160px;
    height: 160px;
    object-fit: cover;
}

.global {
    background: url(/lib/images/about/img_global_bg.jpg) no-repeat;
    background-size: cover;
    min-height: 760px;
    position: relative;
    padding: 6.25002vw 0;
}
.global .contact_map__inside{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}

.global .contact_map__inside>div>canvas:nth-child(1){
    display: none;
}

.global .content {
    height: 100%;
    display: flex;
    justify-content: space-between;
    color: #fff;
    position: relative;
    z-index: 9;
}
.global .content .left{
    max-width: 600px;
    width: 100%;
}
.global .content .left h2{
    font-family: 'Barlow-Bold';
    margin-bottom: 10px;
}
.global .content .left span{
    width: 340px;
    height: 1px;
    background: rgba(255, 255, 255,0.2);
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
}
.global .content .left span::after{
    position: absolute;
    width: 120px;
    height: 3px;
    content: '';
    top: -1px;
    left: 0;
    background: #fff;
}
.global .content .left p{
    opacity: 0.7;
}
.global .content .right{
    max-width: 800px;
    width: 100%;
    background: #fff;
    margin-right: -140px;
    color: #202020;
    padding: 70px;
}
.global .content .right h3{
    font-size: 24px;
    margin-bottom: 20px;
    font-family: 'Barlow-Bold';
    max-width: 680px;
    width: 100%;
}
.global .content .right h2{
    font-size: 28px;
    margin-bottom: 20px;
    font-family: 'Barlow-Bold';
    max-width: 680px;
    width: 100%;
}
.global .content .right p{
    margin-bottom: 40px;
}
.global .content .right ul li{
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px;
}
.global .content .right ul li::after{
    position: absolute;
    top: 8px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #F28F1A;
    content: '';

}

.review{
    padding: 6.25002vw 0;
}
.review .content{
    display: flex;
    justify-content: space-between;
    padding: 0 100px;
    position: relative;
}
.review .content .left{
    max-width: 680px;
    width: 100%;
    margin-right: 60px;
    margin-top: 30px;
    position: relative;
    display: flex;
    align-items: center;
}
.review .content .left .swiper-slide img{
    width: 100%;
}
.review .content .left .swiper-review{
    width: 100%;
}
.review .content .left .swiper-pagination-bullet{
    background-color: #F28F1A;
}
.review .content .left {
    --swiper-navigation-color: #fff;/* 单独设置按钮颜色 */
    --swiper-navigation-size: 15px;/* 设置按钮大小 */
}
.review .content .left .swiper-button-next,.review .content .left .swiper-button-prev{
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #F28F1A;
}
.review .content .left .swiper-button-prev{
    left: -25px;
}
.review .content .left .swiper-button-next{
    right: -25px;
}
.review .content .right{
    max-width: 520px;
    width: 100%;
}
.review .content .right h2{
    margin-bottom: 60px;
}
.review .content .right p{
    margin-bottom: 30px;
}
.review .content .right a{
    background: #0e2031;
}
.review .content .mask{
    width: 100%;
    height: 400px;
    content: '';
    position: absolute;
    bottom: -60px;
    left: 0;
    background: #f8fafb;
    z-index: -1;
}

.team{
    padding-top:  3.12501vw;
    padding-bottom: 6.25002vw;
}
.team .content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.team .content p{
    text-align: center;
}
.team .content .team-swi{
    margin-top: 40px;
    width: 100%;
}
.team .content .team-swi .swiper-pagination-bullet{
    background-color: #F28F1A;
}
.team .content .team-swi .swiper-team{
    padding-top: 90px;
}
.team .content .team-swi .swiper-slide{
    padding: 0 50px;
    border: 1px solid #e5e5e5;
    width: 100%;
    min-height: 534px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.team .content .team-swi .swiper-slide img{
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 10px solid #fff;
    margin-bottom: 30px;
    margin-top: -90px;
}
.team .content .team-swi .swiper-slide h3{
    font-size: 28px;
    font-family: 'Barlow-Bold';
    margin-bottom: 20px;
}
.team .content .team-swi .swiper-slide h4{
    color: #F28F1A;
    margin-bottom: 30px;
}
.team .content .team-swi .swiper-slide p{
    max-width: 320px;
    color: #666;
}

.company{
    background: #f8fafb;
    padding: 6.25002vw 0;
}
.company .content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.company .content .company-swi{
    margin-top: 40px;
    width: 100%;
}
.company .content .company-swi .swiper-slide{
    background: #f1f6f8;
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.company .content .company-swi .swiper-slide img{
 width: 100%;
 max-width: 180px;
}
.company .content .company-swi .swiper-pagination-company{
    margin: 60px 0 0;
    height: 3px;
}
.company .content .company-swi .swiper-pagination-company span{
    background: #0e2031;
}

@media (max-width:1700px) {
    .global .content .right{
        margin-right: 0;
        margin-left: 30px;
    }
}

@media (max-width:1279px) {
    .about .banner{
        height: 500px;
    }
    .about .about-gukri .content .left{
        max-width: 50%;
        margin-right: 30px;
    }
    .about .about-gukri .content .right{
        max-width: 50%;
    }
    main .about .num .content .number .box .left{
        width: 80px;
        height: 80px;
    }
    main .about .num .content .number .box .right span{
        font-size: 32px;
    }
    main .about .history .content a>div{
        padding: 30px 15px;
        align-items: center;
    }
    main .about .history .content a>div .img{
        width: 100px;
        height: 100px;
    }
    main .about .history .content a>div .img img{
        width: 100px;
        height: 100px;
    }
    .global .content .right{
        padding: 40px;
    }
    .review .content .left{
        max-width: 50%;
    }
    .review .content .right{
        max-width: 50%;
    }
    .review .content{
        padding: 0 40px;
    }
    main .about .history .content a>div .txt{
        max-width: 310px;
    }

}
@media (max-width:1023px){
    .about .about-gukri .content{
        flex-direction: column;
    }
    .about .about-gukri .content .left{
        max-width: 100%;
        margin-bottom: 30px;
        margin-right: 0;
    }
    .about .about-gukri .content .right{
        max-width: 100%;
    }
    main .about .history .content{
        flex-direction: column;
    }
    main .about .history .content a{
        width: 100%;
        margin: 10px 0;
    }
    main .about .history .content a:first-child{
        margin-right: 0;
    }
    .global .content{
        flex-direction: column;
    }
    .global .content .left{
        max-width: 100%;
    }
    .global .content .right{
        max-width: 100%;
        margin-left: 0;
        margin-top: 30px;
    }
    .review .content{
        flex-direction: column;
    }
    .review .content .left{
        max-width: 100%;
        margin-bottom: 30px;
    }
    .review .content .right{
        max-width: 100%;
    }
}

@media (max-width:767px){
    .about .banner .txt h3{
        font-size: 24px;
    }
    .about .banner .txt .video{
        width: 80px;
        height: 80px;
    }
    .about .banner .txt .video img{
        width: 14px;
        height: 14px;
    }
    .about .banner .txt{
        padding: 30px 0;
    }
    .about .about-gukri .content .left h2{
        color: #F28F1A;
    }
    .title{
        font-size: 38px;
    }
    .review .content .right h2{
        margin-bottom: 30px;
    }
    .about .about-gukri .content .right h3{
        font-size: 20px;
    }
    main .about .num .content .number .box{
        margin: 10px 0;
    }
    main .about .num .content .number .box .left img{
        width: 40px;
        height: 40px;
    }
    main .about .history .content a>div .txt h3{
        font-size: 24px;
    }
    main .about .history .content a>div .txt{
        max-width: 190px;
    }
    .global .content .right{
        padding: 30px 15px;
    }
    .review .content .left .swiper-button-next, .review .content .left .swiper-button-prev{
        width: 48px;
        height: 48px;
        display: none;
    }
    .review .content{
        padding: 0 15px;
    }
    .review .content .left{
        margin-right: 0;
        flex-direction: column;
    }
    .team .content .team-swi .swiper-team{
        padding-top: 60px;
    }
    .team .content .team-swi .swiper-slide img{
        width: 120px;
        height: 120px;
        margin-top: -60px;
    }
    .team .content .team-swi .swiper-slide{
        padding-bottom: 30px;
        min-height: none;
    }
}














