.footer{
	background-color: #32373A;
}
.footerList{
	float: left;
	margin: 40px 0;
	border-right: solid 1px #212426;
}
.footerList > li{
	margin: 0 120px 0 0;
	color: #fff;
	font-size: 18px;
}
.footerList > li > a{
	color: #fff;
}
.footerList > li > ul{
	margin: 10px 0 0 0;
}
.footerList > li > ul > li > a{
	display: block;
	padding: 12px 0 0; 
	font-size: 14px;
	color: #fff;
}
.footerInfo{
	float: right;
	margin: 40px 0;
}
.footerInfo > h3{
	margin: 0 0 30px 0;
	color: #fff;
	font-size: 24px;
}
.footerPhone{
	margin: 0 0 12px 0;
	padding: 0 0 0 32px;
	background-image: url(../index/footerIcon1.png);
	background-size: 24px 24px;
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 18px;
	color: #fff;
	line-height: 24px;
}
.footerPhone > a{
	color: #fff;
}
.footerAddr{
	padding: 0 0 0 32px;
	background-image: url(../index/footerIcon2.png);
	background-size: 24px 24px;
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 18px;
	color: #fff;
	line-height: 24px;
}
.copyRight{
	padding: 20px 0;
	background-color: #212426;
	font-size: 18px;
	color: #fff;
	text-align: center;
}
.bottomFixed{
	display: none;
}
@media(max-width: 1199px) {
	.footerList > li{
		margin: 0 70px 0 0;
	}
}
@media(max-width: 992px){
	.footerInfo{
		width: 50%;
	}
	.footerList > li{
		margin-right: 20px;
	}
	.footerInfo > h3{
		font-size: 20px;
	}
	.footerPhone,
	.copyRight{
		font-size: 16px;
	}
}
@media(max-width: 767px){
	.footer{
		margin-bottom: 45px;
	}
	.footer > .con{
		display: none;
	}
	.copyRight{
		padding: 12px 0;
		background-color: #fff;
		font-size: 12px;
		color: #999;
		line-height: 20px;
	}
	.bottomFixed{
		display: block;
		overflow: hidden;
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		padding: 10px 0;
		height: 45px;
		background-color: #EA0F0E;
		z-index: 200;
	}
	.bottomFixed > li{
		float: left;
		padding-left: 20px;
		width: 50%;
		font-size: 14px;
		line-height: 25px;
		color: #fff;
		background-image: url(../images/footer/bottomFixedIcon1.png);
		background-size: 25px 25px;
		background-position: calc(50% - 40px) center;
		background-repeat: no-repeat;
		border-right: solid 1px rgba(255,255,255,.4);
		text-align: center;
	}
	.bottomFixed > li a{
		color: #fff;
	}
	.bottomFixed > li:nth-child(2){
		background-image: url(../images/footer/bottomFixedIcon2.png);
		border-right: none;
	}
}