footer{
	padding: 90px 0px 0px;
	background: #035997 url(../images/btbg.png) center no-repeat;
}
.bottom{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-bottom: 55px;
}
.bottom .btlogo span{
	display: flex;
	align-items: center;
	font-size: 34px;
	color: #fff;
	font-family: 'SourceHanSansM';
}
.bottom .btlogo span img{
	width: auto;
	max-height: 45px;
}
.bottom .btlogo h4{
	font-size: 22px;
	line-height: 30px;
	color: #fff;
	font-weight: normal;
	margin: 25px 0px 20px;
}
.contact li{
	color: #fff;
	font-size: 16px;
	line-height: 32px;
	display: flex;
	align-items: flex-start;
	font-weight: 300;
}
.bottom dt{
	font-size: 22px;
	line-height: 30px;
	margin: 0px 0px 30px;
	font-family: 'SourceHanSansM';
	color: #fff;
}
.bottom dd a{
	color: #fff;
	font-size: 16px;
	line-height: 32px;
	font-weight: 300;
}
.bottom dd a:hover{
	color: #4187fe;
	text-decoration: underline;
}
.ewm h3{
	font-size: 22px;
	line-height: 30px;
	margin: 0px 0px 40px;
	color: #fff;
	font-family: 'SourceHanSansM';
	font-weight: normal;
}
.ewm i{
	max-width: 200px;
	display: block;
}
.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: 60px 0px 0px;
	}
	.bottom{
		padding-bottom: 45px;
	}
	.bottom .btlogo span{
		font-size: 30px;
	}
	.bottom .btlogo h4{
		font-size: 20px;
		line-height: 30px;
		margin: 20px 0px 15px;
	}
	.contact li{
		font-size: 14px;
		line-height: 28px;
	}
	.bottom dt{
		font-size: 18px;
		line-height: 26px;
		margin: 0px 0px 20px;
	}
	.bottom dd a{
		font-size: 14px;
		line-height: 28px;
	}
	.ewm h3{
		font-size: 18px;
		line-height: 26px;
		margin: 0px 0px 20px;
	}
	.ewm i{
		max-width: 150px;
	}
	.copy{
		padding: 20px 0px;
	}
}
@media (max-width:992px) {
	footer{
		padding: 30px 0px 0px;
	}
	.bottom{
		padding-bottom: 15px;
	}
	.bottom .btlogo span{
		font-size: 20px;
	}
	.bottom .btlogo span img{
		max-height: 35px;
	}
	.bottom .btlogo h4{
		font-size: 18px;
		line-height: 24px;
		margin: 10px 0px 5px;
	}
	.contact li{
		font-size: 14px;
		line-height: 26px;
	}
	.bottom dl{
		display: none;
	}
	.ewm{
		display: none;
	}
	.copy{
		padding: 15px 0px;
		display: block;
		line-height: 22px;
		text-align: center;
	}
}