.pc {
  display: block;
}
.h5 {
  display: none;
}
.page1 {
  position: relative;
}
.page1 .info {
  width: 90%;
  position: absolute;
  left: 5%;
  top: -50%;
  transform: translateY(50%);
  z-index: 10;
  background: #fff;
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.06);
}
.page1 .info .contact {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border: 1px solid #f0f0f0;
}
.page1 .info .contact a {
  display: block;
  width: 50%;
  padding: 50px 0 70px 5%;
  position: relative;
}
.page1 .info .contact a::after {
  content: '';
  display: block;
  width: 0%;
  height: 3px;
  background: #fc782c;
  position: absolute;
  bottom: -1px;
  left: 0;
  transition: all 0.3s;
}
.page1 .info .contact a:hover::after {
  width: 100%;
}
.page1 .info .contact .ic svg {
  width: 28px;
  height: 28px;
}
.page1 .info .contact .num {
  font-size: 36px;
  font-weight: 900;
  color: #0b3873;
  margin-top: 10px;
}
.page1 .info .contact .txt {
  font-size: 16px;
  font-weight: 400;
  color: #273656;
}
.page1 .info .address {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 25px 5%;
}
.page1 .info .address li {
  display: flex;
  align-items: center;
}
.page1 .info .address li svg {
  width: 42px;
  height: 42px;
  margin-right: 15px;
}
.page1 .info .address li .txt p {
  font-size: 16px;
  font-weight: 700;
  color: #0b3873;
  display: block;
}
.page1 .info .address li .txt span {
  font-size: 14px;
  font-weight: 400;
  color: #273656;
  display: block;
}
.page1 .map {
  width: 100%;
  height: 660px;
}
.page1 .map img {
  transition: all 0s;
  width: auto;
}
/* 125% */
/* 150 */
@media screen and (max-width: 998px) {
  .pc {
    display: none;
  }
  .h5 {
    display: block;
    margin-bottom: 0;
  }
  .page1 {
    margin-top: -70px;
  }
  .page1 .info {
    position: static;
    top: 0px;
    margin: 0 auto;
    transform: translateY(0);
  }
  .page1 .info .contact {
    flex-wrap: wrap;
    border: 0;
  }
  .page1 .info .contact a {
    width: 100%;
    padding: 30px;
  }
  .page1 .info .contact a::after {
    width: 100%;
    height: 1px;
  }
  .page1 .info .contact .ic svg {
    width: 18px;
    height: 18px;
  }
  .page1 .info .contact .num {
    font-size: 24px;
    font-weight: 900;
    color: #0b3873;
    margin-top: 5px;
  }
  .page1 .info .contact .txt {
    font-size: 12px;
    font-weight: 400;
    color: #273656;
  }
  .page1 .info .address {
    padding: 0;
    flex-wrap: wrap;
  }
  .page1 .info .address li {
    padding: 30px;
    border-bottom: 0.4px solid #e6e6e6;
    flex-wrap: wrap;
  }
  .page1 .info .address li .txt {
    width: 100%;
    margin-top: 8px;
  }
  .page1 .info .address li svg {
    width: 18px;
    height: 18px;
  }
  .page1 .info .address li:nth-last-child(1) {
    border: 0;
  }
  .page1 .map {
    margin-top: 40px;
    height: 210px;
  }
}
/*# sourceMappingURL=./ContactUs.css.map */