.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-pro {
	margin-top: -140px;
	width: 1698px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 2;
}
.box-pro .li {
	padding: 10px 14px 11px 12px;
	/* width: 381px; */
	/* height: 481px; */
	width: 407px;
	height: 502px;
	position: relative;
	margin-right: 23px;
	margin-bottom: 40px;
	overflow: hidden;
}
.box-pro .li:nth-child(4n+0) {
	margin-right: 0;
}
.box-pro .li::before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 381px;
	height: 481px;
	background-color: #fff;
	z-index: -1;
}
.box-pro .li::after {
	content: " ";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 381px;
	height: 481px;
	background-color: #0546B5;
	z-index: -1;
}
.box-pro .li img {
	width: 100%;
	height: 100%;

	-webkit-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}
/* .box-pro .li img:hover {
	transform: scale(1.2);
} */
.box-pro .li .bottom {
	position: absolute;
	bottom: 11px;
	left: 12px;
	right: 14px;
	height: 80px;
	background-color: rgba(51,51,51,.8);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #fff;
	line-height: 30px;
	font-size: 26px;
}
.box-pro .li .bottom .cn,
.box-pro .li .bottom .en {
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 10px;
}


.space {
	height: 50px;
}
