/* CSS Document */
.banner-wrap {
	min-width: 1160px;
	overflow: hidden;
	height: 420px;
	background: url("../Images/company/company.png") center center no-repeat;
	background-size: cover;
	margin-top: 70px;
}

/*服务内容*/
.serve-container-wrap {
	min-width: 1160px;
	background: rgba(250, 251, 252, 1);
	position: relative;
}

.suspension-box {
	width: 1160px;
	margin: 0 auto;
	padding: 27px 0 24px;
	display: flex;
	position: absolute;
	top: -94px;
	left: 50%;
	margin-left: -580px;
	background-color: #fff;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.08);
	border-radius: 4px;
}

.suspension-item {
	flex: 1;
	text-align: center;
}

.suspension-title {
	font-size: 48px;
	height: 57px;
	line-height: 57px;
	color: #2B2E2E;
	font-weight: 400;
	margin-bottom: 8px;
}

.title-small {
	font-size: 34px;
	color: #2B2E2E;
	font-weight: 500;
	vertical-align: super;
	margin-left: 8px;
}

.title-small2 {
	font-size: 22px;
}

.title-small3 {
	font-size: 20px;
	font-weight: bold;
}

.suspension-content {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.65);
	letter-spacing: 2px;
	height: 28px;
	line-height: 28px;
	font-weight: 400;
}

.aboutus-box {
	background-color: #fff;
}

.center-box {
	background-color: #F5F7F9;
}

.idea-box {
	background-color: #fff;
}

.content-box {
	width: 1160px;
	margin: 0 auto;
	padding-top: 110px;
	padding-bottom: 50px;
	height: 490px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}

.content2-box {
	width: 1160px;
	margin: 0 auto;
	padding-top: 44px;
	padding-bottom: 40px;
	height: 440px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}

.content3-box {
	width: 1160px;
	margin: 0 auto;
	padding-top: 77px;
	padding-bottom: 80px;
	height: 556px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}

.aboutus-item {
	width: 520px;
}

.aboutus-img {
	width: 495px;
	height: 330px;
	background: url("../Images/company/about.png") center center no-repeat;
	background-size: cover;
}

.idea-img {
	width: 536px;
	height: 399px;
	background: url("../Images/company/idea.png") center center no-repeat;
	background-size: cover;
}

.map-img {
	width: 448px;
	height: 320px;
	background: url("../Images/company/map.png") center center no-repeat;
	background-size: cover;
}

.aboutus-title {
	font-size: 20px;
	color: rgba(0, 0, 0, 0.85);
	line-height: 32px;
	font-weight: 400;
	margin-bottom: 41px;
	padding-top: 16px;
}

.aboutus-content {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.65);
	line-height: 40px;
	font-weight: 400;
}

.icon-left {
	display: inline-block;
	width: 5px;
	height: 16px;
	background-color: #C9A375;
	margin-right: 16px;
}

.absorbed-box {
	width: 100%;
	min-width: 1160px;
	height: 480px;
	padding-top: 56px;
	box-sizing: border-box;
	background: url("../Images/company/absorbed.png") center center no-repeat;
	background-size: cover;
}

.absorbed-title {
	font-size: 32px;
	color: #dbdde4;
	font-weight: 500;
	text-align: center;
	margin-bottom: 75px;
}

.absorbed-content {
	width: 1160px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	color: #dbdde4;
}

.absorbed-item {
	width: 228px;
}

.absorbed-border {
	width: 40px;
	height: 2px;
	background-color: #dbdde4;
	transform: rotate(-45deg);
	margin-bottom: 14px;
}

.absorbed-num {
	font-size: 48px;
	line-height: 57px;
	margin-bottom: 20px;
}

.absorbed-desc {
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 4px;
	width: 100%;
	height: 160px;
	box-sizing: border-box;
	padding: 16px;
	font-size: 16px;
	line-height: 28px;
}