﻿

.vide-head-img {
    width: 100%;
    overflow: hidden;
    height: 500px;
    background-image: url('../../Images/MyImage/banner5.jpg');
    background-position: center;
    background-repeat: no-repeat;
    min-width: 1200px;
}

.vide-enum {
    position: relative;
    margin-top: 50px;
    line-height: 36px;
    font-size: 20px;
    color: #424242;
    font-family: MicrosoftYaHei;
}

    .vide-enum .hoverLi {
        display: block;
        /*background-color: rgba(0,103,188,0.2);*/
        position: absolute;
        height: 36px;
        border-right: 4px solid #0066FF;
        box-sizing: border-box;
        top: 0;
        z-index: -1;
        transition: all 0.3s ease-in-out;
    }

    .vide-enum li {
        width: 100%;
        margin-bottom: 29px;
        text-align: right;
        box-sizing: border-box;
        padding-right: 60px;
        cursor: pointer;
    }

        .vide-enum li:nth-of-type(1).vide-enum-active ~ .hoverLi {
            transform: translateY(0);
        }

        .vide-enum li:nth-of-type(2).vide-enum-active ~ .hoverLi {
            transform: translateY(65px);
        }

        .vide-enum li:nth-of-type(3).vide-enum-active ~ .hoverLi {
            transform: translateY(130px);
        }

        .vide-enum li:nth-of-type(4).vide-enum-active ~ .hoverLi {
            transform: translateY(195px);
        }

        .vide-enum li:nth-of-type(5).vide-enum-active ~ .hoverLi {
            transform: translateY(260px);
        }

        .vide-enum li:nth-of-type(6).vide-enum-active ~ .hoverLi {
            transform: translateY(325px);
        }

        .vide-enum li:nth-of-type(1):hover ~ .hoverLi {
            transform: translateY(0);
        }

        .vide-enum li:nth-of-type(2):hover ~ .hoverLi {
            transform: translateY(65px);
        }

        .vide-enum li:nth-of-type(3):hover ~ .hoverLi {
            transform: translateY(130px);
        }

        .vide-enum li:nth-of-type(4):hover ~ .hoverLi {
            transform: translateY(195px);
        }

        .vide-enum li:nth-of-type(5):hover ~ .hoverLi {
            transform: translateY(260px);
        }

        .vide-enum li:nth-of-type(6):hover ~ .hoverLi {
            transform: translateY(325px);
        }

.vide-enum-active > *, .vide-enum-active a:hover {
    color: #0066FF;
}

.vide-content {
    border-left: 1px solid #D2D2D2;
    /*overflow: hidden;*/
    margin-bottom: 150px;
}

.vide-recruit-item {
    margin: 0 auto 10px 140px;
    border-top: 1px solid transparent;
}

.vide-item-title {
    color: #424242;
    font-size: 30px;
    text-align: left;
    font-weight: bold;
    margin-top: 40px;
}

.vide-item-text {
    margin-top: 15px;
    color: #A6A6A6;
    text-align: justify;
    text-align-last: left;
    -moz-text-align-last: right;
    font-size: 18px;
    line-height: 32px;
}
/***培训与晋升**/
#wrapper {
    width: 100%;
    height: 600px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 17px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
    overflow: hidden;
}

.icon {
    position: relative;
    width: 32px;
    height: 32px;
    display: block;
    fill: rgba(51, 51, 51, 0.5);
    margin-right: 20px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

    .icon.active {
        fill: #E74C3C;
    }

    .icon.big {
        width: 64px;
        height: 64px;
        fill: rgba(51, 51, 51, 0.5);
    }

#left-side {
    height: 70%;
    width: 160px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    #left-side ul {
        margin-left: 0;
        margin-right: auto;
    }

        #left-side ul li {
            padding-top: 10px;
            padding-bottom: 10px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            line-height: 34px;
            color: rgba(51, 51, 51, 0.5);
            font-weight: 500;
            cursor: pointer;
            -webkit-transition: all .2s ease-out;
            transition: all .2s ease-out;
        }

            #left-side ul li:hover {
                color: #333333;
                -webkit-transition: all .2s ease-out;
                transition: all .2s ease-out;
            }

                #left-side ul li:hover > .icon {
                    fill: #333;
                }

            #left-side ul li.active {
                color: #333333;
            }

                #left-side ul li.active:hover > .icon {
                    fill: #E74C3C;
                }

#border {
    height: 288px;
    width: 1px;
    background-color: rgba(51, 51, 51, 0.2);
}

    #border #exline.one {
        width: 5px;
        height: 54px;
        background-color: #E74C3C;
        margin-left: -2px;
        margin-top: 65px;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

    #border #exline.two {
        width: 5px;
        height: 54px;
        background-color: #E74C3C;
        margin-left: -2px;
        margin-top: 109px;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

    #border #exline.three {
        width: 5px;
        height: 54px;
        background-color: #E74C3C;
        margin-left: -2px;
        margin-top: 163px;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

#right-side {
    height: 300px;
    width: calc(100% - 160px);
    overflow: hidden;
}

    #right-side #first, #right-side #second, #right-side #third {
        position: absolute;
        height: 300px;
        /*width: 75%;*/
        -webkit-transition: all .6s ease-in-out;
        transition: all .6s ease-in-out;
        margin-top: -350px;
        opacity: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        #right-side #first h1, #right-side #second h1, #right-side #third h1 {
            font-weight: 500;
            color: #333;
            font-size: 24px;
            margin-bottom: 15px;
        }

        #right-side #first p, #right-side #second p, #right-side #third p {
            color: #333;
            font-weight: 500;
            padding-left: 30px;
            padding-right: 30px;
            text-align: center;
        }

        #right-side #first.active, #right-side #second.active, #right-side #third.active {
            margin-top: 0px;
            opacity: 1;
            -webkit-transition: all .6s ease-in-out;
            transition: all .6s ease-in-out;
        }
/***培训与晋升结束**/
/***招聘流程开始**/
.recruit_items {
    margin-top: 50px;
}

    .recruit_items ul {
        position: relative;
    }

        .recruit_items ul li {
            float: left;
            width: 20%;
            text-align: center;
        }

        .recruit_items ul::after {
            content: "";
            display: block;
            clear: both;
        }

    .recruit_items span {
        margin-top: 24px;
        display: inline-block;
        height: 34px;
        width: 34px;
    }

        .recruit_items span:before, .recruit_items span::after {
            content: "";
            display: inline-block;
            box-sizing: border-box;
        }

        .recruit_items span:before {
            height: 34px;
            width: 34px;
            border-radius: 50%;
            border: 5px solid #A6A6A6;
        }

    .recruit_items li span::after {
        height: 2px;
        width: 110px;
        background-color: #A0A0A0;
        transform: translate(34px,-30px);
        margin-left: 14px;
    }

    .recruit_items li:last-of-type span::after {
        width: 0px;
    }

    .recruit_items h3 {
        color: #424242;
        font-weight: bold;
        font-size: 24px;
    }
/*招聘流程结束**/
/*招聘职位开始*/
.p-text {
    line-height: 30px !important;
    font-size: 18px;
    color: #A6A6A6;
}

.zp-name {
    font-size: 18px;
}
.noPost {
    text-align: center;
    color: #A6A6A6;

}
    .noPost td {
        font-size: 18px !important;
    }
    .noPost img {
        margin-top:50px;
        margin-bottom:30px;
    }
/*招聘职位结束*/