/*底部栏*/

.footer-box {
	width: 100%;
	background-color: #25282f;
}

.footer-logo {
	width: 170px;
	height: 50px;
	margin: 26px auto 0;
}

#footer-left {
	float: left;
}

.link>ul {
	padding: 0;
	margin-top: 32px;
	margin-bottom: 30px;
	overflow: hidden;
}

.link>ul>li>a {
	font: 16px/14px "微软雅黑";
	color: #fafafa;
}

.link>ul>li {
	color: #bdbdbe;
	text-align: center;
	margin-top: 10px;
}
@media only screen and (min-width: 1025px) {
	.am-avg-lg-12 > li {
		width: 7.8%;
	}
	.am-avg-lg-12 > li:nth-child(even) {
		width: 3.7%;
	}
}
@media (max-width: 1024px) {
	.link>ul>li:nth-child(even) {
		display: none;
	}
}

@media (max-width: 1000px) {
	.link>ul>li {
		text-align: left;
		line-height: 28px;
	}
}

@media (max-width:840px) {
	.link>ul>i {
		display: none;
	}
}
@media (max-width:640px) {
	#footer-left > p {
		font: 14px/28px 微软雅黑 !important;
	}
}

@media only screen and (min-width: 1025px){
	.am-avg-lg-12 > li:nth-of-type(12n + 1) {
		clear: none;
	}
}
#footer-left>p {
	font: 14px/39px "微软雅黑";
	color: #fafafa;
	margin: 0;
}

#footer-left>p>a {
	font: 14px/28px "微软雅黑";
	color: #fafafa;
	margin: 0;
}
.tel{
	color: #fafafa !important;
}
.tel>i{
	font-size:32px;
}
#footer-left>img {
	margin-top: 16px;
}

#footer-right {
	float: right;
}

@media (max-width:1028px) {
	#footer-right {
		float: left;
	}
	.phone {
		float: left !important;
	}
	#footer-right {
		margin-top: 20px;
	}
}

@media (min-width:1000px) {
	.phone {
		margin-left: -32px;
	}
}

#footer-right p {
	height: 4px;
	margin-bottom: 28px;
}

.RichScan {
	width: 190px;
}

.microblog {
	width: 82px;
	float: left;
}

.microblog img {
	display: block;
	margin: 0 auto;
}

.microblog>i {
	text-align: center;
	display: block;
	font-size: 32px;
	line-height: 32px;
	color: #fff;
	margin-bottom: 10px;
}

.WeChat {
	width: 82px;
	float: right;
}

.WeChat img {
	display: block;
	margin: 0 auto;
}

.WeChat>i {
	text-align: center;
	display: block;
	font-size: 32px;
	line-height: 32px;
	color: #fff;
	margin-bottom: 10px;
	-webkit-text-stroke-width: 0.2px;
	-webkit-font-smoothing: antialiased;
}

.service {
	width: 120px;
	height: 36px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
}

.service a {
	font: 20px/36px "微软雅黑";
	color: #fafafa;
	text-align: left;
}

.service a>i {
	font-size: 32px;
	line-height: 36px;
}

.phone {
	display: inline-block;
	font: 26px/36px "微软雅黑";
	color: #fafafa;
	font-weight: bold;
}

.phone>i {
	font-size: 32px;
}

#footer-right .service img {
	margin: 0 0 0 10px;
	display: inline-block;
	position: absolute;
	top: 0;
}

.footer-bottom {
	width: 100%;
	border-top: 1px solid #fafafa;
	margin-top: 20px;
}

.footer-bottom p {
	font: 14px/40px "微软雅黑";
	color: #fafafa;
}

.copy {
	margin: 0;
}

@media only screen and (max-width:640px) {
	.copy {
		margin-bottom: 49px;
	}
}

@media (min-width:0) and (max-width:1000px) {
	#sm-footer {
		display: block !important;
		z-index: 9999;
	}
}

#credit {
	margin-top: 24px;
}


/*footer end*/

.am-with-fixed-navbar {
	padding: 0;
}