footer{
	padding: 60px 0px 0px;
	background: #393838 url(../images/btbg.png) center no-repeat;
}
.bottom{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-bottom: 50px;
}
.bottom .btlogo span img{
	width: auto;
	max-height: 100px;
}
.contact ul{
	padding-top: 30px;
}
.contact li{
	color: #fff;
	font-size: 16px;
	line-height: 36px;
	display: flex;
	align-items: flex-start;
	font-weight: 300;
}
.contact li i{
	font-weight: 300;
	width: 32px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	margin-right: 5px;
}
.contact li:nth-child(1) i{
	font-size: 22px;
}
.contact li:nth-child(2) i{
	font-size: 19px;
}
.contact li:nth-child(3) i{
	font-size: 19px;
}
.contact h2{
	max-width:212px;
	margin:10% 0px 0 5px;
}
.bottom dl{
	padding-top: 50px;
}
.bottom dt{
	font-size: 20px;
	line-height: 28px;
	margin: 0px 0px 40px;
	font-family: 'SourceHanSansM';
	color: #fff;
	font-weight: normal;
}
.bottom dd a{
	color: #fff;
	font-size: 16px;
	line-height: 36px;
}
.bottom dd a:hover{
	color: #ff172d;
	text-decoration: underline;
}
.feedback{
	padding-top: 50px;
	max-width: 255px;
}
.feedback h3{
	font-size: 20px;
	line-height: 28px;
	margin: 0px 0px 40px;
	color: #fff;
	font-family: 'SourceHanSansM';
	font-weight: normal;
}
.feedback form{
	padding-top: 10px;
}
.feedback form input{
	height: 50px;
	line-height: 20px;
	padding: 15px;
	border: 0;
	width: 100%;
}
.feedback form input:nth-child(2){
	margin: 20px 0px 50px;
}
.feedback form button{
	width: 50%;
	background: #262626;
	color: #fff;
	border: 0;
	height: 50px;
	font-size: 16px;
	transition: .3s;
}
.feedback form button:hover{
	background: #ff172d;
}
.copy{
	display: flex;
	justify-content: space-between;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	border-top: 1px solid rgba(255, 255, 255, .2);
	padding: 25px 0px;
}
.copy section{
	font-weight: 300;
}
.copy section a{
	color: #fff;
	font-weight: 300;
}
@media (max-width:1440px) {
	footer{
		padding: 50px 0px 0px;
	}
	.bottom{
		padding-bottom: 40px;
	}
	.bottom .btlogo span img{
		max-height: 80px;
	}
	.contact ul{
		padding-top: 20px;
	}
	.contact li{
		font-size: 14px;
		line-height: 30px;
	}
	.contact li i{
		width: 30px;
		height: 32px;
		line-height: 32px;
	}
	.contact li:nth-child(1) i{
		font-size: 18px;
	}
	.contact li:nth-child(2) i{
		font-size: 16px;
	}
	.contact li:nth-child(3) i{
		font-size: 16px;
	}
	.bottom dl{
		padding-top: 20px;
	}
	.bottom dt{
		font-size: 16px;
		line-height: 22px;
		margin: 0px 0px 20px;
	}
	.bottom dd a{
		font-size: 14px;
		line-height: 32px;
	}
	.feedback{
		padding-top: 20px;
		max-width: 255px;
	}
	.feedback h3{
		font-size: 16px;
		line-height: 22px;
		margin: 0px 0px 20px;
	}
	.feedback form input{
		height: 40px;
		padding: 10px;
	}
	.feedback form input:nth-child(2){
		margin: 20px 0px 40px;
	}
	.feedback form button{
		height: 40px;
		font-size: 16px;
	}
	.copy{
		padding: 20px 0px;
	}
}
@media (max-width:992px) {
	footer{
		padding: 20px 0px 0px;
	}
	.bottom{
		display: block;
		padding-bottom: 20px;
	}
	.bottom .btlogo span img{
		max-height: 60px;
	}
	.contact ul{
		padding-top: 15px;
		padding-left: 5px;
	}
	.contact li{
		font-size: 14px;
		line-height: 26px;
	}
	.contact li i{
		width: 26px;
		height: 28px;
		line-height: 28px;
	}
	.contact li:nth-child(1) i{
		font-size: 18px;
	}
	.contact li:nth-child(2) i{
		font-size: 16px;
	}
	.contact li:nth-child(3) i{
		font-size: 16px;
	}
	.contact h2{
		max-width:150px;
		margin:10px 0px 0 10px;
	}
	.bottom dl{
		display: none;
	}
	.feedback{
		padding-top: 20px;
		max-width: 100%;
	}
	.feedback h3{
		font-size: 14px;
		line-height: 20px;
		margin: 0px 0px 10px;
	}
	.feedback form{
		padding-top: 0;
	}
	.feedback form input{
		height: 40px;
		padding: 10px;
	}
	.feedback form input:nth-child(2){
		margin: 10px 0px;
	}
	.feedback form button{
		height: 40px;
		font-size: 14px;
	}
	.copy{
		padding: 15px 0px;
		display: block;
		line-height: 24px;
		text-align: center;
	}
}