﻿/* footer 布局 */
.n_footer_left {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 60px;
	text-align: center;
}
.n_footer_content {
	padding: 10px 0px 0px 20px;
	margin-left: 200px;
	height: 50px;
	position: relative;
	font-size: 12px;
	font-family: 宋体, Arial, Helvetica, sans-serif;
	line-height: 20px;
}
.n_footer {
	border-style: solid;
	border-width: 1px 1px 8px 1px;
	border-color: #7AC4EA;
	position: relative;
	width: 948px;
	height: 60px;
	background-color: #FFFFFF;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
.f_links{
  border-style: solid;
	border-width: 1px;
	border-color: #999999;
	width: 948px !important;       /*mozilla & IE6*/
	width /**/: 948px;               /*IE 5.x*/
	position: relative;
	background-color:#FFFFFF;
}
.f_links a{
	float:left;display: block;width:15%;text-align:center;overflow:hidden;
}

div.clear-both {
	clear: both;
	display: block;
}


/*列表*/
.sixlie_list {
	list-style: none;
	line-height: 20px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	height: 100%;
}
.sixlie_list li {
	overflow: hidden;
	background: no-repeat 0.5em 0.4em;
	float: left;
	width: 15%;
	height: 20px;
	text-align: center;
}
.footer_link {
	padding: 10px;
	width: 928px;
	height: 100%;
	border: 1px solid #7AC4EA;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-color: #FFFFFF;
}

