.container {
    background: rgb(251, 251, 253) !important;
}

.nav {
    margin-top: 55px;
    width: 100%;
    position: relative;

}

.nav-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.nav-container img {
    width: 100%;
    height: 100%;
}

.map-part {
    width: 100%;
    height: 600px;
    margin: 0 auto;
    position: relative;
}

.map-part .text {
    position: absolute;
    top: 305px;
    left: 10%;
}

.map-part .text-part .con {
    font-size: 14px;
    font-family: 'MicrosoftYaHei';
    font-weight: 400;
    color: #403e3e;
    line-height: 25px;
    margin-bottom: 20px;
    display: flex;
}

.map-part .text-part .con img {
    width: 25px;
    height: 25px;
    margin-right: 9px;
}







.my-map {
    position: absolute;
    top: 29px;
    left: 5%;
    margin: 0 auto;
    width: 90%;
}

.my-map .icon {
    background: url(//a.amap.com/lbs-dev-yuntu/static/web/image/tools/creater/marker.png) no-repeat;
}

.my-map .icon-cir {
    height: 31px;
    width: 28px;
}

.my-map .icon-cir-red {
    background-position: -11px -5px;
}

.amap-container {
    height: 100%;
}

.myinfowindow {
    width: 240px;
    min-height: 50px;
}

.myinfowindow h5 {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    font-size: 14px;
    font-weight: bold;
    width: 220px;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap;
}

.myinfowindow div {
    margin-top: 10px;
    min-height: 40px;
    line-height: 20px;
    font-size: 13px;
    color: #6f6f6f;
}


