.bottom {
	width: 100%;
	height: 60px;
	border: 0px solid red;
	/* background-color: #eee; */
}

.footer {
	width: 1200px;
	height: 60px;
	position: relative;
	margin: 0 auto;
}

.footer .smArea {
	height: 18px;
	width: 200px;
	left: -6px;
	margin-top: 26px;
	z-index: 3;
	float: left;
}

.footer .smArea ul {
	height: 18px;
	width: 200px;
	border-top-width: 0;
	list-style: none outside none;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-radius: 0;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.footer .smArea ul li {
	height: 18px;
	line-height: 18px;
	width: 33.3333333333333%;
	float: left;
}

.footer .smArea ul li a {
	text-decoration: none;
	text-align: center;
	color: #333333;
	white-space: nowrap;
}

.footer .companyinfo {
	height: 32px;
	width: 630px;
	left: 600px;
	margin-top: 26px;
	z-index: 51;
	float: right;
	text-align: right;
	text-decoration: none;
	white-space: nowrap;
}

.footer .companyinfo a {
	text-decoration: none;
	text-align: right;
	white-space: nowrap;
	color: #333;
}

.footer .companyinfo a img {
	margin-top: -5px;
	margin-left: 2px;
	margin-right: 2px;
	vertical-align: middle;
}