.haibao-wai{
    position: relative;
}
.haibao-wai img{
    width: 100%;
    display: block;
}
.mbx{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 46px;
    background-color: rgba(0,0,0,.5);
}
.mbx .container{

}
.fenye-name{
    width: 330px;
    height: 60px;
    background: #2a49ca;
    float: left;
    overflow: hidden;
    margin-top: -14px;
    padding-top: 10px;
    border-radius: 8px 8px 0 0;
}
.fenye-name span{
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-left: 20px;
    margin-top: 4px;
    float: left;
}
.fenye-name span img{
    display: block;
    width: 100%;
    height: 100%;
}
.fenye-name p{
    display: inline-block;
    padding-left: 20px;
    font-size: 24px;
    line-height: 40px;
    float: left;
    color: #fff;
}
.where{
    float: right;
    overflow: hidden;
    height: 46px;
    line-height: 45px;
}
.where li{
    display: inline-block;
    margin-right: 10px;
}
.where li a{
    display: inline-block;
    color: #fff;
}


/*  Body*/
.Body-wai{

}
.Body{
    width: 100%;
    position: relative;
}
.BMapLabel{
    display: block!important;
    background-color: transparent!important;
    background-image: url("../images/xw-name.png");
    background-repeat: no-repeat;
    background-size: 100%;
    left: -116px!important;
    top: -189px!important;
    width: 320px;
    height: 220px;
    border: none!important;
    padding: 0!important;
}
.mengceng{
    position: absolute;
    top: 100px;
    left: 351.5px;
    width: 450px;
    height: auto;
    border-radius: 6px;
    /*margin-top: 100px;*/
    /*margin-left: 200px;*/
    background-color: rgba(0,0,0,.7);
    padding: 30px;
}
.mengceng h1{
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
}
.form{
    width: 100%;
    height: auto;
}
.form input{
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: 1px solid #e5e5e5;
    margin-bottom: 15px;
    outline: none;
    color: #999;
    font-size: 16px;
    padding-left: 1em;
}
.form textarea{
    display: block;
    width: 100%;
    height: 80px;
    border: 1px solid #e5e5e5;
    outline: none;
    font-size: 16px;
    color: #999;
    resize: none;
    text-indent: 1em;
    padding-top: 10px;
    margin-bottom: 15px;
}
.form input:last-child{
    display: block;
    text-align: center;
    font-size: 22px;
    background-color: #ff8d40;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    border-color: #ff8d40;
    padding-left: 0;
}








