/* 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: 516px;
		}
/* E banner */

/* S 香港公司不年审会有什么后果？ */
.houguo{
	background-color: #fff;
}
	.houguo .houguo-container{
		width: 1200px;
		margin: 0 auto;
		padding-top: 40px;
	}
		.houguo .houguo-container .top{
			margin-bottom: 44px;
		}
			.houguo .houguo-container .top p{
				color: #4a4a4a;
				text-indent: 28px;
				font-size: 14px;
			}
		.houguo .houguo-container .con{
			width: 100%;
		}
			.houguo .houguo-container .con img{
				width: 100%;
			}
/* E 香港公司不年审会有什么后果？ */

/* S年审逾期罚款计算方式 */
.jisuan{
	background-color: #fff;
}
	.jisuan .jisuan-container{
		width: 1200px;
		margin: 0 auto;
		padding-top: 40px;
		padding-bottom: 40px;
	}
		.jisuan .jisuan-container .title{
			margin-bottom: 50px;
		}
			.jisuan .jisuan-container .title h1{}
		.jisuan .jisuan-container .con{}
			.jisuan .jisuan-container .con ul{
				display: flex;
				flex-wrap: wrap;
				justify-content: space-between;
			}
				.jisuan .jisuan-container .con ul>li.item{
					width: 49%;
					background-color: #F2F8FE;
					border: 1px solid #4C60C0;
					border-radius: 10px;
					box-sizing: border-box;
					display: flex;
					align-items: center;
					padding: 15px 20px;
					margin-bottom: 20px;
				}
					.jisuan .jisuan-container .con ul>li.item .left{
						width: 48px;
						height: 48px;
						border-radius: 50%;
						background-color: #185BAC;
						font-size: 26px;
						color: #fff;
						font-weight: 600;
						text-align: center;
						line-height: 48px;
						margin-right: 30px;
					}
					.jisuan .jisuan-container .con ul>li.item .des{}
/* E年审逾期罚款计算方式 */

/* S香港公司年审包含如下 */
.baohan{
	background-color: #F5FAFF;
}
	.baohan .baohan-container{
		width: 1200px;
		margin: 0 auto;
		padding-top: 40px;
		padding-bottom: 50px;
	}
		.baohan .baohan-container .title{
			margin-bottom: 30px;
		}
			.baohan .baohan-container .title h1{}
		.baohan .baohan-container .con{}
			.baohan .baohan-container .con ul{}
				.baohan .baohan-container .con ul>li{
					font-size: 14px;
					color: #4a4a4a;
					margin-bottom: 7px;
				}
		.baohan .baohan-container .tips{}
/* E香港公司年审包含如下 */

/* S年审完成后，您将得到 */
.dedao{
	background-color: #F5FAFF;
}
	.dedao .dedao-container{
		width: 1200px;
		margin: 0 auto;
		padding-bottom: 80px;
	}
		.dedao .dedao-container .title{
			margin-bottom: 38px;
		}
			.dedao .dedao-container .title h1{}
		.dedao .dedao-container .con{}
			.dedao .dedao-container .con ul{
				display: flex;
			}
				.dedao .dedao-container .con ul>li.item{
					width: 25%;
					display: flex;
					flex-direction: column;
					align-items: center;
				}
					.dedao .dedao-container .con ul>li.item .icon{}
						.dedao .dedao-container .con ul>li.item .icon img{}
					.dedao .dedao-container .con ul>li.item .des{}
/* E年审完成后，您将得到 */