.job-box {
    padding: 160px 0 240px;
    background: #fff var(--job-bg-url) no-repeat left bottom / 100% auto;
}

.job-list {
    font-size: 18px;
    color: #646464;
    margin-top: 15px;
    text-align: center;
}

.job-list .thead {
    font-weight: bold;
    height: 18px;
    padding: 50px 0;
    line-height: 18px;
}

.job-list .thead .fore {
    border-right: 1px solid #cdcdcd;
}

.job-list .thead .fore:last-child {
    border-right: 0;
}

.job-item {
    border-bottom: 2px solid #cdcdcd;
    height: 110px;
    line-height: 110px;
}

.job-item .fore {
    width: 25%;
    float: left;
    box-sizing: border-box;
}

.job-item .fore4{
    height:100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.job-item .fore4 a {
    color: #646464;
    font-size:15px;
    display: block;
    width:100px;
    height:32px;
    border:1px solid #ddd;
    line-height: 32px;
}

.job-item .fore4 a:hover {
    color: #fff;
    background: #fd9b27;
    border:1px solid #fd9b27;
}

.is-title.border {
    margin-bottom: 30px;
}

.left-line {
    width: calc((100% - 1200px) / 2);
    position: absolute;
    left: 0;
    height: 1px;
    background: #5684c5;
}

.contact-box {
    color: #646464;
    padding: 120px 0 170px;
    background: #fff var(--bg-c-url) no-repeat left top / 100% 100%;
}

.contact-box .is-title-left {
    width: 190px;
    float: left;
}

.contact-box .is-title-left h4.title {
    color: #5684c5;
}

.contact-box .left-line {
    top: 168px;
}

.contact-box .is-title-left .line {
    background: #5684c5;
}

.contact-box .c-title {
    margin: 60px 0 30px;
    color: #fd9b27;
    font-size: 24px;
}

.contact-box .t-title {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 20px;
}

.contact-box .t-title .name{
    color:#5684c5;
}

.contact-box .t-title .icon{
    cursor: pointer;
    width:32px;
    height:33px;
    background: var(--icon-location-url) no-repeat center / auto 33px;
}

.contact-box .t-title .switch{
    width:150px;
    height:35px;
    line-height: 35px;
    box-sizing: border-box;
    padding-left:60px;
    border-radius: 6px;
    font-size:17px;
    cursor: pointer;
    background: #e1e1e1 var(--icon-switch-url) no-repeat 18px center / 25px auto;

}

.contact-box .t-title .icon.active{
    background: var(--icon-wang-url) no-repeat center / auto 33px;
}

.address-list{

}

.address-list img{
    display: block;
    width:100%;
    margin-top:40px;
}

.address-list ul{
    display: flex;
    flex-wrap: wrap;
}

.address-list li{
    width:30%;
    float:left;
    margin-right:5%;
    margin-bottom: 30px;
    background: #fff;
    border-top:6px solid #5684c5;
    border-bottom:1px solid #5684c5;
    box-sizing: border-box;
    padding:10px;
    font-size:17px;

}

.address-list li .top{
    color:#fd9b27;
    margin-bottom: 10px;
}

.address-list li .city{
    color:#646464;
    font-weight: 600;
    font-size:20px;
    margin-bottom: 10px;
}

.address-list li .address{
    line-height: 25px;
    font-size:16px;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}



.address-list li .phone{
    padding-left:25px;
    margin-top:10px;
    color:#5684c5;
    background: var(--icon-phone-url) no-repeat left center / 17px auto;
}

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

.contact-box .texts {
    font-size: 17px;
    line-height: 35px;
    margin-bottom: 40px;
}

#map{
    float:left;
    display: none;
}

.m-maps{
    display: none;
}

@media screen and (max-width: 1000px) {
    .address-list{
        display: none;
    }
    .contact-box .t-title .switch{
        display: none;
        width:110px;
        height:30px;
        line-height: 30px;
        box-sizing: border-box;
        padding-left:40px;
        border-radius: 6px;
        margin-top:-7px;
        color:#646464;
        font-size:14px;
        cursor: pointer;
        background: #e1e1e1 var(--icon-switch-url) no-repeat 10px center / 20px auto;

    }
    .job-box {
        padding: 40px 0 100px;
        background: #fff;
    }
    .is-title.border {
        margin-bottom: 10px;
    }
    .job-list .thead {
        font-weight: bold;
        height: 24px;
        padding: 10px 0;
        line-height: 18px;
        font-size: 15px;
    }
    .job-item {
        border-bottom: 1px solid #cdcdcd;
        height: 55px;
        line-height: 55px;
        font-size: 14px;
        padding: 10px 0;
        width: 100%;
        float: left;
    }
    .job-item .fore {
        width: 25%;
        float: left;
        box-sizing: border-box;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .job-item .fore4 a {
        color: #fff;
        font-size: 14px;
        display: block;
        background: #fd9b27;
        width: 80px;
        height: 32px;
        border: 1px solid #fd9b27;
        line-height: 32px;
    }
    .contact-box {
        color: #646464;
        padding: 40px 0 100px;
        background: #fff;
    }
    .contact-box .left-line {
        top: 168px;
        display: none;
    }
    .contact-box .is-title-left {
        width: 100%;
        float: left;
        border-bottom: 1px solid #5684c5;
        margin-bottom: -3px;
        overflow: visible;
    }
    .contact-box .is-title-left .line {
        background: #5684c5;
        margin-bottom: -3px;
    }
    .contact-box .c-title {
        margin: 30px 0 20px;
        color: #fd9b27;
        font-size: 17px;
        font-weight: 500;
    }
    .contact-box .t-title {
        font-weight: bold;
        margin-bottom: 10px;
        font-size: 15px;
        height:20px;
        line-height: 20px;
    }
    .contact-box .t-title .icon{
        cursor: pointer;
        width:30px;
        height:20px;
        background: var(--icon-location-url) no-repeat center / auto 20px;
    }

    .contact-box .t-title .icon.active{
        background: var(--icon-wang-url) no-repeat center / auto 20px;
    }
    .contact-box .texts {
        font-size: 14px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    #map{
        display: none;
        /*opacity: 0;*/
    }

    .m-t-mobile{
        color:#5684c5;
    }

    .m-maps{
        display: block;
        width:100%;
        float:left;
        margin-top:20px;
    }
    .m-maps li{
        width:25%;
        float:left;
        margin-bottom: 20px;
        text-align: center;
        height:104px;
        padding-top:85px;
        box-sizing: border-box;
        font-weight: bold;
        color:#646464;
        background: #fff var(--contact-url) no-repeat center / 35px 58px;
    }

    .m-maps li:nth-child(0),
    .m-maps li:nth-child(1),
    .m-maps li:nth-child(2),
    .m-maps li:nth-child(3){
        width:25%
    }
    .address-list li {
        width: 100%;
        float: left;
        margin-right: 0%;
        margin-bottom: 20px;
        background: #fff;
        border-top: 4px solid #5684c5;
        border-bottom: 1px solid #5684c5;
        box-sizing: border-box;
        padding: 10px 0;
        font-size: 14px;
    }

    .address-list li .top {
        color: #fd9b27;
        margin-bottom: 7px;
    }

    .address-list li .city {
        color: #646464;
        font-weight: 600;
        font-size: 15px;
        margin-bottom: 7px;
    }

    .address-list li .address {
        line-height: 20px;
        font-size: 14px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .address-list li .phone {
        padding-left: 20px;
        margin-top: 7px;
        color: #5684c5;
        background: var(--icon-phone-url) no-repeat left center / 14px auto;
    }
}