*,.html,body{
    margin: 0;
    padding: 0;
}
.talent_develop,.full_return{
}
.title{
    text-align: center;
    margin: 6vw 0 2vw 0;
}
.title div:nth-child(1){
    color: #D7D6D6;
    font-weight: 600;
    font-size: 3vw;
}
.title div:nth-child(2){
    font-size: 1.5vw;
    font-weight: 550;
    margin-top: -1vw;
    color: #333333;
}
.develop_cont{
    width: 100%;
    position: relative;
}
.develop_cont img{
    width: 75vw;
    margin: 2vw auto;
    display: block;
}
.develop_overlay{
    width: 30%;
    height: 16vw;
    background-color: rgba(1,0,0,0.39);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-35%,-50%);
    padding: 3vw 3vw 0 3vw;
    box-sizing: border-box;
    display: none;
}
.develop_overlay div:nth-child(1){
    color: #F1FFFE;
    font-family: "Source Code Pro";
    font-size: 1.5vw;
}
.develop_overlay div:nth-child(2){
    color: #ffffff;
    font-family: "Source Code Pro";
    font-size: 0.8vw;
    margin-top: 1vw;
    line-height: 1.5vw;
}
.full_return{
    width: 100%;
    padding: 1px 0 3vw 0;
    box-sizing: border-box;
    background-color: #eaebef;
}
.full_cont{
    width: 75vw;
    margin: 3vw auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.full_item{
    flex: 0 0 23%;
    height: 24vw;
    border: 4px solid #3CA43C;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 2vw;
    box-sizing: border-box;
}
.full_item img{
    width: 2.5vw;
    height: 3vw;
    margin-top: 4vw;
}
.full_item div:nth-child(2){
    font-size: 1.2vw;
    font-weight: 550;
    margin: 2.5vw 0 1.2vw 0;
    text-align: center;
}
.full_item div:nth-child(3){
    font-size: 0.8vw;
    line-height: 1.3vw;
    text-align: center;
}
.staff_item{
    display: flex;
    height: 18vw;
}
.staff_shortImg{
    flex: 1;
    background-color: #1F739B;
}
.staff_longImg{
    flex: 0 0 65%;
    background-color: #3CA43C;
}
.staff_shortImg img,.staff_longImg img{
    width: 100%;
    height: 100%;
}
.mouseOver{
    position: relative;
    overflow: hidden;
}
.img_text{
    position: absolute;
    top: 1vw;
    left: 3vw;
    background-color: rgba(255,255,255,0.45);
    display: none;
    color: white;
    padding: 0.6vw;
    box-sizing: border-box;
    font-size: 1.2vw;
}
.work_environ{
    margin-bottom: 5vw;
}
.slick_img{
    width: 96%;
    height: 22vw;
}
.develop_overlay_cont pre{
    white-space: normal;
}