.banner{
  background: url('../images/contact/banner_bg.jpg') no-repeat;
  background-size: cover;
  background-position: center center;
}
.img_current_mini {
  display: none;
}
@media (max-width: 768px){
  .banner {
    background: url('../images/contact/banner_bg_m.jpg') no-repeat;
    background-size: 100% 100%;
  }
  .new_local_item{
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0 !important;
  }
  .new_local_text{
    width: 316px !important;
    font-size: 13px !important;
  }
  .img_current {
    display: none;
  }
  .img_current_mini {
    display: block;
  }
}
/* 注册 */
.register_sec{
  padding: 202px 0 112px;
  background: url('../images/contact/contact-us_bg.jpg') no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
/* ie兼容 */
@media (-ms-high-contrast: active),(-ms-high-contrast: none){
  .register_sec{
    /* background: url('../images/contact/ie_contact-us_bg.jpg') no-repeat; */
    background-attachment: scroll;
  }
}
@media(max-width:768px){
  .register_sec{
    padding: 56px 0 28px;
    background: url('../images/contact/contact-us_bg_m.jpg') no-repeat;
    background-attachment: scroll;
    background-size: cover;
  }
}
/* 联系我们 */
.contact_us_wrapper{
  position: relative;
  padding: 202px 0 112px;
  background: url('../images/contact/contact-us_bg.jpg') no-repeat;
  background-size: cover;
}

/* 联系方式 */
.contact_us_sec{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 9;
}
.contact_us_inner{
  padding: 0 60px;
}
.contact_info_item{
  text-align: center;
  margin-top: 28px;
}
.contact_info_item_inner{
  display: inline-block;
  width:194px;
  height:182px;
  padding:36px 0;
  border-radius:10px;
  text-align: center;
  background: #fff;
  overflow: hidden;
}

.contact_info_item_inner .icon{
  width: 44px;
  height: 44px;
  margin: 0 auto 12px;
}

.contact_info_item_inner .contact_information{
  color:#507390;
  margin-top: 12px;
}
@media (max-width: 1360px){
  .contact_us_inner{
    padding: 0;
  }
}
@media(max-width:992px){
  .contact_us_sec{
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(0);
  }
}

.form_inner{
  text-align: center;
}
.register_form{
  display: inline-block;
  max-width: 730px;
  width: 100%;
}
.form_group{
  margin-bottom: 16px;
}

.form_input{
  height: 50px;
  line-height: 50px;
}
.form_input,
.form_textarea{
  width: 100%;
  border-radius:10px;
  background: #fff;
  color:#333;
  padding-left: 18px;
 
}
.form_textarea{
  resize: none;
  height: 180px;
  outline: none;
  border:none;
  line-height: 1.2;
  padding-top: 10px;
  overflow: hidden;
}
.register_form .btn_submit{
  display: block;
  margin: 0 auto 10px;
}

.form_item_error{
  margin-top: 4px;
  color:#ff4949;
  padding-left: 20px;
  text-align: left;
  opacity: 0;
  transition:all 0.2s cubic-bezier(0.55, 0, 0.1, 1);
  transform: translate(-20px, 0);
}
.form_group.error .form_input{
  border-color: #ff4949;
}
.form_group.error .form_item_error{
  transform: translate(0, 0);
  opacity: 1;
}

/* 全球办事处 */
.global_office_seec{
  overflow: hidden;
}
.global_office_inner{
  text-align: center;
  padding: 80px 0;
}
.global_office_menu{
  display: inline-block;
  max-width: 562px;
  width: 100%;
}
.global_office_item:not(:last-child) {
  margin-bottom: 28px;
}
.global_office_item .label{
  width: 240px;
  flex-shrink: 0;
  padding-right: 64px;
  text-align: right;
  white-space:nowrap;
}
.global_office_item .address {
  flex:1;
  text-align: left;
  color: rgba(0,0,0,0.25);
  border-bottom: 1px solid #dbdbdb;;
  padding-bottom: 28px;
}
.global_office_item:last-child .address{
  border:none;
}

@media (max-width:768px){
  .global_office_inner{
    padding: 28px 0 56px;
  }
  .global_office_item{
    display: block;
    
  }
  .global_office_item .label{
    display: inline-block;
    padding-right: 0;
    text-align: center;
    margin-bottom: 12px;
  }
  .global_office_item .address {
    text-align: center;
  }
  .new_local_item{
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0 !important;
  }
}
.new_local_item {
  flex: 1;
  padding: 32px;
  border-radius: 12px 12px 12px 12px;
  border: 1px solid #D9D9D9;
  text-align: left;
  display: inline-block;
  margin-left: 38px;
}

.new_local_text {
  display: inline-block;
  width: 320px;
  height: 40px;
  font-family: 'Inter-Regular';
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.new_local_title {
  display: block;
  margin-bottom: 15px;
}
