#map .banner{
    height:30vw;
}
#map h4{
    font-size:20px;
    font-weight:700;
}
#map .con{
    margin-bottom:20px;
    padding-bottom:20px;
    border-bottom:1px dashed #f2f2f2;
}
#map .con a{
    margin:8px 10px 8px 0;
    font-size:16px;
    display: inline-block;
}
#map .con a:hover{
    text-decoration: underline;
    color:#6C86E7;
}
/* PAD */
@media screen and (min-width:768px) and (max-width:1199px) {

}

/* 手机 */
@media screen and (max-width:767px) {

}