.section2 {
  position: relative;
  background: linear-gradient(288deg, #D1EDED 0%, #DAE5F0 44.27%);
  margin-top: 1.5rem;
}

.section2 .section2__img {
  display: block;
  width: 100%;
}

.section2 .mainpoint {
  position: absolute;
  left: 49.0625%;
  top: 48.51%;
  width: .54rem;
  height: .54rem;
}

.section2 .mainpoint .main-icon {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 9;
}

.section2 .mainpoint .circle-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.29rem;
  height: 1.29rem;
  background: rgba(26, 131, 175, 0.15);
  border-radius: 50%;
  animation: innerflash 1s ease infinite;
}

@keyframes innerflash {
  0% {
    transform: translate(-50%, -50%) scale(0);
  }
  60% {
    transform: translate(-50%, -50%) scale(1);
  }
}

.section2 .mainpoint .circle-outer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.97rem;
  height: 1.97rem;
  background: rgba(26, 131, 175, 0.1);
  border-radius: 50%;
  animation: outerflash 1s ease infinite;
}

@keyframes outerflash {
  0% {
    transform: translate(-50%, -50%) scale(0);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}

.section2 .mainpoint .circle-dash1 {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5.16rem;
  height: 5.16rem;
  opacity: .8;
}

.section2 .mainpoint .circle-dash1 img {
  display: block;
  width: 100%;
  height: 100%;
}

.section2 .mainpoint .circle-dash2 {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8.54rem;
  height: 8.54rem;
  opacity: .25;
}

.section2 .mainpoint .circle-dash2 img {
  display: block;
  width: 100%;
  height: 100%;
}

.section2 .mainpoint .pointbox {
  display: none;
  width: 2.5rem;
  min-height: 3rem;
  border-radius: .12rem;
  background: #FFF url("../img/sn.png") no-repeat;
  background-size: .97rem 1.01rem;
  background-position: bottom right;
  box-shadow: 0 4px 0.2rem 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: calc(100% + .92rem);
  transform: translateY(calc(-50% + .27rem));
  padding: .2rem;
}

.section2 .mainpoint .pointbox .pointbox-title {
  padding-bottom: .08rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #333;
  font-style: normal;
  font-weight: 400;
  line-height: 155.607%;
}

.section2 .mainpoint .pointbox .pointbox-ul {
  display: flex;
  flex-direction: column;
  margin-top: .14rem;
  row-gap: .08rem;
}

.section2 .mainpoint .pointbox .pointbox-ul .pointbox-li {
  position: relative;
  display: flex;
  align-items: center;
}

.section2 .mainpoint .pointbox .pointbox-ul .pointbox-li img {
    display: block;
    width: 100%;
    height: auto;
}

.section2 .mainpoint .pointbox .pointbox-ul .pointbox-li .pointbox-li-circle-box {
  border-radius: 50%;
  width: .126rem;
  height: .126rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-right: .1143rem;
}

.section2 .mainpoint .pointbox .pointbox-ul .pointbox-li .pointbox-li-circle-box .pointbox-li-circle {
  border-radius: 50%;
  width: .126rem;
  height: .126rem;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .3;
  position: relative;
}

.section2 .mainpoint .pointbox .pointbox-ul .pointbox-li .pointbox-li-circle-box .pointbox-li-circle-inner {
  position: absolute;
  display: block;
  width: .0657rem;
  height: .0657rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  border-radius: 50%;
}

.section2 .mainpoint .pointbox .pointbox-ul .pointbox-li .pointbox-li__p {
  color: #333;
  font-weight: 290;
  line-height: 157.143%;
}

.section2 .point {
  position: absolute;
  width: .24641rem;
  height: .31rem;
}

.section2 .point .point__icon {
  display: block;
  width: 100%;
  height: 100%;
}

.section2 .point .point__icon-show {
    display: block;
}

.section2 .point .point__icon-hide {
    display: none;
}

.section2 .point:hover .point__icon-show {
    display: none;
}

.section2 .point:hover .point__icon-hide {
    display: block;
    width: .24641rem;
    height: .24641rem;
}

.section2 .point .pointbox {
  display: none;
  width: 2.5rem;
  min-height: 3rem;
  border-radius: .12rem;
  background: #FFF url("../img/sn.png") no-repeat;
  background-size: .97rem 1.01rem;
  background-position: bottom right;
  box-shadow: 0 4px 0.2rem 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: calc(100% + .92rem);
  transform: translateY(calc(-50% + .27rem));
  padding: .2rem;
  opacity: 0;
}

.section2 .point .pointbox .pointbox-title {
  padding-bottom: .08rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #333;
  font-style: normal;
  font-weight: 400;
  line-height: 155.607%;
}

.section2 .point .pointbox .pointbox-ul {
  display: flex;
  flex-direction: column;
  margin-top: .14rem;
  row-gap: .08rem;
}

.section2 .point .pointbox .pointbox-ul .pointbox-li {
  position: relative;
  display: flex;
  align-items: center;
}

.section2 .point .pointbox .pointbox-ul .pointbox-li img {
    display: block;
    width: 100%;
    height: auto;
}

.section2 .point .pointbox .pointbox-ul .pointbox-li .pointbox-li-circle-box {
  border-radius: 50%;
  width: .126rem;
  height: .126rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-right: .1143rem;
}

.section2 .point .pointbox .pointbox-ul .pointbox-li .pointbox-li-circle-box .pointbox-li-circle {
  border-radius: 50%;
  width: .126rem;
  height: .126rem;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .3;
  position: relative;
}

.section2 .point .pointbox .pointbox-ul .pointbox-li .pointbox-li-circle-box .pointbox-li-circle-inner {
  position: absolute;
  display: block;
  width: .0657rem;
  height: .0657rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  border-radius: 50%;
}

.section2 .point .pointbox .pointbox-ul .pointbox-li .pointbox-li__p {
  color: #333;
  font-weight: 290;
  line-height: 157.143%;
}

.section2 .section2-tip {
  position: absolute;
  bottom: .73rem;
  right: .87rem;
}

.section2 .section2-tip .section2-tip-ul {
  display: flex;
  width: 3.26rem;
  row-gap: .2rem;
  flex-wrap: wrap;
}

.section2 .section2-tip .section2-tip-ul .section2-tip-li {
  width: 1.63rem;
  color: #333;
  font-weight: 400;
  line-height: 1.167;
  padding-left: .27rem;
  position: relative;
  display: flex;
  align-items: center;
}

.section2 .section2-tip .section2-tip-ul .section2-tip-li .section2-tip-li-circlecox {
  border-radius: 50%;
  width: .126rem;
  height: .126rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-right: .1143rem;
}

.section2 .section2-tip .section2-tip-ul .section2-tip-li .section2-tip-li-circlecox .section2-tip-li-circle {
  border-radius: 50%;
  width: .126rem;
  height: .126rem;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .3;
  position: relative;
}

.section2 .section2-tip .section2-tip-ul .section2-tip-li .section2-tip-li-circlecox .section2-tip-li-circle-inner {
  position: absolute;
  display: block;
  width: .0657rem;
  height: .0657rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  border-radius: 50%;
}

.section2 .section2-content {
  position: absolute;
  left: 1.03rem;
  /*bottom: .69rem;*/
  top: .5rem;
  width: 9.2rem;
}

.section2 .section2-content .section2-content-title {
  display: flex;
  align-items: center;
  color: #333;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 2.5px;
  margin-bottom: .28rem;
}

.section2 .section2-content .section2-content-title span {
  background: linear-gradient(278deg, #12B9E4 10.55%, #1470AA 77.72%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section2 .section2-content .section2-content-article {
  color: #333;
  font-weight: 300;
  line-height: 180%;
}

.section2 .section2-content .section2-content-more {
  padding: .12rem .22rem .12rem .3rem;
  border-radius: .99rem;
  border: 1px solid #333;
  display: inline-flex;
  align-items: center;
  column-gap: .11rem;
  margin-top: .4rem;
  transition: all .3s ease;
}

.section2 .section2-content .section2-content-more span {
  color: #333;
  font-weight: 400;
  line-height: 1.357;
  transition: all .3s ease;
}

.section2 .section2-content .section2-content-more img {
  display: block;
  width: .2rem;
  height: .2rem;
  transition: all .3s ease;
}

.section2 .section2-content .section2-content-more:hover {
  border: 1px solid transparent;
  background: linear-gradient(278deg, #12B9E4 10.55%, #1470AA 77.72%);
}

.section2 .section2-content .section2-content-more:hover span {
  color: #ffffff;
}

.section2 .section2-content .section2-content-more:hover img {
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 834px) {
  .section2 .mainpoint {
    display: none;
  }
  .section2 .point {
    display: none;
  }
  .section2 .section2__img {
    display: none;
  }
  .section2 .section2-content {
    position: static;
  }
  .section2 .section2-content .section2-content-title {
    color: #333;
    font-size: .42rem;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 2.1px;
    flex-direction: column;
  }
  .section2 .section2-content {
    width: 6.7rem;
    margin: 0 auto;
    padding-top: 1.2rem;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .section2 .section2-content .section2-content-article {
    color: #333;
    text-align: center;
    font-size: .28rem;
    font-weight: 300;
    line-height: 180%;
  }
  .section2 .section2-tip {
    position: static;
    position: relative;
    right: auto;
    bottom: .3rem;
  }
  .section2 .section2-tip .section2-tip-ul {
    width: 6.7rem;
    margin: 0 auto;
  }
  .section2 .section2-tip .section2-tip-ul .section2-tip-li {
    width: 2.02rem;
  }
  .section2 .section2-tip .section2-tip-ul .section2-tip-li:first-child {
    width: 2.8rem;
  }
  .section2 .section2-tip .section2-tip-ul .section2-tip-li:nth-child(3n) {
    width: calc(100% - 2.8rem - 2.02rem);
  }
  .section2 .section2-tip .section2-tip-ul .section2-tip-li:nth-child(3n + 1) {
    width: 2.8rem;
  }
  .section2 .section2-tip .section2-tip-ul .section2-tip-li p {
    color: #333;
    font-size: .26rem;
    font-weight: 400;
  }
  .section2 .section2-tip .section2-tip-ul .section2-tip-li:first-child::before {
    content: "";
    position: absolute;
    width: .22rem;
    height: .22rem;
    background: url(../img/icon1.png) no-repeat;
    background-size: 100% 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
   .section2 .section2-tip .section2-tip-ul .section2-tip-li:nth-child(2)::before {
    content: "";
    position: absolute;
    width: .22rem;
    height: .22rem;
    background: url(../img/icon2.png) no-repeat;
    background-size: 100% 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .section2 .section2-tip .section2-tip-ul .section2-tip-li:nth-child(3)::before {
    content: "";
    position: absolute;
    width: .22rem;
    height: .22rem;
    background: url(../img/icon3.png) no-repeat;
    background-size: 100% 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
 .section2 .section2-tip .section2-tip-ul .section2-tip-li:nth-child(4)::before {
    content: "";
    position: absolute;
    width: .22rem;
    height: .22rem;
    background: url(../img/icon4.png) no-repeat;
    background-size: 100% 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .section2 .section2-tip .section2-tip-ul .section2-tip-li:nth-child(5)::before {
    content: "";
    position: absolute;
    width: .22rem;
    height: .22rem;
    background: url(../img/icon5.png) no-repeat;
    background-size: 100% 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .section2 .section2-tip .section2-tip-ul .section2-tip-li:nth-child(6)::before {
    content: "";
    position: absolute;
    width: .22rem;
    height: .22rem;
    background: url(../img/icon6.png) no-repeat;
    background-size: 100% 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .section2 .section2-tip .section2-tip-ul .section2-tip-li:nth-child(7)::before {
    content: "";
    position: absolute;
    width: .22rem;
    height: .22rem;
    background: url(../img/icon7.png) no-repeat;
    background-size: 100% 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .swiper-mmap {
    width: 7.1rem;
    margin-left: .4rem;
    margin-top: .3rem;
  }
  .swiper-mmap .swiper-slide {
    width: 6.15rem;
    padding: .4rem;
    display: flex;
    flex-direction: column;
    row-gap: .24rem;
    background: #ffffff;
    border-radius: .2rem;
    margin-right: .4rem;
  }
  .swiper-mmap .swiper-slide:last-child {
    margin-right: 0;
  }
  .swiper-mmap .swiper-slide .swiper-mmap-label {
    color: #333;
    font-size: .34rem;
    font-weight: 400;
  }
  .swiper-mmap .swiper-slide .swiper-mmap-value {
    color: #333;
    font-size: .28rem;
    font-weight: 290;
    line-height: 164.286%;
  }
  .section2 {
    padding-bottom: 1.2rem;
  }
  .section2-map-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 6.7rem;
    margin: .64rem auto 0;
  }
  .section2-map-nav .section2-ul-nav-prev {
    width: .64rem;
    height: .64rem;
    border-radius: 50%;
    border: 1px solid rgba(51, 51, 51, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .section2-map-nav .section2-ul-nav-prev img {
    display: block;
    width: .45rem;
    height: .45rem;
    filter: brightness(100) invert(1);
  }
  .section2-map-nav .section2-ul-nav-prev:hover {
    border: 1px solid transparent;
    background: linear-gradient(to right, #1470AA, #12B9E4);
  }
  .section2-map-nav .section2-ul-nav-prev:hover img {
    filter: brightness(0) invert(1);
  }
  .section2-map-nav .section2-ul-nav-next {
    width: .64rem;
    height: .64rem;
    border-radius: 50%;
    border: 1px solid rgba(51, 51, 51, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .section2-map-nav .section2-ul-nav-next img {
    display: block;
    width: .45rem;
    height: .45rem;
    filter: brightness(100) invert(1);
  }
  .section2-map-nav .section2-ul-nav-next:hover {
    border: 1px solid transparent;
    background: linear-gradient(to right, #1470AA, #12B9E4);
  }
  .section2-map-nav .section2-ul-nav-next:hover img {
    filter: brightness(0) invert(1);
  }
  .swiper2-pagination-nav {
    display: block;
    width: 5rem;
    height: 1px;
    background: #DEDEDE;
    position: relative;
  }
  .swiper2-pagination-nav .swiper2-pagination-nav-thumb {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(278deg, #12B9E4 10.55%, #1470AA 77.72%);
    transition: all .3s ease;
  }
}