body{direction:rtl; margin:0; padding:0; font:normal 11px/18px tahoma;}
figure{margin:0; padding:0; position:relative; overflow:hidden}
ul{list-style:none; margin:0; padding:0}
a{text-decoration:none;}
#f-bg-image{position:fixed; top:-20px; left:-20px; right:-20px; bottom:-20px; overflow:hidden; z-index:0}
#f-bg-image img{
	width:100%; height:auto; position:absolute; top:0; left:0;
	-webkit-filter: blur(10px);
	-moz-filter: blur(10px);
	-ms-filter: blur(10px);
	-o-filter: blur(10px);
	filter: blur(10px);
}


#f-stage{
	position:absolute; top:0; bottom:0; overflow:hidden; left:50%; background:#fff;
	box-shadow:0 0 10px #666;
}
#f-stage .f-bg{position:absolute; top:0; left:0; right:0; bottom:0; display:none;}
#f-stage .f-bg img{width:100%; height:auto}
#f-stage .f-character{position:absolute; top:10%; left:10%; right:10%; bottom:2%; display:none;}
#f-stage .f-character img{width:auto; height:100%}

#f-stage .page-logo{position:absolute; top:15%; left:10%; bottom:15%; right:10%;}
#f-stage .page-logo>img{position:absolute; width:100%; height:auto; display:none}
#f-stage .page-logo>div{position:absolute; left:0; right:0; height:100%; overflow:hidden; display:none}


#f-stage .page-logo>div>img{position:absolute; width:100%; height:auto; left:0;}

#f-stage .menu{position:absolute; bottom:-60px; left:0; right:0; z-index:999; background:rgba(255,255,255,0.7);}
#f-stage .menu ul{display:table; width:100%;}
#f-stage .menu li{display:inline; float:right; width:25%; height:60px; position:relative;}
#f-stage .menu li:after{content:""; width:1px; height:40px; top:10px; left:0px; bottom:10px; background:#ccc; position:absolute}
#f-stage .menu li:last-child:after{background:none; width:0; height:0}
#f-stage .menu li .title{margin:0; padding:0;}
#f-stage .menu li .title a{
	display:block; width:100%; height:60px; text-align:center; line-height:60px; color:#999;
	-webkit-transition:all ease-out 0.3s;
	-moz-transition:all ease-out 0.3s;
	-ms-transition:all ease-out 0.3s;
	-o-transition:all ease-out 0.3s;
	transition:all ease-out 0.3s;
}
#f-stage .menu li .title a:hover{color:#333}

