.culture {
    width: 100%;
}

.customer_nav {
    width: 90%;
    height: 42px;
    display: flex;
    margin: 0 auto;
    padding-left: 30%;
}

.customer_nav span {
    line-height: 42px;
}

.customer_nav span:nth-child(-n+2) {
    margin-right: 45px
}

.customer_banner {
    height: 240px;
    margin-top: 2px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.customer_banner img {
    height: 240px;
    width: 100%;
}

.customer_banner_text {
    position: absolute;
    top: 40%;
    left: 60%;
}

.header_active {
    color: #005DFF !important;
    position: relative;
}

.header_active::after {
    content: '';
    position: absolute;
    left: 33%;
    bottom: 0;
    right: 0;
    height: 2px;
    width: 30px;
    border-radius: 3px;
    background-color: #2D77FD;
}

/* 组织环境 */
.org_width {
    width: 70%;
}

.org_margin {
    margin: 20px auto 0 auto;
}

.org_bgc {
    background-color: #F4F4F4;
    padding-bottom: 50px;
}

.org_blue_btn {
    width: 280px;
    color: #ffffff;
    font-size: 16px;
    padding: 8px;
    background-color: #2F4BE7;
    border-radius: 10px;
    margin: 0 auto 30px auto;
}

.org_border {
    width: 90%;
    margin: 50px auto 50px auto;
    height: 1px;
    background: #DEDEDE;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
}

.org_title {
    width: 100%;
    text-align: center;
    padding: 60px 0 50px 0;
}

.org_title p:last-child {
    display: inline-block;
    width: 100px;
    height: 3px;
    margin-top: 10px;
    background-color: #2D77FD;
}

.org_cont {
    width: 100%;
    text-align: center;
}

.org_manage,
.person,
.org_up,
.org_care,
.org_work {
    width: 100%;
    text-align: center;
    padding-bottom: 50px;
}

.org_l_title {
    padding: 50px 0 20px 0;
    font-weight: bold;
    color: #282938;
}

.org_cont_title {
    width: 70%;
    margin: auto;
}

.org_cont_text {
    margin-bottom: 10px;
    line-height: 35px;

}

.org_cont_img {
    width: 100%;
}

/*org 管理者成长 */
.org_manage_btm {
    display: flex;
}

.org_btm_img {
    width: 50%;
    margin-left: 40px;
}

.org_btm_img img {
    width: 100%;
}

.org_btm_text {
    padding: 50px 0 0 80px;
}

.org_btm_warn {
    padding: 10px;
    margin-bottom: 40px;
    border: 1px solid #2D77FD;
    border-radius: 5px;
    color: #282938;
}

.org_btm_warn span {
    color: #2D77FD;
}

.org_btm_cont {
    padding: 10px;
    background-color: #2D77FD;
    border-radius: 5px;
    color: #ffffff;
    margin-top: 15px;
}

.org_btm_title {
    font-size: 16px;
    font-weight: bold;
    color: #282938;
}

.org_btm_cont p,
.org_btm_warn p {
    margin-bottom: 3px;
    font-size: 14px;
}

/* 员工成长 */
.staff_l_title {
    font-weight: bold;
    margin-bottom: 30px;
    color: #282938;
}

.staff_practice {
    width: 40%;
}

.staff_practice img {
    width: 70%;
}

/* 在工作中成长 */
.staff_line {
    width: 850px;
    color: #2D77FD;
    text-align: center;
    font-weight: bold;
}

.staff_line_img {
    width: 400px;
    margin: auto;
    position: relative;
}

.staff_line_top {
    margin-left: 3px;
}

.staff_line img {
    width: 100%;
}

.staff_line_img span:nth-child(2) {
    position: absolute;
    left: -14px;
    top: 25px
}

.staff_line_img span:last-child {
    position: absolute;
    right: -14px;
    top: 25px
}


.staff_text {
    /* position: relative; */
    display: flex;
    width: 850px;
}

.staff_arrow {
    flex: 1;
    padding: 40px 20px 0px 30px;
    color: #2D77FD;
    text-align: center;
    font-weight: bold;
}

.staff_arrow img {
    width: 15px;
    margin: 10px 0;
}

.staff_word {
    width: 300px;
    text-align: left;
    background: #F4F4F4;
    border-radius: 10px;
    padding: 15px 15px 10px 15px;
    min-height: 230px;

}

.staff_word_left {
    position: relative;
    left: 80px;
    top: 20px;
}

.staff_word_right {
    position: relative;
    right: 70px;
    top: 20px;
}

.staff_word p {
    margin-bottom: 5px;
    font-size: 14px;
}

/* 在思考与学习中成长 */
.think_text {
    width: 50%;
    background: #F4F4F4;
    border-radius: 10px;
    overflow: hidden;

}

.tink_con {
    width: 100%;
    margin: auto;
    padding: 25px 0px;
    display: flex;
    justify-content: space-between;
    padding-left: 80px;
}

.tink_con>.list {
    width: 33.3%;
    text-align: left;
}

.tink_con>.list>.title {
    font-size: 18px;
    color: #2D77FD;
}

.tink_con>.list>.con {
    font-size: 18px;
    color: #666;
    line-height: 32px;
    text-align: left;
    padding-top: 10px;
}

.think_text .think_text_word {
    display: flex;
    text-align: left;
    padding: 5px 50px;
}

.think_text>div:first-child {
    color: #2D77FD;
}

.think_text_word p {
    flex: 1;
}

.think_text_btm {
    width: 100%;
    background-color: #818DB1;
    color: #ffffff;
    text-align: center;
    padding: 25px;

}

.think_text_btm p:first-child {
    margin-bottom: 5px;
}

.think_text_btm p:last-child {
    font-weight: bold;
}

/* 行动 */
.org_action {
    width: 75%;
    margin-bottom: 40px;
}

.org_action img {
    width: 70%;
}

/* 晋升路径 */
.org_up,
.org_care {
    padding-top: 40px;
}

.org_up_text {
    padding: 0 70px;
    display: flex;
}

.org_up_text div {
    flex: 1;
    background: #FFFFFF;
    border-radius: 5px;
    text-align: left;
    padding: 20px;
    margin-bottom: 40px;
    line-height: 25px;
}

.org_up_text div:first-child {
    margin-right: 20px;
}

.org_up_text div:last-child {
    margin-left: 20px;
}

.org_up_text div p {
    margin-bottom: 10px;
}

.org_up_text p:first-child {
    font-weight: bold;
    color: #2D77FD;
}

/* 员工关怀 */
.org_care_list,
.org_card {
    width: 70%;
    margin-top: 30px;
}

.org_care_list>ul>li {
    width: 23%;
    float: left;
    height: 170px;
    background-color: #F4F4F4;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    font-size: 14px;
    margin-left: 20px;
}

.org_care_list>ul>li:nth-child(1) {
    margin-left: 0px;
}

.org_care_list>ul>li>p {
    padding: 15px;
}

.org_care_list>ul>li:nth-child(3) {
    width: 48%;
    height: 360px;
    text-align: left;
    float: right;

}

.org_care_list>ul>li:nth-child(3)>p {
    padding: 10px 15px 0px 15px;
    line-height: 24px;

}

.org_care_list>ul>li:nth-child(5) {
    float: left;
}

.org_care_list>ul>li>img {
    height: 115px;
    width: 100%;
    cursor: pointer;
}

.org_care_list>ul>li:nth-child(3)>img {
    height: 270px;
}

.org_care_list>ul>li:nth-child(4) {
    margin-left: 0px;
}

.org_care_list>ul>li:nth-child(4),
.org_care_list>ul>li:nth-child(5) {
    margin-top: 20px;
}






.org_care_first,
.org_care_sed {
    display: flex;
    border-radius: 5px;
    height: 180px;
}

.org_care_first>div,
.org_care_sed>div {
    margin-right: 20px;
    background-color: #F4F4F4;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.org_care_first p,
.org_care_sed p {
    padding: 10px;
    font-size: 14px;
}

.org_care_first {
    margin-bottom: 20px;
}

.org_care_right {
    border-radius: 5px;
    background-color: #F4F4F4;
    text-align: left;
}

.org_care_right img {
    width: 100%;
}

.org_care_right p {
    padding: 10px;
    font-size: 14px;
    line-height: 24px;
}

.org_card {
    background-color: #F4F4F4;
    text-align: left;
    padding: 15px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 20px;
}

.org_card p {
    margin-bottom: 5px;
}

.org_a {
    color: #2D77FD;
}

/* 工作环境 */
.org_work {
    padding-top: 30px;
}

.org_work img {
    width: 100%;
    border-radius: 8px;
}

ul.org_work_con {
    width: 900px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

ul.org_work_con>li {
    width: 285px;
    margin-top: 10px;
    /* height: 180px */
}

ul.org_work_con>li:nth-child(1) {
    width: 590px;

}
ul.org_work_con>li>img{
    cursor: pointer;
}
ul.org_work_con>li:nth-child(1)>img {
    width: 100%;
    height: 180px
}

.org_work_first,
.org_work_sed {
    width: 65%;
    margin: 0 auto;
    display: flex;
}

.org_work_first div:first-child {
    flex: 2;
    margin-right: 10px;
}

.org_work_first div:last-child {
    flex: 1;
    margin-left: 10px;
}

.org_work_sed div:not(:last-child) {
    margin-right: 20px;
}
.mobile_cont_text{
    display: none;
}
/*新加*/
.org_action_pc{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;

}
.org_action_app{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.org_action_app>.box{
  width: 46%;  
  min-height:260px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #B9D2FF;
  position: relative;
  padding-bottom: 10px;
}
.blue_img_app{
    position: absolute;
    background: url(../img/blue_ico.png) no-repeat;
    width: 140px;
    height:137px;
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 0.8em;
    color: #FFFFFF;
    line-height: 28px;
    font-style: normal;
    text-transform: none;
    background-size: 50%;
}
.org_action_pc>.box{
  width: 30%;  
  height:280px;
  background: #FFFFFF;
  box-shadow: 0px 0px 16px 1px rgba(114,164,255,0.3);
  border-radius: 8px 8px 8px 8px;
  position: relative;
}
.bule_img1_app{
    top: -5px;
    left: -5px;
    padding-top: 10px;
    padding-left: 15px;
}
.blue_img{
    position: absolute;
    background: url(../img/blue_ico.png) no-repeat;
    width: 140px;
    height:137px;
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 28px;
    font-style: normal;
    text-transform: none;
    background-size: 85%;
}
.bule_img1{
    top: -10px;
    left: -10px;
    padding-top: 25px;
    padding-right: 55px;
}
.org_action_pc_txt{
    padding:70px 20px 30px 20px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 15px;
    color: #282938;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    text-indent: 2em;
}
.org_action_app_txt{
    padding:30px 10px 30px 10px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 0.8em;
    color: #282938;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    text-indent: 2em;
}
.org_action_pc_txt_blue{
    color:#3B80FD
}
/* app */
/* @media screen and (min-width:401px) and (max-width:550px) */
@media screen and (max-width:550px) {
    body {
        overflow-x: hidden;
    }

    .pc {
        display: none;
    }

    .sec_nav {
        width: 100%;
        margin-left: 0px;
        height: 40px;
    }

    .sec_nav>ul>li {
        float: left;
        width: 25%;
        text-align: center;
        cursor: pointer;
    }

    .app>.org_title {
        padding: 40px 0 20px 0;
    }

    .app>.org_l_title {
        padding: 10px 0 20px 0;
    }

    .org_cont_text {
        width: 80%;
        margin: 0 auto;
        font-size: 16px;
    }

    .org_width {
        width: 90%;
    }

    .app_org_ct .org_cont_img {
        width: 30%;
        margin: 20px 0;
    }

    .app_org_ct>div {
        width: 50%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background: rgba(108, 148, 255, 1);
        color: #FFFFFF;
        margin: 0 auto;
    }

    .app_org_ct>div:first-child {
        margin-top: 30px;
    }

    .app_org_ct>div:last-child {
        margin-bottom: 30px;
    }

    .org_manage_btm {
        display: inline-block;
    }

    .org_btm_img {
        width: 90%;
        margin: 0 auto;
    }

    .org_btm_text {
        padding: 0;
        margin: 30px auto 0 auto;
    }

    .staff_practice,
    .staff_line {
        width: 90%;
    }

    .org_blue_btn {
        color: #2D77FD;
        background-color: #ffffff;
        font-size: 18px;
    }

    .org_border {
        clear: both;
        background-color: #ffffff;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .staff_practice img {
        width: 70%;
    }

    .staff_word {
        width: 45%;

        
    }

    .staff_line_img {
        width: 70%;
    }

    .staff_word_left {
        left: -10px;
        top:40px;
        
    }

    .staff_word_right {
        right: -10px;
        top:40px;
    }

    .think_text {
        width: 90%;
    }

    .tink_con {
        padding: 25px  10px;
        height:180px;
    }

    .org_action {
        width: 90%;
    }

    .org_action_list {
        width: 90%;
        
        margin-bottom: 30px;
    }

    .org_action_list>div>div {
        margin: 5px 0;
        line-height: 25px;
    }

    .org_action_list>div:first-child {
        margin-right: 10px;
    }

    .org_action_list>div:last-child {
        margin-left: 10px;
    }

    .org_up_text {
        padding: 0;
    }

    .org_cont_title {
        width: 100%;
        font-size:16px;
    }

    .org_care_list,
    .org_card {
        width: 90%;
    }

    .org_care_list>ul>li {
        width: 49%;
        height:150px;
    }
    .org_care_list>ul>li>img{
        height:100px;
    }

    .org_care_list>ul>li:nth-child(3) {
        width: 49%;
        height: 170px;
    }

    .org_care_list>ul>li:nth-child(3)>img {
        height: 115px;
    }

    .org_care_list>ul>li:nth-child(3) {
        margin-top: 20px;

    }

    .org_care_list>ul>li {
        margin-left: 2%;
    }

    .org_care_list>ul>li:last-child {
        width: 100%;
        margin-top: 20px;
        margin-left: 0;
        text-align: left;
        height:280px;
    }
    .org_care_list>ul>li:last-child>img{
        height:180px;
    }

    ul.org_work_con {
        width: 90%;
        margin: 0 auto;
        position: relative;
    }

    ul.org_work_con>li {
        width: 38%;
        float: left;
        margin-left: 1%;
        height:80px;
    }

    ul.org_work_con>li:nth-child(1) {
        width: 60%;
        margin-left: 0;
    }

    ul.org_work_con>li:nth-child(3) {
        width: 32%;
    }

    ul.org_work_con>li:nth-child(4),
    ul.org_work_con>li:nth-child(5) {
        width: 32%;
    }
    .org_title{
        padding: 30px 0px;
    }
    .staff_word p{
        font-size: 12px;
        line-height: 22px;
    }
    .staff_arrow{
        padding: 180px 0px;
    }
    .tink_con>.list{
        width: 35%;
    }
    .tink_con>.list>.title,.tink_con>.list>.con{
        font-size: 14px;
    }
    .left-m15{
        margin-left: 8px;
    }
    .org_up_text div{
        width: 48%;
        flex: none;
    }
    .org_work img{
        height:100%;
    }
    .org_up_text div:first-child{
        margin-right: 0px;
    }
    ul.org_work_con>li:nth-child(1)>img{
        height:80px;
    }
    .org_action img{
        width: 55%;
    }
    .org_margin{
        margin: 5px auto;
    }
    .mobile_cont_text{
        display: block;
        width: 100%;
        background: #F4F4F4;
        border-radius: 4px 4px 4px 4px;
        opacity: 1;
        margin-top: 15px;
    }
    .mobile_cont_txt{
        padding: 30px;
        font-size: 16px;
        color: #666;
        line-height: 35px;
        font-weight: 400;
        text-align: left;
    }
    .org_cont_text_pc{
        display: none;
    }
}

@media screen and (max-width:400px) {
    .staff_word{
        height:540px;
    }
    .staff_arrow{
        padding: 140px 0px;
    }
}

@media screen and (min-width:550px) {
    .app {
        display: none;
    }
}
@media screen and (min-width:401px) and (max-width:550px){
        .staff_word{
            height:420px;
          
        }
        .staff_arrow{
            padding: 120px 0px;
        }
}
@media screen and (max-width:340px) {
    .staff_word{
        height:520px;
    }
}
