* {
  margin: 0;
  padding: 0;
}

::-webkit-scrollbar {
  display: none;
}

body, html {
  width: 100%;
  height: 100%;
}

#app {
  overflow-x: hidden;
}

.nav {
  width: 100%;
  height: 65px;
  background: #FFFFFF;
  box-shadow: 0px 6px 24px rgba(35, 73, 122, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav .navContain {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
}
.nav .navContain .navLeft {
  width: 168px;
  height: 46px;
}
.nav .navContain .navLeft img {
  width: 100%;
  height: 100%;
}
.nav .navContain .navRight {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.nav .navContain .navRight a {
  display: block;
  text-decoration: none;
}
.nav .navContain .navRight a .navItem {
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  line-height: 31px;
  color: #000000;
  margin-left: 84px;
}
.nav .navContain .navRight a .active {
  color: #495AFF;
}
.nav .navContain .navRight a .navItem:hover {
  color: #495AFF;
}

.footer {
  width: 100%;
  height: 168px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #21282D;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 16px;
}
.footer a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 16px;
}
.footer span {
  padding: 0 15px;
  font-size: 16px;
  font-family: Source Han Sans CN;
}

.contactUs {
  width: 100%;
  padding: 100px 0 118px;
}
.contactUs-title {
  width: 286px;
  height: 26px;
  margin: 0 auto 50px;
  position: relative;
  font-size: 26px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #000000;
  line-height: 26px;
}
.contactUs-title::before {
  position: absolute;
  display: block;
  content: "";
  top: 13px;
  left: -52px;
  width: 39px;
  height: 2px;
  background-color: #FF6800;
}
.contactUs-title::after {
  position: absolute;
  display: block;
  content: "";
  top: 13px;
  right: -52px;
  width: 39px;
  height: 2px;
  background-color: #FF6800;
}
.contactUs-way {
  width: 956px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.contactUs-way .contactUsWay-item {
  width: 198px;
}
.contactUs-way .contactUsWay-item .contactUsWay-img {
  width: 132px;
  height: 132px;
  margin: 0 auto;
}
.contactUs-way .contactUsWay-item .contactUsWay-img img {
  width: 100%;
  height: 100%;
}
.contactUs-way .contactUsWay-item p {
  font-size: 13px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #70757D;
  margin: 18px 0 19px;
  text-align: center;
}
.contactUs-way .contactUsWay-item .contactUsWay-text {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 24px;
  color: #000000;
  text-align: center;
}
.contactUs #map {
  width: 956px;
  height: 354px;
  margin: 80px auto 0;
  border-radius: 20px;
  overflow: hidden;
}

/*# sourceMappingURL=contact.css.map */
