/* 首页智能制造 */
.n_banner{
  /* height: 7.14rem; */
  height:auto;
  width:100%;
  margin-top:79px;
}
.n_banner img{
  height: auto;
  width:100%;
}
.p-nav{
  width:100%;
  height:4.93rem;
  background: #EFEFEF;
  overflow: hidden;
}
.sitemp{
  margin-left:-15px;
  line-height: 4.93rem;
}
.sitemp .site{
  float:left;
}
.sitemp .site > a{
  color:#666;
}
.sitemp .site > span{
  color:#666;
}
.fwzc{
	margin-bottom: 5rem;
}
.fwzc > div{
	margin-top:5rem;
}
.fwzc-img img{
	width: 100%;
}
.fwzc-line{
	text-align: center;
}
.fwzc-line img{
	width: 80%;
}
#line{
  width: 100%;
  height: 0.5rem;
  background: #01e4ea;
  margin-bottom: 2rem;
}

@media (max-width:768px){
	.fwzc{
		margin-bottom: 0rem;
	}
	.fwzc > div{
		margin-top:1rem;
	}
	#line{
	    margin-bottom: 0rem;
	  }
	
}