
.show{
    position: absolute;
    top: 0;
    margin:auto;
    width: 100%;
    height: 100%;
}
.show div{
    background-size:100% auto !important;
    -webkit-background-size:100% auto !important;
    -moz-background-size:100% auto !important;
    -ms-background-size:100% auto !important;
    -o-background-size:100% auto !important;
    position: absolute;
    margin: auto;
}
.dy{
    background:url("./dy.png") no-repeat center center;
    width:170px ;
    height: 197px;
    top: 450px;
    left: 300px;
}
.dynr{
    background:url("./dynr.png") no-repeat center center;
    width:821px ;
    height: 177px;
    top: 450px;
    left: 500px;
}
.fist{
    background:url("./fist.png") no-repeat center center;
    width:268px ;
    height: 392px;
    top: 97px;
    left: 300px;
    animation: fist 3s;
    opacity: 1;
}
@keyframes fist{
  0%{
    transform: translateY(80%);
    opacity: 0;
  }
  100%{
    transform: translateY(0);
    opacity: 1;
  }
}




.words{
    width: 700px;
    height: 270px;
    position: absolute;
    top: 79px;
    left: 570px;
    margin: auto;
}
.words div{
    position: absolute;
    margin: auto;
    background-size:100% auto !important;
    -webkit-background-size:100% auto !important;
       -moz-background-size:100% auto !important;
        -ms-background-size:100% auto !important;
         -o-background-size:100% auto !important;
    animation-name: style1;
}
.words div:nth-child(1) { animation-delay: 0.0s }
.words div:nth-child(2) { animation-delay: 0.2s }
.words div:nth-child(3) { animation-delay: 0.4s }
.words div:nth-child(4) { animation-delay: 0.6s }
.words div:nth-child(5) { animation-delay: 0.8s }
.words div:nth-child(6) { animation-delay: 1s }
.words div:nth-child(7) { animation-delay: 1.2s }
.words div:nth-child(8) { animation-delay: 1.4s }
.words div:nth-child(9) { animation-delay: 1.6s }

.words div {
    animation-duration: 1.5s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}
@keyframes style1{
    from, 20%, 53%, 80%, to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transform: translate3d(0,0.5,0);
    }
    40%, 43% {
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transform: translate3d(0px, -20px, 0);
    }
}
.words .in1{
    width:157px;
    height:137px;
    background: url(./page1Img/1.png) no-repeat center center;
    top: 0;
}
.words .in2{
    width:157px;
    height:137px;
    background: url(./page1Img/2.png) no-repeat center center;
    left:150px;
    top: 0;
}
.words .in3{
    width:156px;
    height:137px;
    background: url(./page1Img/3.png) no-repeat center center;
    left:300px;
    top: 0;
}
.words .in4{
    width:97px;
    height:46px;
    background: url(./page1Img/4.png) no-repeat center center;
    left:0;
    top: 180px;
}
.words .in5{
    width:170px;
    height:156px;
    background: url(./page1Img/5.png) no-repeat center center;
    left:100px;
    top: 180px;
}
.words .in6{
    width:170px;
    height:156px;
    background: url(./page1Img/6.png) no-repeat center center;
    left:250px;
    top: 180px;
}
.words .in7{
    width:167px;
    height:155px;
    background: url(./page1Img/7.png) no-repeat center center;
    left:400px;
    top: 180px;
}
.words .in8{
    width:172px;
    height:152px;
    background: url(./page1Img/8.png) no-repeat center center;
    left:550px;
    top: 180px;
}
.words .in9{
    width:97px;
    height:46px;
    background: url(./page1Img/4.png) no-repeat center center;
    left:750px;
    top: 180px;
}