/* 企业介绍 */
.prof {
	background-position: bottom;
	background-size: cover;
	background-repeat: no-repeat;
}

.prof .s_tt {
	width: 40%;
}

.prof .detail-font {
	font-size: var(--f16);
	font-weight: lighter;
	color: #414141;
	line-height: 2;
}

.prof .rt h1 {
	color: #292929;
	font-size: var(--f45);
	font-weight: 300;
}

/* 数字滚动 */
.about_shuzi {
	width: 100%;
	height: auto;
	aspect-ratio: 1920/620;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	color: #fff;
	padding: 10rem 0
}

.about_shuzi .m {
	display: flex;
	align-items: center
}

.about_shuzi ul {
	display: flex;
	justify-content: space-between;
	width: 100%
}

.about_shuzi ul li {
	display: flex;
	flex-direction: column;
	width: 25%;
	align-items: center;
}

.about_shuzi ul li .ico i {
	font-size: 3.5rem;

}

.about_shuzi ul li p {
	font-size: var(--f16);
	margin-top: .6rem
}

.about_shuzi ul li .box {
	margin-top: 0.6rem;
	height: 4rem;
	display: flex;
	align-items: flex-start
}

.about_shuzi ul li .box span {
	font-size: var(--f50);
	font-family: 'pop-m-font';
	font-weight: bold;
}

.about_shuzi ul li .box i {
	font-size: var(--f20);
	font-style: normal;
}

.about_shuzi .ico {
	width: 3rem;
	height: auto;
	aspect-ratio: 1/1;
}

.about_shuzi .ico img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}



/* 企业文化 */
.qywh {
	background: linear-gradient(360deg, #e2e6ec, transparent);
}

.qywh .s_hd.txt_center .s_tt .thmeColorLine {
	margin-top: 1rem;
}
.qywh .txt{
	padding-left: 3rem;
	color: #fff;
	bottom: 4rem;
}
.qywh .txt .ico{
	width: 3rem;
	height: auto;
	aspect-ratio: 1/1;
	
}
.qywh .txt .ico img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.qywh .txt h4{
	margin-top: .6rem;
	font-size: var(--f26);
}
.qywh .txt p{
	margin-top: .6rem;
	font-size: var(--f16);
}
.qywh .ls16{
	margin: 0 1rem;
}
.qywh .ls16 li {
	width: 33.33%;
	padding: 0 1rem;
}