@charset "UTF-8";

#skip {
	position:relative;
	z-index:9999
} 
#skip a {
	position:absolute;
	top:-40px;
	left:0;
	width:100%;
	padding:5px 0;
	background-color:#033478;
	font-size:14px;
	line-height:30px;
	color:#fff;
	text-align:center;
	transition:all 0.4s
} 
#skip a:hover,
#skip a:focus,
#skip a:active {
	top:0;
	text-decoration:none
}
.hide {
	position:fixed;
	top:-100px;
	left:-100px;
	width:1px;
	height:1px;
	overflow:hidden;
	color:#000;
	background:#fff
}