.aboutus .content{
    text-align: justify;
}
.aboutus .content{ overflow: hidden; }
.aboutus .content .left{ width: 58%; float: left;}
.aboutus .content .right{
    float: right; 
    width: 445px; 
    height: 220px;
    background-color: #eee;
    background-image: url("../image/company/logo.png");
    background-repeat: no-repeat;
    background-position: center;
}

.aboutus h5 {
    line-height:20px;
    margin-bottom: 15px;
}
    .aboutus .info {
        line-height:22px;
    }
    .aboutus .info .contact{
        margin-top: 30px;
    }

#bdmap {
    width: 100%;
    /*height: 520px;*/
	height: 10px;
    margin-top:70px;
}
    #bdmap img {
        width:100%;
    }

footer{ margin-top: 0; }



/*945分辨率以下*/
@media (max-width: 945px){
    #bdmap {
        height: 400px;
    }
    .aboutus .content{ padding: 0 20px; }
    .aboutus .content .right{ display: none; }
    .aboutus .content .left{ width: 100%; float: none;}
    .aboutus h5{ font-size: 26px; margin-bottom: 30px;}
    .aboutus .info,.aboutus h5{ line-height: 1.6; }
    .aboutus .info .contact { margin-top: 40px; }
    .aboutus .info .contact i{ display: none; }


}
