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

/* S马绍尔介绍 */
.jieshao{}
	.jieshao .jieshao-container{
		width: 1200px;
		margin: 0 auto;
		display: flex;
		padding-top: 40px;
		padding-bottom: 40px;
	}
		.jieshao .jieshao-container .left{
			width: 36%;
			margin-right: 50px;
		}
			.jieshao .jieshao-container .left img{
				width: 100%;
			}
		.jieshao .jieshao-container .right{
			flex: 1;
		}
			.jieshao .jieshao-container .right h5{
				font-size: 36px;
				color: #4a4a4a;
				margin-bottom: 36px;
				font-weight: 600;
			}
			.jieshao .jieshao-container .right p{
				font-size: 16px;
				color: #4A4A4A;
				line-height: 32px;
				text-indent: 32px;
			}
/* E马绍尔介绍 */

/* S注册马绍尔公司的优势 */
.youshi{
	background-position: center;
	background-size: cover;
}
	.youshi .youshi-container{
		width: 1200px;
		margin: 0 auto;
		color: #fff;
		padding-top: 40px;
		padding-bottom: 52px;
	}
		.youshi .youshi-container .title{
			margin-bottom: 32px;
		}
			.youshi .youshi-container .title h1{
				margin-bottom: 20px;
			}
			.youshi .youshi-container .title .tips{
				font-size: 14px;
				text-align: center;
				width: 60%;
				margin: 0 auto;
			}
		.youshi .youshi-container .con{
			font-size: 14px;
		}
			.youshi .youshi-container .con ul{
				display: flex;
				justify-content: space-between;
			}
				.youshi .youshi-container .con ul>li{
					width: 220px;
					padding: 24px;
					box-sizing: border-box;
					background-color: rgba(255,255,255,0.3);
				}
/* E注册马绍尔公司的优势 */

/* S如何成立马绍尔群岛公司 */
.chengli{
	background-color: #fff;
}
	.chengli .chengli-container{
		width: 1200px;
		margin: 0 auto;
		padding-top: 40px;
		padding-bottom: 40px;
	}
		.chengli .chengli-container .title{
			margin-bottom: 20px;
		}
			.chengli .chengli-container h1{
				margin-bottom: 10px;
			}
			.chengli .chengli-container .tips{
				width: 60%;
				font-size: 20px;
				color: #4a4a4a;
				margin: 0 auto;
				text-align: center;
			}
		.chengli .chengli-container .con{}
			.chengli .chengli-container .con ul{
				display: flex;
				flex-wrap: wrap;
				justify-content: space-between;
			}
				.chengli .chengli-container .con ul>li{
					width: 32%;
					border: 1px solid #C8C8C8;
					padding: 20px 18px;
					border-radius: 8px;
					box-sizing: border-box;
					margin-bottom: 20px;
				}
					.chengli .chengli-container .con ul>li .pic{
						background-position: center;
						background-size: cover;
						height: 118px;
						margin-bottom: 24px;
					}
					.chengli .chengli-container .con ul>li p{
						font-size: 14px;
						color: #4a4a4a;
					}
/* E如何成立马绍尔群岛公司 */

/* S马绍尔公司注册完成资料包括 */
.baokuo{
	background-position: center;
	background-size: cover;
}
	.baokuo .baokuo-container{
		width: 1200px;
		margin: 0 auto;
		padding-top: 40px;
		padding-bottom: 70px;
	}
		.baokuo .baokuo-container .title{
			margin-bottom: 40px;
		}
		.baokuo .baokuo-container .con{}
			.baokuo .baokuo-container .con ul{
				display: flex;
				flex-wrap: wrap;
				justify-content: space-between;
			}
			.baokuo .baokuo-container .con ul>li{
				width: 284px;
				height: 100px;
				border-radius: 6px;
				background-color: #fff;
				margin-bottom: 20px;
				padding: 28px 18px;
				box-sizing: border-box;
				color: #4a4a4a;
				font-size: 16px;
			}
/* E马绍尔公司注册完成资料包括 */

/* S更多开曼公司服务 */
.fuwu{
	background-color: #fff;
}
	.fuwu .fuwu-container{
		
		padding-top: 40px;
		padding-bottom: 60px;
	}
		.fuwu .fuwu-container .title{
			margin-bottom: 30px;
		}
		.fuwu .fuwu-container .regist{
			background-color: rgba(255,255,255,0);
			padding: 0;
		}
/* E更多开曼公司服务 */