.contact{
    padding-top: 360px;
    background:#f5f5f5 url("../img/contact.jpg") no-repeat center top;
}
.con_head{
    font-size: 28px;
    color: #1469c4;
    line-height: 60px;
    text-align: center;
    border-bottom: 1px solid #dcdcdc;
}
.contact_box{
    padding: 40px;
}
.contact_li{
    float: left;
    margin-left: 50px;
    width: 30%;
}
.contact_li:first-child{
    margin-left: 0;
}
.contact_head{
    margin-bottom: 16px;
    line-height: 40px;
    font-size: 21px;
    color: #333333;
    font-weight: bold;
    background: url("../img/contactLi.png") no-repeat left bottom;
}
.contactItem span{
    line-height: 28px;
    font-size: 14px;
    color: #666666;
}
.contact_name{
    float: left;
}
.contact_data{
    float: left;
}
.contact_data span{
    display: block;
}
.contact_map{
    margin-top: 30px;
}