@charset "utf-8";
/* CSS Document */
.banner_contact{
	background: url(../img/banner_contact.jpg) no-repeat top center;
}
.nav_contact{
	background: rgba(0, 39, 92, .45);
}
.contact_middle p{
    font-size: 18px;
    line-height: 43px;
    color: #243c52;
}
.contact_middle p span{
    font-weight: bold;
}
.contact_right p{
    color: #243c52;
    font-size: 18px;
    line-height: 43px;
}
.bold{
    font-weight: bold;
}
.contact_left{
    float: left;
}
.contact_info{
    margin-top: 60px;
    margin-bottom: 50px;
}
.contact_middle{
    float: left;
    margin-left: 31px;
    margin-right: 77px;
}
.contact_right{
    float: left;
}
.contact_map {
    background: url(../img/map.png) no-repeat center bottom;
    height: 725px;
}