@media screen and (min-width:1201px) {
    .sec1 .firContent .firTop,
    .sec1 .secContent {
        visibility: hidden;
    }
    .sec1.swiper-slide-active .firContent .firTop {
        visibility: visible;
        -webkit-animation-duration: .8s;
        animation-duration: .8s;
        animation-delay: 0.3s;
        -webkit-animation-delay: 0.3s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: slideInDown;
        animation-name: slideInDown;
    }
    .sec1.swiper-slide-active .secContent {
        visibility: visible;
        -webkit-animation-duration: .8s;
        animation-duration: .8s;
        animation-delay: 0.6s;
        -webkit-animation-delay: 0.6s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: slideInUp;
        animation-name: slideInUp;
    }
    .header,
    .ind01 .top,
    .ind01 .Nav_next,
    .ind02 .work,
    .ind02 .interact,
    .ind02 .government {
        visibility: hidden;
    }
    .sec2.swiper-slide-active .header {
        visibility: visible;
        -webkit-animation-duration: .8s;
        animation-duration: .8s;
        animation-delay: 0.8s;
        -webkit-animation-delay: 0.8s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: slideInDown;
        animation-name: slideInDown;
    }
    .sec2.swiper-slide-active .ind01 .top,
    .sec2.swiper-slide-active .ind01 .Nav_next,
    .sec2.swiper-slide-active .ind02 .work,
    .sec2.swiper-slide-active .ind02 .interact,
    .sec2.swiper-slide-active .ind02 .government {
        visibility: visible;
        -webkit-animation-duration: .8s;
        animation-duration: .8s;
        animation-delay: 1s;
        -webkit-animation-delay: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: slideInUp;
        animation-name: slideInUp;
    }
    .sec2.swiper-slide-active .ind01 .Nav_next {
        animation-delay: 1.2s;
        -webkit-animation-delay: 1.2s;
    }
    .sec2.swiper-slide-active .ind02 .work {
        animation-delay: 1.4s;
        -webkit-animation-delay: 1.4s;
    }
    .sec2.swiper-slide-active .ind02 .interact {
        animation-delay: 1.6;
        -webkit-animation-delay: 1.6s;
    }
    .sec2.swiper-slide-active .ind02 .government {
        animation-delay: 1.8s;
        -webkit-animation-delay: 1.8s;
    }
}