﻿.contact_us_main {
  padding-top: 68px;
}
.contact_us_main .navbar-default {
  background-color: #fff;
}
.contact_us_main.isHide {
  padding-top: 68px !important;
}
.contact_us-line {
  width: 100%;
  height: 1px;
  background: rgba(24, 24, 24, 0.58);
}
.contact_us-top {
  margin-top: 62px;
  text-align: center;
}
.contact_us-top .title-box {
  position: relative;
  margin-top: -40px;
  color: #0041FC;
}
.contact_us-top .title-box .title {
  font-size: 11.115vw;
  line-height: 100%;
  font-family: Fjalla One;
}
.contact_us-top .title-box span {
  position: absolute;
  font-size: 24px;
  background-color: #fff;
  line-height: 24px;
  padding: 4px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2.5vw;
  border-radius: 10px;
}
.contact_us-content {
  margin-top: 84px;
  padding-bottom: 172px;
  background-image: url('../image/contactUs-bj.png');
  background-position: 0 bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
.contact_us-content .address-box {
  padding: 128px 0 105px;
  background: #F2F2F5;
  text-align: center;
  color: #2036B1;
}
.contact_us-content .address-box .name {
  font-size: 48px;
  line-height: 48px;
}
.contact_us-content .address-box .tel {
  margin-top: 23px;
  margin-bottom: 30px;
}
.contact_us-content .address-box .tel .tel-icon {
  width: 41px;
  height: 41px;
}
.contact_us-content .address-box .tel .tel-name {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
}
.contact_us-content .address-box .tel .tel-num {
  font-family: Fjalla One;
  font-size: 38px;
  line-height: 38px;
}
.contact_us-content .address-box .address .address-name {
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
}
.contact_us-content .address-box .address .address-info {
  font-size: 18px;
}
.contact_us-content .address-box .city {
  text-transform: uppercase;
  color: #fff;
  font-size: 6.838vw;
  font-family: Fjalla One;
  line-height: 100%;
  margin-top: 52px;
}
@media screen and (max-width: 767px) {
  .contact_us-line {
    display: none;
  }
  .contact_us-top {
    padding-top: 138px;
    margin-top: 0;
    display: flex;
    flex-direction: column;
  }
  .contact_us-top img {
    order: 2;
  }
  .contact_us-top .title-box {
    order: 1;
    text-align: center;
    margin-bottom: 18px;
  }
  .contact_us-top .title-box .title {
    font-size: 48px;
    line-height: 48px;
  }
  .contact_us-top .title-box span {
    position: static;
    display: block;
    text-align: center;
    transform: none;
  }
  .contact_us-content {
    padding: 60px 0;
    background-image: url();
    background-color: #e5f5ff;
  }
  .contact_us-content .address-box {
    padding: 0;
    background: none;
  }
  .contact_us-content .address-box .name {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
  }
  .contact_us-content .address-box .tel {
    margin-top: 16px;
    margin-bottom: 20px;
  }
  .contact_us-content .address-box .tel .tel-icon {
    width: 36px;
    height: 36px;
  }
  .contact_us-content .address-box .tel .tel-name {
    margin-top: 20px;
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
  }
  .contact_us-content .address-box .tel .tel-num {
    font-family: Fjalla One;
    font-size: 28px;
    line-height: 28px;
  }
  .contact_us-content .address-box .address .address-name {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
  }
  .contact_us-content .address-box .address .address-info {
    font-size: 14px;
  }
  .contact_us-content .address-box .city {
    font-size: 80px;
    line-height: 100%;
  }
}