.hire-content {
    /* background-color: red; */
}

.hire-content .us {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hire-content .us .title {
    font-weight: bold;
    font-size: 36px;
    color: #222222;
    line-height: 50px;
    margin: 100px 200px;
}

/* 联系我们信息 */
.hire-content .us .right {
    /* margin: 100px 150px 80px; */
    /* background-color: red; */
    display: flex;
    width: 85%;
}

.hire-content .us .right .right_one {
    width: 50%;
}

.hire-content .us .right .right_two {
    width: 55%;
}

.hire-content .us .right .item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 50px;

}

.ewmBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 50px;
}
.ewmBox p{
    font-size: 18px;
    color: #1B2137;
    line-height: 25px;
    margin-top: 10px;
    font-weight:400;
}
.ewmFlex{
    display: flex;
    margin-top: 10px;
}
.hire-content .us .right .item .desc {
    margin-left: 40px;
}

.hire-content .us .right .item .desc .tit {
    font-weight: normal;
    font-size: 18px;
    color: #1B2137;
    line-height: 25px;
}

.hire-content .us .right .item .desc .content {
    font-size: 24px;
    color: #1B2137;
    line-height: 33px;
    text-align: left;
    margin-top: 10px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

/* 集团地址 */
.hire-content .us .right .item .desc .content .add-db {
    margin-left: 30px;
    margin-right: 10px;
}

.hire-content .us .right .item .desc .content .look-add {
    font-size: 18px;
    color: #7F7F7F;
    line-height: 33px;
    text-align: left;
}

.hire-content .us .right .item .desc .content .dy-img {
    max-width: 150px;
    height: auto;
}


/* 留言 */
.leave-message {
    background: #F6F8FA;
}

.leave-message .leave-wrap {}

.leave-wrap .leave-title {
    text-align: center;
    padding: 80px 0 40px;
    font-weight: normal;
    font-size: 36px;
    color: #222222;
    line-height: 50px;
}

.leave-wrap .leave-content {
    margin: 0 110px;
    background: #FFFFFF;
    border-radius: 4px;
    padding: 60px 150px;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.leave-wrap .leave-content .leave-item {
    /* background: red; */
    width: calc(50% - 60px);
    margin-bottom: 50px;
}

.leave-wrap .leave-content .leave-item .title {
    font-size: 16px;
    color: #222222;
    line-height: 22px;
    text-align: left;
    margin-bottom: 20px;
    padding-left: 15px;

    position: relative;
}

.leave-wrap .leave-content .leave-item .title::before {
    position: absolute;
    content: '*';
    left: 0;
    top: 0;
    font-size: 16px;
    color: #AB1F24;
    line-height: 22px;
}

/* 联系地址 */
.leave-wrap .leave-content .leave-item .title.address {
    padding-left: 0px;
}

.leave-wrap .leave-content .leave-item .title.address::before {
    content: '';
}

.leave-wrap .leave-content .leave-item .cont {
    height: 60px;
    background: #F6F8FA;
    border-radius: 4px;
    overflow: hidden;
    width: 100%;
}

.leave-wrap .leave-content .leave-item .cont>input {
    height: 100%;
    width: 100%;
    background: #F6F8FA;
    padding: 0 30px;
    font-size: 16px;
    line-height: 22px;
}

/* 留言内容 */
.leave-wrap .leave-content .leave-item.message {
    width: 100%;
}

.leave-wrap .leave-content .leave-item.message .cont {
    height: 120px;
}

.leave-wrap .leave-content .leave-item.message .cont>textarea {
    width: calc(100% - 60px);
    height: calc(100% - 20px);
    background: #F6F8FA;
    padding: 20px 30px;

    font-size: 16px;
    color: #7F7F7F;
    line-height: 22px;
    text-align: left;
}

.submit {
    width: 100%;
    background: #AB1F24;
    border-radius: 4px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    color: #FFFFFF;
}

.leave-wrap .leave-bottom {
    height: 80px;
}

.footer-menu-item a {
    color: #FFFFFF;
}

@media screen and (max-width:1600px) {
    .hire-content .us .title {
        margin: 100px 150px;
    }
}

@media screen and (max-width:1400px) {
    .hire-content .us .right {
        margin: 100px 100px 80px;
    }

    .hire-content .us .title {
        margin: 100px 150px;
    }
}

@media screen and (max-width:1200px) {
    .hire-content .us .right {
        margin: 100px 20px 80px;
    }

    .hire-content .us .title {
        margin: 100px 100px;
        font-size: 30px;
    }
}

@media screen and (max-width:980px) {
    .hire-content .us {
        display: flex;
        flex-direction: column;
    }

    .hire-content .us .title {
        margin: 20px 20px;
        text-align: center;
        font-size: 18px;
        line-height: 1.5;
    }

    .hire-content .us .right {
        margin: 0 20px 20px;
        padding: 0 20px;
        flex-direction: column;
    }

    .hire-content .us .right .item {
        margin-bottom: 10px;
    }

    .hire-content .us .right .item>img {
        width: 20px;
        height: 20px;
    }

    .hire-content .us .right .item .desc {
        margin-left: 20px;
    }

    .hire-content .us .right .item .desc .tit {
        font-size: 14px;
    }

    .hire-content .us .right .item .desc .content {
        font-size: 14px;
        line-height: 1.5;
    }

    .hire-content .us .right .item .desc .content .add-db {
        margin-left: 10px;
        margin-right: 5px;
        width: 15px;
        height: 15px;
    }

    .hire-content .us .right .item .desc .content .look-add {
        font-size: 14px;
        line-height: 1.5;
        min-width: 60px;
    }
    .ewmBox .dy-img{
        max-width: 80px !important;
    }
    .ewmBox p{
        font-size: 14px;
    }
    .hire-content .us .right .right_one{
        width: 100%;
    }
    .hire-content .us .right .right_two{
        width: 100%;
    }
    /* 留言 */
    .leave-wrap .leave-title {
        padding: 20px 0;
        font-size: 18px;
        line-height: 1.5;
    }

    .leave-wrap .leave-content {
        margin: 0px 20px;
        flex-direction: column;
        /* background-color: red; */
        padding: 20px 20px;
    }

    .leave-wrap .leave-content .leave-item {
        width: 100%;
        margin-bottom: 20px;
    }

    .leave-wrap .leave-content .leave-item .title {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 10px;
    }

    .leave-wrap .leave-content .leave-item .cont {
        height: 44px;
    }

    .leave-wrap .leave-content .leave-item .cont>input {
        font-size: 14px;
        line-height: 1.5;
        padding: 0 10px;
    }

    .leave-wrap .leave-content .leave-item.message .cont>textarea {
        padding: 10px;
        font-size: 14px;
        line-height: 1.5;
    }

    .submit {
        height: 44px;
        line-height: 44px;
        font-size: 14px;
    }
}