html, body {
    min-width: 300px;
}

body {
    background: #f5f5f5;
}

header {
    height: 74px;
}

.banner-box {
    height: auto;
}

.banner-box .img-box {
    width: 100%;
    height: 75vh;
    overflow: hidden;
    position: relative;
}

.banner-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-box {
    padding: 60px 0;
}

.title-box h2 {
    padding-bottom: 10px;
}

.title-box h2 p {
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    color: #ffb2b2;
    padding-right: 15px;
    position: relative;
}

.title-box h2 p::before {
    content: "";
    width: 44px;
    height: 2px;
    line-height: 40px;
    font-size: 22px;
    background: #ffb2b2;
    position: absolute;
    top: 40px;
    left: 0;
}

.title-box h2 span {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #ffb2b2;
    padding-right: 10px;
}

/*筛选条件*/
.filter-box {
    width: 240px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 6px 15px rgba(32, 32, 32, .05);
    padding: 25px;
    float: left;
}

.filter-box h2 {
    padding-bottom: 10px;
}

.filter-box h2 p {
    line-height: 30px;
    font-size: 20px;
    font-weight: 700;
    color: #666;
    float: left;
}

.filter-box h2 span {
    display: block;
    height: 30px;
    line-height: 40px;
    font-size: 14px;
    color: #666;
    float: right;
}

.filter-box h2 span b {
    display: inline-block;
    height: 30px;
    line-height: 34px;
    font-size: 20px;
    color: #666;
}

.filter-box h3 {
    line-height: 30px;
    font-size: 15px;
    color: #272727;
}

.condition-list {
    padding: 10px 0;
}

.area-list {
    padding-bottom: 0;
}

.condition-list li {
    width: 85px;
    margin-right: 20px;
    margin-bottom: 5px;
    float: left;
}

.condition-list li:nth-child(2n) {
    margin-right: 0;
}

.condition-list li a {
    line-height: 30px;
    color: #8e8e8e;
    text-align: center;
    transition: all .2s;
}

.condition-list li a:hover {
    color: #2ebba2;
    background: #c5f5ed;
    transition: all .2s;
}

.condition-list li .activeLi {
    color: #2ebba2;
    background: #c5f5ed;
}

/*职位列表*/
.jobList-box {
    width: 940px;
    margin-left: 20px;
    float: left;
}

.job-list li {
    line-height: 36px;
    background: #fff;
    border-radius: 3px;
    padding: 20px 25px 0 25px;
    margin-bottom: 15px;
    position: relative;
    transition: all .2s;
}

.job-list li:hover {
    box-shadow: 0 6px 15px rgba(32, 32, 32, .05), 0 8px 15px rgba(49, 49, 49, .05), 0 10px 14px rgba(35, 35, 35, .05);
    transition: all .2s;
}

.job-list li:last-child {
    margin-bottom: 0;
}

.infor-box {
    cursor: pointer;
}

.inforTop-box, .inforBottom-box {
    width: 700px;
    padding-bottom: 20px;
}

.inforTop-box h2 {
    float: left;
}

.inforTop-box h2 p {
    max-width: 420px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}

.inforTop-box h2 span, .inforTop-box h2 b {
    display: block;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    padding: 0 15px;
    margin: 3px 0 0 10px;
    float: left;
}

.inforTop-box h2 span {
    color: #2ebba2;
    background: #c5f5ed;
}

.inforTop-box h2 b {
    font-weight: normal;
    color: #ef8383;
    background: #fdd;
}

.time-box {
    width: 160px;
    height: 132px;
    line-height: 132px;
    color: #666;
    letter-spacing: 1px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 50px;
}

.inforBottom-box h3 {
    width: 500px;
    line-height: 36px;
    color: #828080;
    float: left;
}

.btn-send {
    width: 160px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    background: #39d8bc;
    text-align: center;
    border-radius: 3px;
    margin-top: 20px;
    transition: all .2s;
}

.btn-send:hover {
    background: #1ebda2;
    transition: all .2s;
}

.icon-flex {
    display: block;
    width: 50px;
    height: 132px;
    line-height: 132px;
    font-size: 20px;
    color: #666;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}

.desc-box {
    display: none;
    border-top: 1px solid #e2e2e2;
    padding-bottom: 20px;
    margin: 0 auto;
    padding-right: 20px;
}

.desc-box h2 {
    line-height: 40px;
    color: #253044;
    padding-top: 10px;
}

.desc-box p {
    line-height: 26px;
    color: #666;
}

.copy-box {
    background-color: #48a135;
}

.copyTop-list li:first-child a, .copy-box li {
    color: #fff;
}

.banner-box .img-box, .tp-box .img-box, .post-list li .img-box {
    background-position: center center !important;
    background-attachment: scroll !important;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    background-repeat: no-repeat !important;
}

/* 响应式 */
@media (max-width: 1600px) {
    .banner-box .img-box {
        height: 70vh;
    }
}

@media (max-width: 1400px) {
    .banner-box .img-box {
        height: 60vh;
    }
}

@media (max-width: 1300px) {
    .banner-box .img-box {
        height: 50vh;
    }

    .main-box {
        padding: 40px 0;
    }
}

@media (max-width: 1230px) {
    header {
        padding: 0;
    }

    .middle-box {
        width: 100%;
        padding: 0 15px;
    }

    .main-box {
        padding: 40px 15px;
    }

    .jobList-box {
        width: calc(100% - 255px);
        margin-left: 15px;
    }

    .inforTop-box, .inforBottom-box {
        width: calc(100% - 180px);
    }

    .inforBottom-box h3 {
        width: 100%;
    }

    .copyTop-list li:first-child {
        width: 40%;
    }

    .copyTop-list li:nth-child(2) {
        width: 34%;
    }

    .copyTop-list li:last-child {
        width: 26%;
    }
}

@media (max-width: 1024px) {
    .banner-box .img-box {
        height: 40vh;
    }

    .main-box {
        padding: 15px;
    }
}

@media (max-width: 992px) {
    body {
        padding-top: 64px;
    }

    header {
        height: 64px;
    }

    .logo-box {
        margin-top: 10px;
    }

    .logo-box img {
        width: auto;
        height: 40px;
    }

    .nav-list li {
        width: 80px;
    }

    .nav-list li a {
        height: 64px;
        line-height: 64px;
        font-size: 15px;
    }

    .inforTop-box, .inforBottom-box {
        width: calc(100% - 20px);
    }

    .inforBottom-box {
        padding-bottom: 15px;
    }

    .job-list li {
        padding: 15px 25px 0 20px;
    }

    .inforTop-box h2 {
        float: none;
    }

    .inforTop-box h2 p {
        max-width: calc(100% - 90px);
    }

    .time-box {
        width: 120px;
        height: 30px;
        line-height: 30px;
        top: 44px;
        right: auto;
        left: 16px;
    }

    .icon-flex {
        height: auto;
        line-height: 36px;
        top: 50%;
        transform: translateY(-50%);
    }

    .copyTop-list li:first-child {
        width: 40%;
    }

    .copyTop-list li:nth-child(2) {
        width: 30%;
    }

    .copyTop-list li:last-child {
        width: 30%;
    }

    .copyBottom-list li:first-child {
        width: 40%;
    }

    .copyBottom-list li:last-child {
        width: 60%;
    }
}

@media (max-width: 840px) {
    .logo-box {
        margin-top: 10px;
    }

    .logo-box img {
        height: 36px;
    }

    .banner-box .img-box {
        height: 30vh;
    }

    .copyTop-list li:first-child, .copyBottom-list li:first-child {
        display: none;
    }

    .copyTop-list {
        display: table;
        margin: 0 auto;
    }

    .copyTop-list li {
        width: auto !important;
    }

    .copyTop-list li:nth-child(2) {
        padding-right: 15px;
    }

    .copyBottom-list li:last-child {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 768px) {
    body {
        padding-top: 0;
    }

    header {
        display: none;
    }

    .main-box {
        padding: 15px;
    }

    .filter-box {
        width: 100%;
        margin-bottom: 15px;
        padding: 15px;
        float: none;
    }

    .condition-list li {
        width: calc((100% - 75px) / 6);
        margin-right: 15px;
    }

    .condition-list li:nth-child(2n) {
        margin-right: 15px;
    }

    .condition-list li:nth-child(6n) {
        margin-right: 0;
    }

    .jobList-box {
        width: 100%;
        margin-left: 0;
        float: none;
    }
}

@media (max-width: 640px) {
    .condition-list li {
        width: calc((100% - 45px) / 4);
        margin-right: 15px;
    }

    .condition-list li:nth-child(2n), .condition-list li:nth-child(6n) {
        margin-right: 15px;
    }

    .condition-list li:nth-child(4n) {
        margin-right: 0;
    }

    .inforTop-box h2 p {
        font-size: 16px;
    }

    .inforTop-box h2 span, .inforTop-box h2 b {
        height: 24px;
        line-height: 24px;
        margin-top: 5.5px;
        padding: 0 10px;
    }

    .inforBottom-box h3 {
        line-height: 20px;
    }
}

@media (max-width: 400px) {
    .condition-list li {
        width: calc((100% - 30px) / 3);
        margin-right: 15px;
    }

    .condition-list li:nth-child(2n), .condition-list li:nth-child(4n), .condition-list li:nth-child(6n) {
        margin-right: 15px;
    }

    .condition-list li:nth-child(3n) {
        margin-right: 0;
    }
}

@media (max-width: 430px) {
    .copy-box li, .nsf-box p, #currentYear {
        font-size: 3.5vw;
    }
}

@media (max-width: 380px) {
    .banner-box .img-box {
        height: 25vh;
    }

    .filter-box h2 p, .filter-box h2 span b {
        font-size: 18px;
    }

    footer .middle-box {
        padding: 0 10px;
    }
}

@media (max-width: 360px) {
    .copy-box li {
        line-height: 16px;
    }

    .copyTop-list li {
        width: 100% !important;
        text-align: center !important;
    }

    .copyTop-list {
        height: 42px;
        position: relative;
    }

    .copyTop-list .nsf-box {
        display: flex;
        justify-content: center;
    }

    .nsf-box img {
        display: none;
    }
}

@media (max-width: 340px) {
    .banner-box .img-box {
        height: 22vh;
    }
}
