.contact_map_all {
    position: relative;
  }

  /* .contact_map {
    background: url('../img/contact_us_maps.png') right center/ auto 100% no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow-y: hidden;
  } */
  .contact_map .position-bg img{
    width: 100% ;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow-y: hidden;
    object-fit: cover;
  }

  .contact_content {
    width: 33.33%;
    background: #fff;
    filter: blur(30px) drop-shadow(0px 0px 30px #fff);
    position: absolute;
    top: -100px;
    left: -40px;
    height: 130%;
  }
    .contact_text_box {
        background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 22%, rgba(255,255,255,0.13) 36%, rgba(255,255,255,0) 100%);
        padding: 0 3.65%;
        position: relative;
    }
  .contact_text_tit {
    padding-top: 5%;
    color: #1F204C;
    font-weight: bold;
  }

  .contact_text_tip {
    padding-top: 11px;
    color: #4A4C6E;
  }

  .contact_text_icon {
    height: 36px;
    width: 36px;
    padding-top: 2.85%;
  }

  .contact_text_icon1 {
    height: 36px;
    width: 36px;
    padding-top: 4.29%;
  }

  .contact_text_stit {
    padding-top: 20px;
    color: #4A4C6E;
  }

  .contact_text_link {
    padding-top: 16px;
    color: #1F204C;
    font-weight: bold;
  }

  .contact_contentL {
    padding-bottom: 5%;
  }

  .mapLocate {
    width: 11.9%;
    height: 11%;
    position: absolute;
    top: 41.5%;
    left: 48.9%;
  }

.contact-us-main .message-box {
    padding-top: 5%;
    padding-bottom: 4.28%;
    background: url(../img/messageBgd.png) no-repeat;
    background-size: 100% 100%;
}

.message-form {
    display: flex;
    flex-wrap: wrap;
    padding-top: 3.57%;
}
.message-form .form-item {
    box-sizing: border-box;
    width: 33.33%;
}
.message-form .form-ele {
    margin-bottom: 30px;
}
.message-form .pr40 {
    padding-right: 2.86%;
}
.message-form .textarea-item {
    width: 100%;
}
.message-form .label {
    display: block;
    padding-bottom: 12px;
}
.message-form textarea.form-ele {
    height: 120px;
}
.message-form .form-ele.button-ele {
    width: 194px;
    margin: 30px auto 0;
}

@media only screen and (max-width: 1660px) {
    /* .contact_text {
        padding: 0 3.65%;
    } */
    .contact_map {
        background-position: center;
    }
}
@media only screen and (max-width: 768px) {
    .contact_map {
        position: relative;
        height: 300px;
    }
    .contact_text_icon1,
    .contact_text_icon {
        width: 24px;
        height: 24px;
    }
    .message-form .form-item {
        width: 100%;
    }
    .message-form .pr40 {
        padding-right: 0;
    }
    .message-form .form-ele.button-ele {
        margin-top: -10px;
    }
    .contact_map .position-bg img{
      width: 100% ;
      object-fit: none;
    }
}