.top-img {
	background-image: url(../images/about-langfang-jingdiao/TopImg.jpg);
}
.topImg-title {
	color: #000000;
}
@media only screen and (max-width: 1024px) {
	.top-img {
		background-image: url(../images/about-langfang-jingdiao/TopImg-m.png);
	}
}
.langfangJD {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	padding: 140px 80px;
}

.langfangJD-img {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	overflow: hidden;
	flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	margin-right: 4.5%;
	align-items: center;
	-webkit-align-items: center;
}

.langfangJD-img img {
	display: block;
	width: 100%;
}

.langfangJD-desc {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	font-family: "HarmonyOS_Sans_SC_Regular";
	font-size: 18px;
	line-height: 36px;
	color: #595757;
	text-align: justify;
	align-items: center;
	-webkit-align-items: center;
}

.langfangJD-title {
    font-family: 'HarmonyOS_Sans_SC_Bold';
    font-size: 60px;
    line-height: 60px;
    color: #004898;
    padding-bottom: 40px;
    text-align: center;
}

.LFJDdistribute {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	padding: 140px 80px;
	background: #f6f6f6;
}

.LFJDdistribute-desc {
	flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	font-family: "HarmonyOS_Sans_SC_Regular";
	font-size: 18px;
	line-height: 36px;
	color: #595757;
	text-align: justify;
	margin-right: 80px;
	margin-top: -9px;
}

.LFJDdistribute-desc p {
	padding-bottom: 16px;
}

.LFJDdistribute-desc p:last-child {
	padding-bottom: 0;
}

.LFJDdistribute-img {
	overflow: hidden;
	flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
}

.LFJDdistribute-img img {
	display: block;
	width: 100%;
}

.langfangJD-info {
	font-size: 18px;
	line-height: 36px;
}

.spot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-bottom: 2px;
    background: 
    #004898;
    margin-right: 16px;
}

@media only screen and (max-width: 1919px) {
	.langfangJD,
	.LFJDdistribute {
		padding: 116.2px 80px;
	}
}

@media only screen and (max-width: 1599px) {
	.langfangJD,
	.LFJDdistribute {
		padding: 105px 80px;
	}
	.langfangJD-title {
		font-size: 40px;
		padding-bottom: 26px;
	}
	.langfangJD-info {
		font-size: 16px;
		line-height: 30px;
	}
	.LFJDdistribute-desc {
		font-size: 16px;
		line-height: 30px;
	}
	.LFJDdistribute-desc p {
		padding-bottom: 10px;
	}
	.spot {
		margin-bottom: 1px;
	}
}

@media only screen and (max-width: 1399px) {
	.langfangJD,
	.LFJDdistribute {
		padding: 105px 60px;
	}
}

@media only screen and (max-width: 1299px) {
	.langfangJD,
	.LFJDdistribute {
		padding: 95.2px 40px;
	}
	.langfangJD-title {
	    padding-bottom: 20px;
	}
}
@media only screen and (max-width: 1100px) {
	.langfangJD-info, .LFJDdistribute-desc {
	    font-size: 16px;
	    line-height: 28px;
	}
	.langfangJD-title {
	    padding-bottom: 15px;
	}
}

/* 移动端 */
.LFJDdistribute-img-m,
.langfangJD-title-m{
	display: none;
}
@media only screen and (max-width: 1024px) {
	.langfangJD, .LFJDdistribute {
	    padding: 42px 15px;
		display: block;
	}
	.langfangJD-title-m{
		font-size: 28px;
		line-height: 1;
		margin-bottom: 24px;
		padding-bottom: 0;
	}
	.langfangJD-img{
		display: block;
		margin-right: 0;
	}
	.langfangJD-desc,
	.LFJDdistribute-desc{
		text-align: left;
		width: 100%;
		font-size: 18px;
		line-height: 28px;
		color: #333333;
		margin-right: 0;
		margin-top: 24px;
	}
	.langfangJD-info {
	    font-size: 18px;
	    line-height: 28px;
	}
	.LFJDdistribute-img-pc,
	.langfangJD-title-pc{
		display: none;
	}
	.LFJDdistribute-img-m,
	.langfangJD-title-m{
		display: block;
	}
	.LFJDdistribute-desc p {
	    padding-bottom: 24px;
	}
	.spot {
	    width: 12px;
	    height: 12px;
	    margin-bottom: 0;
	    margin-right: 12px;
	}
}
@media only screen and (max-width: 450px) {
	.langfangJD-desc,
	.langfangJD-info,
	.LFJDdistribute-desc{
	    font-size: 16px;
	    line-height: 24px;
	}
}