@charset "utf-8";

.talent-on {
    border-bottom: 2px solid #0097F0;
    color: #0097F0 !important;
}
.talent-wrap {
    width: 100%;
    float: left;
    margin-top: 106px;
}
.talent-left {
    width: 46%;
    float: left;
}
.talent-title {
    font-size:28px;
    line-height:1.5;
}
.talent-title2 {
    color:#CCCCCC;
    font-size:20px;
    font-family:Tahoma;
    line-height:1.5;
    font-weight: 600;
    margin-bottom: 20px;
}
.talent-con {
    color: #666666;
}
.talent-img {
    width: 50%;
    float: right;
    min-height: 270px;
    object-fit: cover;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background-color: #F5F5F5;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    background-color: #c8c8c8;
}
.talent-box {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 90px;
}
.talent-box2 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    display: table;
    text-align: center;
}
.talent-box3 {
    display: table-cell;
    vertical-align: middle;
}
.talent-text1 {
    display: inline-block;
    width: 100%;
    font-size: 26px;
    color: #fff;
    line-height: 50px;
}
.talent-text2 {
    display: inline-block;
    width: 100%;
    font-size: 60px;
    color: rgba(255, 255, 255, 0.3);
    line-height: 70px;
    font-family: "Impact", Charcoal, sans-serif;
    margin-top: 10px;
}
.talent-imgbox {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 70px;
}
.talent-img2 {
    width: 100%;
    float: left;
}
.talent-img-text1 {
    position: absolute;
    font-size: 18px;
    color: #666666;
    top: 17.5%;
    right: 73%;
    line-height: 30px;
    font-weight: 600;
}
.talent-img-text2 {
    position: absolute;
    font-size: 18px;
    color: #666666;
    bottom: 17.5%;
    right: 73%;
    line-height: 30px;
    font-weight: 600;
}
.talent-img-text3 {
    position: absolute;
    font-size: 18px;
    color: #666666;
    top: 17.5%;
    left: 75.5%;
    line-height: 30px;
    font-weight: 600;
}
.talent-img-text4 {
    position: absolute;
    font-size: 18px;
    color: #666666;
    bottom: 17.5%;
    left: 75.5%;
    line-height: 30px;
    font-weight: 600;
}
.talent-img3 {
    width: 80%;
    background: #fff;
    padding: 40px 10% 0px 10%;
    float: left;
    display: none;
}

/**/
.recruitment-table {
    width: 100%;
    float: left;
    margin-top: 55px;
}
.my-table {
    width: 100%;
}
.my-table thead tr {
    height: 50px;
    line-height: 50px;
    background: #F5F5F5;
}
.my-table thead th {
    padding: 0px 15px;
    text-align: center;
}
.my-table tbody tr {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #F3F4F6;
}
.my-table tbody td {
    padding: 0px 15px;
    text-align: center;
}
.my-table tbody tr:hover {
    background: #F5F5F5;
}
.table-hide {
    display: none;
}

/**/
.recruitment-detail {
    width: 100%;
    float: left;
    margin-top: 90px;
}
.detail-title {
    width: 100%;
    float: left;
    font-size: 22px;
}
.detail-tbox {
    width: 60%;
    float: left;
    margin-top: 20px;
    padding-bottom: 30px;
    border-bottom: 30px;
    border-bottom: 1px solid #EBEBEB;
    font-size: 14px;
    color: #999999;
}
.detail-text1 {
    width: 50%;
    float: left;
}
.detail-text2 {
    width: 100%;
    float: left;
    font-size: 14px;
    margin-top: 3px;
    line-height: 25px;
    color: #646464;
}
.detail-btn {
    border: 1px solid #0097F1;
    float: left;
    width: 93px;
    height: 40px;
    color: #FFF;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    background: #0097F1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-top: 60px;
    font-size: 14px;
}

@media only screen and (max-width: 800px) {
    .talent-text1 {
        font-size: 18px;
        line-height: 30px;
    }

    .talent-text2 {
        font-size: 30px;
        line-height: 40px;
    }

    .talent-img3 {
        display: block;
    }

    .talent-imgbox {
        display: none;
    }

    .detail-tbox {
        width: 100%;
    }

    .detail-text1 {
        width: 100%;
        margin-top: 7px;
    }
}

/* 手机等小屏幕手持设备 */
@media screen and (min-width: 320px) and (max-width: 480px) {
    .talent-wrap {
        margin-top: 25px;
    }

    .talent-left {
        width: 100%;
    }

    .talent-title {
        font-size: 20px;
    }

    .talent-title2 {
        font-size: 18px;
    }

    .talent-title3 {
        height: auto;
        margin-top: 15px;
    }

    .talent-img {
        width: 100%;
        height: auto;
        margin-top: 15px;
    }

    .talent-box {
        margin-top: 30px;
    }

    .talent-text1 {
        font-size: 14px;
        line-height: 20px;
    }

    .talent-text2 {
        font-size: 20px;
        line-height: 30px;
        margin-top: 0px;
    }

    .talent-imgbox {
        margin-top: 10px;
    }

    .table-hide {
        display: block;
    }

    .table-show {
        display: none;
    }

    .recruitment-detail {
        margin-top: 30px;
    }
}