.footer-container{
	width: 100%;
	box-sizing: border-box;
	background-color: rgba(29, 81, 190);
}
.footer-con{
	width: 90%;
	margin: 0 auto;
	color: #fff;
}
/* f1 第一行 */
.footer-desc{
	padding-top: 50px;
}
.footer-desc p{
	display: flex;
	justify-content: center;
	text-align: center;
}
@media screen and (max-width: 800px) {
	.footer-desc p{
		display: block;
		text-align: center;
	}
}
.footer-desc span{
	font-size: 16px;
	line-height:34px;
	width: 64%;
}
/* f2 地址 */
.footer-address{
	margin-top: 50px;
	margin-bottom: 40px;
	display: flex;
	justify-content: center;
}
.footer-wrap{
	width: 94%;
	display: flex;
	justify-content: space-between;
}
.footer-item{
	font-size: 14px;
	margin-right: 30px;
}
.footer-item:last-of-type{
	margin-right:0;
}
@media screen and (max-width: 800px) {
.footer-address{
	margin-top: 30px;
	margin-bottom: 30px;
	display: block;
}
.footer-wrap{
	width: 94%;
	display: block;
}
.footer-item{
	font-size: 14px;
	line-height: 50px;
}
}
.footer-line{
}
.f-line{
	width: 100%;
	border-top-style: solid;
	border-top-color: rgba(176, 199, 249, 1);
	    border-top-width: 1px;
	
}
.footer-filings{
	font-size: 14px;
	width: 90%;
	margin: 0 auto;
	color:  rgba(206,213,237);
	text-align: center;
	padding-top: 26px;
	padding-bottom: 26px;
}
.filings2-icp{
	color:  rgba(206,213,237);
}
@media screen and (max-width: 800px) {
	.filings1{
		font-size: 16px;
	}
	.filings2{
		display: block;
	}
}