.content {}

.content .banner {}

.content .strategy,
.content .advantage,
.content .interflow {
	color: #333333;
	text-align: center;
	padding: 60px 0 0;
	font-family: Microsoft YaHei;
}

.content .strategy h3,
.content .advantage h3,
.content .interflow h3 {
	font-size: 32px;
	font-weight: bold;
}

.content .strategy span,
.content .interflow span {
	height: 16px;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
}

.interflow-img {
	margin-top: 90px;
}

.content .strategy {
	width: 1200px;
	margin: 0 auto;
}

.content .strategy .strategy-li {
	font-family: Microsoft YaHei;
	margin-top: 60px;
}

.content .strategy .strategy-li .li-box {
	display: flex;
	height: 320px;
	align-items: center;
	justify-content: space-between;
}

.content .strategy .strategy-li .li-box .strategy-text {
	width: 516px;
	text-align: justify;
}

.content .strategy .strategy-li .li-box .strategy-img {
	width: 530px;
	text-align: center;
}

.content .strategy .strategy-li h4 {
	font-size: 24px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #FF7500;
	line-height: 36px;
}

.content .strategy .strategy-li span {
	color: #2C3140;
	width: 509px;
	font-weight: 400;
	color: #2C3140;
	line-height: 28px;
}

.content .advantage {
	padding: 120px 0 0;
}

.content .advantage .shield {
	height: 550px;
	width: 1200px;
	margin: 0 auto;
	position: relative;
	background: url(../image/shield.png) center 80px no-repeat;
}

.content .advantage .shield ul li {
	width: 400px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	position: absolute;
}

.content .advantage .shield ul li.left {
	text-align: left;
}

.content .advantage .shield ul li.right {
	align-items: flex-end;
	text-align: right;
}

.content .advantage .shield ul li h4 {
	width: 160px;
	height: 46px;
	background: #000000;
	border-radius: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0 0 10px;
}

.content .advantage .shield ul li span {
	width: 320px;
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	line-height: 28px;
}

.content .advantage .shield ul li.li-1 {
	top: 50px;
	left: -40px;
}

.content .advantage .shield ul li.li-2 {
	top: 50px;
	right: -40px;
}

.content .advantage .shield ul li.li-3 {
	top: 200px;
	left: -80px;
}

.content .advantage .shield ul li.li-4 {
	top: 200px;
	right: -80px;
}

.content .advantage .shield ul li.li-5 {
	top: 370px;
	left: -40px;
}

.content .advantage .shield ul li.li-6 {
	top: 370px;
	right: -40px;
}