html, body {
  overflow-x: hidden; }

@media (min-width: 1200px) {
  .mobile {
    display: none; }
  .pc {
    display: block; } }

.btn {
  width: 135px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #3794ff;
  margin: 40px auto;
  font-size: 16px;
  color: #fff;
  border-radius: 10px;
  cursor: pointer; }

.common_blue {
  color: #2867fb; }

.au-banner {
  height: 4.6283rem;
  overflow: hidden;
  position: relative;
  background-image: url("/templates/website/res/img/aboutus/banner1.png");
  background-size: 100% 100%;
  color: #fff; }
  .au-banner h2 {
    padding: calc(1.8rem / 2) 0;
    position: absolute;
    margin: 0;
    box-sizing: border-box;
    font-family: "Helvetica Neue", "Microsoft Yahei", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    font-size: 0.2196rem;
    font-weight: 400;
    width: 100%;
    text-align: center; }
    .au-banner h2 span {
      display: inline-block;
      vertical-align: middle; }

.au-instruction-title .wrapper {
  width: 7.3646rem;
  margin: 0 auto;
  padding: 1px 0;
  text-align: center;
  position: relative; }

.au-instruction-title .texts {
  height: 0.6223rem;
  margin: 0 auto;
  position: relative; }
  .au-instruction-title .texts .title {
    text-align: center;
    font-family: "Helvetica Neue", "Microsoft Yahei", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    font-size: 0.1903rem;
    font-weight: 400;
    position: absolute;
    top: 10vh;
    left: 50%;
    transform: translate(-50%, 0); }
  .au-instruction-title .texts .subtitle {
    text-align: center;
    font-family: 'Arial Black', 'Arial Normal', 'Arial', sans-serif;
    color: #86cfff;
    font-weight: bold;
    font-size: 100px;
    margin: .5em auto;
    position: absolute;
    top: 15%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    z-index: 0; }
  .au-instruction-title .texts .frameimg {
    position: relative;
    top: -0.4392rem;
    left: 0;
    width: 1.9034rem;
    height: 0.4978rem; }
  .au-instruction-title .texts .aboutimg {
    display: none; }

.au-instruction-body {
  background-image: url("/templates/website/res/img/aboutus/circle_bg.png");
  background-size: cover; }
  .au-instruction-body .texts_2 {
    width: 100% !important;
    height: 0.6223rem !important;
    margin: 0 auto; }
  .au-instruction-body .texts {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle;
    width: 50%;
    padding: 0; }
    .au-instruction-body .texts .title_inner {
      text-align: center;
      font-family: "Helvetica Neue", "Microsoft Yahei", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
      font-size: 0.1903rem;
      font-weight: 400;
      position: absolute;
      top: 10vh;
      left: 50%;
      transform: translate(-50%, 0); }
    .au-instruction-body .texts .subtitle {
      text-align: center;
      font-family: 'Arial Black', 'Arial Normal', 'Arial', sans-serif;
      color: #86cfff;
      font-weight: bold;
      font-size: 100px;
      margin: .5em auto;
      position: absolute;
      top: 15%;
      left: 50%;
      width: 100vw;
      transform: translate(-50%, -50%);
      z-index: 0; }
    .au-instruction-body .texts .title {
      text-align: left;
      font-family: "Helvetica Neue", "Microsoft Yahei", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
      font-size: 0.1171rem;
      line-height: 0.1171rem;
      font-weight: 400;
      color: #222;
      margin-bottom: 0; }
    .au-instruction-body .texts p {
      text-align: left;
      text-indent: 2em;
      font-family: "Helvetica Neue", "Microsoft Yahei", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 0.2196rem;
      margin: 0 auto;
      margin-top: -0.1023rem; }
      .au-instruction-body .texts p:nth-child(2) {
        margin-top: 0.0805rem; }
  .au-instruction-body .wrapper {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0.2562rem 2.0177rem; }
    .au-instruction-body .wrapper .datas {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-top: 1rem;
      flex-wrap: wrap; }
      .au-instruction-body .wrapper .datas .data_item {
        flex-direction: column;
        display: flex;
        align-items: center; }
        .au-instruction-body .wrapper .datas .data_item .title,
        .au-instruction-body .wrapper .datas .data_item .num {
          color: #2867fb;
          font-weight: 400; }
        .au-instruction-body .wrapper .datas .data_item .title {
          font-size: 40px; }
          .au-instruction-body .wrapper .datas .data_item .title .num {
            font-size: 70px; }
        .au-instruction-body .wrapper .datas .data_item p {
          font-size: 14px; }
    .au-instruction-body .wrapper .summary {
      text-align: center;
      font-size: 12px;
      color: #acacac;
      padding-top: 96px; }
  .au-instruction-body .shows {
    display: inline-block;
    box-sizing: border-box;
    width: 50%;
    padding: 0;
    vertical-align: middle;
    margin-left: -2em; }
    .au-instruction-body .shows img {
      border-radius: 10px;
      width: 100%; }
    .au-instruction-body .shows img.pc {
      width: 130%; }

.au-contact-title {
  padding: 0.7321rem 2.0177rem; }
  .au-contact-title .wrapper {
    margin: 0 auto;
    text-align: center;
    position: relative; }

.au-contact-body {
  background-color: white; }
  .au-contact-body .bg {
    width: 80%;
    margin: 0 auto;
    height: 30%;
    margin-top: 10vh;
    background-image: url("/templates/website/res/img/aboutus/history.png");
    background-size: contain;
    background-repeat: no-repeat; }
  .au-contact-body .wrapper {
    padding-top: 1rem;
    height: 80vh;
    background-image: url("/templates/website/res/img/aboutus/banner2-2.png");
    background-size: 100% 100%;
    background-position-x: center; }
  .au-contact-body .texts {
    width: 6.9034rem;
    height: 0.6223rem;
    margin: 0 auto;
    position: relative; }
    .au-contact-body .texts .title {
      text-align: center;
      font-family: "Helvetica Neue", "Microsoft Yahei", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
      font-size: 0.1903rem;
      font-weight: 400;
      position: absolute;
      top: 10vh;
      left: 50%;
      transform: translate(-50%, 0); }
    .au-contact-body .texts .subtitle {
      text-align: center;
      font-family: 'Arial Black', 'Arial Normal', 'Arial', sans-serif;
      margin: .5em auto;
      color: #86cfff;
      font-weight: bold;
      font-size: 100px;
      z-index: 0; }
    .au-contact-body .texts p {
      margin: 0.2196rem auto;
      font-family: "Helvetica Neue", "Microsoft Yahei", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
      font-size: 16px;
      font-weight: 400;
      color: #222;
      line-height: 3; }
      .au-contact-body .texts p:nth-child(1) {
        margin-top: 0.1464rem; }

.au-map {
  position: relative;
  top: -1rem; }
  .au-map .wrapper {
    height: 60vh;
    margin: 0 auto;
    padding: 0.1321rem 0;
    padding-bottom: 5vh; }
  .au-map .map {
    margin: 0 auto;
    width: 70vw;
    padding-top: 10vh;
    height: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .au-map .map .text {
      height: 1.5rem;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .au-map .map .text p {
        font-size: 16px; }
      .au-map .map .text .qrcode {
        display: flex;
        justify-content: space-between; }
        .au-map .map .text .qrcode .item {
          height: 166px;
          text-align: center; }
          .au-map .map .text .qrcode .item img {
            width: 100%;
            height: 100%; }
    .au-map .map .bg {
      width: 50%;
      height: 0;
      padding-bottom: 50%;
      background-image: url("/templates/website/res/img/aboutus/map.png");
      background-size: 100%;
      background-repeat: no-repeat;
      margin-top: 30vh; }
  .au-map .texts {
    height: 0.6223rem;
    margin: 0 auto;
    position: relative;
    font-size: 16px; }
    .au-map .texts .title {
      text-align: center;
      font-family: "Helvetica Neue", "Microsoft Yahei", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
      font-size: 0.1903rem;
      font-weight: 400;
      position: absolute;
      top: 10vh;
      left: 50%;
      transform: translate(-50%, 0); }
    .au-map .texts .subtitle {
      text-align: center;
      font-family: 'Arial Black', 'Arial Normal', 'Arial', sans-serif;
      margin: .5em auto;
      color: #86cfff;
      font-weight: bold;
      font-size: 100px;
      position: relative;
      width: 100%;
      z-index: 0; }
    .au-map .texts p {
      padding-top: 1rem;
      margin: 0.2196rem auto;
      font-family: "Helvetica Neue", "Microsoft Yahei", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
      font-size: 16px;
      font-weight: 400;
      color: #222; }
      .au-map .texts p:nth-child(1) {
        margin-top: 0.1464rem; }
  .au-map #mapid {
    height: 2.9283rem;
    width: 7.3646rem;
    margin: 0 auto; }

.au-qrs1 .wrapper {
  padding-top: 0 !important; }

.au-qrs2 {
  background-image: url("/templates/website/res/img/aboutus/blue_bg.png") !important;
  height: 135vh !important;
  position: relative;
  margin-top: -30vh;
  background-repeat: no-repeat;
  background-size: 100% 100% !important; }

.au-qrs {
  height: 96vh;
  background-image: url("/templates/website/res/img/aboutus/circle_bg.png");
  background-size: contain; }
  .au-qrs .wrapper {
    width: 100%;
    padding: 143px 8% 1px 8%;
    position: relative;
    box-sizing: border-box; }
  .au-qrs .honor {
    width: 60%;
    height: 670px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0.6rem auto; }
    .au-qrs .honor .item1,
    .au-qrs .honor .item2,
    .au-qrs .honor .item3,
    .au-qrs .honor .item4,
    .au-qrs .honor .item5,
    .au-qrs .honor .item6 {
      width: 250px;
      height: 270px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-direction: column; }
      .au-qrs .honor .item1 p,
      .au-qrs .honor .item2 p,
      .au-qrs .honor .item3 p,
      .au-qrs .honor .item4 p,
      .au-qrs .honor .item5 p,
      .au-qrs .honor .item6 p {
        padding-top: 20px;
        color: #fff;
        text-align: center;
        font-size: 12px; }
      .au-qrs .honor .item1 .bg,
      .au-qrs .honor .item2 .bg,
      .au-qrs .honor .item3 .bg,
      .au-qrs .honor .item4 .bg,
      .au-qrs .honor .item5 .bg,
      .au-qrs .honor .item6 .bg {
        flex: 1;
        background-repeat: no-repeat;
        width: 240px;
        height: 150px;
        border-radius: 50%;
        background-size: contain;
        background-color: #d7e7ff;
        background-position: center center; }
    .au-qrs .honor .item1 .bg {
      background-image: url("/templates/website/res/img/aboutus/1.png"); }
    .au-qrs .honor .item2 .bg {
      background-image: url("/templates/website/res/img/aboutus/2.png"); }
    .au-qrs .honor .item3 .bg {
      background-image: url("/templates/website/res/img/aboutus/3.jpg"); }
    .au-qrs .honor .item4 .bg {
      background-image: url("/templates/website/res/img/aboutus/4.png"); }
    .au-qrs .honor .item5 .bg {
      background-image: url("/templates/website/res/img/aboutus/5.png"); }
    .au-qrs .honor .item6 .bg {
      background-image: url("/templates/website/res/img/aboutus/6.png"); }
  .au-qrs .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 6rem;
    margin: 0.6rem auto; }
    .au-qrs .container .color1 {
      background: #4f74f6; }
      .au-qrs .container .color1 .bg {
        background-image: url("/templates/website/res/img/aboutus/card_bg1.png"); }
    .au-qrs .container .color2 {
      background: #5eb8ff; }
      .au-qrs .container .color2 .bg {
        background-image: url("/templates/website/res/img/aboutus/card_bg2.png"); }
    .au-qrs .container .color3 {
      background: #ff9f38; }
      .au-qrs .container .color3 .bg {
        background-image: url("/templates/website/res/img/aboutus/card_bg3.png"); }
    .au-qrs .container .color4 {
      background: #c3f877; }
      .au-qrs .container .color4 .bg {
        background-image: url("/templates/website/res/img/aboutus/card_bg4.png"); }
    .au-qrs .container .cards {
      position: relative;
      font-family: 'Arial Black', 'Arial Normal', 'Arial', sans-serif;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 28px;
      color: #fff;
      font-weight: 900;
      width: 2.86rem;
      margin-bottom: 0.3rem;
      height: 180px;
      border-radius: 15px; }
      .au-qrs .container .cards .bg {
        width: 200px;
        height: 200px;
        opacity: 0.4;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        background-position: center center;
        background-repeat: no-repeat; }
  .au-qrs .texts {
    width: 4.9034rem;
    height: 0.6223rem;
    margin: 0 auto;
    position: relative; }
    .au-qrs .texts .title {
      text-align: center;
      font-family: "Helvetica Neue", "Microsoft Yahei", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
      font-size: 0.1903rem;
      font-weight: 400;
      position: absolute;
      top: 10vh;
      left: 50%;
      transform: translate(-50%, 0); }
    .au-qrs .texts .subtitle {
      text-align: center;
      font-family: 'Arial Black', 'Arial Normal', 'Arial', sans-serif;
      margin: .5em auto;
      color: #86cfff;
      font-weight: bold;
      font-size: 100px;
      position: absolute;
      top: 15%;
      left: 50%;
      width: 100%;
      transform: translate(-50%, -50%);
      z-index: 0; }
    .au-qrs .texts p {
      padding-top: 1rem;
      margin: 0.2196rem auto;
      font-family: "Helvetica Neue", "Microsoft Yahei", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
      font-size: 16px;
      font-weight: 400;
      color: #222; }
      .au-qrs .texts p:nth-child(1) {
        margin-top: 0.1464rem; }
  .au-qrs .qr {
    float: left;
    width: 33.333%;
    text-align: center;
    box-sizing: border-box; }
    .au-qrs .qr img {
      height: 100px; }
    .au-qrs .qr .caption {
      font-size: 0.0878rem; }
  .au-qrs .qr.qq {
    position: relative;
    top: -0.2196rem; }

.au-award {
  width: 100%;
  margin: 5% 0 9% 0;
  background-image: url("/templates/website/res/img/aboutus/zhuanli-bg.png");
  background-size: 100% auto;
  background-repeat: no-repeat; }
  .au-award .title {
    color: #86CFFF;
    font-weight: 900;
    font-size: 100px;
    font-style: normal;
    text-decoration: none;
    text-align: center; }
  .au-award .desc {
    color: #333333;
    font-weight: 400;
    font-size: 24px;
    font-style: normal;
    text-decoration: none;
    text-align: center; }
  .au-award .au-award-box {
    padding: 80px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .au-award .au-award-box ul {
      max-width: 1200px;
      text-align: center;
      text-decoration: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-wrap: wrap; }
      .au-award .au-award-box ul li {
        margin: 10px; }
        .au-award .au-award-box ul li img {
          width: 150px;
          height: auto; }

footer {
  position: relative;
  top: -0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.5rem;
  background-image: url("/templates/website/res/img/aboutus/bottom_bg.png");
  background-size: 100% 100%; }

.special_bg .wrapper {
  height: 100vh !important;
  background-image: url("/templates/website/res/img/aboutus/banner2-1.png") !important;
  background-repeat: no-repeat;
  padding-top: 0; }

@media (min-width: 769px) and (max-width: 1199px) {
  .title {
    top: 80px !important; }
  .mobile {
    display: none; }
  .pc {
    display: block; }
  .subtitle {
    font-size: 1rem !important; }
  .au-instruction-body .shows img.pc {
    width: 120%; }
  .au-instruction-body .wrapper {
    padding: 0.5562rem 0.8177rem; }
  .au-contact-body .text p {
    line-height: 1.5; }
  .au-contact-body .wrapper {
    background-size: cover;
    background-position: center; }
  .au-qrs {
    height: 5.9283rem; }
    .au-qrs .texts {
      width: 60vw; }
    .au-qrs .container .cards {
      font-size: 0.2rem; }
    .au-qrs .honor {
      width: 80%;
      padding-top: 20vh;
      height: 1rem; }
      .au-qrs .honor .item1, .au-qrs .honor .item2, .au-qrs .honor .item3, .au-qrs .honor .item4, .au-qrs .honor .item5, .au-qrs .honor .item6 {
        width: 180px;
        height: 210px; }
        .au-qrs .honor .item1 .bg, .au-qrs .honor .item2 .bg, .au-qrs .honor .item3 .bg, .au-qrs .honor .item4 .bg, .au-qrs .honor .item5 .bg, .au-qrs .honor .item6 .bg {
          width: 100%;
          height: 100%; }
  .au-qrs2 {
    top: 0;
    height: 110vh !important;
    background-size: cover !important;
    background-position: center; }
    .au-qrs2 .honor {
      padding-top: 40px;
      height: 55vh; }
  .au-map {
    top: 0; }
    .au-map .map {
      min-width: 840px; }
  footer {
    top: 0; }
  .special_bg .wrapper {
    padding-top: 10vh;
    height: 55vh !important;
    background-size: cover; } }

@media (max-width: 768px) {
  .au-banner {
    height: 5.6283rem; }
  .title,
  .title_inner {
    font-size: 14px !important; } }

@media (max-width: 768px) and (min-width: 540px) and (max-width: 767px) {
  .au-map .map .img {
    width: 120% !important;
    margin-top: 25vh; } }

@media (max-width: 768px) {
  .btn {
    width: 95px;
    height: 35px; }
  .pc {
    display: none; }
  .mobile {
    display: block; }
  .subtitle {
    font-size: 32px !important; }
  .au-qrs {
    padding-bottom: 10vh; }
    .au-qrs .wrapper {
      padding: 0 8% 0 8%; }
    .au-qrs .texts .title {
      top: 20px; }
    .au-qrs .honor {
      padding-top: 5vh;
      width: 100%; }
      .au-qrs .honor p {
        font-size: 12px !important; }
      .au-qrs .honor .item1, .au-qrs .honor .item2, .au-qrs .honor .item3, .au-qrs .honor .item4, .au-qrs .honor .item5, .au-qrs .honor .item6 {
        height: 22vh;
        width: 18vh; }
        .au-qrs .honor .item1 .bg, .au-qrs .honor .item2 .bg, .au-qrs .honor .item3 .bg, .au-qrs .honor .item4 .bg, .au-qrs .honor .item5 .bg, .au-qrs .honor .item6 .bg {
          width: 100% !important;
          height: 100% !important; }
      .au-qrs .honor .item5 {
        margin-top: 10px; }
        .au-qrs .honor .item5 p {
          position: relative;
          top: 7px; }
        .au-qrs .honor .item5 .bg {
          width: 88% !important;
          transform: scale(1.1); }
    .au-qrs .container {
      font-size: 20px !important;
      flex-direction: column;
      align-items: center;
      width: 8rem; }
      .au-qrs .container .cards {
        font-size: 16px;
        width: 90%;
        height: 20vh; }
        .au-qrs .container .cards .bg {
          width: 100px;
          height: 100px;
          background-size: cover; }
  .au-instruction-title .wrapper {
    padding-top: 10vh; }
  .au-instruction-title .texts .title {
    top: 2vh; }
  .au-contact-body .bg {
    height: 100%;
    margin-top: 0; }
  .au-contact-body .wrapper {
    padding-top: 10vh;
    padding-bottom: 10vh;
    line-height: 0;
    height: 40vh;
    background-size: cover; }
  .au-contact-body .texts p {
    line-height: 2;
    font-size: 14px;
    margin: 1.1196rem auto; }
  .au-contact-body .texts .title {
    top: 10px; }
  .au-instruction-body .shows {
    margin-left: 0; }
  .au-instruction-body .title_inner {
    top: 20px !important; }
  .au-instruction-body .wrapper {
    padding-top: 0 !important;
    display: flex;
    flex-direction: column;
    padding: 0.2562rem 1.0177rem; }
    .au-instruction-body .wrapper .texts p {
      margin-top: 4vh; }
    .au-instruction-body .wrapper .datas {
      height: 180px; }
      .au-instruction-body .wrapper .datas .data_item {
        width: 143px; }
        .au-instruction-body .wrapper .datas .data_item p:nth-of-type(2) {
          font-size: 12px; }
  .au-instruction-body .pt10 {
    padding-top: 5vh !important; }
  .au-instruction-body .texts {
    width: 100%; }
    .au-instruction-body .texts p {
      line-height: 2; }
  .au-instruction-body .shows {
    width: 100%;
    margin-top: 5vh; }
  .special_bg .mobile.bg {
    background-image: url("/templates/website/res/img/aboutus/history_mobile.png") !important;
    display: block; }
  .special_bg .wrapper {
    padding-top: 12vh;
    background-image: url("/templates/website/res/img/aboutus/history_bg.png") !important; }
  .au-qrs2 {
    top: 0;
    height: 110vh !important;
    background-image: url("/templates/website/res/img/aboutus/honor_bg.png") !important; }
    .au-qrs2 .wrapper {
      padding-top: 5vh; }
  .au-map {
    top: 0; }
    .au-map .wrapper {
      height: 65vh;
      padding-bottom: 0; }
    .au-map .texts .title {
      top: 20px; }
    .au-map .qrcode {
      width: 100%;
      height: 15vh;
      margin-top: 4vh; }
      .au-map .qrcode .item {
        height: 130px !important; }
    .au-map .map {
      padding-top: 6vh;
      width: 80vw;
      height: 450px;
      flex-direction: column; }
      .au-map .map .text p {
        font-size: 12px; }
      .au-map .map .bg {
        width: 118%; }
      .au-map .map .img {
        width: 100%; }
        .au-map .map .img img {
          width: 100%;
          height: 100%; }
  .au-banner .btn {
    margin: 30px auto; }
  .au-banner h2 {
    font-size: 0.4196rem; }
  .au-banner .common_blue {
    font-size: 32px; }
  .num {
    font-size: 0.7rem !important; }
  footer {
    top: 0;
    height: 18vh; } }

@media (max-width: 375px) {
  .au-map .wrapper {
    height: 82vh; }
  .au-qrs2 {
    height: 120vh !important; } }
