/* 底部 */
.box-footer {
	height: 396px;
	display: flex;
	background-color: #173F97;
}
.box-footer .left {
	flex: 1;
	display: flex;
	justify-content: flex-end;
}
.box-footer .left .one {
	margin-right: 360px;
	width: 140px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.box-footer .left .one img {
	width: 140px;
	height: 140px;
}
.box-footer .left .one .otxt {
	margin-top: 16px;
	font-size: 28px;
	color: #fff;
}

.box-footer .right {
	flex: 1;
	padding-top: 54px;
}
.box-footer .right .row-1 {
	font-size: 28px;
	line-height: 28px;
	color: #fff;
	margin-bottom: 20px;
}
.box-footer .right .row-2 {
	font-size: 36px;
	line-height: 36px;
	color: #fff;
	margin-bottom: 20px;
}
.box-footer .right .row-3 {
	font-size: 28px;
	color: #fff;
	margin-bottom: 20px;
}
.box-footer .right .row-4 {
	font-size: 28px;
	color: #fff;
	margin-bottom: 20px;
}

.box-footer .right .row-5 {
	display: flex;

}
.box-footer .right .row-5 a {
	margin-right: 30px;
	display: flex;
	align-items: center;
}

.box-footer .copyright {
	margin-top: 20px;
	color: #fff;
	font-size: 24px;
}
.box-footer .copyright a {
	color: #fff;
}

.support {
	display: flex;
	align-items: center;
	background-color: #173F97;
	height: 60px;
	font-size: 24px;
}
.support div {
	flex: 1;
}
.support a {
	color: #fff;
}
