html {
  -webkit-text-size-adjust: 100%;
  font-size: 100px
}

html,
body {
  height: 100%;
}

body {
  padding: 0;
  margin: 0px auto;
  font-size: 0.18rem;
  color: #666666;
  width: 100%;
  zoom: 1;
}
@media (max-width: 1600px) {
  html {
    font-size: 6.25vw;
  }
}
@media (max-width: 1024px) {
  html {
    font-size: 9.765625vw;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 12.02083vw;
  }
}
.imgbox {
  overflow: hidden;
  position: relative;
}

.imgbox span {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.imgbox img {
  width: auto;
  max-height: 100%;
}

.ActivitiesBox {
  padding: 0.59rem 0 1rem;
}

@keyframes turn {
  0% {
    -webkit-transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(90deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
  }

  75% {
    -webkit-transform: rotate(270deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

.AdvantagesList {
  overflow: hidden;
}

.ActivitiesBox .Title {
  width: 5.4rem;
  margin: 0px auto;
  text-align: center;
  color: #005076;
  font-size: 0.24rem;
  min-height: 0.61rem;
  border-bottom: 1px solid #e2e2e3;
}
.ActivitiesBox .Title .ti{
  font-size: 16px;
}
.ActivitiesBox .Title .item {
  position: relative;
  min-height: 0.61rem;
}

.ActivitiesBox .Title .item:after {
  left: 0;
  bottom: 0;
  width: 1.2rem;
  content: "";
  position: absolute;
  height: 2px;
  background: #81bb39;
}

.ActivitiesBox .slick-arrow {
  border: 2px solid #81bb39;
  transform: translateY(0);
  top: auto;
  bottom: -0.25rem;
}

.ActivitiesBox .slick-prev {
  left: -0.8rem;
  background-image: url(../images/arrleft2.svg);
}

.ActivitiesBox .slick-next {
  right: -0.8rem;
  background-image: url(../images/arrright2.svg);
}

.ActivitiesBox .slick-arrow:hover {
  background-color: #81bb39;
}

.ActivitiesBox .slick-prev:hover {
  background-image: url(../images/arrleft.svg);
}

.ActivitiesBox .slick-next:hover {
  background-image: url(../images/arrright.svg);
}

.ActivitiesBox .slick-dots {
  bottom: 0.25rem;
}

.ActivitiesBox .slick-dots button {
  border: 2px solid rgba(255, 255, 255, 0.7);
}

.ActivitiesBox .slick-dots .slick-active button {
  border-radius: 5px;
  width: 0.36rem;
}

@media (min-width: 1023px) {
  .ActivitiesBox .Img .slick-list {
    margin: 0 -10%;
  }

  .ActivitiesBox .Img .item {
    padding-bottom: 0.5rem;
    transition: all 0.3s;
    height: 4.2rem;
  }

  .ActivitiesBox .Img .item .tit {
    display: none;
    text-align: center;
  }

  .ActivitiesBox .Img .imgbox {
    padding-top: 4.2rem;
    transition: all 0.3s;
    border-radius: 12px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0s;
  }

  .ActivitiesBox .Img .slick-active {
    perspective: 1000px;
  }

  .ActivitiesBox .Img .slick-active {
    padding-top: 0;
  }

  .ActivitiesBox .Img .slick-active .imgbox {
    transform: rotateY(35deg) scale(1);
    opacity: 0.5;
    padding-top: 5.06rem;
  }

  .ActivitiesBox .Img li.slick-active + li {
    padding-top: 0.6rem;
  }

  .ActivitiesBox .Img li.slick-active + li .imgbox {
    transform: rotateY(35deg) scale(0.8) translateX(-1.05rem);
    opacity: 1;
    padding-top: 4.02rem;
  }

  .ActivitiesBox .Img li.slick-active + li + li + li {
    padding-top: 0.6rem;
  }

  .ActivitiesBox .Img li.slick-active + li + li + li .imgbox {
    transform: rotateY(-35deg) scale(0.8) translateX(1.05rem);
    opacity: 1;
    padding-top: 4.2rem;
  }

  .ActivitiesBox .Img li.slick-active + li + li + li + li {
    padding-top: 0;
  }

  .ActivitiesBox .Img li.slick-active + li + li + li + li .imgbox {
    transform: rotateY(-35deg) scale(1);
    width: auto;
    opacity: 0.5;
    padding-top: 5.06rem;
  }

  .ActivitiesBox .Img .slick-current {
    padding-top: 0.6rem;
    position: relative;
    z-index: 100;
  }

  .ActivitiesBox .Img .slick-current .tit {
    display: block;
  }

  .ActivitiesBox .Img .slick-current .imgbox {
    transform: rotateY(0) !important;
    padding-top: 4.2rem;
    width: 7rem !important;
    z-index: 100;
    margin: 0 0 0 -1.2rem;
    opacity: 1;
  }
}

@media (max-width: 1560px) {
  .ActivitiesBox .Img .slick-current .imgbox {
    margin-left: -1.2rem;
    width: 6.2rem !important;
  }
}

@media (max-width: 1024px) {
  .ActivitiesBox .Img {
    width: 92%;
    margin: 0px auto 15px;
  }

  .ActivitiesBox .Img .slick-current .imgbox {
    margin-left: 0 !important;
    width: auto !important;
  }

  .ActivitiesBox .imgbox {
    margin: 0 0.4rem;
    padding-top: 56.6%;
  }

  .ActivitiesBox .Title {
    font-size: 14px;
  }

  .ActivitiesBox .Title .item {
    padding-bottom: 15px;
  }
}
