.ph-cont {
	max-width: 1920px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}
.page-header {
	background-color: #0546B5;
}
.page-header .bg {
	max-width: 1920px;
	height: 300px;
	z-index: -1;
}
.page-header .title {
	position: absolute;
	top: 78px;
	left: 202px;
	font-size: 46px;
	color: #fff;
	font-weight: bold;
}

.box-one {
	margin-top: -140px;
	width: 1529px;
	height: 721px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	position: relative;
	z-index: 2;
	padding: 10px 0 0 11px;
}
.box-one::before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 480px;
	height: 701px;
	background-color: #fff;
	z-index: -1;
}
.box-one::after {
	content: " ";
	position: absolute;
	bottom: 0;
	left: 11px;
	width: 601px;
	height: 701px;
	background-color: #0546B5;
	z-index: -1;
}

.box-one .left {
	width: 601px;
	height: 701px;
	background-color: #0546B5;
}
.box-one .left img {
	width: 100%;
	height: 100%;
}
.box-one .right {
	flex: 1;
	background-color: #0546B5;
	color: #fff;
	font-size: 30px;
	line-height: 30px;
}
.box-one .right .cont {
	padding: 152px 0 0 66px;
}
.box-one .right .row-1 {
	margin-bottom: 72px;
}
.box-one .right .row-2 {
	margin-bottom: 10px;
}
.box-one .right .row-3 {
	margin-bottom: 10px;
}
.box-one .right .row-4 {
	margin-bottom: 10px;
}
.box-one .right .row-5 {
	margin-bottom: 72px;
}
.box-one .right .row-atp {
	margin-bottom: 10px;
}
.box-one .right .row-link {
	font-size: 24px;
}
.box-one .right .row-link a {
	color: #fff;
}

.box-space {
	height: 68px;
}
