.content-one-head{
	position: relative;
	width: 1337px;
	height: 200px;
	margin: 0 auto 50px auto;
}
.content-one-back{
	width: 100%;
}
.content-four>img{
	width: 100%;
}
.content-two{
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items:center;
	height: 753px;
}
.content-two-left-img{
	width: 557px;
}
.content-two-essay{
	position: relative;
	width: 675px;
	font-size: 23px;
	font-family: SourceHanSansSC;
	font-weight: 400;
	color: #595757;
	margin-left: 78px;
}
.content-two-info{
	position: relative;
	top: -100px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	font-size: 19px;
	font-family: SourceHanSansSC;
	font-weight: 400;
	color: #D4B572;
	line-height: 29px;
}
.content-two-info-main{
	text-align: center;
}
.content-two-info-circle{
	display:flex;
	flex-direction:row;
	justify-content:center;
	align-items:center;
	color: #FFFFFF;
	font-size: 65px;
	font-family: BarlowCondensed;
	font-weight: 900;
	width: 133px;
	height: 133px;
	border-radius: 50%;
	background-color: #D4B572;
	margin-bottom: 20px;
}
.content-two-info-circle>span{
	margin-top: 20px;
	font-size: 32px;
}
.content-two-info-circle-black{
	background-color: #46403C;
}
.content-two-info-black{
	color: #46403C;
}
.content-two-essay-text{
	line-height: 48px;
}
.content-three{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: 677px;
	background-color: #3E3A39;
}
.content-three-img{
	width: 60%;
	height: 100%;
	flex-shrink: 1;
}
.content-three-essay{
	margin-left: 112px;
	padding: 38px 0;
	color: #D4B572;
	font-size: 22px;
	width: 372px;
	flex-shrink: 0;
	border-top: 2px solid #D4B572;
	border-bottom: 2px solid #D4B572;
	line-height:200%
}