footer {
	
}

.footer_top {
	box-sizing: border-box;
	background-color: #21478b;
	height: 330px;
	padding-top: 54px;
}

.footer_top>.container {
	box-sizing: border-box;
	/*padding: 0 170px;*/
}

.footer_top .footer_nav {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	margin-bottom: 23px;
}

.footer_top .footer_nav li a {
	font-family: pingfang;
	font-size: 18px;
	color: #aaaaaa;
	line-height: 18px;
}

.footer_top .footer_address .l .address li {
	margin-top: 30px;
}

.footer_top .footer_address .l .address li p {
	font-family: pingfangh;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 32px;
	font-weight: 500;
}

.footer_top .footer_address .r .code {
	margin-top: 40px;
}

.footer_top .footer_address .r .code .pic img {
	display: block;
	margin: 0 auto;
	max-width: 150px;
}

.footer_top .footer_address .r .code p {
	text-align: center;
	font-size: 18px;
	font-family: pingfangh;
	color: #FFFFFF;
	line-height: 30px;
}

.footer_bottom {
	height: 45px;
	background-color: #18386e;
}

.footer_bottom p {
	font-family: pingfangh;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	line-height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 1230px) {
	.footer_top>.container {
		padding: 0;
	}
	
	.footer_top .footer_address .l .address li p {
		font-size: 14px;
	}
	
	.footer_top .footer_address .r .code p {
		font-size: 14px;
	}
}

@media screen and (max-width: 450px) {
	.footer_top {
		padding-top: 0px;
		height: auto;
		padding-bottom: 30px;
	}
	
	.footer_top .footer_nav {
		display: none;
	}
	
	.footer_top .footer_address .r {
		display: none;
	}
	
	.footer_top .footer_address .l .address li p {
		font-size: 16px;
		padding: 0 10px;
	}
	
	.footer_top .footer_address .l .address li p {
		font-size: 14px;
	}
	
	.footer_bottom {
		height: auto;
	}
	
	.footer_bottom p {
		line-height: 28px;
	}
}
