@font-face {
	font-family: 'MyCustomFont';
	src: url('优设标题黑.ttf') format('truetype');
}

@font-face {
	font-family: 'HarmonyOS Sans SC';
	src: url('HarmonyOS_Sans_SC_Regular.ttf') format('truetype');
}

html,
body {
	position: relative;
	height: 100%;
}

body {
	background: #eee;
	font-family: HarmonyOS Sans SC;
	font-size: 14px;
	color: #2c2a25;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

.beian {
	color: #FA4515;
	text-decoration: none;
}

p {
	margin: 0;
	padding: 0;
}

.ell {
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略号来代表被修剪的文本 */
}

.ellipsis-2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	/* 限制文本为2行 */
	overflow: hidden;
	text-overflow: ellipsis;
}

.page-container {
	min-width: 1280px;
	min-height: 720px;
}

.news-container {
	padding-top: 0.9rem;
}

.page-top-menu {
	height: 0.9rem;
	background-color: #ffffff;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 99;
	box-shadow: 0px 7px 7px 1px rgba(8, 8, 8, 0.09);
}

.page-top-container {
	padding: 0 0.6rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.page-top-left {
	height: 0.31rem;
}

.page-top-right {
	display: flex;
	align-items: center;
}

.page-top-right .menu-box {
	display: flex;
	align-items: center;
}

.menu-item {
	width: 1.2rem;
	text-align: center;
	height: 0.9rem;
	line-height: 0.9rem;
	font-size: 0.18rem;
	cursor: pointer;
}

.menu-item .menu-name {
	padding: 0.05rem 0;
}

.menu-item.active .menu-name {
	border-bottom: 0.05rem solid #FA4515;
}

.czzx {
	height: 0.54rem;
}

.top-title {
	width: 100%;
	position: relative;
}

.top-title .title-bg-img {
	width: 100%;
}

.top-title .title-text {
	position: absolute;
	top: 0.8rem;
	right: 2.9rem;
	z-index: 1;
	height: 0.75rem;
}

.top-title .sub-title-text {
	position: absolute;
	z-index: 1;
	bottom: -0.1rem;
	left: 2.9rem;
	height: 0.56rem;
}

.link-us {
	position: fixed;
	right: 0;
	top: 4rem;
	z-index: 99;
	cursor: pointer;
	width: 0.4rem;
}

.link-us img {
	width: 100%;
}

.link-us .link-us-qrcode {
	position: absolute;
	right: 0.45rem;
	top: 0;
	display: none;
	width: 1.5rem;
}

.link-us:hover .link-us-qrcode {
	display: block !important;
	top: 0.4rem;
}

.main-content {
	width: 16.5rem;
	min-height: 5rem;
	margin: 0.5rem auto;
	background: url('../images/news/content-bg.png') no-repeat;
	background-size: 100% 100%;
	position: relative;
	padding: 1.2rem 2.9rem;
	box-sizing: border-box;
}

.main-content .back-btn {
	width: 2rem;
	position: absolute;
	z-index: 1;
	top: 0.5rem;
	left: 0.8rem;
	cursor: pointer;
}

.article-box {
	text-align: center;
}

.article-box .title {
	font-size: 0.4rem;
	color: #2c2a25;
}

.article-box .time {
	font-size: 0.2rem;
	color: #2c2a25;
	margin-top: 0.2rem;
	margin-bottom: 0.8rem;
}

.article-content {
	text-align: left;
}

.article-content p {
	font-size: 0.2rem;
	color: #565656;
	line-height: 0.4rem;
	text-indent: 2em;
}

.article-content img {
	margin: 0.3rem 0;
	max-width: 100%;
	display: block;
	margin: 0.3rem auto;
}
.article-box .sub-title{
	font-size: 28px;
}
.recruit-container {
	padding-top: 0.9rem;
}

.recruit-container .link-us img {
	position: absolute;
	right: 0;
	top: 2rem;
	z-index: 5;
}

.recruit-container .link-us .tdjl {
	width: 1.8rem;
	right: 0;
	transition: right 0.3s ease-in-out;
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
}

.recruit-container .link-us .tdjl-active {
	width: 2.5rem;
	right: -3rem;
	transition: right 0.3s ease-in-out;
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
}

.recruit-container .link-us.active {}

.recruit-container .link-us.active .tdjl {
	width: 1.8rem;
	right: -2rem;
}

.recruit-container .link-us.active .tdjl-active {
	width: 3.5rem;
	right: 0rem;
}

.join-us-share {
	text-align: center;
	margin-bottom: 0.6rem;
}

.join-us-share .title {
	font-size: 0.4rem;
	color: #2c2a25;
	font-weight: 600;
}

.join-us-share .sub-title {
	font-size: 0.26rem;
	color: #565656;
	margin: 0.3rem;
}

.join-us-swiper {
	width: 100%;
}

.join-us-swiper .swiper-slide {
	text-align: center;
	width: 60%;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.join-us-swiper .swiper-slide:nth-child(2n) {
	width: 40%;
}

.join-us-swiper .swiper-slide:nth-child(3n) {
	width: 20%;
}

.join-us-swiper .swiper-slide img {
	width: 100%;
	height: 3.32rem;
	object-fit: cover;
	border-radius: 0.4rem;
}

.swiper-mask {
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	width: 2.75rem;
	height: 100%;

}

.swiper-mask.mask-left {
	left: 0;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.6) 70%, rgba(255, 255, 255, 0) 100%);
}

.swiper-mask.mask-right {
	right: 0;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 1) 100%);
}

.recruit-content {
	padding: 0.8rem;
}

.model-box {
	margin-bottom: 0.9rem;
}

.model-box .model-title {
	padding: 0.1rem 0.6rem;
	border-radius: 0.3rem;
	border: 1px solid #2c2a25;
	color: #2c2a25;
	font-size: 0.32rem;
	display: inline-block;
	letter-spacing: 0.08rem;
}

.model-box .tip-box {
	font-size: 0.2rem;
	color: #565656;
	display: flex;
	align-items: center;
	gap: 0.2rem;
	padding: 0.2rem 0rem;
}

.require-box {}

.require-box .title {
	font-size: 0.25rem;
	font-weight: 500;
	color: #2c2a25;
	margin: 0.1rem 0;
	display: flex;
	align-items: center;
	gap: 0.2rem;
}

.require-box .content-box {
	font-size: 0.2rem;
	color: #565656;
	line-height: 0.4rem;
	padding: 0 0.3rem;
}

/* 底部 */
.footer-slide {
	width: 100%;
	position: relative;
}

.footer-slide .last-slide {
	height: 4.6rem;
	width: 9.3rem;
	margin-left: 2.9rem;
}

.footer-slide .last-slide .top-imgbox {
	display: flex;
	align-items: center;
	padding-bottom: 0.42rem;
	border-bottom: 1px solid #282B25;
	margin-bottom: 0.4rem;
}

.footer-slide .last-slide .top-imgbox .footer-log {
	width: 1.5rem;
	margin-right: 0.89rem;
}

.footer-slide .last-slide .top-imgbox .footer-intruduce {
	height: 0.2rem;
	margin-top: 0.6rem;
}

.footer-slide .last-slide .footer-menus {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-right: 2rem;
	font-size: 0.22rem;
}

.footer-slide .last-slide .our-infomation {
	display: flex;
	justify-content: space-between;
	margin-right: 1.7rem;
	font-size: 0.2rem;
}

.footer-slide .last-slide .our-infomation .qrcode {
	width: 1.46rem;
	height: 1.46rem;
}

.footer-slide .last-slide .our-infomation .txt-s {
	font-size: 0.16rem;
}

.footer-slide .last-slide .our-infomation p {
	line-height: 0.4rem;
}

.footer-slide .right-img {
	position: absolute;
	height: 4.7rem;
	bottom: 0.9rem;
	right: 0;
	z-index: -1;
}

.footer-slide .footer-tools {
	background-color: #FA4515;
	height: 0.98rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-slide .footer-tools img {
	width: 100%;
}



/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
	width: 3px;
	height: 16px;
	background-color: #F5F5F5;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #F5F5F5;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #fff;
}