.intro{
	font-family: MicrosoftYaHei;
	margin: 70px 0;
	text-align: center;
}

.intro p:nth-of-type(1){
	font-size: 36px;
	color: #F26522;
	letter-spacing: -0.17px;
	text-align: justify;
	margin: 0 528px 50px;
}

.intro p:nth-of-type(2){
	font-size: 16px;
	color: #666666;
	letter-spacing: 0.39px;
	text-align: center;
	margin-bottom: 50px;
}

.circleContainer{
	padding: 0 90px;
	display: inline-flex;
	display: -webkit-inline-flex; /* Safari */
	margin-bottom: 70px;
}

.circle{
	width: 162px;
	height: 162px;
	border: none;
	border-radius: 50%;
	background-color: #EFEFEF;
	margin-right: 124px;
	position: relative;
}

.circle p{
	font-size: 16px;
	color: #F26522;
	text-align: center;
	position: absolute;
}

.circle:nth-of-type(1) p{
	width: 64px;
	top: 60px;
	left: 49px;
}

.circle:nth-of-type(2) p{
	width: 80px;
	top: 60px;
	left: 41px;
}

.circle:nth-of-type(3) p,.circle:nth-of-type(4) p{
	width: 128px;
	top: 50px;
	left: 17px;
}

.honorContents{
	width: 1200px;
	height: 855px;
	margin-bottom: 30px;
	background-color: #EEEEEE;
	display: inline-block;
}

.honorContents .group{
	display: inline-flex;
	height: 285px;
	outline-width:0px;
	vertical-align:top;
}

.group .orange{
	background-color: #F26522;
	font-family: MicrosoftYaHei;
	position: relative;
}

.group .orange p:nth-of-type(1){
	font-size: 36px;
	text-align: left;
	line-height: 36px;
	color: #FEFEFE;
	position: absolute;
	top: 20px;
	left: 20px;
}

.group .orange p:nth-of-type(2){
	color: #FEFEFE;
	position: absolute;
	top: 76px;
	left: 20px;
}

.group .orange p:nth-of-type(3){
	font-size: 16px;
	color: #FEFEFE;
	text-align: left;
	line-height: 32px;
	width: 196px;
	position: absolute;
	top: 97px;
	left: 20px;
}

.group .white{
	font-family: MicrosoftYaHei;
	position: relative;
}

.group .white p:nth-of-type(1){
	font-size: 36px;
	text-align: left;
	line-height: 36px;
	color: #F26522;
	position: absolute;
	top: 20px;
	left: 20px;
}

.group .white p:nth-of-type(2){
	color: #F26522;
	position: absolute;
	top: 76px;
	left: 20px;
}

.group .white p:nth-of-type(3){
	font-size: 16px;
	color: #F26522;
	text-align: left;
	line-height: 32px;
	width: 196px;
	position: absolute;
	top: 97px;
	left: 20px;
}

.group:nth-of-type(1) .orange:first-of-type{
	width: 285px;
}

.group:nth-of-type(1) .orange:last-of-type{
	width: 295px;
}

.group:nth-of-type(2) .white:first-of-type{
	width: 318px;
}

.group:nth-of-type(2) .white:last-of-type{
	width: 272px;
}

.group:nth-of-type(3) .orange{
	width: 353px;
}
