/*关于我们页尾*/
.site-footer {

}
.footer {
	width: 100%;
	height: 150px;
	background-color: #f5f5f5;
}
.footer-content {
	box-sizing: border-box;
	width: 1170px;
	height: 120px;
	margin: 0 auto;
	padding: 30px 48px 0 154px;
}
.logo-foot {
	width: 118px;
}
.logo-img-foot {
	width: 118px;
	height: 24px;
	background-image: url('../img/logodefault.png');
	background-repeat: no-repeat;
}
.slogan-tel-email {
	margin-top: 10px;
}
.slogan, .tel, .email {
	color: #555555;
	font-family: 'Microsoft YaHei';
	font-size: 14px;
}
.tel, .email {
	margin-left: 20px;	
}
.company-info {
	margin-top: 10px;
	color: #555555;
	font-family: 'Microsoft YaHei';
	font-size: 12px;
	opacity: 0.5;
}
/*页面中的图标的自定义样式*/
.icon-tel,.icon-email  {
	margin-right: 3px;
	font-size: 18px;
	color: #272636;
	vertical-align: -1px;
}
.icon-email {
	font-size: 25px;
	vertical-align: -3px;
}