@media only screen and (min-width: 1242px) {
    .banner{
        width: 100%;
        height: 680px;
        padding-top: 238px;
        background: url("../imgs/recruitment/banner.jpg") no-repeat 0 0/cover;
    }
    .banner > h1{
        line-height: 68px;
        font-size: 68px;
        font-weight: 100;
        text-align: center;
        letter-spacing: 3px;
        color: #ffffff;
    }
    .banner > p{
        width: 850px;
        line-height: 36px;
        margin: 66px auto 111px;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #ffffff;
    }
    .banner > button {
        display: block;
        width: 172px;
        height: 54px;
        margin: 0 auto;
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 3px;
        color: #ffffff;
        border: solid 2px #ffffff;
        background: rgba(0,0,0,0);
        cursor: pointer;
    }
    .job-div{
        width: 1242px;
        margin: 20px auto 0;
        padding: 28px 73px 40px ;
        background-color: #ffffff;
    }
    .job-title-img{
        width: 977px;
        height: 204px;
        margin: 0 auto;
        background: url("../imgs/recruitment/xth.jpg") no-repeat 0 0/cover;
    }
    .job-div > h2{
        margin-top: 48px;
        text-align: center;
    }
    .job-nav{
        margin-top: 50px;
        margin-bottom: 18px;
        text-align: center;
    }
    .job-nav > li{
        display: inline-block;
        width: 126px;
        height: 40px;
        line-height: 40px;
        margin: 0 24px;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 2px;
        color: #262d34;
        background-color: #f4f4f4;
        cursor: pointer;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }
    #selectJobNav{
        color: #ffffff;
        background-color: #707880;
    }
    .job-content{
        width: 100%;
    }
    .job-content > div{
        width: 100%;
        padding: 50px 73px 77px;
        border-bottom: solid #f2f2f2 2px;
    }
    .job-sort{
        width: 100%;
    }
    .job-sort > img{
        display: block;
        width: 70px;
        height: 70px;
        margin: 0 auto;
    }
    .job-sort > h3{
        margin-top: 22px;
        margin-bottom: 46px;
        line-height: 18px;
        font-size: 18px;
        text-align: center;
        letter-spacing: 3px;
        color: #2a3139;
    }
    .job-content-div{
        width: 100%;
    }
    .job-content > div > p,.job-content-div > p{
        line-height: 22px;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 2px;
        color: #434f5c;
    }

    .job-content-div > p >span{
        font-weight: bold;
        color: #107086;
    }
    .job-page{
        width: 100%;
        padding: 50px 0 40px;
        text-align: center;
        letter-spacing: -8px;
    }
    .job-page > ul, .job-page > button{
        display: inline-block;
    }
    .job-page > ul > li{
        display: inline-block;
        width: 64px;
        height: 63px;
        line-height: 59px;
        font-size: 14px;
        font-weight: bold;
        color: #262d34;
        text-align: center;
        border: solid 2px #ededed;
        border-right: none;
        cursor: pointer;
    }
    .job-page > button{
        width: 120px;
        height: 63px;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 1px;
        color: #262d34;
        border: solid 2px #ededed;
        background: rgba(0,0,0,0);
        vertical-align: top;
        cursor: pointer;
    }
    .open-div{
        display: none;
    }
}

@media only screen and (max-width: 1242px) {
    .banner{
        width: 100vw;
        height: 111.9vw;
        padding-top: 32.5vw;
        background: url("../imgs/mobile/recruitment/banner.jpg") no-repeat 0 0/cover;
    }
    .banner > h1{
        font-size: 4.8vw;
        font-size: 4.8vmin;
        text-align: center;
        letter-spacing: 0vw;
        color: #ffffff;
    }
    .banner > p{
        width: 85.3vw;
        margin: 10.4vw auto 22.5vw;
        font-size: 3.5vw;
        font-size: 3.5vmin;
        text-align: center;
        letter-spacing: 0vw;
        color: #ffffff;
    }
    .banner > button{
        display: block;
        width: 30.4vw;
        height: 9.7vw;
        margin: 0 auto;
        border-radius: 0.6vw;
        border: solid 0.2vw #ffffff;
        font-size: 3.9vw;
        font-size: 3.9vmin;
        letter-spacing: 0vw;
        color: #ffffff;
        background: rgba(0,0,0,0);
    }
    .job-div{
        width: 100vw;
        margin-top: 1.6vw;
    }
    .job-title-img{
        width: 92vw;
        height: 19vw;
        margin: 0 auto;
        background: url("../imgs/mobile/recruitment/xth.png") no-repeat 0 0/92vw 19vw;
    }
    .job-div > h2{
        padding-top: 7.2vw;
        margin-top: 0.8vw;
        font-size: 3.9vw;
        font-size: 3.9vmin;
        text-align: center;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0vw;
        color: #4a4a4a;
        background: #ffffff;
    }
    .job-nav{
        width: 100vw;
        padding-top: 4.1vw;
        text-align: center;
        background: #ffffff;
        border-bottom: solid #c1c4d8 0.1vw;
    }
    .job-nav > li{
        display: inline-block;
        width: 20.1vw;
        height: 8.7vw;
        font-size: 3.5vw;
        font-size: 3.5vmin;
        font-weight: normal;
        font-stretch: normal;
        line-height: 8.7vw;
        letter-spacing: 0vw;
        color: #262d34;
    }
    #selectJobNav{
        position: relative;
        color: #107086;
    }
    #selectJobNav:after{
        content: '';
        position: absolute;
        width: 5.8vw;
        height: 0.5vw;
        left: 7.15vw;
        bottom: 0vw;
        background-color: #107086;;
    }
    .job-content{
        width: 100vw;
    }
    .job-content > div{
        width: 100%;
        padding: 9.3vw 4.2vw 0 3.9vw;
    }
    .job-sort{
        width: 100%;
        margin-bottom: 8.1vw;
    }

    .job-sort > img{
        display: inline-block;
        width: 13.5vw;
        height: 13.5vw;
    }
    .job-sort > h3{
        display: inline-block;
        margin-left: 3.9vw;
        font-size: 3.9vw;
        font-weight: normal;
        font-stretch: normal;
        text-align: center;
        line-height: 8.3vw;
        letter-spacing: 0vw;
        color: #2a3139;
        vertical-align: top;
    }
    .job-content-div{
        display: none;
        width: 100%;
    }
    .job-content-div >p,.job-content-div > h4,.job-content > div > p{
        display: block;
        font-size: 3.5vw;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0vw;
        color: #6f757a;
    }
   .job-content > div > p:nth-child(2){
        overflow : hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
   .open-div{
       width: 100%;
       height: 12.3vw;
       line-height: 12.3vw;
       text-align: center;
       font-size: 3.5vw;
       font-weight: normal;
       font-stretch: normal;
       letter-spacing: 0vw;
       color: #c1c4d8;
   }
    .open-div > img{
        width: 4.1vw;
        height: 2.3vw;
        margin-right: 3.9vw;
    }
    .job-page{
        display: none;
    }
}