@media screen and (min-width:770px) and (max-width:1920px){
.indbsf{transform:scale(0); transition:all 0.2s;}
.active .indbsf{transform:scale(1); transition:all 1s 0.6s;}

.indb_nr li:nth-child(1){ margin-top:400px; transition:all 0.2s;}
.active .indb_nr li:nth-child(1){ margin-top:0px; transition:all 1s 0.6s;}

.indb_nr li:nth-child(2){ margin-top:400px; transition:all 0.2s;}
.active .indb_nr li:nth-child(2){ margin-top:85px; transition:all 1s 0.6s;}

.indb_nr li:nth-child(3){ margin-top:400px; transition:all 0.2s;}
.active .indb_nr li:nth-child(3){ margin-top:70px; transition:all 1s 0.6s;}

.indb_nr li:nth-child(4){ margin-top:400px; transition:all 0.2s;}
.active .indb_nr li:nth-child(4){ margin-top:-20px; transition:all 1s 0.6s;}

.indc_tit{transform:scale(0); transition:all 0.2s;}
.active .indc_tit{transform:scale(1); transition:all 1s 0.6s;}

.indc_more{ margin-right:100px; opacity:0; transition:all 0.2s;}
.active .indc_more{margin-right:0px; opacity:1; transition:all 0.5s 0.6s;}

.indc_fl li:nth-child(1){margin-right:100px; opacity:0; transition:all 0.2s;}
.active .indc_fl li:nth-child(1){margin-right:35px; opacity:1; transition:all 0.8s 3s;}

.indc_fl li:nth-child(2){margin-right:100px; opacity:0; transition:all 0.2s;}
.active .indc_fl li:nth-child(2){margin-right:35px; opacity:1; transition:all 0.8s 2.2s;}

.indc_fl li:nth-child(3){margin-right:100px; opacity:0; transition:all 0.2s;}
.active .indc_fl li:nth-child(3){margin-right:35px; opacity:1; transition:all 0.8s 1.4s;}

.indc_nr{transform:scale(0); transition:all 0.2s;}
.active .indc_nr{transform:scale(1); transition:all 1s 0.6s;}

.indc_jt{ width:14%; transition:all 0.2s;}
.active .indc_jt{width:74%; transition:all 1s 1s;}

.indd_tit{transform:scale(0); transition:all 0.2s;}
.active .indd_tit{transform:scale(1); transition:all 1s 0.6s;}

.indd_nr li{ padding-top:100%; transition:all 0.2s;}
.active .indd_nr li{ padding-top:0%; transition:all 1s 0.6s;}

.inde_title{transform:scale(0); transition:all 0.2s;}
.active .inde_title{transform:scale(1); transition:all 1s 0.6s;}

.inde_fl li:nth-child(1){margin-top:100px; opacity:0; transition:all 0.2s;}
.active .inde_fl li:nth-child(1){margin-top:0px; opacity:1; transition:all 0.8s 0.6s;}

.inde_fl li:nth-child(2){margin-top:100px; opacity:0; transition:all 0.2s;}
.active .inde_fl li:nth-child(2){margin-top:0px; opacity:1; transition:all 0.8s 1.2s;}

.inde_fl li:nth-child(3){margin-top:100px; opacity:0; transition:all 0.2s;}
.active .inde_fl li:nth-child(3){margin-top:0px; opacity:1; transition:all 0.8s 2s;}

.inde_nr li:nth-child(1){ margin-left:100%; opacity:0; transition:all 0.2s;}
.active .inde_nr li:nth-child(1){margin-left:0px; opacity:1; transition:all 0.8s 0.6s;}

.inde_nr li:nth-child(2){ margin-left:100%; opacity:0; transition:all 0.2s;}
.active .inde_nr li:nth-child(2){margin-left:0px; opacity:1; transition:all 0.8s 1.2s;}

.inde_nr li:nth-child(3){ margin-left:100%; opacity:0; transition:all 0.2s;}
.active .inde_nr li:nth-child(3){margin-left:0px; opacity:1; transition:all 0.8s 2s;}

}