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

/* S根据香港 */
.genju{
	background-color: #fff;
}
	.genju .genju-container{
		width: 1200px;
		margin: 0 auto;
		padding-top: 40px;
		padding-bottom: 40px;
	}
		.genju .genju-container img{
			width: 100%;
		}
/* E根据香港 */

/* S方式 */
.fangshi{
	background-color: #F5FAFF;
}
	.fangshi .fangshi-container{
		width: 1200px;
		margin: 0 auto;
		padding-top: 26px;
		padding-bottom: 40px;
	}
		.fangshi .fangshi-container .title{
			margin-bottom: 30px;
		}
			.fangshi .fangshi-container .title p{
				font-size: 14px;
				color: #4a4a4a;
			}
		.fangshi .fangshi-container .onetwo{
			display: flex;
			justify-content: space-between;
			margin-bottom: 20px;
		}
			.fangshi .fangshi-container .onetwo .one{
				width: 49%;
			}
				.fangshi .fangshi-container .onetwo .one img{
					width: 100%;
				}
			.fangshi .fangshi-container .onetwo .two{
				width: 49%;
			}
				.fangshi .fangshi-container .onetwo .two img{
					width: 100%;
				}
		.fangshi .fangshi-container .three{}
			.fangshi .fangshi-container .three img{
				width: 100%;
			}
/* E方式 */

/* S服务包括 */
.fuwu{
	background-color: #fff;
}
	.fuwu .fuwu-container{
		width: 1200px;
		margin: 0 auto;
		padding-top: 40px;
		padding-bottom: 40px;
	}
		.fuwu .fuwu-container .title{
			margin-bottom: 40px;
		}
			.fuwu .fuwu-container .title h1{}
		.fuwu .fuwu-container .con{
			width: 90%;
			margin: 0 auto;
		}
			.fuwu .fuwu-container .con img{
				width: 100%;
			}
/* E服务包括 */

/* S做帐及审计办理流程 */
.liucheng{
	background-position: center;
	background-size: cover;
}
	.liucheng .liucheng-container{
		width: 1200px;
		margin: 0 auto;
		padding-top: 40px;
		padding-bottom: 50px;
	}
		.liucheng .liucheng-container .title{
			margin-bottom: 50px;
		}
			.liucheng .liucheng-container .title h1{}
		.liucheng .liucheng-container .con{
			width: 100%;
		}
			.liucheng .liucheng-container .con img{
				width: 100%;
			}
/* E做帐及审计办理流程 */