.map_wrap {
  position: relative;
  margin-top: 50px;
  height: 450px;
  width: 100%;
}
.map_wrap img{
  width: 100%;
  height: 100%;
}
.form_wrap {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 19px 40px 0px rgb(128 144 158 / 24%);
  margin-top: 60px;
}
.form_wrap .form_left,
.form_wrap .form_right {
  width: 50%;
  height: 340px;
}
.form_wrap .form_left {
  padding-top: 60px;
  /* padding-left: 78px; */
  padding-left: 146px;
  box-sizing: border-box;
  background: #fff url(../images/contact_bg.png) center no-repeat;
  background-size: cover;
}
.contact_tip_wrap {
  color: #fff;
  margin-bottom: 42px;
}
.contact_tip_wrap img {
  margin-right: 27px;
}

.contact_tip_wrap h4 {
  margin-top: 0;
  font-size: 24px;
  font-weight: bold;
}
.contact_tip_wrap p {
  font-size: 20px;
}
.address_wrap{
  overflow: hidden;
}
.form_wrap .phone_wrap,
.form_wrap .address_wrap {
  margin-bottom: 30px;
  font-size: 0;
  color: #ffffff;
}
.form_wrap .phone_wrap img,
.form_wrap .address_wrap img {
  float: left;
  margin-right: 20px;
}
.phone_wrap{
  width: 250px;
  height: 58px;
  background-color: #ffffff;
  box-shadow: 0px 10px 20px 0px rgb(0 112 192 / 30%);
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
}
.phone_wrap:hover{
  background-color: #51a6e2;
}
.phone_wrap:hover .phoneInner a{
  color: #ffffff;
}
.phone_wrap:hover .phoneWhite{
  display: block;
}
.phone_wrap:hover .phoneBlue{
  display: none;
}

.phoneInner{
  width: 85%;
  margin: 0 auto;
  line-height: 58px;
}
.phoneInner .phoneWhite{
  display: none;
}
.phoneInner .phoneBlue{
  display: block;
}
.phoneInner img{
  position: relative;
  top: 13px;
}
.form_wrap .phone_wrap a {
  font-family: "Bebas";
  font-size: 24px;
  color: #0390f4;
}
.form_wrap .address_wrap span {
  display: inline-block;
  font-size: 16px;
  position: relative;
  top: 8px;
}
.form_wrap .form_right {
  padding: 60px 60px 60px 80px;
  box-sizing: border-box;
  position: relative;
}
.form_right .formRightFont{
  position: absolute;
  right: 158px;
  top: 29px;
  font-family: Bebas;
  font-size: 60px;
  color: #f6f6f6;
}
.form_wrap .form_right .input_wrap {
  margin-top: 80px;
  font-size: 0;
}
.form_wrap .form_right .input_item {
  display: inline-block;
  font-size: 16px;
  width: 30%;
  margin-right: 6%;
}
.form_wrap .form_right h3 {
  margin-bottom: 14px;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}
.form_wrap .form_right .h3_tip {
  font-size: 20px;
  color: #666666;
}
.form_wrap .form_right input {
  width: 100%;
  padding: 20px 0;
  font-size: 18px;
  border-bottom: 1px solid #e5e5e5;
}
.form_wrap .form_right input::-webkit-input-placeholder {
  color: #999999;
}

.form_wrap .form_right .input_send {
  margin-left: 20px;
  cursor: pointer;
  width: 60px;
  height: 60px;
}
@media (max-width: 768px) {
  .map_wrap {
    position: relative;
    margin-top: 0.4rem;
    height: 250px;
  }
  .form_wrap {
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0px 0.19rem 0.4rem 0px rgba(128, 144, 158, 0.24);
    margin-top: 30px;
  }
  .form_right .formRightFont{
    font-size: 24px;
    right: 18px;
  }
  .form_wrap .form_left,
  .form_wrap .form_right {
    width: 100%;
    min-height: 3.4rem;
    height: auto;
  }
  .form_wrap .form_left {
    padding: 0.6rem 0.3rem;
    box-sizing: border-box;
    background: #fff url(../images/contact_bg.png) center no-repeat;
    background-size: auto;
  }

  .contact_tip_wrap {
    color: #fff;
    margin-bottom: 0.42rem;
  }
  .contact_tip_wrap img {
    margin-right: 0.27rem;
    width: 0.4rem;
    height: 0.4rem;
  }
  .contact_tip_wrap h4 {
    margin-top: 0;
    font-size: 0.32rem;
    font-weight: bold;
  }
  .contact_tip_wrap p {
    font-size: 0.28rem;
  }

  
  .form_wrap 
  .form_wrap .address_wrap {
    margin-bottom: 0.2rem;
    line-height: 0.36rem;
    font-size: 0;
    color: #ffffff;
  }
  .form_wrap .address_wrap {
    margin-bottom: 0;
  }
 
 .phone_wrap{
  margin-top: 12px;
  width: 52%;
  height: auto;
  padding: 11px 10px 2px 10px;
 }
 .phoneInner{
  width: 78%;
    margin: 0 auto;
    line-height: 28px;
}
.phoneInner img{
  top: 50%;
  width: 0.4rem;
  height: 0.4rem;
}
.form_wrap .phone_wrap a{
  font-size: 0.28rem;
}
  .form_wrap .address_wrap img {
    float: left;
    margin-right: 0.2rem;
    width: 0.4rem;
    height: 0.4rem;
  }

  .form_wrap .address_wrap span {
    display: inline;
    line-height: 0.48rem;
    font-size: 0.28rem;
    position: relative;
    top: -0.06rem;
    width: 90%;
    float: left;
  }
  .form_wrap .form_right {
    padding: 0.4rem 0.3rem;
    box-sizing: border-box;
  }
  .form_wrap .form_right .input_wrap {
    margin-top: 0.4rem;
    font-size: 0;
  }
  .form_wrap .form_right .input_item {
    display: inline-block;
    font-size: 0.28rem;
    width: 70%;
    margin-right: 5%;
  }
  .form_wrap .form_right .input_item + .input_item {
    margin-top: 0.3rem;
  }
  .form_wrap .form_right h3 {
    margin-bottom: 0.14rem;
    font-size: 0.32rem;
    font-weight: bold;
    color: #333333;
  }
  .form_wrap .form_right .h3_tip {
    font-size: 0.28rem;
    color: #666666;
  }
  .form_wrap .form_right input {
    font-size: 18px;
    padding: 0.2rem 0;
    font-size: 0.26rem;
    border-bottom: 1px solid #e5e5e5;
  }
  .form_wrap .form_right input::-webkit-input-placeholder {
    color: #999999;
  }

  :-moz-placeholder {
    color: #999999;
  }

  ::-moz-placeholder {
    color: #999999;
  }

  input:-ms-input-placeholder {
    color: #999999;
  }

  input::-webkit-input-placeholder {
    color: #999999;
  }
  .form_wrap .form_right .input_send {
    margin-left: 0.2rem;
    cursor: pointer;
    width: 1rem;
    height: 1rem;
  }
}

@media (max-width:500px){
  .phoneInner img{
    margin-right: 6px !important;
    top: 6px;
  }
  .phone_wrap{
    padding: 2px 10px 0px 10px;
  }
  .phone_wrap{
    width: 50%;
  }
  .phoneInner{
    width: 83%;
  }
}