


.lx{
    padding-bottom: 1.2rem;
}
.form-box {
    margin-bottom: .75rem;
    padding: .55rem .6rem;
    background: url(../img/lx-bg.jpg) center no-repeat;
    background-size: cover;
    box-sizing: border-box;
    border-radius: .1rem;
}
.form-box .form-tit{
    
    margin-bottom: .55rem;
    font-size: .4rem;
    font-weight: bold;
    color: #212121;
    text-align: center;
}

.form-box form{
    width: 6rem;
    margin: 0 auto;
}
.form-box .input-box{
    display: flex;
    justify-content: space-between;
}
form input,
form textarea
{
    border:1px solid #e9e9e9;
    border-radius: .1rem;
}
.form-box .addr {
    padding: 0 .15rem;
    box-sizing: border-box;
    margin: .1rem 0;
    width: 100%;
    height: .4rem;
    line-height: .4rem;
    font-size: .2rem;
    border-radius: .04rem;
    background: #fff;
    box-sizing: border-box;
}
.form-box .input-box input{
    padding: 0 .15rem;
    width: 2.95rem;
    height: .4rem;
    line-height: .4rem;
    font-size: .2rem;
    border-radius: .04rem;
    background: #fff;
    box-sizing: border-box;
}
.form-box textarea{
    padding: 0 .15rem;
    margin-bottom: .2rem;
    font-family: 'Microsoft YaHei';
    width: 100%;
    height: .8rem;
    line-height: .5rem;
    font-size: .2rem;
    resize: none;
    border-radius: .04rem;
    box-sizing: border-box;
}
.form-box .button-box{
    display: flex;
    justify-content: center;
}

.form-box .button-box>div{
    margin: 0 .25rem;
    width: 1.55rem;
    height: .4rem;
    line-height: .4rem;
    border-radius: .04rem;
    text-align: center;
    font-size: .24rem;
    color: #fff;
    cursor: pointer;
}

.form-box .button-box .submit{
    background: #faaf3b;
}

.map-box{
    position: relative;
    height: 100%;
}
.map-box .Corp-info{
    padding: .3rem 0 0 .5rem;
    box-sizing: border-box;
    position: absolute;
    top: 1.3rem;
    left: 2.6rem;
    width: 6rem;
    height: 4.4rem;
    background: rgba(250, 175, 59, .9);
    color: #fff;
    
}
.map-box .Corp-info .tel{
    margin-bottom: .2rem;
    font-weight: bold;
}
.map-box .Corp-info .tel span{
    font-size: .18rem;
    
}
.map-box .Corp-info .tel .num{
    font-size: .48rem;
}
.map-box .Corp-info  .addr{
    margin-bottom: .15rem;
    font-size: .16rem;
    line-height: 1.5em;
}
.map-box .Corp-info  .addr .en{
    font-size: .14rem;
}
.map-box .Corp-info  .web{
    margin-bottom: .2rem;
    font-size: .16rem;
}
.map-box .Corp-info .code{
    width: 1.2rem;
    height: 1.2rem;
}
#map{
    width: 100%;
    height: 7rem;
}