.banner-title-box {
	position: absolute;
	top: 2.8rem;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 12rem;
	margin: 0 auto;
}

.banner-title {
	width: 5.2rem;
	height: 1.46rem;
	background: url(../images/about/banner-title.png) no-repeat center/cover;
}

.banner .banner-arrow {
	background: url(../images/about/banner-arrow.png) no-repeat center/cover;
}

.company-info {
	position: relative;
	padding: 1.14rem 0 3rem;
	background: #f5f5f5;
}

.company-info-box {
	position: relative;
	width: 10.88rem;
	height: 2.38rem;
	margin: 0 auto;
	padding: 0.45rem;
	border: 0.01rem solid #e0e0e0;
	text-align: center;
	font-size: 0.23rem;
	color: #333;
}

.company-info-box::after {
	content: '';
	position: absolute;
	bottom: -0.03rem;
	left: 0;
	right: 0;
	width: 1.12rem;
	height: 0.06rem;
	background: #bf9c5c;
	margin: 0 auto;
}

.company-info-title {
	position: absolute;
	top: -0.175rem;
	left: 0;
	right: 0;
	width: 4.8rem;
	/* padding: 0 .3rem; */
	margin: 0 auto;
	font-size: 0.35rem;
	line-height: 0.35rem;
	color: #000;
	text-align: center;
	font-weight: bold;
	background: #f5f5f5;
}

.company-info-box p {
	margin-top: 0.1rem;
}

.company-info-card {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: -1.44rem;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 1;
}

.company-info-card-item {
	/* display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; */
	position: relative;
	width: 3.95rem;
	height: 2.88rem;
	padding: 0.7rem 0.35rem 0;
	margin-right: 0.6rem;
	background: #fff;
	text-align: center;
	border-radius: 0.1rem;
}

.company-info-card-item:last-child {
	margin-right: 0;
}

.company-info-card-item:nth-child(2) .company-info-card-item-icon {
	background: url(../images/about/icon2.png) no-repeat center/cover;
}

.company-info-card-item:last-child .company-info-card-item-icon {
	background: url(../images/about/icon3.png) no-repeat center/cover;
}

.company-info-card-item-title {
	font-size: 0.3rem;
	color: #000;
}

.company-info-card-item-content {
	font-size: 0.18rem;
	color: #515151;
	text-align: center;
	line-height: 1.7;
}

div.company-info-card-item-content {
	line-height: 1.4;
}

div.company-info-card-item-content > p:first-child {
	margin-bottom: 0.07rem;
}

.company-info-card-item-icon {
	position: absolute;
	top: -0.64rem;
	left: 0;
	right: 0;
	width: 1.28rem;
	height: 1.28rem;
	margin: 0 auto;
	background: url(../images/about/icon1.png) no-repeat center/cover;
}

.timeline-wrapper {
	background: #55595c;
	padding-top: 1.33rem;
	padding-left: 0.9rem;
	display: flex;
	position: relative;
	width: 100%;
	height: 5.95rem;
	color: #fff;
	font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
	background: url(../images/about/timeline-bg.png) no-repeat center/cover;
}

.title-badge {
	flex: 0 0 1.52rem;
	position: relative;
	margin-top: 1rem;
	/* top: -1.14rem; */
	width: 1.52rem;
	height: 1.32rem;
	padding: 0.17rem 0.17rem 0.17rem 0;
	font-weight: bold;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	font-size: 0.34rem;
	line-height: 1.3;
	color: #fff;
	background: url(../images/about/timeline-icon.png) no-repeat center/cover;
}

.timeline {
	/* position: absolute;
    top: 3rem;
    left: 2.42rem; */
	position: relative;
	flex: 1;
	display: flex;
	/* justify-content: space-between; */
	margin-top: 0.65rem;
	overflow: auto;
	padding-top: 1rem;
}

.item {
	text-align: center;
	position: relative;
	width: 2.8rem;
	flex: 0 0 2.8rem;
	/* margin-right: 0.09rem; */
}

/* 主横线 */
.timeline .item::before {
	content: '';
	height: 0.01rem;
	background: rgba(255, 255, 255, 0.2);
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/* 密集小刻度（每10px一个） */
.timeline .item::after {
	content: '';
	position: absolute;
	top: 0.05rem;
	left: 0;
	width: 100%;
	height: 0.27rem;
	background-image: url(../images/about/timeline-kedu.png);
	background-repeat: repeat;
	/* background-size: .36rem .27rem; */
	background-size: cover;
	background-position: left;
}

.dot {
	position: absolute;
	top: -0.1rem;
	left: 0;
	right: 0;
	width: 0.19rem;
	height: 0.59rem;
	margin: 0 auto;
	background: url(../images/about/timeline-dot.png) no-repeat center/cover;
}

.year {
	position: absolute;
	top: -0.8rem;
	left: 0;
	right: 0;
	margin: 0 auto;
	font-size: 0.3rem;
	font-weight: 600;
}

.content h3 {
	margin: 0.7rem 0 0.07rem;
	font-size: 0.24rem;
	font-weight: 500;
	line-height: 1.3;
}

.content p {
	font-size: 0.18rem;
}

.asset-management-team-container,
.management-philosophy-container,
.risk-control-concept-container,
.value-symbiosis-container {
	padding: 1.2rem 0;
	background: #fff;
	overflow: hidden;
}

.management-philosophy-container,
.value-symbiosis-container {
	background: #f5f5f5;
}

.asset-management-team,
.management-philosophy,
.risk-control-concept,
.value-symbiosis {
	display: flex;
	align-items: center;
	max-width: 14.36rem;
	margin: 0 auto;
}

.asset-management-team-bg {
	position: relative;
	flex: 0 0 7.18rem;
	width: 7.18rem;
	height: 4.04rem;
	background-image: url(../images/about/asset-management-team-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.risk-control-concept-bg {
	position: relative;
	flex: 0 0 7.18rem;
	width: 7.18rem;
	height: 4.04rem;
	background-image: url(../images/about/risk-control-concept-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.management-philosophy-bg {
	position: relative;
	flex: 0 0 7.18rem;
	width: 7.18rem;
	height: 4.04rem;
	background-image: url(../images/about/management-philosophy-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.value-symbiosis-bg {
	position: relative;
	flex: 0 0 7.18rem;
	width: 7.18rem;
	height: 4.04rem;
	background-image: url(../images/about/value-symbiosis-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.asset-management-team-bg::before,
.risk-control-concept-bg::before {
	content: '';
	position: absolute;
	bottom: -0.1rem;
	left: -0.1rem;
	width: 0.1rem;
	height: 1.2rem;
	background: #ae976d;
}

.asset-management-team-bg::after,
.risk-control-concept-bg::after {
	content: '';
	position: absolute;
	bottom: -0.1rem;
	left: -0.1rem;
	width: 1.2rem;
	height: 0.1rem;
	background: #ae976d;
}

.management-philosophy-bg::before,
.value-symbiosis-bg::before {
	content: '';
	position: absolute;
	bottom: -0.1rem;
	right: -0.1rem;
	width: 0.1rem;
	height: 1.2rem;
	background: #ae976d;
}

.management-philosophy-bg::after,
.value-symbiosis-bg::after {
	content: '';
	position: absolute;
	bottom: -0.1rem;
	right: -0.1rem;
	width: 1.2rem;
	height: 0.1rem;
	background: #ae976d;
}

.asset-management-team-content,
.management-philosophy-content,
.risk-control-concept-content,
.value-symbiosis-content {
	position: relative;
	flex: 0 0 7.18rem;
	/* padding: 0 .6rem; */
	padding-left: 0.6rem;
	font-size: 0.2rem;
	color: #333;
	padding-right: 0.3rem;
}

.management-philosophy-content,
.value-symbiosis-content {
	padding-right: 0.6rem;
	margin-left: 0;
	padding-left: 0;
	/* padding-right: 0; */
}

.asset-management-team-content::before,
.risk-control-concept-content::before {
	content: '';
	position: absolute;
	top: -0.26rem;
	right: -1.6rem;
	width: 2.12rem;
	height: 1.59rem;
	background: url(../images/about/comma-icon.png) no-repeat center/cover;
}

.management-philosophy-content::before,
.value-symbiosis-content::before {
	content: '';
	position: absolute;
	top: -0.24rem;
	left: -1.7rem;
	width: 1.63rem;
	height: 1.37rem;
	background: url(../images/about/comma-icon1.png) no-repeat center/cover;
}

.asset-management-team-content h3,
.management-philosophy-content h3,
.risk-control-concept-content h3,
.value-symbiosis-content h3 {
	font-size: 0.38rem;
	white-space: nowrap;
}

.asset-management-team-content h3 em,
.management-philosophy-content h3 em,
.risk-control-concept-content h3 em,
.value-symbiosis-content h3 em {
	color: #f5f5f5;
	font-size: 0.28rem;
}
.management-philosophy-content h3 em,
.value-symbiosis-content h3 em {
	color: rgba(220, 220, 220, 0.4);
}

.asset-management-team-content > div,
.management-philosophy-content > div,
.risk-control-concept-content > div,
.value-symbiosis-content > div {
	margin-bottom: 0.2rem;
}

.partners-container {
	width: 100%;
	background: #f9f9f9;
	padding: 1.25rem 0;
}

.partners {
	display: flex;
	align-items: center;
	max-width: 14.26rem;
	margin: 0 auto;
}

.partners-title {
	position: relative;
	flex: 0 0 1.6rem;
	/* padding-bottom: .1rem; */
}

.partners-title::after {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 0.62rem;
	height: 0.04rem;
	background: #bf9c5c;
}

.partners-title h3 {
	color: #bf9c5c;
	font-size: 0.4rem;
	font-weight: bold;
	line-height: 1;
}

.partners-title p {
	margin: 0.19rem 0;
	color: #868686;
	font-size: 0.23rem;
	line-height: 1;
}

.partners-list {
	flex: 1;
	display: flex;
	align-items: center;
	margin-left: 0.5rem;
	overflow: auto;
}

.partners-list-item {
	flex: 0 0 3.53rem;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3.53rem;
	height: 1.38rem;
	margin-left: 0.5rem;
	background: #fff;
}
