@charset "utf-8";
/* CSS Document */
/**
* author sirius
**/
/*首页*/



@keyframes first_dmove{
	from{top: 8px;}
	to{opacity: 0;top: 27px;}
}
@-webkit-keyframes first_dmove{
	from{top: 8px;}
	to{opacity: 0;top: 27px;}
}
@-moz-keyframes first_dmove{
	from{top: 8px;}
	to{opacity: 0;top: 27px;}
}