/*底部*/

.footer {
	width: 100%;
	background: #fff;
	margin: 60px auto 0;
	padding: 60px 0;
}

.footerBox {
	width: 1180px;
	margin: 0 auto;
}

.fLogo {
	width: 220px;
	height: 170px;
	margin-right: 50px;
}

.fLogo img {
	width: 100%;
	height: 100%;
}

.fcenTop ul li {
	width: 180px;
	text-align: left;
	float: left;
	margin-top: 20px;
}

.fcenTop ul li p a{
	color: #999;
	font-size: 14px;
	line-height: 32px;
}

.fcenTop ul li p:nth-of-type(1) a{
	font-size: 16px;
}

.fcenBot {
	margin-top: 20px;
}

.fcenBot a {
	display: inline-block;
	width: 70px;
	height: 20px;
	margin-right: 10px;
}
.fcenBot a img{
	width: 100%;
	height: 100%;
}
.fRight {
	padding-top: 20px;
}
.fRight img{
	width: 120px;
	height: 120px;
}
.company {
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #999;
	margin-top: 30px;
}
.company a {
	font-size: 12px;
	color: #999;
}
.company a:hover {
	text-decoration: underline;
}