@charset "utf-8";
/* CSS 执行文件 */

/*此处设置是无限循环*/
.animated .action_d, .animated .part-show .web-layer, .part02.animated .com-part-show, .animated .part-show .show-left, .animated .part-show .show-right, .part04.animated .part-show li, .part05.animated .part-show .comp-layer, .h-part2.animated .part-show {
	visibility: visible;
	-webkit-animation-duration: 0.8s;
	animation-duration: 0.8s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.animated .scroll-up {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
.animated .scroll-left {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
.animated .scroll-right {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
.animated .scroll-down {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}


/*新增*/
.animated .scroll-outright {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight
}





/*此处是消失作用*/
.scroll-up, .scroll-left, .scroll-right {
	visibility: hidden;
}

