﻿@charset "utf-8";

body, h1, h2, h3, h4, h5, h6, hr, p, dl, dt, dd, ul, ol, li, th, td, form, button, input, select, textarea, label {
    margin: 0;
    padding: 0;
    font-family: "PingFang-Medium";
}
@font-face {
    font-family: 'PingFang';
    src: url(/lib/layuiadmin/static/fonts/PingFang-Regular.ttf);
}

@font-face {
    font-family: 'PingFang-Medium';
    src: url(/lib/layuiadmin/static/fonts/PingFang-Medium.ttf);
}
i, em {
    font-style: normal
}

ul, ol {
    list-style: none
}

body {
    color: #666;
    background: #fff
}

a, a:hover {
    color: #666;
    text-decoration: none
}

button, input, select, textarea {
    font-size: 100%
}

button {
    cursor: pointer
}

    input:focus, button:focus, textarea:focus, select:focus {
        outline: 0
    }

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 1em;
    margin: 0;
    line-height: 1.1
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

::-webkit-input-placeholder {
    color: #bbb
}

:-moz-placeholder {
    color: #bbb
}

::-moz-placeholder {
    color: #bbb
}

:-ms-input-placeholder {
    color: #bbb
}

.clear {
    clear: both;
    float: none;
    height: 0;
    overflow: hidden
}

a:focus {
    color: inherit
}

i:hover {
    cursor: auto;
    color: inherit
}

.rhr-width {
    width: 1200px;
    margin: 0 auto
}

    .rhr-width .content {
        padding-bottom: 30px
    }

.rhr-header {
    padding-top: 30px;
    background-color: #fff;
    height: 106px;
    box-shadow: 0 0 10px rgba(0,0,0,0.13);
    position: relative;
    z-index: 9999
}

    .rhr-header .rhr-width {
        display: table;
        clear: both
    }

    .rhr-header .logo {
        float: left;
        width: 270px
    }

    .rhr-header .nav-top {
        float: left;
        font-size: 16px;
        margin-top: 12px
    }

        .rhr-header .nav-top > li {
            float: left;
            position: relative
        }

            .rhr-header .nav-top > li + li {
                padding-left: 40px
            }

            .rhr-header .nav-top > li > a {
                display: block;
                line-height: 34px;
                height: 64px
            }

                .rhr-header .nav-top > li > a i.fa {
                    padding-left: 5px
                }

        .rhr-header .nav-top ol {
            position: absolute;
            top: 34px;
            left: 0;
            background: #fff;
            border: 1px solid #e6e6e6;
            border-radius: 3px;
            padding: 10px 0;
            z-index: 9;
            display: none
        }

            .rhr-header .nav-top ol i.up {
                width: 13px;
                height: 7px;
                background: url("../img/web/icon/icon-nav-up.png")  no-repeat;
                position: absolute;
                top: -7px;
                left: 50%;
                margin-left: -6px
            }

            .rhr-header .nav-top ol > li a {
                display: block;
                width: 140px;
                text-align: center;
                line-height: 36px
            }

        .rhr-header .nav-top li.active > a, .rhr-header .nav-top a:hover {
            color: #ee5a2f
        }

        .rhr-header .nav-top > li.active > a, .rhr-header .nav-top > li > a:hover {
            border-bottom: 4px solid #ee5a2f
        }

    .rhr-header .language {
        float: right;
        margin-top: 22px
    }

        .rhr-header .language a {
            color: #aaa
        }

            .rhr-header .language a:hover, .rhr-header .language a.active {
                color: #666
            }

        .rhr-header .language span {
            display: inline-block;
            padding: 0 5px
        }

.slide-main {
    height: 540px;
    position: relative;
    background-color: #000
}

    .slide-main .prev, .slide-main .next {
        display: block;
        position: absolute;
        overflow: hidden;
        cursor: pointer;
        z-index: 222;
        background-color: rgba(0,0,0,0.3);
        top: 250px;
        width: 52px;
        height: 52px;
        border-radius: 100px
    }

    .slide-main .prev {
        left: 40px;
        padding-left: 14px
    }

    .slide-main .next {
        right: 40px;
        padding-left: 19px
    }

        .slide-main .prev i, .slide-main .next i {
            color: #fff;
            font-size: 50px
        }

        .slide-main .prev:hover i, .slide-main .next:hover i {
            color: #ee5a2f
        }

    .slide-main ul, .slide-main ul li {
        display: block;
        width: 100%;
        height: 540px;
        overflow: hidden
    }

    .slide-main ul {
        position: relative
    }

        .slide-main ul li {
            position: absolute;
            z-index: 8;
            display: none
        }

            .slide-main ul li a > img {
                position: absolute;
                top: 0;
                left: 50%;
                margin-left: -960px
            }

            .slide-main ul li a {
                display: block;
                height: 540px;
                cursor: pointer
            }

    .slide-main .item {
        display: none;
        position: absolute;
        left: 50%;
        bottom: 30px;
        height: 5px;
        z-index: 124
    }

        .slide-main .item a {
            display: block;
            width: 34px;
            height: 5px;
            float: left;
            overflow: hidden;
            background: rgba(255,255,255,0.2);
            margin: 0 4px
        }

            .slide-main .item a.cur {
                background: #fff
            }

.rhr-banner {
    height: 400px;
    position: relative;
    overflow: hidden
}

    .rhr-banner img {
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -960px
    }

.rhr-feature {
    display: table;
    text-align: center;
    padding: 40px 0
}

    .rhr-feature ul li {
        width: 20%;
        float: left
    }

        .rhr-feature ul li + li {
            border-left: 1px solid #e6e6e6
        }

        .rhr-feature ul li a {
            display: block
        }

        .rhr-feature ul li span {
            width: 48px;
            height: 48px;
            margin: 0 auto;
            display: block
        }

        .rhr-feature ul li:nth-child(1) span {
            background: url("../img/web/icon/icon-introduce-1.png")  no-repeat
        }

        .rhr-feature ul li:nth-child(2) span {
            background: url("../img/web/icon/icon-introduce-5.png")  no-repeat
        }

        .rhr-feature ul li:nth-child(3) span {
            background: url("../img/web/icon/icon-introduce-2.png")  no-repeat
        }

        .rhr-feature ul li:nth-child(4) span {
            background: url("../img/web/icon/icon-introduce-3.png") no-repeat
        }

        .rhr-feature ul li:nth-child(5) span {
            background: url("../img/web/icon/icon-introduce-4.png")  no-repeat
        }

        .rhr-feature ul li:nth-child(1):hover span {
            background: url("../img/web/icon/icon-introduce-1s.png")  no-repeat
        }

        .rhr-feature ul li:nth-child(2):hover span {
            background: url("../img/web/icon/icon-introduce-5s.png")  no-repeat
        }

        .rhr-feature ul li:nth-child(3):hover span {
            background: url("../img/web/icon/icon-introduce-2s.png")  no-repeat
        }

        .rhr-feature ul li:nth-child(4):hover span {
            background: url("../img/web/icon/icon-introduce-3s.png")  no-repeat
        }

        .rhr-feature ul li:nth-child(5):hover span {
            background: url("../img/web/icon/icon-introduce-4s.png")  no-repeat
        }

        .rhr-feature ul li h4 {
            font-size: 18px;
            padding-top: 5px;
            color: #444
        }

        .rhr-feature ul li p {
            font-size: 13px;
            color: #aaa;
            padding-top: 20px
        }

.rhr-foot {
    text-align: center;
    background: #57585a;
    border-top: 4px solid #ee5a2f;
    color: #e5e5e5;
    padding: 20px 0;
    line-height: 57px
}

    .rhr-foot .site {
        font-size: 14px
    }

    .rhr-foot .copyright {
        color: #ccc
    }

        .rhr-foot .copyright a span {
            color: #ccc
        }

        .rhr-foot .copyright a:hover span {
            color: #fff
        }

.free-consultation {
    position: fixed;
    right: 20px;
    bottom: 10px;
    background: #f0f0f0;
    width: 320px;
    border-radius: 3px;
    overflow: hidden;
    z-index: 99999
}

    .free-consultation h3 {
        background: #ee5a2f;
        color: #fff;
        line-height: 40px;
        font-size: 16px;
        padding-left: 10px;
        cursor: pointer
    }

        .free-consultation h3 i.fa {
            color: #fff;
            position: absolute;
            top: 0;
            right: 0;
            width: 40px;
            height: 40px;
            text-align: center;
            line-height: 40px;
            font-size: 16px
        }

            .free-consultation h3 i.fa:hover {
                background-color: rgba(0,0,0,0.1)
            }

    .free-consultation ol {
        overflow: hidden;
        border-bottom: 1px solid #ddd;
        padding: 10px 0
    }

        .free-consultation ol li {
            float: left;
            text-align: center;
            width: 50%;
            padding: 5px 0
        }

            .free-consultation ol li + li {
                border-left: 1px solid #ddd
            }

            .free-consultation ol li span {
                color: #333;
                font-size: 14px
            }

            .free-consultation ol li h4 {
                color: #ee5a2f;
                font-size: 18px;
                padding-top: 5px
            }

    .free-consultation ul {
        padding: 10px 0
    }

        .free-consultation ul li {
            padding: 4px 0;
            overflow: hidden;
            position: relative
        }

            .free-consultation ul li label {
                float: left;
                width: 90px;
                text-align: right;
                padding-right: 5px;
                line-height: 34px
            }

            .free-consultation ul li span {
                overflow: hidden;
                display: block;
                padding-right: 20px
            }

            .free-consultation ul li.submit-button {
                text-align: center
            }

            .free-consultation ul li span i.fa {
                position: absolute;
                top: 12px;
                right: 30px;
                font-size: 17px
            }

            .free-consultation ul li span select, .free-consultation ul li span input {
                width: 100%;
                height: 34px;
                border: 1px solid #c6c6c6;
                border-radius: 3px
            }

            .free-consultation ul li span select {
                text-indent: 2px;
                appearance: none;
                -webkit-appearance: none;
                -moz-appearance: none
            }

                .free-consultation ul li span select::-ms-expand {
                    display: none
                }

            .free-consultation ul li span input {
                text-indent: 5px
            }

            .free-consultation ul li span > div {
                padding-top: 6px;
                display: none
            }

            .free-consultation ul li button {
                background: #ee5a2f;
                color: #fff;
                border: 0;
                width: 100px;
                height: 34px;
                border-radius: 3px
            }

                .free-consultation ul li button:hover {
                    background-color: #c84200
                }

.rhr-block-title {
    font-size: 32px;
    color: #000;
    text-align: center;
    padding: 80px 0 70px
}
.rhr-training-content p {
    padding: 16px 0;
    font-size: 16px;
    color: #9D9EA8;
    text-align:center;
}

.rhr-block-title span {
    font-size: 18px;
    color: #aaa;
    padding-top: 20px;
    display: block
}

.rhr-subnav {
    background-color: #f7f8fa
}

    .rhr-subnav ul {
        display: table;
        margin: 0 auto
    }

    .rhr-subnav li {
        float: left;
        font-size: 16px;
        line-height: 60px;
        padding: 0 10px
    }

        .rhr-subnav li a {
            display: block;
            width: auto;
            text-align: center;
            border-bottom: 2px solid #f7f8fa;
            padding: 0 10px
        }

        .rhr-subnav li:hover a, .rhr-subnav li.active a {
            color: #ee5a2f;
            border-bottom: 2px solid #ee5a2f
        }

        .rhr-subnav li span {
            border-left: 1px solid #ddd;
            height: 20px;
            display: block;
            margin-top: 20px
        }

.rhr-partner-logo .content {
    padding-bottom: 80px
}

.rhr-partner-logo .two {
    display: none
}

.rhr-product > div, .rhr-product-banner > div {
    display: none
}

.rhr-talent-introduce .content ul {
    display: table;
    width: 100%;
    padding-bottom: 50px
}

.rhr-talent-introduce .content li {
    float: left;
    width: 279px;
    background-color: #000;
    font-size: 22px;
    line-height: 46px
}

    .rhr-talent-introduce .content li + li {
        margin-left: 28px
    }

    .rhr-talent-introduce .content li > div {
        color: #fff;
        position: relative;
        padding: 48px 0 0 30px;
        height: 190px
    }

    .rhr-talent-introduce .content li:nth-child(1) > div {
        background-color: #fb6c81
    }

    .rhr-talent-introduce .content li:nth-child(2) > div {
        background-color: #74c4fd
    }

    .rhr-talent-introduce .content li:nth-child(3) > div {
        background-color: #8996a6
    }

    .rhr-talent-introduce .content li:nth-child(4) > div {
        background-color: #8dcf5a
    }

.rhr-talent-content {
    height: 516px;
    position: relative;
    overflow: hidden
}

    .rhr-talent-content .bg {
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -960px;
        z-index: -1
    }

    .rhr-talent-content .content {
        margin: 0 -70px
    }

        .rhr-talent-content .content ul {
            display: table;
            width: 100%
        }

        .rhr-talent-content .content li {
            float: left;
            width: 20%;
            text-align: center;
            height: 300px
        }

            .rhr-talent-content .content li span {
                display: block;
                margin: 0 auto;
                background-color: #ee5a2f;
                width: 86px;
                height: 86px;
                border-radius: 100px;
                padding: 20px
            }

            .rhr-talent-content .content li h3 {
                font-size: 20px;
                padding-top: 40px
            }

            .rhr-talent-content .content li p {
                font-size: 14px;
                padding-top: 20px;
                line-height: 26px;
                color: rgba(255,255,255,0.8)
            }

    .rhr-talent-content h3, .rhr-talent-content p {
        color: #fff
    }

.rhr-talent-value {
    background-color: #f7f8fa
}

    .rhr-talent-value .content {
        margin: 0 -50px
    }

        .rhr-talent-value .content ul {
            display: table;
            width: 100%
        }

        .rhr-talent-value .content li {
            float: left;
            width: 20%;
            padding: 0 34px
        }

            .rhr-talent-value .content li i {
                line-height: 0;
                display: block;
                text-align: center
            }

            .rhr-talent-value .content li h3 {
                font-size: 20px;
                line-height: 26px;
                color: #333;
                text-align: center;
                padding-top: 30px
            }

            .rhr-talent-value .content li p {
                font-size: 14px;
                padding-top: 10px;
                line-height: 24px;
                color: #666
            }

.rhr-recruitment-data .content {
    margin: 0 -55px
}

.rhr-recruitment-data ul {
    display: table
}

.rhr-recruitment-data li {
    float: left;
    display: table;
    width: 33.333333%;
    padding: 0 55px;
    height: 160px
}

    .rhr-recruitment-data li .left {
        background-color: #eef6ff;
        float: left;
        width: 90px;
        height: 90px;
        border-radius: 100px;
        padding: 20px
    }

        .rhr-recruitment-data li .left img {
            height: 50px
        }

    .rhr-recruitment-data li .right {
        padding-left: 20px;
        overflow: hidden
    }

        .rhr-recruitment-data li .right h3 {
            font-size: 34px;
            color: #3a93f7;
            padding-top: 10px
        }

        .rhr-recruitment-data li .right p {
            font-size: 18px;
            padding-top: 10px
        }

.rhr-recruitment-data .foot-bg {
    height: 190px;
    position: relative;
    overflow: hidden;
    margin-top: -100px
}

    .rhr-recruitment-data .foot-bg img {
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -960px
    }

.rhr-recruitment-value {
    background-color: #3a93f7;
    color: #fff;
    padding-bottom: 60px
}

    .rhr-recruitment-value .content {
        margin: 0 -70px
    }

    .rhr-recruitment-value h3 {
        color: #fff
    }

    .rhr-recruitment-value ul {
        display: table;
        width: 100%
    }

    .rhr-recruitment-value li {
        float: left;
        width: 33.3333%;
        text-align: center
    }

        .rhr-recruitment-value li span {
            display: block;
            width: 160px;
            height: 160px;
            border-radius: 100px;
            margin: 0 auto;
            border: 10px solid rgba(255,255,255,0.1);
            overflow: hidden
        }

            .rhr-recruitment-value li span img {
                background-color: rgba(255,255,255,0.2);
                width: 140px;
                padding: 27px
            }

        .rhr-recruitment-value li h3 {
            font-size: 32px;
            padding-top: 40px
        }

        .rhr-recruitment-value li p {
            font-size: 16px;
            line-height: 30px
        }

        .rhr-recruitment-value li i.line {
            display: block;
            width: 40px;
            border-top: 2px solid #fffa64;
            margin: 20px auto 15px
        }

.rhr-recruitment-content .content {
    display: table;
    width: 100%
}

    .rhr-recruitment-content .content > div {
        width: 584px;
        position: relative
    }

        .rhr-recruitment-content .content > div i.line {
            border-left: 1px solid #e6e6e6;
            height: 110px;
            position: absolute;
            left: 50%;
            top: 220px
        }

.rhr-recruitment-content .left {
    float: left
}

.rhr-recruitment-content .right {
    float: right
}

.rhr-recruitment-content .title-img {
    position: relative;
    background-color: #000
}

    .rhr-recruitment-content .title-img span {
        font-size: 32px;
        position: absolute;
        left: 40px;
        bottom: 20px;
        color: #fff
    }

        .rhr-recruitment-content .title-img span img {
            margin-right: 20px
        }

.rhr-recruitment-content ul {
    display: table;
    width: 100%;
    border: 1px solid #e6e6e6;
    height: 155px;
    padding: 15px 0
}

.rhr-recruitment-content li {
    width: 50%;
    float: left;
    padding: 8px 0 8px 50px
}

    .rhr-recruitment-content li i.fa {
        margin-right: 10px
    }

    .rhr-recruitment-content li span {
        font-size: 18px
    }

.rhr-recruitment-process {
    background-color: #f7f8fa;
    position: relative
}

    .rhr-recruitment-process .bg {
        height: 160px;
        position: relative;
        overflow: hidden;
        background-color: #ee5a2f
    }

        .rhr-recruitment-process .bg img {
            position: absolute;
            top: 0;
            left: 50%;
            margin-left: -960px
        }

    .rhr-recruitment-process .rhr-block-title {
        color: #fff;
        position: absolute;
        top: 42px;
        left: 0;
        width: 100%;
        padding: 0
    }

        .rhr-recruitment-process .rhr-block-title span {
            color: #fff
        }

    .rhr-recruitment-process ul {
        display: table;
        width: 100%;
        position: relative;
        z-index: 1;
        padding: 30px 0;
        margin-top: 30px
    }

    .rhr-recruitment-process li {
        width: 20%;
        float: left;
        text-align: center;
        padding: 0 37px
    }

        .rhr-recruitment-process li span {
            border: 10px solid #ffc1af;
            display: block;
            width: 60px;
            height: 60px;
            border-radius: 100px;
            margin: 0 auto;
            overflow: hidden;
            background-color: #ee5a2f
        }

            .rhr-recruitment-process li span i {
                color: #fff;
                background-color: #ee5a2f;
                display: block;
                width: 40px;
                height: 40px;
                line-height: 40px;
                font-size: 20px
            }

        .rhr-recruitment-process li h3 {
            font-size: 18px;
            padding-top: 30px
        }

        .rhr-recruitment-process li p {
            font-size: 14px;
            padding-top: 10px;
            line-height: 24px
        }

    .rhr-recruitment-process .content {
        position: relative;
        margin: 0 -37px
    }

        .rhr-recruitment-process .content i.line {
            position: absolute;
            border-top: 1px solid #ee5a2f;
            left: 120px;
            right: 120px;
            top: 60px
        }

.rhr-business-introduce .content {
    margin: 0 -12px;
    padding-bottom: 60px
}

.rhr-business-introduce ul {
    display: table;
    width: 100%
}

.rhr-business-introduce li {
    position: relative;
    text-align: center;
    width: 282px;
    float: left;
    background-color: #000
}

    .rhr-business-introduce li + li {
        margin-left: 32px
    }

    .rhr-business-introduce li .title {
        position: absolute;
        top: 40px;
        left: 30px;
        color: #fff;
        text-align: left;
        right: 27px
    }

        .rhr-business-introduce li .title h3 {
            font-size: 23px
        }

        .rhr-business-introduce li .title p {
            font-size: 16px;
            padding-top: 15px;
            line-height: 24px
        }

.rhr-business-content {
    height: 611px;
    position: relative;
    overflow: hidden
}

    .rhr-business-content > img {
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -960px
    }

    .rhr-business-content .rhr-width {
        position: relative;
        z-index: 1
    }

    .rhr-business-content .rhr-block-title {
        color: #fff
    }

    .rhr-business-content .content {
        margin: 0 -10px
    }

    .rhr-business-content ul {
        display: table;
        width: 100%
    }

    .rhr-business-content li {
        width: 33.3333%;
        float: left;
        padding: 10px
    }

        .rhr-business-content li .bg {
            background-color: #fff;
            padding: 35px 10px 0;
            display: table;
            width: 100%;
            height: 150px
        }

        .rhr-business-content li .left {
            float: left;
            width: 90px;
            text-align: center
        }

            .rhr-business-content li .left img {
                width: 50px;
                opacity: .6
            }

        .rhr-business-content li .right {
            overflow: hidden
        }

            .rhr-business-content li .right h3 {
                font-size: 20px;
                color: #000
            }

            .rhr-business-content li .right p {
                font-size: 14px;
                padding-top: 10px
            }

.rhr-business-scene .content {
    margin: 0 -14px
}

.rhr-business-scene ul {
    display: table;
    width: 100%
}

.rhr-business-scene li {
    position: relative;
    text-align: center;
    width: 280px;
    float: left;
    background-color: #000
}

    .rhr-business-scene li + li {
        margin-left: 36px
    }

    .rhr-business-scene li .title {
        position: absolute;
        top: 40px;
        left: 45px;
        color: #fff;
        text-align: left
    }

        .rhr-business-scene li .title h3 {
            font-size: 24px
        }

        .rhr-business-scene li .title p {
            font-size: 14px;
            padding-top: 15px;
            line-height: 24px
        }

.rhr-training-introduce {
    background-color: #f0f2f5;
    border-top: 1px solid #ddd
}

    .rhr-training-introduce .content {
        margin: 0 -20px
    }

    .rhr-training-introduce ul {
        display: table;
        width: 100%
    }

    .rhr-training-introduce li {
        display: table;
        width: 20%;
        float: left;
        height: 200px;
        text-align: center;
        padding-right:40px;
   
    }
.rhr-training-introduce ul li .divli {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #343643;
    width:80%;
    text-align: left;
    border-bottom: 1px solid #E6E7E9;
}
    .rhr-training-introduce ul li .divli i {
        position: absolute;
        top: 30px;
        left: 0;
        display: inline-block;
        width: 96px;
        height: 1px;
        background: #343643;
    }

        .rhr-training-introduce li .right {
            overflow: hidden;
            padding-top: 30px
        }

            .rhr-training-introduce li .right h3 {
                font-size: 20px;
                color: #000
            }

            .rhr-training-introduce li .right p {
                font-size: 14px;
                padding-bottom: 50px;
                /*padding-top: 5px;*/
                color: #999;
                text-align:left;
            }

.rhr-training-content ul {
    display: table;
    width: 100%;
    padding-bottom: 30px
}

.rhr-training-content li {
    float: left;
    text-align: center;
    width: 33.33333%
}

    .rhr-training-content li span {
        display: block;
        margin: 0 auto;
        line-height: 0;
        width: 220px;
        background-color: #000
    }

    .rhr-training-content li h3 {
        font-size: 20px;
        padding-top: 30px;
        color: #000
    }

    .rhr-training-content li p {
        font-size: 14px;
        padding-top: 10px;
        line-height: 26px
    }

.rhr-training-value {
    background-color: #4e74a2;
    color: #fff
}

    .rhr-training-value .rhr-block-title {
        color: #fff
    }

    .rhr-training-value .content {
        display: table;
        width: 100%;
        padding-bottom: 80px
    }

    .rhr-training-value .left {
        float: left
    }

    .rhr-training-value .right {
        overflow: hidden;
        padding-left: 100px;
        padding-top: 60px
    }

        .rhr-training-value .right ul {
            display: table;
            width: 100%
        }

        .rhr-training-value .right li {
            padding-left: 60px;
            position: relative;
            width: 50%;
            float: left;
            height: 100px
        }

            .rhr-training-value .right li h3 {
                font-size: 20px
            }

            .rhr-training-value .right li p {
                font-size: 14px;
                padding-top: 5px
            }

            .rhr-training-value .right li i {
                position: absolute;
                top: 0;
                left: 0;
                width: 45px;
                cursor: inherit
            }

.rhr-senior-introduce {
    padding: 0 0 80px;
    text-align: center
}

    .rhr-senior-introduce .rhr-width {
        overflow: hidden
    }

    .rhr-senior-introduce ul {
        overflow: hidden;
        width: 856px;
        margin: 0 auto;
        color: #fff
    }

        .rhr-senior-introduce ul li {
            border: 1px solid #ccc;
            border-radius: 200px;
            padding: 10px;
            width: 172px;
            height: 172px;
            float: left
        }

            .rhr-senior-introduce ul li + li {
                margin-left: 170px
            }

            .rhr-senior-introduce ul li:nth-child(1) {
                font-size: 28px;
                border-color: #539af2
            }

            .rhr-senior-introduce ul li:nth-child(2) {
                font-size: 24px;
                border-color: #8dcf5a
            }

            .rhr-senior-introduce ul li:nth-child(3) {
                font-size: 22px;
                border-color: #fb6c81
            }

            .rhr-senior-introduce ul li span {
                display: block;
                height: 150px;
                border-radius: 200px;
                padding-top: 43px
            }

            .rhr-senior-introduce ul li:nth-child(1) span {
                background-color: #539af2
            }

            .rhr-senior-introduce ul li:nth-child(2) span {
                background-color: #8dcf5a
            }

            .rhr-senior-introduce ul li:nth-child(3) span {
                background-color: #fb6c81;
                padding-top: 18px
            }

            .rhr-senior-introduce ul li em {
                font-size: 16px
            }

    .rhr-senior-introduce .row {
        font-size: 16px;
        padding: 0 240px
    }

    .rhr-senior-introduce .bottom-text {
        font-size: 16px
    }

.rhr-senior-value {
    height: 504px;
    position: relative;
    overflow: hidden;
    background-color: #000
}

    .rhr-senior-value > img {
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -960px
    }

    .rhr-senior-value .rhr-width {
        position: relative;
        z-index: 1;
        color: #fff
    }

    .rhr-senior-value .rhr-block-title {
        color: #fff;
        padding: 80px 0 0
    }

        .rhr-senior-value .rhr-block-title span {
            color: #fff
        }

    .rhr-senior-value .content {
        color: #fff;
        padding: 0 0 0 171px;
        font-size: 14px;
        line-height: 62px
    }

.rhr-senior-content {
    overflow: hidden
}

    .rhr-senior-content .content > div {
        float: left;
        width: 50%;
        padding: 0 100px;
        text-align: center
    }

        .rhr-senior-content .content > div span {
            display: block;
            width: 130px;
            height: 130px;
            border-radius: 100px;
            margin: 0 auto;
            background-color: #7755f9;
            padding: 25px
        }

        .rhr-senior-content .content > div p {
            text-align: left;
            font-size: 16px;
            line-height: 24px;
            margin-top: 30px
        }

.rhr-senior-process .rhr-width {
    position: relative;
  
}

.rhr-senior-process .content {
    padding-bottom: 0
}

.rhr-senior-process ul {
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin: 0 -20px
}

    .rhr-senior-process ul li {
        float: left;
        width: 16.6%;
        height: 380px
    }

        .rhr-senior-process ul li span {
            font-size: 24px;
            width: 130px;
            height: 130px;
            border-radius: 100px;
            background-color: #7755f9;
            color: #fff;
            display: block;
            margin: 0 auto;
            text-align: center;
            line-height: 130px
        }

        .rhr-senior-process ul li p {
            padding: 0 20px;
            line-height: 24px;
            margin-top: 30px;
            font-size: 14px
        }

.rhr-senior-process i.line {
    position: absolute;
    border-top: 1px solid #7755f9;
    left: 120px;
    right: 120px;
    top: 250px
}

.rhr-about-us > div {
    display: none
}

.rhr-introduce-details {
    padding: 50px 0
}

    .rhr-introduce-details .content {
        overflow: hidden
    }

    .rhr-introduce-details .introduce {
        font-size: 14px;
        line-height: 24px
    }

        .rhr-introduce-details .introduce p {
            padding: 10px 0
        }

    .rhr-introduce-details ul {
        overflow: hidden;
        margin: 40px -80px 0
    }

    .rhr-introduce-details li {
        float: left;
        width: 33.3333%;
        text-align: center
    }

        .rhr-introduce-details li span {
            display: block;
            height: 113px;
            padding-top: 10px
        }

            .rhr-introduce-details li span img {
                width: 83px
            }

        .rhr-introduce-details li h3 {
            font-size: 24px;
            color: #333
        }

        .rhr-introduce-details li p {
            font-size: 14px;
            margin-top: 10px;
            color: #999
        }

.rhr-introduce-certification {
    background-color: #f7f8fa;
    padding-bottom: 50px
}

    .rhr-introduce-certification span {
        display: inline-block;
        padding: 0 3px
    }

.rhr-introduce-team ul {
    overflow: hidden;
    color: #fff
}

.rhr-introduce-team li {
    float: left;
    width: 365px;
    position: relative
}

    .rhr-introduce-team li + li {
        margin-left: 52px
    }

    .rhr-introduce-team li .bg {
        background-color: rgba(0,0,0,0.6);
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100px
    }

    .rhr-introduce-team li .text {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 25px 30px 20px
    }

        .rhr-introduce-team li .text h3 {
            font-size: 26px
        }

        .rhr-introduce-team li .text span {
            font-size: 16px;
            display: block;
            margin-top: 7px
        }

        .rhr-introduce-team li .text p {
            font-size: 14px;
            margin-top: 12px;
            line-height: 27px;
            display: none
        }

    .rhr-introduce-team li:hover .bg {
        height: 100%
    }

    .rhr-introduce-team li:hover .text p {
        display: block
    }

.rhr-introduce-years {
    height: 447px;
    position: relative;
    overflow: hidden;
    margin-top: 50px
}

    .rhr-introduce-years .rhr-width {
        width: 1160px
    }

    .rhr-introduce-years > img {
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -960px
    }

    .rhr-introduce-years .rhr-width {
        position: relative;
        z-index: 1;
        color: #fff
    }

    .rhr-introduce-years ul {
        overflow: hidden;
        height: 447px
    }

    .rhr-introduce-years li {
        width: 540px;
        text-align: center;
        position: absolute;
        margin-left: -270px;
        left: -36px
    }

        .rhr-introduce-years li:nth-child(2) {
            left: 85px
        }

        .rhr-introduce-years li:nth-child(3) {
            left: 240px
        }

        .rhr-introduce-years li:nth-child(4) {
            left: 420px
        }

        .rhr-introduce-years li:nth-child(5) {
            left: 640px
        }

        .rhr-introduce-years li:nth-child(6) {
            left: 865px
        }

        .rhr-introduce-years li:nth-child(7) {
            left: 1095px
        }

        .rhr-introduce-years li.even {
            bottom: 233px
        }

        .rhr-introduce-years li.odd {
            top: 233px
        }

        .rhr-introduce-years li i {
            display: block;
            border-radius: 100px;
            border: 1px solid #fff;
            padding: 5px;
            margin: 15px auto;
            width: 18px;
            background-color: #444a58
        }

            .rhr-introduce-years li i em {
                display: block;
                width: 6px;
                height: 6px;
                border-radius: 10px;
                background-color: #fff
            }

        .rhr-introduce-years li.even i {
            margin-bottom: -18px
        }

        .rhr-introduce-years li.odd i {
            margin-top: -18px
        }

        .rhr-introduce-years li h3 {
            font-size: 32px;
            color: rgba(255,255,255,0.6)
        }

        .rhr-introduce-years li p {
            font-size: 14px;
            line-height: 22px;
            padding-top: 8px
        }

    .rhr-introduce-years i.line {
        position: absolute;
        border-top: 1px solid #fff;
        left: 0;
        right: 0;
        top: 223px;
        opacity: .2
    }

.rhr-us-recruitment .tab-nav {
    overflow: hidden;
    margin-top: 30px
}

    .rhr-us-recruitment .tab-nav li {
        float: left;
        font-size: 18px;
        width: 100px;
        height: 50px
    }

        .rhr-us-recruitment .tab-nav li span {
            padding: 8px 0 0 4px;
            display: block;
            cursor: pointer;
            float: left
        }

        .rhr-us-recruitment .tab-nav li.active, .rhr-us-recruitment .tab-nav li:hover {
            color: #000;
            font-size: 24px
        }

            .rhr-us-recruitment .tab-nav li.active span, .rhr-us-recruitment .tab-nav li:hover span {
                padding: 0
            }

.rhr-us-recruitment .tab-content {
    padding-bottom: 50px
}

    .rhr-us-recruitment .tab-content > div {
        display: none
    }

        .rhr-us-recruitment .tab-content > div.active {
            display: block
        }

    .rhr-us-recruitment .tab-content li {
        background-color: #f0f2f5;
        margin-top: 20px
    }

        .rhr-us-recruitment .tab-content li > a {
            display: block
        }

        .rhr-us-recruitment .tab-content li .title {
            position: relative;
            cursor: pointer;
            padding: 25px
        }

            .rhr-us-recruitment .tab-content li .title i {
                position: absolute;
                top: 30px;
                right: 25px
            }

        .rhr-us-recruitment .tab-content li.active .title i {
            transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            -moz-transform: rotate(180deg)
        }

        .rhr-us-recruitment .tab-content li .title span {
            font-size: 24px;
            color: #000
        }

        .rhr-us-recruitment .tab-content li .text {
            display: none;
            padding: 0 25px
        }

        .rhr-us-recruitment .tab-content li.active .text {
            display: block
        }

        .rhr-us-recruitment .tab-content li h4 {
            font-size: 20px;
            color: #333
        }

        .rhr-us-recruitment .tab-content li p {
            font-size: 15px;
            line-height: 34px;
            padding: 8px 0 25px;
            color: #777
        }

            .rhr-us-recruitment .tab-content li p a {
                color: #39f;
                text-decoration: underline
            }

            .rhr-us-recruitment .tab-content li p .red {
                color: red
            }

.rhr-contact-list {
    padding-bottom: 30px
}

    .rhr-contact-list .consult {
        overflow: hidden;
        height: 185px;
        position: relative;
        background-color: #f8f9fb;
        padding-top: 60px;
        margin-top: 30px
    }

        .rhr-contact-list .consult > img {
            position: absolute;
            top: 0;
            left: 0;
            opacity: .4
        }

        .rhr-contact-list .consult > div {
            float: left;
            width: 50%;
            overflow: hidden;
            position: relative;
            z-index: 1;
            padding-left: 130px
        }

        .rhr-contact-list .consult .recruitment {
            border-left: 1px solid #ddd
        }

        .rhr-contact-list .consult .left {
            float: left;
            width: 72px;
            height: 72px
        }

        .rhr-contact-list .consult .right {
            overflow: hidden;
            padding-left: 40px
        }

            .rhr-contact-list .consult .right p {
                font-size: 16px;
                padding-top: 5px
            }

            .rhr-contact-list .consult .right h3 {
                font-size: 32px;
                color: #333;
                padding-top: 10px
            }

    .rhr-contact-list ul {
        overflow: hidden;
        margin: 50px -10px 0
    }

    .rhr-contact-list li {
        width: 33.333333%;
        float: left;
        padding: 0 10px
    }

        .rhr-contact-list li > div {
            border-top: 1px dashed #ddd;
            padding: 30px 0 30px 5px
        }

        .rhr-contact-list li:nth-child(1) > div, .rhr-contact-list li:nth-child(2) > div, .rhr-contact-list li:nth-child(3) > div {
            border: 0
        }

        .rhr-contact-list li h3 {
            font-size: 16px;
            color: #000
        }

        .rhr-contact-list li p {
            font-size: 13px;
            padding-top: 10px;
            color: #999
        }

.rhr-contact-contact-top {
    height: 36px;
    position: relative;
    overflow: hidden
}

    .rhr-contact-contact-top > img {
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -960px
    }

.rhr-contact-contact {
    background-color: #f8f9fa;
    position: relative;
    height: 160px;
    overflow: hidden
}

    .rhr-contact-contact .rhr-width {
        position: relative;
        padding-top: 35px
    }

    .rhr-contact-contact i {
        position: absolute;
        font-size: 22em;
        opacity: .03;
        color: #000;
        top: -180px;
        left: -300px;
        cursor: initial
    }

        .rhr-contact-contact i:nth-child(2) {
            left: auto;
            right: 0
        }

        .rhr-contact-contact i:nth-child(3) {
            left: 370px;
            top: 20px
        }

    .rhr-contact-contact .rhr-width > div {
        float: left;
        width: 50%
    }

    .rhr-contact-contact h3 {
        font-size: 24px;
        color: #000
    }

    .rhr-contact-contact p {
        font-size: 16px;
        color: #888;
        padding-top: 10px;
        line-height: 30px
    }

.rhr-investors-content {
    padding: 50px 0;
    width: 1201px
}

    .rhr-investors-content ul {
        overflow: hidden;
        color: #333
    }

        .rhr-investors-content ul > li {
            float: left;
            width: 233px
        }

            .rhr-investors-content ul > li + li {
                margin-left: 9px
            }

            .rhr-investors-content ul > li h3 {
                font-size: 16px;
                padding-top: 15px
            }

            .rhr-investors-content ul > li p {
                line-height: 50px;
                color: #aaa
            }

            .rhr-investors-content ul > li label {
                display: block;
                overflow: hidden
            }

            .rhr-investors-content ul > li > div {
                border: 1px solid #ebebeb;
                border-top: 0;
                height: 130px;
                padding: 5px 10px
            }

    .rhr-investors-content ol {
        padding: 10px 0 7px;
        font-size: 12px;
        line-height: 21px
    }

        .rhr-investors-content ol > li {
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis
        }

            .rhr-investors-content ol > li a {
                color: #333
            }

                .rhr-investors-content ol > li a:hover {
                    text-decoration: underline
                }

.rhr-investors-address {
    background-color: #f7f8fa;
    line-height: 55px;
    font-size: 14px
}

.rhr-investors-years {
    overflow: hidden;
    padding: 0 210px 0 300px
}

    .rhr-investors-years .left {
        width: 300px;
        position: absolute;
        top: 670px;
        left: 50%;
        margin-left: -600px
    }

        .rhr-investors-years .left.floating {
            position: fixed;
            top: 100px
        }

        .rhr-investors-years .left .line {
            border-left: 1px solid #ccc;
            height: 150px;
            position: absolute;
            top: 25px;
            left: 34px
        }

        .rhr-investors-years .left ul {
            margin-left: 30px
        }

            .rhr-investors-years .left ul li {
                font-size: 14px;
                position: relative;
                line-height: 50px;
                height: 50px;
                padding-left: 17px;
                color: #aaa
            }

                .rhr-investors-years .left ul li i {
                    width: 7px;
                    height: 7px;
                    border-radius: 10px;
                    display: block;
                    background-color: #ccc;
                    position: absolute;
                    top: 21px;
                    left: 1px
                }

                .rhr-investors-years .left ul li a:hover, .rhr-investors-years .left ul li.active a {
                    color: #ee5a2f;
                    font-size: 18px
                }

                    .rhr-investors-years .left ul li a:hover i, .rhr-investors-years .left ul li.active i {
                        background-color: #ee5a2f;
                        width: 9px;
                        height: 9px;
                        left: 0;
                        top: 20px
                    }

    .rhr-investors-years .right {
        margin-top: 30px
    }

        .rhr-investors-years .right .years {
            padding-bottom: 50px
        }

            .rhr-investors-years .right .years h3 {
                font-size: 28px;
                color: #333
            }

                .rhr-investors-years .right .years h3 span {
                    display: inline-block;
                    width: 100px
                }

        .rhr-investors-years .right ul {
            padding-left: 100px;
            margin-top: -38px
        }

        .rhr-investors-years .right .years:first-child ul {
            margin-top: 20px
        }

        .rhr-investors-years .right .years ul li {
            height: 70px;
            position: relative
        }

            .rhr-investors-years .right .years ul li h5 {
                font-size: 14px;
                padding: 10px 50px 10px 0
            }

            .rhr-investors-years .right .years ul li span {
                color: #aaa
            }

            .rhr-investors-years .right .years ul li i.fa {
                position: absolute;
                top: 7px;
                right: 0;
                background-color: #e3e4e6;
                text-align: center;
                color: #fff;
                width: 26px;
                height: 26px;
                line-height: 26px;
                border-radius: 30px;
                font-size: 18px;
                padding-left: 3px
            }

            .rhr-investors-years .right .years ul li a:hover {
                color: #ee5a2f
            }

                .rhr-investors-years .right .years ul li a:hover i.fa {
                    background-color: #ee5a2f
                }

.rhr-investors-governance {
    padding: 30px 120px
}

    .rhr-investors-governance h3 {
        font-size: 28px;
        color: #333
    }

    .rhr-investors-governance .content {
        font-size: 14px;
        line-height: 27px;
        padding: 20px 0 50px
    }

        .rhr-investors-governance .content p {
            padding: 8px 0
        }

.rhr-news-list {
    padding: 30px 0 20px
}

    .rhr-news-list .list {
        margin: 0 -20px
    }

        .rhr-news-list .list ul {
            overflow: hidden
        }

        .rhr-news-list .list li {
            width: 50%;
            float: left;
            overflow: hidden;
            padding: 10px
        }

            .rhr-news-list .list li a {
                display: block
            }

            .rhr-news-list .list li .left {
                float: left;
                width: 160px;
                height: 160px;
                overflow: hidden
            }

                .rhr-news-list .list li .left img {
                    width: 160px;
                    height: 160px
                }

            .rhr-news-list .list li .right {
                overflow: hidden;
                background-color: #fff;
                padding: 0 20px;
                height: 160px;
                position: relative
            }

                .rhr-news-list .list li .right h3 {
                    font-size: 18px;
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    margin-top: 25px;
                    color: #000
                }

                .rhr-news-list .list li .right p {
                    font-size: 13px;
                    line-height: 22px;
                    margin-top: 15px;
                    color: #999
                }

                .rhr-news-list .list li .right h5 {
                    font-size: 13px;
                    position: absolute;
                    left: 20px;
                    bottom: 20px;
                    color: #c5c5c5
                }

            .rhr-news-list .list li.master {
                height: 540px;
                padding-left: 20px
            }

                .rhr-news-list .list li.master .left {
                    width: 100%;
                    height: 360px;
                    overflow: hidden
                }

                    .rhr-news-list .list li.master .left img {
                        width: 590px;
                        height: 590px;
                        margin-top: -115px
                    }

                .rhr-news-list .list li.master .right {
                    width: 100%
                }

            .rhr-news-list .list li:hover .right h3 {
                color: #ea5404
            }

    .rhr-news-list .pagination {
        display: table;
        margin: 0 auto
    }

        .rhr-news-list .pagination li {
            display: table;
            float: left;
            padding: 0 5px
        }

            .rhr-news-list .pagination li a {
                display: table
            }

            .rhr-news-list .pagination li.disabled a {
                border: 0;
                background-color: transparent
            }

            .rhr-news-list .pagination li.disabled:nth-child(1) {
                display: none
            }

            .rhr-news-list .pagination li.disabled:nth-child(2) {
                display: none
            }

            .rhr-news-list .pagination li.disabled:nth-last-child(1) {
                display: none
            }

            .rhr-news-list .pagination li.disabled:nth-last-child(2) {
                display: none
            }

            .rhr-news-list .pagination li a {
                color: #666;
                padding: 0 11px;
                font-size: 14px;
                line-height: 32px;
                min-width: 34px;
                text-align: center;
                border-radius: 3px
            }

            .rhr-news-list .pagination li.active a {
                background-color: #ea5404;
                border-color: #ea5404;
                color: #fff
            }

.rhr-news-detail-return {
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
    margin-top: 10px;
    font-size: 14px
}

    .rhr-news-detail-return a {
        color: #999
    }

        .rhr-news-detail-return a:hover {
            color: #ea5404
        }

.rhr-news-detail {
    overflow: hidden
}

    .rhr-news-detail .left {
        float: left;
        width: 880px;
        padding-bottom: 50px
    }

        .rhr-news-detail .left .title {
            font-size: 24px;
            color: #000;
            margin-top: 36px
        }

        .rhr-news-detail .left .time {
            font-size: 13px;
            color: #aaa;
            margin: 15px 0 30px
        }

        .rhr-news-detail .left .content {
            color: #444
        }

            .rhr-news-detail .left .content img {
                max-width: 85%
            }

            .rhr-news-detail .left .content p, .rhr-news-detail .left .content span, .rhr-news-detail .left .content {
                font-size: 14px !important;
                font-family: "微软雅黑" !important;
                line-height: 30px !important;
                padding: 0 !important;
                margin: 0 !important;
                text-indent: 0 !important;
                text-align: left !important
            }

                .rhr-news-detail .left .content ul {
                    padding-left: 40px
                }

                .rhr-news-detail .left .content li {
                    list-style: inherit
                }

    .rhr-news-detail .right {
        overflow: hidden;
        padding-left: 30px
    }

        .rhr-news-detail .right h3 {
            font-size: 18px;
            color: #000;
            margin-top: 46px
        }

            .rhr-news-detail .right h3 i.icon {
                background-color: red;
                width: 4px;
                height: 17px;
                display: block;
                float: left;
                margin-right: 10px
            }

        .rhr-news-detail .right ul {
            margin-top: 20px;
            padding-left: 16px
        }

            .rhr-news-detail .right ul li {
                padding: 10px 0;
                list-style-type: disc
            }

                .rhr-news-detail .right ul li + li {
                    border-top: 1px dotted #ccc
                }

                .rhr-news-detail .right ul li a {
                    line-height: 21px;
                    font-size: 14px
                }

                    .rhr-news-detail .right ul li a:hover {
                        color: #ea5404
                    }
 /*floor 基于开源生态的项目管理平台*/

.main-container .wt-project-bg {
    background-color: #f9f9f9;
    background-size: 100% 100%;
}

.main-container .wt-project {
    padding: 80px;
    height: 316px;
}

    .main-container .wt-project .wt-project-item {
        overflow: hidden;
        position: absolute;
        width: 1120px;
        top: 44px;
        left: -42px;
    }

        .main-container .wt-project .wt-project-item li {
            float: left;
            text-align: center;
            margin-right: 82px;
        }

            .main-container .wt-project .wt-project-item li:last-child {
                margin-right: 0;
            }

            .main-container .wt-project .wt-project-item li > div {
                width: 80px;
                height: 80px;
                border-radius: 100%;
                background: #fff;
                text-align: center;
            }

                .main-container .wt-project .wt-project-item li > div img {
                    margin-top: 21px;
                    width: 38px;
                    height: 38px;
                }

            .main-container .wt-project .wt-project-item li p {
                line-height: 30px;
                font-size: 14px;
                color: #343643;
            }

    .main-container .wt-project .wt-project-line {
        position: relative;
        width: 972px;
        height: 90px;
        margin: 0 auto;
        border: 1px solid #FB7F62;
    }

    .main-container .wt-project .wt-project-title {
        position: absolute;
        top: -24px;
        left: 311px;
        background: #F9F9F9 ;
        padding: 10px 20px;
        font-size: 22px;
        font-weight: 500;
        color: #343643;
        line-height: 30px;
    }