
/*====== 简介内容开始 ======*/
.color-content{
	font-size: 18px;color: #666;margin-bottom: 30px;margin-top: 20px
}
.color-content::before{
	content: "可检瑕疵：";
	color: #D9B059;
}

.color-content2{
	font-size: 18px;color: #666;margin-bottom: 30px;
}
.color-content2::before{
	content: "检测速度：";
	color: #D9B059;
}
.color-content3{
	font-size: 18px;color: #666;margin-bottom: 30px;
}
.color-content3::before{
	content: "检测结果：";
	color: #D9B059;
}
.color-content4{
	font-size: 18px;color: #666;margin-bottom: 30px;
}
.color-content4::before{
	content: "标准分选：";
	color: #D9B059;
}
.color-content5{
	font-size: 18px;color: #666;margin-bottom: 0px;
}
.color-content5::before{
	content: "上料机构：";
	color: #D9B059;
}

/*====== 简介内容结束 ======*/

/*====== 演示图外容器开始 ======*/

.flow-container{
	width: 100%;
	height: auto;
	display: flex;
    justify-content: center;
    align-items: center;
/*	position: relative;*/
}

/*====== 演示图外容器结束 ======*/

/*====== 亮点说明开始 ======*/
.kit-magnet{
	position: relative;
	width: 100%;
	height: auto;
}
.kit-magnet ul{
	display: flex;
	list-style: none;
	height: auto;
	margin-bottom: 50px;
}

.kit-magnet ul li{
	height: 100%;
	width: 250px;
	margin: auto;
	text-align: center;
}

.Highlights{
	margin-top: 20px;
	text-align: center;
	line-height: 20px;
}

.Highlights p{
	font-size: 18px;
font-weight: bold;
color: #333;
}

.Highlights .sub-p{
	font-size: 16px;
font-weight: 400;
color: #666;
}
/*====== 亮点说明结束 ======*/


/*====== 优势说明开始 ======*/
.advantage-bg{
	width: 100%;
	height: 300px;
	background-color: #F5F7FA;
}
.adv-ul-container{
	width: 1400px;
	height: 100%;
	margin: auto;
}
.adv-ul-container ul{
	display: flex;
	list-style: none;
	height: 100%;
}

.adv-ul-container ul li{
	padding-top: 20px;
	height: 100%;
	margin: auto;
	width: 33%;
}

.adv-magnet{
	margin: auto;
	height: auto;
}
.adv-magnet img{
	width: 50px;
	height: 50px;
	margin: 20px;
}
.adv-magnet span{
	font-size: 16px;
font-weight: 400;
color: #333333;
}
/*====== 优势说明结束 ======*/