.intelImg{
	width: 100%;
	height: 460px;
	background: url(../images/intelligence.jpg) center center no-repeat;
	background-size: 100% auto;
}
.intelBody{
	width: 1200px;
	margin: 0 auto;
}
.license{
	margin-top: 60px;
	margin-bottom: 130px;
}
.license li{
	display: inline-block;
	margin-left: 45px;
	width: 367px;
	height: 390px;
	overflow: hidden;
	background: #f1f4f6;
	margin-bottom: 40px;
}
.license li:nth-child(1){
	margin-left: 0;
}
.license .img{
	height: 270px;
	padding: 15px 0;
	background: #f6f5f1;
	border: 2px solid #dfbf8e;
}
.license .img img{
	width: 100%;
	margin: 0 auto;
}
.license .text{
	padding-top: 25px;
	padding: 20px 35px 0 35px;
	height: 118px;
	background: #f7f5ec;
}
.license h3{
	font-weight: normal;
	font-size: 16px;
	color: #EC6C00;
}
.license p{
	font-size: 16px;
	color: #a48376;
	margin-top: 5px;
}