/* 人才理念 */
.talent_contact {
    width: 100%;
    max-width: 1200px;
    margin: 30px auto;
}

.talent_contact .wow {
    background: none;
    padding: 0 10px;
}

.talent_contact .wow:hover {
    background: none;
}

.talent_contact_pic {
    height: 210px;
    width: 100%;
    overflow: hidden;
}

.talent_contact_pic img {
    max-width: 100%;
    transition: all .4s ease;
}

.talent_contact_pic:hover img {
    transform: scale(1.1);
}

.talent_contact_con {
    height: 338px;
    width: 100%;
    box-sizing: border-box;
    padding: 35px 50px 50px;
    background-color: #fafafa;
    text-align: center;
    border-bottom: 3px solid #559f48;
    margin-bottom: 15px;
}

.employ .talent_contact_con {
    text-align: left;
    height: 250px;
    width: 100%;
    box-sizing: border-box;
    padding: 35px 5px 30px;
    background-color: #fafafa;
    border-bottom: 0;
    margin-bottom: 15px;
}

.employ .talent_contact_con .txt span {
    display: block;
    margin: 16px 0 15px;
    color: #999999;
    font-size: 30px;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
}

.employ .talent_contact_con i {
    font-style: inherit;
    display: block;
    width: 27px;
    height: 1px;
    background: #dfdfdf;
    position: relative;
}

.talent_contact .z3db1fcol-md4:nth-of-type(2) .talent_contact_con {
    border-bottom: 3px solid #1c93e7;
}

.talent_contact .z3db1fcol-md4:nth-of-type(3) .talent_contact_con {
    border-bottom: 3px solid #810bc5;
}

.employ .z3db1fcol-md4:nth-of-type(2) .talent_contact_con {
    border-bottom: 0;
}

.employ .z3db1fcol-md4:nth-of-type(3) .talent_contact_con {
    border-bottom: 0;
}

.talent_contact_con .txt .t1 span {
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    line-height: 30px;
    color: #333333;
    font-size: 20px;
    font-weight: bold;
}

.talent_contact_con .txt .t1 small {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 6px;
    height: 30px;
    line-height: 36px;
    color: #999999;
    font-size: 14px;
}

.talent_contact_con .txt p {
    display: block;
    color: #666666;
    font-size: 14px;
    line-height: 26px;
    height: 208px;
    margin: 15px auto 0;
    overflow: hidden;
}

.employ .talent_contact_con .txt p {
    display: block;
    color: #666666;
    font-size: 14px;
    line-height: 26px;
    height: 75px;
    margin: 15px auto 0;
    overflow: hidden;
}

.employ .z3db1fcol-md4:hover .talent_contact_con .txt p,
.employ .z3db1fcol-md4:hover .talent_contact_con span {
    color: #144795;
}