/*reset css*/
body{margin:0px;width:100%;}
h4,h5{margin:0px;}
a{text-decoration: none;}
i{font-style: normal;}
p{margin:0px;}
ul{margin:0px; padding:0px;}
li{list-style:none;}
/*service.css*/
#content{
	width:100%;
	max-width:1700px;
	margin:0 auto;
	text-align: center;
}
/*第一块*/
.service_item1{
	width:100%;
	padding:90px 0 50px 0;
}
.service_item1>img{
	margin-top:-80px;
	margin-bottom:20px ;
}
.service_item1 .service_item1_right{
	width:500px;
	height:226px;
	background-color:rgba(0,0,0,.0);
	border:solid 1px #999;
	display:inline-block;
	margin-left:-40px;
	padding:50px 60px;
	text-align: left;
}
/*市民服务*/
#service_item2{
	width:100%;
	padding:20px 0 50px 0;
	text-align: center;
	margin:0 auto;
	background-color:#f6f6f6;
}
#service_item2 h3{
	line-height: 86px;
}
#sercive_item2_comtent{
	width:1000px;
	margin:0 auto;
}
#service_item2 .service_left{
	width:240px;
	background-color:#fff;
	margin:0 auto;
	display:inline-block;
}
#service_item2 .service_right{
	display:inline-block;
	width:748px;
}
#service_item2 .service_right>li{
	width:240px;
	background-color:#fff;
	margin:0 auto;
	display:inline-block;
	margin-bottom:28px;
}
#service_item2 span{
	display:block;
	line-height:60px;
}
/*智慧停车*/
#service_item3{
	width:100%;
	padding:50px 0;
}
#service_item3>h3{
	line-height:50px;
}
#service_item3 ul{
	margin-top:30px;
}
#service_item3 ul li{
	width:160px;
	display:inline-block;
}
#service_item3 ul li>img{
	padding-bottom:20px;
}
@media only screen and (max-device-width:768px){
	.service_item1>img{
		width:80%;
	}
	.service_item1 .service_item1_right{
		width:90%;
		height:auto;
		margin:0 auto;
		padding:20px 10px;
	}
	/*分割线*/
	#service_item2{
		padding:20px 10px;
	}
	#sercive_item2_comtent{
		width:100%;
	}
	#service_item2 h3{
		font-size:14px;
		line-height:50px;
		margin:0;
	}
	#service_item2 .service_left{
		width:30%;
		margin-bottom:20px;
	}
	#service_item2 img{
		width:100%;
	}
	#service_item2 span{
		font-size:10px;
		line-height:30px;
	}
	#service_item2 .service_right{
		width:100%;
	}
	#service_item2 .service_right>li{
		width:30%;
	}
	/*分割线*/
	#service_item3{
		padding:20px 0;
	}
	#service_item3>h3{
		font-size:14px;
		margin:0;
	}
	#service_item3 ul li{
		width:auto;
		font-size:10px;
	}
}
