.banner{
    width: 100%;
}
.content{
    width: 1200px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 38px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 50px;
}
.content h3{
    width: 100px;
    height: 50px;
    line-height: 50px;
    color: #fefefe;
    font-size: 18px;
    font-weight: bold;
    padding-left: 60px;
    background:#226bff url('../images/load.png')no-repeat 15px center;
}
.line2{
    width: 100%;
    height: 2px;
    background: #226bff;
    margin-top: 21px;
    margin-bottom: 40px;
}
#map{
    float: left;
    width: 500px;   
    height: 270px;
}
.rt_div{
    float: right;
    width: 610px;
}
.rt_div h5{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 22px;
}
.address li{
    color: #666;
    font-size: 16px;
    margin-bottom: 16px;
}
.address li img{
    vertical-align: middle;
}