.map{
    width: 100%;
    height: 570px;
    overflow: hidden;
    margin-top: 50px;
}
.map #allmap{
    width: 100%;
    height: 570px;
}
.content{
    width: 100%;
    height: auto;
}
.content .w-1200{
    position: relative;
}
.content .map-box{
    width: 1200px;
    height: 532px;
    /*position: absolute;*/
    bottom: 0;
    left: 0;
    background: #0078ba;
    display: flex;
    box-shadow: 0px 0px 10px #e1f0f8;
    z-index: 90;
    margin-top: 35px;
}
.map-box .map-le{
    width: 620px;
    height: 505px;
    background: #ffffff;
    padding-left: 50px;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 9000;
}
.map-le .map-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 20px;
    font-weight: bold;
    color: #0078ba;
    line-height: 30px;
    margin-top: 62px;
}
.map-le .map-ul{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 15px;
}
.map-ul .map-li{
    width: 100%;
    height: 28px;
    display: flex;
    overflow: hidden;
    margin-top: 20px;
}
.map-li .map-icon{
    width: 28px;
    height: 28px;
}
.map-li .map-span{
    width: auto;
    height: 28px;
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    margin-left: 18px;
}
.map-le .map-code{
    width: 157px;
    height: 157px;
    margin-top: 20px;
}

.map-box .map-ri{
    width: 580px;
    height: 505px;
    overflow: hidden;
    padding: 0 22px 0 52px;
    box-sizing: border-box;
}
.map-ri .map-head{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 20px;
    font-weight: bold;
    color: #fefefe;
    line-height: 30px;
    margin-top: 62px;
}
.map-head span{
    font-size: 14px;
    font-weight: 400;
    margin-left: 10px;
}
.map-ri .map-con{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.map-con .map-item{
    width: 100%;
    height: 50px;
    background: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    padding: 0 10px;
    box-sizing: border-box;
    margin-top: 36px;
}
.map-item:last-child{
    height: 103px;
    padding: 10px;
}
.map-item input {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
}
.map-item input {
    display: block;
    width: 100%;
    height: 100%;
    background: #ffffff;
    resize:none;
    font-size: 14px;
}
.map-ri .map-btn{
    width: 180px;
    height: 40px;
    background: #ffffff;
    border-radius: 5px;
    font-size: 16px;
    color: #0078ba;
    text-align: center;
    line-height: 40px;
    margin-top: 38px;
    cursor: pointer;
}
