/* 共用 -------------------*/
.page {
  width: 1000px;
  margin: 0 auto;
}
.map_con ul li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_bg {
  width: 100%;
  background-image: url(../images/page_bg_top.webp), url(../images/page_bg_bottom.webp), url(../images/page_bg.webp);
  background-position: center top, center bottom, center top;
  background-repeat: no-repeat;
  background-attachment: local, local, fixed;
  padding-bottom: 30px;
  z-index: 6;
  position: relative;
}
.page_bg2 {
  width: 100%;
  background-image: url(../images/page_bg_top.webp), url(../images/page_bg_bottom2.webp), url(../images/page_bg.webp);
  background-position: center top, center bottom, center top;
  background-attachment: local, local, fixed;
  background-repeat: no-repeat;
  padding-bottom: 30px;
  z-index: 6;
  position: relative;
}
.page .title_con {
  position: relative;
}
.page .title_con .sub {
  width: 379px;
  height: 200px;
  background: url(../images/page_title_bg.webp) bottom center no-repeat;
  background-size: 100% auto;
  padding-top: 68px;
  padding-left: 112px;
  text-align: left;
  margin-left: 311px;
}
.page .title_con .main_title {
  margin-top: -76px;
}
.page .main_txt {
  width: 920px;
  margin: 0 auto;
}
.page .main_txt p {
  font-size: 1.3rem;
  text-align: left;
  line-height: 2.0625rem;
  margin: 20px 0;
  letter-spacing: 0.006rem;
  text-shadow: 0px 1px 6px rgba(17, 12, 23, 0.8);
}
.page .pic_con {
  width: 1188px;
  height: 505px;
  /* margin-top: 15px; */
  background: url(../images/map_bg.webp) top center no-repeat;
  background-size: 100% auto;
  margin-left: -94px;
  margin-bottom: 15px;
}

.page .pic_con_01 {
  width: 1188px;
  height: 505px;
  background: url(../images/map_bg_01.webp) top center no-repeat;
  background-size: 100% auto;
  margin-left: -94px;
  margin-bottom: 15px;
}

.map02 {
  max-height: 500px;
}

.map_con ul li + li {
  margin: 10px 0;
  border-top: 2px dotted #6d5c82;
  padding-top: 10px;
}
.map_con ul li img {
  margin-right: 15px;
}
.map_con ul li p {
  text-align: left;
  font-size: 1.125rem;
  text-shadow: 0px 1px 6px rgba(17, 12, 23, 0.8);
}
.title_s {
  display: none;
}
/* gotop -------------------*/
.gotop {
  position: fixed;
  right: 20px;
  bottom: -300px;
  z-index: 33;
}
.gotop > div {
  cursor: pointer;
  position: relative;
  width: 118px;
  height: 118px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gotop > div img {
  position: absolute;
  transition: all 0.3s;
}
.gotop > div:hover img.go_top_bg {
  transform: rotate(0deg) scale(0.9);
  animation: go_top infinite 3s linear;
}
.gotop > div:hover img.go_top_txt {
  transform: scale(0.85);
  filter: brightness(1.3);
}

/* .page01_st01 {
  display: block;
}

.page01_st01_s {
  display: none;
} */

@media (max-width: 1300px) {
  .page_bg {
    background-size: 120% auto, 120% auto, cover;
    margin-top: 0px;
  }
}
@media (max-width: 1200px) {
  .page .pic_con {
    width: 100%;
    height: 42vw;
    margin-left: 0;
  }
  .page .pic_con img {
    width: 63.58vw;
  }

  .page .pic_con_01 {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
}
@media (max-width: 1100px) {
  .page {
    width: 100%;
  }
  .page .main_txt {
    width: 85%;
  }
  .map_con {
    width: 85%;
    margin: 0 auto;
  }
}
@media (max-width: 1000px) {
  .map_con ul li {
    flex-direction: column;
  }
  .map_con ul li img {
    margin-right: 0;
  }
  .map_con ul li + li {
    margin: 20px 0;
  }
  .title_con .sub,
  .title_con .main_title {
    display: none;
  }
  .title,
  .title_s {
    display: block;
    width: 80%;
    margin: 0 auto;
  }

  /* .page01_st01 {
    display: none;
  }

  .page01_st01_s {
    display: block;
  } */
}
@media (max-width: 500px) {
  .title {
    width: 90%;
    height: auto;
  }
  .title_s {
    width: auto;
    height: 40vw;
  }
  .page .main_txt {
    width: 86%;
  }
  .page .main_txt p {
    font-size: 1.15rem;
    text-align: justify;
    line-height: 2rem;
    letter-spacing: normal;
  }
  .gotop > div {
    width: 76px;
    height: 76px;
  }
  .gotop > div .go_top_bg {
    width: 100%;
    margin: 0 auto;
  }
  .gotop > div .go_top_txt {
    width: 84%;
    margin: 0 auto;
  }
  .page .pic_con {
    height: 60vw;
  }
  .page .pic_con img {
    width: 90vw;
  }
  .map_con ul li img {
    height: 40px;
    margin: 4px 0;
  }
}
