﻿.body {
    width: 1200px;
    margin: 0 auto
}

/*** 标题 ***/
.gray-block {
    margin: 5rem 0;
    background-color: #eee;
    text-align: center;
    position: relative;
}

    .gray-block > div {
        height: 100%;
        padding: 2%;
        line-height: 1.6;
    }

    .gray-block:after {
        content: "";
        background-color: #eee;
        position: absolute;
        bottom: -1.5rem;
        width: 3rem;
        height: 3rem;
        transform: rotate(45deg);
        z-index: -1;
        margin-left: -1.5rem;
        left: 50%;
    }

    .gray-block > .title {
        margin: 1% 0
    }

/*** 人才理念 ***/
.talent-concept {
    height: 400px;
    width: 100%;
}

    .talent-concept > .item {
        background-color: rgba(255, 255, 255, .8);
        box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.1);
        width: 23.5%;
        height: 100%;
        margin: 0 1%;
        float: left;
        position: relative;
    }

        .talent-concept > .item:first-child {
            margin-right: 1%;
            margin-left: 0;
        }

        .talent-concept > .item:last-child {
            margin-left: 1%;
            margin-right: 0;
        }

.hy-talent-img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    overflow: hidden;
    transition: background linear 0.3s;
}

.hy-talent-en {
    font-size: 2.5rem;
    font-weight: bold;
    margin: 5% 0;
}

.hy-talent-line, .hy-talent-hover-line {
    position: absolute;
    bottom: 0;
    height: 0.5rem;
    width: 50%;
    background-color: #34c36d;
    border-radius: 1rem;
    margin: 0 25%;
}

.hy-talent-img:hover > .hy-talent-hover {
    top: 0;
    opacity: 1;
}

.hy-talent-img:hover {
    background-color: #34c36d;
}

.hy-talent-hover {
    position: absolute;
    top: 100%;
    height: 100%;
    width: 100%;
    padding: 20% 10%;
    opacity: 0;
    transition: opacity linear 0.3s, top linear 0.3s;
}

.hy-talent-hover-line {
    background-color: #fff;
    position: relative;
    margin: 15% 25%;
}

.hy-talent-content {
    font-size: 1.8rem;
    line-height: 2;
}

/*** 员工风采墙 ***/
.emplyee-slide {
    height: 500px;
    overflow: hidden;
    position: relative;
}

    .emplyee-slide img {
        min-width: 100%;
    }

/*** 招聘信息 ***/
.recruiting {
    height: 42rem;
    overflow: hidden;
    position: relative;
}

    .recruiting > .item {
        float: left;
        width: 48%;
        height: 90%;
        background-color: rgba(255, 255, 255, .8);
        box-shadow: 0 0 1rem 0.1rem rgba(0, 0, 0, 0.1);
        margin: 1% 1% 3% 1%;
        padding: 5% 4%;
        position: relative;
        min-height: 37rem;
    }

.recruiting-title {
    position: absolute;
    font-size: 3rem;
    top: 15%;
    transition: top linear 0.5s;
    z-index: 1;
}

.recruiting > .item:hover > .recruiting-title {
    top: 8%;
}

.recruiting > .item:hover > .img {
    right: 4%;
}

.recruiting > .item:hover > .recruiting-list {
    top: 28%;
    opacity: 1;
}

.recruiting-title > .en {
    font-size: 2rem
}

.recruiting > .item > .img {
    position: absolute;
    /*top: 25%;*/
    right: 9%;
    width: 55%;
    transition: right linear 0.5s;
    z-index: 0;
}

    .recruiting > .item > .img > img {
        max-width: 100%;
    }

.recruiting-list {
    position: absolute;
    top: 20%;
    opacity: 0;
    line-height: 2.5;
    font-size: 2rem;
    transition: top linear 0.5s,opacity linear 0.5s;
    z-index: 1;
}

    .recruiting-list > div:hover {
        color: #ff9800;
        cursor: pointer;
    }

@media only screen and (max-width: 768px) {
    .body {
        padding: 0 1rem;
    }

    .hy-supportbg > span {
        font-size: 3rem;
        letter-spacing: 0;
    }

    .talent-concept {
        height: 500px;
    }

        .talent-concept > .item {
            width: 49%;
            height: 50%;
            margin: 0.5rem 0.5%;
        }

    .hy-talent-en {
        font-size: 2rem;
    }

    .hy-talent-hover > .title {
        font-size: 3rem;
    }

    .hy-talent-content {
        font-size: 1.5rem;
    }

    .hy-talent-img {
        padding-top: 40%;
    }

        .hy-talent-img img {
            height: 8rem;
        }

    .slide-item {
        overflow-x: auto;
    }

        .slide-item > img {
            height: 100%;
            max-width: max-content;
        }

    .recruiting {
        height: 72rem;
    }

        .recruiting > .item {
            width: 98%;
            height: 40%;
            min-height: 34rem;
        }

            .recruiting > .item > .img {
                top: 52%;
            }

            .recruiting > .item:hover > .img {
                right: 0;
            }

    .recruiting-list {
        font-size: 1.5rem;
        margin-top: 1rem;
    }
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
    #talent-concept {
        display: inline-block;
        width: 100%;
    }

    .talent-concept > .item {
        width: 48%;
        margin: 1% !important;
    }

    .slide-item {
        overflow-x: auto;
    }

        .slide-item > img {
            height: 100%;
            max-width: max-content;
        }
}

@media only screen and (min-width: 979px) and (max-width: 1366px) {
}

@media only screen and (min-width: 979px) and (max-width: 1366px) {
}

@media only screen and (min-width: 1601px) and (max-width: 1920px) {
    .body {
        width: 1200px;
        margin:0 auto
    }

    .talent-concept {
        height: 460px;
    }

    .emplyee-slide {
        /*height: 600px;*/
    }

    .recruiting {
        height: auto;
    }

        .recruiting > .item {
            min-height: 450px;
        }
}
