@charset "utf-8";

.story-wrap {
  background: url(../images/20fdf2bc8133e551487648edbe00c3b3.jpg) no-repeat center 89px fixed;
  background-size: cover;
  height: 100%;
}

/* .story {
  width: 644px;
  height: 786px;
  background: url(../images/677cd9b38978fa7c2c527c09ec8aee9c.png) no-repeat top;
  margin: 0 auto;
  padding: 150px 0 0;
  text-align: center;
  background-size: contain;
} */
.story {
width: 100%;
text-align: center;
}
.story-wrap p {
  font-size: 16px;
  margin: 0 auto;
}

.story-wrap .content {
  padding: 200px 0 150px;
}

.map-wrap .content {
  height: 100%;
  padding: 200px 0;
  background-size: cover;
}

.map1 {
  background: url(../images/83d341e4b02690d639e5575c32bb3ad4.jpg) no-repeat center 0;
}

.map2 {
  background: url(../images/0b90cda34d4834ff7cc8938249c124ac.jpg) no-repeat center 0;
}

.map3 {
  background: url(../images/011e2dd10c9af5bf49364d02447be752.jpg) no-repeat center 0;
}

.map4 {
  background: url(../images/9f72646dcae559ded6261f42fa1a3249.jpg) no-repeat center 0;
}

.map-tit {}

.pic-box {
  position: relative;
}

.pic-modal {
  position: absolute;
  bottom: 16px;
  right: 17px;
  width: 54px;
  height: 54px;
  background: url(../images/23f7c8bed99888366ecddcf405c7c40a.png) no-repeat top;
  cursor: pointer;
  border: none;
  background-size: 100% auto;
}

.pic-modal:hover {
  background-position-y: -54px;
}

.pic-caption {
  margin: 50px 0 0;
}

.pic-caption h3 {
  font-size: 20px;
  color: #292929;
  margin: 0 0 20px;
  font-weight: 700;
}

.pic-caption h3 span {
  margin-right: 9px;
  padding: 3px 8px 5px;
  background-color: #ff005a;
  font-weight: 400;
  color: #fff;
}

.pic-caption p {
  margin: 0;
  font-size: 16px;
}

@media (max-width: 1000px) {
  .map-tit {
    width: 50%;
  }
}

@media (max-width: 991px) {
  .pic-box {
    margin: 20px 0 0;
  }
}

@media (max-width: 480px) {
  .map-wrap .content {
    padding: 150px 0;
  }
}
