.pin1,.pin2{animation: 2s linear 0s normal none infinite scale;-moz-animation: 2s linear 0s normal none infinite scale;-ms-animation: 2s linear 0s normal none infinite scale;-o-animation: 2s linear 0s normal none infinite scale;-webkit-animation:2s linear 0s normal none infinite scale;}
.pin3,.pin4,.pin6,.pin8{animation: 1.5s linear 0s normal none infinite scale;-moz-animation: 1.5s linear 0s normal none infinite scale;-ms-animation: 1.5s linear 0s normal none infinite scale;-o-animation: 1.5s linear 0s normal none infinite scale;-webkit-animation:1.5s linear 0s normal none infinite scale;}
.pin5,.pin7{animation: 1.1s linear 0s normal none infinite scale;-moz-animation: 1.1s linear 0s normal none infinite scale;-ms-animation: 1.1s linear 0s normal none infinite scale;-o-animation: 1.1s linear 0s normal none infinite scale;-webkit-animation:1.1s linear 0s normal none infinite scale;}
@-webkit-keyframes scale{
0%{opacity: 0.3;
filter: alpha(opacity=0.3);}
50%{opacity: 1;
filter: alpha(opacity=100);}
100%{opacity: 0.3;
filter: alpha(opacity=0.3);}
}
@-moz-keyframes scale{
0%{opacity: 0.3;
filter: alpha(opacity=0.3);}
50%{opacity: 1;
filter: alpha(opacity=100);}
100%{opacity: 0.3;
filter: alpha(opacity=0.3);}
}

@-ms-keyframes scale{
0%{opacity: 0.3;
filter: alpha(opacity=0.3);}
50%{opacity: 1;
filter: alpha(opacity=100);}
100%{opacity: 0.3;
filter: alpha(opacity=0.3);}
}

@-o-keyframes scale{
0%{opacity: 0.3;
filter: alpha(opacity=0.3);}
50%{opacity: 1;
filter: alpha(opacity=100);}
100%{opacity: 0.3;
filter: alpha(opacity=0.3);}
}
/*首页字闪动end*/
.x_y{animation: 1.5s linear 0s normal none infinite rotate;-webkit-animation:1.5s linear 0s normal none infinite rotate;}
@-webkit-keyframes rotate{
0{-webkit-transform:scale(1)}
50%{-webkit-transform:scale(1.03)}
100%{-webkit-transform:scale(1)}

}
@-moz-keyframes rotate{
0{-moz-transform:scale(1)}
50%{-moz-transform:scale(1.03)}
100%{-moz-transform:scale(1)}

}
@-ms-keyframes rotate{
0{-ms-transform:scale(1)}
50%{-ms-transform:scale(1.03)}
100%{-ms-transform:scale(1)}
}
@-o-keyframes rotate{
0{-o-transform:scale(1)}
50%{-o-transform:scale(1.03)}
100%{-o-transform:scale(1)}
}
.by{position: absolute;left:50%;margin-left: -101px;top:323px;width: 202px;height: 202px;background:url(../images/by.png) no-repeat center center;animation: 6.5s linear 0s normal none infinite rotate1;-webkit-animation:6.5s linear 0s normal none infinite rotate1;}
.zzy{animation: 6.5s linear 0s normal none infinite rotate1;-webkit-animation:6.5s linear 0s normal none infinite rotate1;}

@-webkit-keyframes rotate1{
from{-webkit-transform:rotateZ(0deg)}
to{-webkit-transform:rotateZ(-360deg)}
}
@-moz-keyframes rotate1{
from{-moz-transform:rotateZ(0deg)}
to{-moz-transform:rotateZ(-360deg)}
}
@-ms-keyframes rotate1{
from{-ms-transform:rotateZ(0deg)}
to{-ms-transform:rotateZ(-360deg)}
}
@-o-keyframes rotate1{
from{-o-transform:rotateZ(0deg)}
to{-o-transform:rotateZ(-360deg)}
}
