

.wrap-s {
    width: 86vw;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

.inner-s8 {
  background-color: #f9f9f9;
  position: relative;
  overflow: hidden;
  height: max(680px, 8.5rem);
}
.inner-head{position:absolute;top:10%;left:0;opacity:1;width:100%}
.inner-s8 .map-box {
  width: 5794px;
  height: 2862px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: transform 0.5s cubic-bezier(0.5, 0, 0, 1);
}
.inner-s8 .map-box img.bg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
}
.inner-s8 .dot {
  position: absolute;
  width: 0;
  height: 0;
  cursor: pointer;
}
.inner-s8 .dot:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  width: 0.38rem;
  height: 0.38rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-3-1.png");
  animation: o-map 2s linear infinite;
}
.inner-s8 .dot span {
  font-size: max(16px, 0.22rem);
  color: #495db2;
  font-family: 'AlibabaPuHuiTi-3-85-Bold';
  text-transform: uppercase;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.inner-s8 .dot.right span {
  left: 0.36rem;
}
.inner-s8 .dot.left span {
  right: calc(100% + 0.36rem);
}
.inner-s8 .dot.active:before {
  background-image: url("../images/icon-3-2.png");
  animation: none;
}
.inner-s8 .dot.active span {
  display: block;
}
.inner-s8 .items {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px;
  z-index: 3;
}
.inner-s8 .item:first-child{width: 1.3rem}
.inner-s8 .item {
  width: .9rem;
  padding:0 .05rem ;
  height: auto;
  /*padding-top: max(30px, 0.4rem);*/
  margin-right: 6px;
  cursor: pointer;
  transition: padding 0.5s cubic-bezier(0.5, 0, 0, 1);
}
.inner-s8 .item.active .box{background:linear-gradient(145deg,#4c60b3,#384da4);color: #fff;box-shadow: 0 0 5px 4px #d1d6ec;}
.inner-s8 .item.active .tit{color: #fff;text-align: center}
.inner-s8 .item:last-of-type {
  margin-right: 0;
}
.inner-s8 .item .box {
  position: relative;
  height: 100%;
  padding: 0.2rem 0;
  border-radius: 0.1rem;
  background-color: rgba(249, 249, 249, 0.9);
  overflow: hidden;
  display: flex;justify-content: center;align-items: center;
}
.inner-s8 .item:nth-child(2){width: 1.4rem}
.inner-s8 .item:nth-child(2) .box
{
  width: .9rem;
}


.inner-s8 .item .tit {
  font-size: max(14px, 0.14em); text-align: center;
  color: #192232;
  font-family: 'AlibabaPuHuiTi-3-85-Bold';
}
.inner-s8 .item p {
  font-size: max(13px, 0.16rem);
  color: #192232;
  font-family: 'AlibabaPuHuiTi-3-45-Light';

}
.inner-s8 .item .link {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 0.2rem;
  height: max(30px, 0.4rem);
  background-color: #2184c7;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s cubic-bezier(0.5, 0, 0, 1);
}

.inner-s8 .item.active {
  padding-top: 0;
}
.inner-s8 .item.active .link {
  opacity: 1;
  pointer-events: auto;
}
.inner-s8 .buttons {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
}
.inner-s8 .buttons .wrap-s {
  display: flex;
  justify-content: flex-end;
  grid-gap: 10px;
}
.inner-s8 .button {
  width: max(40px, 0.6rem);
  height: max(20px, 0.3rem);
  border-radius: 0.1rem;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 9px;
  cursor: pointer;
  transition: all .3s ease;
}
.inner-s8 .prev {
  background-image: url("../images/prev-1.png");
}
@media (any-hover: hover) {
  .inner-s8 .prev:hover {
    background-color: #495db2;
    background-image: url("../images/prev-2.png");
  }
}
.inner-s8 .next {
  background-image: url("../images/next-1.png");
}
@media (any-hover: hover) {
  .inner-s8 .next:hover {
    background-color: #495db2;
    background-image: url("../images/next-2.png");
  }
}


@media (any-hover: hover) {
  .search-s2 .item:hover:after {
    transform: scaleX(1);
    transition: transform .5s linear;
  }
}

@media only screen and (max-width: 1900px) {
  html {
    font-size: 99px;
  }
}
@media only screen and (max-width: 1880px) {
  html {
    font-size: 98px;
  }
}
@media only screen and (max-width: 1860px) {
  html {
    font-size: 97px;
  }
}
@media only screen and (max-width: 1840px) {
  html {
    font-size: 96px;
  }
}
@media only screen and (max-width: 1820px) {
  html {
    font-size: 95px;
  }
}
@media only screen and (max-width: 1800px) {
  html {
    font-size: 94px;
  }
}
@media only screen and (max-width: 1780px) {
  html {
    font-size: 93px;
  }
}
@media only screen and (max-width: 1760px) {
  html {
    font-size: 92px;
  }
}
@media only screen and (max-width: 1740px) {
  html {
    font-size: 91px;
  }
}
@media only screen and (max-width: 1720px) {
  html {
    font-size: 90px;
  }
}
@media only screen and (max-width: 1700px) {
  html {
    font-size: 89px;
  }
}
@media only screen and (max-width: 1681px) {
  html {
    font-size: 88px;
  }
}
@media only screen and (max-width: 1660px) {
  html {
    font-size: 87px;
  }
}
@media only screen and (max-width: 1640px) {
  html {
    font-size: 86px;
  }
}
@media only screen and (max-width: 1620px) {
  html {
    font-size: 85px;
  }
}
@media only screen and (max-width: 1600px) {
  html {
    font-size: 84px;
  }
}
@media only screen and (max-width: 1580px) {
  html {
    font-size: 83px;
  }
}
@media only screen and (max-width: 1560px) {
  html {
    font-size: 82px;
  }
}
@media only screen and (max-width: 1540px) {
  html {
    font-size: 81px;
  }
}
@media only screen and (max-width: 1520px) {
  html {
    font-size: 80px;
  }
}
@media only screen and (max-width: 1500px) {
  html {
    font-size: 79px;
  }
}
@media only screen and (max-width: 1480px) {
  html {
    font-size: 78px;
  }
}
@media only screen and (max-width: 1460px) {
  html {
    font-size: 77px;
  }
}
@media only screen and (max-width: 1440px) {
  html {
    font-size: 76px;
  }
}
@media only screen and (max-width: 1420px) {
  html {
    font-size: 75px;
  }
}
@media only screen and (max-width: 1400px) {
  html {
    font-size: 74px;
  }
}
@media only screen and (max-width: 1380px) {
  html {
    font-size: 73px;
  }
}
@media only screen and (max-width: 1361px) {
  html {
    font-size: 72px;
  }
}
@media only screen and (max-width: 1340px) {
  html {
    font-size: 71px;
  }
}
@media only screen and (max-width: 1320px) {
  html {
    font-size: 70px;
  }
}
@media only screen and (max-width: 1300px) {
  html {
    font-size: 69px;
  }
}
@media only screen and (max-width: 1281px) {
  html {
    font-size: 68px;
  }
}
@media only screen and (max-width: 1260px) {
  html {
    font-size: 67px;
  }
}
@media only screen and (max-width: 1240px) {
  html {
    font-size: 66px;
  }
}
@media only screen and (max-width: 1220px) {
  html {
    font-size: 65px;
  }
}
@media only screen and (max-width: 1200px) {
  html {
    font-size: 64px;
  }
}
@media only screen and (max-width: 1180px) {
  html {
    font-size: 62px;
  }
}
@media only screen and (max-width: 1160px) {
  html {
    font-size: 61px;
  }
}
@media only screen and (max-width: 1140px) {
  html {
    font-size: 60px;
  }
}
@media screen and (max-width: 1860px) {
  .inner-s15 .item {
    width: 23vw;
  }
}
@media screen and (max-width: 1681px) {
  .inner-s25 .bot-block .swiper {
    margin: 0 -7vw;
    padding: 0 7vw;
  }

  .index-s1 .txt-block {
    left: 7vw;
  }

  .index-s3 .child .img-box {
    right: -7vw;
  }
}
@media screen and (max-width: 1025px) {



}
@media screen and (max-width: 900px) {

}
@media screen and (max-width: 769px) {
    .inner-s8 .item{padding: 0}
}

/*# sourceMappingURL=bundle.css.map */
