.onccfooter {
	display: none;
}

#footer {
	display: block;
	width: 100%;
	color: #000000;
	background-color: #f3f3f3;
	font-family: ·L³n¥¿¶ÂÅé, Arial, Helvetica, sans-serif;
	overflow: hidden;
}

#footer a {
	color: #000000;
	text-decoration: none;
	font-family: ·L³n¥¿¶ÂÅé, Arial, Helvetica, sans-serif;
}

#footer .container {
	display: block;
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0 30px 0;
}

#footer .copy-right-wrapper {
	background-color: #d1d1d1;
}

#footer .copy-right-wrapper .copyright {
	display: block;
	font-size: 12px;
	padding-top: 30px;
	padding-bottom: 50px;
	overflow: hidden;
}

#footer .copy-right-wrapper .copyright .item {
	display: inline;
	float: left;
}

#footer .copy-right-wrapper .copyright .splitor {
	display: inline;
	float: left;
	margin: 0 8px;
}

#footer .copy-right-wrapper .copyright .copyright-reserved {
	display: inline;
	float: left;
	margin-left: 50px;
}

#footer .container .line {
	display: block;
	width: 100%;
	height: 1px;
    margin: 21px 0 26px 0;
	background-color: #dadada;
}

#footer .container .sitemap {
	display: block;
	width: 100%;
	overflow: hidden;
}

#footer .container .sitemap .section {
	display: inline;
	float: left;
	margin-right: 31px;
}

#footer .container .sitemap .section ul {
	padding-left: 0px;
}

#footer .container .sitemap .section ul.sublist {
	margin-left: 22px;
}

#footer .container .sitemap .section ul li {
	position: relative;
	margin-bottom: 8px;
	font-size: 12px;
	list-style: none;
}

#footer .container .sitemap .section ul li:before {
	position: absolute;
	top: 0px;
    display: inline-block;
    content: '.';
    font-size: 21px;
    line-height: 0px;
}

#footer .container .sitemap .section ul.sublist li:before {
	content: '';
}

#footer .container .sitemap .section ul li a, #footer .container .sitemap .section ul li div {
	margin-left: 9px;
}

#footer .container .sitemap .section ul.sublist li a {
	margin-left: 0;
}

#footer .container .sitemap .section .section-name {
	font-size: 14px;
	font-weight: bold;
}