@import "flex.css";
@import "iconfont/iconfont.css";


@font-face {
	font-family: 'iconfont';
	/* Project id 4787967 */
	src: url('//at.alicdn.com/t/c/font_4787967_09qg0ych4bnu.woff2?t=1735984912766') format('woff2'),
		url('//at.alicdn.com/t/c/font_4787967_09qg0ych4bnu.woff?t=1735984912766') format('woff'),
		url('//at.alicdn.com/t/c/font_4787967_09qg0ych4bnu.ttf?t=1735984912766') format('truetype');
}

/* 定义字体族名称为"MyFont"，并指定字体文件的路径 */
@font-face {
	font-family: 'TCloudNumber';
	/* 这里的'MyFont'是你自定义的字体族名称 */
	src: url('../font/TCloudNumberVF.ttf') format('truetype');
	/* 指定字体文件的路径和格式 */
}

@font-face {
	font-family: 'SJzhuosongc';
	/* 这里的'MyFont'是你自定义的字体族名称 */
	src: url('../font/SanJiZhuoSongTi.ttf') format('truetype');
	/* 指定字体文件的路径和格式 */
}

@font-face {
	font-family: 'PingFang SC';
	/* 这里的'MyFont'是你自定义的字体族名称 */
	src: url('../font/pingfang.ttf') format('truetype');
	/* 指定字体文件的路径和格式 */
}


html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	scroll-behavior: smooth;
}

* {
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	padding: 0;
	margin: 0;
	list-style: none;
	border: 0;
}

body {
	position: relative;
	margin: 0;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	font-family: Helvetica Neue, Helvetica, Tahoma, Arial, PingFang SC, Microsoft YaHei, Hiragino Sans GB, Heiti SC, SimHei, SimSun, sans-serif
}

body.no-scroll,
html.no-scroll {
	overflow-y: hidden
}

main {
	display: block
}

ul,
li {
	list-style-type: none;
}

a {
	color: #23272E;
	text-decoration: none;
}

a:hover {
	color: #007370;
}

.txtline1 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.txtline2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.wearp {
	width: 1600px;
	margin: auto;
}

.none {
	display: none;
}

.block {
	display: block;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	
	height: 88px;
	transition: all 0.3s;
	z-index: 999;
	background-color: #fff;
	padding: 0 160px;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.05), 0px 4px 8px 0px rgba(0, 0, 0, 0.10);
	backdrop-filter: blur(16px);
}

.header-container {
	gap: 72px;
	width: 100%;

}

.logo {
	height: 100%;
	display: block;
	display: flex;
	align-items: center;
}

.logo img {
	height: 44px;
}



.menu-nav {
	gap: 3%;
	font-weight: 400;
}

.menu-nav-toggler {
	width: 48px;
	height: 48px;
	background-color: #007370;
	border-radius: 50%;
	display: none;
}



.menu-nav-toggler-icon {
	position: relative;
	width: 18px;
	height: 18px;
	line-height: 1;
	cursor: pointer;
}

.menu-nav-toggler-icon span {
	background-color: #fff;
	height: 3px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	position: relative;
	border-radius: 10px;
}

.menu-nav-toggler-icon span:nth-child(2) {
	flex: 0 0 80%;
}



.menu-opened-icon span:nth-child(1) {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	top: 4px;
}

.menu-opened-icon span:nth-child(2) {
	opacity: 0;
}

.menu-opened-icon span:nth-child(3) {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
	top: -8px;
}







.menu-nav-item {
	gap: 24px;
	font-size: 20px;
	flex: 1;
	position: relative;
}

.menu-nav-item-name {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.menu-nav-item-name a {
	color: #23272E;
	text-decoration: none;
	display: block;
	position: relative;
	line-height: 88px;
}

.more-nav {
	padding-right: 30px;
}

.nav-childer {
	position: absolute;
	top: 100%;
	display: none;
	width: 100%;
	box-shadow: 0px 2px 12px 0px rgba(51, 51, 51, 0.05);
	transition: all 0.3s;
	padding: 4px;
	border-radius: 8px;
	background: #FFF;
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.10);

}

.nav-childer a {
	color: #23272E;
	font-size: 18px;
	font-style: normal;
	display: block;
	width: 100%;
	display: flex;
	padding: 16px;
	align-items: flex-start;
	gap: 10px;
	align-self: stretch;
	position: relative;

}

.nav-childer a:hover {
	border-radius: 4px;
	background: #EDFCFA;
	color: #007370;
	font-weight: 600;
}

.nav-childer a:hover::before {
	content: "\e807";
	font-family: 'iconfont';
	position: absolute;
	right: 16px;
	top: 12px;
	font-size: 24px;
	color: #007370;
	font-weight: normal;
}

.menu-nav-item:hover .nav-childer {
	display: block;
	transition: all 0.3s;
	overflow: hidden;
}

.more-nav:before {
	content: "\e610";
	font-family: 'iconfont';
	position: absolute;
	right: 0;
	font-size: 16px;
	transform: rotate(0deg);
	transition: transform 0.3s ease;
}

.menu-nav-item:hover .menu-nav-item-name a {
	color: #007370;
	font-weight: 600;
}

.menu-nav-item-name a::after {
	width: 0%;
	height: 4px;
	position: absolute;
	bottom: 0;
	left: 25%;
	background: #007370;
	content: '';
}

.menu-nav-item:hover .menu-nav-item-name a::after {
	width: 50%;
	transform: scale(2, 1);
	transition-duration: .3s;
}

.menu-nav-item:hover .more-nav:before {
	transform: rotate(-180deg);
	transition: transform 0.3s ease;
}


.index-banner {
	width: 100%;
	height: 900px;
	margin-top: 88px;
	position: relative;
}

.index-banner .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.index-banner .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
}

.index-banner-pagination {
	display: inline-flex;
	align-items: center;
	gap: 24px;
	position: absolute;
	padding-left: 6%;
	margin-bottom: 47px;
	z-index: 900;
	height: 24px;
}

.index-banner-pagination-bullet {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #fff;
	opacity: .7;
	cursor: pointer;
}

.index-banner-pagination-bullet-active {
	background: none;
	position: relative;
	opacity: 1;
	width: 24px;
	height: 24px;
	cursor: pointer;
}

.index-banner-pagination-bullet-active:before {
	content: "\e807";
	font-family: 'iconfont';
	position: absolute;
	color: #fff;
	top: 0px;
	left: 0;
	font-size: 24px;
}

.about {
	padding: 80px 0 0 0;
	position: relative;
}

.about-title {
	text-align: center;
	color: #007370;
	text-align: center;
	font-family: SJzhuosongc;
	font-size: 48px;
	font-style: normal;
	margin-bottom: 45px;
	font-weight: normal;
}

.about-info {
	color: #535963;
	font-family: "PingFang SC";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	max-width: 1255px;
	margin: auto;
	margin-bottom: 36px;
}

.about-info p {
	line-height: 45px;
}

.about-imglist-container {
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	background: rgba(0, 115, 112, 0.10);
	position: relative;
	/* 相对定位 */
}

.about-imglist {
	padding: 24px 52px;
	display: flex;
	width: 300%;
	will-change: transform;
	/* 提升动画性能 */
}

.about-imglist-item {
	flex: 0 0 auto;
	width: 420px;
	height: 320px;
	margin-right: 40px;
}

.about-imglist-item:last-child {
	margin-right: 0;
}

.about-imglist-item img {
	width: 100%;
	border-radius: 16px;
	border: 4px solid #D7CCAE;
	height: 100%;
}

.about-banner-layer {}

.about-banner-layer .visible {
	z-index: 1;
	position: relative;
}

.about-banner-layer-bg {
	position: absolute;
	height: 890px;
	width: 100%;
	z-index: 666;
	display: none;
	animation-delay: .2s;
}

.about-banner-layer-icon {
	width: 100%;
	height: 890px;
	position: absolute;
	z-index: 660;
	display: none;
	animation-delay: 0s;
}

.visible .about-banner-layer-bg {
	display: block;
	animation-name: expandFadeOut;
	animation-duration: 6s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	animation-iteration-count: 1;

}

.visible .about-banner-layer-icon {
	display: block;
	animation-name: rotateShrinkFadeOut;
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	animation-iteration-count: 1;

}

.about-banner-layer-icon::before {
	content: "\e807";
	font-family: 'iconfont';
	position: absolute;
	left: calc(50% - 127px);
	top: calc(50% - 127px);
	font-size: 255px;
	color: #007370;
	font-weight: normal;
}

@keyframes expandFadeOut {
	from {
		transform: scale(1);
	}

	to {
		transform: scale(20);
	}
}


@keyframes rotateShrinkFadeOut {
	from {
		transform: rotate(0deg) scale(1);
		opacity: 1;
	}

	to {
		transform: rotate(360deg) scale(0);
		opacity: 0;
	}
}

.about-banner-container {
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	z-index: 6;
}


.about-banner-pagination {
	align-items: center;
	position: absolute;
	top: 50%;
	z-index: 66;
	right: 0;
	width: 72px;
}

.about-banner-pagination-bullet {
	width: 58px;
	height: 58px;
	cursor: pointer;
	background-image: url(../images/index/about-banner-icon.png);
	background-size: cover;
	opacity: .6;
	text-align: center;
	line-height: 58px;
	color: #fff;
	margin-bottom: 30px;
	-webkit-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
}

.about-banner-pagination-bullet-active {
	background: none;
	position: relative;
	/* width: 72px;
	height: 72px; */
	cursor: pointer;
	-webkit-transform: scale(1.24);
	transform: scale(1.24);
	background-image: url(../images/index/about-banner-active-icon.png);
	background-size: cover;
	opacity: 1;
	line-height: 62px;
}

.about-banner-item {
	position: relative;
}

.about-banner-item-img {
	width: 580px;
	margin-left: 10px;
}

.about-banner-item-img img {
	width: 100%;
}

.about-banner {
	height: 890px;
	position: relative;
	z-index: 66;
	overflow: hidden;
}

.about-banner-bg {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 6666;
	width: 599px;
	height: 780px;
}

.about-banner-item-img img {
	width: 599px;
	height: 906px;
	margin-bottom: -130px;
	margin-left: -5px;
}

.about-banner-item-info {
	margin-left: 132px;
	margin-top: 315px;
}

.about-banner-item-info h3 {
	color: #007370;
	font-family: SJzhuosongc;
	font-size: 48px;
	margin-bottom: 24px;
	font-weight: normal;
}

.about-banner-item-info p {
	color: #535963;
	font-family: "PingFang SC";
	font-size: 20px;
	line-height: 45px;
	/* 225% */
}

.about-store {
	background-image: url(../images/index/about-store-bg.jpg);
	background-size: cover;
	height: 890px;
	width: 100%;
	color: #fff;
	position: relative;
	overflow: hidden;
}

.about-store-icon1 {
	position: absolute;
	left: -169px;
	top: -152px;
	animation: spin 18s infinite linear;
	transform-origin: 55% 35%;
}

.about-store-icon1 img {
	width: 485px;
	height: 485px;
}

.about-store-icon2 {
	position: absolute;
	left: -186px;
	bottom: -200px;
	animation: spin 20s infinite linear;
	transform-origin: 55% 35%;
}

.about-store-icon2 img {
	width: 410px;
	height: 410px;
}

.about-store-icon3 {
	position: absolute;
	right: 60px;
	top: 137px;
	animation: spin2 8s infinite linear;
	transform-origin: 55% 35%;
}

@keyframes spin2 {
	to {
		transform: rotate(-1turn);
	}
}

@keyframes spin {
	to {
		transform: rotate(1turn);
	}
}

.about-store-info {
	padding-left: 136px;
	padding-top: 156px;
	position: relative;
	z-index: 10;
}

.about-store-info h3 {
	font-size: 60px;
	font-family: SJzhuosongc;
	font-weight: normal;
}

.about-store-info span {
	color: #FFECB4;
}

.about-store-info-body {
	margin-top: 33px;
}

.about-store-info-body p {
	font-family: "PingFang SC";
	font-size: 20px;
	line-height: 45px;
}

.news {
	padding: 100px 0;
	background: #F8FAFA;
}


.news-body-left {
	margin-right: 80px;
	border-radius: 12px;
	overflow: hidden;
}

.news-body-left .img {
	width: 756px;
	height: 482px;
	overflow: hidden;
}

.news-body-left .img img {
	width: 100%;
	height: 100%;
	transition: 0.3s ease-in-out;
}

.news-body-left:hover .img img {
	overflow: hidden;
	transform: scale(1.1);
	transition: 0.3s ease-in-out;
}

.news-body-left a {
	display: block;
	overflow: hidden;
}

.news-body-left p {
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: rgba(0, 115, 112, 0.10);
	color: #007370;
	font-family: "PingFang SC";
	font-size: 20px;
}

.news-body {
	align-items: flex-start;
	flex: 1 0 0;
	align-self: stretch;
}

.news-title {
	color: #007370;
	text-align: center;
	font-family: SJzhuosongc;
	font-size: 48px;
	margin-bottom: 80px;
}

.news-body-right li {
	padding: 20px 40px;
	border-radius: 12px;
	background: #FFF;
	color: #23272E;
	margin-bottom: 16px;
}

.news-body-right li:last-child {
	margin-bottom: 0;
}

.news-body-right li .date {
	text-align: center;
	width: 69px;
	text-align: center;
	margin-right: 36px;
}

.news-body-right li .img {
	margin-right: 24px;
	width: 210px;
	height: 130px;
	overflow: hidden;
}

.news-body-right li .date {
	font-family: TCloudNumber;
	color: #535963;
}

.news-body-right li .date .day {
	font-size: 40px;

}

.news-body-right li .date .ym {
	font-size: 18px;
}

.news-body-right li .title {
	font-size: 20px;
	width: 333px;
}

.news-body-right li:hover {
	background: rgba(0, 115, 112, 0.05);
	box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.10);
	transition: all 0.3s;
}

.news-body-right li:hover .date {
	color: #007370;
}



.news-body-right li:hover a {
	color: #007370;
}

.news-body-right li:hover .img img {
	transform: scale(1.1);
	transition: 0.3s ease-in-out;
}

.news-body-right li a {
	display: block;
	width: 100%;
}

.news-body-right li img {
	width: 100%;
	height: 100%;
	transition: 0.3s ease-in-out;
}

.footer {
	height: 480px;
	background: #007370;
	padding: 60px 0 25px 0;
	position: relative;
	min-width: 1920px;
}

.footer .wearps {
	padding-left: 8%;
}

.footer-left-icon {}

.footer-left-icon-logo {
	height: 63px;
}

.footer-left-phone {
	margin-top: 50px;
	padding-left: 29px;
}

.footer-left-phone-item {
	color: #FFF;
	margin-bottom: 30px;
	font-family: TCloudNumber;
}

.footer-left-phone-item h3 {
	font-family: "PingFang SC";
	font-size: 24px;
	margin-bottom: 8px;
}

.footer-left-phone-item p {
	font-family: "TCloudNumber";
	font-size: 20px;
}

.footer-right {
	display: flex;
	justify-content: flex-start;
	margin-left: 141px;
	margin-top: 12px;
	gap: 7%;
}

.footer-right-item {
	justify-content: flex-start;
	min-width: 80px;
	color: rgba(255, 255, 255, 0.60);
	font-size: 20px;
}

.footer-right-item h3 {
	color: #FFF;
	font-family: "PingFang SC";

}

.footer-right-item p {
	margin-top: 24px;
}

.footer-right-item a {
	display: block;
	color: rgba(255, 255, 255, 0.60);
	font-family: "PingFang SC";
	font-size: 20px;
	transition: all .5s;
}

.footer-right-item a:hover {
	margin-left: 5px
}

.footer-right-item-code {
	margin-top: 20px;
	gap: 24px;
}

.footer-right-item-code p,
.sacn {
	font-size: 16px;
	margin-top: 13px;
}

.footer-right-item-code img {
	width: 108px;
	height: 108px;
}

.footer-copy {
	color: rgba(255, 255, 255, 0.40);
	font-family: "PingFang SC";
	font-size: 16px;
	font-style: normal;
	text-align: center;
	margin-top: 62px;
	margin-left: -8%;
}

.footer-copy a {
	color: rgba(255, 255, 255, 0.40);
}

.footer-right-bg {
	position: absolute;
	top: 0;
	right: 0;
}



.inm-ani__circle {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 300;
	pointer-events: none
}

.inm-ani__circle i {
	-webkit-transform: scale(0);
	transform: scale(0);
	position: absolute;
	border-radius: 100%;
	top: 50%;
	border: 1px solid #fff;
	will-change: transform
}

.inm-ani__circle i:nth-of-type(1) {
	width: 50%;
	padding-top: 50%;
	left: 25%;
	margin-top: -25%
}

.inm-ani__circle i:nth-of-type(2) {
	width: 75%;
	padding-top: 75%;
	left: 12.5%;
	margin-top: -37.5%
}

.inm-ani__circle i:nth-of-type(3) {
	width: 98%;
	padding-top: 98%;
	left: 1%;
	margin-top: -49%;
	z-index: 1
}

.inm-ani__circle .inc-dec {
	color: #E60012;
	font-size: 12.5vw;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.in-product__full.active .inm-ani__circle i {
	-webkit-transition: all 3.5s ease-out;
	transition: all 3.5s ease-out;
	-webkit-transform: scale(3);
	transform: scale(3)
}

.in-product__full.active .inc-dec {
	-webkit-transition: opacity 1s ease-out;
	transition: opacity 1s ease-out;
	opacity: 0
}

.inp-ani__circle {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 300;
	pointer-events: none
}

.inp-ani__circle i {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 23.4375vw;
	height: 23.4375vw;
	border-radius: 50%;
	box-shadow: 0 0 0 1000px #E60012;
	will-change: transform
}

.inp-ani__circle .inc-dec {
	color: #E60012;
	font-size: 12.5vw;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.active .inp-ani__circle i {
	-webkit-transition: all 3.5s ease-out;
	transition: all 3.5s ease-out;
	-webkit-transition-delay: .6s;
	transition-delay: .6s;
	-webkit-transform: translate(-50%, -50%) scale(15);
	transform: translate(-50%, -50%) scale(15)
}

.active .inp-ani__circle .inc-dec {
	-webkit-transition: opacity 1s ease-out;
	transition: opacity 1s ease-out;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	opacity: 0
}

@-webkit-keyframes cirOpa {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@keyframes cirOpa {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

/* 内页通用banner */
.page-banner {
	margin-top: 88px;
	height: 385px;
	position: relative;
}

.page-banner-content {
	position: relative;
	z-index: 2;
	padding: 120px 0 0 200px;
}

.page-banner h2 {
	color: #fff;
	font-family: "SJzhuosongc";
	font-size: 48px;
	font-weight: 400;
	margin-bottom: 20px;

}

.page-banner img {
	position: absolute;
	height: 385px;
	left: 0;
	top: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-banner p {
	color: #FFF;
	font-family: "PingFang SC";
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	opacity: .6;
}

.page-navigation {
	background: rgba(255, 255, 255, 0.80);
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.04);
	backdrop-filter: blur(12px);
	height: 56px;
}

.page-navigation .wearp {
	height: 100%;
}

.page-navigation a {
	display: block;
	position: relative;
	color: #535963;
	font-family: "PingFang SC";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	margin-right: 28px;
	height: 56px;
	line-height: 56px;
}


.page-navigation .selected::before {
	content: '';
	width: 24px;
	height: 4px;
	position: absolute;
	left: calc(50% - 12px);
	bottom: 6px;
	border-radius: 2px;
	background: #007370;
}

.brand {}

.brand-story {}

.brand-story-info {
	margin-bottom: 80px;
	position: relative;
	height: 360px;
}

.brand-story-info:last-child {
	margin-bottom: 0;
}

.brand-story-info-desc {
	padding: 48px 630px 40px 40px;
	gap: 24px;
	flex: 1 0 0;
	border-radius: 12px;
	background: #F7F8FA;
	height: 250px;
	position: absolute;
	bottom: 4px;
}


.brand-story-info-desc p {
	color: #23272E;
	text-align: justify;
	font-family: "PingFang SC";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	position: relative;
	z-index: 1;
}

.brand-story-info-thumb {
	position: absolute;
	z-index: 2;
	right: 0;
	bottom: 0;
	overflow: hidden;
	width: 590px;
	height: 360px;
	border-radius: 12px;
}

.brand-story-info-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s ease-in-out;
}

.brand-story-info-thumb:hover img {
	overflow: hidden;
	transform: scale(1.1);
	transition: 0.3s ease-in-out;
	height: 100%;
}

.brand-story-info:last-child .brand-story-info-desc {
	padding: 48px 40px 48px 630px;
}

.brand-story-info:last-child .brand-story-info-thumb {
	left: 0;
}




.brand .public-title {
	padding: 100px 0 56px 0;
}

.brand-story-swiper .swiper-wrapper {
	flex-direction: column;
}

.public-title {
	color: #007370;
	text-align: center;
	font-family: SJzhuosongc;
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.corporate-culture {
	padding: 0 0 100px 0;
}

.corporate-culture-swiper .swiper-wrapper {
	flex-direction: row;
	gap: 20px;
}

.corporate-culture-list {
	/* display: grid;
	grid-template-columns: 452px 554px 554px;
	grid-auto-rows: 261px;
	grid-gap: 20px; */
}

.corporate-culture-list-item {
	width: 554px;
	overflow: hidden;
	gap: 20px;
}

.corporate-culture-list-item:first-child {
	width: 452px;
	border-radius: 12px;
}

.corporate-culture-list-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s ease-in-out;

}

.corporate-culture-list-item-img {
	overflow: hidden;
	width: 554px;
	cursor: pointer;
	border-radius: 12px;
	height: 262px;
}

.corporate-culture-list-item-img:hover img {
	overflow: hidden;
	transform: scale(1.1);
	transition: 0.3s ease-in-out;
	height: 100%;

}

.corporate-culture-slogan {
	padding-left: 48px;
	background: #007370;
	gap: 40px;
	position: relative;
	height: 542px;
}

.corporate-culture-slogan::before {
	content: "\e807";
	font-family: 'iconfont';
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 268px;
	color: #FFF;
	opacity: 0.07;
	right: -46px;
	bottom: -78px;
}

.corporate-culture-slogan-item {
	color: #FFF;
	font-family: "PingFang SC";
}

.corporate-culture-slogan-item h3 {
	text-shadow: 0px 2px 4px rgba(10, 78, 74, 0.20);
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 30px;

}

.corporate-culture-slogan-item p {
	text-shadow: 0px 2px 4px rgba(10, 78, 74, 0.25);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	opacity: .8;
}



.development-course {
	padding: 0px 0px 100px 0;
	gap: 56px;
	background: #F8FAFA;
}


.office-locations {
	padding: 0px 0px 100px 0;
}

.office-locations-body {
	height: 480px;
	border-radius: 12px;
	overflow: hidden;
	position: relative;
}

.office-locations-body::before {
	content: '';
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0; 
	top: 0;
	z-index: 1;
	background-image: url(../images/brand/office-bgs.png);
	background-size:cover;
	
	background-repeat: no-repeat;
}

.office-locations-content {
	position: relative;
	width: 440px;
	height: 480px;
	padding: 0px 48px;
	z-index: 3;
	flex-direction: column;
}

.office-locations-content::after,
.office-locations-content::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.office-locations-content::after {
	z-index: 2;
	background-color: rgba(14, 32, 30, 0.30);
	backdrop-filter: blur(16px);
}

/* .office-locations-content::before {
	z-index: 1;
	background-image: url(../images/brand/office-locations-content.jpg);
	background-position: right bottom;
	background-size:cover

} */

.office-locations-content-bg {}

.office-locations-content-item {
	font-family: "PingFang SC";
	font-style: normal;
	color: #FFF;
	position: relative;
	z-index: 3;
}

.office-locations-content-item:first-child {
	padding: 0 0 64px 0;
	margin-bottom: 64px;
	position: relative;
}

.office-locations-content-item:first-child:before {
	content: '';
	position: absolute;
	height: 1px;
	background-color: #FFF;
	opacity: .3;
	width: 100%;
	left: 0;
	bottom: 0;
}

.office-locations-content-item h3 {
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
}

.office-locations-content-item p {
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
}

.development-course .wearp {
	width: 1200px;
	position: relative;
}

.development-course-swiper {
	position: absolute;
	top: 0;
	left: 172px;
	height: 50px;
	width: calc(100% - 344px);
	margin: 0px 0 0 0;
	border-top: #E6E6E6 2px solid;
	padding-top: 16px;
	display: flex;
	justify-content: space-between;
	z-index: 998;
	cursor: pointer;
}

.development-course-swiper .swiper-slide {
	height: 32px;
	line-height: 32px;
	border-radius: 0;
	background: none;
	opacity: 1;
	top: 0;
	color: #838A95;
	font-family: TCloudNumber;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	width: auto;
	margin: 0 0;
	text-align: center;
	-webkit-transition: color 1s ease-out;
	transition: color .6s ease-out;
}

.development-course-swiper .swiper-slide-active {
	color: #007370;
	font-weight: 500;
}

.development-course-swiper .swiper-slide-active::before {
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	top: -18px;
	background: linear-gradient(90deg, rgba(0, 115, 112, 0.00) 0%, rgba(0, 115, 112, 0.50) 53.17%, rgba(0, 115, 112, 0.00) 100%);
	height: 2px;
	width: 100%;

}

.development-course-swiper .swiper-slide-active::after {
	content: '';
	position: absolute;
	z-index: 2;
	top: -26.5px;
	left: calc(50% - 8.5px);
	width: 17px;
	height: 18px;
	background-image: url(../images/brand/year-active.svg);
}


.development-course-article-swiper {}


.development-course-swiper .swiper-wrapper {
	display: flex;
	gap: 64px;
}



.development-course-swiper-next {
	right: 0;
}

.development-course-swiper-prev::before {
	content: '\e817';
	font-family: iconfont;
}

.development-course-swiper-next::before {
	content: '\e816';
	font-family: iconfont;
}


.development-course-swiper-prev {
	left: 0;
}


.development-course-swiper-next,
.development-course-swiper-prev {
	color: #007370;
	font-size: 16px;
	position: absolute;
	top: 0px;
	width: 32px;
	height: 32px;
	border-radius: var(--corner-radius-circular, 9999px);
	background: rgba(0, 115, 112, 0.10);
	margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	bottom: 0;
	z-index: 6666;
}





.development-course-swiper-pagination {
	padding: 16px 0 20px 0;
	position: absolute;
	margin: 0 136px;
	width: calc(100% - 272px) !important;
	display: none;
}

.development-course-swiper-pagination::before {
	content: '';
	height: 2px;
	width: 100%;
	background: #E6E6E6;
	top: 0;
	left: 0;
	position: absolute;
}

.development-course-swiper-pagination .swiper-pagination-bullet {
	height: 32px;
	line-height: 32px;
	border-radius: 0;
	background: none;
	opacity: 1;
	top: 0;
	color: #838A95;
	font-family: TCloudNumber;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	width: auto;
	margin: 0 0;

}

.development-course-swiper-pagination .swiper-pagination-bullet-active {
	color: #007370;
	font-weight: 500px;
	position: relative;
	cursor: pointer;
}

.development-course-swiper-pagination .swiper-pagination-bullet-active::before {
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	top: -16px;
	background: linear-gradient(90deg, rgba(0, 115, 112, 0.00) 0%, rgba(0, 115, 112, 0.50) 53.17%, rgba(0, 115, 112, 0.00) 100%);
	height: 2px;
	width: 100%;
}

.development-course-swiper-pagination .swiper-pagination-bullet-active::after {
	content: '';
	position: absolute;
	z-index: 2;
	top: -24.5px;
	left: calc(50% - 8.5px);
	width: 17px;
	height: 18px;
	background-image: url(../images/brand/year-active.svg);
}

.development-course-swiper-pagination>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 0px);
}

.development-course-swiper-pagination.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 38%;
	transform: translateX(-50%);
	white-space: nowrap;
}


.development-course-article {
	margin-top: 48px;
	padding-top: 100px;
}

.development-course-article-item-img {
	height: 258px;
	width: 387px;
	overflow: hidden;
	border-radius: 12px;
	margin-bottom: 20px;
}

.development-course-article-item-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s ease-in-out;

}

.development-course-article-item:hover img {
	overflow: hidden;
	transform: scale(1.1);
	transition: 0.3s ease-in-out;
	height: 100%;

}

.development-course-article-item-title {
	color: #000;
	font-family: "PingFang SC";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	margin-top: 8px;
}

.development-course-article-item-date {
	color: #838A95;
	text-overflow: ellipsis;
	font-family: "PingFang SC";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
}


.news-page {
	background: #F8FAFA;
	min-height: 600px;
}

.news-page .public-title {
	text-align: left;
}

.news-page-column {
	padding: 100px 0 56px 0;
}

.news-page-column-select {
	position: relative;
}

.news-page-column-select-name {
	border-radius: 8px;
	border: 1px solid #007370;
	background: #FFF;
	width: 260px;
	padding: 12px 16px;
	gap: 10px;
	color: #23272E;
	text-align: left;
	font-family: "PingFang SC";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;

}

.news-page-column-select-name::before {
	content: "\e816";
	font-family: 'iconfont';
	position: absolute;
	right: 16px;
	top: 12px;
	font-size: 20px;
	color: #23272E;
	transform: rotate(90deg);
}

.news-page-column-select-list {
	position: absolute;
	left: 0;
	top: 100%;
	display: none;
	width: 260px;
	padding: 4px;
	flex-direction: column;
	align-items: flex-start;
	border-radius: 8px;
	background: #FFF;
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.10);
}

.news-page-column-select-list a {
	display: flex;
	padding: 12px 16px;
	align-items: flex-start;
	gap: 10px;
	align-self: stretch;
	color: #23272E;
	font-family: "PingFang SC";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

.news-page-column-select-list a:hover {
	border-radius: 4px;
	background: #EDFCFA;
	color: #007370;
	font-weight: 500;
}

.news-page-column-select:hover .news-page-column-select-list {
	display: flex;
}

.news-page-list {
	gap: 36px;
}

.news-page-list-item {
	width: 782px;
	height: 320px;
	padding: 32px;
	gap: 63px;
	background-color: #fff;
	border-radius: 24px;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}

.news-page-list-img {
	border-radius: 16px;
	overflow: hidden;
	width: 328px;
	height: 257px;
}

.news-page-list-img img {
	width: 100%;
	height: 100%;
	transition: 0.3s ease-in-out;
	object-fit: cover;
}

.news-page-list-item:hover img {

	transform: scale(1.1);
	transition: 0.3s ease-in-out;
}

.news-page-list-info {
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.news-page-list-info-title {
	width: 100%;
}

.news-page-list-info-title h3 {
	color: #000;
	text-align: justify;
	font-family: "PingFang SC";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display: block;
	margin-bottom: 12px;
}

.news-page-list-info-title p {
	display: block;
	color: #838A95;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.news-page-list-info-date {
	color: #23272E;
	font-family: TCloudNumber;
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	gap: 10px;
	position: relative;
}

.news-page-list-info-date-y {
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	color: #838A95;
}

.news-page-list-info-date-arr {
	-webkit-transition: 0.6s;
	transition: 0.6s;
	position: absolute;
	right: 0;
	top: 15px;
}

.news-page-list-info-date-arr:before {
	content: "\e819";
	font-family: 'iconfont';
	font-size: 42px;
	color: #535963;

}

.news-page-list-item:hover {
	box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.10);
}

.news-page-list-item:hover .news-page-list-info-date-arr {
	right: -10px;
}

.news-page-more-btn {
	display: block;
	padding: 7px 46px 7px 14px;
	border-radius: 9999px;
	background: #FFF;
	color: #000;
	font-family: "PingFang SC";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: auto auto 30px auto;
	position: relative;
}

.news-page-more-btn::before {
	content: "\e816";
	font-family: 'iconfont';
	position: absolute;
	right: 14px;
	transform: rotate(90deg);
	top: 6px;
	font-size: 20px;
	color: #23272E;
}

.news-page-content {
	background-color: #fff;
	margin: 40px auto 80px auto;
	width: 1200px;
}


.news-page-content-nav {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	color: #838A95;
	margin-bottom: 24px;
}

.news-page-content-nav a {
	color: #838A95;
}

.news-page-content-nav span {
	color: #23272E;
}

.news-page-content-nav-arr {
	position: relative;
	padding: 0 16px;
}

.news-page-content-nav-arr::before {
	content: "\e816";
	font-family: 'iconfont';
	font-size: 20px;
	position: absolute;
	color: #23272E;
	right: 6px;
	top: -2px;

}

.news-page-content-title {
	color: #007370;
	font-family: "PingFang SC";
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.news-page-content-date {
	color: #838A95;
	font-family: TCloudNumber;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top: 20px;
}

.news-page-content-body {
	margin-top: 40px;
	color: #000;
	font-family: "PingFang SC";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
}

.news-page-content-body img {
	max-width: 100%;
	margin: 5px 0;
}

.related-news {
	margin-bottom: 80px;
}

.related-news .public-title {
	text-align: center;
	margin-bottom: 56px;
}

.news-page-content-endnav {
	margin-top: 80px;
}

.news-page-content-endnav-logo {
	position: relative;
	width: 58px;
	height: 58px;
	background-image: url(../../static/images/news/logo.svg);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

/* .news-page-content-endnav-logo::before {
	position: absolute;
	content: '';
	content: "\e807";
	font-family: 'iconfont';
	font-size: 58px;
	color: rgba(0, 115, 112, 0.10);
	top: -5px;
} */

.news-page-content-endnav-prev,
.news-page-content-endnav-next {
	width: 50px;
	height: 50px;
	padding: 17px;
	position: relative;
	border-radius: 50%;
	background: rgba(0, 115, 112, 0.10);
	display: block;
}

.news-page-content-endnav-prev::before,
.news-page-content-endnav-next::before {
	position: absolute;
	font-family: 'iconfont';
	font-size: 16px;
	color: #007370;
}

.news-page-content-endnav-prev::before {
	content: "\e817";
}

.news-page-content-endnav-next::before {
	content: "\e816";
}

.brandinfo-page {
	background-color: #F8FAFA;

}

.brandinfo-page .wearp {
	padding-bottom: 54px;
}

.brandinfo-page-logo {
	padding: 56px 0;
	width: 100%;
}

.brandinfo-page-logo-item {
	display: block;
	position: relative;
	flex: 0 0 calc(25% - 27px);
	margin: 0px 36px 36px 0;
}

.brandinfo-page-logo-item:nth-child(4n) {
	margin: 0px 0px 36px 0;
}


.brandinfo-page-logo-img {
	
	background: #FFF;
	box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.10);
	margin-bottom: 17px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	width: 373px;
	height: 207px;
}

.brandinfo-page-logo-img img {
	width: 100%;height: 100%;
}

.brandinfo-page-logo-item p {
	color: #000;
	text-align: center;
	font-family: "PingFang SC";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.brandinfo-page-logo-down {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0%;
	opacity: 0;
	transition: opacity .3s ease-in-out;
	left: 0;
	background: rgba(0, 0, 0, 0.50);
	z-index: 2;
	color: #fff;
	font-family: "PingFang SC";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.brandinfo-page-logo-down span {
	display: block;
	position: relative;
	padding-left: 36px;
	line-height: 1;
}

.brandinfo-page-logo-down span::before {
	content: "\e815";
	position: absolute;
	left: 0;
	top: -5px;
	font-size: 29px;
	font-family: 'iconfont';
}

.brandinfo-page-logo-item:hover .brandinfo-page-logo-down {
	display: flex;
	opacity: 1
}


.brandinfo-page-pic {
	padding: 56px 0;
	width: 100%;
}

.brandinfo-page-pic-item {
	display: block;
	position: relative;
	flex: 0 0 calc(25% - 27px);
	margin: 0px 36px 36px 0;
}

.brandinfo-page-pic-item:nth-child(4n) {
	margin: 0px 0px 56px 0;
}


.brandinfo-page-pic-img {
	background: #FFF;
	margin-bottom: 17px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	height: 310px;
}

.brandinfo-page-pic-item .brandinfo-page-pic-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s ease-in-out;
}

.brandinfo-page-pic-item:hover .brandinfo-page-pic-img img {
	transform: scale(1.1);
	transition: 0.3s ease-in-out;
}

.brandinfo-page-pic-item p {
	color: #535963;
	text-align: center;
	font-family: "PingFang SC";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}



.lightbox {
	position: fixed;
	z-index: 1000000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;

	overflow: auto;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.lightbox-body {

	position: relative;
}

.lightbox.active {
	opacity: 1;
	visibility: visible;
}

.lightbox-info {
	margin: auto;
	text-align: center;
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 1200px;
}

.lightbox-content {
	max-width: 100%;
	max-height: 100%;
	opacity: 1;
	transition: opacity 0.3s ease;
	position: relative;

}



.lightbox-content.fade-out {
	opacity: 0;
}

.lightbox .close {
	position: absolute;
	top: 0px;
	right: -72px;
	color: #fff;
	font-size: 40px;
	transition: 0.3s;
	cursor: pointer;
	padding: 12px;
}

.lightbox .close::before {
	content: '\e812';
	font-family: iconfont;
	font-size: 48px;
}


.lightbox .arrow {
	position: absolute;
	top: 50%;
	color: #fff;
	font-size: 40px;
	cursor: pointer;
}

.lightbox .arrow:hover {
	color: #bbb;
}

.lightbox .left,
.lightbox .right {
	position: absolute;
	font-size: 24px;
	border-radius: 12px;
	border: 2px solid #FFF;
	padding: 12px;
}


.lightbox .left {
	left: -85px;

}

.lightbox .right {
	right: -85px;

}


.lightbox .left::before {
	content: '\e817';
	font-family: iconfont;
}

.lightbox .right::before {
	content: '\e816';
	font-family: iconfont;
}


.lightbox .caption {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	color: #ccc;
	text-align: center;
	font-size: 18px;
}

.lightbox .index-indicator {
	position: absolute;
	bottom: -44px;
	right: 40px;
	color: #FFF;
	text-align: right;
	font-family: "PingFang SC";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #23272E;
	font-family: "PingFang SC";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
}

.pagination .num a {
	text-align: center;
	background-color: #fff;
	text-decoration: none;
	color: #23272E;
	border-radius: 3px;
	width: 31px;
	height: 31px;
	border: 1px solid #fff;
	display: block;
}

.pagination span {
	min-width: 32px;
	text-align: center;
	display: block;
}

.pagination .jump {
	margin-left: 16px;
}




.pagination .disabled {
	color: #ddd;
	pointer-events: none;
}

.pagination input {
	max-width: 32px;
	padding: 5px 12px;
	text-align: center;
	margin: 0 8px;
}



.pagination .num {
	gap: 8px;
}

.pagination .dropdown {
	position: relative;
	display: inline-block;
	margin-left: 16px;





}

.pagination .dropdown .icon {
	position: relative;
}

.pagination .dropbtn {
	border: 1px solid #fff;
	background: #fff;
	height: 30px;
	position: relative;
	padding-right: 22px;
	border-radius: 4px;
	padding: 0px 40px 4px 16px;
}

.pagination .dropbtn::before {
	font-family: 'iconfont';
	position: absolute;
	right: 16px;
	top: 0;
	content: "\e816";
	transform: rotate(90deg);
	font-size: 16px;
}

.pagination .dropdown-content {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	z-index: 11;
	padding-top: 4px;
}

.pagination .dropdown-content-body {
	padding-top: 4px;
	border-radius: 8px;
	background: #FFF;
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.10);
	min-width: 100px;
	padding: 4px;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
}

.pagination .dropdown-content a {
	color: black;
	padding: 4px 16px;
	text-decoration: none;
	display: block;
	text-decoration: none;
	color: #23272E;
	font-family: "PingFang SC";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
}

.pagination .dropdown-content a:hover {
	border-radius: 4px;
	background: #EDFCFA;
	color: #007370;
	font-weight: 500;
}

.pagination .dropdown:hover .dropdown-content {
	display: block;
}

.pagination .dropdown:hover .dropbtn {
	border: 1px solid #007370;
}

.pagination .total {
	margin-right: 16px;
}

.pagination .num .active,
.pagination .num a:hover {
	border: 1px solid #007370;
	color: #007370;
}

.pagination .arrow-left,
.pagination .arrow-right {
	position: relative;
	font-size: 16px;
}

.pagination .arrow-left::before,
.pagination .arrow-right::before {
	position: absolute;
	font-family: 'iconfont';
	left: calc(50% - 8px);
}

.pagination .arrow-left::before {
	content: "\e817";
}

.pagination .arrow-right::before {
	content: "\e816";
}

.join-page {
	padding: 59px 0 0 0;
}

.join-page-welfare {
	padding: 0 0 60px 0;
}

.join-page-welfare .public-title {
	margin: 0px 0 59px 0;
}

.join-page-welfare-img {
	width: 743px;
	height: 615px;
	overflow: hidden;
	border-radius: 12px;
	position: relative;
}

.join-page-welfare-img-info {
	position: relative;
	z-index: 2;
	margin: 148px 0 0 348px;
	color: #FFF;
	font-family: SJzhuosongc;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 200%;
	/* 48px */
}

.join-page-welfare-img-info div {
	margin-bottom: 31px;
}

.join-page-welfare-img img {
	width: 100%;
	height: 100%;
	transition: 0.3s ease-in-out;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.join-page-welfare-img:hover img {
	transform: scale(1.1);
	transition: 0.3s ease-in-out;
}

.join-page-welfare-list {
	position: relative;
	width: 820px;
	overflow: hidden;
	margin-left: 36px;
	height: 662px;
}

.join-page-welfare-list .swiper-wrapper {
	height: 615px;
}

.join-page-welfare-list .swiper-slide {
	gap: 23px 23px;
}

.join-page-welfare-list-item {
	display: flex;
	padding: 93px 0px 61px 0px;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	gap: 39px;
	border-radius: 12px;
	background: #F8FAFA;
	width: 254px;
	transition: background-color 0.3s ease, transform 0.3s ease;
	cursor: pointer;
}



.join-page-welfare-list-item .icon {
	display: flex;
	width: 72px;
	height: 72px;
	padding: 12px;
	justify-content: center;
	align-items: center;
	font-size: 48px;
	border-radius: 9999px;
	background: rgba(0, 115, 112, 0.05);
	transition: background-color 0.3s ease, transform 0.3s ease;
	color: #007370;
	transform-style: preserve-3d;
	transition: transform 0.8s ease;
}

.join-page-welfare-list-item:hover {
	background: rgba(0, 115, 112, 0.20);
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
}

.join-page-welfare-list-item:hover p {
	color: #007370;
}

.join-page-welfare-list-item:hover .icon {
	background: rgba(255, 255, 255, 0.50);
	transform: rotateY(180deg);
	/* 悬停时翻转 */
}

.join-page-welfare-list-item p {
	color: #23272E;
	font-family: "PingFang SC";
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.join-page-welfare-list-pagination {
	display: flex;
	align-items: center;
	gap: 16px;
	position: absolute;
	bottom: 0px !important;
	z-index: 900;
	height: 24px;
	justify-content: center;
}

.join-page-welfare-list-pagination-bullet {
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background-color: #007370;
	opacity: .2;
	cursor: pointer;
}

.join-page-welfare-list-pagination-bullet-active {
	background: none;
	position: relative;
	opacity: 1;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.join-page-welfare-list-pagination-bullet-active:before {
	content: "\e807";
	font-family: 'iconfont';
	position: absolute;
	color: #007370;
	top: 0px;
	left: 0;
	font-size: 16px;
}

.join-page-channel {
	padding: 49px 0 108px 0;
	background: #F8FAFA;
	text-align: center;
}

.join-page-channel .public-title {
	margin-bottom: 118px;
}

.join-page-job {
	padding: 49px 0 80px 0;
}

.join-page-job .wearp {
	width: 1151px;
}

.join-page-job-list {
	gap: 28px 45px;
	margin-top: 49px;
}

.join-page-job-list-item {
	border-radius: 0px 28px;
	background: rgba(0, 115, 112, 0.05);
	height: 89px;
	cursor: pointer;
	color: #535963;
	font-family: "PingFang SC";
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	transition: background-color 0.3s ease, transform 0.3s ease;
	width: calc(50% - 22.5px);
}

.join-page-job-list-item span {
	display: block;
}

.join-page-job-list-item .name {
	position: relative;
	margin: 0 89px 0 107px;
	padding-left: 28px;
	width: 130px;

}

.join-page-job-list-item .name::before {
	content: '';
	border-radius: 8px;
	background: #007370;
	width: 8px;
	height: 8px;
	position: absolute;
	left: 0;
	top: calc(50% - 4px);
}

.join-page-job-list-item:hover {
	background: #007370;
}

.join-page-job-list-item:hover span {
	color: #fff;
}

.join-page-job-list-item:hover .name::before {
	background: #fff;
}


.join-page-job-tel {
	background: #F8FAFA;
	padding: 88px 0 231px 0;
	position: relative;
}

.join-page-job-tel .wearp {
	width: 1534px;
}

.join-page-job-tel-list {
	margin-top: 135px;
	position: relative;
	z-index: 2;
	gap: 70px 24px;

}

.join-page-job-tel-list-item {
	border-radius: 12px;
	background: #FFF;
	height: 154px;
	width: calc(25% - 18px);
	overflow: hidden;
}

.join-page-job-tel-list-item:hover {
	box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.10);
}

.join-page-job-tel-list-item .name {
	width: 128px;
	height: 59px;
	background-image: url(../images/join/job-item-bg.svg);
	background-position: bottom;
	background-repeat: no-repeat;
	margin: auto auto 22px auto;
	color: #FFF;
	text-align: center;
	font-family: "PingFang SC";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding-top: 5px;

}

.join-page-job-tel-list-item .info {
	color: #535963;
	font-family: "PingFang SC";
	font-size: 24px;
	font-weight: 600;
	display: flex;
	justify-items: flex-start;
}

.join-page-job-tel-list-item .info span {
	
	display: block;
}

.join-page-job-tel-list-item .info span:first-child {
	margin: 0 40px;
}

.join-page-job-tel-list .more {
	position: relative;
}

.join-page-job-tel-list .more-info {
	color: #FFF;
	text-align: center;
	font-family: "PingFang SC";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	position: relative;
	z-index: 2;
}

.join-page-job-tel-list .more img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}

.bg-right,
.bg-left {
	bottom: 0;
	position: absolute;
	z-index: 1;
}

.bg-left {
	display: block;
	left: 0;

}

.bg-right {
	right: 0;
	: 0;
	bottom: 0;
}

.joinarea-page-advantage {
	background-image: url(../images/joinarea/brandadvantage.jpg);
	height: 890px;
	padding: 167px 0;
}

.joinarea-page-advantage .public-title {
	text-align: left;
	color: #fff;
}

.joinarea-page-advantage-info {
	color: #FFF;
	font-family: "PingFang SC";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 45px;
	opacity: 0.8;
	margin-top: 36px;
	width: 882px;
}

.joinarea-page-advantage-info p {
	text-indent: 2rem;
}

.joinarea-page-advantage-icon {
	gap: 36.552px;
	margin-top: 57px;
}

.joinarea-page-advantage-icon-item {
	text-align: center;
	width: 152px;
	padding: 19.31px 8.276px;
	gap: 15px;
	border-radius: 11px;
	background: rgba(73, 30, 0, 0.24);
	backdrop-filter: blur(12px);
	cursor: pointer;
	transition: background-color 0.3s ease, transform 0.3s ease;
}

.joinarea-page-advantage-icon-item:hover {
	background: rgba(255, 255, 255, 0.12);
	box-shadow: 0px 4px 10.1px 0px rgba(0, 0, 0, 0.10);
}

.joinarea-page-advantage-icon-item img {
	width: 47.158px;
	height: 47.158px;

	transform-style: preserve-3d;
	will-change: transform;
	transition: transform .5s;
}

.joinarea-page-advantage-icon-item:hover img {
	transform: translateZ(10px) rotateX(20deg) rotateY(20deg);
}

.joinarea-page-advantage-icon p {
	color: #FFF;
	text-align: center;
	font-family: "PingFang SC";
	font-size: 16.552px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.joinarea-page-operation {
	padding: 76px 0 128px 0;
	background: #F8FAFA;
	height: 999px;
	position: relative;
}

.joinarea-page-operation .public-title img {
	margin-right: 10px;
}

.joinarea-page-operation .public-title {
	background: linear-gradient(271deg, #082964 -8.87%, #AE2643 164.83%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.joinarea-page-operation .top-bg,
.joinarea-page-operation .bottom-bg {
	position: absolute;
	z-index: 1;
}

.joinarea-page-operation .top-bg {
	left: 0px;
	top: -148px;
}

.joinarea-page-operation .bottom-bg {
	right: 0;
	bottom: 0;
}

.joinarea-page-operation .wearp {
	z-index: 2;
	position: relative;
}

.joinarea-page-operation-list {
	gap: 32px;
	margin-top: 76px;
}

.joinarea-page-operation-list-item {
	border-radius: 12px;
	background: #FFF;
	padding: 60px 0px;
	flex: 1;
	transition: all .5s;
	height: 656px;
	overflow: hidden;
	cursor: pointer;
	display: flex;
}

.joinarea-page-operation-list-item-left {
	background-image: url(../images/joinarea/item-bg.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 100%;
}


.joinarea-page-operation-list-item-icon {
	width: 218.529px;
	height: 203.989px;
	position: relative;
	background-image: url(../images/joinarea/item-icon-bg.png);
	background-size: 100%;
	margin-bottom: 80px;

}

.joinarea-page-operation-list-item-icon img {
	position: absolute;
	bottom: 80px;
	left: 45px;
	width: 91.958px;
	height: 97.188px;
}


.joinarea-page-operation-list .active {
	flex: 2;
}

.joinarea-page-operation-list-item-info {
	position: relative;
	display: none;
}

.joinarea-page-operation-list .active .joinarea-page-operation-list-item-info {
	display: block;
}



.joinarea-page-operation-list-item-info::before {
	content: '';
	position: absolute;
	left: 0;
	width: 1px;
	top: 40px;
	background-color: rgba(0, 0, 0, 0.10);
	height: calc(100% - 80px);
}


.joinarea-page-operation-list-item p {
	color: #23272E;
	font-family: "PingFang SC";
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	width: 230px;
	display: block;
}


/* .joinarea-page-operation-list-item :nth-child(1),
.joinarea-page-operation-list-item :nth-child(2) {
 width: 160px;
} */



.joinarea-page-operation-list-item-info {

	padding-left: 52px;
	font-family: "PingFang SC";
	position: relative;
}

.joinarea-page-operation-list-item-info::after {
	position: absolute;
	content: '';
	left: 63px;
	top: 10px;
	height: calc(100% - 12px);
	width: 4px;
	background-color: #0CA790;
	opacity: 0.2;
}



.joinarea-page-operation-list-item-info-item {
	position: relative;
	padding-left: 40px;
	margin-bottom: 40px;
}

.joinarea-page-operation-list-item-info-item:last-child {
	margin-bottom: 0;
}

.joinarea-page-operation-list-item-info-item:before {
	position: absolute;
	content: '';
	left: 0;
	background-image: url(../images/joinarea/infodot.svg);
	width: 24px;
	height: 24px;
	top: calc(50% - 12px);
}



.joinarea-page-operation-list-item-info h4 {
	color: #23272E;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	margin-right: 8px;
}

.joinarea-page-operation-list-item-info span {
	color: #838A95;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
}

.joinarea-page-empowerment {
	padding: 80px 0 115px 0;
	position: relative;
	background: linear-gradient(152deg, #007370 23.37%, #093B4C 107.2%);
	overflow: hidden;
}

.joinarea-page-empowerment .bgimg {

	width: 471px;
	position: absolute;
	left: 0px;
	opacity: 0.8;
	top: 0px;
	z-index: 1;
}

.joinarea-page-empowerment .public-title {
	color: #fff;
}

.joinarea-page-empowerment .wearp {
	width: 100%;
	position: relative;
}

.joinarea-page-empowerment-body-left {
	width: 962px;
	height: 608px;
	background-image: url(../images/joinarea/empowerment-left-bg.png);
	position: relative;
	z-index: 6;
}

.joinarea-page-empowerment-body-left-icon {
	position: absolute;
	width: 396px;
	height: 396px;
	left: 280px;
	top: -40px;
	animation: float 3s ease-in-out infinite;
}


@keyframes float {

	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-15px);
	}
}

.joinarea-page-empowerment-body {
	margin-top: 82px;
	overflow: hidden;
	min-width: 1920px;
}

.joinarea-page-empowerment-body-info {
	width: 716px;
	gap: 28px;
	margin-left: 68px;
	height: 658px;

}

.joinarea-page-empowerment-body-info .swiper-wrapper {
	height: 658px;
}


.joinarea-page-empowerment-body-info-item {
	border-radius: 12px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.40) 0%, rgba(255, 255, 255, 0.00) 100%);
	padding: 27px 0;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	width: 100%;
	height: 144px;
}

.joinarea-page-empowerment-body-info-item ::after {
	position: absolute;
	content: '';
	width: 8px;
	background: #fff;
	left: 0;
	top: 0;
	height: 100%;
	opacity: 0;
}

.joinarea-page-empowerment-body-info-item:hover ::after {
	opacity: 1;
}

.joinarea-page-empowerment-body-info-item:hover {

	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.10);
}

.joinarea-page-empowerment-body-info-item-icon {
	display: flex;
	width: 90px;
	height: 90px;
	justify-content: center;
	align-items: center;
	border-radius: 90px;
	background: #007370;
	box-shadow: 0px 0px 30.7px 0px rgba(4, 60, 69, 0.42), 0px 0px 14.1px 0px rgba(255, 255, 255, 0.68) inset;
	margin: 0 62px 0 110px;
}

.joinarea-page-empowerment-body-info-item-icon .icon {
	font-size: 46px;
	color: #fff;
}


.joinarea-page-empowerment-body-info-item h4 {
	color: #FFF;
	font-family: "PingFang SC";
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 8px;
}

.joinarea-page-empowerment-body-info-item p {
	color: #FFF;
	font-family: "PingFang SC";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	opacity: 0.7;
	line-height: normal;
}


.joinarea-page-pagination {
	right: 0;
	top: 0;
	position: absolute;
	width: 8px;
	background-color: rgba(255, 255, 255, .3);
	border-radius: 15px;
}



.joinarea-page-pagination .swiper-pagination-bullet {
	border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
	background: rgba(255, 255, 255, .3);
	margin: 0 !important;
}

.joinarea-page-pagination .swiper-pagination-bullet-active {
	background: #fff !important;
	width: 8px;
	border-radius: 15px;
	height: 30px;
}




.joinarea-page-policy {
	background: #F8FAFA;
	padding: 0 0 60px 0;
}

.joinarea-page-policy-title {
	text-align: center;
	background-image: url(../images/joinarea/policy-title-bg.svg);
	width: 480px;
	height: 229px;
	margin: auto auto 50px auto;
	background-size: 100%;
}

.joinarea-page-policy-title img {
	margin-top: 20px;
	width: 155.454px;
	height: 37.556px;
}

.joinarea-page-policy-title p {
	color: #23272E;
	text-align: center;
	font-family: SJzhuosongc;
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}


.joinarea-page-policy-right {
	width: 534px;
	border-radius: 12px;
	height: 700px;
	overflow: hidden;
}

.joinarea-page-policy-right img {
	width: 100%;
	height: 100%;
	transition: 0.3s ease-in-out;
}

.joinarea-page-policy-right:hover img {
	overflow: hidden;
	transform: scale(1.1);
	transition: 0.3s ease-in-out;
}

.joinarea-page-policy-list {
	width: 998px;
	overflow: hidden;
	position: relative;
}

.joinarea-page-policy-list .swiper-wrapper {
	height: 668px;
}

.joinarea-page-policy-list .swiper-slide {}

.joinarea-page-policy-list-item {
	padding: 24px;
	gap: 12px;
	border-radius: 12px;
	background: #fff;
	height: 130px;
	width: 100%;
}

.joinarea-page-policy-list-item-icon {
	background-image: url(../images/joinarea/page-policy-icon-bg.svg);
	width: 58px;
	height: 58px;
	margin-right: 12px;
}

.joinarea-page-policy-list-item-icon span {
	color: #fff;
	font-size: 24px;
}

.joinarea-page-policy-list-item-info {
	flex: 1;
	margin-right: 20px;
}

.joinarea-page-policy-list-item-info h4 {
	color: #007370;
	font-family: "PingFang SC";
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.joinarea-page-policy-list-item-info p {
	font-family: "PingFang SC";
	font-size: 16px;
	color: #838A95;
	width: 150px;

}

.joinarea-page-policy-list-item-price {
	position: relative;
	color: #838A95;
	font-family: "PingFang SC";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	width: 150px;
	display: flex;
	justify-content: center;
	align-items: flex-end;

}

.joinarea-page-policy-list-item-price span {
	color: #000;
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-family: TCloudNumber;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
}

.joinarea-page-policy-list-item-price::after {
	position: absolute;
	content: '';
	left: 0;
	width: 100%;
	border-radius: 2px;
	background: rgba(0, 115, 112, 0.20);
	height: 12px;
	bottom: -4px;
}

.joinarea-page-policy-list-item:hover {
	background: #FFF;
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.05);
}


.joinarea-page-policy-list-pagination-bullet {
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background-color: #007370;
	opacity: .2;
	cursor: pointer;
}

.joinarea-page-policy-list-pagination-bullet-active {
	background: none;
	position: relative;
	opacity: 1;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.joinarea-page-policy-list-pagination-bullet-active:before {
	content: "\e807";
	font-family: 'iconfont';
	position: absolute;
	color: #007370;
	top: 0px;
	left: 0;
	font-size: 16px;
}

.joinarea-page-policy-list-pagination {
	display: flex;
	align-items: center;
	gap: 16px;
	position: absolute;
	bottom: 16px !important;
	z-index: 990;
	height: 24px;
	justify-content: center;
}

.joinarea-page-form .wearp {
	width: 1227px;
	padding: 190px 0 100px 0;
}

.joinarea-page-form-body {
	width: 1227px;
	height: 391px;
	padding: 128px 648px 147px 178px;
	flex-shrink: 0;
	border-radius: 12px;
	background: #F8FAFA;
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.10);
	position: relative;
}

.joinarea-page-form-phone {
	position: absolute;
	width: 303px;
	height: 500px;
	right: 254px;
	bottom: 0;
}

.joinarea-page-form-code {
	gap: 45px;
	color: #007370;
}

.joinarea-page-form-code img {
	width: 99px;
	height: 99px;
}

.joinarea-page-form-info {
	width: 240px;
}

.joinarea-page-form-info p {
	font-size: 14px;
}

.joinarea-page-form-info h4 {
	font-size: 20px;
	margin-top: 7px;
	line-height: 1.5;
}

.store-page {
	padding: 73px 0px 96px 0;
	gap: 72px;
}

.store-page-body {
	flex: 1;
	padding-right: 130px;
}

.store-page-left-img {height: 822px;}

.store-page-body-search {
	width: 100%;
}

.store-page-body-search .slisong-icon-you {
	transform: rotate(90deg);
}

.store-page-body-search-info {
	color: #23272E;
	font-size: 16px;
	gap: 12px;
}

.store-page-body-search-input {
	padding: 13px 0;

}


.store-page-body-search-input .input {
	border-bottom: 1px solid #23272E;
	flex: 1;
}

.store-page-body-search-input .input input {
	width: 100%;
	color: #D0D5DC;
	font-family: "PingFang SC";
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px;
	height: 28px;
}

.store-page-body-search-input .input input:focus {
	outline: none;
	border-color: none;
}

.store-page-body-search-input .icon-search {
	width: 24px;
	height: 24px;

}

.store-page-body-store {
	gap: 39px 49px;
	margin-top: 65px;
	max-height: 600px;
	overflow-y: auto;
}

.store-page-body-store-item {
	gap: 26px;
	flex: 1 1 calc(50% - 26px);
}

.store-page-body-store-item .num {
	color: #FFF;
	font-family: SJzhuosongc;
	font-size: 24px;
	border-radius: 50%;
	background: #007370;
	width: 32px;
	height: 32px;
	line-height: 28px;
	text-align: center;
}

.store-page-body-store-item-info {
	flex: 1;
}

.store-page-body-store-item h4 {
	color: #23272E;
	font-family: SJzhuosongc;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 10px;
}

.store-page-body-store-item p {
	color: #838A95;
	font-family: "PingFang SC";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
}



#box {
	
	cursor: pointer;
}


#totalConfirm {
	z-index: -9999;
	opacity: 0;
	width: 400px;
	height: 30px;
	position: absolute;
	outline: none;
	left: 0;
	top: 0;
}

.text {
	
}

.icon-arrow-down,
.icon-arrow-up {
	position: absolute;
	left: 380px;
	font-size: 22px;
	line-height: 30px;
	color: #999999;
}

#content {
	display: none;
	position: absolute;
	background-color: #F8FAFA;
	margin-top: 10px;
}

.chosePCA {
	width: 80px;
	height: 40px;
	display: inline-block;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	float: left;
	cursor: pointer;
}

.province-list,
.city-list,
.area-list {
	position: absolute;
	width: 800px;
	min-height: 10px;
	padding: 10px;
	left: 0;
	top: 40px;
}

.select {
	background-color: #F8FAFA;
	color: #007370;
	border-bottom: none;
}

#content li {
	font-size: 16px;
	display: inline-block;
	padding: 8px;
	line-height: normal;
	cursor: pointer;
	color: black;
	border-radius: 4px;
}

#content li:hover {
	background-color: rgba(0, 115, 112, 0.05);
	color: #007370;
	border-radius: 4px;
}

.chose-tab {
	width: 800px;
	height: 40px;
	background-color: #007370;
	clear: both;color: #fff;
}

.chosePCA>ul {
	border-top: none;
	font-size: 18px;
	line-height: 20px;
	text-align: left;
	cursor: auto;
	background-color: #F8FAFA;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
	
}

.textProvince:hover,
.textArea:hover,
.textCity:hover {
	background-color: #007370;color: #fff;
}

.btn {
	width: 60px;
	height: 30px;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	margin-top: 10px;
	position: absolute;
}

.confirm {
	left: 70px;
}

#bigOne {
	position: relative;
}