.talent_policy{
    width: 100%;

}

.talent_policy_idea{
    width: 100%;
    /* height: 13.0625rem; */
    padding: 1.25rem 2rem 3.75rem;
    background-color: #F3F3F3;
    background-image: url('../img/footer_background.png');
    background-repeat: no-repeat;
    background-size: 80% 100%;
    background-position:40% ;
}

.tpi_describe{
    /* width: 8.3125rem; */
    /* height: 1.5rem; */

    line-height: .475rem;
    overflow: hidden;
    font-size: .2375rem;
    color: #606060;
    text-align: center;
    margin: 0 auto .75rem;
}

.tpi_list{
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.tpi_item{
    width: 4.5rem;
    /* height: 5.25rem; */
    background: white;
    padding:.875rem .75rem;
    text-align: center;
}

.tpi_item_img{
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    margin: auto;
    background: #E0E0E0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center
}

.tpi_item_img > img{
    width: .75rem;
}

.tpi_item>h4{
    color: #161616;
    font-size: .2625rem;
    margin: .5rem 0 .45rem;
}


.tpi_item>span{
    font-size: .2rem;
    color: #606060;
    line-height: .3875rem;
   
}

.tpi_item_move_down{
  position: relative;
  top: .625rem;
    /* transform: translateY(.625rem); */
}

/* 人才理念&合作理念*/
.talent_policy_bottom{
    width: 100%;
    height: 6.0625rem;
    display: flex;
}

.tpb_left,.tpb_right{
    width: 50%;
    height: 100%;
    position: relative;
    background-size: cover;
    padding: 1.125rem 0 50px 1.25rem;
}

.tpb_left{
    background-image: url(../img/ln1.png);
}

.tpb_right{
    background-image: url(../img/ln2.png);
}

.tpb_title{
    color: #353535;
    font-size: .3125rem;
    margin-bottom: .875rem;
    position: relative;
    z-index: 3;
}

.tpb_left li{
    font-size: .2375rem;
    color: #606060;
    line-height: .4375rem;
    font-weight: bold;
}

.tpb_left li .tpb_head{
    color:#32A5A9;
}

.tpb_right li{
    font-size: .2375rem;
    color: #FFFFFF;
    line-height: .4375rem;
    font-weight: 500;
}
.tpb_text{
    font-weight: 500;
}
/* 媒体查询 1000*/
@media screen and (max-width: 1000px) {
    .tpi_describe {
      width: 100%;
      font-size: 16px;
      line-height: 30px;
      margin-bottom: 15px;
    }
    .tpi_item_img > img{
      width: 54px;
    }
    .tpi_list{
      display: block;
    }
    .tpi_item{
      width: 100%;
      margin-bottom: 20px;
    }
    .tpi_item_img{
      width: 100px;
      height: 100px;
    }
    .tpi_item>h4{
      font-size: 18px;
    }
    .tpi_item>span{
      font-size: 14px;
      line-height: 30px;
    }
    .tpi_item_move_down {
      top: 0;
    }
    .talent_policy_bottom{
        height: 100%;
      display: block;
    }
    .tpb_left,.tpb_right{
      width: 100%;
    }
    .tpb_title{
      font-size: 25px;
    }
    .tpb_left li,.tpb_right li {
      font-size: 16px;
      line-height: 36px;
    }
    .tpb_right{
      padding-bottom: 50px;
    }
    .talent_policy_idea{
      background-size: cover;
    }
  }
  