.header {
	z-index: 70;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 96px;
	border-bottom: 2px solid #fff;
	background: #fff;
	border-top: 3px solid #3e8789;
	border-bottom: 3px solid #3e8789;
}
.headerCon {
	width: 1240px;
	margin: 0 auto;
	padding-left: 12vw;
	display: flex;
	align-items: center;
	height: 100%;
}
.logo {
	width: auto;
	height: 64px;
}
.headerCon > a {
	display: inline-block;
	cursor: pointer;
}

.statement-box {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 96px 0 69px;
	min-height: calc(100vh - 96px - 69px);
}
.statement-img {
	display: block;
	width: 1000px;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.home-footer {
	background: #000;
	font-size: 16px;
	color: #9c9fa4;
	height: 69px;
	line-height: 69px;
	text-transform: uppercase;
}
.home-footer-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1280px;
	margin: 0 auto;
}
.footer-nav {
	display: flex;
	align-items: center;
}
.footer-nav > a {
	height: 14px;
	line-height: 14px;
	color: #9c9fa4;
	text-decoration: none;
}
.footer-nav > a:not(:first-child) {
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #9c9fa4;
}
.home-footer-info p {
	margin: 0;
}
.home-footer-info a {
	color: #9c9fa4;
	text-decoration: none;
}

/*适配1440以下分辨率*/
@media screen and (max-width: 1439px) {
	.header {
		height: 80px;
	}
	.logo {
		height: 50px;
	}
	.headerCon {
		width: 1100px;
	}
	.statement-box {
		padding: 80px 0 69px;
		min-height: calc(100vh - 80px - 69px);
	}
	.home-footer-info {
		width: 1100px;
	}
	.statement-img {
		width: 90%;
		max-width: 1000px;
	}
}
