#loutinav {
	position: fixed;
	top: 100px;
	left: 305px;
	z-index: 999;
	display: none;
	background: #444851;
}

#loutinav .fl_nav, #loutinav li {
	width: 38px;
	border: 1px solid #e6e6e6;
	text-align: center;
}

#loutinav .fl_nav {
	background: #ff0051;
	color: #fff;
	font-size: 13px;
}

#loutinav ul li {
	width: 38px;
	height: 68px;
	border-bottom: 1px dotted #DDDDDD;
	list-style: none;
	font-size: 12px;
	text-align: center;
	position: relative;
	cursor: pointer;
	color: #6b5353;
	font-family: 'microsoft yahei';
	cursor: pointer;
	color: #fff;
}

#loutinav ul li span {
	height: 12px;
	line-height: 12px;
	padding-top: 8px;
	padding-bottom: 1px;
	cursor: pointer;
	font-family: Arial, "Microsoft Yahei";
}

#loutinav ul li p {
	line-height: 16px;
	overflow: hidden;
	cursor: pointer;
	padding: 0 5px;
}

#loutinav .fl_goto li {
	height: 29px;
	text-align: center;
}

#loutinav ul li span {
	color: #fff;
}

#loutinav ul li.active span {
	color: #fff;
	width: 100%;
	padding: 0 11px;
}

#loutinav ul li.active p {
	color: #fff;
	background: #ed145b;
}

#loutinav b {
	display: none;
}

#loutinav ul li p:hover {
	background: #ed145b;
}

#loutinav ul.fl_goto li.flTop a:hover {
	background: url(../img/ui.png) no-repeat -216px -78px;
}

#loutinav ul.fl_goto li.fl_bottom a:hover {
	background: url(../img/ui.png) no-repeat -216px -26px;
}

#header {
	width: 1000px;
	height: 1000px;
	background: #cc6633;
	margin: 0 auto;
	font-size: 50px;
	line-height: 1000px;
	text-align: center;
	color: #000;
}

#loutinav ul.fl_goto li.fl_bottom a {
	background: url(../img/ui.png) no-repeat -216px 0;
}

#main {
	width: 1000px;
	background: #66ff66;
	margin: 0 auto;
}

#main .louti {
	height: 600px;
	width: 1000px;
	font-size: 50px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 600px;
}

#loutinav .fl_goto .flTop a, #loutinav .fl_goto .fl_bottom a {
	display: inline-block;
	width: 17px;
	height: 9px;
	background: url(../img/ui.png) -216px -52px no-repeat;
	margin-top: 10px;
}