.index-banner-animate-in .index-banner-title{
  animation: backInDown 1.6s ease-in-out 1 ;
  -webkit-animation: backInDown 1.6s ease-in-out 1;
}
.index-banner-animate-in .index-banner-desc{
  animation: backInDown 1.3s ease-in-out 1 ;
  -webkit-animation: backInDown 1.3s ease-in-out 1;
}
.index-banner-animate-in .index-banner-try{
  animation: backInDown 1s ease-in-out 1 ;
  -webkit-animation: backInDown 1s ease-in-out 1;
}

.index-digit-animate-in .index-digit-wrap2{
  animation: rotateZoomIn 2s ease-in-out 1 ;
  -webkit-animation: rotateZoomIn 2s ease-in-out 1;
}
.index-digit-animate-in .index-digit-logo{
  animation: zoomInCenter 2s ease-in-out 1 ;
  -webkit-animation: zoomInCenter 2s ease-in-out 1;
}

.index-empowerment-animate-in .index-empowerment-title{
  animation: backInDown 1.6s ease-in-out 1;
  -webkit-animation: backInDown 1.6s ease-in-out 1;
}
.index-empowerment-animate-in .index-empowerment-desc{
  animation: backInDown 1.8s ease-in-out 1;
  -webkit-animation: backInDown 1.8s ease-in-out 1;
}
.index-empowerment-animate-in .index-empowerment-content>li:first-child{
  animation: bounceInLeft 1.6s ease-in-out 1;
  -webkit-animation: bounceInLeft 1.6s ease-in-out 1;
}
.index-empowerment-animate-in .index-empowerment-content>li:nth-child(2){
  animation: bounceInLeft 1.2s ease-in-out 1;
  -webkit-animation: bounceInLeft 1.2s ease-in-out 1;
}
.index-empowerment-animate-in .index-empowerment-content>li:nth-child(3){
  animation: bounceInRight 1.2s ease-in-out 1;
  -webkit-animation: bounceInRight 1.2s ease-in-out 1;
}
.index-empowerment-animate-in .index-empowerment-content>li:nth-child(4){
  animation: bounceInRight 1.6s ease-in-out 1;
  -webkit-animation: bounceInRight 1.6s ease-in-out 1;
}

.index-cooperation-animate-in .index-cooperation-title{
  animation: fadeInDownBig 1.6s ease-in-out 1;
  -webkit-animation: fadeInDownBig 1.6s ease-in-out 1;
}
.index-cooperation-animate-in .index-cooperation-desc{
  animation: fadeInDownBig 1.8s ease-in-out 1;
  -webkit-animation: fadeInDownBig 1.8s ease-in-out 1;
}
.index-cooperation-animate-in .index-cooperation-content>li{
  animation: fadeInLeft 1.6s ease-in-out 1;
  -webkit-animation: fadeInLeft 1.6s ease-in-out 1;
}

.index-first-animate-in .index-first-title{
  animation: fadeInDownBig 1.4s ease-in-out 1;
  -webkit-animation: fadeInDownBig 1.4s ease-in-out 1;
}
.index-first-animate-in .index-first-desc{
  animation: fadeInUpBig 1.6s ease-in-out 1;
  -webkit-animation: fadeInUpBig 1.6s ease-in-out 1;
}

.index-product-animate-in .index-product-img{
  animation: bounceZoomIn 1.6s ease-in-out 1;
  -webkit-animation: bounceZoomIn 1.6s ease-in-out 1;
}

.index-product-animate-in .index-product-img{
  animation: bounceZoomIn 1.6s ease-in-out 1;
  -webkit-animation: bounceZoomIn 1.6s ease-in-out 1;
}

.index-warehourse-animate-in .index-warehourse-3:first-child .index-warehourse-cloud{
  animation: infiniteMove 3.6s linear 0.3s infinite alternate;
  -webkit-animation: infiniteMove 3.6s linear 0.3s infinite alternate;
}
.index-warehourse-animate-in .index-warehourse-3:nth-child(2) .index-warehourse-cloud{
  animation: infiniteMove 5.6s linear 0.3s infinite alternate;
  -webkit-animation: infiniteMove 5.6s linear 0.3s infinite alternate;
}
.index-warehourse-animate-in .index-warehourse-3:nth-child(3) .index-warehourse-cloud{
  animation: infiniteMove 4.6s linear 0.4s infinite alternate;
  -webkit-animation: infiniteMove 4.6s linear 0.4s infinite alternate;
}
.index-warehourse-animate-in .index-warehourse-2:nth-child(5) .index-warehourse-cloud{
  animation: infiniteMove 6s linear 0s infinite alternate;
  -webkit-animation: infiniteMove 6s linear 0s infinite alternate;
}
.index-warehourse-animate-in .index-warehourse-2:nth-child(6) .index-warehourse-cloud{
  animation: infiniteMove 5s linear 0s infinite alternate;
  -webkit-animation: infiniteMove 5s linear 0s infinite alternate;
}

.customer-service-animate-in .customer-service-detail{
  animation: zoomIn 1s linear 1;
  -webkit-animation: zoomIn 1s linear 1;
}
.customer-service-animate-in .customer-sw-content{
  animation: zoomInCenter 1s linear 1;
  -webkit-animation: zoomInCenter 1s linear 1;
}
.customer-service-animate-in .customer-sw-left .customer-service-item:nth-child(1) p{
  animation: bounceInLeft 2s linear 1s 1;
  -webkit-animation: bounceInLeft 2s linear 1s 1;
}
.customer-service-animate-in .customer-sw-left .customer-service-item:nth-child(2) p{
  animation: bounceInLeft 2s linear 0.9s 1;
  -webkit-animation: bounceInLeft 2s linear 0.9s 1;
}
.customer-service-animate-in .customer-sw-left .customer-service-item:nth-child(3) p{
  animation: bounceInLeft 2s linear 0.8s 1;
  -webkit-animation: bounceInLeft 2s linear 0.8s 1;
}
.customer-service-animate-in .customer-sw-right .customer-service-item:nth-child(1) p{
  animation: bounceInRight 2s linear 0.8s 1;
  -webkit-animation: bounceInRight 2s linear 0.8s 1;
}
.customer-service-animate-in .customer-sw-right .customer-service-item:nth-child(2) p{
  animation: bounceInRight 2s linear 0.9s 1;
  -webkit-animation: bounceInRight 2s linear 0.9s 1;
}
.customer-service-animate-in .customer-sw-right .customer-service-item:nth-child(3) p{
  animation: bounceInRight 2s linear 1s 1;
  -webkit-animation: bounceInRight 2s linear 1s 1;
}


.customer-scl-item-animate span{
  animation: twinkle 2s linear infinite alternate;
  -webkit-animation: twinkle 2s linear infinite alternate;
}