.banner{
    background: url(../img/banner5.png) no-repeat;
    background-size: 100% 100%;
    height: 412px;
}
.banner h1{
    font-size: 48px;
    color: #FFFFFF;
    margin-top: -100px;
}
.contact{
    width: 100%;
    display: flex;
    justify-content: center;
}

.contactBox{
    border-radius: 10px;
    margin-top: -156px;
    background: #FFFFFF;
    padding: 37px 25px;
    margin-bottom: 75px;
}
.contactInfo{
    padding: 10px 20px;

}
.contactInfo>div:first-of-type{
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0em;
    color: #333333;
}
.contactInfo>div:last-of-type{
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0em;
    color: #333333;
    margin-top: 24px;
}
.map{
    padding: 5px 10px;
}
.mapBox{
    height: 324px;
    padding: 10px;
    display: flex;
    flex-direction: column;
}
.mapTitle{
    line-height: 30px;
}
.myMap {
    flex: 1;
    border-radius: 5px;
    overflow: hidden;
}
.myMap .icon {
    background: url(//a.amap.com/lbs-dev-yuntu/static/web/image/tools/creater/marker.png) no-repeat;
}

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

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

.amap-container {
    height: 100%;
}

.myInfoWindow {
    width: 248px;
    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;
    margin: 0;
}

.myInfoWindow div {
    margin-top: 6px;
    min-height: 40px;
    line-height: 20px;
    font-size: 11px;
    color: #6f6f6f;
}
.amap-info-content{
    border-radius: 4px;
}
@media (max-width: 768px) {
    .banner{
        height: 150px;
    }
    .banner h1 {
        margin-top: 0;
    }
    .contactBox{
        margin-top: 0;
        margin-bottom: 0;
    }
    .mapBox{
        padding: 0;
    }
}
