/* banner1 */

.banner-bg1 img {
	display: block;
	width: 100%;
}

/* 整个流程时间约为7-15个工作日  */
.all-process .top {
	width: 100%;
	height: 240px;
	padding-top: 75px;
	box-sizing: border-box;
	background-color: #f5e8c6;
}

.all-process-title {
	text-align: center;
	height: 75px;
}

.all-process-title h1 {
	height: 45p;
	line-height: 45px;
	font-size: 40px;
}

.all-process-title p {
	height: 30px;
	line-height: 30px;
	margin-top: 20px;
}

.all-process .bottom {
	position: relative;
	width: 100%;
	height: 200px;
	background-color: #fff;
}

.all-process-box {
	display: flex;
	justify-content:center;
	align-items: center;
	position: absolute;
	top: -270px;
	left: 50%;
	height: 440px;
	width: 1200px;
	transform: translateX(-50%);
}

.all-process-item {
	width: 228px;
	height: 300px;
	margin-right: 10px;
	border: 1px solid #000;
	box-sizing: border-box;
}

.all-process-item img {
	display: block;
	width: 100%;
	height: 200px;
}

.all-process-item h2 {
	width: 100%;
	height: 100px;
	line-height: 100px;
	text-align: center;
}

/* 税局报到办理 工商年报公示办理 公司章证遗失补办*/
.transact {
	position: relative;
	margin: 75px 0;
	background-color: #fff;
}

.transact img {
	display: block;
	width: 100%;
}

.check-in {
	position: relative;
}

.transact-content {
	position: absolute;
	width: 380px;
}

.transact-content h1 {
	font-size: 45px;
	color: #f7953e;
	margin-bottom: 30px;
}

.transact-content p {
	font-size: 18px;
	line-height: 30px;
	color: #626262;
}

.transact-content li {
	font-size: 18px;
	line-height: 30px;
	color: #626262;
}

/* 税局报到办理 */
.check-in .transact-content {
	top: 70px;
	right: 130px;
}

.check-in .transact-content p,
.check-in .transact-content ul {
	display: inline-block;
	vertical-align: top;
}

/* 工商年报公示办理 */
.business .transact-content{
	top: 110px;
	left: 20%;
}

/* 公司章证遗失补办 */
.company-seal .transact-content {
	top: 120px;
	left: 50%;
	text-align: right;
}