
/* 联系我们 */
.map-container{
    width: 100vw;
    min-width: 1500px;
    text-align: center;
    padding-top: 70px;
    padding-bottom:90px;
}
.map{
    width: 1080px;
    height: 493px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto 25px;
    
}
h3{
    font-size: 32px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #D80C18;
    margin-bottom: 35px;
}
p{
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
}