.job_1 {
    position: relative;
    height: 850px;
    background: url(../images/job_top.jpg) center/auto 100%
}

.job_1 .title_text {
    position: absolute;
    width: calc(50% - 20px);
    right: 0;
    top: 80px;
    padding-left: 20px;
    background: url(../images/jiao_left.svg) left center no-repeat;
    background-size: 8px auto;
    line-height: 50px
}

.job_1 .title_text .xian {
    position: relative
}

.job_1 .title_text p {
    height: 50px;
    font-size: 14px;
    color: #313a69;
    opacity: 0
}

.job_1 .title_text p.animates {
    opacity: 1
}

.job_1 .title_text p.animates span {
    display: inline-block;
    opacity: 0;
    -webkit-transform: translate(100px, -100px);
    transform: translate(100px, -100px);
    animation: textDown .6s .1s linear forwards
}

.job_1 .add_text .xian:after,.job_1 .title_text .xian:after {
    display: block;
    height: 4px;
    top: 50px;
    content: ''
}

@keyframes textDown {
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-webkit-keyframes textDown {
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.job_1 .title_text .xian:after {
    position: absolute;
    width: 0;
    background: #324cff;
    right: 0
}

.job_1 .title_text.animates .xian:after {
    -webkit-animation: jobxian .6s linear forwards
}

@keyframes jobxian {
    100% {
        width: calc(100% + 20px)
    }
}

@-webkit-keyframes jobxian {
    100% {
        width: calc(100% + 20px)
    }
}

.add_text {
    position: absolute;
    width: calc(50% - 20px);
    left: 0;
    bottom: 40px;
    padding-right: 20px;
    background: url(../images/address_icon.svg) right center no-repeat;
    background-size: 12px auto;
    line-height: 50px;
    text-align: right
}

.job_1 .add_text .xian {
    position: relative
}

.job_1 .add_text .xian:after {
    position: absolute;
    width: 0;
    background: #324cff;
    left: 0
}

.job_1 .add_text.animates .xian:after {
    animation: jobxian .6s linear forwards
}

.job_1 .add_text p {
    height: 50px;
    font-size: 14px;
    color: #313a69;
    opacity: 0
}

.job_1 .add_text p.animates {
    opacity: 1
}

.job_1 .add_text p.animates span {
    display: inline-block;
    opacity: 0;
    -webkit-transform: translate(-120px, -100px);
    transform: translate(-120px, -100px);
    animation: textDown .8s 1s linear forwards;
    -webkit-animation: textDown .8s 1s linear forwards
}

.job_1 .text {
    position: absolute;
    width: 500px;
    height: 306px;
    bottom: 130px;
    left: calc(50% - 720px);
    background: url(../images/dian.png) left top no-repeat, url(../images/dian.png) bottom right no-repeat
}

.job_1 .text .li h3 {
    font-size: 24px;
    color: #717899;
    line-height: 30px;
    font-family: mDIN
}

.job_1 .text .li p {
    font-size: 16px;
    color: #324cff;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: .5px
}

.job_1 .text .li p a {
    color: #324cff;
    display: block;
    font-family: arial
}

.job_1 .text .li p img {
    float: right;
    margin-top: 10px;
    width: 24px
}

.job_1 .text .li:nth-child(1) {
    margin: 30px 0 0 56px
}

.job_1 .text .xian {
    width: 104px;
    height: 4px;
    background: #e0e2f0;
    margin: 50px auto
}

.job_1 .text .li:last-of-type {
    float: right;
    margin-right: 56px
}

.job_2 {
    padding: 80px 0 120px
}

.job_2 .job_list ul {
    overflow: hidden
}

.job_2 .job_list ul li {
    width: 464px;
    height: 280px;
    background: #f1f3ff;
    float: left;
    margin: 0 24px 24px 0;
    padding: 35px 40px;
    cursor: pointer
}

.job_2 .job_list ul li:nth-child(3n) {
    margin: 0 0 24px
}

.job_2 .job_list ul li .title {
    position: relative;
    padding-bottom: 25px
}

.job_2 .job_list ul li .title:before {
    position: absolute;
    content: '';
    width: 24px;
    height: 4px;
    background: #fa4b4b;
    transition-duration: .5s;
    bottom: 0;
    left: 0
}

.job_2 .job_list ul li:hover .title:before {
    width: 100%
}

.job_2 .job_list ul li .title h3 {
    font-size: 24px;
    color: #313a69;
    line-height: 30px;
    height: 30px;
    overflow: hidden
}

.job_2 .job_list ul li .title .renshu {
    padding-left: 24px;
    font-size: 12px;
    color: #fa4b4b;
    background: url(../images/icon-ren.svg) left center no-repeat;
    background-size: 16px auto;
    line-height: 30px;
    height: 30px;
    overflow: hidden
}

.job_2 .job_list ul li .text {
    margin-top: 25px;
    height: 90px;
    overflow: hidden
}

.job_2 .job_list ul li .text p {
    font-size: 14px;
    color: #717899;
    line-height: 30px
}

.job_2 .job_list ul li .more {
    float: right;
    margin-top: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 0
}

.job_2 .job_list .more i {
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    overflow: hidden;
    background: #fa4b4b;
    transition: all .3s
}

.job_2 .job_list .more i.circle2 {
    width: 8px;
    height: 8px;
    margin: 0 6px
}

.job_2 .job_list ul li:hover i.circle1 {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px)
}

.job_2 .job_list ul li:hover i.circle3 {
    -webkit-transform: translateX(4px);
    transform: translateX(4px)
}

#job_info {
    position: fixed;
    width: 100%;
    height: 100%;
    min-height: 750px;
    min-width: 1440px;
    background-color: rgba(20, 2, 129, .9);
    z-index: 999;
    top: 0;
    left: 0;
    display: none
}

.job_info-box {
    width: 100%;
    height: 100%;
    position: relative;
}

.job_info-box .mCSB_container.mCS_no_scrollbar {
    margin-right: 30px
}

.job_info-box .mCustomScrollBox>.mCSB_scrollTools {
    display: block !important
}

#job_info .container {
    width: 1320px;
    height: 800px;
    padding: 50px 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -660px;
    margin-top: -400px;
}

#job_info .title {
    position: relative;
    padding-bottom: 10px;
    border-bottom: 2px solid #fa4b4b;
    margin-bottom: 48px
}

#job_info .title h2 {
    font-size: 32px;
    color: #fff;
    line-height: 50px
}

#job_info .title .close {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    cursor: pointer;
    transition: all .3s
}

#job_info .title .close img {
    display: block;
    margin: 9px 0
}

#job_info .title .close:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

#job_info .content {
    height: calc(100% - 110px);
    position: relative
}

#job_info .text {
    height: 100%;
    width: 1178px
}

#job_info .text .li {
    position: relative;
    margin-bottom: 30px;
    padding: 0 0 0 60px
}

#job_info .text .li:nth-child(1):after {
    content: '01';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 24px;
    color: #b1c7ff;
    opacity: .48;
    font-family: mDIN;
    line-height: 30px;
    font-style: italic;
    font-weight: 700
}

#job_info .text .li h3 {
    font-size: 24px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 15px
}

#job_info .text .li p {
    font-size: 18px;
    color: #fff;
    line-height: 40px
}

#job_info .text .li p span {
    font-size: 18px;
    color: #fa4b4b;
    font-family: mDIN;
    margin-right: 10px
}

#job_info .info:after,#job_info .text .li:nth-child(2):after {
    top: 0;
    left: 0;
    font-size: 24px;
    color: #b1c7ff;
    opacity: .48;
    font-family: mDIN;
    line-height: 30px;
    font-style: italic;
    font-weight: 700
}

#job_info .text .li:nth-child(2):after {
    content: '02';
    position: absolute
}

#job_info .info {
    width: 120px;
    position: relative;
    padding-top: 40px;
    height: 100%
}

#job_info .info:after {
    content: '03';
    position: absolute
}

.job-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    transition: all .5s
}

#job_info.active .job-btn {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

#sq_job {
    display: block;
    width: 120px;
    height: 50px;
    background: rgba(250, 75, 75, 1);
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    position: relative;
    overflow: hidden
}

#sq_job span {
    position: relative;
    z-index: 2
}

#job_info .info p {
    font-size: 12px;
    color: #fff;
    line-height: 46px;
    padding-left: 30px
}

#job_info .info p.time {
    background: url(../images/icon-time.svg) left center no-repeat;
    background-size: 16px auto
}

#job_info .info p.num {
    background: url(../images/icon-renshu_01.svg) left center no-repeat;
    background-size: 16px auto
}

#job_info .info p.address {
    background: url(../images/icon-address_01.svg) left center no-repeat;
    background-size: 14px auto
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px
}
