

.txt01{
animation:wml 20s linear infinite;
-moz-animation:wml 20s linear infinite;
 -webkit-animation:wml 20s linear infinite;
-o-animation:wml 20s linear infinite;}


@keyframes wml {  
    from {  
    transform:rotateZ(0);  
    -ms-transform:rotateZ(0);  
    -webkit-transform:rotateZ(0);  
    -o-transform:rotateZ(0);  
    -moz-transform:rotateZ(0)  
}  
to {  
    transform:rotateZ(-360deg);  
    -ms-transform:rotateZ(-360deg);  
    -webkit-transform:rotateZ(-360deg);  
    -o-transform:rotateZ(-360deg);  
    -moz-transform:rotateZ(-360deg)  
} 
}

.txt02{
animation:wml1 20s linear infinite;
-moz-animation:wml1 20s linear infinite;
 -webkit-animation:wml1 20s linear infinite;
-o-animation:wml1 20s linear infinite;}


@keyframes wml1 {  
    from {  
    transform:rotateZ(-360deg);  
    -ms-transform:rotateZ(-360deg);  
    -webkit-transform:rotateZ(-360deg);  
    -o-transform:rotateZ(-360deg);  
    -moz-transform:rotateZ(-360deg)  
}  
to {  
    transform:rotateZ(0);  
    -ms-transform:rotateZ(0);  
    -webkit-transform:rotateZ(0);  
    -o-transform:rotateZ(0);  
    -moz-transform:rotateZ(0)  
} 
}

.txt03{
animation:wml2 20s linear infinite;
-moz-animation:wml2 20s linear infinite;
 -webkit-animation:wml2 20s linear infinite;
-o-animation:wml2 20s linear infinite;}


@keyframes wml2 {  
    from {  
    transform:rotateZ(-360deg);  
    -ms-transform:rotateZ(-360deg);  
    -webkit-transform:rotateZ(-360deg);  
    -o-transform:rotateZ(-360deg);  
    -moz-transform:rotateZ(-360deg)  
}  
to {  
    transform:rotateZ(0);  
    -ms-transform:rotateZ(0);  
    -webkit-transform:rotateZ(0);  
    -o-transform:rotateZ(0);  
    -moz-transform:rotateZ(0)  
} 
}

.txt04{
animation:wm3 20s linear infinite;
-moz-animation:wm3 20s linear infinite;
 -webkit-animation:wm3 20s linear infinite;
-o-animation:wm3 20s linear infinite;}


@keyframes wm3 {  
    from {  
    transform:rotateZ(0);  
    -ms-transform:rotateZ(0);  
    -webkit-transform:rotateZ(0);  
    -o-transform:rotateZ(0);  
    -moz-transform:rotateZ(0)  
}  
to {  
    transform:rotateZ(-360deg);  
    -ms-transform:rotateZ(-360deg);  
    -webkit-transform:rotateZ(-360deg);  
    -o-transform:rotateZ(-360deg);  
    -moz-transform:rotateZ(-360deg)  
} 
}

.xx1{    position: absolute;z-index:999;
  -webkit-animation: yidong 5s infinite linear;
    animation: yidong 5s infinite linear;}

@-webkit-keyframes yidong{
  0%{
    top:0%;
    height:100px;
  }
  100%{
    top:110%;
    height:50px;
  }
}

.xx22{    position: absolute;z-index:999;
  -webkit-animation: yidong1 5s infinite linear;
    animation: yidong1 5s infinite linear;
animation-delay:1.5s;}

@-webkit-keyframes yidong1{
  0%{
    top:0%;
    height:100px;
  }
  100%{
    top:110%;
    height:50px;
  }
}







