* {
	margin: 0;
	padding: 0;
	font-family: 'microsoft yahei';
}

#loutinav {
	width: 35px;
	position: fixed;
	top: 100px;
	left: 50px;
	border: 1px solid #ddd;
	display: none;
	z-index: 999;
}

#loutinav ul li {
	width: 35px;
	height: 32px;
	border-bottom: 1px dotted #DDDDDD;
	list-style: none;
	font-size: 12px;
	text-align: center;
	position: relative;
	cursor: pointer;
	padding: 10px 0;
	background: #918888;
	color: #fff;
}

#loutinav ul li span {
	width: 35px;
	height: 32px;
	padding: 10px 0;
	position: absolute;
	top: 0;
	left: 0;
}



#loutinav ul li.last {
	background: #5e4a4a;
	color: #fff;
	border-bottom: 1px solid #ddd;
}

#loutinav ul li.active span {
	background: #c00;
	color: #fff;
	display: block;
}

#loutinav ul li:hover span {
	background: #c00;
	color: #fff;
	display: block;
}

#header {
	margin: 0 auto;
	 text-align: center;
	 color: #000;
}

#main {
	width: 1253px;
    padding-left: 59px;
	margin: 0 auto;
}

#main .louti {
	/*height: 190px;*/
	/*width: 1006px;*/
    width: 1253px;
	font-size: 50px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	/*line-height: 190px;*/
}


#footer {
	/*width: 1000px;
	height: 400px;
	background: red;
	margin: 0 auto;
	font-size: 50px;line-height: 400px;text-align: center;
	color: #000;*/
}