.banner img {
	display: block;
	width: 100%;
}

/* 标题 */
.consultant .title {
	width: 250px;
	height: 70px;
	margin: 30px auto 50px;
	border: 3px solid rgba(68, 138, 202, 1);
	border-radius: 25px;
	line-height: 70px;
	font-size: 32px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	text-align: center;
}

/*   顾问目标*/
.consultant-aims {
	padding: 75px 0;
	background-color: #fff;
}

.consultant-aims .introduction {
	width: 800px;
	margin: 0 auto 60px;
	line-height: 30px;
	font-size: 16px;
	text-align: center;
}

.consultant-aims-content {
	width: 1000px;
	height: 385px;
	margin: 60px auto 0;
}

.consultant-aims-content .num {
	position: relative;
	width: 100%;
	height: 325px;
	background: url(../../images/2020/consultant-aims-bg.png) no-repeat;
	background-size: 100% 100%;
}

.consultant-aims-content .num h1 {
	position: absolute;
	top: 95px;
	font-size: 70px;
	color: #fff;
}

.consultant-aims-content .num h1:nth-child(1) {
	left: 140px;
}

.consultant-aims-content .num h1:nth-child(2) {
	left: 460px;
}

.consultant-aims-content .num h1:nth-child(3) {
	left: 780px;
}

.consultant-aims-content .text {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 60px;
	padding: 10px 100px 0 110px;
	box-sizing: border-box;
}

.consultant-aims-content .text h3 {
	width: 150px;
	font-size: 18px;
	text-align: center;
	line-height: 25px;
}

/* 服务特色 */
.service-features {
	padding: 50px 0;
	background-color: #fff;
}

.service-features-content {
	width: 600px;
	margin: 30px auto 0;
}

.service-features-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 80px;
	margin: 30px 0;
}

 .service-features-item .num {
	position: relative;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	font-size: 22px;
	text-align: center;
	line-height: 40px;
	color: #fff;
}

.service-features-item .text {
	width: 500px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 30px;
	color: #fff;
}

.service-features-item:nth-child(even) .num {
	background-color: #0BA29A;
}

.service-features-item:nth-child(even) .num::after {
	position: absolute;
	top: 50%;
	right: -60px;
	transform: translateY(-50%);
	content: '';
	width: 65px;
	height: 10px;
	background-color: #0BA29A;
}

.service-features-item:nth-child(odd) .num {
	background-color: #1A9749;
}

.service-features-item:nth-child(odd) .num::after {
	position: absolute;
	top: 50%;
	right: -60px;
	transform: translateY(-50%);
	content: '';
	width: 65px;
	height: 10px;
	background-color: #1A9749;
}

.service-features-item:nth-child(even) .text {
	background-color: #0BA29A;
}

.service-features-item:nth-child(odd) .text {
	background-color: #1A9749;
}

/* 顾问价值 */
.consultant-value {
	padding: 50px 0 0;
	background-color: #fff;
}

.consultant-value-box {
	width: 100%;
	background-color: #CAF7EF;
}

.consultant-value-content {
	display: flex;
	justify-content: space-around;
	padding: 75px 100px 100px;
	box-sizing: border-box;
}

.consultant-value-item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 130px;
}

.consultant-value-item img {
	display: block;
	width: 100px;
	height: 100px;
}

.consultant-value-item::after {
	position: absolute;
	right: -35px;
	top: 30px;
	content: '';
	border-right:1px solid #000;
	height: 65px;
}

.consultant-value-item:last-child::after {
	content: '';
	height: 0;
}

.consultant-value-item h1 {
	margin: 20px 0 30px;
	font-size: 35px;
	color: #1A803F;
}

.consultant-value-item div {
	line-height: 25px;
	font-size: 17px;
}