.company .title-box::after{
    content: "";
    position: absolute;
    top: 24px;
    left: 0;
    height: 1px;
    width: calc(50% - 135px);
    background-color: #F5F5F5;
}
.company .title-box::before{
    content: "";
    position: absolute;
    top: 24px;
    right: 0;
    height: 1px;
    width: calc(50% - 135px);
    background-color: #F5F5F5;
}
.company .title-box{
    position: relative;
    margin: 185px auto 48px;
}
.company .title-box h2 span{
    color: #858585;
}

.form-box{
    text-align: center;
}
.form-box .flex{
    text-align: left;
    justify-content: space-between;
    margin-bottom: 26px;
}
.flex-item{
    flex: none;
    width: calc(33% - 20px);
}
.ipt-tit{
    text-align: left;
    margin: 26px 0 10px 20px;
    /* margin-bottom: 26px; */
}
.flex-item .ipt-ipt{
    /* height: 20px; */
    padding: 12px 0;
    background-color: #F4F4F4;
    width: calc(100% - 10px);
}
.flex-item .ipt-ipt input{
    width: calc(100% - 60px);
    margin-left: 48px;
    height: 20px;
    line-height: 20px;
    background: none;
    outline: none;
    border: none;
}
.text-box{
    width: calc(100% - 10px);
    padding: 20px 20px 20px 48px;
    background-color: #F4F4F4;
}
.text-box textarea{
    width: 100%;
    min-height: 60px;
    resize:none;
    background: none;
    outline: none;
    border: none;
}
button{
    max-width: 100%;
    text-align: center;
    margin: 27px auto 47px;
    color: #fff;
    background-color: #50BAFF;
    padding: 12px 110px;
    font-size: 18px;
    line-height: 18px;
}
.mapbox{
    width: 100%;
    height: 389px;
    margin-bottom: 67px;
}
.lx-container{
    position: relative;
}
.lx-top{
    width: 100%;
    max-width: 946px;
    height: 184px;
    background: url(../images/ban_zx_bg.png) no-repeat;
    background-size: 100% auto;
    color: #fff;
    position: absolute;
    top: -94px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 5;
    justify-content: space-around;
    padding: 0 40px;
}
.lx-top>div p:nth-child(1){
    margin: 48px 0 19px;
}
.lx-top>div:nth-child(2){
    flex: 1;
    padding: 0 40px;
}
.lx-top>div{
    /* flex: 1; */
}
.lx-top>div>p img{
    float: left;
    margin-right: 10px;
}
.lx-ewm{
    width: 134px;
    height: 146px;
    margin-top: 10px;
    text-align: center;
    background-color: #fff;
    /* border: 4px solid rgba(255,255,255,.4); */
}
.lx-ewm img{
    margin: 14px auto 0;
}
.lx-ewm p{
    font-size: 14px;
    color: #1E81C1;
}
@media screen and (min-width:769px) and (max-width:979px) {

    .form-box .flex{
        display: block;
    }
    .flex-item{
        flex: 1;
        width: 100%;
        /* width: calc(33% - 20px); */
    }
}

@media (max-width:768px){
    .form-box .flex{
        display: block;
    }
    .flex-item{
        flex: 1;
        width: 100%;
        /* width: calc(33% - 20px); */
    }
    button{
        width: 100%;
        text-align: center;
        margin: 27px auto 47px;
        padding: 12px 0;
        font-size: 16px;
        line-height: 16px;
    }
    .lx-container{
        position: relative;
    }
    .lx-top{
        background: none;
        top: 0;
        color: #333;
        height: auto;
        position: relative;
        left: 0;
        top: 0;
    }
    .company .title-box{
        margin-top: 40px;
    }

}