.footer {
	position: relative;
	background: url("../image/b79141ad839d248c059ce75a021872e9.jpg") no-repeat center 0;
}

.footer-logo {
	margin-bottom: 15px;
}

.footer-solgan {
	margin-bottom: 36px;
}

.footer .footer-light {
	color: #b3b2b2;
}

.footer-main {
	width: 1200px;
	margin: 0 auto;
	height: 360px;
	padding-top: 50px;
	overflow: hidden;
}

.footer-col {
	float: left;
}

.footer-col-title {
	margin-bottom: 20px;
	line-height: 14px;
	margin-top: 11px;
}

.footer-col-brand {
	width: 230px;
	position: relative;
}

.footer-col-brand img,
.footer-col-brand a {
	display: block;
}

.footer-col-brand a img {
	width: 34px;
}

.footer-col-brand a {
	margin-bottom: 14px;
}

.footer-col-nav {
	width: 220px;
	margin-right: 65px;
}

.footer-col-nav a {
	margin-top: 10px;
	display: block;
}

.footer-col-tips {
	width: 220px;
	margin-right: 65px;
}

.footer-col-tips span {
	display: block;
	margin-top: 20px;
}

.footer-col-about {
	width: 400px;
	text-align: justify;
}

.footer-erweima {
	display: none;
	position: absolute;
	width: 160px;
	right: 20px;
	bottom: 0;
	-webkit-animation: fterweima .35s ease-in-out forwards;
	animation: fterweima .35s ease-in-out forwards;
}

.footer-erweima img {
	display: block;
	width: 160px;
}

.footer-col p,
.footer-col a {
	color: #fff;
	font-size: 12px;
	text-align: justify;
	line-height: 17px;
}

.footer-copyright {
	width: 100%;
	text-align: center;
	line-height: 39px;
	font-size: 12px;
	color: #878787;
	border-top: 1px solid #8D8D8D;
}

@-webkit-keyframes fterweima {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fterweima {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

/** web-im start **/
#webIm {
	position: fixed;
	right: -3px;
	bottom: 30px;
	display: inline-block;
	width: 70px;
	height: 70px;
	background: url(../image/im-icon.png) center center no-repeat;
	background-size: 100%;
	cursor: pointer;
	text-decoration: none;
}

#webIm:hover,
#webIm:focus,
#webIm:active {
	color: #73472E;
}

#webIm span {
	margin-top: 45px;
	width: 100%;
	display: inherit;
	text-align: center;
	font-size: 12px;
	color: #73472E;
}

/** web-im end **/
