body{
    background-color: #F4F4F4;
}

.swiper-slide{
    position: relative;
}
.swiper-banner .text{
    position: absolute;
    top: 85px;
    left: 0;
    right: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;

    padding: 0 300px;

}
.swiper-banner .text .title{
    font-family: Arial;
    font-weight: 400;
    font-size: 24px;
    color: #E0E0E0;
    line-height: 1;
}
.swiper-banner .text .line{
    display: inline-block;
    width: 47px;
    height: 2px;
    background-color: #D3D3D3;
    margin-top: 25px;
    margin-bottom: 50px;
}
.ITEM{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 160px;
    width: 100%;
}
.ITEM > .title{
    font-family: Arial;
    font-weight: bold;
    font-size: 43px;
    color: #2E2D2D;
    line-height: 1;

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}
.ITEM > .title:after{
    content: "";
    display: inline-block;
    width: 260px;
    height: 3px;
    background-color: #484848;
}
.ITEM > .subTitle{
    font-family: Arial;
    font-weight: bold;
    font-size: 24px;
    color: #2E2D2D;
    line-height: 1;
    margin-top: 33px;
}
.IMG {
    overflow: hidden;
    display: flex;
}
.IMG > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s;
}
.IMG:hover > img{
    transform: scale(1.05);
}


.swiper-pagination{
    position: relative!important;
    --swiper-pagination-color: var(--font-color);
    --swiper-pagination-bullet-size: 12px;
    text-align: center;
    margin-top: 30px;
    z-index: 1!important;
}


.CompanyProfile > .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 58px;
    gap: 50px;
}
.CompanyProfile > .content > .top .text {
    font-family: Arial;
    font-size: 24px;
    color: #2E2D2D;
    line-height: 48px;
}
.CompanyProfile > .content > .bottom {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 5px;
}
.CompanyProfile > .content > .bottom > img {
    width: px;
}
.CompanyProfile > .content > .bottom > .items{
    flex: 1;
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: auto auto;
    gap: 40px;
    padding-top: 25px;
    padding-bottom: 30px;
    padding-right: 10px;
    background-color: #FFFFFF;
}
.CompanyProfile > .content > .bottom > .items .item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}
.CompanyProfile > .content > .bottom > .items .title{
    font-family: Arial;
    font-weight: bold;
    font-size: 27px;
    color: #162F76;
    line-height: 48px;
    white-space: nowrap;
}
.CompanyProfile > .content > .bottom > .items .image{
    font-family: Arial;
    font-weight: bold;
    font-size: 96px;
    color: #BB4248;
    line-height: 1;
}

.GroupIntroduction > .content {
    margin-top: 73px;
}
.GroupIntroduction > .content .item .name{
    font-family: Arial;
    font-weight: 400;
    font-size: 21px;
    color: #2E2D2D;
    line-height: 32px;
    height: 64px;
}
.GroupIntroduction > .content .item .time{
    font-family: Arial;
    font-weight: 400;
    font-size: 15px;
    color: #2E2D2D;
    line-height: 32px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.GroupIntroduction > .content .item .text{
    display: grid;
    grid-template-columns: auto auto;
    font-family: Arial;
    font-weight: 400;
    font-size: 13px;
    color: #2E2D2D;
    line-height: 32px;
}
.GroupIntroduction > .content .item .text p{
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
}

.BrandPartnership{
    background-color: #FFFFFF;
    padding-top: 60px;
    padding-bottom: 120px;
}
.BrandPartnership > .content{
    margin-top: 60px;
    background-image: url("../../upload/photo/icon/industries/10 map.png") ;
    background-position: center; /* 背景图片居中 */
    background-size: cover; /* 背景图片完整展示且保持宽高比 */
    background-repeat: no-repeat; /* 防止背景图片重复 */
}
.BrandPartnership > .content .swiper-BrandPartnership{
    overflow: hidden;
}

.DevelopmentHistory > .content{
    margin-top: 85px;
}
.DevelopmentHistory > .content .top{
    padding: 0 17px;
}
.DevelopmentHistory > .content .top > div{
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #D8D8D8;
}
.DevelopmentHistory > .content .top .item {
    position: relative;
}
.DevelopmentHistory > .content .top .item .fa-map-marker{
    display: none;
}
.DevelopmentHistory > .content .top .item.swiper-slide-thumb-active .fa-map-marker {
    display: inline-block;
}
.DevelopmentHistory > .content .top .item .fa-circle{
    display: inline-block;
}
.DevelopmentHistory > .content .top .item.swiper-slide-thumb-active .fa-circle{
    display: none;
}
.DevelopmentHistory > .content .top .item .name{
    font-family: Arial;
    font-weight: 400;
    font-size: 24px;
    color: #464545;
    line-height: 1;
    padding-bottom: 45px;
    text-align: center;
}
.DevelopmentHistory > .content .top .item .fa-circle{
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
    color: #D8D8D8;
}
.DevelopmentHistory > .content .top .item .fa-map-marker{
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 32px;
    color: var(--font-color);
}
.DevelopmentHistory > .content .bottom{
    margin-top: 93px;
    padding: 0 17px;
    position: relative;
}
.DevelopmentHistory > .content .bottom .swiper-DevelopmentHistory{
    overflow: hidden;
    display: flex;
    align-items: center;
}
.DevelopmentHistory > .content .bottom .swiper-DevelopmentHistory .swiper-wrapper{
    align-items: center;
}
.DevelopmentHistory > .content .bottom .swiper-DevelopmentHistory .swiper-slide{
    display: grid;
    grid-template-columns: 405px 1px 1fr;
    gap: 100px;
}
.DevelopmentHistory > .content .bottom .swiper-DevelopmentHistory .swiper-slide .image{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.DevelopmentHistory > .content .bottom .swiper-DevelopmentHistory .swiper-slide .padding{
        width: 2px;  /* 线的宽度 */
        height: 100%;   /* 线的高度 */
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #CDCDCD 50%, rgba(0, 0, 0, 0) 100%);
        /* 渐变效果：从透明到灰色，再到透明 */
}
.DevelopmentHistory > .content .bottom .swiper-DevelopmentHistory .swiper-slide .title{
    font-family: Arial;
    font-weight: bold;
    font-size: 37px;
    color: #2E2D2D;
    line-height: 48px;
}
.DevelopmentHistory > .content .bottom .swiper-DevelopmentHistory .swiper-slide .title:after{
    content: "Year";
    font-family: Arial;
    font-weight: bold;
    font-size: 24px;
    color: #2E2D2D;
    line-height: 48px;

    margin-left: 20px;
}
.DevelopmentHistory > .content .bottom .swiper-DevelopmentHistory .swiper-slide .content{
    margin-top: 42px;

    font-family: Arial;
    font-weight: 400;
    font-size: 21px;
    color: #5D5C5C;
}
.DevelopmentHistory > .content .bottom .swiper-DevelopmentHistory-next,
.DevelopmentHistory > .content .bottom .swiper-DevelopmentHistory-prev{
    position: absolute;
    width: 17px;
    height: 41px;
    top: 50%;
    transform: translateY(-50%);

}
.DevelopmentHistory > .content .bottom .swiper-DevelopmentHistory-next img,
.DevelopmentHistory > .content .bottom .swiper-DevelopmentHistory-prev img{
    width: 100%;
    height: 100%;
}
.DevelopmentHistory > .content .bottom .swiper-DevelopmentHistory-prev {
    left: 0;
}
.DevelopmentHistory > .content .bottom .swiper-DevelopmentHistory-next {
    right: 0;
}


.CorporateCulture{
    background-color: #FFFFFF;
    padding-top: 50px;
    padding-bottom: 80px;
    background-image: url("../../upload/photo/202409/Corporate Culture bg3.png");
    background-position: center; /* 背景图片居中 */
    background-size: cover; /* 背景图片完整展示且保持宽高比 */
    background-repeat: no-repeat; /* 防止背景图片重复 */
}
.CorporateCulture > .content {
    margin-top: 80px;
    display: grid;
    grid-template-columns: auto 1px auto 1px auto 1px auto;
    gap: 40px;
}
.CorporateCulture > .content .padding{
    width: 1px;
    height: 148px;
    background: #D9D9D9;

    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.CorporateCulture > .content .item{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.CorporateCulture > .content .item .image{
    width: 144px;
    height: auto;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #F4F4F4;

    display: flex;
    justify-content: center;
    align-items: center;

    transition: .3s;
}
.CorporateCulture > .content .item .image:hover{
    background-color: var(--font-color);
}
.CorporateCulture > .content .item .image .a{
    transition: .3s;
}
.CorporateCulture > .content .item .image:hover .a{
    display: none;
}
.CorporateCulture > .content .item .image .b {
    transition: .3s;
    display: none;
}
.CorporateCulture > .content .item .image:hover .b{
    display: inline-block;
}

.CorporateCulture > .content .item .title {
    font-family: Arial;
    font-weight: bold;
    font-size: 24px;
    color: #2E2D2D;
    line-height: 48px;

    text-align: center;
}
.CorporateCulture > .content .item .content {
    font-family: Arial;
    font-weight: 400;
    font-size: 21px;
    color: #2E2D2D;
    line-height: 48px;

    text-align: center;
}

.CompanyHonor > .content{
    margin-top: 60px;
}
.CompanyHonor > .content .swiper-CompanyHonor{
    overflow: hidden;
}
.CompanyHonor > .content .swiper-CompanyHonor .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
}

.OurService{
    background-color: #FFFFFF;
    padding-top: 60px;
    padding-bottom: 80px;
}
.OurService > .content {
    display: flex;
    gap: 30px;
    margin-top: 78px;
}
.OurService > .content .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;

}
.OurService > .content .item .name {
    font-family: Arial;
    font-weight: normal;
    font-size: 21px;
    color: #2E2D2D;
    line-height: 1;
}

.CompanyAlbum > .content .top {
    border-bottom: 1px solid #D9D9D9;

    display: flex;
    justify-content: center;

    gap: 90px;
    margin: 55px 0;

}
.CompanyAlbum > .content .top .item{
    background-color: #D9D9D9;
    border-radius: 25px;
    font-family: Arial;
    font-weight: 400;
    font-size: 24px;
    color: #2E2D2D;
    line-height: 1;

    padding: 15px 30px;
}
.CompanyAlbum > .content .top .item.on{
    background-color: var(--font-color);
    color: #FFFFFF;
}

.CompanyAlbum > .content .bottom .item {
    display: none;
}
.CompanyAlbum > .content .bottom .item.on{
    display: inline;
}
.CompanyAlbum > .content .bottom .item > div {
    overflow: hidden;
}
.CompanyAlbum > .content .bottom .item .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .ITEM {
        margin-top: 40px;
    }
    .ITEM > .title{
        gap: 10px;
        font-size: 21px;
    }
    .ITEM > .title:after{
        width: 104px;
        height: 1px;
    }
    .ITEM > .subTitle{
        font-size: 18px;
        margin-top: 23px;
    }
    .swiper-pagination{
        --swiper-pagination-bullet-size: 10px;
        margin-top: 25px;
    }
    .swiper-banner .text{
        padding: 0;
        top: 10px;
    }
    .swiper-banner .text .title{
        font-size: 16px;
    }
    .swiper-banner .text .line{
        margin-top: 5px;
        margin-bottom: 3px;
    }
    .CompanyProfile > .content{
        margin-top: 25px;
        gap: 20px;
    }
    .CompanyProfile > .content > .top .text{
        font-size: 17px;
        line-height: 2;
    }
    .CompanyProfile > .content > .bottom{
        display: flex;
        flex-direction: column;
    }
    .CompanyProfile > .content > .bottom > .items .title{
        font-size: 13px;
    }
    .CompanyProfile > .content > .bottom > .items .image{
        font-size: 38px;
        height: 40px;
    }
    .CompanyProfile > .content > .bottom > .items .image img{
        height: 100%;
    }
    .GroupIntroduction > .content .swiper-GroupIntroduction{
        overflow: hidden;
    }
    .GroupIntroduction > .content .item .name {
        font-size: 14px;
        line-height: 18px;
        height: 36px;
    }
    .GroupIntroduction > .content .item .time{
        font-size: 13px;
        line-height: 18px;
        margin-top: 5px;
    }
    .GroupIntroduction > .content .item .text{
        display: flex;
        flex-wrap: wrap;
        font-size: 12px;
        line-height: 18px;
        column-gap: 15px;
    }
    .BrandPartnership {
        padding-top: 23px;
        padding-bottom: 15px;

    }
    .BrandPartnership > .content{
        margin-top: 28px;
    }
    .DevelopmentHistory > .content{
        margin-top: 28px;
    }
    .DevelopmentHistory > .content .top{
        display: none;
    }
    .DevelopmentHistory > .content .bottom{
        margin-top: 0;
        padding: 0;
    }
    .DevelopmentHistory > .content .bottom .swiper-DevelopmentHistory .swiper-wrapper{
        align-items: flex-start;
    }
    .DevelopmentHistory > .content .bottom .swiper-DevelopmentHistory .swiper-slide{
        display: flex;
        flex-direction: column;
        gap: 0;
    }
    .DevelopmentHistory > .content .bottom .swiper-DevelopmentHistory .swiper-slide .padding{
        display: none;
    }
    .DevelopmentHistory > .content .bottom .swiper-DevelopmentHistory .swiper-slide .image{
        justify-content: center;
        align-items: center;
    }
    .DevelopmentHistory > .content .bottom .swiper-DevelopmentHistory .swiper-slide .image img{
        width: 100%;
    }
    .DevelopmentHistory > .content .bottom .swiper-DevelopmentHistory .swiper-slide .title{
        font-size: 20px;
        line-height: 35px;
        margin-top: 5px;
    }
    .DevelopmentHistory > .content .bottom .swiper-DevelopmentHistory .swiper-slide .title:after{
        font-size: 16px;
        margin-left: 6px;
    }
    .DevelopmentHistory > .content .bottom .swiper-DevelopmentHistory .swiper-slide .content{
        margin-top: 0;
        font-size: 16px;
    }
    .DevelopmentHistory > .content .bottom .swiper-DevelopmentHistory-next,
    .DevelopmentHistory > .content .bottom .swiper-DevelopmentHistory-prev{
        display: none;
    }
    .CorporateCulture{
        padding-top: 23px;
        padding-bottom: 25px;
        background-image: none;
    }
    .CorporateCulture > .content{
        gap: 20px 0;
        margin-top: 20px;
    }
    .CorporateCulture > .content .item .content{
        font-size: 13px;
        line-height: 28px;
    }
    .CorporateCulture > .content .item .image{
        width: 84px;
    }
    .CorporateCulture > .content .item .image img{
        width: 38px;
    }
    .CorporateCulture > .content .item .title{
        font-size: 16px;
        line-height: 1;
        margin-top: 21px;
    }
    .OurService{
        padding-top: 27px;
        padding-bottom: 30px;
    }
    .OurService > .content{
        display: grid;
        grid-template-columns: auto auto;
        margin-top: 28px;
        gap: 15px;
    }
    .OurService > .content .item{
        gap: 12px;
    }
    .OurService > .content .item .name{
        font-size: 16px;
        line-height: 23px;
    }
    .CompanyAlbum > .content .top{
        margin: 28px 0;
    }
    .CompanyAlbum > .content .top .item{
        font-size: 16px;
        padding: 6px 12px;
    }
    .CompanyHonor > .content{
        margin-top: 30px;
    }
    .CorporateCulture > .content {
        grid-template-columns: auto auto;
    }
    .CorporateCulture > .content .padding{
        display: none;
    }
}