.recruitment1 {
    position: relative;
    z-index: 2
}

.recruitment1 .img {
    width: 100%
}

.recruitment1 .wrap {
    position: absolute;
    width: 546px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center
}

.recruitment1 .wrap .title {
    font-weight: bold;
    font-size: 50px;
    color: #fff;
    margin: 0 0 39px
}

.recruitment1 .wrap .bor {
    width: 546px;
    height: 70px;
    background: #fff;
    border-radius: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 39px 0 23px
}

.recruitment1 .wrap .bor .l {
    display: flex;
    height: 100%;
    align-items: center
}

.recruitment1 .wrap .bor .icon {
    width: 22px;
    height: 22px;
    border-radius: 50%
}

.recruitment1 .wrap .bor input {
    font-weight: 400;
    font-size: 16px;
    width: 400px;
    height: 100%;
    border: none;
    background: rgba(0, 0, 0, 0);
    margin: 0 0 0 27px
}

.recruitment1 .wrap .bor input::placeholder {
    color: #888
}

.recruitment1 .wrap .bor .iconfont {
    color: #e3e6ea;
    font-size: 24px;
    cursor: pointer
}

.recruitment2 {
    padding: 133px 0;
    background: #f6f7f9;
    position: relative;
    z-index: 8
}

.recruitment2 .wrap {
    width: 1400px;
    margin: -330px auto 0;
    background: #fff;
    border-radius: 12px;
    padding: 55px
}

.recruitment2 .wrap .content .item {
    border-bottom: 1px solid #f0f0f0
}

.recruitment2 .wrap .content .item:not(:last-child) {
    margin: 0 0 47px
}

.recruitment2 .wrap .content .item.on .show .l .p1 {
    color: #013d97
}

.recruitment2 .wrap .content .item.on .show .r .click {
    background: #013d97
}

.recruitment2 .wrap .content .item.on .show .r .click:after, .recruitment2 .wrap .content .item.on .show .r .click:before {
    background: #fff
}

.recruitment2 .wrap .content .item.on .show .r .click:after {
    opacity: 0
}

.recruitment2 .wrap .content .item .show {
    padding: 0 0 57px;
    display: flex;
    justify-content: space-between;
    cursor: pointer
}

.recruitment2 .wrap .content .item .show .l {
    display: flex
}

.recruitment2 .wrap .content .item .show .l .num {
    font-weight: bold;
    font-size: 18px;
    color: #888;
    margin: 3px 115px 0 0;
    width: 50px
}

.recruitment2 .wrap .content .item .show .l .p1 {
    font-weight: 500;
    font-size: 26px;
    color: #1a1a1a;
    transition: .6s ease
}

.recruitment2 .wrap .content .item .show .r {
    display: flex
}

.recruitment2 .wrap .content .item .show .r .hide {
    width: 540px;
    display: none
}

.recruitment2 .wrap .content .item .show .r .hide .joke h3 {
    font-weight: bold;
    font-size: 18px;
    color: #1a1a1a;
    line-height: 32px
}

.recruitment2 .wrap .content .item .show .r .hide .joke p {
    font-size: 16px;
    color: #666;
    line-height: 32px
}

.recruitment2 .wrap .content .item .show .r .click {
    width: 52px;
    height: 52px;
    background: #f0f0f0;
    border-radius: 50%;
    margin: 0 0 0 45px;
    position: relative;
    cursor: pointer;
    transition: .6s ease
}

.recruitment2 .wrap .content .item .show .r .click:hover {
    background: #013d97
}

.recruitment2 .wrap .content .item .show .r .click:hover:after, .recruitment2 .wrap .content .item .show .r .click:hover:before {
    background: #fff
}

.recruitment2 .wrap .content .item .show .r .click:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 21px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #cecece;
    transition: .6s ease
}

.recruitment2 .wrap .content .item .show .r .click:before {
    content: "";
    position: absolute;
    width: 21px;
    height: 1px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #cecece;
    transition: .6s ease
}

.recruitment2 .wrap .other {
    margin: 50px 0 0 0;
    font-weight: 400;
    font-size: 16px;
    color: #666;
    line-height: 32px
}

@media screen and (max-width: 1919px) {
    .recruitment1 .wrap{
        width: 28.4375vw;
    }
    .recruitment1 .wrap .title{
        font-size: 2.6041666667vw;
        margin: 0px 0px 2.03125vw;
    }
    .recruitment1 .wrap .bor{
        width: 28.4375vw;
        height: 3.6458333333vw;
        border-radius: 1.8229166667vw;
        padding: 0px 2.03125vw 0px 1.1979166667vw;
    }
    .recruitment1 .wrap .bor .icon{
        width: 1.1458333333vw;
        height: 1.1458333333vw;
    }
    .recruitment1 .wrap .bor input{
        font-size: 0.8333333333vw;
        width: 20.8333333333vw;
        margin: 0px 0px 0px 1.40625vw;
    }
    .recruitment1 .wrap .bor .iconfont{
        font-size: 1.25vw;
    }
    .recruitment2{
        padding: 6.9270833333vw 0px;
    }
    .recruitment2 .wrap{
        width: 72.9166666667vw;
        margin: -17.1875vw auto 0px;
        border-radius: 0.625vw;
        padding: 2.8645833333vw;
    }
    .recruitment2 .wrap .content .item:not(:last-child){
        margin: 0px 0px 2.4479166667vw;
    }
    .recruitment2 .wrap .content .item .show{
        padding: 0px 0px 2.96875vw;
    }
    .recruitment2 .wrap .content .item .show .l .num{
        font-size: 0.9375vw;
        margin: 0.15625vw 5.9895833333vw 0px 0px;
        width: 2.6041666667vw;
    }
    .recruitment2 .wrap .content .item .show .l .p1{
        font-size: 1.3541666667vw;
    }
    .recruitment2 .wrap .content .item .show .r .hide{
        width: 28.125vw;
    }
    .recruitment2 .wrap .content .item .show .r .hide .joke h3{
        font-size: 0.9375vw;
        line-height: 1.6666666667vw;
    }
    .recruitment2 .wrap .content .item .show .r .hide .joke p{
        font-size: 0.8333333333vw;
        line-height: 1.6666666667vw;
    }
    .recruitment2 .wrap .content .item .show .r .click{
        width: 2.7083333333vw;
        height: 2.7083333333vw;
        margin: 0px 0px 0px 2.34375vw;
    }
    .recruitment2 .wrap .content .item .show .r .click::after{
        height: 1.09375vw;
    }
    .recruitment2 .wrap .content .item .show .r .click::before{
        width: 1.09375vw;
    }
    .recruitment2 .wrap .other{
        margin: 2.6041666667vw 0px 0px;
        font-size: 0.8333333333vw;
        line-height: 1.6666666667vw;
    }
}
@media screen and (max-width: 1024px) {
    .recruitment1{
        margin: 60px 0 0 0;
    }
    .recruitment1 .wrap .title{
        font-size: 24px;
        margin: 0 0 30px;
    }
    .recruitment1 .img{
        height: 350px;
    }
    .recruitment1 .wrap{
        width: 90%;
    }
    .recruitment1 .wrap .bor {
        width: 100%;
        height: 42px;
        border-radius: 25px;
        padding: 0 15px;
    }
    .recruitment1 .wrap .bor .icon{
        width: 20px;
        height: 20px;
    }
    .recruitment1 .wrap .bor input {
        font-size: 13px;
        width: 58vw;
        margin: 0 0 0 15px;
    }
    .recruitment1 .wrap .bor .iconfont{
        font-size: 22px;
    }
    .recruitment2 .wrap {
        width: 90%;
        margin: 10px auto 0px;
        padding: 15px;
        border-radius: 10px;
    }
    .recruitment2 .wrap .content .item .show .r .click{
        display: none;
    }
    .recruitment2 .wrap .content .item .show{
        padding: 0 0 30px;
        flex-direction: column;
    }
    .recruitment2 .wrap .content .item .show .l{
        align-items: center;
    }
    .recruitment2 .wrap .content .item .show .l .num{
        font-size: 15px;
        margin: 0 10px 0 0;
        width: fit-content;
    }
    .recruitment2 .wrap .content .item .show .r{
        margin: 25px 0 0 0;
    }
    .recruitment2 .wrap .content .item:not(:last-child) {
        margin: 0px 0px 35px;
    }
    .recruitment2 .wrap .content .item .show .l .p1{
        font-size: 16px;
    }
    .recruitment2 .wrap .content .item .show .r .hide .joke h3{
        line-height: 25px;
        font-size: 14px;
        margin: 0 0 10px;
    }
    .recruitment2 .wrap .content .item .show .r .hide .joke p{
        font-size: 12px;
        line-height: 25px;
    }
    .recruitment2 .wrap .content .item .show .r .hide{
        width: 100%;
        display: block!important;
        height: auto!important;
    }
    .recruitment2 .wrap .content .item .show .l .p1{
        color: #1A1A1A!important;
    }
    .recruitment2 .wrap .other{
        margin: 20px 0 0 0;
        font-size: 12px;
        line-height: 30px;
    }
}
