#foot{
	height: 547px !important;
}
footer{
	background: #e1553e;
	color: #fff;
	height: 547px;
}
.bottom{
	display: flex;
	justify-content: space-between;
	padding: 90px 10% 78px;
}
.contact i{
	display: block;
	margin: 0px 0px 50px;
}
.contact i svg,.contact i img{
	max-height:45px;
	width:auto;
	display:block;
}
.contact i svg:last-child,.contact i img:last-child{
	max-height:18px;
	margin:15px 0px 0px;
}
.contact i svg path{
	fill:#fff;
}
.contact h4{
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
}
.contact table{
	margin: 35px 0 0;
}
.contact table td{
	font-size: 16px;
	line-height: 22px;
}
.contact table td:first-child{
	padding-right: 40px;
}
.contact table tr:first-child td{
	padding-bottom: 10px;
}
.ewm{
	max-width: 185px;
	padding-top: 60px;
}
.bottom dl{
	display: flex;
	flex-wrap: wrap;
	max-width: 305px;
	align-content: flex-start;
	padding-top: 60px;
}
.bottom dl:last-child{
	display: block;
}
.bottom dt{
	width: 100%;
	margin-bottom: 30px;
}
.bottom dd{
	width: 50%;
}
.bottom dt a{
	font-size: 22px;
	font-weight: bold;
}
.bottom dd a{
	font-size: 16px;
	line-height: 34px;
}
.copy{
	display: flex;
	justify-content: space-between;
	border-top: 1px solid rgba(255, 255, 255, .4);
	line-height: 22px;
	padding: 25px 10%;
}
@media (max-width: 1440px) {
	#foot{
		height: 433px !important;
	}
	footer{
		height: 433px;
	}
	.bottom{
		padding: 50px 10% 35px;
	}
	.contact i{
		margin: 0px 0px 35px;
	}
	.contact h4{
		font-size: 16px;
	}
	.contact table{
		margin: 25px 0 0;
	}
	.contact table td{
		font-size: 14px;
		line-height: 24px;
	}
	.contact table td:first-child{
		padding-right: 30px;
	}
	.ewm{
		max-width: 130px;
	}
	.bottom dl{
		max-width: 305px;
		padding-top: 60px;
	}
	.bottom dt{
		margin-bottom: 20px;
	}
	.bottom dt a{
		font-size: 18px;
	}
	.bottom dd a{
		font-size: 14px;
		line-height: 30px;
	}
	.copy{
		line-height: 20px;
		padding: 20px 10%;
		font-size: 14px;
	}
}
@media (max-width: 992px) {
	#foot{
		height: auto !important;
	}
	footer{
		height: 100%;
	}
	.bottom{
		padding: 20px 15px 25px;
		flex-wrap: wrap;
	}
	.contact{
		width: 100%;
	}
	.contact i{
		margin: 0px 0px 15px;
		max-width: 30%;
	}
	.contact h4{
		font-size: 16px;
	}
	.contact table{
		margin: 10px 0 0;
	}
	.contact table td{
		font-size: 14px;
		line-height: 24px;
	}
	.contact table td:first-child{
		padding-right: 15px;
	}
	.ewm{
		max-width: 110px;
		padding-top: 15px;
	}
	.bottom dl,.bottom dl:last-child{
		display: none;
	}
	.copy{
		line-height: 20px;
		padding: 15px;
		font-size: 14px;
		flex-wrap: wrap;
	}
}