/*企业简介*/
.contain {
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: top right;
}
.contain .content.intro {
}
.contain .content.intro .w1200 {
	background-color: #512F1F;
}
.contain .content.intro .w1200 * {
	color: #fff;
}
.contain .content.intro .w1200 .bottom {
	padding: 1rem 5rem;
}
.contain .content.number {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.contain .content.number .w1200 {
	position: relative;
	height: 300px;
}
.contain .content.number .w1200 .desc {
	background-size: contain;
	opacity: 0.8;

	color: #fff;
	position: absolute;
	right: 2rem;
	bottom: 2rem;
	width: 500px;
	height: 220px;
	padding: 50px;
	text-indent: 2rem;
	line-height: 2;
}
.contain .content.number .w1200 .desc ul {
	display: flex;
	flex-wrap: wrap;
}
.contain .content.number .w1200 .desc ul li {
	width: 250px;
	margin-bottom: 3rem;
}
.contain .content.number .w1200 .desc ul li .num {
	display: flex;
	align-items: last baseline;
	justify-content: center;
}
.contain .content.number .w1200 .desc ul li .num .count {
	color: #fff;

	font-size: 2rem;
}
.contain .content.number .w1200 .desc ul li .num .unit {
	color: #fff;

}
.contain .content.number .w1200 .desc ul li .tit {
	color: #fff;

	text-align: center;
}