@font-face {
  font-family: "PingFangSCRegular";
  src: url("../static/font/PingFangSC-Regular.ttf") format("truetype"), url("../static/font/PingFangSC-Regular.woff2") format("woff2"), url("../static/font/PingFangSC-Regular.woff") format("woff"), url("../static/font/PingFangSC-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
html,
body,
p,
ul,
li,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  list-style: none;
}

body {
  font-family: PingFangSCRegular;
  cursor: context-menu;
  min-width: 1200px;
}

.topSwiper {
  width: 100%;
  height: 4.5rem;
}
.topSwiper #swiperIndex {
  height: 4.5rem;
  position: relative;
}
.topSwiper #swiperIndex .swiper-wrapper .topBox {
  width: 100%;
  height: 4.5rem;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  font-size: 16px;
  position: relative;
}
.topSwiper #swiperIndex .swiper-wrapper .topBox-content {
  display: flex;
  height: 3.6667rem;
  align-items: center;
  width: 9.75rem;
  margin: 0 auto;
  padding-top: 0.5833rem;
}
.topSwiper #swiperIndex .swiper-wrapper .topBox-content .conLeft {
  flex: 1;
  color: #fff;
  text-align: left;
  padding-left: 0.3rem;
}
.topSwiper #swiperIndex .swiper-wrapper .topBox-content .conLeft h2 {
  font-size: 0.4rem;
  font-weight: 600;
}
.topSwiper #swiperIndex .swiper-wrapper .topBox-content .conLeft h3 {
  font-size: 0.3rem;
  line-height: 0.75rem;
  font-weight: 400;
}
.topSwiper #swiperIndex .swiper-wrapper .topBox-content .conLeft p {
  font-size: 0.175rem;
  font-weight: 400;
}
.topSwiper #swiperIndex .swiper-wrapper .topBox-content .conLeft p:nth-child(2) {
  margin: 0.2167rem 0;
  font-size: 0.2rem;
}
.topSwiper #swiperIndex .swiper-wrapper .topBox-content .conRight {
  width: 3.4167rem;
  height: 3.2917rem;
  margin-left: 0.3333rem;
  position: relative;
  top: 0.4167rem;
}
.topSwiper #swiperIndex .swiper-wrapper .topBox-content .conRight img {
  width: 100%;
  height: 100%;
}
.topSwiper #swiperIndex .swiper-wrapper .banner1 > .topBox {
  background-image: url("../static/navBg.png");
}

.describe {
  width: 11.6667rem;
  margin: 0 auto;
  font-size: 0.175rem;
  line-height: 0.2833rem;
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
}

.mapBox {
  height: 3.9167rem;
  width: 11.6667rem;
  margin: 0 auto;
  font-size: 0.175rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1.25rem;
}
.mapBox-left {
  width: 3.2083rem;
}
.mapBox-left > div {
  margin-bottom: 0.1667rem;
}
.mapBox-left > div h5 {
  font-size: 0.175rem;
  line-height: 0.3333rem;
  border-bottom: #6D7278 solid 1px;
  margin-bottom: 0.0417rem;
}
.mapBox-left > div p {
  color: #6D7278;
  line-height: 0.2667rem;
}
.mapBox-right {
  width: 5rem;
  height: 3.9167rem;
  background: #ccc;
}

.bottomBox {
  background: #3D414A;
  overflow: hidden;
  margin: 0 auto;
}
.bottomBox-content {
  width: 14.8333rem;
  height: 2.2833rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.bottomBox-content .logo img {
  width: auto;
  height: 0.8rem;
  display: block;
}
.bottomBox-content ul {
  font-size: 0.15rem;
  color: #FFFFFF;
  line-height: 0.4167rem;
  margin-left: 1.1167rem;
}
.bottomBox-content .link {
  margin-left: 1.65rem;
}
.bottomBox-content .qrCodeBox {
  margin-left: 2rem;
  display: flex;
}
.bottomBox-content .qrCodeBox > div {
  width: 1.1333rem;
  height: 1.1333rem;
  background: #FFFFFF;
  border: 1px solid #979797;
}
.bottomBox-content .qrCodeBox > div:nth-child(2) {
  margin-left: 0.75rem;
}

@media screen and (max-width: 600px) {
  body {
    min-width: auto;
  }
  .describe {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0.1667rem;
    font-size: 0.1833rem;
    line-height: 0.3rem;
  }
  .mapBox {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0.1667rem;
    flex-wrap: wrap;
    height: auto;
    padding-bottom: 0.3333rem;
  }
  .mapBox-left h5 {
    font-size: 0.2rem !important;
    line-height: 0.4rem !important;
  }
  .mapBox-left p {
    font-size: 0.1833rem !important;
    line-height: 0.3rem !important;
  }
  .topSwiper {
    width: 100%;
    height: 4rem;
  }
  .topSwiper #swiperIndex {
    height: 4rem;
    position: relative;
    overflow: visible !important;
  }
  .topSwiper #swiperIndex .swiper-wrapper .topBox {
    height: 3.9rem;
  }
  .topSwiper #swiperIndex .swiper-wrapper .topBox-content {
    display: flex;
    height: 3.3rem;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    padding-top: 0.5833rem;
    position: relative;
  }
  .topSwiper #swiperIndex .swiper-wrapper .topBox-content .conLeft {
    flex: 1;
    color: #fff;
    text-align: left;
    position: relative;
    z-index: 2;
    padding-left: 0.1667rem;
    top: 0;
    display: none;
  }
  .topSwiper #swiperIndex .swiper-wrapper .topBox-content .conLeft h2 {
    font-size: 0.3333rem;
    font-weight: 600;
  }
  .topSwiper #swiperIndex .swiper-wrapper .topBox-content .conLeft h3 {
    font-size: 0.2333rem;
    line-height: 0.75rem;
    font-weight: 400;
  }
  .topSwiper #swiperIndex .swiper-wrapper .topBox-content .conLeft p {
    font-size: 0.1833rem;
    width: 70%;
    line-height: 0.3rem;
    font-weight: 400;
  }
  .topSwiper #swiperIndex .swiper-wrapper .topBox-content .phoneLeft {
    display: block !important;
  }
  .topSwiper #swiperIndex .swiper-wrapper .topBox-content .phoneLeft h3 {
    width: 80%;
    line-height: 0.4rem !important;
    margin: 0.1667rem 0;
  }
  .topSwiper #swiperIndex .swiper-wrapper .topBox-content .conRight {
    width: 3.4167rem;
    height: 3.2917rem;
    margin-left: 0.3333rem;
    display: none;
  }
  .topSwiper #swiperIndex .swiper-wrapper .topBox-content .conRightPhone {
    width: 1.3rem;
    height: 2rem;
    display: block !important;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .topSwiper #swiperIndex .swiper-wrapper .topBox-content .conRightPhone img {
    width: 100%;
    height: 100%;
  }
}/*# sourceMappingURL=aboutUs.min.css.map */