.pc_topImg{
	width: 100%;
	background: url(../img/Advantage/advantage-3.png) 50% no-repeat;
	background-size: cover;
	box-shadow: 0px 4px 20px 0px rgba(101, 102, 116, 0.02);
	height: 11.6em;
}
.bjText{
	padding-top: 1.572em;
}
.bjText h3{
	padding-bottom:0.4em;
	font-size: 0.4em;
}
.pc_pro_wrap {
	width: 14.41em; 
	background: url(../img/Advantage/quality1.png) center no-repeat;
	background-size: contain;
	height: 6.1em;
	margin: 0.4em auto 0;
}
.processImg{
	padding: 60px 0 60px;
}
.processText{
	font-size: 18px;
	line-height: 24px;
	padding-top: 32px;
}
.pageItem{
	padding: 100px 0;
	text-align: center;
}
.pageItem h3{
	font-size: 36px;
	font-weight: 600;
	line-height: 50px;
	padding-bottom: 60px;
}
.tabWrap .tabBox{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex; 
	width: 500px;
	justify-content: space-evenly;
	-webkit-justify-content:space-evenly;
}
.tabWrap .tabBox .tab{
	font-size: 16px;
	padding: 0 0.1rem;
	color: #545765;
	cursor: pointer;
	text-align: center;
}
.tabWrap .tabLine{
	height: 4px;
	margin-top: 8px;
	border-radius: 2px;
	background-color: rgba(0,0,0,0.2);
	position: relative;
}
.tabWrap .tabLine .activeLine{
	position: absolute;
	width: 50%;
	height: 4px;
	border-radius: 2px;
	background-color: #000;
	top: 0;
	left: 0;
	transition: all 0.5s;
}
.cont_text{
	max-width: 500px;
}
.tabActive{
	color: #000;
	font-weight: bold;
}
.tabContent{
	padding-top: 64px;
}
.tabContent .textWrap{
	width: 690px;
	background-color: #fff;
	border-top-right-radius: 16px;
	border-bottom-right-radius: 16px;
}
.tabContent .textWrap h4{
	font-size: 36px;
	font-weight: 600;
	line-height: 50px;
}
.tabContent .cont_ul{
	padding-top: 40px;
}
.tabContent .cont_ul li{
	text-align: left;
	font-size: 16px;
	color: #545765;
	line-height: 28px;
}
.fool-proof .foolProof_box{
	margin-right:20px;
	position: relative;
	height: 492px;
	width: 282px;
}
.fool-proof .foolProof_box:last-child{
	margin-right: 0;
}
.foolProof_box .init_box,.foolProof_box .black_box{
	position: absolute;
	top: 0;
	left: 0;
}
.foolProof_box .init_wrap{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.init_cont .title{
	font-size: 20px;
	font-weight: 600;
	line-height: 28px;
	padding-top: 24px;
}
.init_cont .subTitle{
	font-size: 16px;
	line-height: 22px;
	padding-top: 4px;
}
.foolProof_box .init_box{
	transition: all 0.3s linear;
	opacity:1;
	width: 100%;
	height: 100%;
}
.foolProof_box .init_box img{
	width: 100%;
	height: 100%;
}
.foolProof_box .init_box .num_box img{
	width: auto;
}
.foolProof_box .black_box{
	background-color: #000;
	height: 100%;
	border-radius: 16px;
	color: #fff;
	padding: 0 24px;
	transition: all 0.3s linear;
	opacity: 0;
}
.black_box .blck_item{
	padding-bottom: 20px;
}
.black_box .blck_item:last-child{
	padding-bottom: 0;
}
.blck_item .btn{
	padding: 0 16px;
	background-color: #fff;
	color: #000;
	height: 34px;
	border-radius: 17px;
	font-size: 14px;
	font-weight: bold;
	line-height: 34px; 
}
.blck_item p{
	color: #fff;
	line-height: 22px;
	font-size: 14px;
	padding-top: 8px;
}

.foolProof_box:hover .init_box{
	transition: all 0.3s linear;
	opacity:0
}
.foolProof_box:hover .black_box{
	transition: all 0.3s linear;
	opacity:1
}
/* <!-- 售后服务 --> */
.afterSales .page_l{
	margin-right: 80px;
}
.afterSales .page_r{
	max-width: 680px;
}
.afterSales .page_r h4{
	text-align: left;
	font-size: 36px;
	font-weight: 600;
	line-height: 50px;
	padding-bottom: 40px;
}
.afterSales .page_r p{
	text-align: left;
	font-size: 16px;
	color: #545765;
	line-height: 28px;
}
/* 手机端 */

@media screen and (min-width: 200px) and (max-width: 1199px) {
	.pc_topImg{
		display: none;
	}
	.automation{
		display: none;
	}
	.laboratory{
		display: none;
	}
	.foolProof{
		display: none;
	}
	.afterSales{
		display: none;
	}
	.m_moduleTitle{
		line-height: 0.66rem;
		font-size: 0.48rem;
		font-weight: 600;
		padding: 1.2rem 0.4rem 0; 
	}
	.m_moduleDes{
		padding-top: 0.48rem;
		line-height: 0.36rem;
		font-size: 0.24rem;
		opacity: 0.5;
	}
	/* 展示模块 */
	.pc_pro_wrap{
		padding:1.6rem 0.6rem 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.pc_pro_wrap .pc_pro_item{
		padding-bottom: 0.8rem;
		margin: 0 0.4rem;
	}
	.m-top-img .itemIcon img{
		width: auto;
	}
	.pc_pro_wrap .pc_pro_item .itemName{
		line-height: 0.4rem;
		font-size: 0.28rem;
	}
	
	/* 流程 */
	.processWrap{
		padding-bottom: 1.2rem;
	}
	.processImg{
		padding: 0.72rem 0.4rem 0;
	}
	.processImg img{
		width: 100%;
	} 
	/* 可靠性实验室 */
	.tabWrap{
		padding: 0.72rem 0.4rem 0;
	}
	.tabWrap .tabBox{
		width: 100%;
	}
	.tabContent{
		padding: 0.72rem 0.4rem 0;
	}
	.tabContent .textWrap{
		width: auto;
		background: none;
		padding: 0.72rem 0 1.2rem;
		border-radius: unset;
	}
	.tabContent .textWrap h4{
		font-size: 0.36rem;
		font-weight: 600;
		line-height: 0.48rem;
	}
	.tabContent .cont_ul{
		padding-top: 0.4rem;
	}
	.tabContent .cont_ul li{
		font-size: 0.24rem;
		line-height: 0.36rem;
	}
	
	/* IT化防呆 */
	.foolProof_box{
		position: relative; 
		height: 7.2rem;
		margin-bottom: 0.16rem;
	}
	.foolProof_box .fool_img{
		height: 100%;
		width: 100%;
	}
	.foolProof_box .fool_img img{
		height: 100%;
		width: 100%;
	}
	.foolProof_box .init_box{
		width: 100%;
		height: 100%;
	}
	.init_cont .title{
		font-size: 0.32rem;
		line-height: 0.44rem;
		padding-top: 0.32rem;
	}
	.init_cont .subTitle{
		font-size: 0.24rem;
		line-height: 0.34rem;
		padding-top: 0.1rem;
	}
	.black_box .blck_item{
		text-align: center;
		padding-bottom: 0.4rem;
	} 
	.blck_item .btn{
		height: 0.56rem;
		padding: 0 0.32rem;
		border-radius: 0.28rem;
		font-size: 0.24rem;
		line-height: 0.56rem;
	}
	.blck_item p{
		font-size: 0.24rem;
		color: #FFFFFF;
		line-height: 0.34rem;
		padding-top: 0.16rem;
	}
}
/* 展示模块 */
.m_top_img{
	padding: 0.48rem 0.4rem 0;
}
.m_automation .m_autoItem{
	padding: 1.2rem 0.4rem 0;
}
.m_item_cont img {
	width: 100%;
}
/* IT化防呆 */
.m_foolproof{
	padding: 0.72rem 0.4rem 1.2rem;
}
.m_foolproof .foolProof{
	position: relative;	
}
.m_foolproof .foolProof img{
	width: 100%;
}
.m_foolproof .num_box img{
	width: 1.44rem;
	height: 1.44rem;
}
.fool_img img{
	width: 100%;
}
.m_afterSales{
	padding-bottom: 1.2rem;
}
.m_afterSales .page_l{
	padding: 0 0.4rem;
}
.m_afterSales .page_l img{
	width: 100%;
}