/*html,
body {
  position: relative;
  height: 100%;
}

body {
  background: #fff;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}*/

.mySwiper1.swiper-container {
  width: 100%;
  height: 1035px;
  margin-top: -100px;
}
.mySwiper1 .swiper-wrapper{height:1010px;overflow: hidden;}
.mySwiper1 .swiper-pagination{text-align: right !important;padding-right: 20px;box-sizing: border-box;bottom: 0px !important;}
.mySwiper1 .swiper-pagination-bullet{width:10px;height: 10px;opacity: 0.5 !important;margin:0px 6px!important;}
.mySwiper1 .swiper-pagination-bullet-active{opacity: 1 !important;}
.mySwiper1 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.mySwiper1 .swiper-slide-content{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    animation-duration: .2s;
    animation-direction: reverse;
    animation-timing-function: ease-in;
    transform-origin: 0 50%;
}
.swiper-text{position: absolute;right:125px;top:615px;font-size:34px;color:#fff;z-index: 1000;text-align: right;font-family: Segoe UI, "Microsoft Yahei" !important;font-weight: bold;}
.swiper-text .title02{margin-top: 10px;}
.swiper-text .title02 span{margin:0px 10px;}

.swiper-slide-active .swiper-slide-content{
    animation-name: swiper-slide-content-animation;
    animation-duration: 15s
}
.swiper-text-am{display: none;}
.swiper-text-am-active{
    display:inline-block;
    animation-name: swiper-text-am-active;
    animation-duration: 1s
}


@keyframes swiper-slide-content-animation {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.2)
    }
}

@keyframes swiper-text-am-active {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.mySwiper17.swiper-container {
  width: 100%;
  height: 380px;
  margin-top: -100px;
}

.mySwiper17 .swiper-slide-content{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    animation-direction: reverse;
    animation-timing-function: ease-in;
    transform-origin: 0 50%;
}