.news-list-box,
.news-edit-box,
.index-banner-slong,
.contact-from ul{
	opacity: 0;
}


.active .index-banner-slong span:before,.active  .index-video-slong span:before{
	transform: scale(0);
	transform-origin: left;
	animation: line .8s linear 0.5s 1 forwards;
}
.active  .index-banner-slong span:after,.active  .index-video-slong span:after{
	transform: scale(0);
	transform-origin: left;
	animation: line .8s linear 1s 1 forwards;
}
.active .news-list-box{
	animation: fade .8s linear 0.5s 1 forwards;
}
.active .news-edit-box{
	animation: fade .8s linear 0.7s 1 forwards;
}
.index-banner-slong{
	animation: fade 1s linear 0s 1 forwards;
}
.active .contact-from ul{
	animation: fade 1s linear 0s 1 forwards;
}