﻿@charset "utf-8";
.position{
    background: url(../img/positon_bg.jpg) center no-repeat;
    background-size: cover;
    -ms-behavior: url(../css/backgroundsize.min.htc);
    behavior: url(../css/backgroundsize.min.htc);
}

.talent_bg {
    background: url(../img/talent_bg.jpg) center no-repeat;
    background-size: cover;
    -ms-behavior: url(../css/backgroundsize.min.htc);
    behavior: url(../css/backgroundsize.min.htc);
}

.talent_pin{
    width: 100%;
    /*margin-left: 75px;*/
    margin-top: 50px;
    overflow: hidden;
}
.talent_pin dl{
    width: 320px;
    float: left;
    position: relative;
    margin: 0 20px;
    cursor: pointer ;
    overflow: hidden;
}
.talent_pin .first{
    margin-right: 120px;
}
.talent_pin dl dt{
    /*position: absolute;*/
    width: 100%;
}
.talent_pin dl dd{
    position: absolute;
    width: 100%;
    text-align: center;
    color: #fff;
    bottom:15px;
}
.talent_pin dl dd .chinese{
    font-size: 22px;
}
.talent_pin dl dd  .english{
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    font-family: futura;
}

.position_img{
    width: 100%;
    /*margin-left: 75px;*/
}
.position_detail{
    width: 100%;
    margin: 50px 0;
    /*margin-left: 75px;*/

    color: #fff;;
}
.position_detail .position_title{
    color: #fff;
    height: 40px;
    /* line-height: 46px; */
    border-bottom: 2px solid #6C727C;
    font-size: 21px;
    margin-bottom: 15px;
}
.position_detail dd{
    height: 25px;
    line-height: 25px;
}
.position_detail .position_require{
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 15px;
}
.position_bg{
    background: url(../img/positon_bg.jpg) center no-repeat;
    background-size: cover;
    -ms-behavior: url(../css/backgroundsize.min.htc);
    behavior: url(../css/backgroundsize.min.htc);
}
.talent_pin img{
    -webkit-transition: ease .5s;
    transition: ease .5s;
    -webkit-transform-origin:50% 50%; /* transform-origin默认值就是居中，可以不加 */
    transform-origin:50% 50%; /* transform-origin默认值就是居中，可以不加 */
}
.talent_pin img:hover{
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
    /*-moz-animation:rotate 20s infinite linear;*/
    /*-webkit-animation:rotate 20s infinite linear;*/
    /*animation:rotate 20s infinite linear;*/
}

/*.talent_pin img::after{*/
    /*transform: scale(1);*/
    /*-webkit-transform: scale(1);*/
    /*-webkit-transition: all 1s;*/
/*}*/
