.hero-slider {
    position: relative;
    margin-bottom: 0.5rem;
    color: #FFFFFF;

}

.swiper {
    /* width: 500px; */
    height: 100%;
    --swiper-theme-color: #ffffff;
    --swiper-pagination-color: #000000;
    /* 两种都可以 */
}


/* 默认 */
.swiper-slide {
    color: #fff;
}

/* 当前正在轮播的类名会加上.swiper-slide-active */
.swiper-slide-active {
    color: #000;
}


.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-container {
    width: 1035px;
    /* height: 280px; */
    position: absolute;
    top: 40%;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.slider-container h1 {}

.slider-container .tit {
    font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.66);
}

.slider-container .desc {
    margin: 15px 0 30px;
}

.slider-container .descus {
    font-weight: 400;
}

/* 
.slider-container .contact-box {
    margin: auto;
    margin-top: 40px;
    width: 231px;
    height: 66px;
    background: #2E67EF;
    border-radius: 180px 180px 180px 180px;
    color: #ffffff;
} */

/* 在群享，让每一种努力都有归属  */
.twocard-boxs {
    /* text-align: center; */
    background: #ffffff;
    padding: 5rem 0;
}

.twocard-content {
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    color: #777777;
}

.twocard-boxs .twocard-title {
    margin-bottom: 30px;
    line-height: 1.3;
    color: #000;
}

.twocard-desc {
    margin: auto;
    text-align: center;
    margin-bottom: 80px;

}

.twocard-row {
    display: flex;
    justify-content: center;
    gap: 0;
    margin-bottom: 25px;
    position: relative;
    margin-top: 60px;

}

.twocard-card {
    background: #ffffff;
    border-radius: 10px;
    display: flex;
    width: 100%;
    /* align-items: center; */
    justify-content: space-between;
    /* align-items: center; */
    /* width: 1144x; */
    /* min-height: 550px; */
    /* overflow: hidden; */
    gap: 100px;
}

.twocard-left,
.twocard-right {
    padding-top: 10px;
    flex: 1;
    /* width: 378px; */
    text-align: left;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
}

.twocard-right {}

.twocard-card-label {
    color: #18377C;
    margin-bottom: 8px;
}

.twocard-card-title {
    color: #18377C;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 30px;
}

.twocard-card-desc {
    width: 466px;
    color: #18377C;
    margin-bottom: 18px;
}

.twocard-img {
    flex: 1;
    /* width: 705px;
    height: 612px; */
    margin: 0;
    flex-shrink: 0;
    display: block;
}

.twocard-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.gcwl .twocard-img .twocard-img-i {
    display: none;
}

.gcwl .twocard-img .twocard-img-i.active {
    display: block;
    animation: slideIn 1s ease;
}

/* 我们以价值观为核心，构建可信赖的协作文化 */
.cp {}

.cp .twocard-card {
    display: flex;
    margin-top: 30px;
    gap: 0;
    border-radius: 0;
}

.culture-item {
    width: 16.6%;
    height: 415px;
    background-color: #f9f9f9;
    color: #000;
    -webkit-transition: width .15s linear;
    -o-transition: width .15s linear;
    -moz-transition: width .15s linear;
    transition: width .15s linear;
    overflow: hidden;
}

.culture-number {
    font-weight: bold;
    color: #DEDEDE;
}

.culture-title {
    font-weight: bold;
    margin-top: 10px;
}


.culture-desc {
    margin-top: 10px;
}

.culture-home {
    background-color: #EDEDED;
}

.culture-cooperation {
    background-color: #F6F6F6;
}

.culture-partnership {
    background-color: #EDEDED;
}

.culture-growth {
    background-color: #F6F6F6;
}

.culture-item.active {
    width: 50%;
}

.culture-flex1 {
    padding-left: 20px;
    padding-top: 20%;
    height: 100%;

}

.culture-flex3 {
    height: 100%;
}

.culture-flex3-left {
    padding-left: 20px;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.culture-flex3-left .culture-desc {
    margin-top: 0;
}

.culture-flex3-left .culture-title {
    font-weight: bold;
}

.culture-flex3-left .culture-text {}

.culture-flex3-left .culture-number {
    font-weight: bold;
    color: #ffffff;
    opacity: 0.3;
    line-height: 1.2;
}

.culture-item.active .culture-flex1,
.culture-item .culture-flex3 {
    display: none;
}

.culture-item.active .culture-flex3 {
    display: flex;

}

.culture-item.active .culture-flex3 .culture-flex3-left {
    flex: 1;
    background: #7CA2FB;
    color: #ffffff;
}

.culture-item.active .culture-flex3 .culture-flex3-right {
    flex: 1.5;
}

.culture-item.active .culture-flex3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cp .twocard-nav {
    position: absolute;
    top: 60px;
    right: 0px;
    /* width: 300px; */
}

.cp .twocard-nav-title {
    color: #000;
    height: 100%;
    flex: 1;
    border-radius: 94px 94px 94px 94px;
    position: relative;
    z-index: 5;
}

.cp .twocard-nav-circle {
    position: absolute;
    top: 50%;
    left: -45px;
    width: 98px;
    height: 98px;
    background: #8AADFF;
    border-radius: 50%;
    transform: translateY(-50%);
}


.cp .twocard-nav-item.active {
    font-weight: bold;
    background: #DFEBFF;
    color: #001A58;
    border-radius: 94px 94px 94px 94px;
}

.cp .twocard-left {
    padding: 50px;
}

.cp .twocard-row h2 {
    color: #000000;
}

.cp .twocard-row .contact-box {
    width: 157px;
    height: 54px;
    background: #3657A6;
    border-radius: 140px 140px 140px 140px;
    margin: 30px 0 50px;
}

.cp .twocard-left-item {
    display: flex;
    align-items: center;
    color: #000;
    margin-top: 30px;
}

.cp .twocard-left-item img {
    width: 39px;
    height: 39px;
    margin-right: 20px;
}

/* 持续投入人才发展让每一次成长都有回响 */
.rc .twocard-nav {
    display: flex;
    align-items: center;
    position: absolute;
    top: 20px;
    right: 0px;
    gap: 40px;
}

.rc .rc-swiper {
    width: 100%;
    color: #000;
}

.rc .swiper-slide {
    display: flex;
    max-height: 486px;
}

.rc .swiper-slide-left {
    flex: 1;
    background: #7CA2FB;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    padding: 30px;
    gap: 15px;
    text-align: justify;
    color: #ffffff;
}

.rc .swiper-slide-right {
    flex: 1.2;
}

.rc .swiper-slide-left .title {}

.rc .swiper-slide-left p {
    max-width: 486px;
}

.rc .swiper-slide-right img {
    width: 100%;
    height: 100%;
}

.swiper-index {
    margin: 20px 0;
    color: #000000;
    display: flex;
    align-items: end;
}

.swiper-index .swiper-index-sum {
    opacity: 0.4;
    margin-bottom: 5px;
}

.swiper-index .swiper-index-item {
    display: none;
    color: #000000;
}

.swiper-index .swiper-index-item.active {
    display: block;
}

.swiper-dot {
    width: 292px;
    height: 2px;
    background: #DDDADA;
    border-radius: 55px;

}

.swiper-dot .swiper-dot-item {
    width: 25%;
    height: 2px;
    background: #3657A6;
    border-radius: 55px;
    transition: all 0.5s ease;
}

.swiper-dot .swiper-dot-item.active {}

.swiper-arrow {
    display: flex;
    gap: 10px;
    cursor: pointer;
}

.swiper-arrow img {
    width: 90px;
    height: 90px;
}

/* 在群享成长的人正在成为更好的自己 */
.cz {
    padding: 0 0 5rem;
}

.cz .twocard-card {
    margin-top: 0;
    gap: 0;
}

.cz .twocard-row {
    margin-top: 0;
    margin-bottom: 0;
}

.cz .twocard-left {
    flex: 1.2;
    justify-content: center;
}

.cz .twocard-right img {
    width: 100%;
    height: auto;
}

.cz .twocard-row h2 {
    color: #000000;
    line-height: 1.3;
}

.cz .twocard-left>p {
    color: #000000;
    margin: 15px 0 25px 0;
    max-width: 639px;
    text-align: justify;
}

.cz .twocard-row .more-box {
    cursor: pointer;
    width: 157px;
    height: 54px;
    border: 1px solid #18377C;
    border-radius: 8px;
    margin: 30px 0 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #18377C;
}

.cz .twocard-row .more-box:hover {
    background-color: #18377C;
    color: #ffffff;
}


/* 群享生活 */
.about {
    width: 100%;
    max-width: 1920px;
    margin: auto;
    overflow: hidden;
    background: url(../static/careers/abbj.webp) no-repeat;
    /* top center */
    background-size: cover;
    padding-bottom: 160px;
    display: flex;
    /* padding-left: 5rem; */
}

/* .twocard-content{
    max-width: 1710px;
} */
.about .twocard-card {
    background: transparent;
    color: #ffffff;
    align-items: center;

}

.about .twocard-right {
    display: block;
}

.about .twocard-left {
    margin-left: 12%;
    /* flex: 1; */
}

.about .twocard-left h2 {
    line-height: 1.3;
}

.about .twocard-content {
    max-width: 100% !important;
}

.about .twocard-left .desc {
    margin-top: 50px;
    max-width: 638px;
}

.about .twocard-left,
.about .twocard-right {
    width: 50%;
    /* overflow: hidden; */
}


.about .swiper-slide {
    /* width: 320px !important; */

}

.about .swiper-wrapper {}

.about .about-swiper {
    /* width: 100%;
    display: flex;
    flex-wrap: nowrap;
    gap: 30px; */
    /* width: 1040px; */
    gap: 30px;
    padding: 30px 0;
    /* position: relative; */
}

.about-item-head {
    transition: all 0.3s ease;

}

.about-item-head-d {
    font-size: 14px;
    opacity: 0.6;

}

.about .swiper-slide-active {
    color: #ffffff;
}

.about .about-swiper .about-item {
    /* width: 315px; */
    margin: 0 20px;
    /*  */
    /* max-width: 347px; */
}



.about .about-swiper .about-item .about-item-con {
    margin: 10px 0;
    position: relative;
    /* height: 443px; */
    width: 100%;
    transition: all 0.3s ease;

}

.about .about-swiper .about-item .about-item-con img {
    width: 100%;
    height: 100%;
    object-fit: unset;
    border-radius: 30px 30px 30px 30px;

}

.aboutbg {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 99%;
    top: 0;
    transition: all 0.3s ease;
}

.about-item:hover .about-item-con {
    transform: scale(1.05);

}

.about-item:hover .about-item-head {
    transform: translateY(-15px);

}

.about-item:hover .aboutbg {
    opacity: 1;
}

.aboutbg-con {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* height: 488px; */
    background: rgba(66, 110, 214, 0.77);
    border-radius: 30px 30px 30px 30px;
    text-align: center;
    gap: 10px;
}

.aboutbgimg {
    width: 55px;
    height: 55px;
}

.aboutbgtit {}

.about-swiper {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 15px;
}

.about-swiper-index {
    margin: 20px 0;
    color: #eeeeee;
    display: flex;
    align-items: end;
}

.about-swiper-index .about-swiper-index-sum {
    opacity: 0.4;
    margin-bottom: 5px;
}

.about-swiper-index .about-swiper-index-item {
    display: none;
    color: #ffffff;
}

.about-swiper-index .about-swiper-index-item.active {
    display: block;
}

.about-swiper-dot {
    width: 292px;
    height: 2px;
    background: #DDDADA;
    border-radius: 55px;

}

/* .about-swiper-dot .swiper-dot-item {
    width: 25%;
    height: 2px;
    background: #3657A6;
    border-radius: 55px;
    transition: all 0.5s ease;
} */

/* .swiper-dot .swiper-dot-item.active {} */
/* 默认显示第一个图片 */
.about-swiper-arrow-left img:first-child,
.about-swiper-arrow-right img:first-child {
    display: block;
}

.about-swiper-arrow-left img:last-child,
.about-swiper-arrow-right img:last-child {
    display: none;
}

/* 鼠标悬停时显示第二个图片 */
.about-swiper-arrow-left:hover img:first-child,
.about-swiper-arrow-right:hover img:first-child {
    display: none;
}

.about-swiper-arrow-left:hover img:last-child,
.about-swiper-arrow-right:hover img:last-child {
    display: block;
}

.about-swiper-arrow {
    display: flex;
    gap: 10px;
    cursor: pointer;
}

.about-swiper-arrow img {
    width: 70px;
    height: 70px;
}

@media screen and (max-width: 1400px) {
    .about-swiper-dot {
        width: 190px;
    }

    .rc .swiper-slide {
        display: flex;
        max-height: 361px;
    }

    .cz .twocard-left>p {
        margin-right: 20px;
        margin-bottom: 0;
    }
}

/* 响应式设计-手机 */
@media screen and (max-width: 1024px) {
    .slider-container {
        width: 100%;
        top: 40%;
    }

    .hero-slider-bg {
        /* min-height: 280px; */
    }

    .hero-slider-bg img {
        height: 100%;
        min-height: 270px;
    }

    .slider-container .desc {
        margin: 10px 0;
    }

    .slider-container .descus span {
        display: none;
    }

    .cp .twocard-nav {
        position: relative;
        top: 15px;
    }

    .cp .twocard-nav-circle {
        width: 40px;
        height: 40px;
        left: 0;
    }

    .cp .twocard-nav-title {
        padding-left: 15px;
    }

    .twocard-boxs .twocard-title {
        margin-bottom: 5px;
    }

    .twocard-row {
        margin-top: 15px;
    }

    .culture-item {
        width: 100%;
    }

    .culture-item.active {
        width: 100%;
    }

    .about .twocard-left,
    .about .twocard-right {
        width: unset;
        margin: 0;
    }

    .about .twocard-left .desc {
        margin-top: 20px;
    }

    .about .about-swiper {
        gap: 10px;
        padding: 0;
        justify-content: center;
    }

    .about-item:hover .about-item-head {
        transform: translateY(0px);
    }

    .about .about-swiper .about-item {
        margin: 0 5px;
    }

    .about-swiper-arrow {
        gap: 5px;
    }

    .about-swiper-arrow img {
        width: 45px;
        height: 45px;
    }

    .about-swiper-dot {
        width: 146px;
    }

    .about-swiper-index .about-swiper-index-sum {
        margin-bottom: 0;
    }

    .aboutbgtit {
        padding: 15px;
    }

    .aboutbgimg {
        width: 35px;
        height: 35px;
    }

    .rc .twocard-nav {
        position: relative;
    }

    .swiper-index .swiper-index-sum {
        margin-bottom: 0;
    }

    .rc .twocard-nav {
        gap: 10px;
        top: 6px;
    }

    .swiper-index {
        margin: 5px 0;
    }

    .swiper-arrow img {
        width: 45px;
        height: 45px;
    }

    .rc .swiper-slide-left {
        padding: 10px;
    }

    .rc .twocard-row {
        margin-bottom: 0;
    }

    .rc .swiper-slide-right img {
        min-height: 286px;
    }

    .cz .twocard-left>p {
        margin: 10px 0;
    }

    .cz .twocard-row .more-box {
        margin: 10px 0;
        width: 88px;
        height: 35px;
    }

    .cp .culture-item {
        height: 130px;
        transition: height 0.25s linear;
        overflow: hidden;
    }

    .cp .culture-item.active {
        height: 540px;

    }

    .cp .culture-item.active .culture-flex3 {
        /* display: block;*/
        flex-direction: column;
    }

    .cp .culture-flex3-left .culture-title {
        margin: 0;
    }

    .culture-item.active .culture-flex3 .culture-flex3-left {
        /* height: 225px; */
        flex: unset;
    }

    .culture-item.active .culture-flex3 .culture-flex3-right {
        flex: unset;

        min-height: 350px;
        position: relative;
    }

    .cp .culture-item.active .culture-flex3 .culture-flex3-left {
        padding: 15px;
    }

    .cp .culture-flex1 {
        padding: 15px;
    }

    .cp .culture-title {
        margin: 0;
    }

    .swiper-arrow,
    .about-swiper {
        -webkit-tap-highlight-color: transparent;
        /* 去掉点击时的高亮效果 */
        -webkit-user-select: none;
        /* 禁止选中文本 */
        user-select: none;
        outline: none;
        /* 去掉点击时的边框 */
    }
}