.scalemove{
    animation: scaleMove 0.5s 0.5s linear;
    -webkit-animation: scaleMove 0.5s 0.5s linear;
    -o-animation: scaleMove 0.5s 0.5s linear;
    -moz-animation: scaleMove 0.5s 0.5s linear;
    animation-fill-mode:forwards;
    -webkit-animation-fill-mode:forwards;
}
.p-big-txt-left-move{
    animation: widthXian1 1s 0.5s linear;
    -webkit-animation: widthXian1 1s 0.5s linear;
    -o-animation: widthXian1 1s 0.5s linear;
    -moz-animation: widthXian1 1s 0.5s linear;
    animation-fill-mode:forwards;
    -webkit-animation-fill-mode:forwards;
}
.p-big-txt-right-xian-move{
    animation: widthXian2 1s 0.5s linear;
    -webkit-animation: widthXian2 1s 0.5s linear;
    -o-animation: widthXian2 1s 0.5s linear;
    -moz-animation: widthXian2 1s 0.5s linear;
    animation-fill-mode:forwards;
    -webkit-animation-fill-mode:forwards;
}
.p-big-txt-cont-move{
    animation: heightMove 1s 1s linear;
    -webkit-animation: heightMove 1s 1s linear;
    -o-animation: heightMove 1s 1s linear;
    -moz-animation: heightMove 1s 1s linear;
    animation-fill-mode:forwards;
    -webkit-animation-fill-mode:forwards;
}
.i-wuliao-txt-move{
    animation: Ymove .5s 0s linear;
    -webkit-animation: Ymove .5s 0s linear;
    -o-animation: Ymove .5s 0s linear;
    -moz-animation: Ymove .5s 0s linear;
    animation-fill-mode:forwards;
    -webkit-animation-fill-mode:forwards;
}
.i-wuliao-img-move{
    animation: Fade .5s 0s linear;
    -webkit-animation: Fade .5s 0s linear;
    -o-animation: Fade .5s 0s linear;
    -moz-animation: Fade .5s 0s linear;
    animation-fill-mode:forwards;
    -webkit-animation-fill-mode:forwards;
}

@keyframes scaleMove {
    0% {
        transform: scale(0.1);
        -webkit-transform:scale(0.1);
        -moz-transform:scale(0.1);
        -o-transform:scale(0.1);
    }
    100% {transform: scale(1);
        -webkit-transform:scale(1);
        -moz-transform:scale(1);
        -o-transform:scale(1);
    }
}

@keyframes widthXian1 {
    0% {width:0;}
    100% {width:223px;}
}
@-webkit-keyframes widthXian1 {
    0% {width:0;}
    100% {width:223px;}
}
@-o-keyframes widthXian1 {
    0% {width:0;}
    100% {width:223px;}
}
@-moz-keyframes widthXian1 {
    0% { width:0; }
    100% { width:223px;}
}

@keyframes widthXian2 {
    0% {width:0;}
    100% { width:270px; }
}
@-webkit-keyframes widthXian2 {
    0% {width:0;}
    100% {width:270px;}
}
@-o-keyframes widthXian2 {
    0% {width:0;}
    100% {width:270px;}
}
@-moz-keyframes widthXian2 {
    0% {width:0;}
    100% {width:270px;}
}

@keyframes heightMove {
    0% {height:0;}
    100% {height:380px;}
}
@-webkit-keyframes heightMove {
    0% {height:0;}
    100% {height:380px;}
}
@-o-keyframes heightMove {
    0% {height:0;}
    100% {height:380px;}
}
@-moz-keyframes heightMove {
    0% {height:0;}
    100% {height:380px;}
}

@keyframes imgRot2 {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}
@-webkit-keyframes imgRot {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}
@-o-keyframes imgRot {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}
@-moz-keyframes imgRot {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}

@keyframes Ymove {
    0% {
        transform: translateY(100%);
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -o-transform: translateY(100%);
    }
    100% {transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
    }
}

@keyframes Fade {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
@-webkit-keyframes Fade {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
@-o-keyframes Fade {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
@-moz-keyframes Fade {
    0% { opacity: 0; }
    100% { opacity: 1; }
}