/**
 * 开始动画前原型
 */.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 .dot1{animation:sploosh 1.5s linear infinite}.tubiao.activ .center .dot2{animation:sploosh2 1.5s linear infinite}.think .think_img img{animation:data_rotate_Y 4s ease-in-out infinite alternate}@keyframes sploosh{0%{box-shadow:0 0 0 0 rgba(220,223,221,1);background:rgba(220,223,221,1)}100%{box-shadow:0 0 0 30px rgba(220,223,221,.3);background:rgba(220,223,221,.3)}}@keyframes sploosh2{0%{box-shadow:0 0 0 0 rgba(220,223,221,1);background:rgba(220,223,221,1)}100%{box-shadow:0 0 0 15px rgba(220,223,221,.5);background:rgba(220,223,221,0.5)}}