/* S banner */
.banner{
	background-position: center;
	background-size: cover;
}
	.banner .banner-container{
		display: flex;
		justify-content: center;
		align-items: center;
		height: 554px;
	}
		.banner .banner-container img{
			width: 774px;
		}
/* E banner */

/* S离岸公司 */
.lian{}
	.lian .lian-container{}
		.lian .lian-container .main{
			width: 1200px;
			margin: 0 auto;
			position: absolute;
			left: 0;
			right: 0;
			padding-top: 76px;
		}
			.lian .lian-container .main img{
				width: 100%;
			}
		.lian .lian-container .bg{
			height: 310px;
			background-position: center;
			background-size: cover;
		}
/* E离岸公司 */

/* S香港开立账户的好处 */
.haochu{
	background-color: #fff;
}
	.haochu .haochu-container{
		width: 1200px;
		margin: 0 auto;
		padding-top: 100px;
		padding-bottom: 46px;
	}
		.haochu .haochu-container .title{
			margin-bottom: 40px;
		}
			.haochu .haochu-container .title h1{}
		.haochu .haochu-container .con{
			margin-bottom: 40px;
			width: 100%;
		}
			.haochu .haochu-container .con img{
				width: 100%;
			}
		.haochu .haochu-container .btn{}
			.haochu .haochu-container .btn a{}
/* E香港开立账户的好处 */

/* S办理所需资料 */
.ziliao{}
	.ziliao .ziliao-container{
		display: flex;
		height: 570px;
	}
		.ziliao .ziliao-container .left{
			width: 40%;
			background-position: center;
			background-size: cover;
		}
		.ziliao .ziliao-container .right{
			width: 60%;
			background-position: center;
			background-size: cover;
			display: flex;
			align-items: center;
		}
			.ziliao .ziliao-container .right img{
				width: 500px;
				padding-left: 60px;
			}
/* E办理所需资料 */

/* S开户流程 */
.kaihu{
	background-color: #fff;
}
	.kaihu .kaihu-container{
		width: 1200px;
		margin: 0 auto;
		padding-top: 40px;
		padding-bottom: 40px;
	}
		.kaihu .kaihu-container .title{
			margin-bottom: 34px;
		}
			.kaihu .kaihu-container .title h1{}
		.kaihu .kaihu-container .con{
			width: 90%;
			margin: 0 auto;
		}
			.kaihu .kaihu-container .con img{
				width: 100%;
			}
/* E开户流程 */