﻿@media (min-width: 768px) {
    .banner {
        width: 100%;
        height: 600px;
        background: url(../image/info_bg.png) no-repeat center center;
        background-size: cover;
    }

    .banner .info {
        padding-top: 75px;
        padding-left: 63px;
    }

    .banner .info .title {
        height: 51px;
        line-height: 51px;
        font-size: 52px;
        font-weight: bold;
        color: #333333;
    }

    .banner .info .child {
        margin-top: 81px;
    }

    .banner .info .child ul li {
        font-size: 20px;
        color: #333333;
        line-height: 60px;
    }


    .joinmain {
        width: 100%;
        margin-top: -58px;
        display: flex;
        flex-direction: column;
        padding-top: 110px;
        background: url(../image/join.png) no-repeat;
        background-size: 100%;
        padding-bottom: 72px;
    }

    .joinmain .info {
        text-align: center;
    }

    .joinmain .info .title {
        height: 57px;
        line-height: 57px;
        font-size: 70px;
        font-family: Impact;
        font-weight: 400;
        color: #333333;
    }

    .joinmain .info .sub-title {
        margin-top: 17px;
        height: 25px;
        line-height: 25px;
        font-size: 28px;
        color: #666666;
        margin-top: 34px;
    }

    .joinmain .list {
        margin-top: 20px;

    }

    .joinmain .item {
        display: flex;
        flex-direction: row;
        cursor: pointer;
        height: 141px;
        border-bottom: 1px solid #DCDCDC;
    }

    .joinmain .item2 {
        display: flex;
        flex-direction: row;
        cursor: pointer;
        height: 141px;
        border-bottom: 1px solid #DCDCDC;
    }

    .joinmain .item:hover .city, .joinmain .item:hover .job, .joinmain .item:hover .detail .salary, .joinmain .item:hover .detail .education {
        color: #0092d8;
    }

    .joinmain .item .city {
        height: 23px;
        font-size: 24px;
        color: #333333;
    }

    .joinmain .item .job {


        font-size: 24px;
        color: #333333;
    }

    .joinmain .item .divideline {
        width: 1px;
        height: 41px;
        background-color: #DCDCDC;

    }

    .joinmain .item, .joinmain .item2 {
        display: flex;
        justify-content: space-between
    }

    .joinmain .item2 .dd {
        margin-top: 60px;
        font-size: 24px;
        width: 25%;
        color: #333333;
    }

    .joinmain .item2 .dd {
        font-size: 22px
    }


    .joinmain .item .detail .salary {
        height: 23px;
        font-size: 24px;
        font-weight: 500;
        color: #333333;
    }

    .joinmain .item .detail .education {
        height: 19px;
        font-size: 20px;
        color: #666666;
        margin-top: 7px;
    }

    .joinmain .item .dd4, .joinmain .item2 .dd4 {
        width: 106px;
        height: 40px;
        line-height: 40px;
        text-align: center
    }

    .joinmain .item .view {
        background: #3D74F4;
        border-radius: 4px;
        font-size: 16px;
        color: #FFFFFF;
        margin-top: 50px;
    }

    .divideicon {
        display: flex;
        flex-direction: row;
        width: 600px;
        position: relative;
        height: 40px;
        margin-left: 1268px;
        margin-top: 82px;
    }

    .divideicon .dropdown {
        margin-left: 16px;
        margin-top: 20px;
    }

    .turn {
        width: 100%;
        height: 290px;
        margin-top: 150px;
        position: relative;
    }

    .turn .textdevelope {
        width: 300px;
        height: 38px;
        font-size: 40px;
        font-weight: 500;
        color: #FFFFFF;
        text-shadow: 2px 3px 13px #0055DC;
        margin-left: 42%;
        margin-top: 53px;
        margin-bottom: 28px;
    }

    .turn .textgrow {
        width: 180px;
        height: 16px;
        font-size: 16px;
        color: #FFFFFF;
        text-shadow: 2px 3px 13px #0055DC;
        margin-left: 46%;
    }

    .turn .rightbtn {
        width: 126px;
        height: 51px;
        background: #FECB00;
        border-radius: 26px;
    }

    .turn .btn {
        margin-top: 20px;
    }

    .modal-dialog {
        width: 908px;
        margin: 30px auto;
    }
}


@media (max-width: 767px) {

    .banner .info {
        padding-top: 75px;
        padding-left: 63px;
    }

    .banner .info .title {
        height: 51px;
        line-height: 51px;
        font-size: 52px;
        font-weight: bold;
        color: #333333;
    }

    .banner .info .child {
        margin-top: 81px;
    }

    .banner .info .child ul li {
        font-size: 20px;
        color: #333333;
        line-height: 60px;
    }


    .joinmain {
        width: 100%;
        margin-top: -38px;
        display: flex;
        flex-direction: column;
        padding-top: 60px;
        background: url(../image/join.png) no-repeat;
        background-size: 100%;
        padding-bottom: 45px;
    }

    .joinmain .info {
        text-align: center;
    }

    .joinmain .info .title {
        height: 57px;
        line-height: 57px;
        font-size: 50px;
        font-family: Impact;
        font-weight: 400;
        color: #333333;
    }

    .joinmain .info .sub-title {
        margin-top: 17px;
        height: 25px;
        line-height: 25px;
        font-size: 20px;
        color: #666666;
        margin-top: 8px;
    }

    .joinmain .list {
        margin-top: 10px;
        padding: 0 15px;
        width: 100%;
    }

    .joinmain .item {
        display: flex;
        padding: 12px 0;
        align-items: center;
        flex-direction: row;
        color: #333333;
        font-size: 16px;
        justify-content: space-between;
        cursor: pointer;
        border-bottom: 1px solid #DCDCDC;
    }

    .joinmain .item:hover .city, .joinmain .item:hover .job, .joinmain .item:hover .detail .salary, .joinmain .item:hover .detail .education {
        color: #0092d8;
    }


    .joinmain .item .cit {
        width: 40px
    }

    .joinmain .item .dd2 {
        width: 30%
    }


    .joinmain .item .detail .education {
        height: 19px;
        font-size: 14px;
        color: #666666;
        margin-top: 7px;
    }

    .joinmain .item .dd {
        width: 25%
    }

    .joinmain .item .dd:nth-child(3), .joinmain .item .dd:nth-child(1) {
        width: 21%
    }

    .joinmain .item .view {
        width: 65px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        background: #3D74F4;
        border-radius: 2px;
        font-size: 14px !important;
        color: #FFFFFF;
    }

    .divideicon {
        display: flex;
        flex-direction: row;
        width: 600px;
        position: relative;
        height: 40px;
        margin-left: 1268px;
        margin-top: 82px;
    }

    .divideicon .dropdown {
        margin-left: 16px;
        margin-top: 20px;
    }

    .turn {
        width: 100%;
        height: 290px;
        margin-top: 150px;
        position: relative;
    }

    .turn .textdevelope {
        width: 300px;
        height: 38px;
        font-size: 40px;
        font-weight: 500;
        color: #FFFFFF;
        text-shadow: 2px 3px 13px #0055DC;
        margin-left: 42%;
        margin-top: 53px;
        margin-bottom: 28px;
    }

    .turn .textgrow {
        width: 180px;
        height: 16px;
        font-size: 16px;
        font-weight: 400;
        color: #FFFFFF;
        text-shadow: 2px 3px 13px #0055DC;
        margin-left: 46%;
    }

    .turn .rightbtn {
        width: 126px;
        height: 51px;
        background: #FECB00;
        border-radius: 26px;
    }

    .turn .btn {
        margin-top: 20px;
    }
}

@media (min-width: 1200px) {
    .banner {
        width: 100%;
        height: 0;
        padding-bottom: 31.25%;
    }

    .joinmain {
        background-size: 100% 100%;
    }


    .banner .info .title {
        font-size: 35px;
    }

    .banner .info .child {
        margin-top: 50px;
    }

    .banner .info .child ul li {
        font-size: 14px;
    }

    .joinmain .info .title {
        font-size: 47px;
    }

    .joinmain .item2 .dd {
        font-size: 16px;
    }
}

@media (min-width: 1600px) {
    .banner .info .title {
        font-size: 43px;
    }

    .banner .info .child {
        margin-top: 70px;
    }

    .banner .info .child ul li {
        font-size: 17px;
    }

    .joinmain .info .title {
        font-size: 58px;
    }

    .joinmain .item2 .dd {
        font-size: 20px;
    }
}

@media (min-width: 1600px) {
    .banner .info .title {
        font-size: 52px;
    }

    .banner .info .child {
        margin-top: 81px;
    }

    .banner .info .child ul li {
        font-size: 20px;
    }

    .joinmain .info .title {
        font-size: 70px;
    }

    .joinmain .item2 .dd {
        font-size: 22px;
    }
}
