@-webkit-keyframes fadeInUp {
  0% { opacity: 0;-webkit-transform: translate3d(0, 100%, 0); }
  100% {opacity: 1; -webkit-transform: none; }} 
  @keyframes fadeInUp {
  0% { opacity: 0;transform: translate3d(0, 100%, 0); }
  100% {opacity: 1; transform: none; }} 
  @-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-100%)}
100%{opacity:1;-webkit-transform:translateY(0)}}
@keyframes fadeInDown{0%{opacity:0;transform:translateY(-100%)}
100%{opacity:1;transform:translateY(0)}}
  @-webkit-keyframes bounceOut {
  100% {opacity: 0; }}
@keyframes bounceOut {
  100% {    opacity: 0; }}
  @-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-60px)}
100%{opacity:1;-webkit-transform:translateX(0)}}
@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-60px)}
100%{opacity:1;transform:translateX(0)}}
@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(60px)}
100%{opacity:1;-webkit-transform:translateX(0)}}
@keyframes fadeInRight{0%{opacity:0;transform:translateX(60px)}
100%{opacity:1;transform:translateX(0)}}
   @-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% { -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);}
  0% { opacity: 0; -webkit-transform: translate3d(-3000px, 0, 0); }
  60% { opacity: 1;-webkit-transform: translate3d(25px, 0, 0);}
  75% { -webkit-transform: translate3d(-10px, 0, 0);}
  90% {  -webkit-transform: translate3d(5px, 0, 0);}
  100% { -webkit-transform: none; }}
 @keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% { transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);}
  0% { opacity: 0; transform: translate3d(-3000px, 0, 0); }
  60% { opacity: 1;transform: translate3d(25px, 0, 0);}
  75% { transform: translate3d(-10px, 0, 0);}
  90% {  transform: translate3d(5px, 0, 0);}
  100% { transform: none; }} 
@-webkit-keyframes flipInY {
  0% {-webkit-transform: perspective(800px) rotate3d(0, 1, 0, 90deg); -webkit-transition-timing-function: ease-in;opacity: 0; }
  40% { -webkit-transform: perspective(800px) rotate3d(0, 1, 0, -20deg);  -webkit-transition-timing-function: ease-in; }
  60% {  -webkit-transform: perspective(800px) rotate3d(0, 1, 0, 10deg);  opacity: 1;}
  80% { -webkit-transform: perspective(800px) rotate3d(0, 1, 0, -5deg); }
  100% { -webkit-transform: perspective(800px);}}
@keyframes flipInY {
  0% {transform: perspective(800px) rotate3d(0, 1, 0, 90deg); transition-timing-function: ease-in;opacity: 0; }
  40% { transform: perspective(800px) rotate3d(0, 1, 0, -20deg);  transition-timing-function: ease-in; }
  60% {  transform: perspective(800px) rotate3d(0, 1, 0, 10deg);  opacity: 1;}
  80% { transform: perspective(800px) rotate3d(0, 1, 0, -5deg); }
  100% { transform: perspective(800px);}}
  @-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);}
  0% {opacity: 0;-webkit-transform: scale3d(.3, .3, .3);}
  20% {  -webkit-transform: scale3d(1.1, 1.1, 1.1);}
  40% { -webkit-transform: scale3d(.9, .9, .9); }
  60% {opacity: 1;  -webkit-transform: scale3d(1.03, 1.03, 1.03);}
  80% {-webkit-transform: scale3d(.97, .97, .97);}
  100% { opacity: 1; -webkit-transform: scale3d(1, 1, 1);  }}  
  @keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);}
  0% {opacity: 0;transform: scale3d(.3, .3, .3);}
  20% {  transform: scale3d(1.1, 1.1, 1.1);}
  40% { transform: scale3d(.9, .9, .9); }
  60% {opacity: 1;  transform: scale3d(1.03, 1.03, 1.03);}
  80% {transform: scale3d(.97, .97, .97);}
  100% { opacity: 1; transform: scale3d(1, 1, 1);  }}
 @-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% { -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);}
  0% {  opacity: 0;     -webkit-transform: translate3d(3000px, 0, 0);}
  60% { opacity: 1;   -webkit-transform: translate3d(-25px, 0, 0);}
  75% {    -webkit-transform: translate3d(10px, 0, 0);}
  90% {   -webkit-transform: translate3d(-5px, 0, 0);}
  100% {  -webkit-transform: none;}} 
  @keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% { transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);}
  0% {  opacity: 0;     transform: translate3d(3000px, 0, 0);}
  60% { opacity: 1;   transform: translate3d(-25px, 0, 0);}
  75% {    transform: translate3d(10px, 0, 0);}
  90% {   transform: translate3d(-5px, 0, 0);}
  100% {  transform: none;}}
  @-webkit-keyframes fadeInLeft {
  0% { opacity: 0;-webkit-transform: translate3d(-100%, 0, 0);}
  100% {opacity: 1;-webkit-transform: none; }}  
  @keyframes fadeInLeft {
  0% { opacity: 0;transform: translate3d(-100%, 0, 0);}
  100% {opacity: 1;transform: none; }}
@-webkit-keyframes fadeInRight {
  0% { opacity: 0;   -webkit-transform: translate3d(100%, 0, 0);}
  100% { opacity: 1; -webkit-transform: none; }}
  @keyframes fadeInRight {
  0% { opacity: 0;   transform: translate3d(100%, 0, 0);}
  100% { opacity: 1; transform: none; }}
    @-webkit-keyframes fadeInLeft2 {
  0% { opacity: 0;-webkit-transform:scale(0) translate3d(-100%, 0, 0);}
  100% {opacity: 1;-webkit-transform: none; }}  
  @keyframes fadeInLeft2 {
  0% { opacity: 0;transform:scale(0) translate3d(-100%, 0, 0);}
  100% {opacity: 1;transform: none; }}  
@-webkit-keyframes lightSpeedIn {
  0% {-webkit-transform: translate3d(400%, 0, 0) skewX(-30deg); opacity: 0;}
  60% { -webkit-transform: skewX(20deg); opacity: 1;}
  80% {-webkit-transform: skewX(-5deg); opacity: 1; }
  100% {-webkit-transform: none; opacity: 1;}}
  @keyframes lightSpeedIn {
  0% {transform: translate3d(400%, 0, 0) skewX(-30deg); opacity: 0;}
  60% { transform: skewX(20deg); opacity: 1;}
  80% {transform: skewX(-5deg); opacity: 1; }
  100% {transform: none; opacity: 1;}}
.home{-webkit-animation:bounceOut  1s 0.5s ease-out both;animation:bounceOut  1s 1s ease-out both }
.bg.active .home{-webkit-animation:fadeInUp  1s 0s ease-out both;animation:fadeInUp 1s  0s ease-out both;}
 .bg.sp{filter:alpha(opacity=0);opacity:0;-webkit-transition:all 1.2s linear;transition:all 1.2s linear;}
.bg.sp.active{filter:alpha(opacity=100);opacity:1 }
#obj1{-webkit-animation:bounceOut  1s 1s ease-out both; animation:bounceOut  1s 1s ease-out both; }
#obj1.active{-webkit-animation:fadeInUp 1s 0s  ease-out both;animation:fadeInUp  1s 0s ease-out both;}
#art,#list li,#origin1,#origin2,#prize,#oa li,#leave,#so li,#shop,#step li,#team,#design{-webkit-animation:bounceOut  1s 1s ease-out both; animation:bounceOut  1s 1s ease-out both; }
#list li.active{-webkit-animation:fadeInLeft  0.8s  0.5s  ease-out both;animation:fadeInLeft   0.8s  0.5s  ease-out both;}
#art.active{-webkit-animation:fadeInRight  1s  0.5s  ease-out both;animation:fadeInRight   1s  0.5s ease-out both;}
#origin1.active{-webkit-animation:fadeInLeft  1s  0.5s  ease-out both;animation:fadeInLeft   1s  0.5s ease-out both;}
#origin2.active{-webkit-animation:fadeInRight  1s  0.5s  ease-out both;animation:fadeInRight   1s  0.5s ease-out both;}
#prize.active{-webkit-animation:bounceInRight  1s  1s  ease-out both;animation:bounceInRight   1s 1s ease-out both;}
#oa li.active{-webkit-animation:bounceIn  1s 0.5s  ease-out both;animation:bounceIn  1s 0.5s ease-out both;}
#leave.active{-webkit-animation:lightSpeedIn 1s 0.5s  ease-out both;animation:lightSpeedIn  1s 0.5s ease-out both;}
#so li.active{-webkit-animation:fadeInUp 1s 0.5s  ease-out both;animation:fadeInUp  1s 0.5s ease-out both;}
#shop.active{-webkit-animation:fadeInRight 1s 1s  ease-out both;animation:fadeInRight  1s 1s ease-out both;}
#step li.active{-webkit-animation:fadeInLeft  0.8s  0.5s  ease-out both;animation:fadeInLeft   0.8s  0.5s  ease-out both;} 
#team.active{-webkit-animation:bounceIn  1s 0.5s  ease-out both;animation:bounceIn   1s  0.5s  ease-out both;} 
#design.active{-webkit-animation:fadeInRight  1s 1s  ease-out both;animation:fadeInRight  1s 1s ease-out both;}
#yuan td.active{-webkit-animation:fadeInLeft  0.8s 0.5s  ease-out both;animation:fadeInLeft   0.8s  0.5s  ease-out both;} 
#book.active{-webkit-animation:bounceIn 1s 0.5s  ease-out both;animation:bounceIn  1s 0.5s ease-out both;} 
#time.active{-webkit-animation:fadeInUp 1s 1.2s  ease-out both;animation:fadeInUp  1s 1.2s ease-out both;} 
#prize.active{-webkit-animation:bounceInRight 1s 0.5s   ease-out both;animation:bounceInRight  1s 0.5s ease-out both;}
#vi img.active{-webkit-animation:fadeInUp 1s 0.5s   ease-out both;animation:fadeInUp  1s 0.5s ease-out both;}
#vi2 img.active{-webkit-animation:fadeInUp 1s 0.5s   ease-out both;animation:fadeInUp  1s 0.5s ease-out both;}
#tv.active{-webkit-animation:lightSpeedIn  1s  0.5s  ease-out both;animation:lightSpeedIn   1s  0.5s  ease-out both;}
#say.active{-webkit-animation:fadeInUp  1s 1s  ease-out both;animation:fadeInUp  1s 1s ease-out both;}
#meet.active{-webkit-animation:bounceInLeft  1s 0.5s  ease-out both;animation:bounceInLeft  1s 0.5s ease-out both;}
#vis li.active{-webkit-animation:bounceInLeft  1s 0.5s  ease-out both;animation:bounceInLeft  1s 0.5s ease-out both;}
#order li.active{-webkit-animation:bounceIn 1s 0.5s  ease-out both;animation:bounceIn  1s 0.5s ease-out both;} 
#mao.active{-webkit-animation:bounceInLeft  1s 0.5s  ease-out both;animation:bounceInLeft  1s 0.5s ease-out both;}
#post.active{-webkit-animation:bounceInRight  1s 1s  ease-out both;animation:bounceInRight  1s 1s ease-out both;}

@media screen and (max-width:640px) {
#obj1{-webkit-animation:none!important;animation:none!important;}

}


