@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@media (min-width: 1200px) {
    .active .lr_a1 {
        transition: none;
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
        animation-delay: 0.5s;
        -webkit-animation-delay: 0.5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        animation-name: fadeInLeftBig;
    }
    .active .rr_a1 {
        transition: none;
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
        animation-delay: 0.5s;
        -webkit-animation-delay: 0.5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        animation-name: fadeInRightBig;
    }
    .active .up_a1 {
        transition: none;
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        animation-delay: 0.5s;
        -webkit-animation-delay: 0.5s;
        animation-name: fadeInUp;
    }
    .active .down_a1 {
        transition: none;
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
        animation-delay: 0.5s;
        -webkit-animation-delay: 0.5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        animation-name: fadeInDown;
    }
}

/*动态延迟*/
.banner1 .banner-tt h3 p:nth-child(1) {
    animation-duration: 1s;
    -moz-animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    -webkit-animation-duration: 1s;
}
.banner1 .banner-tt h3 p:nth-child(2) {
    animation-duration: 1.1s;
    -moz-animation-duration: 1.1s;
    -webkit-animation-duration: 1.1s;
    -o-animation-duration: 1.1s;
    -webkit-animation-duration: 1.1s;
}
.banner1 .banner-tt h3 p:nth-child(3) {
    animation-duration: 1.2s;
    -moz-animation-duration: 1.2s;
    -webkit-animation-duration: 1.2s;
    -o-animation-duration: 1.2s;
    -webkit-animation-duration: 1.2s;
}
.banner1 .banner-tt h3 p:nth-child(4) {
    animation-duration: 1.3s;
    -moz-animation-duration: 1.3s;
    -webkit-animation-duration: 1.3s;
    -o-animation-duration: 1.3s;
    -webkit-animation-duration: 1.3s;
}
.banner1 .banner-tt h3 p:nth-child(5) {
    animation-duration: 1.4s;
    -moz-animation-duration: 1.4s;
    -webkit-animation-duration: 1.4s;
    -o-animation-duration: 1.4s;
    -webkit-animation-duration: 1.4s;
}
.banner1 .banner-tt h3 p:nth-child(6) {
    animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
}
.banner1 .banner-tt h3 p:nth-child(7) {
    animation-duration: 1.6s;
    -moz-animation-duration: 1.6s;
    -webkit-animation-duration: 1.6s;
    -o-animation-duration: 1.6s;
    -webkit-animation-duration: 1.6s;
}
.banner1 .banner-tt h3 p:nth-child(8) {
    animation-duration: 1.7s;
    -moz-animation-duration: 1.7s;
    -webkit-animation-duration: 1.7s;
    -o-animation-duration: 1.7s;
    -webkit-animation-duration: 1.7s;
}
.banner1 .banner-tt h3 p:nth-child(9) {
    animation-duration: 1.8s;
    -moz-animation-duration: 1.8s;
    -webkit-animation-duration: 1.8s;
    -o-animation-duration: 1.8s;
    -webkit-animation-duration: 1.8s;
}
.banner1 .banner-tt h3 p:nth-child(10) {
    animation-duration: 1.9s;
    -moz-animation-duration: 1.9s;
    -webkit-animation-duration: 1.9s;
    -o-animation-duration: 1.9s;
    -webkit-animation-duration: 1.9s;
}
.banner1 .banner-tt h3 p:nth-child(11) {
    animation-duration: 2s;
    -moz-animation-duration: 2s;
    -webkit-animation-duration: 2s;
    -o-animation-duration: 2s;
    -webkit-animation-duration: 2s;
}
.banner1 .banner-tt h3 p:nth-child(12) {
    animation-duration: 2.1s;
    -moz-animation-duration: 2.1s;
    -webkit-animation-duration: 2.1s;
    -o-animation-duration: 2.1s;
    -webkit-animation-duration: 2.1s;
}
.banner1 .banner-tt h3 p:nth-child(13) {
    animation-duration: 2.2s;
    -moz-animation-duration: 2.2s;
    -webkit-animation-duration: 2.2s;
    -o-animation-duration: 2.2s;
    -webkit-animation-duration: 2.2s;
}
.banner-tt h4 {
    animation-duration: 2.5s !important;
    -moz-animation-duration: 2.5s !important;
    -webkit-animation-duration: 2.5s !important;
    -o-animation-duration: 2.5s !important;
    -webkit-animation-duration: 2.5s !important;
}

.page-tt1 h3 p {
    animation-duration: 2.5s !important;
    -moz-animation-duration: 2.5s !important;
    -webkit-animation-duration: 2.5s !important;
    -o-animation-duration: 2.5s !important;
    -webkit-animation-duration: 2.5s !important;
}

.page-tt1 h3 p {
    color: #333333;
    font: 600 48px/66px "Microsoft yahei";
    display: inline-block;
}
.page-tt1 h3 p:nth-child(1) {
    animation-duration: 0.8s !important;
    -moz-animation-duration: 0.8s !important;
    -webkit-animation-duration: 0.8s !important;
    -o-animation-duration: 0.8s !important;
    -webkit-animation-duration: 0.8s !important;
}
.page-tt1 h3 p:nth-child(2) {
    animation-duration: 0.9s !important;
    -moz-animation-duration: 0.9s !important;
    -webkit-animation-duration: 0.9s !important;
    -o-animation-duration: 0.9s !important;
    -webkit-animation-duration: 0.9s !important;
}

.page-tt1 h3 p:nth-child(3) {
    animation-duration: 1s !important;
    -moz-animation-duration: 1s !important;
    -webkit-animation-duration: 1s !important;
    -o-animation-duration: 1s !important;
    -webkit-animation-duration: 1s !important;
}

.page-tt1 h3 p:nth-child(4) {
    animation-duration: 1.1s !important;
    -moz-animation-duration: 1.1s !important;
    -webkit-animation-duration: 1.1s !important;
    -o-animation-duration: 1.1s !important;
    -webkit-animation-duration: 1.1s !important;
}

.page-tt1 h3 p:nth-child(5) {
    animation-duration: 1.2s !important;
    -moz-animation-duration: 1.2s !important;
    -webkit-animation-duration: 1.2s !important;
    -o-animation-duration: 1.2s !important;
    -webkit-animation-duration: 1.2s !important;
}
.banner-line {
    animation-duration: 1.2s !important;
    -moz-animation-duration: 1.2s !important;
    -webkit-animation-duration: 1.2s !important;
    -o-animation-duration: 1.2s !important;
    -webkit-animation-duration: 1.2s !important;
}

.about-list li:nth-child(1) {
    animation-duration: 2.1s !important;
    -moz-animation-duration: 2.1s !important;
    -webkit-animation-duration: 2.1s !important;
    -o-animation-duration: 2.1s !important;
    -webkit-animation-duration: 2.1s !important;
}
.about-list li:nth-child(2) {
    animation-duration: 2.3s !important;
    -moz-animation-duration: 2.3s !important;
    -webkit-animation-duration: 2.3s !important;
    -o-animation-duration: 2.3s !important;
    -webkit-animation-duration: 2.3s !important;
}
.about-list li:nth-child(3) {
    animation-duration: 2.5s !important;
    -moz-animation-duration: 2.5s !important;
    -webkit-animation-duration: 2.5s !important;
    -o-animation-duration: 2.5s !important;
    -webkit-animation-duration: 2.5s !important;
}
