.banner {
	position: relative;
	background: url(https://b0.dtminds.com/10101/2021/09/02/806cb68103fe4e43867d8eb9f9039885.jpg) center center no-repeat;
	background-size: cover;
	animation: .6s opacityAni 0s ease-in;
	-webkit-animation: .6s opacityAni 0s ease-in;
	-moz-animation: .6s opacityAni 0s ease-in
}

.banner-wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: rgb(33 53 72 / 80%)
}

.main-title{
	height: 56px;
	margin-bottom: 28px;
	line-height: 56px;
	font-size: 42px;
	font-weight: 600;
	color: #fff;
}
.sub-title{
	font-size: 24px;
}
.button-agent{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 160px;
	height: 52px;
	margin: auto;
	margin-top: 66px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-size: 22px;
	font-weight: 500;
	color: #fff;
	cursor: pointer;
	border-radius: 4px;
	background-color: #FF9900;
}
.section-bg {
	height: 462px;
	background: url('./img/agent-bg-1.jpg') no-repeat center;
	background-size: cover;
}
.mtitle,.mtitle {
	margin-bottom: 50px;
	padding-top: 56px;
	line-height: 56px;
	font-size: 40px;
	font-weight: 600;
	font-family: PingFangSC-Semibold, PingFang SC;
	color: #121212;
	text-align: center;
}

.segment .fun-desc {
	width: 550px
}

.segment .fun-desc .fun-subtit {
	line-height: 32px;
	font-size: 18px
}

.adv-list {
	justify-content: space-between;
	margin: 80px 0
}

.adv {
	overflow: hidden;
	border-radius: 10px;
	background-color: #000;
	width: 226px;
	height: 210px;
	cursor: pointer;
	position: relative;
	-webkit-transition: all .2s linear 50ms;
	-moz-transition: all .2s linear 50ms;
	-o-transition: all .2s linear 50ms;
	transition: all .2s linear 50ms
}

.adv:hover {
	background-color: #2d3f9b
}

.adv img {
	opacity: .3
}

.adv .info {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	color: #fff
}

.adv .info-h {
	margin: 33px 0 0 18px;
	height: 28px;
	font-size: 20px;
	font-weight: 500;
	line-height: 28px
}

.adv .info-b {
	font-size: 12px;
	line-height: 18px;
	padding: 18px 18px 0
}

.adv .line {
	width: 40px;
	height: 4px;
	display: block;
	background-color: #5671ff;
	align-self: flex-start;
	margin: 10px 0 0 20px;
	-webkit-transition: all .2s linear 50ms;
	-moz-transition: all .2s linear 50ms;
	-o-transition: all .2s linear 50ms;
	transition: all .2s linear 50ms
}

.adv:hover .line {
	background-color: #fff
}

.invest-list {
	justify-content: space-between;
	margin: 80px 0 120px
}

.invest {
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0 29px 0 rgb(68 88 144 / 12%);
	border-radius: 8px;
	width: 216px;
	cursor: pointer;
	position: relative;
	-webkit-transition: all .2s linear 50ms;
	-moz-transition: all .2s linear 50ms;
	-o-transition: all .2s linear 50ms;
	transition: all .2s linear 50ms
}

.section2 {
	background-color: #fff;
	margin: 100px auto 0;
	width: 1218px;
	padding: 0 25px;
	justify-content: flex-end;
	padding-bottom: 40px;
	align-items: center
}

.box2 {
	z-index: auto;
	width: 968px;
	height: 258px;
	margin: auto;
	justify-content: space-between
}

.bd1 {
	z-index: 64;
	position: relative;
	width: 350px;
	height: 350px;
	border-radius: 12px;
	overflow: hidden
}

.img2 {
	z-index: 65;
	position: absolute;
	left: 0;
	top: 0;
	width: 258px;
	height: 258px
}

.bd2 {
	z-index: auto;
	width: 730px
}

.word8 {
	display: block;
	overflow-wrap: break-word;
	color: #1a1e28;
	font-size: 40px;
	font-family: PingFangSC-Medium;
	white-space: nowrap;
	line-height: 56px;
	text-align: left;
	align-self: flex-start
}

.section3 {
	width: 98px;
	height: 6px;
	background-color: #2574f9;
	align-self: flex-start;
	margin: 10px 0 0 1px
}

.info1 {
	display: block;
	overflow-wrap: break-word;
	color: #808389;
	font-size: 16px;
	font-family: PingFangSC-Regular;
	line-height: 26px;
	text-align: left;
	margin-top: 24px;
	overflow: hidden;
	text-overflow: ellipsis
}

.txt5 {
	display: block;
	overflow-wrap: break-word;
	color: #808389;
	font-size: 16px;
	font-family: PingFangSC-Regular;
	line-height: 26px;
	text-align: left;
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis
}