.index-about {
    width: 100%;
    height: 400px;
    text-align: center;
    padding-top: 60px;
}
.aboutTitle {
    opacity: 0;
    -webkit-transform: translate3d(0px, 200px, 0px );
    transform: translate3d(0px, 200px, 0px );

    /*-webkit-transition:all 1000ms ease-out;*/
    /*transition:all 1000ms ease-out;*/
}
.longText {
    font-size: 20px;
    color: #3c3c3c;
    margin: 35px 0px 10px;
    opacity: 0;
    -webkit-transform: translate3d(0px, 200px, 0px );
    transform: translate3d(0px, 200px, 0px );
    line-height: 34px;
}
.secondTitle {
    font-size: 30px;
    color: #0b99e3;
    font-weight: bold;

    opacity: 0;
    -webkit-transform: translate3d(0px, 200px, 0px );
    transform: translate3d(0px, 200px, 0px );
}