/*设置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-jingdiao-precision-machinery/top.png);
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
}
.top-title{
	position: absolute;
	left: 0;
	right: 0;
	top: 28%;
	font-family: "HarmonyOS_Sans_SC_Bold";
	font-size: 72px;
	letter-spacing: 9px;
	line-height: 1;
	color: #004898;
}
@media only screen and (max-width: 1599px) {
	.top-title{
		font-size: 60px;
	}
}
@media only screen and (max-width: 1299px) {
	.top-title{
		font-size: 50px;
	}
}
@media only screen and (max-width: 1024px) {
	.top-area figure{
		padding-bottom: 80%;
		background: url(https://file.jingdiao.com/website/jingdiao/cn/images/about-jingdiao-precision-machinery/top-m.png);
		background-position: center;
		background-size: 100%;
		background-repeat: no-repeat;
	}
	.top-title{
		top: 13.3%;
		font-size: 42px;
		letter-spacing: 7px;
	}
}
@media only screen and (max-width: 450px) {
	.top-title{
		font-size: 36px;
		letter-spacing: 6px;
	}
}
/*-----------------------------------*/
/*设置banner end*/

/* 正文内容 */
/*----------------------------------------------------*/
/*part1 part2*/
.train-part{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}
.train-part2{
	background: #F6F6F6;
}
.train-img{
	width: 47.8%;
	margin-right: 4.4%;
}
.train-part2 .train-img{
	margin-left: 4.4%;
	margin-right: 0;
}
.train-part figure{
	width: 100%;
	padding-bottom: 45.87%;
}
.train-part1 figure{
	background: url(https://file.jingdiao.com/website/jingdiao/cn/images/about-jingdiao-precision-machinery/part2.png);
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
}
.train-part2 figure{
	background: url(https://file.jingdiao.com/website/jingdiao/cn/images/about-jingdiao-precision-machinery/part3.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;
}
@media only screen and (max-width: 1299px) {
	.train-desc{
		font-size: 16px;
	}
}
.div-m{
	display: none;
}
@media only screen and (max-width: 1024px) {
	.div-pc{
		display: none;
	}
	.div-m{
		display: block;
	}
	.train-part{
		display: block;
	}
	.train-img{
		width: 100%;
		margin-right: 0;
	}
	.train-part2 .train-img{
		margin-left: 0;
	}
	.train-content{
		width: 100%;
	}
	.train-desc{
		font-size: 16px;
		line-height: 1.7;
	}
}
@media only screen and (max-width: 450px) {
	.train-desc{
		font-size: 14px;
	}
}
/*----------------------------------------------------*/
/* 正文内容 end */