.contact_banner img{
    width: 100%;
    margin-top: 60px;
}

.contact_wrap {
    background: #fbfbfb;
}

.contact_wrap .title {
    font-size: 24px;
    color: #333333;
    text-align: center;
    background: url("../image/title.png") center top no-repeat;
    padding-top: 50px;
    margin-top: 100px;
    margin-bottom: 100px;
}

.contact_wrap .contact_info {
    float: left;
    line-height: 2;
}

.contact_wrap .contact_info p {
    color: #2d94fc;
    font-weight: bold;
    font-size: 20px;
    margin-top: 5px;
}

.contact_wrap .contact_info div {
    color: #333333;
}

.contact_wrap .contact_info div span {
    color: #333333;
}

#info {
    margin-top: 10px;
}

#container {
    float: left;
    width: 700px;
    height: 510px;
    margin-right: 120px;
    border: 1px solid #dddddd;
    -webkit-box-shadow: 1px 1px 16px rgba(0, 0, 0, .1);
    -moz-box-shadow: 1px 1px 16px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 16px rgba(0, 0, 0, .1);
}

.app_map{
    display: none;
}