.contact-info-form,
.index-list,
.main-info-title,
.main-info-img-box,
.edit-box{
	opacity: 0;
}

.index-banner-img.slick-active{
	animation: scale-b-out 3s linear 0s 1 forwards;
}
.index-list{
	animation: fade .8s linear .1s 1 forwards;
}

.main-info-title{
	animation: fade .8s linear .3s 1 forwards;
}
.main-info-img-box{
	animation: fade .8s linear .5s 1 forwards;
}
.edit-box{
	animation: fade .8s linear .7s 1 forwards;
}

.main-bg-box span,
.index-banner-img span{
	animation: scale-b-fade 1.5s linear 0s 1 forwards;
}
.contact-box{
	box-shadow: none;
	transition: all .3s linear
}
.contact-box.active{
	box-shadow:rgba(255, 255, 255, 0.5) 0px 0px 80px 4px,
             rgba(255, 255, 255, 0.5) 0px 0px 71px inset;
}
.contact-info-form{
	animation: fade .5s linear .3s 1 forwards;
}