* {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Microsoft YaHei, sans-serif;
  font-weight: 400;
  font-size: 16px;
}
html {
  height: 100%;
  overflow: hidden;
}
.page {
  min-width: 550px;
}
.page.index {
  width: 100%;
  height: 100%;
  position: absolute;
}
.page.index .page-sub {
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.page.index .page-sub .page-sub-content {
  position: absolute;
  color: #fff;
  z-index: 2;
}
.page.index .page-sub .page-sub-content .page-sub-content-title {
  font-size: 46px;
  line-height: 2em;
  text-align: center;
}
.page.index .page-sub .page-sub-content .page-sub-content-dec {
  font-size: 24px;
  line-height: 2em;
  text-align: center;
  opacity: .8;
}
.page.index .page-sub-2 .page-sub-content-box {
  margin-left: -20px;
  padding: 80px 80px 80px 100px;
  outline: 1px solid rgba(255, 255, 255, 0.3);
  outline-offset: -10px;
  background: rgba(73, 170, 67, 0.6);
}
.page.index .page-sub-6 .page-sub-content-box {
  width: 700px;
  height: 300px;
  outline: solid 1px #fff;
  outline-offset: 10px;
  background: #fff -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.35, rgba(204, 232, 198, 0.5)), color-stop(0.35, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(204, 232, 198, 0.5)), color-stop(0.85, rgba(204, 232, 198, 0.5)), color-stop(0.85, transparent), to(transparent));
}
.page.introduction .page-sub {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
}
.page.introduction .page-sub .page-sub-content {
  color: #000;
}
.page.introduction .page-sub .page-sub-content .page-sub-content-box {
  box-sizing: border-box;
  letter-spacing: 3px;
  margin-top: 120px;
  zoom: 0.9;
}
.page.introduction .page-sub .page-sub-content .page-sub-content-title {
  font-size: 50px;
  margin: 50px 0;
  text-align: center;
  white-space: nowrap;
}
.page.introduction .page-sub .page-sub-content .page-sub-content-dec {
  color: #000;
  font-size: 24px;
  line-height: 1.5em;
  text-align: left;
  margin-bottom: 20px;
  padding: 0 20px;
  text-indent: 2.3em;
}
.page.introduction .page-sub-1 .page-sub-content-box {
  width: 70%;
  padding: 24px 5%;
  box-sizing: border-box;
  border-radius: 30px;
  border: 15px solid #F4AE31;
  position: relative;
  /* background: rgba(73, 170, 67, 0.8); */
}
.page.contact {
  width: 100%;
  height: 100%;
  position: absolute;
}
.page.contact .page-sub {
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.page.contact .page-sub .page-sub-content {
  width: 100%;
  height: 100%;
}
.page.contact .page-sub .page-sub-content-title {
  font-size: 32px;
  margin-bottom: 20px;
}
.page.contact .page-sub .page-sub-content-dec {
  font-size: 22px;
  width: 100%;
  height: 100%;
}
.page.contact .page-sub .icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.page.contact .page-sub-1 .my-map {
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.page.contact .page-sub-1 .my-map .icon {
  background: url('/static/admin/img/marker.png')  no-repeat;
}
.page.contact .page-sub-1 .my-map .icon-cir {
  height: 31px;
  width: 28px;
}
.page.contact .page-sub-1 .my-map .icon-cir-red {
  background-position: 0px 0px;
}
.page.contact .page-sub-1 .amap-container,
.page.contact .page-sub-1 #mapContainer {
  height: 100%;
}
/*# sourceMappingURL=pages.css.map */