.width1600 {
    max-width: 1920px;
    box-sizing: border-box;
    margin: 0 auto;
    padding-left: 8.3% !important;
    padding-right: 8.3% !important;
}

.crumbs {
    height: 66px;
    line-height: 66px;
    background: #FFF;
    box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.03);
    color: #666;
}

.crumbs>div span:last-child {
    color: #004DA1;
    font-weight: bold;
}

.contact-detail>div {
    padding: 79px 0;
}

.content-title {
    margin-bottom: 30px;
}

.c-666666 {
    color: #666666;
}

.content-welcome {
    margin-bottom: 64px;
}

.content-tools {
    display: flex;
}

.content-tools>div {
    margin-right: 7.8%;
}

.content-tools>div img {
    width: 36px;
    height: 36px;
}

.content-tools>div:last-child {
    margin-right: 0;
}

.content-tools>div :nth-child(2) {
    margin: 20px 0 16px;
}

.bold {
    font-weight: bold;
}

.contact-map {
    max-width: 1920px;
    width: 100%;
    position: relative;
    padding-top: 31.3%;
}

#map {
    position: absolute;

    top: 0;
    width: 100%;
    height: 100%;
}

.contact-recruit {
    max-width: 1920px;
    padding: 167px 3.3%;
    box-sizing: border-box;
    background: url('../img/contact-bg.png') no-repeat;
    background-size: cover;
}

.contact-recruit>p {
    padding-left: 5%;
}

.contact-recruit .content-welcome {
    margin-bottom: 50px;
    line-height: 1.5;
}

.recruit-box {
    display: flex;
    margin-bottom: 30px;
    justify-content: center;
}

.recruit-item {
    width: 15%;
    min-width: 15%;
    padding: 40px 1.3%;
    /* margin-right: 2%; */
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
    margin-right: 2%;
}
.recruit-item a{
    display: block;
    width: 100%;
    height: 100%;
}

.recruit-item:last-child {
    margin-right: 0;
}

.recruit-detail :last-child {
    margin-right: 0;
}

.recruit-item .name {
    /* margin: 20px 0 14px; */
    line-height: 1.3;
}

.recruit-item:hover {
    background-color: #004DA1;
}

.recruit-item:hover p {
    color: #fff !important;
}

.c-999999 {
    color: #999999;
}

.recruit-box-left {
    width: 3%;
    background: url('../img/more-left.png') no-repeat center;
    background-size: 100%;
}

.recruit-box-right {
    width: 3%;
    background: url('../img/more-right.png') no-repeat center;
    background-size: 100%;
}

.recruit-detail {
    flex: 1;
    margin: 0 2.5%;
    /* display: flex; */
    overflow: hidden;
    /* overflow-x: scroll; */
}

.recruit-box-right:hover {
    background: url('../img/more-right-active.png') no-repeat center;
    background-size: 100%;
}

.recruit-box-left:hover {
    background: url('../img/more-left-active.png') no-repeat center;
    background-size: 100%;
}

/* .recruit-box-right.swiper-button-disabled:hover {
    background: url('../img/more-right.png') no-repeat center;
    background-size: 100%;
}

.recruit-box-left.swiper-button-disabled:hover {
    background: url('../img/more-left.png') no-repeat center;
    background-size: 100%;
} */

.mySwiper .swiper-slide-thumb-active {
    background-color: #004DA1;

}

.mySwiper .swiper-slide-thumb-active p {
    color: #fff !important;

}

.recruit-item.active {}

.recruit-item.active p {}

.recruit-ask {
    margin-left: 5%;
    background: #fff;
}

.recruit-ask>p {
    padding: 37px 2.5%;
    border-bottom: 1px solid #EFEFEF;
}

.recruit-ask .ask-item-box {
    padding: 50px 2.5% 80px;
    box-sizing: border-box;
    /* display: none; */
}

.recruit-ask .ask-item-box {
    display: flex;
}

.ask-title {
    margin-bottom: 28px;
}

.ask-detail p {
    margin-bottom: 15px;
    line-height: 1.5;
}

.ask-item {
    margin-right: 9.3%;
}

.ask-item:last-child {
    margin-right: 0;
}

.mySwiper2 {
    overflow: hidden;
}

@media only screen and (max-width: 768px) {
    .crumbs {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    .content-tools {
        flex-wrap: wrap;
        line-height: 1.5;
    }

    .content-tools>div {
        margin-bottom: 20px;
        width: 100%;
        margin-right: 0;
        display: flex;
        align-items: center;
    }

    .content-tools>div img {
        display: none;
    }

    .content-tools>div :nth-child(2) {
        margin: 0 20px 0 0;
        min-width: 70px;

    }

    .content-welcome {
        margin-bottom: 30px;
        line-height: 1.5;
    }

    .contact-detail>div {
        padding: 30px 0;
    }

    .contact-map {
        padding-top: 100%;
    }

    .contact-recruit {
        padding: 30px 3.3%;
    }

    .contact-recruit .content-welcome {
        margin-bottom: 30px;
    }

    .recruit-box-right,
    .recruit-box-left {
        width: 6%;
    }

    .recruit-item {
        padding: 20px;
    }

    .recruit-ask>p {
        padding: 20px;
    }

    .recruit-ask .ask-item-box {
        padding: 30px 20px;
        flex-direction: column;
        line-height: 1.5;
    }

    .ask-item {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .ask-item:last-child {
        margin-bottom: 0;
    }

    .ask-title {
        margin-bottom: 20px;
    }
}