@charset "utf-8";

.story-wrap {
  background: url(../images/-c06_-_56cb-a0c3-ca7e.jpg) no-repeat center 0;
  background-size: cover;
  height: 100%;
  text-align: center;
}

.story {
  margin: 0 auto;
  width: 707px;
  height: 704px;
  background: url(../images/-c06_-_56cs-532a-a16e.png) no-repeat 0 0;
  background-size: 100% auto;
  padding: 150px 85px 0;
  position: relative;
}

.story:before {
  content: '';
  position: absolute;
  width: 107px;
  height: 131px;
  top: 213px;
  left: -15px;
  background: transparent url(../images/-c06_-_56cb-69a6-5510.png) no-repeat 0 0;
  background-size: 100% auto;
}

.story p {
  font-size: 16px;
  font-weight: 700;
  margin: 0 auto;
  color: #3e3e3e;
}

.story-wrap .content,
.map-wrap .content {
  padding: 200px 0 150px;
}

.map-wrap {
  overflow: hidden;
  height: 100%;
  position: relative;
}

.map-wrap .content {
  background-size: cover;
}

.map1 {
  background: url(../images/-c06_-_56cb-c0f9-ef8_.jpg) no-repeat center 0;
}

.map2 {
  background: url(../images/-c06_-_56cb-49a8-7b71.jpg) no-repeat center 0;
}

.map3 {
  background: url(../images/-c06_-_56cb-b26c-2b46.jpg) no-repeat center 0;
}

.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: #0db467;
  font-weight: 400;
  color: #fff;
}

.map2 .pic-caption h3 span {
  background-color: #2a617a;
}

.map3 .pic-caption h3 span {
  background-color: #295991;
}

.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: 767px) {
  .story {
    width: 7.07rem;
    height: 7.04rem;
    padding: 1.1rem 0.85rem 0;
    line-height: 0.25rem;
  }

  .story:before {
    width: 1.07rem;
    height: 1.31rem;
    top: 2.13rem;
    left: -0.15rem;
  }

  .story p {
    font-size: 14px;
  }

  .map-wrap .content {
    padding: 150px 0;
  }
}

@media (max-width: 600px) {
  .story {
    width: 100%;
    height: 100%;
    padding: 0.8rem 0.87rem;
    background: transparent url(../images/story-bg.png) repeat-y 50% 0;
    background-size: 100% auto;
    line-height: 1.5;
  }

  .storyborder {
    position: relative;
  }

  .storyborder:before {
    content: '';
    position: absolute;
    background: transparent url(../images/story-top.png) no-repeat 0 0;
    background-size: 100% auto;
    height: 1.47rem;
    width: 100%;
    top: -0.869rem;
    left: 0;
  }

  .storyborder:after {
    content: '';
    position: absolute;
    background: transparent url(../images/story-bottom.png) no-repeat 0 0;
    background-size: 100% auto;
    height: 1.444rem;
    width: 100%;
    bottom: -1.406rem;
    left: 0;
  }
}

@media (max-width: 480px) {
  .story-wrap .content {
    padding: 150px 0;
  }

  .map-wrap .content {
    padding: 90px 0;
  }

  .map1 {
    background-position: 40% 0;
  }

  .map2 {
    background-position: 7% 0;
  }
}