/* 我们拥有全网全量企业公开信息 */
.section-data ul {
	width: 100%;
	max-width: 13.6rem;
	padding: 0 0 0 .8rem;
	margin: 0 auto;
	overflow: auto;
}

.section-data ul li {
	width: 33.33%;
	padding: 0 0 0 .6rem;
	margin: 0 0 .7rem;
	background: url(../../images/common/section-data/icon1.png) left 66% no-repeat;
	background-size: .41rem .41rem;
	float: left;
}

.section-data ul li:nth-child(2) {
	background-image: url(../../images/common/section-data/icon2.png);
}

.section-data ul li:nth-child(3) {
	background-image: url(../../images/common/section-data/icon3.png);
}

.section-data ul li:nth-child(4) {
	background-image: url(../../images/common/section-data/icon4.png);
}

.section-data ul li:nth-child(5) {
	background-image: url(../../images/common/section-data/icon5.png);
}

.section-data ul li:nth-child(6) {
	background-image: url(../../images/common/section-data/icon6.png);
}

.section-data h3 {
	font-size: .26rem;
}

.section-data p {
	height: 1.00rem;
	line-height: 1.00rem;
	font-size: .5rem;
	color: #2c51c5;
	position: relative;
}

.section-data .number {
	display: inline-block;
	font-size: .6rem;
	margin-right: .10rem;
	position: relative;
	top: .05rem;
}

@media (max-width:1100px) {
	.section-data p {
		font-size: .43rem;
	}

	.section-data .number {
		font-size: .53rem;
	}

	.section-data h3 {
		font-size: .2rem;
	}
}

@media (max-width:1000px) {
	.section-data p {
		font-size: .35rem;
	}

	.section-data .number {
		font-size: .45rem;
	}
}

@media (max-width:900px) {
	.section-data ul {
		max-width: inherit;
	}

	.section-data p {
		font-size: .6rem;
	}

	.section-data .number {
		font-size: .7rem;
	}

	.section-data h3 {
		font-size: .26rem;
	}
}

@media (max-width:750px) {
	.section-data ul li {
		width: 50%;
	}

	.section-data p {
		font-size: .5rem;
	}

	.section-data .number {
		font-size: .6rem;
	}
}

@media (max-width:500px) {
	.section-data ul {
		padding: 0 0 0 .3rem;
	}
}
