.contact {
  background-color: #fff;
  padding: 39px 0 95px;
  background-image: url("../img/contact_bg_d.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
}
.contact .wd1200 .way {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact .wd1200 .way .way-box {
  width: 32%;
  height: 300px;
  cursor: pointer;
  transition: 0.3s;
  background-color: #f5f5f5;
}
.contact .wd1200 .way .way-box img {
  height: 60px;
  display: block;
  margin: auto;
  margin-top: 57px;
}
.contact .wd1200 .way .way-box .icon_img_2 {
  display: none;
}
.contact .wd1200 .way .way-box .b-title {
  margin-top: 33px;
  text-align: center;
  font-size: 26px;
  transition: 0.3s;
}
.contact .wd1200 .way .way-box .s-title {
  margin-top: 27px;
  font-size: 16px;
  transition: 0.3s;
  color: #666;
  text-align: center;
  padding: 0 15px;
  box-sizing: border-box;
}
.contact .wd1200 .map {
  margin-top: 40px;
  width: 100%;
  height: 400px;
}
.contact .wd1200 .map #dituContent {
  width: 100%;
  height: 100%;
}
.contact .wd1200 .map > img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1200px) {
  .contact .wd1200 .way .way-box:hover {
    background-image: url('../img/contact_bg.png');
  }
  .contact .wd1200 .way .way-box:hover .b-title {
    color: #fff;
  }
  .contact .wd1200 .way .way-box:hover .s-title {
    color: #fff;
  }
  .contact .wd1200 .way .way-box:hover .icon_img_2 {
    display: block;
  }
  .contact .wd1200 .way .way-box:hover .icon_img_1 {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .contact .wd1200 .map {
    height: 300px;
  }
  .contact{
    background-image: none;
  }
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 0 0 30px;
  }
}
@media screen and (max-width: 640px) {
  .contact .wd1200 .way .way-box {
    width: 48%;
    margin-bottom: 15px;
  }
  .contact .wd1200 .way {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 480px) {
  .contact .wd1200 .way .way-box {
    width: 100%;
  }
  .contact .wd1200 .way .way-box {
    padding-bottom: 30px;
    height: auto;
  }
  .contact .wd1200 .way .way-box img {
    height: 30px;
    margin-top: 30px;
  }
  .contact .wd1200 .way .way-box .b-title {
    margin-top: 20px;
  }
  .contact .wd1200 .way .way-box .s-title {
    margin-top: 20px;
  }
  .contact .wd1200 .map {
    margin-top: 20px;
  }
}
