/* 公司变更需要的资料 */
.need-file {
	display: flex;
	justify-content: space-between;
	align-content: space-between;
	flex-wrap: wrap;
	position: absolute;
	top: 130px;
	left: 150px;
	width: 600px;
	height: 350px;
}

.need-file-item {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 300px;
	height: 50px;
}

.need-file-item img {
	width: 75px;
	height: 50px;
}

.need-file-item span {
	width: 225px;
	padding:0 10px 0 15px;
	box-sizing: border-box;
	font-size:15px;
	font-family:MingHei_R;
	font-weight:bold;
	color:rgba(0,0,0,1);
}

/* 整个流程时间约为7-15个工作日  */
.all-process .top {
	width: 100%;
	height: 450px;
	padding-top: 125px;
	box-sizing: border-box;
	background-color: #e0e0e0;
}

.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: 30p;
	line-height: 30px;
}

.all-process .bottom {
	position: relative;
	width: 100%;
	height: 330px;
	background-color: #fff;
}

.all-process-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	top: -200px;
	left: 50%;
	height: 440px;
	width: 1200px;
	transform: translateX(-50%);
}

.all-process-item {
	width: 228px;
	height: 440px;
	border: 1px solid #000;
	box-sizing: border-box;
}

.all-process-item img {
	width: 100%;
	height: 200px;
}

.all-process-item h2 {
	width: 100%;
	text-align: center;
	margin: 40px 0 45px;
}

.all-process-item div {
	width: 100%;
	padding: 0 45px;
	box-sizing: border-box;
	font-size:16px;
	font-family:MingHei_R;
	font-weight:400;
	color:rgba(0,0,0,1);
	line-height: 25px;
}

/* 各种企业变更 */
.enterprise-cancel {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	padding: 75px 0;
	box-sizing: border-box;
}

.enterprise-cancel .cancel-context {
	width: 60%;
	height: 100%;
	padding-top: 10px;
	padding-left: 80px;
	box-sizing: border-box;
}

.enterprise-cancel .cancel-context h1 {
	margin-bottom: 40px;
	font-size: 35px;
	font-family: DengXian;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
}

.enterprise-cancel .cancel-context .section {
	display: flex;
	margin-bottom: 20px;
}

.enterprise-cancel .cancel-context .section .tit {
	width: 110px;
}

.enterprise-cancel .cancel-context .section div {
	width: calc(100% - 110px);
}

.enterprise-cancel .cancel-context .section div p {
	width: 100%;
	margin-bottom: 12px;
}

.enterprise-cancel .cancel-img {
	width: 40%;
	height: 100%;
	box-sizing: border-box;
}

/*  公司法人变更 公司注册资本变更 公司地址变更*/
.various-companies-bg1 {
	height: 550px;
	background-color: #e7e2d7;
}

/*  股东变更 五证合一（税务+换证） */
.various-companies-bg3 {
	height: 550px;
	background-color: #e6f1ff;
}

/* 公司名称变更*/
.various-companies-bg2 {
	height: 640px;
}

.various-companies-bg2 .top{
	position: relative;
	height: 245px;
	width: 100%;
	padding-top: 75px;
}

.various-companies-bg2 .bottom {
	height: 245px;
	width: 100%;
	padding-bottom: 75px;
}

.various-companies-bg2 .top .box {
	position: absolute;
	top: 75px;
	left: 50%;
	height: 490px;
	transform: translateX(-50%);
	padding: 0;
	background-color: #fff;
}

.various-companies-bg2 .cancel-context h1 {
	padding-top: 50px;
}

/* 公司经营范围变更 公司名称变更 */
.company-name .top,
.manage-area .bottom {
	background-color: #e6f1ff;
}

.company-name .bottom,
.manage-area .top {
	background-color: #e7e2d7;
}

/* 股东变更 */
.shareholder {
	padding-top: 50px;
}

/* 五证合一（税务+换证） */
.fives-certificate {
	padding-bottom: 50px;
}