.header{
	z-index: 70;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 83px;
	border-bottom: 2px solid #fff;
	background: rgba(0,153,68,.8);
}
.headerHide{
	display: none;
}
.headerCon{
	width: 1240px;
	margin: 0 auto;
}
.logo{
	float: left;
	width: 270px;
	height: 39px;
	margin-top: 22px;
}
.headerCon > a {
	display: inline-block;
	cursor: pointer;
	float: left;
}
.footer{
	/* position: absolute;
	left: 0;
	right: 0;
	bottom: 0; */
	height: 69px;
	background: #1c1f24;
}
.footer .footerCon{
	width: 1200px;
	margin: 0 auto;
	font-size: 16px;
	color: #9C9FA4;
}
.footer .footerCon ul{
	float: left;
	margin-top: 13px;
}
.footer .footerCon ul li{
	float: left;
	border-right: 1px solid #9C9FA4;
}
.footer .footerCon ul li:last-child{
	border: none;
}
.footer .footerCon ul li a{
	display: block;
	padding: 0 10px;
	color: #9C9FA4;
}
.footer .footerCon .copyright{
	float: right;
	margin: 13px 0 0 160px;
}
.footer .footerCon .backup{
	float: right;
	margin-top: 6px;
}
.footer .footerCon .backup a{
	color: #9C9FA4;
}
.footer .footerCon .backup .backTop{
	position: relative;
	margin-left: 20px;
	padding-right: 15px;
}
.footer .footerCon .backup .backTop::after{
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 11px;
	height: 6px;
	margin-top: -3px;
	background: url(../images/topArrow.png) no-repeat;
}
.footer .footerCon .gongan{
	float: left;
	margin: 6px 0 0 10px;
}

/* 覆盖 fullPage 插件的样式，允许页面正常滚动 */
html,
body {
	height: auto !important;
	overflow: auto !important;
	overflow-x: hidden;
}
#superContainer {
	height: auto !important;
	overflow: visible !important;
}
.section {
	height: auto !important;
}

.statement-box{
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 83px 0 69px;
    min-height: calc(100vh - 83px - 69px);
}
.statement-img{
    display: block;
    width: 1000px;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
/*适配1440以下分辨率*/
@media screen and (max-width: 1439px){
	.header{
		height: 60px;
	}
	.logo{
		width: 220px;
		height: 32px;
		margin-top: 13px;
	}
	.footer .footerCon{
		width: 1100px;
	}
	.statement-box{
		padding: 60px 0 69px;
		min-height: calc(100vh - 60px - 69px);
	}
	.statement-img{
		width: 90%;
		max-width: 1000px;
	}
}
