.module-one {
    width: 100%;
    height: 492px;
    background: #F1F7FF;
    padding-top: 162px;
    box-sizing: border-box;
}

.label_title{
    position: relative;
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
    color: #101B29;
    margin-bottom: 32px;
}

.label_title a{
    content: '';
    display: inline-block;
    width: 48px;
    height: 8px;
    background-color: rgba(1, 127, 255, 1);
    position: absolute;
    bottom: 3px;
}

.label_title span{
    position: relative;
}

.marb24{
    margin-bottom: 24px;
}

.module-one .intro{
    font-size: 14px;
    line-height: 28px;
    color: #101B29;
    margin-bottom: 18px;
}

.module-two{
    height: 452px;
}

.module-three{
    height: 448px;
    background: #F1F7FF;
}

.padt90{
    padding-top: 90px;
}

.brand_culture .item{
    width: 405px;
    height: 204px;
    margin-right: 32px;
}

.brand_culture .item:last-child{
    margin-right: 0;
}

.brand_culture .item .top{
    height: 80px;
    background: #FFFFFF;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 24px;
    box-sizing: border-box;
}

.brand_culture .item .top span{
    font-size: 36px;
    line-height: 48px;
    color: #818B99;
}

.brand_culture .item .top a{
    font-size: 24px;
    line-height: 48px;
    color: #B4BECC;
}

.brand_culture .item .intro{
    display: flex;
    align-items: center;
    height: 124px;
    background: #017FFF;
    padding: 0 24px;
    box-sizing: border-box;
    font-size: 18px;
    color: #fff;
}

.border{
    border-radius: 24px;
    border: 1px solid #EBEFF5;
    padding: 60px 48px 0 48px;
    box-sizing: border-box;
}

.module-four .innerbox .item{
    width: 272px;
    margin: 0 32px 48px 0;
}

.module-four .innerbox .item p img{
    width: 100%;
}

.module-four .innerbox .item:last-child{
    margin-right: 0;
}

.module-four .innerbox .item .name{
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    text-align: center;
    color: #3E4752;
    margin-top: 24px;
}

.footer-xzy{
    margin: 90px 0 90px 0!important;
}

.brand_time{
    font-size: 36px;
    font-weight: 500;
    line-height: 48px;
    color: #101B29;
}

.brand_intro{
    font-size: 14px;
    line-height: 24px;
    color: #818B99; 
}

.brand_inner{
    text-align: left;
    height: 184px;
    padding: 24px 32px 48px 32px;
    box-sizing: border-box;
    margin-top: 16px;
}

.swiper {
    width: 100%;
    height: 100%;
    padding-bottom: 20px!important;
    cursor: pointer;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    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;
    border-right: 1px solid #EBEFF5;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-horizontal>.swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    left: 0;
    top: unset!important;
    bottom: 0!important;
    height: 8px!important;
    border-radius: 71px;
    overflow: hidden;
}

.padl0{
    padding-left: 0;
}