﻿@charset "utf-8";


.job_box {
    padding: 50px 0;
}

.job_title {
    text-align: center;
    color: #030E29;
}

.job_title h3 {
    position: relative;
    padding-bottom: 15px;
}

.job_title h3:after {
    content: "";
    position: absolute;
    width: 60px;
    height: 2px;
    background-color: #DDDDDD;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
}

.job_pic {
    padding-top: 30px;
}

.excit_01 {
    margin-top: 44px;

}


.excit_loop .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}

.excit_loop .swiper-slide {
    width: auto;
}

.excit_loop .sca {
    position: relative;
    width: 400px;
    overflow: hidden;
}

.excit_loop .sca img:first-child {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform cubic-bezier(0.22, 0.61, 0.36, 1) 0.4s;
}

.excit_loop .swiper-slide {
    border-radius: 4px;
    overflow: hidden;
}

.excit_loop .swiper-slide:hover .sca i {
    transform: translate(-50%, -50%) scale(1.03);
}

.excit_02 {
    margin-top: 24px;
}

/* job list */
.joblie .pt30 {
    padding-top: 30px;
}

.joblist {
    margin-top: 50px;
}

.jotxs {
    border: 1px solid #E4E4E4;
    margin-bottom: 20px;
    position: relative;
}

.jotxs .arrow {
    position: absolute;
    right: 40px;
    top: 28px;
    cursor: pointer;
}

.jotxs .arrow i.line {
    width: 33px;
    height: 33px;
    background-image: url("../images/job_down.svg");
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    border-radius: 50%;
    font-style: normal;
    position: relative;
}

.jotxs .arrow i.line:before {
    content: "View";
    font-size: 16px;
    position: absolute;
    right: calc(100% + 4px);
    text-align: right;
    width: 82px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.jotxs.act .arrow i.line {
    background-image: url("../images/job_up.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.jotxs.act .arrow i.line:before {
    content: "Collapse";
}

.joinleft h3 strong {
    font-size: 18px;
    color: #333333;
    display: inline-block;
    position: relative;
}

.joinleft h3 strong:after {
    content: "";
    background-image: url(../images/job_icon.svg);
    background-size: 7px 8px;
    background-repeat: no-repeat;
    position: absolute;
    left: -24px;
    top: 50%;
    margin-top: -4px;
    width: 7px;
    height: 8px;
    border-radius: 50%;
}

.joincs {
    margin-left: -35px;
    margin-right: -35px;
    padding-top: 15px;
}

.join-4 {
    padding: 0 35px;
    max-width: 25%;
    font-size: 16px;
    float: left;
    line-height: 25px;
}

.jod {
    padding: 34px 75px;
}

.jos {
    width: 100%;
    background: #F8F9FA;
    display: none;
    padding: 0 75px;
}

.jos .bodr {
    border: none;
    padding: 30px 0;
    border-top: 1px solid #ECECEC;
}

.jos .bodr span {
    display: block;
    border-top: none;
    padding-top: 0;
    margin-top: 50px;
}

.jos .bodr strong {
    color: #333;
    font-size: 18px;
}

#jo2 span a {
    font-size: 16px;
    color: #fff;
    background: #1962DC;
    border: 1px solid #1962DC;
    border-radius: 25px;
    width: 210px;
    height: 50px;
    text-align: left;
    line-height: 50px;
    display: inline-block;
    padding: 0 15px;
    position: relative;
}

#jo2 span a i {
    background: url("../images/jobjt.svg") no-repeat;
    width: 16px;
    height: 14px;
    display: inline-block;
    margin-left: 5px;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#jo2 span a:hover {
    background: #fff;
    color: #333;
}

#jo2 span a:hover i {
    background: url("../images/jobjt2.svg") no-repeat;
}

.jos h3 {
    font-size: 15px;
    color: #666;
    font-weight: normal;
    margin: 10px 0 4px;
    line-height: 30px
}

.jos p {
    font-size: 16px;
    color: #666;
    line-height: 28px
}

.jotxs.act {
    background: #F8F9FA;
}


@media (max-width:1279px) {
    .job_midcont {
        padding: 30px 32px 15px 32px;
    }

    .job_midcont p {
        max-height: 112px;
    }

    .join-4 {
        padding: 0 16px;
    }

}

@media (max-width:991px) {}

@media (max-width:991px) {


    .jod {
        padding: 34px 55px;
    }

    .joincs {
        margin-left: -15px;
        margin-right: -15px;
    }

    .join-4 {
        padding: 0 15px;
        max-width: 50%;
    }

    .jos {
        padding: 0 55px;
    }

}

@media (max-width:767px) {

    .joinleft h3 strong {
        font-size: 18px;
        font-weight: 600;
    }

    .jod {
        padding: 34px 35px;
    }

    .jotxs .arrow {
        right: 35px;
    }

    .joinleft {
        max-width: 70%;
    }

    .joinleft h3 {
        padding-left: 4px;
    }

    .joinleft h3 strong::after {
        top: 9px;
        left: -16px;
        background-size: 5px 6px;
    }

    .join-4 {
        width: 100%;
        margin: 0;
        max-width: 100%;
        font-size: 14px;
    }

    .jod {
        padding: 34px 20px;
    }

    .jotxs .arrow {
        right: 15px;
    }

    .jos {
        padding: 0 25px;
    }

    .jotxs .arrow i.line:before {
        font-size: 14px;
    }

    .excit_loop .sca {
        width: 300px;
    }


}

/*yingpin*/

.dis_flex {
    display: flex;
}

.dis_between {
    justify-content: space-between;
}

.dis_center {
    align-items: center;
}

.job_yp_box {
    margin-top: 50px;
    padding-bottom: 50px;
}

.job_yp_box .job_form {
    max-width: 900px;
    margin: 0 auto;
}

.job_messform {

    overflow: hidden;
}

.job_form .col {
    width: 50%;
    padding: 12px;
    float: left;
}

.job_form .input-container {
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.20);
}

.job_form .input-container input {
    outline: none;
    z-index: 1;
    padding: 15px 16px;
    padding-left: 100px;
    position: relative;
    background: none;
    width: 100%;
    height: 56px;
    border: 0;
    color: rgba(0, 0, 0, 0.8);
    line-height: 26px;
    font-size: 16px;
    font-weight: 400;
}

.job_form .input-container input.job_year {
    padding-left: 100px;
}

.job_form .input-container span {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    width: 100px;
    color: #4D555C;
    font-size: 16px;
    font-weight: 400;
}

.job_form .text-area span {
    top: 17px;
    transform: inherit;
    width: 100px;
}

.job_form .text-area2 span {
    width: 130px;
}

.job_form .colw100 {
    width: 100%;
    padding: 12px;
    float: left;
}

.job_form .input-container textarea {
    outline: none;
    z-index: 1;
    position: relative;
    background: none;
    width: 100%;
    height: 230px;
    padding: 15px 16px;
    padding-left: 150px;
    line-height: 26px;
    border: 0;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    resize: none;
    font-family: "Arial-Regular";
}

.job_form .reset,
.job_form .submit {
    width: 160px;
    height: 60px;
    background: transparent;
    border: none;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    border-radius: 36px;
    outline: 0;
    cursor: pointer;
}

.job_form .reset {
    background: rgba(0, 0, 0, 0.2);
}

.job_form .submit {
    margin-left: 16px;
    background: linear-gradient(124deg, #00A0E9 0%, #0153F5 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.job_form .submit img {
    margin-left: 5px;
}

.job_form .yanz {
    width: 352px;
}

.job_form .yanz span {
    width: 130px;
}

.job_form .yanz input {
    padding-left: 150px;
}

.job_form .yz {
    padding-left: 5px;
}

.job_form .yz img {
    height: 56px;
}

.job_form .last_button {
    display: flex;
}

.text-area label {
    position: absolute;
    bottom: -22px;
    left: 0;
    color: red;
    font-size: 14px;
}

.job_ypbg {
    padding-top: 200px;
    padding-bottom: 100px;
    background: #050505;
}

.job_ypbg .mess_form {
    max-width: 900px;
    margin: 0 auto;
}

.job_form .job_radio div {
    padding-left: 90px;
    height: 58px;
    width: 240px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #4D555C;
    font-size: 16px;
    font-weight: 400;
}

.job_form .job_radio input {
    width: 16px;
    height: 16px;
    border: 0;
    color: #333;
    line-height: 26px;
    font-size: 16px;
}

.input_select_box .icon {
    border-color: #4D555C transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    right: 8px;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.input_select_box .drop_down_ {
    position: absolute;
    left: -1px;
    top: 56px;
    width: calc(100% + 2px);
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.20);
    border-top: none;
    padding-bottom: 10px;
    z-index: 9;
}

.input_select_box .drop_down_ p {
    padding: 8px 20px;
    font-size: 16px;
    color: #666;
    cursor: pointer;
}

@media (max-width:767px) {
    .job_ypbg {
        padding-top: 150px;
        padding-bottom: 50px;
    }
}

@media (max-width:1100px) {
    .on_line .mess_form {
        padding-left: 40px;
    }
}

@media (max-width:991px) {
    .job_form .col {
        width: 100%;
    }
}

@media (max-width:767px) {
.job_messform {
    margin-left: -12px;
    margin-right: -12px;
}

    .job_form .yanz {
        width: 100%;
    }

    .job_form .yz {
        padding-left: 0;
    }

    .job_form .reset,
    .job_form .submit {
        width: 46%;
        height: 48px;
        font-size: 16px;
    }

    .job_form .last_button {
        justify-content: space-between;
    }

    .job_form .mo-colw100 {
        flex-flow: column;
        align-items: flex-start
    }

    .job_form .input-container span {
        left: 10px;
        width: 70px;
        font-size: 14px;
    }

    .job_form .input-container input {
        padding-left: 78px;
        padding-right: 8px;
    }

    .job_form .job_radio span {
        position: relative;
        left: inherit;
        top: inherit;
        transform: inherit;
    }

    .job_form .job_radio div {
        padding-left: 0;
        width: 100%;
        justify-content: flex-start;
    }

    .job_form .job_radio div input {
        margin-right: 10px;
    }
.job_form .job_radio div input:nth-child(2) {
    margin-left: 10px;
}
    .job_form .job_radio input {
        -webkit-appearance: auto;
    }

    .job_form .yanz span {
        width: 118px;
    }

    .job_form .yanz input {
        padding-left: 130px;
    }

    .job_form .text-area2 span {
        width: 120px;
    }

    .job_form .text-area2 textarea {
        padding: 15px 16px;
        padding-top: 50px;
        padding-left: 16px;
    }
        .job_form .job_radio {
        flex-flow: inherit;
        align-items: center;
    }
}