.body .head .head-box .top-title > ul > li:nth-of-type(5) {
  border-bottom: 5px solid #127bbf;
}
.body .page-con {
  margin-bottom: 200px;
}
.body .page-con .contact-con .map iframe {
  width: 100%;
  height: 432px;
}
.body .page-con .contact-con .contact_view {
  margin-top: 45px;
}
.body .page-con .contact-con .contact_view .view_left {
  float: left;
  width: 45%;
}
.body .page-con .contact-con .contact_view .view_left .title {
  font-size: 22px;
  color: #323232;
  margin-bottom: 47px;
}
.body .page-con .contact-con .contact_view .view_left span {
  display: block;
  font-size: 14px;
  color: #787878;
  line-height: 30px;
}
.body .page-con .contact-con .contact_view .view_right {
  float: right;
  width: 50%;
}
.body .page-con .contact-con .contact_view .view_right .title {
  font-size: 22px;
  color: #323232;
  margin-bottom: 47px;
  display: block;
}
.body .page-con .contact-con .contact_view .view_right form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.body .page-con .contact-con .contact_view .view_right form span {
  width: 44%;
  display: inline-block;
  margin-bottom: 20px;
}
.body .page-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 .page-con .contact-con .contact_view .view_right form textarea {
  width: 100%;
  height: 120px;
}
.body .page-con .contact-con .contact_view .view_right form .upBtn {
  height: 32px;
  width: 120px;
  margin-top: 20px;
}
.body .page-con .contact-con .contact_view .view_right form .upBtn input {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 0;
  border: 0;
  background-color: #337ab7 ;
}
.body .page-con .contact-con .contact_view .view_right form .upBtn input:hover {
  background-color: #dbdbdb !important;
}
.body .page-con .v-page-con ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.body .page-con .v-page-con ul li {
  width: 32%;
}
.body .page-con .v-page-con ul li img {
  max-width: 100%;
}
.body .successfully {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 60px;
  border: 1px solid #989898;
  background-color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: 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 (max-width: 600px) {
  .body .page-con .contact-con .map iframe {
    height: 200px;
  }
  .body .page-con .contact-con .contact_view .view_left {
    width: 100%;
  }
  .body .page-con .contact-con .contact_view .view_right {
    width: 100%;
    margin-top: 25px;
  }
  .body .page-con {
    margin-bottom: 80px;
  }
}
