/* banner */
.banner img {
	display: block;
	width: 100%;
}

/*注册地址租赁  */
.address-lease {
	padding: 100px 0 50px;
	background-color: #e1ffd2;
}

.address-lease .container-center {
		padding: 0 250px;
		box-sizing: border-box;
}

.address-lease .title {
	width: 100%;
	text-align: center;
	font-size: 44px;
}

.address-lease .lease-content {
	width: 100%;
	height:138px;
	margin: 100px 0;
	box-sizing: border-box;
	font-size:22px;
	font-family:SourceHanSansCN;
	font-weight:400;
	color:rgba(0,0,0,1);
	line-height:29px;
}

.address-lease .lease-step {
	width:100%;
	height:79px;
	font-size:22px;
	font-family:SourceHanSansCN;
	font-weight:400;
	color:rgba(0,0,0,1);
	line-height:29px;
}

 /* 孵化器地址图片 */
.incubator-img-box {
	padding: 120px 0;
	background-color: #e1ffd2;
}

.incubator-img-box .container-center {
	padding:0 250px;
	box-sizing: border-box;
}

.incubator-img-box img {
	display: block;
	width: 100%;
}

.incubator-imgs {
	display: flex;
	justify-content: space-between;
	align-content: space-between;
	flex-wrap: wrap;
	width: 700px;
	height: 470px;
	margin-top: 30px;
}

.incubator-imgs img {
	width: 345px;
	height: 230px;
}

/* 开放式办公卡位  40-200平方独立单元办公室 2-6人间小户型办公室 */
.office-box .container-center {
	padding:0 250px;
	box-sizing: border-box;
}

.office-box .title {
	width: 100%;
	margin-bottom:100px;
	text-align: center;
	font-size: 44px;
}

.office-box img {
	display: block;
	width: 100%;
}

/* 开放式办公卡位 */
.open-office {
	padding: 150px 0 ;
	background-color: #d2fff7;
	border-top: 15px solid #000;
	border-bottom: 15px solid #000;
	box-sizing: border-box;
}

.open-office .incubator-img {
	width: 700px;
	height: 525px;
	margin-top: 50px;
}

/* 40-200平方独立单元办公室 */
.independent-office {
	position: relative;
	padding: 150px 0;
	background-color: #ffedd2;
}

.independent-office .incubator-img {
	display: block;
	width: 700px;
	height: 525px;
	margin-top: 50px;
}

/* 2-6人间小户型办公室 */
.small-office {
	padding: 150px 0 50px;
	background-color: #e4e2ff;
}

.small-office img {
	margin-bottom: 50px;
}