﻿/**
 * 开始动画前原型
 */.tubiao .center,.tubiao .center ul li{-webkit-transition:all 2s;-moz-transition:all 2s;-ms-transition:all 2s;-o-transition:all 2s;transition:all 2s}
 .center ul li:before,.center ul li:after{-webkit-transition:width .5s;-moz-transition:width .5s;-ms-transition:width .5s;-o-transition:width .5s;transition:width .5s}
 .section{filter:alpha(opacity=0);-moz-opacity:0;opacity:0}
 .section.anim,.section.anim .img{animation:slider_show 1.5s .15s forwards}
 .section{animation:slider_out .7s 0s forwards}
 .section.anim .title1{animation:active-show-slow 2s .1s forwards}
 .section.anim .title2{animation:active-show-slow 2s .2s forwards}
 .section.anim .title3{animation:active-show-slow 2s .3s forwards}
 .yun.yun1{animation:move2X 7s .1s ease infinite alternate-reverse}
 .yun.yun2{animation:moveX 9s 2s linear infinite alternate}
 .yun.yun3{animation:moveX 8s 0s linear infinite alternate}
 .yun.yun4{animation:moveX 10s .5s ease-in-out infinite alternate}
 .tubiao.activ .center .center_wrap{animation:data_rotate_2D 5s ease-in-out infinite alternate}
 .think .think_img img{animation:data_rotate_Y 4s ease-in-out infinite alternate}