body{
	
}
.main{
	height: 100%;
	position: relative;
}
.imgUs{
	margin: 20px 0;
	height: 228px;
	background: url(../img/imgUs.jpg) 0 0 no-repeat;
}
.title3{
	width: 130px;
	border-left: 2px solid #366fda;
	padding-left: 20px;
	margin-top: 30px;
}
.developing{
	font-weight: 600;
	/* height:100px; */
	
	/* border: 2px solid #ec7724; */
	padding: 30px 0 30px 0;
}
.developing span{
	display: inline-block;
	width:40px;
	height:40px;
	vertical-align: middle;
	background-image: url(../img/halSwitchIco.png) ;
	background-size: 100% 100%;
}
.developing span:nth-of-type(2){
	background-image: url(../img/lineIco.png);
	
	background-size: 100% 100%;
}
.developing span:nth-of-type(3){
	background-image: url(../img/angleIco.png);

	background-size: 100% 100%;
}
.developing span:nth-of-type(4){
	background-image: url(../img/mcuIco.png);
	
	background-size: 100% 100%;
}
.developing div{
	display: inline-block;
	margin-right: 40px;
}
.productModule th{
	border-bottom: 1px solid #306695;
}
.productModule td{
	padding: 3px 8px 3px 3px;
	border-bottom: 1px solid #306695;
}
table
  {
  border-collapse:collapse;
  }
.iconfont{
	width: 50px;
	height: 50px;
	font-size: 24px;
	color: #ec7724;
}
.MsIntroduce{
	padding: 20px;
    margin: 0;
    font-family: 'Microsoft YaHei';
    color: #141414;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    line-height: 30px;
    word-wrap: break-word;
    word-break: normal;
	
}
.MsIntroduce p{
	text-indent: 28px;
}
.footer{
	/* width: 100%; */
	height: 50px;
	background-color: #141414;
	padding:0 20px;
	margin-top:30px;
}
.footer a{
	display:inline-block;
	color: #ffffff;
	margin:5px 15px;
	float:right;
}
.footer .name{
	display: inline-block;
	margin: 5px 15px;
	color: #FFFFFF;
}