/*reset css*/
body{margin:0px;width:100%;}
h4,h3{margin:0px;}
a{text-decoration: none;}
i{font-style: normal;}
p{margin:0px;}
ul{margin:0px; padding:0px;}
li{list-style:none;}
/*resouruce.css*/
#content{
	width:100%;
	max-width:1700px;
	text-align:center;
	margin:0 auto;
}
/*第一块*/
#resouruce_item1{
	width:100%;
	padding:110px 0 60px 0;
	height:344px;
	background:url(../img/resoruce_part1_bg.png) no-repeat center 60px;
	margin:0 auto;
	font-size:14px;
}
/*资源管理*/
#resouruce_item2{
	width:100%;
	padding:20px 0 50px 0;
	text-align: center;
	margin:0 auto;
	background-color:#f6f6f6;
}
#resouruce_item2 h3{
	line-height: 86px;
}
#resouruce_item2_content{
	width:1000px;
	margin:0 auto;
}
#resouruce_item2 .rese_left{
	width:240px;
	background-color:#fff;
	margin:0 auto;
	display:inline-block;
}
#resouruce_item2 .rese_right{
	display:inline-block;
	width:748px;
}
#resouruce_item2 .rese_right>li{
	width:240px;
	background-color:#fff;
	margin:0 auto;
	display:inline-block;
	margin-bottom:28px;
}
#resouruce_item2 span{
	display:block;
	line-height:60px;
}
/*数据管理优势*/
#resouruce_item3{
	width:1000px;
	padding:50px 0;
	text-align: center;
	margin:0 auto;
}
#resouruce_item3 .reso3_right{
	width:300px;
	margin-left:40px;
	display:inline-block;
	text-align:left;
}
#resouruce_item3 h3{
	border-left:solid 3px #e82a16;
	margin-bottom: 150px;
	margin-top:30px;
	padding-left:10px;
}
#resouruce_item3 img{
	vertical-align: sub;
}
#resouruce_item3 ul>li{
	margin-bottom: 10px;
}
/*政府决策支持*/
#resouruce_item4{
	width:100%;
	padding:20px 0;
	text-align: center;
	margin:0 auto;
}
#resouruce_item4>img{
	width:1000px;
}
#resouruce_item4>h3{
	line-height:80px;
}
#resouruce_item4>p{
	line-height:20px;
	color:#999;
}
@media only screen and (max-device-width:768px){
	#resouruce_item1{
		padding-top:80px;
	}
	/*分割线*/
	#resouruce_item2{
		padding:5px;
	}
	#resouruce_item2_content{
		width:100%;
	}
	#resouruce_item2 h3{
		font-size:14px;
		line-height:50px;
	}
	#resouruce_item2 .rese_left{
		width:30%;
		margin-bottom:20px;
	}
	#resouruce_item2 .rese_left>img{
		width:100%;
	}
	#resouruce_item2 span{
		font-size:10px;
		line-height:30px;
	}
	#resouruce_item2 .rese_right{
		width:100%;
	}
	#resouruce_item2 .rese_right>li{
		width:30%;
	}
	#resouruce_item2 .rese_right>li>img{
		width:100%;
	}
	/*分割线*/
	#resouruce_item3{
		width:100%;
		padding:20px;
	}
	#resouruce_item3>img{
		width:50%;
	}
	#resouruce_item3 .reso3_right{
		width:80%;
	}
	#resouruce_item3 h3{
		font-size:14px;
		margin-bottom:30px;
	}
	#resouruce_item3 ul>li{
		font-size:10px;
	}
	#resouruce_item3 ul>li>img{
		width:7%;
	}
	/*分割线*/
	#resouruce_item4>h3{
		font-size:14px;
		line-height:50px;
	}
	#resouruce_item4>p{
		font-size:10px;
	}
	#resouruce_item4>img{
		width:80%;
	}
}
