/* S 页面固定封面 */
.fixed-page-cover {
  position: relative;
  z-index: 0;
  height: 500px;
  background: url(../images/pics/contact_us.jpg) no-repeat center bottom;
  background-size: cover !important;
  background-attachment: fixed !important;
  margin-top: 88px;
}

.fixed-page-cover::before {
  content: "";
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}

.fixed-page-cover .title {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  color: #ffffff;
  text-align: center;
  line-height: 1;
}
.fixed-page-cover .title .en {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
}

.fixed-page-cover .title .zh {
  font-size: 45px;
  margin: 20px 0 50px;
}

@media only screen and (max-width: 1600px) {
  .fixed-page-cover {
    height: 450px;
  }
}

@media only screen and (max-width: 1440px) {
  .fixed-page-cover {
    height: 400px;
  }
  .fixed-page-cover .title .en {
    font-size: 16px;
  }

  .fixed-page-cover .title .zh {
    font-size: 40px;
    margin: 15px 0 40px;
  }
}

@media only screen and (max-width: 1200px) {
  .fixed-page-cover {
    height: 350px;
  }
  .fixed-page-cover .title .en {
    font-size: 15px;
  }

  .fixed-page-cover .title .zh {
    font-size: 36px;
    margin: 10px 0 30px;
  }
}

@media only screen and (max-width: 900px) {
  .fixed-page-cover {
    height: 300px;
    background-attachment: unset !important;
  }
  .fixed-page-cover .title .en {
    font-size: 14px;
  }

  .fixed-page-cover .title .zh {
    font-size: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .fixed-page-cover {
    height: 220px;
    margin-top: 0;
  }

  .fixed-page-cover .title .zh {
    font-size: 28px;
    margin: 10px 0 25px;
  }
}
/* E 页面固定封面 */

/* S 联系信息 */
.contact-us {
  padding: 80px 0 90px;
}
.info .info-header {
  font-size: 42px;
  color: #1a1a1a;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 30px;
}

.info .info-body {
  padding: 10px 15px;
}
.info .info-body .contact-ways {
  margin-bottom: 0;
}
.info .info-body .contact-ways dt h3 {
  color: #666;
  font-size: 24px;
}
.info .info-body .contact-ways dt p {
  font-size: 22px;
  padding-bottom: 15px;
  border-bottom: 2px solid #c6c6c6;
}

.info .info-body .contact-ways dd {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.info .info-body .contact-ways dd i {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 50px;
}

.info .info-body .contact-ways dd {
  margin-bottom: 15px;
}
.info .info-body .contact-ways dd p {
  flex: 1;
  color: #666;
  font-size: 16px;
  margin-left: 5px;
  margin-bottom: 0;
}
.info .info-footer {
  padding: 10px 0 30px;
}
.info .info-footer .qrcode {
  display: block;
  width: 166px;
  text-align: center;
  margin: 0 20px;
}
.info .info-footer .qrcode img {
  width: 166px;
  height: 166px;
  border: 1px solid #dbdbdb;
}
.info .info-footer .qrcode span {
  display: inline-block;
  font-size: 14px;
  margin-top: 10px;
}

@media only screen and (max-width: 1600px) {
}

@media only screen and (max-width: 1440px) {
  .info .info-header {
    font-size: 38px;
  }
}

@media only screen and (max-width: 1200px) {
  .info .info-header {
    font-size: 36px;
  }
}

@media only screen and (max-width: 900px) {
  .info .info-header {
    font-size: 32px;
  }

  .contact-us .map {
    display: block;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-us {
    padding: 15px 0 30px;
  }
  .info .info-header {
    text-align: center;
    font-size: 28px;
    margin-top: 12px;
  }

  .info .info-body {
    padding: 15px;
  }

  .info .info-body .contact-ways dt h3 {
    font-size: 18px;
    margin-top: 0;
  }

  .info .info-body .contact-ways dt p {
    font-size: 14px;
    padding-bottom: 10px;
    border-bottom: 2px solid #c6c6c6;
  }

  .info .info-body .contact-ways dd {
    margin-bottom: 5px;
  }

  .info .info-body .contact-ways dd i {
    font-size: 12px;
  }

  .info .info-body .contact-ways dd p {
    font-size: 12px;
    line-height: 22px;
    margin-left: 0px;
  }

  .info .info-footer .qrcode {
    margin: 0 auto;
  }
}
/* E 联系信息 */
