.lc_banner{position: relative;}
.lc_banner>img{width: 100%;}

.lc_item{padding: 100px 0;min-height: 600px;}

.lc_base{display: flex;justify-content: space-between;}
.lc_base_l{width: 48%;}
.lc_base_l>h1{font-size: 30px;line-height: 2;font-weight: 600;}
.lc_base_l>p{height: 3px;background-color: #cfcfcf;position: relative;margin: 20px 0 0;}
.lc_base_l>p>span{position: absolute;left: 0;height: 100%;width: 120px;background-color: var(--base);}
.lc_base_m{display: flex;justify-content: space-between;flex-wrap: wrap;border-bottom: 1px solid #e2e2e2;}
.lc_base_mi{width: 48%;display: flex;align-items: center;gap: 20px;padding: 30px 0;}
.lc_base_mr>h1{color: #666;line-height: 2;font-size: 16px;}
.lc_base_mi:first-child{width: 100%;border-bottom: 1px solid #e2e2e2;}
.lc_base_b{padding: 30px 0 0;}
.lc_base_b>h1{color: #666;font-size: 16px;margin-bottom: 20px;}
.lc_base_b>a{margin-right: 10px;display: inline-block;position: relative;}
.lc_base_d{position: absolute;top: calc(100% + 5px);left: 0;opacity: 0;transition: .3s;}
.lc_base_b>a:hover .lc_base_d{opacity: 1;}
.lc_map{width: 48%;height: 500px;}

.lc_job_w{margin: 0 auto 60px;}
.lc_job_h{display: flex;justify-content: space-between;background-color: var(--base);height: 60px;align-items: center;padding: 0 20px;}
.lc_job_h>span{flex: 1;color: #fff;}
.lc_job_h>i{width: 26px;}
.lc_job_t{display: flex;justify-content: space-between;flex-wrap: wrap;height: 60px;align-items: center;padding: 0 20px;background-color: #fff;}
.lc_job_t>span{width: 25%;color: #545454;}
.lc_job_t>img{transition: .3s;}
.lc_job_i:nth-child(2n) .lc_job_t{background-color: #ebebeb;}
.lc_job_b{background-color: #f1f9ff;padding: 40px;display: none;}
.lc_job_b>div{overflow: hidden;}
.lc_job_i:nth-child(2) .lc_job_b{display: block;}

.lc_leave>h1{margin: 40px 0 30px;}
.lc_form{padding: 50px 20px;background-color: #f9f9f9;border-radius: 10px;margin-bottom: 100px;display: flex;justify-content: space-between;flex-wrap: wrap;}
/* .lc_form{display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 50px;} */
.lc_form_i{width: 31%;margin-bottom: 20px;}
.lc_form_k{width: 65.4%;}
.lc_form_i>span{display: block;margin-bottom: 10px;}
.lc_form_i>[type="text"]{width: 100%;color: #333;padding: 0 10px;height: 42px;border-radius: 10px;background-color: #fff;}
.lc_form_j{width: 100%;}
.lc_form_j>span{display: block;margin-bottom: 10px;}
.lc_form_j>textarea{width: 100%;height: 150px;background-color: #fff;padding: 10px;resize: none;color: #666;line-height: 1.5;border-radius: 10px;}
.lc_form>a{width: 134px;height: 40px;line-height: 40px;text-align: center;outline: none;background-color: var(--base);color: #fff;cursor: pointer;border-radius: 5px;margin-top: 20px;}
.lc_form>a>img{height: 20px;margin-left: 10px;}
.lc_form>[type="reset"]{margin-right: 40px;background-color: #cacaca;color: #fff;opacity: 0;}



@media screen and (max-width: 766px) {
    .lc_banner>img{object-fit: cover;height: 16rem;}

    .lc_item{padding: 6rem 0;}

    .lc_base{flex-direction: column-reverse;}
    .lc_map{width: 100%;height: 30rem;}
    .lc_base_l{width: 100%;margin-top: 3rem;}
    .lc_base_l>h1{font-size: 2.4rem;line-height: 1.5;}

    .lc_base_mi{width: 100%;padding: 2rem 0;}

    .lc_job_h>span{font-size: 2rem;}
    .lc_job_b{padding: 2.4rem;}

    /* .lc_delc_c{width: 100%;margin-top: 6rem;padding: 4rem 2rem;}
    .lc_delc_c>p{font-size: 1.4rem;} */

    .lc_leave>h1{margin: 2rem 0;line-height: 2;}
    
    .lc_form_c>input{width: 100%;margin-bottom: 1.5rem;}
    .lc_form_c>textarea{margin-top: 0;}
    .lc_form_i{width: 100%;}
    .lc_form_btn{margin-top: 1.5rem;}
    .lc_form_btn>button{width: 10rem;}
    .lc_form_btn>[type="reset"]{margin-right: 1.5rem;}
}

