.banner-block .banenr-list .banner-slogan-box h3,
.slick-active .banner-slogan-box h2{
    opacity: 0;
}
.slick-active .banner-slogan-box h2{
    animation: fadeInUp .8s ease 0s 1 forwards;
}
.slick-active .banner-slogan-box h3{
    animation: fadeInUp .8s ease .1s 1 forwards;
}

    .banner-link,
    .index-products-block .en-title,
    .index-products-block .ch-title,
    .index-products-slick,
    .index-products-arrow,
    .index-video-left,
    .index-video-right .en-title,
    .index-video-right .ch-title,
    .index-video-right .index-p,
    .index-video-right .link-box,
    .index-application-left .en-title,
    .index-application-left .ch-title,
    .index-application-left .index-p,
    .application-slick-navigation,
    .index-application-right,
    .index-news-block .en-title,
    .index-news-block .ch-title,
    .index-news-slick-box{
        opacity: 0;
    }
    .section.active .banner-link{
        animation: fade .8s ease 0s 1 forwards;
    }
    .section.active .index-video-left,
    .section.active .index-application-right{
        animation: fade .8s ease .2s 1 forwards;
    }
    .section.active .index-products-block .en-title,
    .section.active .index-video-right .en-title,
    .section.active .index-application-left .en-title,
    .section.active .index-news-block .en-title{
        animation: fade-left .8s ease .1s 1 forwards;
    }
    .section.active .index-products-block .ch-title,
    .section.active .index-video-right .ch-title,
    .section.active .index-application-left .ch-title,
    .section.active .index-news-block .ch-title{
        animation: fade-right .8s ease .2s 1 forwards;
    }
    .section.active .index-products-slick,
    .section.active .index-video-right .index-p,
    .section.active .index-application-left .index-p,
    .section.active .index-news-slick-box{
        animation: fadeInUp .8s ease .3s 1 forwards;
    }
    .section.active .index-products-arrow,
    .section.active .index-video-right .link-boxm,
    .section.active .application-slick-navigation,
    .section.active .index-video-right .link-box{
        animation: fade .8s ease .4s 1 forwards;
    }
