@charset "utf-8";
/* 彩色人物 Start */
@-ms-keyframes logo{
	from{ filter:alpha(opacity=0); opacity:0; }
	to{ }
}
@-moz-keyframes logo{
	from{ filter:alpha(opacity=0); opacity:0; }
	to{ }
}
@-o-keyframes logo{
	from{ filter:alpha(opacity=0); opacity:0; }
	to{ }
}
@-webkit-keyframes logo{
	from{ filter:alpha(opacity=0); opacity:0; }
	to{ }
}
@keyframes logo{
	from{ filter:alpha(opacity=0); opacity:0; }
	to{ }
}

#header .logo{
	animation:'logo' 0.8s ease-in-out 0.0s normal forwards;
	-ms-animation:logo 0.8s ease-in-out 0.0s normal forwards;
	-moz-animation:logo 0.8s ease-in-out 0.0s normal forwards;
	-o-animation:'logo' 0.8s ease-in-out 0.0s normal forwards;
	-webkit-animation:'logo' 0.8s ease-in-out 0.0s normal forwards;
}
/* 彩色人物 End */


/* 大标题 Start */
@-ms-keyframes topic{
	from{ transform:scale(6,6); filter:alpha(opacity=0); opacity:0; }
	50%{ transform:scale(6,6); filter:alpha(opacity=0); opacity:0; }
	to{ filter:alpha(opacity=100); opacity:1; }
}
@-moz-keyframes topic{
	from{ transform:scale(6,6); filter:alpha(opacity=0); opacity:0; }
	50%{ transform:scale(6,6); filter:alpha(opacity=0); opacity:0; }
	to{ filter:alpha(opacity=100); opacity:1; }
}
@-o-keyframes topic{
	from{ transform:scale(6,6); filter:alpha(opacity=0); opacity:0; }
	50%{ transform:scale(6,6); filter:alpha(opacity=0); opacity:0; }
	to{ filter:alpha(opacity=100); opacity:1; }
}
@-webkit-keyframes topic{
	from{ transform:scale(6,6); filter:alpha(opacity=0); opacity:0; }
	50%{ transform:scale(6,6); filter:alpha(opacity=0); opacity:0; }
	to{ filter:alpha(opacity=100); opacity:1; }
}
@keyframes topic{
	from{ transform:scale(6,6); filter:alpha(opacity=0); opacity:0; }
	50%{ transform:scale(6,6); filter:alpha(opacity=0); opacity:0; }
	to{ filter:alpha(opacity=100); opacity:1; }
}

#header .topic{
	animation:'topic' 1.2s ease-in-out 0.0s normal forwards;
	-ms-animation:topic 1.2s ease-in-out 0.0s normal forwards;
	-moz-animation:topic 1.2s ease-in-out 0.0s normal forwards;
	-o-animation:'topic' 1.2s ease-in-out 0.0s normal forwards;
	-webkit-animation:'topic' 1.2s ease-in-out 0.0s normal forwards;
}
/* 大标题 End */