.body .ban {
  background-image: url('../image/contact_01.jpg');
}
.body .ban-map {
  position: relative;
  background-position: center center;
  width: 100%;
  height: 400px;
  background-size: 100% 100%;
}
.body .ban-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.body .ban-map .bg {
  position: absolute;
  height: 150px;
  width: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
}
.body .ban-map .container {
  position: absolute;
  bottom: 40px;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
}
.body .ban-map .container span {
  font-weight: bold;
  color: #fff;
  font-size: 32px;
  width: 100%;
  display: inline-block;
}
.body .con .contact-con {
  width: 100%;
}
.body .con .contact-con .contact_view {
  margin-top: 45px;
}
.body .con .contact-con .contact_view .view_left {
  float: left;
  width: 45%;
  animation: conLeft 1.5s;
  animation-fill-mode: both;
}
.body .con .contact-con .contact_view .view_left .title {
  font-size: 22px;
  color: #323232;
  margin-bottom: 47px;
}
.body .con .contact-con .contact_view .view_left span {
  display: block;
  font-size: 16px;
  color: #323232;
  line-height: 30px;
}
.body .con .contact-con .contact_view .view_right {
  float: right;
  width: 50%;
  animation: conRight 1.5s;
  animation-fill-mode: both;
}
.body .con .contact-con .contact_view .view_right .title {
  font-size: 22px;
  color: #323232;
  margin-bottom: 47px;
  display: block;
}
.body .con .contact-con .contact_view .view_right form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.body .con .contact-con .contact_view .view_right form span {
  width: 44%;
  display: inline-block;
  margin-bottom: 20px;
  color: #505050;
}
.body .con .contact-con .contact_view .view_right form input {
  width: 44%;
  border: none;
  border-bottom: 1px solid #989898;
  padding: 5px 2px;
  outline: none;
  display: inline-block;
  margin-bottom: 25px;
}
.body .con .contact-con .contact_view .view_right form textarea {
  width: 100%;
  height: 120px;
}
.body .con .contact-con .contact_view .view_right form .upBtn {
  height: 32px;
  width: 120px;
  background-color: #dbdbdb;
  margin-top: 20px;
}
.body .con .contact-con .contact_view .view_right form .upBtn input {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 0;
  border: 0;
}
.body .con .contact-con .contact_view .view_right form .upBtn input:hover {
  background-color: #da251c !important;
}
.body .con .contact-con .contact_view .view_right form .upBtn:hover {
  background-color: #da251c !important;
}
.body .con .page-con {
  width: 100%;
  text-align: center;
}
input::-webkit-input-placeholder {
  color: #dbdbdb;
}
input:-moz-placeholder {
  color: #dbdbdb;
}
input::-moz-placeholder {
  color: #dbdbdb;
}
input:-ms-input-placeholder {
  color: #dbdbdb;
}
textarea::-webkit-input-placeholder {
  color: #dbdbdb;
}
textarea:-moz-placeholder {
  color: #dbdbdb;
}
textarea::-moz-placeholder {
  color: #dbdbdb;
}
textarea:-ms-input-placeholder {
  color: #dbdbdb;
}
@media (min-width: 700px) {
  @keyframes conRight {
    0% {
      opacity: 0;
      transform: translateX(200px);
    }
    100% {
      opacity: 1;
      transform: translateY(0px);
    }
  }
  @keyframes conLeft {
    0% {
      opacity: 0;
      transform: translateX(-200px);
    }
    100% {
      opacity: 1;
      transform: translateY(0px);
    }
  }
}
@media (max-width: 800px) {
  .body .con .contact-con .contact_view .view_left {
    width: 100%;
  }
  .body .con .contact-con .contact_view .view_right {
    width: 100%;
  }
  .body .con .contact-con .contact_view .view_left p {
    font-size: 12px;
  }
  .body .con .contact-con .contact_view .view_left p {
    font-size: 15px;
  }
  .body .con .contact-con .contact_view {
    margin-top: 0;
  }
}
