/* 产品详情页 */
.introduceContent {
	padding: 60px 0;
}
.introduceL {
	/* width: 850px;*/
	width: 67%;
	margin-right: 20px;
	box-sizing: border-box;
	float: left;
}
.introduceL h3 {
	font: 20px/40px "微软雅黑";
	color: #333;
	margin-bottom: 20px;
}
.introduceL h3 i{
	font-size: 28px;
	margin-right: 5px;
	color: #007AFF;
}
.introduceL p {
	font: 16px/32px "微软雅黑";
	color: #444;
}
.introduceR {
	float: right;
	/* width: 260px; */
	width: 30%;
	margin-top: 30px;
	box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.1);
}
.introduceR .introduceR_top {
	padding: 15px;
	background: url(../images/introductBg.png) no-repeat;
	background-size: 100% 100%;
	border-radius: 5px 5px 0 0;
}
.introduceR_top span {
	display: block;
	width: 70px;
	height: 30px;
	font: 12px/30px "微软雅黑";
	background: #fff;
	text-align: center;
	border-radius: 5px;
	margin-bottom: 20px;
}
.introduceR_top p {
	font: 14px/28px "微软雅黑";
	color: #fff;
	margin-bottom: 15px;
}
.introduceR_Btm{
	background: #fff;
	padding: 20px 20px;
	box-sizing: border-box;
	border: 1px solid #cdcdcd;
	border-top: 0;
	border-radius: 0 0 5px 5px;
}
.introduceR_Btm a {
	color: #666;
}
.introduceR_Btm a i{
	font-size: 20px;
	margin-right: 5px;
}
.introduceR_Btm a:hover{
	color: #007AFF;
}
.applyScenarios {
	padding: 30px 0;
}
#certify .swiper-slide {
	background: url(../images/pro-bg1.png) no-repeat;
	background-size: 100% 100%;
}
.modularOneList h3 {
	font: 22px/32px "微软雅黑";
	padding: 0 30px;
	box-sizing: border-box;
}
.modularOneList-info p {
	text-align: center;
	font: 16px/20px "微软雅黑";
	display: none;
	padding: 0 20px;
	/* display: -webkit-box; */
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
	overflow: hidden;
	height: 140px;
}