.ctn {
  width: 100%;
  overflow: hidden;
}
.ctn .tit {
  position: relative;
  color: #222222;
  text-align: center;
  font-weight: bold;
}
.ctn .tit::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: #25bc4e;
  margin: 15px auto 0;
}
.ctn .page1 {
  background: #f2f6fa;
  padding: 100px 0 120px;
}
.ctn .page1 .des {
  color: #777;
  line-height: 2.25;
  margin-top: 35px;
  text-align: justify;
  text-indent: 2em;
}
.ctn .page1 .mapbox {
  position: relative;
  width: 100%;
  border: 6px solid #fff;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.07);
  display: flex;
  justify-content: flex-end;
  margin-top: 60px;
}
.ctn .page1 .mapbox .map {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ctn .page1 .mapbox .map img {
  transition: all 0s;
  width: auto;
}
.ctn .page1 .mapbox .info {
  margin: 50px 24px 50px 0;
  width: 410px;
  padding: 36px;
  background: #fff;
  position: relative;
  z-index: 10;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
}
.ctn .page1 .mapbox .info .title {
  color: #222;
  font-weight: bold;
  text-align: center;
  width: 100%;
  border-bottom: 1px solid #eee;
  padding-bottom: 18px;
}
.ctn .page1 .mapbox .info ul {
  width: 100%;
  margin-top: 36px;
  margin-bottom: 36px;
}
.ctn .page1 .mapbox .info ul li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.ctn .page1 .mapbox .info ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.ctn .page1 .mapbox .info ul li svg {
  width: 20px;
  height: 20px;
}
.ctn .page1 .mapbox .info ul li .ic {
  width: 20px;
  margin-top: 3px;
}
.ctn .page1 .mapbox .info ul li .txt {
  width: calc(100% - 44px);
}
.ctn .page1 .mapbox .info ul li .txt p,
.ctn .page1 .mapbox .info ul li .txt span {
  display: block;
  width: 100%;
}
.ctn .page1 .mapbox .info ul li .txt p {
  color: #222;
  font-weight: bold;
}
.ctn .page1 .mapbox .info ul li .txt span {
  color: #999;
  margin-top: 5px;
}
.ctn .page1 .mapbox .info ul li .txt span a {
  color: #999;
}
.ctn .page1 .mapbox .info .share-ic {
  padding-top: 18px;
  border-top: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ctn .page1 .mapbox .info .share-ic .qr {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #eeeeee;
  border-radius: 100%;
  margin-right: 20px;
  transition: all 0.3s;
}
.ctn .page1 .mapbox .info .share-ic .qr .qr_tan{
    position: absolute;
    bottom: 80%;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    padding: 10px;
    background: #fff;
    pointer-events: none;
    border-radius: 10px;
    opacity: 0;
    transition: all 0.3s;
}
.ctn .page1 .mapbox .info .share-ic .qr:hover .qr_tan{
    bottom: 116%;
    opacity: 1;
    pointer-events: auto;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
}
.ctn .page1 .mapbox .info .share-ic .qr:hover {
  background: #26bd58;
}
.ctn .page1 .mapbox .info .share-ic .qr:hover svg path {
  fill: #fff;
}
.ctn .page2 {
  padding-bottom: 200px;
  background: #fff;
  padding-top: 90px;
}
.ctn .page2 .w1440 {
  overflow: initial;
}
.w1440{
    overflow: initial;
}
.ctn .page2 .swiper-box {
  position: relative;
}
.ctn .page2 .swiper-box .swiper-button-prev:after,
.ctn .page2 .swiper-box .swiper-rtl .swiper-button-next:after,
.ctn .page2 .swiper-box .swiper-button-next:after,
.ctn .page2 .swiper-box .swiper-rtl .swiper-button-prev:after {
  font-size: 15px;
  color: #25bc4e;
}
.ctn .page2 .swiper-box .swiper-button-prev,
.ctn .page2 .swiper-box .swiper-button-next {
  width: 55px;
  height: 55px;
  border-radius: 100%;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  background: #fff;
}
.ctn .page2 .swiper-box .swiper-button-prev:hover,
.ctn .page2 .swiper-box .swiper-button-next:hover {
  background: #25bc4e;
}
.ctn .page2 .swiper-box .swiper-button-prev:hover::after,
.ctn .page2 .swiper-box .swiper-button-next:hover::after {
  color: #fff;
}
.ctn .page2 .swiper-box .swiper-button-prev {
  left: -80px;
}
.ctn .page2 .swiper-box .swiper-button-next {
  right: -80px;
}
.ctn .page2 .swiper-box .swiper-container {
  overflow: hidden;
  padding-top: 35px;
  padding-bottom: 35px;
}
.ctn .page2 .swiper-box .swiper-slide {
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.ctn .page2 .swiper-box .swiper-slide:hover .img img {
  transform: translate(-50%, -50%) scale(1.05);
}
.ctn .page2 .swiper-box .img {
  position: relative;
  overflow: hidden;
  padding-top: 62%;
}
.ctn .page2 .swiper-box .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* 125% */
@media screen and (max-width: 1440px) {
  .ctn .page1 {
    padding: 60px 0 80px;
  }
  .ctn .page1 .mapbox .info {
    margin: 40px 20px 40px 0;
    padding: 28px;
  }
  .ctn .page1 .mapbox {
    margin-top: 40px;
  }
  .ctn .page1 .mapbox .info ul {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .ctn .page2 {
    padding-top: 60px;
  }
}
/* 150 */
@media screen and (max-width: 998px) {
  .ctn .page1 .mapbox .info {
    width: 330px;
  }
}
@media screen and (max-width: 768px) {
    .ctn .page1 .mapbox .info .title{
        text-align: left;
    }
    .ctn .page1 .mapbox .info ul li .ic{
        margin-top: 0;
    }
  .ctn .page1 {
    padding: 30px 0 40px;
  }
  .ctn .page1 .des {
    margin-top: 20px;
    line-height: 1.8;
  }
  .ctn .tit::after {
    width: 60px;
    height: 2px;
    margin: 10px auto 0;
  }
  .ctn .page1 .mapbox .map {
    position: static;
    width: 100%;
    height: 250px;
  }
  .ctn .page1 .mapbox {
    flex-wrap: wrap;
  }
  .ctn .page1 .mapbox .info {
    width: 100%;
    margin: 0px;
    padding: 20px;
    box-shadow: none;
  }
  .ctn .page1 .mapbox .info ul {
    margin-top: 20px;
  }
  .ctn .page1 .mapbox {
    border: 0;
    margin-top: 20px;
  }
  .ctn .page1 .mapbox .info ul li {
    margin-bottom: 15px;
  }
  .ctn .page2 {
    padding-top: 40px;
    padding-bottom: 150px;
  }
}
/*# sourceMappingURL=./introduce.css.map */
