.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;
}


.nav-hq {
	width: 1500px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	padding: 30px 0;
}
.nav-hq .li {
	width: 300px;
	height: 61px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
}
.nav-hq .li a {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	color: #0546B5;
	background-color: rgba(5, 69, 181, .1)
}
.nav-hq .li.active a {
	color: #fff;
	background-color: #0546B5;
}

.hq-body {
	padding: 16px 0 40px 0;
	width: 1300px;
	text-align: justify;
	margin: 0 auto;
}
.hq-body img {
	max-width: 100%;
}
