header {
  width: 100%;
  height: 772px;
  background: url(../images/contact/bgc01.jpg) no-repeat;
  background-size: cover;
}
main {
  width: 100%;
}
.wrapper .inner .inner_1 {
  color: #fff;
  width: 100%;
  padding-left: 40px;
}
.wrapper .inner .inner_1 .title {
  font-size: 50px;
  font-weight: 600;
  letter-spacing: 5px;
  margin-top: 150px;
}
.wrapper .inner .inner_1 .text {
  font-size: 28px;
  letter-spacing: 4px;
}
.wrapper .inner .inner_1 .ai {
  position: absolute;
  top: 10px;
  left: 0;
}
.wrapper .inner .inner_1 .text_contact {
  display: flex;
  align-items: center;
}
.wrapper .inner .inner_1 .text_contact .line {
  width: 100px;
  border: 1px solid #fff;
  margin-left: 10px;
}
.wrapper .inner .inner_1 .text_us {
  margin-top: 60px;
  font-size: 16px;
  letter-spacing: 3px;
  margin-bottom: 30px;
}
.wrapper .inner .inner_1 .text_follow {
  font-size: 16px;
  letter-spacing: 3px;
  margin-top: 80px;
  font-weight: 400;
}
.wrapper .inner .inner_1 .text_imgQR {
  margin-top: 50px;
}
.contact_us {
  width: 100%;
  height: 688px;
  background: url(../images/contact/us_bgc.jpg) no-repeat;
  background-size: cover;
}
.contact_us .content {
  width: 100%;
  height: 688px;
}
.contact_us .content .title {
  color: #000;
  font-size: 50px;
  letter-spacing: 5px;
  margin-top: 60px;
}
.contact_us .content .title .text_line {
  display: flex;
  align-items: center;
}
.contact_us .content .line {
  width: 100px;
  border: 1px solid #000;
  margin-right: 20px;
}

.contact_us .content .main_content {
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.contact_us .content .main_content .top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 300px;
}
.contact_us .content .main_content .top .text {
  font-size: 20px;
  letter-spacing: 3px;
  color: #a5935f;
  font-weight: 600;
  margin-top: 6px;
}
.contact_us .content .main_content .top .phone {
  height: 140px;
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  flex-direction: column;
  font-size: 18px;
}
.contact_us .content .main_content .top .phone img {
  width: 140px;
  height: 140px;
}
.contact_us .content .pic {
  display: flex;
  justify-content: end;
  margin-right: 55px;
}

.map_address {
  width: 100%;
  height: 700px;
  background: url(../images/contact/map_address.jpg) no-repeat;
  background-size: cover;
  background-color: #ccc;
}
.map_address .content {
  width: 100%;
  height: 700px;
  position: relative;
}
.map_address .content .address_content {
  position: absolute;
  width: 466px;
  height: 380px;
  background: #fff;
  box-sizing: border-box;
  top: 40px;
  left: 280px;
  cursor: pointer;
}
.map_address .content .address_content .top img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.map_address .content .address_content .bottom {
  font-size: 18px;
  letter-spacing: 3px;
  font-weight: 600;
  color: #000;
  width: 100%;
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.map_address .content .address_content .bottom  .detail_address {
  font-size: 14px;
  margin-top: 10px;
}

footer {
  width: 100%;
  height: 132px;
  color: #fff;
  letter-spacing: 1px;
  background: url("../images/teach/footer.jpg") no-repeat;
  background-size: cover;
}

footer .wrapper {
  font-size: 14px;
  letter-spacing: 2px;
}

footer .company {
  position: absolute;
  top: 40px;
  left: 55px;
}

footer .national_emblem {
  position: absolute;
  top: 35px;
  left: 545px;
}

footer .addr {
  position: absolute;
  top: 40px;
  left: 650px;
}

footer .email {
  position: absolute;
  top: 80px;
  left: 55px;
  text-transform: uppercase;
}

footer .telephone {
  position: absolute;
  top: 80px;
  left: 650px;
}
