
/* 翻页箭头 */
#arrow{
  width: 0.4rem;
  height: 0.48rem;
  position: fixed;
  bottom: 0rem;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10;
  
  font-size: 0;
  opacity: 0.8;
  transition: all .3s;
}
#arrow:hover{
  opacity: 1;
}
#arrow .arrow_main{
  width: 100%;
  height: 100%;
  background: url(../images/arrow.png) no-repeat;
  background-size: 100% auto;
}
#arrow .bling{
  width: 0.01rem;
  height: 0.01rem;
  border-radius: 50%;
  background-color: #f9e255;
  position: absolute;
  top: 0.1rem;
  box-shadow: 0 0 0.02rem 0.02rem #f9e255;
  opacity: 0.8;
}
/* 第一屏 */
#section1 {
  background-image: linear-gradient(#B8E1E0, #9BC2C9);
}
#section1 .banner {
  width: 100%;
  height: 100%;
  background: url(../images/banner.jpg) no-repeat center top;
  background-size: 100% auto;
}
#section1 .banner .people{
  width: 4.9rem;
  height: 7.78rem;
  background: url(../images/home6.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}


/* 第二屏 */
#section2 .section2_auto{
  height: 4.4rem;
}
#section2 .waves{
  width: 100%;
  height: 3rem;
  position: absolute;
  left: 0;
  top: 1rem;
}
#section2 .wave{
  position: absolute;
  left: 0;
  top: 0;
}
#section2 .wave_line{
  margin-top: -0.01rem;
}
#section2 .wave2 {top: 0.15rem;}
#section2 .wave3 {top: 0.3rem;}
#section2 .wave4 {top: 0.45rem;}
#section2 .wave5 {top: 0.6rem;}
#section2 .wave6 {top: 0.75rem;}
#section2 .wave7 {top: 0.9rem;}
#section2 .wave8 {top: 1.05rem;}
#section2 .wave9 {top: 1.2rem;}
#section2 .wave10 {top: 1.35rem;}
#section2 .wave11 {top: 1.5rem;}
#section2 .wave12 {top: 1.65rem;}

#section2 .bg1{
  width: 100%;
  height: 3rem;
  position: absolute;
  top: -4.3rem;
  left: 0;
}
#section2 .bg1 .earth{
  width: 100%;
  height: 16.24rem;
  background: url(../images/home4.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#section2 .bg1 .chair{
  width: 110%;
  height: 16.24rem;
  background-repeat: no-repeat;
  background-size: 100% 9.63rem;
  position: absolute;
  left: -1rem;
  top: 2.1rem;
  transition: all 0.6s;
}
#section2 .bg1 .chair1{
  background-image: url(../images/home4_1.png);
}
#section2 .bg1 .chair2{
  background-image: url(../images/home4_4.png);
}
#section2 .bg1 .chair_active.chair1{
  background-image: url(../images/home4_2.png);
}
#section2 .bg1 .chair_active.chair2{
  background-image: url(../images/home4_3.png);
}
#section2 .bg1 .xiong{
  width: 0.43rem;
  height: 0.4rem;
  background: url(../images/home7.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 3.16rem;
  left: 50%;
  transform: translate(-40%, 0);
}

#section2 .ticket{
  text-align: center;
  position: absolute;
  left: 50%;
  top: 1.6rem;
  transform: translate(-50%, 0);
  z-index: 10;
}
#section2 .ticket .btn_p{
  display: inline-block;
  font-size: 0;
  position: relative;
}
#section2 .ticket .btn_shadow{
  width: 100%;
  position: absolute;
  opacity: 0.6;
  left: 0;
  top: 0rem;
	transform-style: preserve-3d;
	perspective: 800px;
  transform: rotateX(90deg) rotateZ(0deg);
  transform-origin: center bottom;
  transition: all .6s 0.2s;
  opacity: 0;
}
#section2 .btn_p .btn_shadow2{
  transition: all .6s 0.1s;
}
#section2 .btn_p .btn_shadow3{
  transition: all .6s 0.0s;
}
#section2 .btn_p1 .btn_shadow2{
  top: 0.05rem;
  left: 0.05rem;
}
#section2 .btn_p1 .btn_shadow3{
  top: 0.1rem;
  left: 0.1rem;
}
#section2 .btn_p2 .btn_shadow2{
  top: 0.05rem;
  left: -0.05rem;
}
#section2 .btn_p2 .btn_shadow3{
  top: 0.1rem;
  left: -0.1rem;
}
#section2 .ticket .btn{
  
  position: relative;
  transition: all .6s;
  top: 0;
  left: 0;
}
#section2 .ticket .btn1,#section2 .ticket .btn3{
  width: 2.64rem;
}
#section2 .ticket .btn2{
  width: 1.53rem;
  
}
#section2 .ticket .btn_p:hover .btn{
  top: -0.1rem;
}
#section2 .ticket .btn_p:hover .btn1{
  top: -0.08rem;
  left: -0.05rem;
}
#section2 .ticket .btn_p:hover .btn3{
  top: -0.08rem;
  left: 0.05rem;
}
#section2 .ticket .btn_p:hover .btn_shadow{
  transform: rotateX(0) rotateZ(0deg);
  opacity: 0.6;
  transition-delay: 0s;
}
#section2 .ticket .btn_p:hover .btn_shadow2{
  transform: rotateX(0) rotateZ(0deg);
  opacity: 0.4;
  transition-delay: 0.1s;
}
#section2 .ticket .btn_p:hover .btn_shadow3{
  transform: rotateX(0) rotateZ(0deg);
  opacity: 0.2;
  transition-delay: 0.2s;
}

/* 第三屏 */
#section3 {
  text-align: center;
}
#section3 #dataStream{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#section3 #dataStream .block{
  background-color: #fdff3c;
  position: absolute;
  opacity: .5;
}
#section3 #dataStream .blocks{
  position: absolute;
}
#section3 #dataStream .blocks div{
  width: 0.14rem;
  height: 0.14rem;
  background-color: #fff;
  margin-bottom: 0.14rem;
  box-shadow: 0 0 0.14rem rgba(255, 255, 255, 1);
  border-radius: 0.01rem;
  
}
#section3 .bg{
  width: 100%;
  height: 25.12rem;
  background: url(../images/home5.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: -2rem;
  transition: all .3s;
}
#section3 .bg1{
  width: 100%;
  height: 4.22rem;
  background: url('../images/home5_0.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 17.5rem;
  display: none;
  opacity: 0.8;
}
#section3 .bg_active{
  top: -9rem;
}
#section3 .xiong{
  width: 4.8rem;
  position: absolute;
  top: -1rem;
  right: 0;
  opacity: 0;
  pointer-events: none;
  user-select: none;
}
#section3 .xiong2{
  top: -1rem;
  left: -0.2rem;
  width: 4rem;
}
#section3 .xiong3{
  top: 0.2rem;
  width: 4rem;
}
#section3 .content .xiong_active{
  animation: section3xiong 1.6s ease forwards;
}
@keyframes section3xiong {
  0%{
    opacity: 0;
    transform: translate(0, -30%);
  }
  50%{
    opacity: 0.8;
    transform: translate(0, 10%);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes section3xiongRemove {
  0%{
    opacity: 1;
    transform: translate(0, 0);
    
  }
  50%{
    opacity: 0.8;
    transform: translate(0, 10%);
  }
  100% {
    opacity: 0;
    transform: translate(0, -30%);
  }
}
#section3 .content{
  position: relative;
  padding-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
#section3 .content .title_xiong{
  position: absolute;
  left: 50%;
  top: 1rem;
  transform: translate(-50%, 0);
}
#section3 .swiper_p{
  width: 13.7rem;
  height: 7rem;
  margin: 0 auto 0;
  position: relative;
  padding: 0 1.6rem;
  box-sizing: content-box;
}
#section3 .swiper{
  width: 100%;
}
#section3 .swiper-slide{
  width: 4.57rem;
}
#section3 .item{
  width: 4.57rem;
  height: 5.23rem;
  position: relative;
  margin: 0 auto;
  transition: all .3s;
}
#section3 .item .item_yixing{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-clip-path: polygon(65% 10%, 35% 10%, 30% 4%, 28% 2%, 20% 4%, 15% 10%, 18% 20%, 12% 30%, 2% 52%, 1% 66%, 8% 79%, 15% 90%, 40% 99%, 79% 94%, 92% 81%, 99% 61%, 94% 41%, 84% 20%, 86% 10%, 82% 5%, 80% 2%, 70% 2%, 65% 10%);
  clip-path: polygon(65% 10%, 35% 10%, 30% 4%, 28% 2%, 20% 4%, 15% 10%, 18% 20%, 12% 30%, 2% 52%, 1% 66%, 8% 79%, 15% 90%, 40% 99%, 79% 94%, 92% 81%, 99% 61%, 94% 41%, 84% 20%, 86% 10%, 82% 5%, 80% 2%, 70% 2%, 65% 10%);
}

#section3 .item .item_bottom{
  width: 4.19rem;
  height: 1.52rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0.1rem;
  left: 50%;
  transform: translate(-50%, 0);
}
#section3 .swiper-slide-yellow .item_bottom{
  background-image: url('../images/home11.png');
}
#section3 .swiper-slide-green .item_bottom{
  background-image: url('../images/home13.png');
}
#section3 .swiper-slide-red .item_bottom{
  background-image: url('../images/home15.png');
}
#section3 .item .item_btn{
  width: 2.56rem;
  height: 0.76rem;
  line-height: 0.76rem;
  background: no-repeat center center;
  background-size: 2.46rem 0.76rem;
  margin: 0.3rem auto;
  font-size: 0.35rem;
  color: #feffcf;
  text-shadow: 0.02rem 0.03rem 0.04rem rgba(115, 73, 28, 0);
  transition: all .3s;
}
#section3 .swiper-slide-yellow .item_btn{
  background-image: url('../images/home12.png');
}
#section3 .swiper-slide-green .item_btn{
  background-image: url('../images/home14.png');
}
#section3 .swiper-slide-red .item_btn{
  background-image: url('../images/home16.png');
}
#section3 .swiper{
  padding: 1.6rem 0.3rem 0;
  margin-left: -0.3rem;
  box-sizing: content-box;
}
#section3 .swiper-slide-next+.swiper-slide, #section3 .swiper-slide-prev2{
  opacity: 0 !important;
  transition: all 0.3s;
}
#section3 .swiper-slide-active .item{
  cursor: default;
  margin-top: -1.2rem;
}
#section3 .swiper-slide-activeH .item_btn, #section3 .item:hover .item_btn{
  background: url('../images/home41.png') no-repeat center center;
  background-size: 100% 100%;
  font-size: 0.38rem;
  color: #fff;
  text-shadow: 0.02rem 0.03rem 0.04rem rgba(115, 73, 28, 0.32);
}
#section3 .item .item_image{
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  transition: all .3s;
  transform-origin: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#section3 .item .item_image::before{
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
  position: absolute;
  left: 0;
  top: 0;
  transition: all .3s;
}
#section3 .item .item_cover{
  width: 100%;
  height: 100%;
  background: url('../images/home10.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
#section3 .item_cover_out{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: all .3s;
  max-width: unset;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  opacity: 0;
}
#section3 .swiper-slide-activeH .item_image::before, #section3 .item:hover .item_image::before{
  background-color: rgba(0, 0, 0, 0);
}
#section3 .swiper-slide-activeH .item_image, #section3 .item:hover .item_image{
  background-size: auto 110%;
}
#section3 .swiper-slide-activeH .item_cover_out, #section3 .swiper-slide:hover .item_cover_out{
  opacity: 1;
  background-size: auto 110%;
}
#section3 .swiper-slide0 .item_image{
  background-size: auto 76%;
  background-position: center -0.0rem;
}
#section3 .swiper-slide0 .item_cover_out{
  background-size: auto 41%;
  background-position: center 2.25rem;
  padding-top: 100%;
  box-sizing: content-box;
}
#section3 .swiper-slide0[data-active='1'] .item_image,#section3 .swiper-slide0:hover .item_image{
  background-size: auto 110%;
  background-position: center -1.2rem;
}
#section3 .swiper-slide0[data-active='1'] .item_cover_out, #section3 .swiper-slide0:hover .item_cover_out{
  background-size: auto 59.5%;
  background-position: center 1.05rem;
}
#section3 .swiper-slide1 .item_image{
  background-size: auto 80%;
  background-position: -0.5rem 0.3rem;
}
#section3 .swiper-slide1 .item_cover_out{
  background-size: auto 80%;
  background-position: 0rem 0.3rem;
  padding-right: 1rem;
  box-sizing: content-box;
}
#section3 .swiper-slide1[data-active='1'] .item_image,#section3 .swiper-slide1:hover .item_image{
  background-size: auto 90%;
  background-position: -0.9rem 0rem;
}
#section3 .swiper-slide1[data-active='1'] .item_cover_out, #section3 .swiper-slide1:hover .item_cover_out{
  background-size: auto 90%;
  background-position: -0.4rem 0rem;
}
#section3 .swiper-slide2 .item_image{
  background-size: auto 80%;
  background-position: center 0.2rem;
}
#section3 .swiper-slide2 .item_cover_out{
  background-size: auto 80%;
  background-position: center 0.2rem;
}
#section3 .swiper-slide2[data-active='1'] .item_image,#section3 .swiper-slide2:hover .item_image{
  background-size: auto 80%;
  background-position: center -0.12rem;
}
#section3 .swiper-slide2[data-active='1'] .item_cover_out, #section3 .swiper-slide2:hover .item_cover_out{
  width: 200%;
  background-size: auto 80%;
  background-position: center -0.12rem;
}
#section3 .swiper-slide3 .item_image{
  background-size: auto 80%;
  background-position: 0.16rem -0.1rem;
}
#section3 .swiper-slide3 .item_cover_out{
  width: 200%;
  background-size: auto 80%;
  background-position: 2.44rem -0.1rem;
}
#section3 .swiper-slide3[data-active='1'] .item_image,#section3 .swiper-slide3:hover .item_image{
  background-size: auto 83%;
  background-position: center -0.12rem;
}
#section3 .swiper-slide3[data-active='1'] .item_cover_out, #section3 .swiper-slide3:hover .item_cover_out{
  background-size: auto 83%;
  background-position: center -0.12rem;
}
#section3 .swiper-slide4 .item_image{
  background-position: center -0.5rem;
}
#section3 .swiper-slide4 .item_cover_out{
  background-position: center -0.5rem;
}
#section3 .swiper-slide4[data-active='1'] .item_image,#section3 .swiper-slide4:hover .item_image{
  background-size: auto 170%;
  background-position: center -2.6rem;
}
#section3 .swiper-slide4[data-active='1'] .item_cover_out, #section3 .swiper-slide4:hover .item_cover_out{
  background-size: auto 170%;
  background-position: center -2.6rem;
}
#section3 .swiper-slide5 .item_image{
  background-size: auto 115%;
  background-position: center center;
}
#section3 .swiper-slide5 .item_cover_out{
  width: 200%;
  background-size: auto 115%;
  background-position: center center;
}
#section3 .swiper-slide5[data-active='1'] .item_image,#section3 .swiper-slide5:hover .item_image{
  background-size: auto 170%;
  background-position: center center;
}
#section3 .swiper-slide5[data-active='1'] .item_cover_out, #section3 .swiper-slide5:hover .item_cover_out{
  background-size: auto 170%;
  background-position: center center;
}
#section3 .swiper-slide6 .item_image{
  background-size: auto 90%;
  background-position: center -0.28rem;
}
#section3 .swiper-slide6 .item_cover_out{
  background-size: auto 48.5%;
  background-position: center 1.99rem;
  padding-top: 100%;
  box-sizing: content-box;
}
#section3 .swiper-slide6[data-active='1'] .item_image,#section3 .swiper-slide6:hover .item_image{
  background-size: auto 117%;
  background-position: center -1.3rem;
}
#section3 .swiper-slide6[data-active='1'] .item_cover_out, #section3 .swiper-slide6:hover .item_cover_out{
  background-size: auto 62.2%;
  background-position: center 1rem;
}
#section3 .swiper-slide-activeH{
  z-index: 10;
}
#section3 .swiper-button{
  width: 0.88rem;
  height: 0.89rem;
  cursor: default;
  position: absolute;
  top: 30%;
  transform: translate(0, -50%);
  font-size: 0;
  opacity: 0.6;
  transition: all .3s;
}
#section3 .swiper-button>div{
  width: 100%;
  height: 100%;
  background: url('../images/home17.png') no-repeat;
  background-size: 100% 100%;
}
#section3 .swiper-button-active:hover{
  opacity: 1;
  animation: floatLeftRight 1s ease-in-out infinite;
}
@keyframes floatLeftRight {
  100%,0%{
    transform: translate(0, -50%);
  }
  50% {
    transform: translate(-20%, -50%);
  }
}
#section3 .swiper-button-prev{
  left: 0;
}
#section3 .swiper-button-prev div{
  transform: rotateY(180deg);
}
#section3 .swiper-button-next{
  right: 0;
}
#section3 .swiper-pagination{
  position: absolute;
  left: 50%;
  bottom: 1rem;
  transform: translate(-50%, 0);
  z-index: 1;
}
#section3 .swiper-pagination-bullet{
  width: 0.12rem;
  height: 0.12rem;
  background-color: #939fe0;
  border-radius: 50%;
  display: inline-block;
  margin: 0 0.12rem;
  vertical-align: middle;
  
}
#section3 .swiper-pagination-bullet-active{
  width: 0.19rem;
  height: 0.22rem;
  background: url('../images/home18.png') no-repeat;
  background-size: 100% 100%;
  cursor: default;
}

/* section4 */
#section4{
  width: 100%;
  height: 100%;
  z-index: 1;
}
#section4 .bg{
  width: 100%;
  height: 11.81rem;
  background: url('../images/home19.png') no-repeat center bottom;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  bottom: -0.8rem;
  pointer-events: none;
}
#section4 .bg1{
  width: 18.96rem;
  height: 10.57rem;
  background: url('../images/home19_0.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: -1.5rem;
  display: none;
}
#section4 .content{
  width: 9rem;
  margin: 0 auto;
  font-size: 0;
  position: absolute;
  left: 50%;
  bottom: 0.7rem;
  transform: translate(-50%, 0);
  pointer-events: none;
  user-select: none;
  text-align: center;
}
#section4 .content .title_xiong{
  position: absolute;
  left: 50%;
  top: 0.6rem;
  transform: translate(-50%, 0);
  z-index: 1;
}
#section4 .title_xiong .title{
  display: none;
}
#section4 .content .content_image{
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  overflow: hidden;
  font-size: 0;
}
#section4 .content .content_image div{
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
#section4 .compass{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 0;
  width: 6rem;
  
}
#section4 .compass img{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: unset;
}
#section4 .compass .img1{
  width: 4.56rem;
}
#section4 .compass .img2{
  width: 4.44rem;
}
#section4 .compass .img3{
  width: 4.6rem;
  top: -2.26rem;
  transform: translate(-50%, 0);
}
#section4 .compass .img4{
  width: 6rem;
  max-width: unset;
  pointer-events: auto;
}
#section4 .compass .img4_active{
  animation: compassRotate 1s ease-in-out 1;
}
@keyframes compassRotate {
  100%,0%{
    transform: translate(-50%, -50%) rotate(0);
  }
  50% {
    transform: translate(-50%, -50%) rotate(30deg);
  }
}
#section4 .bottom{
  width: 12.83rem;
  height: 4rem;
  background: url('../images/home19_1.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  bottom: -0.2rem;
  transform: translate(-50%, 0);
  text-align: center;
  padding-top: 2rem;
  pointer-events: none;
}
#section4 .bottom_i{
  width: 2.68rem;
  height: 1.03rem;
  font-size: 0;
  pointer-events: auto;
  position: relative;
  display: inline-block;
  transform: scale(0.89);
  transition: all .3s;
  vertical-align: middle;
}
#section4 .bottom_i .grid{
  position: absolute;
  left: 0;
  top: 0;
}
#section4 .bottom_i .stack__img{
  border: 0.04rem solid rgba(255, 255, 255, .4);
  border-radius: 0.3rem;
  position: relative;
  transition: all 1s;
}
#section4 .stack__deco {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  opacity: 0;
  border-radius: 0.3rem;
  transform-style: preserve-3d;
	perspective: 800px;
  transform: rotateX(90deg) rotateZ(0deg);
  transform-origin: center bottom;
  transition: all .6s;
}
#section4 .stack__deco1 {
  top: 0;
  left: 0;
  transition-delay: 0.3s;
}
#section4 .stack__deco2 {
  top: 0.05rem;
  left: -0.05rem;
  transition-delay: 0.2s;
}
#section4 .stack__deco3 {
  top: 0.1rem;
  left: -0.1rem;
  transition-delay: 0.1s;
}
#section4 .stack__deco4 {
  top: 0.15rem;
  left: -0.15rem;
  transition-delay: 0.0s;
}
#section4 .grid__item--c1 .stack__deco {
	background-color: #75D84D;
}
#section4 .grid__item--c2 .stack__deco {
	background-color: #F57E58;
}
#section4 .grid__item--c3 .stack__deco {
	background-color: #F35C9C;
}
#section4 .grid__item--c4 .stack__deco {
	background-color: #996FEE;
}
#section4 .bottom_i_active  .stack__deco, #section4 .bottom_i:hover  .stack__deco {
  transform: rotateX(0deg) rotateZ(0deg);
}
#section4 .bottom_i_active .stack__deco1, #section4 .bottom_i:hover .stack__deco1{
  transition-delay: 0;
  opacity: 0.8;
}
#section4 .bottom_i_active .stack__deco2, #section4 .bottom_i:hover .stack__deco2{
  transition-delay: 0.1s;
  opacity: 0.6;
}
#section4 .bottom_i_active .stack__deco3, #section4 .bottom_i:hover .stack__deco3{
  transition-delay: 0.2s;
  opacity: 0.4;
}
#section4 .bottom_i_active .stack__deco4, #section4 .bottom_i:hover .stack__deco4{
  transition-delay: 0.3s;
  opacity: 0.2;
}
#section4 .bottom_i_active .grid .stack__img, #section4 .bottom_i:hover .grid .stack__img{
  border: 0.04rem solid #fbffb5;
}
#section4 .bottom_i .bg1{
  width: 100%;
  height: 100%;
  background: url('../images/home23.png') no-repeat;
  background-size: 100% 100%;
  transform: perspective(900px) translateY(0) rotateX(0) translateZ(0);
  transform-origin: bottom;
  transition: all .3s;
  border: 0.03rem solid rgba(255, 255, 255, .4);
  border-radius: 0.3rem;
}
#section4 .bottom_i .word{
  color: #fff;
  line-height: 1.2;
  position: absolute;
  top: 50%;
  left: 0.28rem;
  transform: translate(0, -50%);
  text-align: left;
  pointer-events: none;
	perspective: 800px;
}
#section4 .bottom_i .word div:first-child{
  font-size: 0.29rem;
}
#section4 .bottom_i .word div:last-child{
  font-size: 0.18rem;
}
#section4 .bottom_i_1 .word div:first-child{
  text-shadow: 0 0 0.04rem rgba(70, 133, 49, 0.8);
}
#section4 .bottom_i_1 .word div:last-child{
  color: #539d3d;
}
#section4 .bottom_i_2 .word div:first-child{
  text-shadow: 0 0 0.04rem rgba(189, 70, 70, 0.8);
}
#section4 .bottom_i_2 .word div:last-child{
  color: #bc6941;
}
#section4 .bottom_i_3 .word div:first-child{
  text-shadow: 0 0 0.04rem rgba(189, 70, 70, 0.8);
}
#section4 .bottom_i_3 .word div:last-child{
  color: #d5487a;
}
#section4 .bottom_i_4 .word div:first-child{
  text-shadow: 0 0 0.04rem rgba(109, 70, 189, 0.8);
}
#section4 .bottom_i_4 .word div:last-child{
  color: #8c46ce;
}
#section4 .bottom_i span{
  font-size: 0.29rem;
  color: #fff;
  line-height: 1.2;
  text-shadow: 0 0 0.04rem rgba(70, 133, 49, 0.8);
  position: absolute;
  top: 50%;
  left: 0.28rem;
  transform: translate(0, -50%);
}   
#section4 .bottom_i .bg2{
  background: url('../images/home23_1.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -0.3rem;
  right: 0;
  transform: scale(0.77);
  transition: all .6s;
  pointer-events: none;
	perspective: 800px;
}
#section4 .bottom_i_active, #section4 .bottom_i:hover{
  transform: scale(1);
}
#section4 .bottom_i_active .bg1, #section4 .bottom_i:hover .bg1{
  transform: perspective(900px) translateY(0) rotateX(20deg) translateZ(0)scale(1);
  border: 0.03rem solid #fbffb5;
}
#section4 .bottom_i_1{ 
  z-index: 3;
}
#section4 .bottom_i_2{ 
  z-index: 2;
}
#section4 .bottom_i_3{ 
  z-index: 1;
}
#section4 .bottom_i_4{ 
  z-index: 0;
}
#section4 .bottom_i_1 .bg1{ 
  background-image: url('../images/home23.png'); 
}
#section4 .bottom_i_1 .bg2{ 
  width: 1.07rem;
  height: 1.5rem;
  background-image: url('../images/home23_1.png'); 
}
#section4 .bottom_i_1.bottom_i_active .bg2, #section4 .bottom_i_1:hover .bg2{ 
  top: -3rem;
  right: -0.6rem;
}
#section4 .bottom_i_2 .bg1{ 
  background-image: url('../images/home24.png'); 
}
#section4 .bottom_i_2 .bg2{ 
  width: 1.8rem;
  height: 1.3rem;
  top: -0.2rem;
  right: -0.4rem;
  transform: scale(0.87);
  background-image: url('../images/home24_1.png'); 
}
#section4 .bottom_i_2.bottom_i_active .bg2, #section4 .bottom_i_2:hover .bg2{ 
  top: -3rem;
  right: 1.8rem;
}
#section4 .bottom_i_3 .bg1{ 
  background-image: url('../images/home25.png');
}
#section4 .bottom_i_3 .bg2{ 
  width: 1.72rem;
  height: 1.26rem;
  top: -0.1rem;
  right: -0.36rem;
  transform: scale(0.83);
  background-image: url('../images/home25_1.png'); 
}
#section4 .bottom_i_3.bottom_i_active .bg2,#section4 .bottom_i_3:hover .bg2{ 
  top: -3rem;
  right: 4.4rem;
}
#section4 .bottom_i_4 .bg1{ 
  background-image: url('../images/home26.png'); 
}
#section4 .bottom_i_4 .bg2{ 
  width: 1.40rem;
  height: 1.46rem;
  right: -0.26rem;
  transform: scale(0.79);
  background-image: url('../images/home26_1.png'); 
}
#section4 .bottom_i_4.bottom_i_active .bg2, #section4 .bottom_i_4:hover .bg2{ 
  top: -3.2rem;
  right: 7.4rem;
}
#section4 .bottom_i_active .bg2, #section4 .bottom_i:hover .bg2{
  transform: scale(1);
}

/* section5 */
#section5 .section5_auto{
  height: 5.4rem;
  width: 100%;
}
#section5 .bg{
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: -1.2rem;
  background: url('../images/home27.png') no-repeat center top;
  background-size: 100% auto;
}
#section5 .line{
  width: 6.71rem;
  height: 0rem;
  background: url('../images/home28.png') no-repeat left top;
  background-size: 100% auto;
  transition: all 2s;
  left: 50%;
  top: -1.2rem;
  transform: translate(-50%, 0);
  position: absolute;
}
#section5 .line_active{
  height: 6.44rem;
}
#section5 .cycle {
  width: 0.41rem;
  height: 0.41rem;
  background: url('../images/home28_1.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  transform: scale(0);
  transition: transform .3s;
}
#section5 .cycle_yellow {
  background-image: url('../images/home28_2.png');
}
#section5 .cycle_green {
  width: 0.18rem;
  height: 0.18rem;
  background-image: url('../images/home28_3.png');
}
#section5 .line_active .cycle1 {
  left: 0.34rem;
  top: 2.1rem;
  transform: scale(1);
  transition-delay: 0.4s;
}
#section5 .line_active .cycle2 {
  left: -0.6rem;
  top: 2.6rem;
  transform: scale(0.5);
  transition-delay: 0.6s;
  opacity: 0.6;
}
#section5 .line_active .cycle3 {
  left: -0.3rem;
  top: 4.6rem;
  transform: scale(0.5);
  transition-delay: 1s;
  opacity: 0.6;
}
#section5 .line_active .cycle4 {
  left: 0.56rem;
  top: 6rem;
  transform: scale(0.34);
  transition-delay: 1.6s;
  opacity: 0.6;
}
#section5 .line_active .cycle5 {
  left: 1.4rem;
  top: 4.6rem;
  transform: scale(0.36);
  transition-delay: 1s;
  opacity: 0.6;
}
#section5 .line_active .cycle6 {
  left: 2.39rem;
  top: 3.4rem;
  transform: scale(0.44);
  transition-delay: 0.8s;
  opacity: 0.6;
}
#section5 .line_active .cycle7 {
  left: 4.2rem;
  top: 3.6rem;
  transform: scale(0.4);
  transition-delay: 0.9s;
  opacity: 0.6;
}
#section5 .line_active .cycle8 {
  left: 6rem;
  top: 2.4rem;
  transform: scale(0.42);
  transition-delay: 0.6s;
  opacity: 0.6;
}
#section5 .line_active .cycle9 {
  left: 6.49rem;
  top: 3rem;
  transform: scale(0.5);
  transition-delay: 0.7s;
  opacity: 0.6;
}
#section5 .line_active .cycle10 {
  left: 6.75rem;
  top: 4.5rem;
  transform: scale(0.9);
  transition-delay: 1s;
  opacity: 0.4;
}
#section5 .line_active .cycle11 {
  left: 6.08rem;
  top: 5.34rem;
  transform: scale(0.5);
  transition-delay: 1.2s;
  opacity: 0.5;
}
#section5 .line_active .cycle12 {
  left: 7rem;
  top: 1rem;
  transform: scale(0.6);
  transition-delay: 0.4s;
  opacity: 0.4;
}
#section5 .line_active .cycle13 {
  left: -0.18rem;
  top: 3.7rem;
  transform: scale(0.5);
  transition-delay: 0.8s;
  opacity: 0.4;
}
#section5 .line_active .cycle14 {
  left: 0.33rem;
  top: 4.06rem;
  transform: scale(0.5);
  transition-delay: 0.9s;
  opacity: 0.4;
}
#section5 .line_active .cycle15 {
  left: 0.57rem;
  top: 4.9rem;
  transform: scale(0.5);
  transition-delay: 1s;
  opacity: 0.4;
}
#section5 .line_active .cycle16 {
  left: 0.86rem;
  top: 5.6rem;
  transform: scale(0.4);
  transition-delay: 1.25s;
  opacity: 0.5;
}
#section5 .line_active .cycle17 {
  left: 3.58rem;
  top: 2.8rem;
  transform: scale(0.4);
  transition-delay: 0.6s;
  opacity: 0.4;
}
#section5 .line_active .cycle18 {
  left: 4.02rem;
  top: 5.2rem;
  transform: scale(0.4);
  transition-delay: 1.15s;
  opacity: 0.4;
}
#section5 .line_active .cycle19 {
  left: 4.7rem;
  top: 4.36rem;
  transform: scale(0.4);
  transition-delay: 1s;
  opacity: 0.4;
}
#section5 .line_active .cycle20 {
  left: 5rem;
  top: 4.8rem;
  transition-delay: 1s;
  transform: scale(1);
  opacity: 0.6;
}
#section5 .line_active .cycle21 {
  left: 5.33rem;
  top: 4.3rem;
  transform: scale(0.4);
  transition-delay: 0.95s;
  opacity: 0.4;
}
#section5 .line_active .cycle22 {
  left: 5.84rem;
  top: 4.04rem;
  transform: scale(0.4);
  transition-delay: 0.8s;
  opacity: 0.4;
}
#section5 .line_active .cycle23 {
  left: 7.2rem;
  top: 3.5rem;
  transform: scale(0.4);
  transition-delay: 0.9s;
  opacity: 0.4;
}
#section5 .line_active .cycle24 {
  left: 1.98rem;
  top: 6.4rem;
  transform: scale(1);
  transition-delay: 1.6s;
}
#section5 .line_active .cycle25 {
  left: 5.6rem;
  top: 6rem;
  transform: scale(1);
  transition-delay: 1.6s;
}

/* section6 */
#section6{
  width: 100%;
  height: 100%;
}
#section6 .bg{
  width: 100%;
  height: 18.36rem;
  background: url('../images/home29.png') no-repeat center top;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  bottom: -3.78rem;
}
#section6 .xiong{
  width: 5rem;
  height: 4.6rem;
  background: url('../images/home40.png') no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 2rem;
  top: -4.4rem;
  will-change: transform;
}
#section6  .xiong_active{
  animation: section6xiong 1.6s ease forwards, section6xiong2 2s 1.8s ease forwards;
}
#section6  .xiong_out{
  animation: section6xiong3 2s ease forwards;

}
@keyframes section6xiong {
  0%{
    right: -0rem;
    top: -7.4rem;
    width: 0;
  }
  100% {
    width: 5rem;
    right: 2rem;
    top: -5rem;
  }
}
@keyframes section6xiong2 {
  0%{
    right: 2rem;
    top: -5rem;
  }
  50% {
    right: 0.7rem;
    top: 0.55rem;
  }
  100% {
    right: 0.7rem;
    top: 0.2rem;
  }
}
@keyframes section6xiong3 {
  0% {
    right: 0.7rem;
    top: 0.2rem;
    width: 5rem;
  }
  50%{
    right: 2rem;
    top: -5rem;
    width: 5rem;
  }
  100%{
    right: -0rem;
    top: -7.4rem;
    width: 0;
  }
}

#section6 .content{
  width: 14.81rem;
  height: 7rem;
  position: absolute;
  left: 50%;
  bottom: 1rem;
  transform: translate(-50%, 0) scale(0.9);
}
#section6 .content .title_xiong{
  position: absolute;
  left: 50%;
  top: -1.4rem;
  transform: translate(-50%, 0);
  z-index: 1;
}
#section6 .content .content_bg1{
  width: 14.81rem;
  height: 7rem;
  background: url('../images/home35.png') no-repeat;
  background-size: 100% auto;
  position: absolute;
}
#section6 .content .content_bg1_1{
  width: 7.75rem;
  height: 9rem;
  background: url('../images/home35_1.png') no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: -0.4rem;
  top: -0.4rem;
}
#section6 .content .content_bg2{
  width: 100%;
  height: 100%;
  background: url('../images/home30.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
#section6 .content .content_bg3{
  width: 8.73rem;
  height: 0.66rem;
  background: url('../images/home33.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0.09rem;
  top: 1.15rem;
  overflow: hidden;
  border-radius: 0.2rem;
  font-size: 0;
}
#section6 .content .content_bg3_1{
  width: 200%;
  height: 0.66rem;
  background: url('../images/home34.png') repeat-x;
  background-size: 8.73rem 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: content_bg3_1 10s linear infinite;
}
@keyframes content_bg3_1 {
  0%{
    left: 0;
  }
  100% {
    left: -50%;
  }
}
#section6 .content .content_bg4{
  width: 6.26rem;
  height: 6.74rem;
  background: url('../images/home31.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -0.84rem;
  left: 1.04rem;
}
#section6 .video_intr{
  display: flex;
  justify-content: center;
  align-content: center;
  position: relative;
  margin-top: 2rem;
}
#section6 .video_p{
  width: 7.23rem;
  height: 4.84rem;
  background: url('../images/home36.png') no-repeat;
  background-size: 100% 100%;
  padding: 0.09rem;
  padding-left: 0.45rem;
  padding-bottom: 0.43rem;
  box-sizing: border-box;
  position: relative;
  margin-right: 0.2rem;
}
#section6 .video {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 0.16rem;
  overflow: hidden;
  
}
#section6 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  border-radius: 0.16rem;
}
#section6 .video_gray {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
  border-radius: 0.16rem;
  background: url('../images/video_gray.png') repeat-y;
  background-size: 100% auto;
  opacity: 0.4;
}
#section6 .video_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.12rem;
  height: 1.12rem;
  background: url('../images/video_btn.png');
  background-size: 100% 100%;
  pointer-events: none;
  z-index: 1;
}
#section6 .intr{
  width: 6.65rem;
  height: 4.54rem;
  background: url('../images/home37.png') no-repeat;
  background-size: 100% 100%;
  position: relative;
  font-size: 0.24rem;
  color: #9d4402;
  line-height: 0.44rem;
  text-indent: 2em;
  font-family: jcyuangti;
  padding: 0.4rem 0.5rem;
  font-weight: bold;
}
#section6 .intr_btn{
  width: 1.8rem;
  height: 0.54rem;
  margin-top: 0.4rem;
  margin-left: 3rem;
  background: url('../images/home38.png') no-repeat;
  background-size: 100% 100%;
  
  position: relative;
}
#section6 .intr_btn:hover {
  opacity: 0.8;
 }
 #section6 .intr_btn:before {
  content: ' ';
  position: absolute;
  background: #fff;
  width: 0.25rem;
  height: 0.5rem;
  top: 0;
  left: -0.45rem;
  opacity: 0.3;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
 }
 #section6 .intr_btn:hover:before {
  width: 0.45rem;
  left: 2rem;
 }

/* section7 */
#section7{
  z-index: 1;
}
#section7 .section7_auto{
  width: 100%;
  height: 7rem;
}

/* 弹框 */
#popup{
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, .7);
  z-index: 10;
  left: 0;
  top: 0;
  display: none;
}
#popup .popup_main{
  width: 10.05rem;
  height: 6.75rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url('../images/popup.png') no-repeat;
  background-size: 100% 100%;
}
#popup .popup_close{
  width: 0.85rem;
  height: 0.85rem;
  position: absolute;
  right: -0.3rem;
  top: -0.4rem;
  background: url('../images/project11.png') no-repeat;
  background-size: 100% 100%;
}

/* share */
#share{
  width: 0.67rem;
  height: 2.42rem;
  background: url('../images/share_bg.png') no-repeat;
  background-size: 100% 100%;
  position: fixed;
  left: 0;
  top: 30%;
  padding-right: 0.1rem;
  text-align: center;
  z-index: 1;
}
#share .share_i{
  font-size: 0;
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  left: -0.02rem;
}
#share .share_i .bg{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-image: -moz-linear-gradient( 166deg, rgb(193,247,84) 0%, rgb(255,255,121) 100%);
  background-image: -webkit-linear-gradient( 166deg, rgb(193,247,84) 0%, rgb(255,255,121) 100%);
  background-image: -ms-linear-gradient( 166deg, rgb(193,247,84) 0%, rgb(255,255,121) 100%);
  opacity: 0;
  transition: opacity .3s;
}
#share .share_i:hover .bg{
  opacity: 1;
}
#share .share_i .icon{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#share .share_i .icon1{
  transition: opacity .3s;
  opacity: 1;
}
#share .share_i .icon2{
  opacity: 0;
  transition: opacity .3s;
}
#share .share_i:hover .icon1{
  opacity: 0;
}
#share .share_i:hover .icon2{
  opacity: 1;
}
#share .share_i1{
  top: 0.1rem;
}
#share .share_i1 .icon1{
  width: 0.39rem;
}
#share .share_i1 .icon2{
  width: 0.33rem;
}
#share .share_i2{
  top: 0.63rem;
}
#share .share_i2 .icon1{
  width: 0.36rem;
}
#share .share_i2 .icon2{
  width: 0.3rem;
}
#share .share_i3{
  top: 1.17rem;
}
#share .share_i3 .icon1{
  width: 0.34rem;
}
#share .share_i3 .icon2{
  width: 0.32rem;
}
#share .share_i4{
  top: 1.72rem;
}
#share .share_i4 .icon1{
  width: 0.31rem;
}
#share .share_i4 .icon2{
  width: 0.25rem;
}
#share .qrcode_bg{
  width: 1.46rem;
  height: 1.36rem;
  background: url('../images/share_bg2.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0.4rem;
  top: -0.4rem;
  font-size: 0;
  text-align: left;
  opacity: 0;
  transition: opacity .3s, left .3s;
  pointer-events: none;
}
#share .qrcode_bg img, #share .qrcode_bg .phone{
  width: 1.16rem;
  border-radius: 0.06rem;
  margin-left: 0.2rem;
  margin-top: 0.09rem;
}
#share .share_i:hover .qrcode_bg{
  opacity: 1;
  left: 0.72rem;
}
#share .qrcode_bg .phone{
  font-family: YOUSHEhaoshenti;
  font-size: 0.16rem;
  text-align: center;
  margin-top: 0.41rem;
  
}
#share .qrcode_bg .phone div:first-child{
  font-size: 0.26rem;
}
