.color-theme2 {
	color: var(--themeColor2) !important;
}

/* 人才理念 */
.about_ys .outbox {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.about_ys .outbox .hd ul li {
	position: absolute;
	z-index: 9;
}

.about_ys .outbox .hd ul li:nth-child(1) {
	left: 0;
	/* top: 5.875rem; */
	top: 3.5rem;
	text-align: right;
}

.about_ys .outbox .hd ul li:nth-child(1) .box {
	flex-direction: row-reverse;
}

.about_ys .outbox .hd ul li:nth-child(2) {
	right: 0;
	/* top: 5.875rem; */
	top: 3.5rem;
}

.about_ys .outbox .hd ul li:nth-child(2) .box .txt h4 {
	justify-content: flex-start;
	background: url(../images/about_ys_tt2.png) left center no-repeat;
}

.about_ys .outbox .hd ul li:nth-child(3) {
	left: 0;
	/* bottom: 5.875rem; */
	bottom: 0;
	text-align: right;
}

.about_ys .outbox .hd ul li:nth-child(3) .box {
	flex-direction: row-reverse;
}

.about_ys .outbox .hd ul li:nth-child(4) {
	right: 0;
	/* bottom: 5.875rem; */
	bottom: 0;
}

.about_ys .outbox .hd ul li:nth-child(4) .box .txt h4 {
	justify-content: flex-start;
	background: url(../images/about_ys_tt2.png) left center no-repeat;
}

.about_ys .outbox .hd ul li .box {
	display: flex;
	/* gap: 3.5rem; */
	gap: 2.6rem;
	flex-shrink: 0;
}

.about_ys .outbox .hd ul li .box .ico {
	/* width: 6.5625rem; */
	/* height: 6.5625rem; */
	width: 5.7rem;
	height: 5.7rem;
	aspect-ratio: 1/1;
	cursor: pointer;
	flex-shrink: 0;
	transition: 0.5s;
	background: #f4f9ff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--themeColor2);
}

.about_ys .outbox .hd ul li .box .ico i {
	font-size: 2.375rem;
	color: var(--themeColor2);
}

.about_ys .outbox .hd ul li .box .ico img{
	height: auto;
	width: 2rem;
	aspect-ratio: 1/1;
	object-fit: contain;
}

.about_ys .outbox .hd ul li .box .txt {
	width: 22rem;
	padding-top: 0.5rem;
}

.about_ys .outbox .hd ul li .box .txt h4 {
	font-size: var(--f26);
	color: #fff;
	height: 4.0625rem;
	margin-bottom: 1.25rem;
	display: flex;
	padding: 0 2rem;
	align-items: center;
	justify-content: flex-end;
	background: url(../images/about_ys_tt1.png) right center no-repeat;
	background-size: contain !important;
}

.about_ys .outbox .hd ul li .box .txt p {
	font-size: var(--f16);
	line-height: 1.8;
	height: 3.75rem;
	color: #616161;
	padding: 0 2rem;
}

.about_ys .outbox .hd ul li .box:hover .ico {
	background: var(--themeColor2);
}

.about_ys .outbox .hd ul li .box:hover .ico i {
	color: #fff;
}
.about_ys .outbox .hd ul li .box:hover .ico img{
	filter: var(--imgWhite);
}

.about_ys .outbox .bd {
	position: relative;
}

.about_ys .outbox .bd .about_ys_yuan {
	display: block;
	margin: 0 auto;
	animation: xz2 10s linear infinite;
	/* width: 39.4375rem; */
	width: 35rem;
}

.about_ys .outbox .bd .center {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.about_ys .outbox .bd .swiper {
	/* width: 27.625rem; */
	width: 24.6rem;
	height: auto;
	aspect-ratio: 1/1;
}

.about_ys .outbox .bd .swiper .img:after {
	padding-top: 100%;
}
.about_ys .outbox .about_ys_for .img_db{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.about_ys .outbox .about_ys_for .img_db img{
	width: 100%;
	height: 100%;
	/* object-fit: fill; */
}


/* 团队精神 */
.tdjs{
	color: #fff;
	background-attachment: fixed;
}

.tdjs h1{
	text-align: center;
	font-size: var(--f45);
}
.tdjs h2{
	text-align: center;
	font-weight: 300;
	font-size: var(--f56);
}


/* 团队活动 */
.tdhd .flex{
	gap: 1rem;
}
.tdhd .item > .pic-item{
	flex: 1;
	flex-flow: column;
}
.tdhd .item > .pic-item.rt{
	flex-flow: column-reverse;
}
.tdhd .item .big-img .img-db{
	width: 100%;
	height: auto;
	aspect-ratio: 790/472;
}
.tdhd .item .sm-img .img-db{
	width: 100%;
	flex: 1;
	height: auto;
	aspect-ratio: 385/232;
}