/* 人才理念 */
.about-profile-text {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.talent-jiyu {
    padding-top: 0.97rem;
    background: #F8F9FA;
}

.talent-jiyu-content {
    margin: 0 auto;
    padding: 0.89rem 0;
}

.talent-jiyu-title {
    font-size: 0.36rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #014098;
}

.talent-jiyu-p {
    text-align: justify;
    font-size: 0.18rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 0.46rem;
    color: #333;
    margin-top: 0.4rem;
}

.talent-idea-wrap {
    padding: 1rem 0;
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: 6.73rem;
}

.talent-idea-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.talent-idea-wrapc {
    padding: 0.44rem 0.41rem;
    top: 1.72rem;
    left: 0.75rem;
    position: absolute;
    width: 8.16rem;
    height: 3.11rem;
    background: rgba(2, 67, 141, 0.79);
}

.talent-idea-wrapct {
    font-size: 0.36rem;
    font-family: MicrosoftYaHei-Bold-, MicrosoftYaHei-Bold;
    font-weight: normal;
    color: #FFFFFF;
}

.talent-idea-wrapcp {
    text-align: justify;
    margin-top: 0.3rem;
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.3rem;
}

/* 人才理念 end*/
/* 人才战略 */

.talent-strategy-box1 {
    margin: 0 auto;
    padding-bottom: 0.47rem;
}

.talent-strategy-p {
    margin-top: 0.63rem;
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.talent-zhan-wrap {
    width: 100%;
    background: #F8F9FA;
    padding: 0.43rem 0;
}

.talent-zhan-box {
    min-height: 5.19rem;
    margin: 0 auto;
    display: flex;
    position: relative;
    align-items: center;
}

.talent-zhan-left {
    width: 6.66rem;
}

.talent-zhan-img {
    width: 9.03rem;
    position: absolute;
    bottom: 0;
    right: 0;
}

.talent-zhan-img img {
    width: 100%;
    height: auto;
}

.talent-num {
    font-size: 0.75rem;
    font-family: Arial-Bold Italic, Arial;
    font-weight: bold;
    color: #DCDCDC;
    font-style: oblique;
}

.talent-title {
    font-size: 0.48rem;
    font-family: MicrosoftYaHei-Bold-, MicrosoftYaHei-Bold;
    font-weight: bold;
    color: #02438D;
    margin-top: 0.08rem;
}

.talent-p {
    text-align: justify;
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #5E5E5E;
    line-height: 0.36rem;
    margin-top: 0.36rem;
}

.talent-px-wrap {
    margin: 1rem auto;
    display: flex;
}

.talent-px-item {
    flex: 1;
    height: 5rem;
    position: relative;
    transition: all .4s ease;
    cursor: pointer;
}

.talent-px-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s ease;
}

.talent-px-box {
    width: 100%;
    height: 1rem;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 0.25rem;
    transition: all .4s ease;
}

.talent-px-text {
    font-size: 0.2rem;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 0.3rem;
    transition: all .4s ease;
}

.talent-px-line {
    width: 0.51rem;
    height: 0.05rem;
    background: #FFFFFF;
    margin: 0.4rem 0;
    display: none;
    transition: all .4s ease;
}

.talent-px-p {
    font-size: 0.18rem;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 0.24rem;
    display: none;
    transition: all .4s ease;
}

.talent-px-wrap .active {
    flex: 3;
}

.talent-px-wrap .active .talent-px-box {
    height: auto;
    left: 50%;
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
    padding: 0 0.6rem;
}

.talent-px-wrap .active .talent-px-line {
    display: block;
}

.talent-px-wrap .active .talent-px-p {
    display: block;
}

.talent-list {
    margin: 0 auto;
}

.talent-item {

    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0, 0, 0, 0.1600);
    display: flex;
    margin-bottom: 1.1rem;
    padding: 0.3rem 0;
    align-items: center;
    justify-content: space-between;
}

.talent-item-img-box {
    width: 8rem;
    min-height: 4.44rem;
    position: relative;
    flex-shrink: 0;
    margin: 0 0.3rem;
}

.talent-item-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.talent-item-img img {
    width: 100%;
    height: 5.04rem;
}

.talent-item-content {
    flex: 1;
    margin: 0 0.3rem;
}

.talent-des-wrap {
    min-height: 6.25rem;
    margin: 1rem auto;
    background: url(../image/talent/gl.png) no-repeat;
    background-size: cover;
    padding: 0 0.56rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.talent-des-box {
    width: 7.47rem;
}

/* 人才战略 end*/
/* 员工风采 */
.talent-staff-wrap {
    margin: 1rem auto;
}

.talent-banner {
    margin-top: 0.7rem;
}

.talentSwiper {
    width: 90%;
    /*width: 100%;*/
    margin: 0 auto;
    padding: 0 4px;
}

.talent-banner .swiper-button-next:after,
.talent-banner .swiper-button-prev:after {
    font-size: 0.4rem;
    color: #000;
}

.talent-banner .swiper-button-next {
    right: 0;
    right: -60px;
}

.talent-banner .swiper-button-prev {
    left: 0;
    left: -60px;
}

.talentSwiper .swiper-wrapper {
    display: flex;
    align-items: center;
    padding-bottom: 0.7rem;
}

.talentSwiper .swiper-slide {
    position: relative;
    z-index: 1;
    box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0, 0, 0, 0.1600);
}



.talent-banner-img img {
    width: 100%;
    height: 2.92rem;
    object-fit: cover;
}

.talent-banner-text {
    padding: 0.3rem 0.35rem;
    background: #fff;
    position: relative;
}

.talent-banner-p {
    width: 3rem;
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 0.32rem;
}

.talent-banner-num {
    position: absolute;
    bottom: 0.17rem;
    right: 0.06rem;
    font-size: 0.55rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #F0F0F0;
    font-style: oblique;
}


/* 员工风采 end*/

@media only screen and (max-width: 1024px) {
    .talent-item-content{
        margin: 0.2rem 0.3rem;
    }
    .talent-jiyu {
        padding: 0 0.2rem;
        padding-top: 0.6rem;
        
    }
    .talent-jiyu-p{
        font-size: 0.24rem;
        line-height: 0.38rem !important;
    }

    .talent-idea-wrap {
        height: auto;
        padding: 0;
    }
    .talent-banner-p{
        font-size: 0.24rem;
        line-height: 0.38rem;
    }
    .talent-banner-num{
        font-size: 0.3rem;
    }

    .talent-jiyu-content {
        padding: 0.6rem 0;
    }

    .talent-idea-wrapc {
        position: inherit;
        left: 0;
        top: 0;
        width: 100%;
        height: auto;
    }
    .talent-staff-wrap{
        padding: 0 0.2rem;
    }

    .talent-idea-wrapct {
        font-size: 0.3rem;
        line-height: 0.48rem;
    }

    .talent-idea-wrapcp {
        font-size: 0.24rem;
        margin-top: 0.2rem;
        line-height: 0.38rem;
    }

    .talent-strategy {
        padding: 0 0.2rem;
    }

    .talent-zhan-box {
        display: block;
    }

    .talent-zhan-img {
        position: inherit;
        width: 100%;
    }

    .talent-zhan-left {
        width: 100%;
        padding: 0.2rem;
    }

    .talent-strategy-p,
    .talent-p {
        font-size: 0.24rem;
        line-height: 0.38rem;
    }
    .talent-strategy-p{
        margin-top: 0.6rem;
    }
    .talent-num{
        font-size: 0.3rem;
    }
    .talent-title{
        font-size: 0.3rem;
        margin-top: 0.28rem;
    }
    .talent-p{
        margin-top: 0.28rem;
    }
    .talent-zhan-wrap{
        padding: 0.23rem 0;
    }
    .talent-px-wrap {
        display: block;
    }

    .talent-px-item {
        height: 3.5rem;
        margin-bottom: 15px;
    }

    .talent-px-p {
        font-size: 0.24rem;
        line-height: 0.38rem;
    }

    .talent-px-text {
        font-size: 0.28rem;
        line-height: 0.4rem;
    }
    .talent-px-wrap .talent-px-box {
        height: auto;
        left: 50%;
        top: 50%;
        bottom: auto;
        transform: translate(-50%, -50%);
        padding: 0 0.6rem;
    }

    .talent-px-wrap .talent-px-line {
        display: block;
    }

    .talent-px-wrap .talent-px-p {
        display: block;
    }
    .talent-item{
        display: block;
    }
    .talent-item-img-box{
        margin: 0;
        width: 100%;
    }
    .talent-item-img{
        position: inherit;
    }
    .talent-item{
        margin-bottom: 0.3rem;
    }
    .talent-staff-wrap{
        margin: 0;
    }
    .talent-des-wrap{
        margin: 0;
    }
    .talent-banner .swiper-button-prev{
        left: -5px;
        /*display: none;*/
    }
    .talent-banner .swiper-button-next {
        right: -5px;
        /*display: none;*/
    }
    
     .talentSwiper {
        padding: 0 25px;
    }
}



@media all and (min-width: 1024px) {
   
    .talentSwiper .swiper-pagination-bullet {
        width: 15px;
        height: 15px;
    }
    
    .talent-banner {
        position: relative;
    }
  


}









