.header {
	height: 110px;
	background-color: #ffffff;
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	padding: 0px 6%;
	box-sizing: border-box;
	box-shadow: 0 2px 6px 0 rgba(0,0,0,.15);
}
.header > .left .img {
	width: 99px;
	height: 84px;
}
.header > .right > .nav {
	gap: 60px;
}
.header > .right > .nav > .item > .link {
	font-size: 18px;
	color: #071b3c;
	font-weight: 700;
	padding: 15px 0;
	box-sizing: border-box;
}
.header > .right > .nav > .item > .active {
	border-bottom: 2px solid #ffc42d;
}

.footer {
	background-color: #071b3c;
	height: 200px;
	padding: 56px 16%;
	box-sizing: border-box;
}
.footer > .left > .img {
	width: 50px;

}
.footer > .left > .right {
	margin-left: 20px;
}
.footer > .left > .right > .title {
	font-size: 16px;
	font-weight: 700;
	color: #ffffff;
}
.footer > .left > .right > .desc {
	font-size: 14px;
	color: #ffffff;
	margin-top: 6px;
}
.footer > .link {
	width: 185px;
	height: 60px;
	border-radius: 8px;
	background-color: #ffc42d;
	font-size: 16px;
	color: #16253b;
	text-align: center;
	line-height: 60px;
}