/* banner */
.banner-img {
	display: block;
}


.con-title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100px;
	width: 100%;
}

.con-title .ch-txt {
	font-size: 44px;
	font-family: DengXian;
	font-weight: 400;
	margin-bottom: 10px;
}

.con-title .en-txt {
	font-size: 14px;
	font-family: DengXian;
	font-weight: 400;
}

/* 公司注册所需的文件 */
.need-file {
	height: 450px;
	padding: 75px 0 55px;
	box-sizing: border-box;
}

.need-file-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 200px;
	margin-top: 20px;
	padding: 40px;
	box-sizing: border-box;
	border: 1px solid rgba(0, 0, 0, 1);

}

.need-file-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 33%;
	height: 100%;
	background-color: #e09651;
}

.need-file-item .need-file-img {
	display: block;
	width: 50%;
	height: 100%;
	background-color: #fff;
	padding: 15px 20px;
	box-sizing: border-box;
}

.need-file-item .need-file-txt {
	width: 50%;
	height: 100%;
	padding: 20px;
	box-sizing: border-box;
}

.need-file-item .need-file-txt h3 {
	font-size: 18px;
	font-weight: 400;
	color: rgba(249, 249, 249, 1);
	line-height: 20px;
	margin-bottom: 15px;
}

.need-file-item .need-file-txt p {
	font-size: 11px;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: rgba(0, 0, 0, 1);
}

/* 注册流程 */
.registered-process {
	background-color: #f6f6f6;
	box-sizing: border-box;
}

.registered-process .container-center {
	height: 440px;
	padding: 30px 0;
	box-sizing: border-box;
}

.process-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 170px;
	margin-top: 50px;
}

.process-item {
	width: 104px;
	height: 100%;
}

.process-item-top {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 104px;
}

.process-item .process-item-top img {
	width: 100%;
	height: 100%;
}

.process-item .process-item-top::after {
	position: absolute;
	top: 50%;
	right: -120%;
	content: '';
	width: 70px;
	height: 30px;
	background: url(../../images/2020/process-img.png) no-repeat;
	background-size: 100% 100%;
	transform: translateY(-50%);
}

.process-item:last-child .process-item-top::after {
	display: none;
}

.process-item-txt {
	width: 100%;
	height: 66px;
	padding: 10px;
	text-align: center;
	box-sizing: border-box;
}

.process-item-txt h3 {
	font-size: 18px;
	font-weight: 400;
	color: rgba(94, 94, 94, 1);
	line-height: 26px;
}

.process-item-txt p {
	font-size: 13px;
	font-weight: 400;
	color: rgba(209, 138, 72, 1);
	line-height: 20px;
}

.registered-process .note {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 60px;
	text-align: center;
}

.registered-process .note img {
	width: 25px;
}

.registered-process .note span {
	font-size: 15px;
	font-weight: 400;
	color: rgba(255, 0, 23, 1);
}

.registered-process-img {
	display: block;
	width: 100%;
}

/* 注册公司后得到的资料 */
.over-file {
	height: 500px;
	padding: 60px;
	box-sizing: border-box;
}

.over-file-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 250px;
	padding: 0 250px;
	margin: 30px 0;
	box-sizing: border-box;
}

.over-file-item {
	width: 148px;
	height: 100%;
	border: 1px solid #c87c4c;
}

.over-file-item img {
	display: block;
	width: 100%;
	height: 200px;
}

.over-file-item p {
	width: 100%;
	height: 50px;
	background-color: #c87c4c;
	line-height: 50px;
	font-size: 14px;
	color: rgba(255, 255, 255, 1);
	text-align: center;
}

/* 公司注册后需要做什么  */
.register-over-do {
	height: 1600px;
	padding: 100px 0;
	background-color: #f6f6f6;
}

.over-do-box {
	display: flex;
	justify-content: space-between;
	height: 100%;
	padding: 0 100px;
	box-sizing: border-box;
}

.over-do-lt,
.over-do-gt {
	width: calc((100% - 80px) / 2);
	height: 100%;
}

.over-do-lt .title-box {
	width: 100%;
	height: 308px;
	padding-top: 30px;
	box-sizing: border-box;
}

.over-do-lt .title-box .ch-txt {
	height: 50px;
	font-size: 29px;
	line-height: 50px;
	font-family: Adobe Heiti Std;
	font-weight: bold;
	color: rgba(25, 21, 18, 1);
}

.over-do-lt .title-box .en-txt {
	height: 25px;
	font-size: 14px;
	line-height: 25px;
}

.over-do-lt .title-box .text {
	width: 262px;
	margin-top: 40px;
	font-size: 20px;
	font-family: DengXian;
	font-weight: 400;
	color: rgba(25, 21, 18, 1);
	line-height: 35px;
}

.over-do-item {
	width: 100%;
}

.over-do-item img {
	display: block;
	width: 100%;
}

.over-do-item .tit {
	width: 100%;
	height: 45px;
	padding-top: 15px;
	font-size: 29px;
	font-family: Adobe Heiti Std;
	font-weight: bold;
	color: rgba(255, 156, 51, 1);
	line-height: 45px;

}

.over-do-item p {
	width: 100%;
	margin-bottom: 15px;
	padding-left: 24px;
	box-sizing: border-box;
	font-size: 16px;
}

.over-do-context {
	width: 100%;
	line-height: 35px;
	font-size: 20px;
	color: rgba(25, 21, 18, 1);
}

.over-do-item1 {
	margin-bottom: 100px;
}

.over-do-item2 {
	margin-bottom: 226px;
}

.over-do-item3 {
	margin-bottom: 60px;
}

.over-do-item3 .over-do-context {
	padding-right: 140px;
	box-sizing: border-box;
}