.luminWrapper{
	    width: 1200px;
	    margin: 0 auto;
	    position: relative;
	    padding: 0;
}
.grayDiv{
	background-color: #f5f9fb;
}
.textDiv{
	display: flex;
	flex-direction: initial;
	justify-content: space-between;
	padding-bottom: 80px;
	align-items: center;
}
.textDivTitle{
	text-align: center;
	margin: 60px 0;
}
.textDivTitle span{
	font-size: 36px;
	width: 24px;
	color: black;
	margin-right: 10px;
	margin-left: 10px;
}
.colorLineShu{
	height: 80px;
	width: 4px;
	background: -webkit-linear-gradient(top, rgb(128,243,253),rgb(97,171,253));
}
.textDivContent{
	min-width: calc(90% - 550px);
}
.textDivContent img{
	margin-top: 75px;
	margin-bottom: 10px;
}
.textDivContent p{
	font-size: 16px;
	color: #666;
	letter-spacing: 1px;
	line-height: 36px;
	display: flex;
	flex-direction: initial;
	align-items: center;
}
.textDivPic{
	width: 550px;
	height: auto;
}
.picDiv{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-top: 80px;
	padding-bottom: 80px;
}
.colorLineHeng{
	width: 80px;
	height: 4px;
	background: -webkit-linear-gradient(left, rgb(128,243,253),rgb(97,171,253));
	margin-top: 5px;
	margin-bottom: 10px;
}
.picDivTitle{
	font-size: 24px;
	font-weight: bold;
	color: black;
}
.picDivImgBox{
	max-width: 1200px;
	display: flex;
	flex-direction: initial;
	height: auto;
	margin-top: 40px;
}
.picDivImgBox div{
	flex: 1;
	margin: 0 60px;
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: end;
}
.picDivImgBox span{
	margin-top: 30px;
	font-size: 28px;
	color: #666;
}
.clear{
	display: table;
	content: "";
	clear: both;
}
.blueBlock{
	width: 5px;
	height: 5px;
	display: inline-block;
	background-color: #1C6BFF;
	margin-right: 10px;
}
.strigula{
	width: 120px;
	height: 4px;
	background-color: #1C6BFF;
	display: inline-block;
	margin-top: 15px;
}
.hardwareList{
	
}
.hardwareList ul{
	display: flex;
	flex-direction: initial;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	margin: 0;
}
.hardwareList ul li{
	width: 345px;
	display: flex;
	flex-direction: column;
	box-shadow: 0px 2px 6px 0px rgb(238 238 238);
	border-radius: 20px;
	border: 2px solid rgba(238, 238, 238, 1);
	margin-bottom: 30px;
}
.hardwareList ul li .hardwarePhoto{
	text-align: center;
	height: 195px;
	padding: 5%;
}
.hardwareList ul li .hardwarePhoto img{
	height: 90%;
}
.hardwareList ul li .hardwareText{
	font-size: 18px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	background: #1C6BFF;
	color: #ffffff;
}
.commercialCase ul{
	padding: 0;
	display: flex;
	flex-direction: initial;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.commercialCase ul li{
	width: 232px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 15px;
	cursor: pointer;
}
.commercialCase ul li img{
	width: 100%;
}
.commercialCase ul li span{
	color: #6D7783;
	font-size: 18px;
	margin-top: 15px;
}