@charset "UTF-8";
@import url(animate.min.css);
* {
  border: none;
  margin: 0;
  padding: 0;
  font-family: 'MicrosoftYaHei', 微软雅黑,serif;
  font-size: 0.2361111111rem; }

a, a:link, a:visited, a:hover, a:active {
  text-decoration: none; }

@media screen and (max-width: 320px) {
  html {
    font-size: 42.667px;
    font-size: -webkit-calc(13.33333333vw);
    font-size: calc(13.33333333vw); } }
@media screen and (min-width: 321px) and (max-width: 360px) {
  html {
    font-size: 48px;
    font-size: -webkit-calc(13.33333333vw);
    font-size: calc(13.33333333vw); } }
@media screen and (min-width: 360px) and (max-width: 375px) {
  html {
    font-size: 50px;
    font-size: -webkit-calc(13.33333333vw);
    font-size: calc(13.33333333vw); } }
@media screen and (min-width: 375px) and (max-width: 393px) {
  html {
    font-size: 52.4px;
    font-size: -webkit-calc(13.33333333vw);
    font-size: calc(13.33333333vw); } }
@media screen and (min-width: 393px) and (max-width: 412px) {
  html {
    font-size: 54.93px;
    font-size: -webkit-calc(13.33333333vw);
    font-size: calc(13.33333333vw); } }
@media screen and (min-width: 412px) and (max-width: 414px) {
  html {
    font-size: 55.2px;
    font-size: -webkit-calc(13.33333333vw);
    font-size: calc(13.33333333vw); } }
@media screen and (min-width: 414px) and (max-width: 480px) {
  html {
    font-size: 64px;
    font-size: -webkit-calc(13.33333333vw);
    font-size: calc(13.33333333vw); } }
@media screen and (min-width: 480px) and (max-width: 540px) {
  html {
    font-size: 72px;
    font-size: -webkit-calc(13.33333333vw);
    font-size: calc(13.33333333vw); } }
@media screen and (min-width: 540px) and (max-width: 640px) {
  html {
    font-size: 85.33px;
    font-size: -webkit-calc(13.33333333vw);
    font-size: calc(13.33333333vw); } }
@media screen and (min-width: 640px) and (max-width: 720px) {
  html {
    font-size: 96px;
    font-size: -webkit-calc(13.33333333vw);
    font-size: calc(13.33333333vw); } }
@media screen and (min-width: 720px) and (max-width: 768px) {
  html {
    font-size: 102.4px;
    font-size: -webkit-calc(13.33333333vw);
    font-size: calc(13.33333333vw); } }
@media screen and (min-width: 768px) {
  html {
    font-size: 102.4px; }

  #container {
    width: 1200px;
    margin: 0 auto; } }
.clear {
  clear: both;
  *height: 1%; }
  .clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

img {
  display: block; }

li {
  list-style: none; }

.lf {
  float: left; }

.rt {
  float: right; }

input, select {
  -webkit-appearance: none; }

body {
  position: relative;
  color: #333; }

[v-cloak] {
  display: none; }

.pop-code {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 50; }
  .pop-code .code {
    position: absolute;
    top: 20vh;
    width: 2.7777777778rem;
    left: 50%;
    margin-left: -1.3888888889rem;
    text-align: center;
    padding-bottom: 0.5555555556rem; }
    .pop-code .code .close {
      position: absolute;
      bottom: 0.0694444444rem;
      left: 50%;
      width: 0.4166666667rem;
      margin-left: -0.2083333333rem; }
    .pop-code .code img {
      width: 100%; }
    .pop-code .code div {
      background: white;
      padding: 0 0.0694444444rem 0.1736111111rem 0.0694444444rem;
      font-weight: bold; }

/*
section{
  position: relative;
  top:0;
  left: 0;
  width: 100%;
  height: 100vh;
  min-height:1334*$vw;
}*/
#pop-bg {
  position: fixed;
  width: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5); }

body {
  background: #d3ecf1; }

#container {
  position: relative;
  background: url("../images/bg.jpg") no-repeat #d0edf1;
  background-size: 100% auto;
  min-height: 100vh; }

header img, footer img {
  width: 100%; }

.pinch-zoom-parent {
  position: absolute;
  top: 2.4375rem;
  left: 0;
  right: 0;
  bottom: 1.1597222222rem; }
  @media screen and (min-width: 768px) {
    .pinch-zoom-parent {
      position: relative;
      top: auto;
      bottom: auto;
      width: 100%;
      height: 1000px; } }
  .pinch-zoom-parent .btn {
    position: absolute;
    width: 2.2222222222rem;
    bottom: 0.3472222222rem;
    right: 0.3472222222rem; }
  .pinch-zoom-parent .note {
    position: absolute;
    right: 0.3472222222rem;
    top: 0.5555555556rem;
    width: 0.6180555556rem; }
    @media screen and (min-width: 768px) {
      .pinch-zoom-parent .note {
        display: none; } }
  .pinch-zoom-parent .title {
    position: absolute;
    height: 1.0208333333rem;
    top: 0.3472222222rem;
    left: 0.3472222222rem; }
  .pinch-zoom-parent .pinch-zoom {
    height: 96%;
    margin-top: 4%;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .pinch-zoom-parent .pinch-zoom {
        height: 100%;
        width: 60%;
        margin: 0 auto; } }

#content {
  position: fixed;
  background-image: linear-gradient(to right, #fa7e05, #2846c6, #01d0fe);
  width: 4.8819444444rem;
  left: 50%;
  margin-left: -2.4409722222rem;
  z-index: 5;
  top: 2.7847222222rem;
  border-radius: 0.4027777778rem;
  padding: 0.0694444444rem;
  box-sizing: border-box; }
  #content.wider {
    width: 6.9652777778rem;
    margin-left: -3.4826388889rem; }
  #content .content {
    background: white;
    border-radius: 0.4027777778rem;
    padding: 0.4861111111rem 0.3472222222rem;
    font-size: 0.2569444444rem;
    line-height: 0.3819444444rem;
    text-align: justify; }
    #content .content .img {
      margin: 0.2777777778rem 0; }
      #content .content .img img {
        width: 100%; }
    #content .content .btn_vr {
      width: 2.2083333333rem;
      margin: 0 auto; }
    #content .content video {
      width: 100%;
      background: black; }
  #content .close {
    position: absolute;
    width: 0.4583333333rem;
    bottom: -0.6944444444rem;
    left: 50%;
    margin-left: -0.2291666667rem; }
  #content .title {
    position: absolute;
    border: 2px solid #4F7FFF;
    background-image: linear-gradient(#2846c6, #01d0fe);
    border-radius: 0.1388888889rem;
    top: -1.0416666667rem;
    padding: 0.0694444444rem 0.2083333333rem 0.0694444444rem 0.0694444444rem;
    left: 50%;
    margin-left: 0.2083333333rem;
    transform: translateX(-50%); }
    #content .title .logo {
      position: absolute;
      width: 0.9166666667rem;
      left: -0.4583333333rem;
      top: -0.0833333333rem; }
    #content .title .name {
      height: 0.6111111111rem;
      margin-left: 0.4583333333rem; }

footer {
  position: absolute;
  bottom: 0;
  left: 0; }
  @media screen and (min-width: 768px) {
    footer {
      position: relative;
      width: 100%; } }

.map_container {
  position: absolute; }
  .map_container .map {
    width: 100%;
    margin: 0 auto; }
  .map_container .btn {
    position: absolute;
    height: 0.4375rem;
    transform: scale(0.7); }
    .map_container .btn .logo {
      position: relative;
      width: 0.5625rem;
      height: 0.5625rem;
      left: -0.2777777778rem;
      top: -0.0486111111rem;
      pointer-events: none; }
    .map_container .btn .name_box {
      position: absolute;
      background-image: linear-gradient(to right, #FF7F00, #2944C5, #00D3FF);
      border-radius: 0.0833333333rem;
      padding: 2px;
      box-sizing: border-box; }
      .map_container .btn .name_box .name {
        white-space: nowrap;
        background: white;
        border-radius: 0.0833333333rem;
        line-height: 0.3819444444rem;
        font-size: 0.2777777778rem;
        font-weight: bold;
        color: #0F55BA;
        padding-right: 0.1041666667rem;
        padding-left: 0.3125rem;
        box-sizing: border-box; }
    .map_container .btn.left .logo {
      left: auto;
      right: 0.2777777778rem; }
    .map_container .btn.left .name_box {
      transform: translateX(-100%); }
      .map_container .btn.left .name_box .name {
        padding-right: 0.3125rem;
        padding-left: 0.1041666667rem; }

.back {
  width: 2.2569444444rem;
  position: absolute;
  left: 0.3472222222rem;
  bottom: 0.3472222222rem; }

.location {
  position: absolute;
  background: #DEF2F6;
  width: 2.7777777778rem;
  height: 1.5972222222rem;
  right: 0.3472222222rem;
  bottom: 0.3472222222rem;
  border-radius: 0.0694444444rem;
  box-shadow: 2px 2px 5px rgba(56, 128, 186, 0.5);
  overflow: hidden; }
  .location img {
    position: absolute;
    width: 3.8194444444rem; }
  .location.location1 img {
    left: -0.5555555556rem;
    top: -1.4583333333rem; }
  .location.location2 img {
    left: 0.2083333333rem;
    top: -1.4583333333rem; }
  .location.location3 img {
    left: -0.5555555556rem;
    top: -1.4583333333rem; }
  .location.location4 img {
    left: -0.5555555556rem;
    top: -1.4583333333rem; }
  .location.location5 img {
    left: -0.1388888889rem;
    top: -1.8055555556rem; }
  .location.location6 img {
    left: -0.1388888889rem;
    top: -2.5rem; }
  .location.location7 img {
    left: -1.25rem;
    top: -1.8055555556rem; }
  .location.location8 img {
    left: -1.5277777778rem;
    top: -0.7638888889rem; }
  .location.location9 img {
    left: -0.8333333333rem;
    top: -0.7638888889rem; }
  .location.location10 img {
    left: -0.3472222222rem;
    top: 0.1388888889rem; }

.map0 {
  left: -0.4861111111rem;
  top: 5vh;
  width: 8.1319444444rem; }
  .map0 .btn1 {
    top: 1.1111111111rem;
    left: 3.2986111111rem;
    width: 1.7361111111rem; }
  .map0 .btn2 {
    top: 2.4305555556rem;
    left: 4.1319444444rem;
    width: 1.7361111111rem; }
  .map0 .btn3 {
    top: 3.2638888889rem;
    left: 6.0416666667rem;
    width: 1.7361111111rem; }
  .map0 .btn4 {
    top: 3.75rem;
    left: 3.0555555556rem;
    width: 1.7361111111rem; }
  .map0 .btn5 {
    top: 4.4444444444rem;
    left: 1.0416666667rem;
    width: 1.7361111111rem; }
  .map0 .btn6 {
    top: 4.4444444444rem;
    left: 4.0277777778rem;
    width: 1.7361111111rem; }
  .map0 .btn7 {
    top: 4.9652777778rem;
    left: 2.9166666667rem;
    width: 1.7361111111rem; }
  .map0 .btn8 {
    top: 5rem;
    left: 5.1388888889rem;
    width: 1.7361111111rem; }
  .map0 .btn9 {
    top: 5.5555555556rem;
    left: 1.6666666667rem;
    width: 1.7361111111rem; }
  .map0 .btn10 {
    top: 6.3194444444rem;
    left: 3.75rem;
    width: 1.7361111111rem; }

.map1 {
  left: 1.0555555556rem;
  top: 15vh;
  width: 5.3888888889rem; }
  .map1 .btn1 {
    top: 0.4513888889rem;
    left: 2.1180555556rem; }
  .map1 .btn2 {
    top: 0.8333333333rem;
    left: 2.7777777778rem; }
  .map1 .btn3 {
    top: 1.3541666667rem;
    left: 2.5694444444rem; }
  .map1 .btn4 {
    top: 1.5277777778rem;
    left: 1.1805555556rem; }
  .map1 .btn5 {
    top: 2.9166666667rem;
    left: 2.4305555556rem; }

.map2 {
  position: absolute;
  left: 0.4409722222rem;
  top: 15vh;
  width: 6.6180555556rem; }
  .map2 .btn1 {
    top: 0.6944444444rem;
    left: 4.2013888889rem; }
  .map2 .btn2 {
    top: 1.3194444444rem;
    left: 3.2638888889rem; }
  .map2 .btn3 {
    top: 1.9791666667rem;
    left: 1.1111111111rem; }
  .map2 .btn4 {
    top: 2.5694444444rem;
    left: 3.9583333333rem; }

.map3 {
  position: absolute;
  left: 0.1770833333rem;
  top: 10vh;
  width: 7.1458333333rem; }
  .map3 .btn1 {
    top: 1.25rem;
    left: 1.1805555556rem; }
  .map3 .btn2 {
    top: 1.7361111111rem;
    left: 4.0277777778rem; }
  .map3 .btn3 {
    top: 1.9791666667rem;
    left: 2.3611111111rem; }
  .map3 .btn4 {
    top: 2.6736111111rem;
    left: 1.7361111111rem; }
  .map3 .btn5 {
    top: 2.4652777778rem;
    left: 2.7777777778rem; }
  .map3 .btn6 {
    top: 3.0208333333rem;
    left: 2.0138888889rem; }
  .map3 .btn7 {
    top: 2.6041666667rem;
    left: 4.7916666667rem; }
  .map3 .btn8 {
    top: 2.9861111111rem;
    left: 4.7916666667rem; }
  .map3 .btn9 {
    top: 3.3680555556rem;
    left: 3.4722222222rem; }
  .map3 .btn10 {
    top: 3.4027777778rem;
    left: 4.8611111111rem; }
  .map3 .btn11 {
    top: 3.7847222222rem;
    left: 3.2638888889rem; }
  .map3 .btn12 {
    top: 3.7847222222rem;
    left: 5.1388888889rem; }
  .map3 .btn13 {
    top: 4.2013888889rem;
    left: 3.2638888889rem; }
  .map3 .btn14 {
    top: 4.2708333333rem;
    left: 5.1388888889rem; }
  .map3 .btn15 {
    top: 4.6875rem;
    left: 3.2638888889rem; }
  .map3 .btn16 {
    top: 4.6875rem;
    left: 5.1388888889rem; }
  .map3 .btn17 {
    top: 5.1388888889rem;
    left: 3.2638888889rem; }
  .map3 .btn18 {
    top: 5.4861111111rem;
    left: 3.9930555556rem; }
  .map3 .btn19 {
    top: 6.0763888889rem;
    left: 4.0277777778rem; }

.map4 {
  position: absolute;
  left: 0.2256944444rem;
  top: 15vh;
  width: 7.0486111111rem; }
  .map4 .btn1 {
    top: 0.1736111111rem;
    left: 5.7291666667rem; }
  .map4 .btn2 {
    top: 1.6319444444rem;
    left: 1.1805555556rem; }
  .map4 .btn3 {
    top: 1.6666666667rem;
    left: 3.8888888889rem; }
  .map4 .btn4 {
    top: 1.3194444444rem;
    left: 3.4722222222rem; }
  .map4 .btn5 {
    top: 2.1527777778rem;
    left: 4.5138888889rem; }
  .map4 .btn6 {
    top: 2.4305555556rem;
    left: 2.7777777778rem; }
  .map4 .btn7 {
    top: 2.6388888889rem;
    left: 4.4444444444rem; }
  .map4 .btn8 {
    top: 3.4375rem;
    left: 3.75rem; }
  .map4 .btn9 {
    top: 2.8472222222rem;
    left: 2.7083333333rem; }

.map5 {
  position: absolute;
  left: 0.0833333333rem;
  top: 15vh;
  width: 7.1944444444rem; }
  .map5 .btn1 {
    top: 0.5902777778rem;
    left: 2.5347222222rem; }
  .map5 .btn2 {
    top: 0.5902777778rem;
    left: 4.0625rem; }
  .map5 .btn3 {
    top: 1.2847222222rem;
    left: 1.2152777778rem; }
    .map5 .btn3 .name_box {
      top: -0.1736111111rem; }
  .map5 .btn4 {
    top: 1.5277777778rem;
    left: 4.1666666667rem; }
  .map5 .btn5 {
    top: 1.0416666667rem;
    left: 4.7222222222rem; }
  .map5 .btn6 {
    top: 1.9097222222rem;
    left: 3.6111111111rem; }
  .map5 .btn7 {
    top: 1.7708333333rem;
    left: 2.0833333333rem; }
  .map5 .btn8 {
    top: 2.3958333333rem;
    left: 3.2638888889rem; }
  .map5 .btn9 {
    top: 2.6388888889rem;
    left: 1.0416666667rem; }

.map6 {
  position: absolute;
  left: 0.6423611111rem;
  top: 15vh;
  width: 6.6319444444rem; }
  .map6 .btn1 {
    top: 1.4236111111rem;
    left: 3.5069444444rem; }
  .map6 .btn2 {
    top: 1.9097222222rem;
    left: 3.8541666667rem; }
  .map6 .btn3 {
    top: 2.1875rem;
    left: 1.7708333333rem; }
  .map6 .btn4 {
    top: 3.3680555556rem;
    left: 3.8541666667rem; }
  .map6 .btn5 {
    top: 2.8125rem;
    left: 1.6666666667rem; }
  .map6 .btn6 {
    top: 2.3958333333rem;
    left: 3.6458333333rem; }
  .map6 .btn7 {
    top: 3.4375rem;
    left: 1.9791666667rem; }
  .map6 .btn8 {
    top: 3.9236111111rem;
    left: 1.8680555556rem; }
  .map6 .btn9 {
    top: 4.4097222222rem;
    left: 1.5625rem; }

.map7 {
  position: absolute;
  left: 1.1805555556rem;
  top: 12vh;
  width: 5.1388888889rem; }
  .map7 .btn1 {
    top: 0.9652777778rem;
    left: 1.5625rem; }
  .map7 .btn2 {
    top: 1.5625rem;
    left: 2.4652777778rem; }
  .map7 .btn3 {
    top: 1.9791666667rem;
    left: 3.4375rem; }
  .map7 .btn4 {
    top: 2.6041666667rem;
    left: 2.5347222222rem; }
  .map7 .btn5 {
    top: 3.0902777778rem;
    left: 2.5694444444rem; }
  .map7 .btn6 {
    top: 3.8541666667rem;
    left: 2.9513888889rem; }
  .map7 .btn7 {
    top: 4.6875rem;
    left: 3.2291666667rem; }
  .map7 .btn8 {
    top: 4.6875rem;
    left: 1.25rem; }
  .map7 .btn9 {
    top: 5.1736111111rem;
    left: 1.2847222222rem; }

.map8 {
  position: absolute;
  left: 0.8888888889rem;
  top: 12vh;
  width: 5.7222222222rem; }
  .map8 .btn1 {
    top: 1.6319444444rem;
    left: 3.9930555556rem; }
  .map8 .btn2 {
    top: 3.0902777778rem;
    left: 3.0208333333rem; }
  .map8 .btn3 {
    top: 4.4791666667rem;
    left: 2.9513888889rem; }

.map9 {
  position: absolute;
  left: 0.3958333333rem;
  top: 15vh;
  width: 6.7083333333rem; }
  .map9 .btn1 {
    top: 0.2430555556rem;
    left: 3.4375rem; }
  .map9 .btn2 {
    top: 1.4583333333rem;
    left: 3.2986111111rem; }
  .map9 .btn3 {
    top: 1.875rem;
    left: 1.6319444444rem; }
  .map9 .btn4 {
    top: 1.25rem;
    left: 5.0694444444rem; }
  .map9 .btn5 {
    top: 2.1527777778rem;
    left: 2.8125rem; }
  .map9 .btn6 {
    top: 2.5694444444rem;
    left: 3.1597222222rem; }
  .map9 .btn7 {
    top: 2.5694444444rem;
    left: 1.8402777778rem; }
  .map9 .btn8 {
    top: 2.9861111111rem;
    left: 4.2013888889rem; }
  .map9 .btn9 {
    top: 3.2291666667rem;
    left: 3.2291666667rem; }
  .map9 .btn10 {
    top: 3.4027777778rem;
    left: 5.1736111111rem; }
  .map9 .btn11 {
    top: 3.9930555556rem;
    left: 4.4444444444rem; }

.map10 {
  position: absolute;
  left: 0.0451388889rem;
  top: 17vh;
  width: 7.1319444444rem; }
  .map10 .btn1 {
    top: -0.2013888889rem;
    left: 1.9097222222rem; }
  .map10 .btn2 {
    top: 0.4166666667rem;
    left: 1.1805555556rem; }
  .map10 .btn3 {
    top: 1.3194444444rem;
    left: 3.75rem; }
  .map10 .btn4 {
    top: 2.0833333333rem;
    left: 3.9236111111rem; }
  .map10 .btn5 {
    top: 1.0763888889rem;
    left: 2.5347222222rem; }
  .map10 .btn6 {
    top: 0.8680555556rem;
    left: 3.6458333333rem; }
  .map10 .btn7 {
    top: 2.8819444444rem;
    left: 5.2430555556rem; }
  .map10 .btn8 {
    top: 2.3611111111rem;
    left: 3.2291666667rem; }
    .map10 .btn8 .name_box {
      top: -0.2083333333rem; }
  .map10 .btn9 {
    top: 1.4930555556rem;
    left: 1.9097222222rem; }
  .map10 .btn10 {
    top: 3.4027777778rem;
    left: 4.1319444444rem; }
  .map10 .btn11 {
    top: 1.7013888889rem;
    left: 3.7847222222rem; }
  .map10 .btn12 {
    top: 3.6111111111rem;
    left: 5.1041666667rem; }
  .map10 .btn13 {
    top: 2.8819444444rem;
    left: 3.2986111111rem; }

/*# sourceMappingURL=map.css.map */
