.content-one{
	position: relative;
	width: 100%;
	height: 640px;
	background-image: url(../img/business_two.png);
	background-size: cover;
	background-repeat: no-repeat;
}
.content-one-head{
	position: relative;
	width: 1337px;
	height: 200px;
	margin: 0 auto 40px auto;
}
.content-one-article{
	position: absolute;
	left: 50%;
	bottom: 100px;
	margin-left: -670px;
	width: 1340px;
	height: 264px;
	padding: 40px 50px;
	box-sizing: border-box;
	background-color: #FFFFFF;
	font-size: 23px;
	font-family: SourceHanSansSC;
	font-weight: 400;
	color: #595757;
	line-height: 48px;
}
.content-one-article>span{
	color: #D4B572;
}
.content-one-article-p{
	position: absolute;
	left: 50%;
	bottom: 40px;
	margin-left: -670px;
	font-size: 30px;
}
.content-one-article-p>span{
	font-weight: bold;
}

.content-two{
	position: relative;
	
}
.content-two-head{
	position: relative;
	width: 1337px;
	height: 277px;
	margin: 0 auto 40px auto;
}
.content-two-list{
	display:flex;
	flex-direction:row;
	justify-content:center;
	align-items:center;
	width: 1337px;
	margin: 0 auto;
}
.content-two-list>ul{
	width: 70%;
	margin-left: 20px;
}
.content-two-list>ul>li{
	display:flex;
	flex-direction:row;
	justify-content:flex-start;
	align-items:center;
	position: relative;
	font-size: 28px;
	font-family: SourceHanSansSC;
	font-weight: 400;
	color: #3E3A39;
	line-height: 50px;
	margin-bottom: 20px;
}
.ranking{
	font-size: 35px;
	font-family: BarlowCondensed;
	font-weight: 900;
	color: #D4B572;
	line-height: 37px;
	margin-right: 10px;
}
.contentList-img{
	width: 469px;
	height: 642px;
}
.content-two-list>ul> .left-long::after{
	content: '';
	position: absolute;
	left: 17px;
	bottom: -83px;
	width: 1px;
	height: 100px;
	background-color: #BCBCBC;
}
.content-two-list>ul>li .list-but{
	display:flex;
	flex-direction:row;
	justify-content:center;
	align-items:center;
	margin: 0 86px 0 50px;
	width: 176px;
	height: 63px;
	background: #FFFFFF;
	border: 2px solid #3E3A39;
	border-radius: 32px;
}

.content-three{
	position: relative;
	background-color: rgb(239, 239, 240);
	padding-bottom: 85px;
}
.content-three-head{
	position: relative;
	width: 1337px;
	height: 277px;
	margin: 0 auto 40px auto;
}
.content-three-content{
	position: relative;
	width: 1337px;
	margin: 0 auto 40px auto;
}
.three-explain{
	font-size: 23px;
	font-family: SourceHanSansSC;
	font-weight: 400;
	color: #595757;
	line-height: 48px;
	margin-top: 60px;
}
.three-explain>h4{
	display:flex;
	flex-direction:row;
	justify-content:center;
	align-items:center;
	width: 232px;
	height: 73px;
	background: #383735;
	border-radius: 37px;
	font-size: 33px;
	font-family: SourceHanSansSC;
	font-weight: 800;
	color: #D4B573;
	margin-bottom: 15px;
}
.three-explain>h5{
	position: relative;
	font-size: 23px;
	font-family: SourceHanSansSC;
	font-weight: bold;
	color: #595757;
	line-height: 48px;
}
.three-explain>h5::after{
	position: absolute;
	left: 70px;
	content: '';
	width: 56px;
	height: 56px;
	opacity: 0.48;
	border-radius: 50%;
	background-color: #D4B572;
}
.three-explain-content{
	display:flex;
	flex-direction:row;
	justify-content:flex-start;
}
.circle{
	display: inline-block;
	width: 26px;
	height: 26px;
	background-color: #D4B573;
	border-radius: 50%;
	flex-shrink: 0;
	margin-right: 20px;
	margin-top: 10px;
}

.content-four{
	position: relative;
	height: 1202px;
	background-color: rgb(239, 239, 240);
}
.content-four-head{
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -669px;
	width: 1337px;
	height: 277px;
	z-index: 10;
}
.four-article{
	position: relative;
	display:flex;
	flex-direction:row;
	justify-content:center;
	align-items:center;
	height: 100%;
	background-image: url(../img/business_back.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.four-article-left{
	position: relative;
	width: 54%;
	height: 100%;
	background-color: #FFFFFF;
}
.four-left-content{
	position: absolute;
	left: 10%;
	top: 400px;
}
.four-left-content li{
	margin-bottom: 20px;
}
.four-article-right{
	position: relative;
	width: 46%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
}
.article-graph{
	position: absolute;
	left: 0;
	top: 400px;
	display:flex;
	flex-direction:row;
	justify-content:flex-start;
	align-items:center;
}
.four-right-content{
	position: absolute;
	left: 60px;
	bottom: 140px;
	width: 570px;
}
.four-right-content li{
	margin-bottom: 20px;
}
.four-right-content>.hollow-but{
	color: #FFFFFF;
	border-color: #FFFFFF;
}
.four-right-content .row-text{
	color: #FFFFFF;
}
.four-right-content .row-text>span{
	color: #FFFFFF;
}

.content-five{
	position: relative;
	background-color: rgb(239, 239, 240);
	padding-bottom: 160px;
}
.content-five-head{
	position: relative;
	width: 1337px;
	height: 277px;
	margin: 0 auto 40px auto;
}
.content-five-article{
	position: relative;
	width: 1337px;
	margin: 0 auto 40px auto;
}
.article-row{
	position: relative;
	display:flex;
	flex-direction:row;
	justify-content:flex-start;
	align-items:center;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px dashed #9FA0A0;
}
.row-text{
	position: relative;
	display:flex;
	flex-direction:row;
	justify-content:flex-start;
	align-items:center;
	font-size: 23px;
	font-family: SourceHanSansSC;
	font-weight: 400;
	color: #3E3A39;
	line-height: 48px;
}
.row-text>span{
	position: relative;
	left: -15px;
	font-size: 30px;
	font-family: BarlowCondensed;
	font-weight: 900;
	color: #D4B572;
	line-height: 41px;
}

.article-list{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
}
.article-list-left{
	
}
.article-list-left>h5{
	font-size: 33px;
	font-family: SourceHanSansSC;
	font-weight: 800;
	color: #595757;
	line-height: 48px;
	margin-bottom: 20px;
}
.article-list-left li{
	margin-bottom: 20px;
}
.article-list-right{
	width: 540px;
}
.article-list-right li{
	margin-bottom: 20px;
}
.content-six{
	position: relative;
	
}
.content-six-head{
	position: relative;
	width: 1337px;
	height: 277px;
	margin: 0 auto 40px auto;
}
.content-six-img{
	display:flex;
	flex-direction:row;
	justify-content:center;
	align-items:center;
	margin: 100px auto;
}



.contentTwo-one-img{
	width: 100%;
}
.contentTwo-two{
	position: relative;
	width: 100%;
	height: 888px;
	background-size: cover;
	background-image: url(../img/5-1_04.gif);
}
.contentTwo-two-left{
	position: absolute;
	right: 0;
	width: 55%;
	height: 100%;
	background-color: rgba(255,255,255,0.9);
	padding: 110px 0 0 120px;
	box-sizing: border-box;
}
.contentTwo-two-title{
	font-size: 100px;
	font-family: BarlowCondensed;
	font-weight: 900;
	color: #383735;
	line-height: 128px;
}
.contentTwo-two-head{
	display:flex;
	flex-direction:row;
	justify-content:flex-start;
}
.contentTwo-two-ul>li{
	margin-bottom: 20px;
}

.robot{
	width: 90%;
}
.content-three-content-text{
	font-size: 23px;
	font-family: SourceHanSansSC;
	font-weight: 400;
	color: #595757;
	line-height: 48px;
}