@charset "utf-8";
.banner-box {
	width: 100%;
	height: 440px;
	background: #DDDDDD;
}

.banner-box .banner-img {
	width: 100%;
	height: 100%;
}

.page-prat-1 {
	width: 100%;
	margin-top: 167px;
	height: 495px;
}

.page-prat-1 .page-part-box {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.page-prat-1 .shouyou-img {
	height: 100%;
}

.part-content {
	text-align: left;
}

.part-content .title {
	color: #333333;
	font-size: 32px;
	text-align: right;
	position: relative;
}

.part-content .title:after {
	position: absolute;
	right: 0;
	bottom: -15px;
	width: 40px;
	height: 4px;
	background: rgba(16, 142, 233, 1);
	border-radius: 2px;
	content: '';
}

.part-content .text {
	text-align: right;
	margin-top: 38px;
	font-size: 16px;
	color: #666666;
	line-height: 28px;
}

.page-bg-box {
	margin-top: 65px;
	margin-left: auto;
	width: 1651px;
	max-width: 100%;
	height: 870px;
	background: url(../images/ly/bg.png)no-repeat;
	background-size: 100% 100%;
	padding-top: 184px;
	box-sizing: border-box;
}

.page-prat-2 {}

.page-prat-2 .hf-img {
	height: 437px;
}

.page-prat-3 .yeyou-img {
	height: 468px;
}

.page-prat-2 .page-part-box,
.page-prat-3 .page-part-box {
	width: 1200px;
	margin-left: 45px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.page-prat-3 {
	margin-top: 266px;
}

.page-prat-2 .part-content .text {
	text-align: left;
}

.page-prat-2 .part-content .title {
	text-align: left;
}

.page-prat-2 .part-content .title:after {
	position: absolute;
	left: 0;
	right: auto;
	bottom: -15px;
	width: 40px;
	height: 4px;
	background: rgba(16, 142, 233, 1);
	border-radius: 2px;
	content: '';
}

@media screen and (max-width: 1200px) {
	.page-prat-1 .page-part-box {
		width: 1100px;
	}
	.page-prat-2 .page-part-box,
	.page-prat-3 .page-part-box {
		width: 1100px;
		margin: 0 50px;
	}
}