body{
    background: #f8f8f8;
}
.content{
    width: 1200px;
    margin: 0 auto;
    padding-top: 120px;
    
    margin-bottom: 32px;
}
.content-rt{
    float: right;
    padding: 0 18px;
    width: 915px;
    background: #fff;
   
}
.cont-nav{
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    border-bottom: 1px solid #f2f2f2;
}
.cont-nav a{
    color: #0c7ed9;
}
.address_div h5{
    text-align: center;
    margin-top: 40px;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 36px;
}
#map{
    width: 800px;
    height: 478px;
    margin: 0 auto 66px;
}