/*设置banner*/
/*-----------------------------------*/
.top-area{
	width: 100%;
	position: relative;
	text-align: center;
}
.top-area figure{
	width: 100%;
	padding-bottom: 26.04%;
	background: url(https://file.jingdiao.com/website/jingdiao/cn/images/about-langfang-jingdiao/top.png);
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
}
.top-container{
	position: absolute;
	left: 0;
	right: 0;
	top: 28%;
	text-align: center;
}
.top-title{
	font-size: 72px;
	letter-spacing: 9px;
	line-height: 1;
	color: #004898;
	font-family: "HarmonyOS_Sans_SC_Bold";
}
.title-info{
	font-size: 24px;
	line-height: 1.75;
	color: #000000;
	width: 61.54%;
	margin-left: auto;
	margin-right: auto;
	font-family: "HarmonyOS_Sans_SC_Bold";
}
@media only screen and (max-width: 1770px) {
	.top-container{
		top: 22%;
	}
}
@media only screen and (max-width: 1599px) {
	.top-title{
		font-size: 60px;
	}
	.title-info{
		font-size: 22px;
	}
}
@media only screen and (max-width: 1299px) {
	.top-container{
		top: 27%;
	}
	.top-title{
		font-size: 50px;
	}
	.title-info{
		font-size: 20px;
		width: 75%;
	}
}
@media only screen and (max-width: 1210px) {
	.top-container{
		top: 21%;
	}
}
@media only screen and (max-width: 1024px) {
	.top-area figure{
		padding-bottom: 80%;
		background: url(https://file.jingdiao.com/website/jingdiao/cn/images/about-langfang-jingdiao/top-m.png);
		background-position: center;
		background-size: 100%;
		background-repeat: no-repeat;
	}
	.top-container{
		top: 13.3%;
	}
	.top-title{
		font-size: 42px;
		letter-spacing: 7px;
	}
	.title-info{
		font-family: "HarmonyOS_Sans_SC_Regular";
		font-size: 18px;
		margin-left: 3.8%;
		margin-right: 3.8%;
		width: auto;
	}
}
@media only screen and (max-width: 450px) {
	.top-title{
		font-size: 36px;
		letter-spacing: 6px;
	}
	.title-info{
		font-size: 16px;
	}
}
/*-----------------------------------*/
/*设置banner end*/

/* 正文内容 */
/*----------------------------------------------------*/
.train-part{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}
.train-img{
	width: 47.8%;
	margin-right: 4.4%;
}
.train-part figure{
	width: 100%;
	padding-bottom: 45.87%;
	background: url(https://file.jingdiao.com/website/jingdiao/cn/images/about-langfang-jingdiao/part2.png);
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
}
.train-content{
	width: 47.8%;
}
.train-desc{
	font-size: 18px;
	line-height: 2;
	color: #333333;
	margin-bottom: 24px;
}
.train-desc:last-child{
	margin-bottom: 0;
}
.blue-spot{
	width: 10px;
	height: 10px;
	background: #004898;
	margin-right: 24px;
	display: inline-block;
}
@media only screen and (max-width: 1919px) {
	.train-desc{
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 1599px) {
	.blue-spot{
		margin-right: 20px;
	}
	.train-desc{
		margin-bottom: 18px;
	}
}
@media only screen and (max-width: 1299px) {
	.train-desc{
		font-size: 16px;
		margin-bottom: 15px;
	}
	.blue-spot{
		margin-right: 15px;
	}
}
@media only screen and (max-width: 1150px) {
	.train-desc{
		margin-bottom: 10px;
	}
}
@media only screen and (max-width: 1024px) {
	.train-part{
		display: block;
	}
	.train-img{
		width: 100%;
		margin-right: 0;
	}
	.train-content{
		width: 100%;
	}
	.train-desc{
		font-size: 16px;
		line-height: 1.7;
		margin-bottom: 12px;
	}
	.blue-spot{
		margin-right: 10px;
		margin-top: 8px;
	}
}
@media only screen and (max-width: 450px) {
	.train-desc{
		font-size: 14px;
		margin-bottom: 8px;
	}
}
/*----------------------------------------------------*/
/* 正文内容 end */