

.contact_top .contact_left { float: left; width: 50%; margin-right: 30px; }

.contact_top .contact_left .contact_title { font-size: 20px; font-weight: 600; margin-bottom: 20px; }

.contact_top .contact_right img { width: 200px; }

.map { margin-bottom: 30px; }

#baiduMap { width: 100%; height: 500px; margin: auto; }

@media (max-width: 760px) {
  #baiduMap { width: 100%; height: 400px; background-position: 50% 50%; }
  .contact_top{padding: 0;}
  .contact_top .contact_left{width: 100%;}
  .contact_top .contact_right img{width: 50%;margin: 10px auto;display: block;}
  }
.contact_left p {
    margin: 15px 0;
    font-size: 16px;
}
