/* 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: 18px;
	font-family: DengXian;
	font-weight: 400;
}

/* 注册香港公司条件 */
.company-conditions {
	padding: 100px 0;
	background-color: #c6e5ff;
}

.company-conditions-content {
	width: 800px;
	margin: 50px auto 0;
}

.company-conditions-item {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}
.company-conditions-item img {
	width: 100%;
}

.company-conditions-item p {
	position: absolute;
	top:75px;
	left: 160px;
	width: 500px;
	font-size: 26px;
	line-height: 35px;
}


/* 香港注册公司所需材料 */
.need-file {
	padding: 75px 0;
	background-color: #cdffc6;
}

.need-file-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1000px;
	margin: 40px auto 0;
}

.need-file-box .need-file-item {
	width: 45%;
	height: 415px;
	padding: 0 45px;
	box-sizing: border-box;
	font-size: 20px;
	line-height: 30px;
}

.need-file-box .need-file-item:nth-child(1) {
	background: url(../../images/2020/need-file-item1.png) no-repeat;
	background-size: 100% 100%;
}

.need-file-box .need-file-item:nth-child(2) {
	background: url(../../images/2020/need-file-item2.png) no-repeat;
	background-size: 100% 100%;
}

.need-file-box .need-file-item h3 {
	width: 100%;
	text-align: center;
	margin: 145px 0 15px;
	font-weight: normal;
}

.need-file-box .need-file-item p {
	width: 100%;
}


/* 公司注册流程 */
.registered-process {
	padding: 100px 0 50px;
	background-color: #fff4e4;
}

.registered-process-content {
	position: relative;
	width: 800px;
	height: 380px;
	margin: 50px auto 0;
	background:url(../../images/2020/registered-process-bg.png) no-repeat;
	background-size: 100% 100%;
}

.registered-process-item {
	position: absolute;
	width: 120px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
}

.registered-process-item:nth-child(1) {
		top: 100px;
	left: 30px;
}

.registered-process-item:nth-child(2) {
	top: 100px;
	left: 235px;
}

.registered-process-item:nth-child(3) {
	top: 100px;
	left: 440px;
}

.registered-process-item:nth-child(4) {
		top: 100px;
	left: 650px;
}

.registered-process-item:nth-child(5) {
		bottom: 30px;
	left: 30px;
}

.registered-process-item:nth-child(6) {
	bottom: 30px;
	left: 235px;
}

.registered-process-item:nth-child(7) {
	bottom: 30px;
	left: 440px;
}

.registered-process-item:nth-child(8) {
	bottom: 30px;
	left: 650px;
}

/* 拿证需要多久 */
.how-long {
	padding: 75px 0 50px;
	background-color: #fff4e4;
}

.how-long-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 800px;
	height: 320px;
	margin: 40px auto 0;
	background: url(../../images/2020/how-long-bg.png) no-repeat;
	background-size: 100% 100%;
}

.how-long-item {
	width: 172px;
	height: 320px;
}

.how-long-item .num {
	display: block;
	width: 100%;
	margin: 50px 0 70px;
	text-align: center;
	font-size: 45px;
	font-weight: 600;
}

.how-long-item .text {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: #fff;
}

.how-long-item:nth-child(1) .num {
	color: #189fab;
}

.how-long-item:nth-child(2) .num {
	color: #494897;
}

.how-long-item:nth-child(3) .num {
	color: #ef542f;
}

.how-long-item:nth-child(4) .num {
	color: #3c9d1a;
}
 
.how-long-tips {
	width: 100%;
	margin: 40px auto;
	color: #FF0000;
	font-size: 20px;
	text-align: center;
}


/* 成功注册后材料 */
.success-file {
	padding: 75px 0 100px;
	background-color: #fff4e4;
}

.success-file-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 600px;
	margin: 40px auto 0;
}

.success-file-text {
	width: 250px;
}

.success-file-text p {
	line-height: 30px;
	font-size: 25px;
}

.success-file-img {
	display: block;
	width: 350px;
}

/* 做账审计业务简介 */
.business-profile {
	padding: 75px 0 50px;
	background-color: #f6f6f6;
}

.business-profile-content {
	position: relative;
	width: 550px;
	height: 860px;
	margin: 40px auto 0;
	background: url(../../../images/2020/business-profile-bg.png) no-repeat;
	background-size: 100% 100%;
}

.business-profile-content p {
	position: absolute;
	left: 300px;
	width: 180px;
	line-height: 35px;
	font-size: 30px;
	color: #fff;
}

.business-profile-content p:nth-child(1) {
		top: 0px;
		background-color: #292a2a;
		text-align: center;
		padding: 10px 15px;
}

.business-profile-content p:nth-child(2) {
		top: 135px;
}

.business-profile-content p:nth-child(3) {
		top: 280px;
}

.business-profile-content p:nth-child(4) {
		top: 440px;
}

.business-profile-content p:nth-child(5) {
		top: 620px;
}

.business-profile-content p:nth-child(6) {
		top: 775px;
}

/* 所需资料（贸易账） */
.required-materials {
	padding: 100px 0 130px;
	background-color: #f6f6f6;
}

.required-materials-content {
	width: 600px;
	margin: 0 auto;
}

.required-materials h1 {
	width: 300px;
	height: 50px;
	font-size: 30px;
	border-radius: 30px;
	background-color:#458ACA;
	text-align: center;
	line-height: 50px;
	color: #fff;
}

.required-materials-item {
	position: relative;
	width: 600px;
	border: 2px solid #458ACA;
	padding: 10px 0px 10px 90px;
	box-sizing: border-box;
	margin: 15px 0;
	border-radius: 26px;
	font-size: 34px;
	line-height: 40px;
}

.required-materials-item::before {
	position: absolute;
	top: 50%;
	left: 30px;
	transform: translateY(-50%);
	content: '';
	width: 30px;
	height: 30px;
	background-color: #458ACA;
	border-radius: 50%;
}