.contact-person{
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.person-item{
    width:18%;
    background:#fff;
    height:240px;
    border-radius:10px;
    padding:20px;
}
.person-item:hover{
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.coreg-linian{
    padding: 30px;
    background: #fff;
    color:#666;
    font-size:16px;
    line-height:33px;
}
.contact-box{
    margin-top:30px;
}
.comp-title{
    font-weight:500;
    font-size:16px;
    margin-bottom:10px;
}
.comp-desc{
    font-size:14px;
    margin-bottom:10px;
    color:#787878;
    line-height:30px;
    height:100px;
    overflow:hidden;
    text-indent:2em;
}
.comp-tel{
    font-size:14px;
    font-weight:500;
}
.div_map {
    margin-bottom: 40px;
}

.contact {
    margin-bottom: -30px;
}

.contact .cont-sec .infos {
    width: 70%;
}

.contact .cont-sec .message {
    padding: 31px 24px 40px 34px;
    width: 29%;
}
.recruit-con{
    border:1px solid #444;
}
@media screen and (max-width: 767px) {
    .box-popup {
        height: 80%;
        width: 80%;
    }

    .box-popup .box-content {
        height: 80%;
    }
    .contact-person{
        display:block;
    }
    .person-item{
        width:100%;
        background:#fff;
        height:240px;
        border-radius:10px;
        padding:20px;
        margin-bottom:20px;
    }

}
