/*banner开始*/
.banner{
    height: 360px;
    margin-top: 20px;
}
.banner img{
    width: 1080px;
    height: 360px;
}
/*main开始*/
.main{
    margin: 40px 0 20px;
}
.main .title{
    font-size: 28px;
    font-weight: bold;
}
.main .con{
    margin: 20px 0;
    padding: 20px;
    background: #fff;
}
.main .con label{
    display: inline-block;
    width: 90px;
    font-size: 16px;
    line-height: 32px;
    font-weight: bold;
    text-align: justify;
    text-align-last: justify;
}
.main .con span{
    font-size: 16px;
    color: #666;
    line-height: 32px;
}
.main #map{
    width: 1080px;
    height: 720px;
}
.anchorBL{
    display: none;
}








