.pop_bg {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    z-index: 100000;
}

@media screen and (max-width:1199px) {
    body {
        background: #1ca738;
    }
    
    .section01 img,
    .section02 img,
    .section03 img {
        display: block;
        width: 100%;
        margin-top: -1px;
    }

    .section02 {
        margin: 0 auto;
        width: 3.5rem;
        padding: 0.25rem 0.2rem;
        /* height: 590px; */
        border-radius: 0.15rem;
        background: #fff;
        box-shadow: 0.04rem 0.07rem 0.16rem 0 rgba(0, 74, 15, 0.2);
    }

    .section02 h5 {
        color: #333;
        font-size: 0.24rem;
        line-height: 1.065;
        text-align: center;
    }

    .section02 p {
        color: #199a32;
        font-size: 0.18rem;
        font-weight: bold;
        text-align: center;
        margin-top: 0.1rem;
    }

    .section02_ul {
        width: 3.11rem;
        margin-top: 0.2rem;
    }

    .section02_ul li {
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 0.11rem 0.2rem 0.15rem;
        border-bottom: 0.005rem solid rgba(28, 167, 56, 0.3);
    }

    .section02_ul li:last-child {
        border: none;
    }

    .section02_ul_t {
        font-size: 0.12rem;
        color: #333;
    }

    .section02_ul_btn {
        width: 0.63rem;
        height: 0.225rem;
        background-color: rgb(28, 167, 56);
        text-align: center;
        line-height: 0.225rem;
        border-radius: 0.25rem;
        font-size: 0.12rem;
        color: #fff;
    }

    .section02 img {
        display: block;
        text-align: center;
        margin-top: 0.1rem
    }

    .title {
        font-size: 0.24rem;
        font-weight: bold;
        color: #fff;
        text-align: center;
    }

    .section03 {
        margin-top: 0.23rem;
    }

    .section03 .title {
        padding-top: 0.33rem;
        padding-bottom: 0.15rem;
        background: url(../image/jobbag02/t2_bg.png) no-repeat top center;
        background-size: 1.65rem auto;
    }

    .section04 {
        margin: 0.25rem auto 0;
        width: 3.5rem;
        padding: 0.25rem 0.2rem;
        border-radius: 0.15rem;
        background: #fff;
        box-shadow: 0.04rem 0.07rem 0.16rem 0 rgba(0, 74, 15, 0.2);
    }

    .section04 .title {
        color: #333;
        padding-top: 0.33rem;
        padding-bottom: 0.15rem;
        background: url(../image/jobbag02/t3_bg.png) no-repeat top center;
        background-size: 1.65rem auto;
    }

    .swiper-wrapper {
        height: 3.3rem;
    }

    .swiper-pagination-bullet-active {
        background: #1ca738 !important;
    }

    .section04_li {
        width: 3.1rem;
        padding: 0.2rem;
        border-radius: 0.15rem;
        background-color: #fff;
        border: 0.01rem solid rgb(210, 237, 215);
        border-radius: 0.05rem;
        box-shadow: 0.04rem 0.07rem 0.16rem 0 rgba(0, 74, 15, 0.2);
    }

    .section04_li_t {
        display: flex;
        justify-content: space-between;

    }

    .section04_li_t_l {
        padding-top: 0.1rem;
    }

    .section04_li_t_l p {
        font-weight: bold;
        font-size: 0.15rem;
        color: #333;
        line-height: 1.5;
    }

    .section04_li_t_r {
        width: 0.54rem;
        height: 0.54rem;
    }

    .section04_li_con {
        margin-top: 0.23rem;
        font-size: 0.15rem;
        color: #333;
        line-height: 1.5;
    }

    .section04_li_b {
        display: flex;
        margin-top: 0.11rem;
    }

    .section04_li_b span {
        padding: 0.05rem 0.1rem;
        font-weight: bold;
        font-size: 0.12rem;
        color: rgb(28, 166, 55);
        background-color: #d2edd7;
        margin-right: 0.12rem;
    }

    .btns {
        width: 3.45rem;
        margin: 0.18rem auto 0;
        padding-bottom: 0.17rem;
        z-index: 1000;
    }

    .btn {
        cursor: pointer;
        display: inline-block;
        width: 1.67rem;
        height: 0.39rem;
        line-height: 0.39rem;
        text-align: center;
        font-size: 0.18rem;
        color: #fff;
        font-weight: bold;
        border-radius: 0.05rem;
        background-color: rgb(32, 115, 228);
        margin-bottom: 0.05rem;
    }

    .btn01 {
        background-color: #ff8400;
    }

    /* 弹窗 */
    .pop_bg {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.6);
    }

    .pop_box {
        width: 3.45rem;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .pop_contant {
        width: 100%;
        /* height: 4.28rem; */
        margin: 0 auto;
        padding: 0.25rem 0.2rem;
        box-sizing: border-box;
        border-radius: 0.075rem;
        background-color: rgb(255, 255, 255);
    }

    .pop_bottom img {
        width: 2rem;
        display: block;
        margin: 0 auto;
    }

    .input_box input {
        font-size: 0.15rem;
        width: 100%;
        height: 0.425rem;
        border-radius: 0.05rem;
        padding-left: 0.15rem;
        margin-top: 0.15rem;
        border: 0.01rem solid rgb(193, 193, 193);
        background-color: rgb(246, 246, 246);
    }

    .submit {
        width: 100%;
        height: 0.425rem;
        margin-top: 0.15rem;
        line-height: 0.425rem;
        color: #fff;
        font-size: 0.15rem;
        font-weight: bold;
        border-radius: 0.05rem;
        background-color: rgb(28, 167, 56);
    }

    .pop_bottom span {
        display: block;
        font-size: 0.12rem;
        margin-top: 0.1rem;
        color: rgb(153, 153, 153);
        line-height: 1.542;
        text-align: center;
    }

    .close {
        width: 0.4rem;
        height: 0.4rem;
        position: relative;
        left: 50%;
        top: 0.11rem;
        transform: translateX(-50%);
    }

    .close img {
        width: 100% !important;
        height: 100% !important;
    }

    .checkbox {
        text-align: center;
        margin-top: 20px;
    }

    .checkbox_a {
        display: inline-block;
        width: 13px;
        height: 13px;
        position: relative;
        margin-top: 0;
        padding-left: 0;
        cursor: pointer;
    }

    .checkbox_a::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 13px;
        height: 13px;
        border: 2px solid #1ca738;
        background-color: #fff;
    }

    .checkbox_a:checked {
        position: relative;
        margin-top: 0;
        padding-left: 0;
    }

    .checkbox_a:checked::before {
        content: "\2713";
        position: absolute;
        top: 0;
        left: 0;
        width: 13px;
        height: 13px;
        border: 2px solid #1ca738;
        background-color: #fff;
        color: #1ca738;
        font-weight: bold;
        line-height: 1;
        text-align: center;
    }

    /* 提示框 */
    .torpraps {
        /* width: 200px; */
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: rgba(0, 0, 0, 0.8);
        color: #fff;
        padding: 0.1rem 0.2rem;
        text-align: center;
        display: none;
        border-radius: 0.05rem;
        font-size: 0.14rem;
        z-index: 10000000000;
    }


}

@media screen and (min-width:1200px) {
    .pc-hide {
        display: none !important;
    }

    body {
        background: #1ca738;
    }

    .btns {
        width: 100%;
        text-align: center;
        margin-top: 45px;
        z-index: 1000;
    }

    .btn {
        cursor: pointer;
        display: inline-block;
        width: 298px;
        height: 70px;
        line-height: 70px;
        text-align: center;
        font-size: 30px;
        color: #fff;
        font-weight: bold;
        border-radius: 15px;
        background-color: rgb(32, 115, 228);
        margin-right: 32px;
    }

    .btn img {
        margin-left: 75px;
    }

    .btn01 {
        background-color: #ff8400;
    }
    .top01{
        width: 100%;
        height: 331px;
        background: url("../image/jobbag02/fwb01_01.png") no-repeat top center;
        background-size: auto 100%;
    }
    .top02{
        width: 100%;
        height: 331px;
        background: url("../image/jobbag02/fwb01_02.png") no-repeat top center;
        background-size: auto 100%;
    }
    .section01 {
        padding-top: 46px;
        width: 100%;
        height: 662px;
        box-sizing: border-box;
        position: absolute;
    }

    /* .section01 img {
        width: 1400px;
        display: block;
        margin: -1px auto 0;
    } */
    .section02 img{
        display: block;
        margin: 0 auto;
    }
    .section02 img:nth-child(2){
        margin: 50px auto 90px;
    }

    .section02 {
        padding-top: 660px;
        width: 1200px;
        margin: 0 auto; 
        /* padding-bottom: 60px;
        border-radius: 30px;
        background-color: rgb(255, 255, 255);
        box-shadow: 8px 13.856px 32px 0px rgb(0, 74, 15);*/
        
    }
    .section02_box{
        padding-top: 110px;
        margin-top: -110px;
        padding-bottom: 60px;
        border-radius: 30px;
        background-color: rgb(255, 255, 255);
        box-shadow: 8px 13.856px 32px 0px rgb(0, 74, 15);
        width: 1200px;
        
    }

    .section02 h5 {
        color: #333;
        font-size: 48px;
        line-height: 1.065;
        text-align: center;
    }

    .section02 h5 span {
        color: #199a32;
    }

    .section02_con {
        width: 970px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }

    .section02_con img {
        display: block;
        margin-top: 40px;
    }

    .section02_ul {
        width: 646px;
        margin-top: 60px;
    }

    .section02_ul li {
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 20px 40px;
        border-bottom: 0.005rem solid rgba(28, 167, 56, 0.3);
    }

    .section02_ul li:last-child {
        border: none;
    }

    .section02_ul_t {
        font-size: 20px;
        color: #333;
    }

    .section02_ul_btn {
        width: 126px;
        height: 45px;
        background-color: rgb(28, 167, 56);
        text-align: center;
        line-height: 45px;
        border-radius: 50px;
        font-size: 20px;
        color: #fff;
    }

    .section02 p {
        font-size: 24px;
        color: #333;
        padding-top: 40px;
        text-align: center;
    }

    .section02 p span {
        color: #ff8400;
    }

    .title {
        font-size: 48px;
        font-weight: bold;
        color: #fff;
        text-align: center;
    }

    .section03 {
        width: 1200px;
        margin: 53px auto 0;
    }

    .section03 .title {
        text-align: center;
        padding-top: 60px;
        padding-bottom: 30px;
        background: url(../image/jobbag02/t2_bg.png) no-repeat top center;
        background-size: 330px auto;
    }

    .section04 {
        margin: 75px auto 0;
        width: 1200px;
        padding-bottom: 77px;
        border-radius: 30px;
        background: #fff;
        box-shadow: 8px 13.856px 32px 0px rgb(0, 74, 15);
    }

    .section04 .title {
        color: #333;
        padding-top: 80px;
        padding-bottom: 40px;
        background: url(../image/jobbag02/t3_bg.png) no-repeat center 20px;
        background-size: 370px auto;
    }

    .swiper-container {
        margin: 0 auto;
        width: 1000px;
        height: 450px;
    }

    .swiper-pagination {
        position: absolute !important;
    }

    .section04_ul {
        width: 1000px;
        height: 400px;
        display: flex;
        justify-content: space-between;
    }

    .section04_li {
        width: 470px;
        height: 400px;
        padding: 35px 42px;
        border-radius: 10px;
        background-color: #fff;
        border: 2px solid rgb(210, 237, 215);
        border-radius: 10px;
    }

    .section04_li_t {
        display: flex;
        justify-content: space-between;

    }

    .section04_li_t_l p {
        font-weight: bold;
        font-size: 18px;
        color: #333;
        line-height: 1.5;
        padding-top: 20px;
    }

    .section04_li_t_r {
        width: 109px;
        height: 109px;
    }

    .section04_li_con {
        margin-top: 20px;
        font-size: 18px;
        color: #333;
        line-height: 1.5;
    }

    .section04_li_b {
        display: flex;
        margin-top: 22px;
    }

    .section04_li_b span {
        padding: 10px 20px;
        font-weight: bold;
        font-size: 18px;
        color: rgb(28, 166, 55);
        background-color: #d2edd7;
        margin-right: 18px;
    }

    /* 弹窗 */
    .pop_bg {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.6);
    }

    .pop_box {
        width: 403px;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .pop_contant {
        width: 100%;
        /* height: 501px; */
        margin: 0 auto;
        padding: 30px 25px;
        box-sizing: border-box;
        border-radius: 10px;
        background-color: #fff;
    }

    .pop_bottom img {
        display: block;
        margin: 0 auto;
    }

    .input_box input {
        font-size: 16px;
        width: 100%;
        height: 49px;
        border-radius: 6px;
        padding-left: 22px;
        margin-top: 20px;
        border: 1px solid rgb(193, 193, 193);
        background-color: rgb(246, 246, 246);
    }



    .submit {
        width: 100%;
        height: 49px;
        margin-top: 20px;
        line-height: 49px;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        border-radius: 6px;
        background-color: rgb(28, 167, 56);
    }

    .pop_bottom span {
        display: block;
        font-size: 14px;
        margin-top: 10px;
        color: rgb(153, 153, 153);
        line-height: 1.542;
        text-align: center;
    }

    .close {
        width: 48px;
        width: 48px;
        position: relative;
        left: 50%;
        top: 15px;
        transform: translateX(-50%);
    }

    .close img {
        width: 100% !important;
        height: 100% !important;
    }

    .checkbox {
        text-align: center;
        margin-top: 20px;
    }

    .checkbox_a {
        display: inline-block;
        width: 13px;
        height: 13px;
        position: relative;
        margin-top: 0;
        padding-left: 0;
        cursor: pointer;
    }

    .checkbox_a::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 13px;
        height: 13px;
        border: 2px solid #1ca738;
        background-color: #fff;
    }

    .checkbox_a:checked {
        position: relative;
        margin-top: 0;
        padding-left: 0;
    }

    .checkbox_a:checked::before {
        content: "\2713";
        position: absolute;
        top: 0;
        left: 0;
        width: 13px;
        height: 13px;
        border: 2px solid #1ca738;
        background-color: #fff;
        color: #1ca738;
        font-weight: bold;
        line-height: 1;
        text-align: center;
    }

    /* 提示框 */
    .torpraps {
        /* width: 200px; */
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: rgba(0, 0, 0, 0.8);
        color: #fff;
        padding: 10px 20px;
        text-align: center;
        display: none;
        border-radius: 5px;
        font-size: 14px;
        z-index: 10000000000;
    }


}