html,
body {
	position: relative;
	height: 100%;
}

.desc-swiper {
	width: 100%;
	/* height: calc(100vh - 1.14rem); */
	height: 100vh;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}

.swiper-wrapper {
	transition: all 3s linear;
}

/**
* 企业大楼
*/
#building {
	width: 100%;
	display: flex;
	align-items: center;
	height: calc(100vh - 1.14rem);
	overflow: hidden;
	margin-top: 1.14rem;
}

/**
* 董事长
*/
#chairman {
	width: 100%;
	display: flex;
	align-items: center;
	height: calc(100vh - 1.14rem);
	overflow: hidden;
	z-index: inherit;
	margin-top: 1.14rem;
}

/**
* 企业大楼/董事长公共样式
*/
.desc-item .left {
	display: flex;
}

picture .building-img {
	width: 8.83rem;
	height: 7.6rem;
	object-fit: cover;
}

.left .color-line {
	width: 0.4rem;
	height: 7.6rem;
	background: #913eb3;
}

.left .chairman-img {
	width: 8.83rem;
	height: 7.6rem;
	object-fit: cover;
	overflow: hidden;
}

.desc-item .right {
	margin-left: 1.3rem;
}

.right .en-title {
	width: 7.11rem;
	margin-top: 1.95rem;
	font-size: 0.9rem;
	font-weight: 500;
	color: #c4c4c4;
	/* border-bottom: 0.04rem solid #efefef; */
}

.title-line {
  width: 100%;
  height: 0.04rem;
  background: #b5b5b4;
  margin-top: 0.04rem;
}

.en-title p {
	font-family: SourceHanSansMedium;
}

.right .en-title p:nth-child(2) {
	font-size: 0.9rem;
	margin-bottom: 0.08rem;
}

.right .ch-title {
	text-align: right;
	width: 7.11rem;
	font-size: 0.34rem;
	font-weight: 400;
	color: #b5b5b5;
	margin-top: 0.05rem;
}

.right .content {
	width: 7.2rem;
	height: 2.95rem;
	font-size: 0.18rem;
	color: #999999;
	overflow-y: auto;
	margin-top: 0.3rem;
	padding-right: 0.15rem;
	line-height: 0.38rem;
	/* letter-spacing: 0.01rem; */
}

.delay0 {
	animation-delay: 0.3s;
}
.delay1 {
	animation-delay: 0.6s;
}
.delay2 {
	animation-delay: 0.9s;
}
.delay3 {
	animation-delay: 1.2s;
}

.info {
	opacity: 0;
}

.opc {
	opacity: 1;
}

/**
* 发展历程
*/
#development {
	/* width: 100%; */
	display: flex;
	justify-content: flex-end;
	height: calc(100vh - 1.14rem);
	overflow: hidden;
	margin-top: 1.14rem;
}

#time-content span {
	font-size: 0.18rem;
}

#development .development-img {
	flex: 1;
	height: calc(100vh - 1.14rem);
	/* margin-left: 1.3rem; */
	position: relative;
}

#dev-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	object-fit: cover;
}

.development-centent {
	width: 9.23em;
	padding-left: 1.5rem;
	box-sizing: border-box;
}

.development-centent .en-title {
	margin-top: 2.81rem;
	font-size: 0.8rem;
	width: 6.4rem;
}

.development-centent .en-title p:nth-child(2) {
	font-size: 0.8rem;
}

.development-centent .ch-title {
	width: 6.4rem;
}

.development-centent .content {
	text-align: right;
	width: 6.4rem;
}

.time-warp {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 9.28rem;
	margin: 3.26rem auto 0 auto;
	position: relative;
}

.time-warp .time-axis {
	position: absolute;
	left: 0;
	top: 1.46rem;
	width: 100%;
	height: 0.1rem;
	background: linear-gradient(90deg, #f9effd 0%, #8b02c3 100%);
}

.time-warp .time-item {
	position: relative;
	flex: 1;
}

.time-item .line {
	width: 0.02rem;
	height: 2.08rem;
	background: #fff;
	position: relative;
}

.time-warp .line::after {
	position: absolute;
	left: -0.02rem;
	content: "";
	width: 0.06rem;
	height: 0.06rem;
	border-radius: 50%;
	background: #ffffff;
	opacity: 1;
}

.time-item:nth-child(even) .line {
	height: 0.92rem;
	margin-top: 1.1rem;
}

.time-item:nth-child(odd) .line::after {
	bottom: -0.03rem;
}

.time-item:nth-child(even) .line::after {
	top: -0.03rem;
}

.time-item .time {
	width: 100%;
	position: absolute;
	bottom: 0.42rem;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	transform: translateY(100%);
	opacity: 0.5;
	cursor: pointer;
}

.time-item .time-active {
	opacity: 1;
}

.time-item:nth-child(even) .time {
	margin-bottom: 0.4rem;
	transform: translateY(0);
}

.time .start-year,
.end-year {
	font-size: 0.36rem;
	line-height: 0.42rem;
	font-weight: bold;
	color: #ffffff;
	font-family: HarmonyOSBold;
}

.time .year-line {
	width: 0.04rem;
	height: 0.2rem;
	background: #ffffff;
	margin: 0.03rem 0;
}

.time .year-text {
	font-size: 0.18rem;
	font-weight: 400;
	color: #ffffff;
}

.time-warp .end-line {
	width: 0.02rem;
	height: 0.92rem;
	background: #fff;
	margin: 1.18rem 0 0 0.02rem;
	position: relative;
}

/**
* 荣誉汇总
*/
#honor {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	height: calc(100vh - 1.14rem);
	overflow: hidden;
	margin-top: 1.14rem;
}

.honor-img {
	width: 9.6rem;
	height: calc(100vh - 1.14rem);
	position: relative;
}

.honor-img .honor-title {
	position: absolute;
	top: 2.76rem;
	right: 0.42rem;
	font-size: 0.96rem;
	font-weight: 500;
	color: #ffffff;
	text-align: right;
	line-height: 1.12rem;
}

.honor-title p {
	font-family: SourceHanSansMedium;
}

.honor-bg {
	width: 100%;
	height: 100%;
	z-index: -1;
	object-fit: cover;
}

#honor .honor-centent {
	margin-left: 0.74rem;
	/* width: 7.95rem; */
}

.honor-centent .en-title {
	width: 7.95rem;
	margin-top: 3.9rem;
}

.honor-centent .ch-title {
	width: 7.95rem;
}

.honor-centent .content {
	width: 9.25rem;
	height: 3.35rem;
	display: flex;
	padding-right: 0;
}

.honor-centent .text-content {
	width: 5.69rem;
	font-size: 0.18rem;
	font-weight: 400;
	/* padding-top: 0.27rem; */
	margin-top: -0.1rem;
}

.honor-certificate {
	height: 2.94rem;
	overflow-y: auto;
	padding-right: 0.15rem;
	width: 2.17rem;
	margin-left: 0.42rem;
}

.honor-certificate img {
	width: 2.01rem;
	height: 1.32rem;
	object-fit: cover;
}

.content li {
	position: relative;
	padding-left: 0.2rem;
	line-height: 0.38rem;
	color: #999999;
}

.content li::after {
	position: absolute;
	left: 0;
	top: 0.16rem;
	content: "";
	width: 0.05rem;
	height: 0.05rem;
	background: #999999;
	border-radius: 50%;
}

.honor-certificate img:nth-child(n + 2) {
	margin-top: 0.15rem;
}

.content {
	/* scrollbar-color:  #1890FF #91D5FF; */
	scrollbar-width: thin; /* 火狐滚动条无法自定义宽度，只能通过此属性使滚动条宽度变细 */
	-ms-overflow-style: none; /* 隐藏滚动条（在IE和Edge两个浏览器中很难更改样式，固采取隐藏方式） */
}

.content::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 0.12rem; /*高宽分别对应横竖滚动条的尺寸*/
	height: 0.01rem;
}

.content::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 0.06rem;
	-webkit-box-shadow: inset 0 0 0.05rem #efefef;
	background: #c4c4c4;
}

.content::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 0.05rem #efefef;
	border-radius: 0.1rem;
	background: #efefef;
}

.beauty-scroll {
	scrollbar-color: #1890ff #91d5ff; /* 第一个方块颜色，第二个轨道颜色(用于更改火狐浏览器样式) */
	scrollbar-width: thin; /* 火狐滚动条无法自定义宽度，只能通过此属性使滚动条宽度变细 */
	-ms-overflow-style: none; /* 隐藏滚动条（在IE和Edge两个浏览器中很难更改样式，固采取隐藏方式） */
}

.honor-certificate::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 0.12rem; /*高宽分别对应横竖滚动条的尺寸*/
	height: 0.01rem;
}

.honor-certificate::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 0.06rem;
	-webkit-box-shadow: inset 0 0 0.05rem #efefef;
	background: #c4c4c4;
}

.honor-certificate::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 0.05rem #efefef;
	border-radius: 0.1rem;
	background: #efefef;
}

/* 企业文化 */
#culture {
	width: 100%;
	display: flex;
	justify-content: space-between;
	height: calc(100vh - 1.14rem);
	overflow: hidden;
	margin-top: 1.14rem;
}

#culture .culture-item {
	flex: 1;
	/* background: #000000; */
}

.culture-item .culture-title {
	width: 100%;
	height: 5.1rem;
	font-size: 0.42rem;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	line-height: 5.1rem;
	position: relative;
	/* background: rgba(0, 0, 0, 0.4); */
	letter-spacing: 0.03rem;
  font-family: SourceHanSansBold;
}

.culture-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.culture-item:nth-child(2) {
	margin: 0 0.08rem;
}

.culture-desc {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 0.64rem;
	height: calc(100vh - 6.24rem);
	transition: 0.4s;
}

.culture-desc .desc-title {
	margin-top: 1.38rem;
}

.culture-desc .split-line {
	width: 100%;
	height: 0.02rem;
	background: #b4b4b4;
	margin: 0.1rem 0;
}

.desc-title .subtitle {
	font-size: 0.24rem;
	font-weight: 400;
	color: #999999;
	cursor: pointer;
}

.culture-desc .desc-content {
	font-size: 0.18rem;
	color: #999999;
	font-weight: 400;
	line-height: 0.34rem;
	display: none;
}

.culture-desc:hover {
	transform: translateY(-0.7rem) scale(1);
}

.culture-desc:hover .desc-content {
	display: block;
	margin-top: 0.4rem;
	/* -webkit-animation-name: fadeIn;
    animation-name: fadeIn; */
}

/* 八大支撑 */
#brace {
	width: 100%;
	display: flex;
	justify-content: space-between;
	height: calc(100vh - 1.14rem);
	overflow: hidden;
	margin-top: 1.14rem;
	position: relative;
}

#brace .brace-title {
	margin: 0.26rem 0 0 0.91rem;
	/* text-align: right; */
}

.brace-title .en-title {
	font-size: 0.88rem;
	font-weight: 500;
	color: #c4c4c4;
	line-height: 0.8rem;
}

.brace-title .ch-title {
	font-size: 0.34rem;
	font-weight: 500;
	color: #b5b5b5;
	margin-top: 0.08rem;
}

/**
* 八大支撑
*/
#brace .brace-warp {
	list-style: none;
	padding: 0;
	margin-top: 0.6rem;
	display: flex;
	flex-wrap: wrap;
}

.brace-warp .brace-item {
	width: 2.85rem;
	margin: 0 0.05rem;
	height: 2.47rem;
	position: relative;
	cursor: pointer;
}

.brace-item .hex-warp {
	position: relative;
	width: 2.85rem;
	height: 2.47rem;
}

.hex-warp .hex {
	position: absolute;
	top: 0;
	left: 0;
}

.hex-warp .hex-bg {
	position: absolute;
	top: -0.52rem;
	left: -0.18rem;
	width: 100%;
	height: 100%;
	display: none;
}

.brace-item .hex {
	font-size: 0.4rem;
	color: #fff;
	transform: rotate(90deg);
}

.hex,
.hex::after,
.hex::before {
	position: absolute;
	width: 2.47rem;
	height: 1.42rem;
	line-height: 1.2rem;
	text-align: center;
	transition: 0.5s linear;
	z-index: -1;
	background: #f1f2f6;
}

.hex::after,
.hex::before {
	content: "";
	left: 0;
	top: 0;
}
.hex::after {
	transform: rotate(60deg);
}

.hex::before {
	transform: rotate(-60deg);
}

.brace-container {
	position: absolute;
	left: 0.45rem;
	top: -0.1rem;
	width: 1.71rem;
}

.brace-container .number {
	font-size: 0.7rem;
	font-weight: bold;
	color: #979798;
	font-family: HarmonyOS;
}

.brace-container .title {
	font-size: 0.25rem;
	font-weight: bold;
	color: #979798;
	font-family: SourceHanSansRegular;
}

.brace-container .text {
	width: 1.67rem;
	font-size: 0.12rem;
	color: #979798;
	line-height: 0.2rem;
	margin-top: 0.1rem;
	height: 1rem;
	overflow: hidden;
	display: none;
}

.brace-item:nth-child(1) {
	position: absolute;
	top: 4.59rem;
	left: 3.62rem;
}

.brace-item:nth-child(2) {
	position: absolute;
	top: 3.25rem;
	left: 5.96rem;
}

.brace-item:nth-child(3) {
	position: absolute;
	top: 5.93rem;
	left: 5.96rem;
}

.brace-item:nth-child(4) {
	position: absolute;
	top: 1.91rem;
	left: 8.29rem;
}

.brace-item:nth-child(5) {
	position: absolute;
	top: 4.61rem;
	left: 8.29rem;
}

.brace-item:nth-child(6) {
	position: absolute;
	top: 3.25rem;
	left: 10.63rem;
}

.brace-item:nth-child(7) {
	position: absolute;
	top: 5.93rem;
	left: 10.63rem;
}

.brace-item:nth-child(8) {
	position: absolute;
	top: 4.59rem;
	left: 12.93rem;
}

.brace-item:nth-child(9) {
	position: absolute;
	top: 2.75rem;
	left: 4.45rem;
}

.brace-item:nth-child(10) {
	position: absolute;
	top: 2.75rem;
	left: 13.15rem;
}

.brace-item:nth-child(12) {
	position: absolute;
	top: 6.85rem;
	left: 4.96rem;
}

.brace-item:nth-child(13) {
	position: absolute;
	top: 2.3rem;
	left: 14.6rem;
}

.brace-item.middle {
	width: 1.64rem;
	height: 1.41rem;
	/* margin: 0 0.05rem; */
}

.middle .hex-warp {
	width: 1.64rem;
	height: 1.41rem;
}

.middle .hex,
.middle .hex::after,
.middle .hex::before {
	width: 1.41rem;
	height: 0.82rem;
	/* line-height: 1.20rem; */
}

.brace-item.small {
	width: 0.92rem;
	height: 0.79rem;
	/* margin: 0 0.05rem; */
}

.small .hex-warp {
	width: 0.92rem;
	height: 0.79rem;
}

.small .hex,
.small .hex::after,
.small .hex::before {
	width: 0.79rem;
	height: 0.46rem;
	/* line-height: 1.20rem; */
}

.brace-item:hover .hex-bg {
	display: block;
}

.brace-item:hover .number {
	color: #913eb3;
	webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	animation-delay: 0.3s;
}

.brace-item:hover .title {
	webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	animation-delay: 0.6s;
}

.brace-item:hover .text {
	display: block;
	webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	animation-delay: 0.9s;
}

/* 向下 */
.to-bottom {
	position: fixed;
	bottom: 0.45rem;
	left: 9.45rem;
	width: 0.3rem;
	height: 0.3rem;
	z-index: 10;
	cursor: pointer;
}

.to-bottom img {
	position: absolute;
	top: 0;
	left: 0;
	width: 0.3rem;
	height: 0.3rem;
}

.footer {
	height: 0.8rem;
}

/* 底部 */
footer span {
	color: #666666;
}
