body{
	background-color: white;
}
.banner {
	height: 554px;
	background-size: cover;
	background-position: center;
	padding-top: 143px;
	box-sizing: border-box;
	margin-bottom: 40px;
}

.banner img {
	display: block;
	margin: auto;

}

.banner p {
	font-size: 24px;
	font-weight: 600;
	color: rgba(255, 255, 255, 1);
	line-height: 33px;
	text-align: center;
	padding-top: 20px;
}

.banner ul {
	width: 630px;
	margin: auto;
	margin-top: 61px;
	display: flex;
	height: 48px;
	background: rgba(20, 101, 192, 0.7);

}

.banner ul li {
	margin: 0px 32px;
	color: white;
	width: 33.3%;
	line-height: 42px;
}

.banner ul li span {
	display: inline-block;
	background-color: white;
	width: 10px;
	height: 10px;
	border-radius: 22px;
	margin-right: 10px;
}
.banner a{
	display: block;
	width:264px;
	height:50px;
	background:rgba(253,138,1,1);
	border-radius:31px;
	margin: auto;
	text-align: center;
	font-size:20px;
	font-weight:600;
	color:rgba(247,248,249,1);
	line-height:48px;
	margin-top: 40px;
}

.fanchou{
	margin-bottom: 20px;
}
.fanchou .fanchou-container{
	width: 1200px;
	margin: 0 auto;
}

.fanchou h1{
	font-size: 36px;
	text-align: center;
	font-weight: 600;
	color: #4a4a4a;
	margin-bottom: 40px;
}

.fanchou li{
	width:600px;
	height:212px;
	background:rgba(242,242,242,1);
	margin-bottom: 20px;
}
.fanchou ul{
	display: flex;
	flex-wrap: wrap;
}
.fanchou h2 span{
	font-size:60px;
	font-family:Arial-Black,Arial;
	font-weight:900;
	color:rgba(231,231,231,1);
	line-height:85px;
	margin-right: 10px;
}
.fanchou h2{
	font-size:20px;
	font-weight:600;
	color:rgba(74,74,74,1);
	line-height:28px;
}
.fanchou p{
	padding-left: 90px;
	padding-right: 51px;
	font-size:14px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(102,102,102,1);
	line-height:20px;
}


/* S英国使馆认证，三级认证的标准步骤 */
.renzheng{

}
	.renzheng .renzheng-container{
		width: 1200px;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		align-items: center;
		padding-top: 40px;
		padding-bottom: 46px;
	}
		.renzheng .renzheng-container .top{

		}
			.renzheng .renzheng-container .top h1{
				font-size: 36px;
				color: #fff;
				font-weight: 600;
				margin-bottom: 60px;
			}
		.renzheng .renzheng-container .middle{
			width: 1000px;
			margin-bottom: 70px;
		}
			.renzheng .renzheng-container .middle img{
				width: 100%;
			}
		.renzheng .renzheng-container .bottom{
			font-size: 16px;
			color: #fff;
		}
/* E英国使馆认证，三级认证的标准步骤 */

/* S时间周期和公正样本 */
.time{}
	.time .time-container{
		width: 1200px;
		margin: 0 auto;
		display: flex;
		padding-top: 48px;
		padding-bottom: 60px;
	}
		.time .time-container .left{
			flex: 1;
			margin: 0 20px;
		}
			.time .time-container .left img{
				width: 100%;
			}
			
		.time .time-container .right{
			flex: 1;
			margin: 0 20px;
		}
			.time .time-container .right img{
				width: 100%;
			}
/* E时间周期和公正样本 */