#header {
	background-image: url(/static/website/pc/images/index/banner.png);
}

.banner-title {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 10.78rem;
	height: 0.74rem;
	margin: -0.37rem auto 0;
	background: url(../images/index/banner-title.png) no-repeat center/cover;
}

.index-about {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 100%;
	height: 10.85rem;
	/* height: auto; */
	background: #fafafa url(../images/index/index-about-bg.png) no-repeat center/cover;
}

.index-about-box {
	display: flex;
	align-items: self-end;
	justify-content: space-between;
	/* position: absolute;
	top: 50%;
	left: 0;
	right: 0; */
	width: 14.76rem;
	/* height: 6.91rem; */
	height: 4.78rem;
	margin: 0 auto;
	background: #fff;
	border-radius: .15rem;
	/* background: url(../images/index/index-about-box.png) no-repeat center/cover; */
}

.index-about-box-left {
	position: relative;
	bottom: -0.2rem;
	width: 5.87rem;
	height: 6.91rem;
	background: url(../images/index/index-about-box1.png) no-repeat center/cover;
}

.index-about-content {
	/* position: absolute;
	right: 0;
	top: 50%; */
	height: 4.78rem;
	max-width: 8.3rem;
	/* margin-top: -1.45rem; */
	padding: 0.2rem 0.58rem 0.2rem 0;
}

.index-about-title {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	line-height: 0.9rem;
	border-bottom: 0.01rem solid #e5e5e5;
	font-size: 0.4rem;
}

.index-about-title::before {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 1.6rem;
	height: 0.02rem;
	background: #bf9c5c;
}

.learn-more {
	color: #d1b06e;
	font-size: 0.2rem;
	cursor: pointer;
    transition: .3s;
}

.learn-more:hover {
    color: #d1b06e!important;
}

.learn-more i {
	display: inline-block;
	width: 0.21rem;
	height: 0.22rem;
	margin-left: 0.1rem;
	background: url(../images/index/more-icon.png) no-repeat center/cover;
	vertical-align: middle;
}

.index-about-des {
	margin-top: 0.3rem;
	font-size: 0.23rem;
	color: #000;
}

.index-about-des > p {
	margin-bottom: 0.15rem;
}

.index-future {
	position: relative;
	width: 100%;
	height: 9.59rem;
	padding-top: 1.38rem;
	/* height: auto; */
	background: #fefeff url(../images/index/index-future-bg.png) no-repeat center/cover;
}

.index-future-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 14.76rem;
	margin: 0 auto 0.72rem;
}

.index-future-title div.left {
	display: flex;
	align-items: center;
}

.index-future-box {
	position: absolute;
	/* top: 50%; */
	bottom: 1.5rem;
	left: 0;
	right: 0;
	max-width: 14.76rem;
	height: 5.1rem;
	margin: 0 auto;
	background: url(../images/index/index-future-box1.png) no-repeat left/cover;
}

.index-future-content {
	width: 6.53rem;
	height: 5.1rem;
	padding: 0.84rem 0.7rem 0;
	text-align: center;
	color: #fff;
	font-size: 0.23rem;
	line-height: 1.8;
}

.index-future-content h3 {
	margin-bottom: 0.2rem;
	font-size: 0.39rem;
	border-bottom: 0.01rem solid #dac08b;
}

.index-vision {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 6.28rem;
	/* height: auto; */
	background: #fefeff url(../images/index/index-vision-bg.png) no-repeat center/cover;
}

.index-vision-content {
	font-size: 0.25rem;
	color: #fff;
	text-align: center;
}

.index-vision-content h3 {
	display: inline-block;
	margin-bottom: 0.3rem;
	font-size: 0.45rem;
	font-weight: bold;
	border-bottom: 0.01rem solid #dddacc;
}

.index-overview {
	max-width: 14.8rem;
	padding: .98rem 0;
	margin: 0 auto;
}

.index-overview-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.index-overview-box-bg {
	/* flex: 0 0 7.4rem; */
	flex: 1;
	max-width: 7.4rem;
	height: 4.2rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.index-overview-investor-bg {
	background-image: url(../images/index/index-investor-bg.png);
}

.index-overview-news-bg {
	flex: 0 0 7.4rem;
	background-image: url(../images/index/index-news-bg.png);
}

.index-overview-careers-bg {
	background-image: url(../images/index/index-careers-bg.png);
}

.index-overview-investor-content::before {
	position: absolute;
	top: 0.7rem;
	left: 0;
	width: 0.02rem;
	height: 0.6rem;
	background: #bf9c5c;
	content: '';
}

.index-overview-careers-content::before {
	position: absolute;
	top: 0.7rem;
	left: 0;
	width: 0.02rem;
	height: 0.6rem;
	background: #bf9c5c;
	content: '';
}

.index-overview-investor-content {
	border-top: 0.01rem solid #dcdcdc;
	border-left: 0.01rem solid #dcdcdc;
}

.index-overview-content.index-overview-news-content {
	flex: 1;
	border-right: 0.01rem solid #dcdcdc;
}

.index-overview-careers-content {
	border-bottom: 0.01rem solid #dcdcdc;
	border-left: 0.01rem solid #dcdcdc;
}

.index-overview-content {
	position: relative;
	flex: 0 0 7.4rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 4.2rem;
	padding: 0.55rem 0.6rem 0.55rem 1rem;
}

.index-overview-content h6 {
	font-size: 0.2rem;
	color: rgba(185, 185, 185, 0.6);
	line-height: 1;
	font-weight: 200;
	letter-spacing: -0.01rem;
}

.index-overview-content h3 {
	font-size: 0.4rem;
	color: #000;
	font-weight: 500;
	line-height: 1.3;
	margin-bottom: 0.2rem;
}

.index-overview-content p {
	font-size: 0.25rem;
	color: #000;
}

.index-overview-content .learn-more {
	color: #9f9f9f;
}

.index-overview-content .learn-more i {
	display: inline-block;
	width: 0.3rem;
	height: 0.14rem;
	background: url(../images/index/more-arrow-icon.png) no-repeat center/cover;
}
