@charset "UTF-8";

/* ========== 首页 start ========== */
/* ————— indexBanner start ————— */
.indexBannerBox {
	position: relative;
	overflow: hidden;
	background: url(../images/bannerBg.jpg) top center no-repeat;
	background-size: cover;
}

.indexBannerBox::before {
	display: block;
	content: '';
	padding-top: 42.2396%;
}

.indexBanner {
	position: absolute;
	top: 0;
	bottom: 80px;
	left: 2.6042%;
	right: 2.6042%;
	mask-image: url(../images/indexBannerMaskBg.png);
	-webkit-mask-image: url(../images/indexBannerMaskBg.png);
	mask-size: cover;
	-webkit-mask-size: cover;
	overflow: hidden;
}

.scrollBottom {
	padding-left: 35px;
	line-height: 30px;
	height: 30px;
	font-size: 16px;
	color: #fff;
	background: url("../images/scrollBg.png") no-repeat left center;
	position: absolute;
	right: 120px;
	bottom: 50px;
	z-index: 2;
	cursor: pointer;
	animation: moveUp 3s linear infinite;
	-webkit-animation: moveUp 3s linear infinite;
}

@keyframes moveUp {
	0% {
		bottom: 50px;
	}

	25% {
		bottom: 55px;
	}

	50% {
		bottom: 50px;
	}

	75% {
		bottom: 45px;
	}

	100% {
		bottom: 50px;
	}
}

.bannerSwiper {
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.bannerSwiper .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	overflow: hidden;
}

.slide-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-size: cover;
	background-position: center;
	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;
	color: #fff;
}

.bannerSwiper .swiper-slide .video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.indexBanner .slideText {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.1);
}

.indexBanner .slideTextImg {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.indexBanner .slideTextImg .img1 {
	opacity: 0;
}

.indexBanner .slideTextImg .img1.show {
	opacity: 1;
}

.indexBannerArrow {
	position: absolute;
	width: 100%;
	height: 80px;
	left: 0;
	bottom: 0 !important;
	text-align: center;
	vertical-align: middle;
	padding: 32px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.indexBannerArrow span {
	width: 25px;
	height: 12px;
	clip-path: url(#r2Path);
	border-radius: 0 !important;
	vertical-align: middle;
	background: rgba(153, 153, 153, 0.5);
	opacity: 1;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.indexBannerArrow span.swiper-pagination-bullet-active {
	background: var(--themeColor);
}

.commonMore {
	height: 60px;
	border: 1px solid #c7c7c7;
	width: 180px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 60px;
	position: relative;
	overflow: hidden;
	transition: .4s ease;
	-webkit-transition: .4s ease;
	text-align: center;
	z-index: 1;
}

.commonMore.active,
.commonMore:hover {
	border-color: var(--themeColor);
}

.commonMore::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--themeColor);
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale3d(0.4, 1, 1);
	transform: scale3d(0.4, 1, 1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.commonMore.active::before,
.commonMore:hover::before {
	z-index: 1;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.commonMore a {
	display: block;
	position: relative;
	line-height: 58px;
	z-index: 5;
	font-size: 16px;
	color: #666;
	font-family: var(--fontStyle1);
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
}

.commonMore.active a,
.commonMore:hover a {
	color: #fff;
}

.commonMore span {
	display: inline-block;
	padding-right: 45px;
	background: url(../images/indexMore.png) right center no-repeat;
	transition: all .4s ease-out;
	-webkit-transition: all .4s ease-out;
}

.commonMore.active span,
.commonMore:hover span {
	background: url(../images/indexMoreH.png) right center no-repeat;
}

.commonMore:hover {
	z-index: 5;
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
}

/* ————— indexBanner end ————— */
/* ========== 首页 start ========== */
/* 首页 start */
.column1 {
	padding: 150px 0 210px;
}

.indexTitle {
	padding-left: 22px;
	background: url(../images/titleLeft.svg) left top no-repeat;
}

.indexTitle .title {
	display: inline-block;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 48px;
	font-family: var(--fontStyle);
	color: #222;
	position: relative;
}

.indexTitle .titleEg {
	text-align: left;
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	text-transform: uppercase;
	font-family: var(--dkt);
}

.column1 .indexTitle {
	background: none;
}

.column1 .indexTitle,
.column1 .indexTitle .titleEg {
	text-align: center;
}

.indexTitle .title::before {
	display: block;
	content: '';
	position: absolute;
	width: 13px;
	height: 13px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 2px solid var(--themeColor);
	border-radius: 100%;
	right: 15px;
	bottom: 5px;
}

.column1 .indexTitle .title::before {
	display: block;
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 3px solid var(--themeColor);
	border-radius: 100%;
	border-left-color: #fff;
	right: -30px;
	top: 5px;
	animation: spin 3s linear infinite;
	/* 添加旋转动画 */
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
		/* 开始时的角度 */
	}

	100% {
		transform: rotate(360deg);
		/* 结束时的角度 */
	}
}

.column1Intro {
	line-height: 64px;
	font-size: 36px;
	text-align: center;
	font-family: var(--fontStyle);
	padding: 25px 0 15px;
	color: #222;
}

.column1Intro span {
	color: var(--themeColor);
}

.column1Infor {
	padding: 0 15.8941%;
	line-height: 32px;
	font-size: 18px;
	color: #444;
	font-family: var(--fontStyle1);
	text-align: center;
	margin-bottom: 70px;
}

.column1Btn {
	display: flex;
	justify-content: center;
}

.column1Btn1 {
	margin-left: 20px;

}

.column1Btn1 a {
	display: block;
	width: 180px;
	height: 60px;
	border-radius: 60px;
	position: relative;
	background: url(../images/column1BtnBg.jpg) center center no-repeat;
}

.column1Btn1 a .column1Btn1Box {
	position: absolute;
	width: 185px;
	height: 120px;
	right: -30px;
	z-index: 1;
	bottom: -15px;
}

.col1BgBoxw {
	position: absolute !important;
	width: 101%;
	height: 101%;
	left: -0.5% !important;
	top: -0.5% !important;
}

.column1Btn1 a .col1BgBoxw .slide-inner,
.col1Bg {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right bottom;
}

.column1Btn1 a .playBtn {
	position: absolute;
	font-family: var(--fontStyle1);
	height: 60px;
	line-height: 60px;
	padding-right: 32px;
	color: #FFF;
	background: url(../images/playBtn.png) right center no-repeat;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	z-index: 6;
	font-size: 16px;
}

.column2 {
	position: relative;
	height: 960px;
}

.column2Content {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
}

.column2ContentC {
	position: absolute;
	bottom: 160px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.col2Btn {
	width: 64px;
	height: 64px;
	margin: 0 auto;
	background: url(../images/common/videoIco.png) center center no-repeat;
	background-size: 64px;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	margin-bottom: 40px;
	border-radius: 100%;
	position: relative;
	cursor: pointer;
}

.column2Img {
	text-align: center;
}

.column2Img img {
	display: block;
	max-width: 100%;
}

.indexColumn2Dl {
	overflow: hidden;
	text-align: center;
	vertical-align: bottom;
	padding: 15px 0;
	margin: 0 -10px;
}

.indexColumn2Dl dd {
	display: inline-block;
	margin: 0 10px;
	position: relative;
	height: 50px;
	border-radius: 50px;
	transition: .4s ease;
	-webkit-transition: .4s ease;
	overflow: hidden;
	cursor: pointer;
	background: #fdf9f4;
}

.indexColumn2Dl dd.hover,
.indexColumn2Dl dd:hover {
	border-color: transparent;
}

.indexColumn2Dl dd::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--themeColor);
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale3d(0.4, 1, 1);
	transform: scale3d(0.4, 1, 1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.indexColumn2Dl dd span {
	display: block;
	padding: 0 46px;
	line-height: 50px;
	font-size: 18px;
	color: #222;
	position: relative;
	z-index: 5;
	font-family: var(--systBold);
}

.indexColumn2Dl dd.hover:before,
.indexColumn2Dl dd:hover:before {
	z-index: 1;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.indexColumn2Dl dd:hover span,
.indexColumn2Dl dd.hover span {
	color: #fff;
}

.column3 {
	background: #f0ebe5;
	overflow: hidden;
	padding: 120px 0;
}

.column3 .commonTop {
	margin-bottom: 110px;
}

.indexColumn2Swiper {
	margin: 0 -40px;
}

.indexColumn2Swiper .swiper-slide {
	float: left;
	display: inline;
	width: 20%;
	padding: 10px 0;
}

.indexColumn2Swiper .swiper-slide .con {
	margin: 0 20px;
	background: #fff;
	position: relative;
	transition: all .5s linear;
	-webkit-transition: all .5s linear;
}

.indexColumn2Swiper .swiper-slide .picBox {
	padding: 20px;
	display: block;
}

.indexColumn2Swiper .swiper-slide .pic::before {
	padding-top: 94.2857%;
}

.indexColumn2Swiper .swiper-slide .pic img {
	object-fit: contain;
}

.indexColumn2Swiper .swiper-slide .text {
	height: 50px;
	align-items: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	line-height: 50px;
	font-size: 18px;
	color: #222;
	font-family: var(--fontStyle1);
	text-align: center;
	overflow: hidden;
}

.indexColumn2Swiper .swiper-slide .cpImg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.indexColumn2Swiper .swiper-slide img {
	position: relative;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	object-position: center center;
}

.indexColumn2Swiper .swiper-slide .more {
	position: absolute;
	width: 50px;
	height: 50px;
	background: var(--themeColor);
	bottom: 100px;
	right: -19px;
	border-radius: 50px;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	opacity: 0;
	visibility: hidden;
}

.indexColumn2Swiper .swiper-slide .more a {
	display: block;
	width: 50px;
	height: 50px;
	overflow: hidden;
}

.indexColumn2Swiper .swiper-slide .more a::before {
	display: block;
	content: '';
	position: absolute;
	height: 1px;
	width: 26px;
	top: 50%;
	left: -10px;
	background: #fff;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition-delay: 0.2s;
	margin-top: -1px;
	opacity: 0;
	visibility: hidden;
}

.indexColumn2Swiper .swiper-slide .more a::after {
	display: block;
	content: '';
	position: absolute;
	height: 20px;
	width: 11px;
	top: 50%;
	margin-top: -10px;
	right: -2px;
	background: url(../images/cloumn2More.png) right center no-repeat;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition-delay: 0.2s;
	opacity: 0;
	visibility: hidden;
}

.indexColumn2Swiper .swiper-slide .con:hover .more {
	bottom: 114px;
	opacity: 1;
	visibility: visible;
}

.indexColumn2Swiper .swiper-slide .con:hover .more a::before {
	left: 10px;
	opacity: 1;
	visibility: visible;
}

.indexColumn2Swiper .swiper-slide .con:hover .more a::after {
	right: 10px;
	opacity: 1;
	visibility: visible;
}

.indexColumn2Swiper .swiper-slide {
	perspective: 1000px;
	overflow: hidden;
}

.indexColumn2Swiper .swiper-slide.slide1 .con {
	transform: rotate3d(0, 1, 0, -12deg);
	/* 绕 Y 轴旋转 30 度 */
	transform-origin: 100% 50%;
}

.indexColumn2Swiper .swiper-slide.slide5 .con {
	transform: rotate3d(0, 1, 0, 12deg);
	/* 绕 Y 轴旋转 30 度 */
	transform-origin: 0% 50%;
}

.indexColumn2Swiper .swiper-slide.slide1 .text {
	color: transparent;
	/* 初始文字颜色透明 */
	background: linear-gradient(to right, rgba(34, 34, 34, 0.2), #222);
	/* 文字颜色渐变背景，从左到右从黑色到透明 */
	background-clip: text;
	/* 文字颜色只应用于文本内容 */
	-webkit-background-clip: text;
	/* Safari 兼容 */
}

.indexColumn2Swiper .swiper-slide.slide5 .text {
	color: transparent;
	/* 初始文字颜色透明 */
	background: linear-gradient(to right, #222, rgba(34, 34, 34, 0.2));
	/* 文字颜色渐变背景，从左到右从黑色到透明 */
	background-clip: text;
	/* 文字颜色只应用于文本内容 */
	-webkit-background-clip: text;
	/* Safari 兼容 */
}

.indexColumn2Swiper .swiper-slide .con:hover {
	position: relative;
	z-index: 9;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
}

.indexColumn2Swiper .swiper-slide .con .more:hover {
	z-index: 9;
	box-shadow: 0 0 15px 0 rgba(230, 0, 18, 0.2);
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
}

.indexColumn2Table .indexColumn2Tab {
	display: none;
}

.indexColumn2Table .indexColumn2Tab.active {
	display: block;
}

.indexColumn2Swiper {
	margin-bottom: 40px;
}

.column4 {
	padding: 147px 0;
}

.column4Swiper {
	overflow: hidden;
	margin: 0 -20px;
}

.column4Swiper .swiper-slide {
	float: left;
	display: inline;
	width: 33.333%;
	padding: 10px 0;
}

.column4Swiper .swiper-slide .con {
	margin: 0 20px;
}

.column4Swiper .swiper-slide .pic::before {
	padding-top: 56.25%;
}

.column4Swiper .swiper-slide .pic {
	margin-bottom: 26px;
}

.column4Swiper .swiper-slide .title a {
	display: block;
	height: 84px;
	line-height: 28px;
	font-size: 18px;
	color: #000;
	font-family: var(--fontStyle1);
}

.column4Swiper .swiper-slide .time {
	height: 38px;
	line-height: 38px;
	font-size: 20px;
	color: #555;
	font-family: var(--dinpro);
	margin-bottom: 30px;
}

.column4Swiper .swiper-slide .more {
	width: 50px;
	height: 50px;
	background: var(--themeColor);
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
	border-radius: 50px;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	opacity: 0;
	visibility: hidden;
	position: relative;
	margin: 0 auto;
}

.column4Swiper .swiper-slide .more a {
	display: block;
	width: 50px;
	height: 50px;
	overflow: hidden;
}

.column4Swiper .swiper-slide .more a::before {
	display: block;
	content: '';
	position: absolute;
	height: 1px;
	width: 26px;
	top: 50%;
	left: -10px;
	background: #fff;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition-delay: 0.2s;
	margin-top: -1px;
	opacity: 0;
	visibility: hidden;
}

.column4Swiper .swiper-slide .more a::after {
	display: block;
	content: '';
	position: absolute;
	height: 20px;
	width: 11px;
	top: 50%;
	margin-top: -10px;
	right: -2px;
	background: url(../images/cloumn2More.png) right center no-repeat;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition-delay: 0.2s;
	opacity: 0;
	visibility: hidden;
}

.column4Swiper .swiper-slide .con:hover .more {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	-webkit-transform: translateY(0);
}

.column4Swiper .swiper-slide .con:hover .more a::before {
	left: 10px;
	opacity: 1;
	visibility: visible;
}

.column4Swiper .swiper-slide .con:hover .more a::after {
	right: 10px;
	opacity: 1;
	visibility: visible;
}

.column4Swiper .swiper-slide .con:hover .title a {
	color: var(--themeColor);
}

.column4 .commonTop {
	margin-bottom: 40px;
}

.column4Swiper .swiper-slide .con .more:hover {
	z-index: 9;
	box-shadow: 0 0 15px 0 rgba(230, 0, 18, 0.2);
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
}

.backBtnA {
	position: absolute;
	width: 90px;
	left: -90px;
	top: 60px;
	height: 50px;
	line-height: 50px;
	background: var(--themeColor);
	font-family: var(--fontStyle1);
	font-size: 14px;
	text-align: center;
	border-radius: 50px 0 0 50px;
}

.backBtnA a {
	display: block;
	color: #fff;
}

/* 首页 end */

/* 识茶堂 start */
.sctColumn1 {
	padding: 70px 0;
	margin-bottom: 46px;
}

.sctColumn1Right {
	overflow: hidden;
	padding-left: 22.5806%;
	padding-top: 96px;
}

.sctColumn1Right .title {
	height: 80px;
	line-height: 80px;
	font-family: var(--fontStyle);
	font-size: 36px;
	color: #222;
	margin-bottom: 35px;
}

.sctColumn1Right .text {
	line-height: 34px;
	font-size: 18px;
	font-family: var(--fontStyle1);
	color: #222;
}

.sctColumn2Title {
	height: 64px;
	line-height: 64px;
	font-size: 20px;
	color: #333;
	font-family: var(--fontStyle1);
}

.sctColumn2Info {
	padding: 15px 0;
	line-height: 34px;
	font-size: 20px;
	color: #666;
	font-family: var(--fontStyle1);
}

.sctColumn2Dl {
	overflow: hidden;
	margin: 0 -16px;
	padding: 60px 0 50px;
}

.sctColumn2Dl dd {
	float: left;
	display: inline;
	width: 16.6667%;
}

.sctColumn2Dl dd .con {
	margin: 0 16px;
	transition: all .4s;
	-webkit-transition: all .4s;
	border-radius: 10px;
	background: #f1f8ec;
	padding: 20px 15px;
	position: relative;
}

.sctColumn2DlTop {
	height: 90px;
	display: flex;
}

.sctColumn2DlTop .picBox {
	width: 62.5%;
	padding-right: 15px;
	margin-top: -64px;
	margin-left: -15px;
}

.sctColumn2DlTop .pic {
	margin-right: -15px;
}

.sctColumn2DlTop .pic::before {
	padding-top: 100%;
}

.sctColumn2DlTop .name {
	overflow: hidden;
	flex: 1;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 10px;
	text-align: center;
	font-size: 36px;
	font-family: 'almmdlt';
}

.sctColumn2DlBottom {
	padding: 15px 0;
	position: relative;
	overflow: hidden;
}

.sctColumn2DlBottom::before {
	display: block;
	content: '';
	position: absolute;
	width: 1px;
	top: 15px;
	left: 50%;
	bottom: 30px;
	background: url(../images/fgx.png) left top repeat-y;
}

.sctColumn2DlLeft,
.sctColumn2DlRight {
	width: 50%;
	float: left;
	display: inline;
	padding: 0 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: flex;
	flex-direction: row;
}

.sctColumn2DlLeft .text,
.sctColumn2DlRight .text {
	padding: 0 8px;
	line-height: 21px;
	font-size: 18px;
	color: #333;
	font-family: var(--fontStyle1);
	text-align: center;
	height: 290px;
	width: 40px;
}

.sctColumn2DlLeft .title,
.sctColumn2DlRight .title {
	padding: 0 8px;
	line-height: 20px;
	font-size: 16px;
	color: #333;
	font-family: var(--systBold);
	height: 270px;
	width: 40px;
}

.sctColumn2Dl dd .con:hover .pic {
	animation: spin 20s linear infinite;
}

.sctColumn2Dl dd.dd2 .con {
	background: #ebf1d6;
}

.sctColumn2Dl dd.dd3 .con {
	background: #f5f5f5;
}

.sctColumn2Dl dd.dd4 .con {
	background: #ebf4f3;
}

.sctColumn2Dl dd.dd5 .con {
	background: #e1e8d8;
}

.sctColumn2Dl dd.dd6 .con {
	background: #f5ebe7;
}

.sctColumn2Dl dd.dd1 .name {
	color: #4f683e;
}

.sctColumn2Dl dd.dd2 .name {
	color: #a98344;
}

.sctColumn2Dl dd.dd3 .name {
	color: #888888;
}

.sctColumn2Dl dd.dd4 .name {
	color: #515040;
}

.sctColumn2Dl dd.dd5 .name {
	color: #11682d;
}

.sctColumn2Dl dd.dd6 .name {
	color: #902f2b;
}

.sctColumn2Dl dd .con:hover {
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
	z-index: 9;
}

.sctColumn3Title {
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	color: #333;
	font-family: var(--fontStyle1);
	margin-bottom: 15px;
}

.sctColumn3Infor {
	line-height: 32px;
	font-size: 16px;
	color: #222;
	font-family: var(--fontStyle1);
}

.sctColumn3Content {
	overflow: hidden;
}

.sctColumn3Left {
	position: relative;
	width: 150px;
	padding: 130px;
	margin-right: 40px;
}

.sctColumn3Pic {
	position: relative;
	padding-top: 100%;
	background: #000 url(../test/sctPic.png) center center no-repeat;
	border-radius: 100%;
	overflow: hidden;
}

.sctColumn3Pic .text {
	position: absolute;
	padding: 25px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	left: 0;
	width: 100%;
	font-size: 18px;
	font-family: var(--systBold);
	color: #fff;
	text-align: center;
}

.sctColumn3PicOuter {
	position: absolute;
	width: 120px;
	height: 120px;
	border-radius: 100%;
	top: 15px;
	left: 15px;
	line-height: 120px;
	font-size: 16px;
	color: #fff;
	font-family: var(--systBold);
	z-index: 5;
	text-align: center;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;

}

@keyframes bubble {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(-5px);
	}
}

@keyframes bubble1 {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-5px);
	}
}

.sctColumn3PicBox {
	position: relative;
}

.sctColumn3Pic1 {
	z-index: 5;
	background: rgba(183, 196, 187, 0.8);
	animation: bubble 2s infinite alternate;
}

.sctColumn3Pic2 {
	z-index: 4;
	background: rgba(179, 139, 93, 0.8);
	animation: bubble 3s infinite alternate;
}

.sctColumn3Pic3 {
	z-index: 3;
	background: rgba(100, 111, 96, 0.8);
	animation: bubble1 2s infinite alternate;
}

.sctColumn3Left.show .sctColumn3Pic1 {
	top: -110px;
}

.sctColumn3Left.show .sctColumn3Pic2 {
	top: 78px;
	left: -95px;
}

.sctColumn3Left.show .sctColumn3Pic3 {
	top: 78px;
	right: -95px;
	left: auto;
}

.sctColumn3Right {
	overflow: hidden;
}

.sctColumn3Right {
	padding-top: 25px;
}

.sctColumn3RightDl {
	float: left;
	display: inline;
	width: 50%;
	padding-left: 70px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.sctColumn3RightDl dt {
	height: 62px;
	line-height: 62px;
	font-size: 30px;
	color: #333;
	font-family: 'almmdlt';
	border-bottom: 1px solid #b38b5d;
}

.sctColumn3RightDl dd {
	padding: 18px 0;
	border-bottom: 1px solid #b38b5d;
	overflow: hidden;
	line-height: 24px;
	font-size: 18px;
	font-family: var(--fontStyle1);
	color: #000;
}

.sctColumn3RightDl dd .title {
	position: relative;
	padding: 0 20px;
	float: left;
	display: inline;
	margin-right: 20px;
}

.sctColumn3RightDl dd .title::before {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 2px;
	height: 20px;
	margin-top: -8px;
	background: #b38b5d;
}

.sctColumn3RightDl dd .text {
	overflow: hidden;
}

.sctColumn3 {
	padding-bottom: 25px;
}

.sctColumn4 {
	overflow: hidden;
	padding-bottom: 55px;
}

.sctColumn4Left {
	width: 33.1126%;
}

.sctColumn4Left img {
	display: block;
	max-width: 100%;
}

.sctColumn4 .text {
	overflow: hidden;
	padding-left: 10%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	line-height: 34px;
	font-size: 16px;
	color: #222;
	text-indent: 2em;
	font-family: var(--fontStyle1);
}

.sctColumn4 .text span {
	display: block;
	margin-bottom: 15px;
	font-size: 20px;
	color: #333;
}

/* 识茶堂 end */
/* 普洱茶 start */
.prcColumn1 {
	padding: 60px 0 90px;
}

.prcTitle {
	height: 80px;
	line-height: 80px;
	font-family: var(--fontStyle1);
	font-size: 20px;
	color: #222;
	margin-bottom: 35px;
}

.prcColumn1Right {
	overflow: hidden;
	padding-left: 22.5806%;
	padding-top: 80px;
}

.prcColumn1Right .text {
	line-height: 34px;
	font-size: 18px;
	font-family: var(--fontStyle1);
	color: #222;
}

.prcColumn2 {
	min-height: 610px;
	padding-bottom: 83px;
}

.prcColumn2Left {
	position: relative;
	width: 55.9603%;
}

.prcColumn2Left .pic {
	position: absolute;
	width: 124.2604%;
	top: 0;
	right: 0;
}

.prcColumn2Left .pic::after {
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 5;
}

.prcColumn2Right {
	overflow: hidden;
	padding-left: 6.25%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-left: 55.9603%;
	padding-top: 60px;
	line-height: 34px;
	font-size: 16px;
	color: #222;
	text-indent: 2em;
	font-family: var(--fontStyle1);
}

.prcColumn2Right span {
	display: block;
	margin-bottom: 15px;
	font-size: 20px;
	color: #333;
	text-indent: 0em;
}

.prcColumn3Right {
	overflow: hidden;
	padding-right: 10%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	line-height: 34px;
	font-size: 16px;
	color: #222;
	text-indent: 2em;
	font-family: var(--fontStyle1);
	padding-top: 90px;
}

.prcColumn3Right span {
	display: block;
	margin-bottom: 15px;
	font-size: 20px;
	color: #333;
	text-indent: 0em;
}

.prcColumn3Left {
	width: 44.3709%;
}

.prcColumn3 {
	padding-bottom: 80px;
}

.sgtColumn1 {
	padding: 70px 0;
}

.sgtColumn1Right {
	overflow: hidden;
	padding-left: 22.5806%;
	padding-top: 100px;
}

.sgtColumn1RightText {
	overflow: hidden;
	background: #f5f5f5;
}

.sgtColumn1RightText .pic {
	width: 55.3991%;
}

.sgtColumn1RightText .text {
	padding: 30px;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.sgtColumn1RightText .text .title a {
	display: block;
	line-height: 46px;
	height: 46px;
	overflow: hidden;
	font-size: 22px;
	color: #81511c;
	font-family: var(--fontStyle1);
}

.sgtColumn1RightText .text .title {
	margin-bottom: 12px;
}

.sgtColumn1RightText .textc {
	line-height: 24px;
	height: 96px;
	font-size: 16px;
	color: #555;
	font-family: var(--fontStyle1);
	margin-bottom: 24px;
}

.sgtColumn1RightText .more {
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	font-family: var(--fontStyle1);
}

.sgtColumn1RightText .more a {
	display: inline-block;
	padding-right: 70px;
	position: relative;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}

.sgtColumn1RightText .more a::after {
	display: block;
	content: '';
	position: absolute;
	width: 50px;
	height: 50px;
	border: 1px solid #999999;
	border-radius: 50%;
	top: 0px;
	right: 0;
	background: url(../images/jth.png) center center no-repeat;
	background-size: 30px;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}

.sgtColumn1RightText .more a:hover::after {
	background: var(--themeColor) url(../images/jth_h.png)center center no-repeat;
	background-size: 30px;
	border-color: var(--themeColor);
}

.sgtColumn1RightText .more a:hover {
	color: var(--themeColor);
	padding-right: 75px;
}

.sgtColumn1RightText .title a:hover {
	color: var(--themeColor);
}

.sgtColumn2 {
	overflow: hidden;
}

.sgtColumn2Dl {
	margin: -40px -40px 0;
	overflow: hidden;
}

.sgtColumn2Dl dd {
	float: left;
	display: inline;
	width: 33.333%;
	position: relative;
}

.sgtColumn2Dl dd::after {
	display: block;
	content: '';
	position: absolute;
	right: -1px;
	height: 100%;
	width: 1px;
	top: 0;
	background: #ebebeb;
}

.sgtColumn2Dl dd::before {
	display: block;
	content: '';
	position: absolute;
	right: 0;
	height: 1px;
	width: 100%;
	top: -1px;
	background: #ebebeb;
}

.sgtColumn2Dl dd .con {
	display: block;
	padding: 40px 40px 0;
	cursor: pointer;
	transition: all 0.4s ease-in;
	-webkit-transition: all 0.4s ease-in;
}

.sgtColumn2Dl dd .text {
	overflow: hidden;
	padding: 30px 0;
}

.sgtColumn2Dl dd .text .more {
	float: right;
	display: inline;
	width: 32px;
	height: 60px;
	background: url(../images/jth.png) center center no-repeat;
	background-size: 30px;
	transition: all 0.4s ease-in;
	-webkit-transition: all 0.4s ease-in;
}

.sgtColumn2Dl dd .text .title {
	height: 60px;
	line-height: 30px;
	overflow: hidden;
	padding-right: 45px;
	font-size: 18px;
	color: #333;
	font-family: var(--fontStyle1);
	transition: all 0.4s ease-in;
	-webkit-transition: all 0.4s ease-in;
}

.sgtColumn2Dl dd .con:hover .text .title {
	color: var(--themeColor);
}

.sgtColumn2Dl dd .con:hover .text .more {
	background: url(../images/jth_r.png) center center no-repeat;
	background-size: 30px;
}

.sgtColumn2Dl {
	margin-bottom: 35px;
}

.sgtColumn2 {
	padding-bottom: 70px;
}

.sgtColumn2More {
	height: 60px;
	width: 180px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 60px;
	position: relative;
	overflow: hidden;
	transition: .4s ease;
	-webkit-transition: .4s ease;
	text-align: center;
	z-index: 1;
	background: #f7f7f7;
	margin: 0 auto;
}

.sgtColumn2More.active,
.sgtColumn2More:hover {
	border-color: var(--themeColor);
}

.sgtColumn2More::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--themeColor);
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale3d(0.4, 1, 1);
	transform: scale3d(0.4, 1, 1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.sgtColumn2More.active::before,
.sgtColumn2More:hover::before {
	z-index: 1;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.sgtColumn2More a {
	display: block;
	position: relative;
	line-height: 58px;
	z-index: 5;
	font-size: 16px;
	color: #666;
	font-family: var(--fontStyle1);
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
}

.sgtColumn2More.active a,
.sgtColumn2More:hover a {
	color: #fff;
}

.sgtColumn2More span {
	display: inline-block;
	padding-left: 25px;
	background: url(../images/sgtColumn2More.png) left center no-repeat;
	transition: all .4s ease-out;
	-webkit-transition: all .4s ease-out;
}

.sgtColumn2More.active span,
.sgtColumn2More:hover span {
	background: url(../images/sgtColumn2More_h.png) left center no-repeat;
}

.sgtColumn2More:hover {
	z-index: 5;
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
}

/* 普洱茶 end */

/* 招商加盟 start */
.zsjmColumn1 {
	padding: 60px 0 90px;
}

.zsjmTitle {
	text-align: center;
}

.zsjmTitle .title {
	height: 50px;
	line-height: 50px;
	font-size: 36px;
	color: #222;
	font-family: var(--fontStyle);
	position: relative;
	display: inline-block;
}

.zsjmTitle .title::before {
	display: block;
	content: '';
	position: absolute;
	width: 14px;
	height: 14px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 2px solid var(--themeColor);
	border-radius: 100%;
	right: -15px;
	top: -14px;
}

.zsjmTitle .titleEn {
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-size: 15px;
	font-family: var(--dkt);
}

.zsjmColumn1Swiper {
	position: relative;
	overflow: hidden;
}

.zsjmColumn1 .zsjmTitle {
	margin-bottom: 50px;
}

.zsjmColumn1Swiper .swiper-slide {
	overflow: hidden;
}

.zsjmColumn1Swiper .pic {
	width: 62.2517%;
}

.zsjmColumn1Swiper .pic::before {
	padding-top: 53.9362%;
}

.zsjmColumn1Left {
	overflow: hidden;
	padding-right: 3.3113%;
}

.zsjmColumn1Left .title {
	height: 50px;
	line-height: 50px;
	font-size: 30px;
	color: #222;
	font-family: var(--fontStyle);
	margin-bottom: 35px;
	overflow: hidden;
}

.zsjmColumn1Left .text {
	height: 340px;
	overflow: hidden;
	margin-bottom: 70px;
}

/* 隐藏浏览器默认滚动条 */
.zsjmColumn1Left .textC {
    height: 340px;
    overflow: hidden;
    overflow-y: auto;
    line-height: 34px;
    font-size: 18px;
    color: #222;
    font-family: var(--fontStyle1);
    padding-right: 9.6525%;
}

/* 自定义滚动条样式 */
.zsjmColumn1Left .textC::-webkit-scrollbar {
    width: 3px; /* 宽度 */
}

.zsjmColumn1Left .textC::-webkit-scrollbar-track {
    background: #f1f1f1; /* 滚动条轨道背景色 */
}

.zsjmColumn1Left .textC::-webkit-scrollbar-thumb {
    background: #c7c7c7; /* 滚动条手柄颜色 */
    border-radius: 4px; /* 圆角 */
}

.zsjmColumn1Left .textC::-webkit-scrollbar-thumb:hover {
    background: #a0a0a0; /* 鼠标悬停时的颜色 */
}

.zsjmColumn1Page {
	position: relative;
	z-index: 5;
	width: 285px;
}

.zsjmColumn1Prev {
	margin-top: -36px;
	width: 30px;
	height: 36px;
	position: relative;
	cursor: pointer;
}

.zsjmColumn1Prev::before {
	display: block;
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	border-top: 2px solid #333;
	border-left: 2px solid #333;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
}

.zsjmColumn1Next {
	margin-top: -36px;
	width: 30px;
	height: 36px;
	position: relative;
	cursor: pointer;
}

.zsjmColumn1Next::before {
	display: block;
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.zsjmColumn1Dot {
	width: 225px !important;
	top: -36px !important;
	height: 36px;
	margin-left: 25px !important;
	margin-top: -10px;
	position: relative !important;
	text-align: center;
}

.zsjmColumn1Dot .swiper-pagination-bullet {
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	font-size: 24px;
	color: #000;
	font-family: var(--fontStyle);
	opacity: 1;
	background: rgba(0, 0, 0, 0);
	margin: 0 10px !important;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.zsjmColumn1Dot .swiper-pagination-bullet-active {
	color: var(--themeColor);
}

.zsjmColumn1Swiper .swiper-slide {
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	background: #fff;
}

.zsjmColumn1Swiper .swiper-slide.swiper-slide-active {
	opacity: 1;
	visibility: visible;
}

.zsjmColumn2 {
	padding: 85px 0 95px;
	background: #faefe0 url(../images/logoBg.png) -20px -20px repeat;
}

.zsjmColumn2Dl {
	padding-top: 45px;
	margin: 0 -25px;
	overflow: hidden;
}

.zsjmColumn2Dl dd {
	padding: 15px 0;
	float: left;
	width: 50%;

}

.zsjmColumn2Dl dd .con {
	margin: 0 25px;
	overflow: hidden;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	display: flex;
	align-items: center;
	background: linear-gradient(to right, rgba(241, 206, 164, 1), rgba(241, 206, 164, 0.1));
	border-radius: 100px 0 0 100px;
}

.zsjmColumn2Dl dd .icon {
	width: 100px;
	height: 100px;
	background: #e60012;
	border-radius: 100px;
	position: relative;
}

.zsjmColumn2Dl dd .number {
	height: 100px;
	line-height: 100px;
	font-size: 60px;
	font-family: var(--dkt);
	color: rgba(240, 208, 161, 0.2);
	text-align: center;
	font-style: italic;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.zsjmColumn2Dl dd .iconspan {
	position: absolute;
	z-index: 3;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border: 1px solid rgba(240, 208, 161, 0.8);
	border-radius: 100%;
	background-size: 50px;
	background-position: center center;
	background-repeat: no-repeat;
}

.zsjmColumn2Dl dd .text {
	flex: 1;
	padding: 0 30px;
	height: 100px;
	overflow: hidden;
	line-height: 32px;
	font-size: 18px;
	font-family: var(--systBold);
	color: #222;
}

.zsjmColumn2Dl dd .con:hover {
	transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	background: linear-gradient(to right, rgba(241, 206, 164, 1), rgba(241, 206, 164, 1));
	background: -webkit-linear-gradient(to right, rgba(241, 206, 164, 1), rgba(241, 206, 164, 1));
	border-radius: 100px 5px 5px 100px;
}

.zsjmColumn3 {
	padding: 80px 0;
}

.zsjmColumn3Swiper {
	overflow: hidden;
	padding-top: 60px;
}

.zsjmColumn3Swiper .swiper-slide {
	float: left;
	display: inline;
	width: 20%;
	padding: 10px 0;
}

.zsjmColumn3Swiper .swiper-slide .pic::before {
	padding-top: 168.4211%;
}

.zsjmColumn3Swiper .swiper-slide .con {
	margin: 0 10px;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	transition: all 400ms ease-in;
	-webkit-transition: all 400ms ease-in;
}

.zsjmColumn3Swiper .swiper-slide .text {
	position: absolute;
	left: 0;
	right: 0;
	padding: 20px 30px;
	z-index: 5;
	bottom: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
}

.zsjmColumn3Swiper .swiper-slide .text .number {
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	color: #fff;
	font-family: var(--fontStyle);
	display: block;
}

.zsjmColumn3Swiper .swiper-slide .text .textC {
	min-height: 128px;
	line-height: 32px;
	font-size: 18px;
	color: #FFF;
	font-family: var(--fontStyle1);
}

.zsjmColumn3Swiper .swiper-slide.slide1 .text {
	background: linear-gradient(to bottom, rgba(21, 47, 41, 0.0), rgba(21, 47, 41, 1));
	background: -webkit-linear-gradient(to bottom, rgba(21, 47, 41, 0.0), rgba(21, 47, 41, 1))
}

.zsjmColumn3Swiper .swiper-slide.slide2 .text {
	background: linear-gradient(to bottom, rgba(74, 84, 19, 0.0), rgba(74, 84, 19, 1));
	background: -webkit-linear-gradient(to bottom, rgba(74, 84, 19, 0.0), rgba(74, 84, 19, 1))
}

.zsjmColumn3Swiper .swiper-slide.slide3 .text {
	background: linear-gradient(to bottom, rgba(65, 47, 36, 0.0), rgba(65, 47, 36, 1));
	background: -webkit-linear-gradient(to bottom, rgba(65, 47, 36, 0.0), rgba(65, 47, 36, 1))
}

.zsjmColumn3Swiper .swiper-slide.slide4 .text {
	background: linear-gradient(to bottom, rgba(41, 38, 16, 0.0), rgba(41, 38, 16, 1));
	background: -webkit-linear-gradient(to bottom, rgba(41, 38, 16, 0.0), rgba(41, 38, 16, 1))
}

.zsjmColumn3Swiper .swiper-slide.slide5 .text {
	background: linear-gradient(to bottom, rgba(198, 138, 0, 0.0), rgba(198, 138, 0, 1));
	background: -webkit-linear-gradient(to bottom, rgba(198, 138, 0, 0.0), rgba(198, 138, 0, 1))
}

.zsjmColumn3Swiper .swiper-slide .con:hover .text {
	padding: 35px 30px;
}

.zsjmColumn3Swiper .swiper-slide .con:hover {
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1)
}

.zsjmColumn4 {
	padding: 95px 0;
	background: linear-gradient(to bottom, rgba(248, 244, 239, 1) 60%, rgba(255, 255, 255, 1));
	background: -webkit-linear-gradient(to bottom, rgba(248, 244, 239, 1) 60%, rgba(255, 255, 255, 1));
	position: relative;
}

.zsjmColumn4Line {
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	background: #f1cea4;
	top: 433px;
}

.zsjmColumn4Swiper {
	overflow: hidden;
	padding-right: 120px;
	padding-top: 60px;
	padding: 60px 120px 0 20px;
	position: relative;

}

.zsjmColumn4Swiper .swiper-slide {
	width: 14.2857%;
	position: relative;
	height: 402px;
	padding-left: 18px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	opacity: 0;
	visibility: hidden;
}

.zsjmColumn4Swiper .swiper-slide.show {
	opacity: 1;
	visibility: visible;
}

.zsjmColumn4Swiper .swiper-slide.swiper-slide-prev,
.zsjmColumn4Swiper .swiper-slide-duplicate-prev {
	opacity: 0;
	visibility: hidden;
}

.zsjmColumn4Swiper .con {
	position: absolute;
	bottom: 240px;
	left: 0;
	right: -55%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-left: 18px;
}

.zsjmColumn4Swiper .swiper-slide.odd .con {
	bottom: 0px;
	top: 240px;
}

.zsjmColumn4Swiper .con .number {
	height: 50px;
	line-height: 50px;
	font-size: 36px;
	color: #222;
	font-family: var(--fontStyle);
	margin-bottom: 15px;
}

.zsjmColumn4Swiper .con .textC {
	min-height: 96px;
	line-height: 32px;
	font-size: 16px;
	color: #222;
	font-family: var(--fontStyle1);
}

.zsjmColumn4Swiper .text {
	position: relative;
}

.zsjmColumn4Swiper .text::before {
	display: block;
	content: '';
	position: absolute;
	width: 2px;
	left: -20px;
	height: 100%;
	top: 10px;
	background: linear-gradient(to bottom, rgba(241, 206, 164, 1), rgba(241, 206, 164, 0.1));
	background: -webkit-linear-gradient(to bottom, rgba(241, 206, 164, 1), rgba(241, 206, 164, 0.1))
}

.zsjmColumn4Swiper i {
	top: 50%;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	margin-top: -7px;
	margin-left: -7px;
	background-color: var(--themeColor);
	/* animation: zoomA 3s linear infinite; */
}

.zsjmColumn4Swiper i::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	z-index: 5;
	background-color: rgb(230 0 18 / .5);
	animation: zoomA 2s linear infinite;
}

@keyframes zoomA {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.5);
		opacity: 0.8;
	}

	100% {
		transform: scale(2);
		opacity: 0;
	}
}

.zsjmColumn4Prev {
	position: absolute;
	width: 50px;
	height: 50px;
	border: 2px solid #444444;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #f8f4ef url(../images/zsjmPrev.png) center center no-repeat;
	border-radius: 50px;
	left: 7%;
	top: 410px;
	cursor: pointer;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.zsjmColumn4Next {
	position: absolute;
	width: 50px;
	height: 50px;
	border: 2px solid #444444;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #f8f4ef url(../images/zsjmNext.png) center center no-repeat;
	border-radius: 50px;
	right: 7%;
	top: 410px;
	cursor: pointer;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.zsjmColumn4Next:hover {
	border-color: var(--themeColor);
	background: var(--themeColor) url(../images/zsjmNext_h.png) center center no-repeat;
}

.zsjmColumn4Prev:hover {
	border-color: var(--themeColor);
	background: var(--themeColor) url(../images/zsjmPrev_h.png) center center no-repeat;
}

.zsjmColumn5 {
	padding: 35px 0 60px;
	overflow: hidden;
}

.zsjmColumn5Content {
	overflow: hidden;
	padding: 35px 0;
}

.zsjmColumn5Right {
	width: 520px;
}

.zsjmColumn5Dl dd {
	overflow: hidden;
	padding: 15px 0;
}

.zsjmColumn5Dl dd .btn {
	float: left;
	display: inline;
	width: 160px;
	margin: 0 10px;
	position: relative;
	height: 60px;
	line-height: 60px;
	border-radius: 60px;
	transition: .4s ease;
	-webkit-transition: .4s ease;
	overflow: hidden;
	cursor: pointer;
	background: #e60012;
	box-shadow: 0;
	box-shadow: 0px 8px 15px 0px rgba(198, 0, 16, 0.3);
}

.zsjmColumn5Dl dd .btn span {
	display: block;
	text-align: center;
	font-size: 20px;
	color: #fff;
	position: relative;
	z-index: 5;
	font-family: var(--systBold);
}

.zsjmColumn5Dl dd .btn:hover {
	opacity: .85;
}

.zsjmColumn5Dl dd a {
	overflow: hidden;
	display: inline-block;
	margin-left: 26px;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	color: #222;
	font-family: var(--fontStyle1);
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.zsjmColumn5Dl dd a:hover {
	color: var(--themeColor);
}

.zsjmColumn5Tip {
	padding: 15px 0;
	line-height: 40px;
	font-size: 16px;
	color: #333;
	font-family: var(--fontStyle1);
	/* text-transform: uppercase; */
	padding-left: 10px;
}

.zsjmColumn5Tip1 {
	line-height: 30px;
	font-size: 14px;
	color: var(--themeColor);
	font-family: var(--fontStyle1);
	text-transform: uppercase;
	padding-left: 10px;
}

.zsjmColumn5Tip1 span {
	color: #0760ce
}

.zsjmColumn5Left {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	line-height: 40px;
	padding-right: 50px;
	font-size: 16px;
	color: #333333;
	font-family: var(--fontStyle1);
	overflow: hidden;
}

.zsjmColumn5Content1 {
	background: #000 url(../images/zsjmBg1.png) center top no-repeat;
	padding: 60px 40px;
	background-size: cover;
}

.zsjmColumn5Dl2 {
	overflow: hidden;
}

.zsjmColumn5Dl2 dd {
	float: left;
	display: inline;
	margin-right: 130px;
}

.zsjmColumn5Dl2 dd .icon {
	width: 60px;
	height: 60px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 35px;
}

.zsjmColumn5Dl2 dd .title {
	height: 26px;
	line-height: 26px;
	text-align: left;
	font-size: 16px;
	color: #fff;
	font-family: var(--systBold);
}

.zsjmColumn5Dl2 dd .text {
	height: 56px;
	line-height: 56px;
	text-align: left;
	font-size: 16px;
	color: #fff;
	font-family: var(--fontStyle1);
	text-transform: uppercase;
}

.zsjmColumn5Dl2 dd .text.tel {
	font-family: var(--fontStyle);
	font-size: 20px;
}

/* 招商加盟 end */

/* 联系我们 start */
.contactTop {
	padding: 70px 0;
	overflow: hidden;
}

.conntactDl {
	overflow: hidden;
	padding: 200px 0 0 10.5497%;
	display: flex;
	justify-content: space-between;
}

.conntactDl dd {
	float: left;
	display: inline;
	width: 33.333%;
}

.conntactDl dd .con {
	margin: 0 8px;
	overflow: hidden;
}

.conntactDl dd .icon {
	float: left;
	display: inline;
	width: 60px;
	height: 60px;
	background-position: center center;
	background-repeat: no-repeat;
	margin-right: 20px;
}

.conntactDl dd .text {
	overflow: hidden;
}

.conntactDl dd .text .title {
	line-height: 30px;
	font-size: 16px;
	color: #333;
}

.conntactDl dd .text .textC {
	line-height: 32px;
	font-size: 18px;
	color: #333;
	font-family: var(--fontStyle1);
}

/* .conntactDl dd .text .textC span {
	font-family: var(--fontStyle);
	font-size: 24px;
} */

/* 联系我们 end */


/*招聘 start */
.recruitTop {
	padding-top: 72px;
}

/*招聘 end */




/* 产品中心 start */
.productPage {
	padding-bottom: 90px;
	overflow: hidden;
}

.productScroll {
	overflow: hidden;
	position: relative;
	background-color: #f0ebe5;
}

.productScroll::before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
	background-color: #fff;
}

.productScroll .bd {
	overflow: hidden;
}

.productScroll .bd .swiper-wrapper .swiper-slide {
	width: 100%;
}

.productScroll .bd .swiper-wrapper .swiper-slide .con {
	display: block;
}

.productScroll .bd .swiper-wrapper .swiper-slide .con .pic {
	overflow: hidden;
	mask-image: url(../images/product/productBannerMask.png);
	-webkit-mask-image: url(../images/product/productBannerMask.png);
	mask-size: cover;
	-webkit-mask-size: cover;
}

.productScroll .bd .swiper-wrapper .swiper-slide .con .pic::before {
	padding-top: 33.3333%;
}

.productDot {
	text-align: center;
	position: absolute;
	z-index: 2;
	bottom: 40px !important;
}

.productDot span {
	background-color: unset;
	opacity: 1;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	border: 2px solid #fff;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	margin: 0 7px !important;
}

.productDot span.swiper-pagination-bullet-active {
	background-color: #fff;
}

.productMenu {
	padding: 55px 0;
	margin-bottom: 70px;
	text-align: center;
}

.productMenu dd {
	display: inline-block;
}

.productMenu dd a {
	display: block;
	padding: 0 45px;
	text-align: center;
	position: relative;
}

.productMenu dd a::before {
	display: block;
	content: "";
	width: 1px;
	height: 115px;
	position: absolute;
	right: 0;
	top: 0;
	background: url("../images/product/productMenuBg.png") no-repeat center center;
}

.productMenu dd.dd1 a::after {
	display: block;
	content: "";
	width: 1px;
	height: 115px;
	position: absolute;
	left: 0;
	top: 0;
	background: url("../images/product/productMenuBg.png") no-repeat center center;
}

.productMenu dd a .img {
	width: 90px;
	height: 75px;
	line-height: 75px;
	text-align: center;
	margin-bottom: 20px;
}

.productMenu dd a .img img {
	display: inline-block;
	vertical-align: middle;
	max-width: 90px;
}

.productMenu dd a .text {
	line-height: 25px;
	height: 25px;
	font-size: 20px;
	color: #444444;
	font-family: var(--fontStyle1);
}

.productMenu dd:hover a .text {
	color: #e60012;
}

.productMenu dd.hover a .text {
	color: #e60012;
}

.productPage .productImg {
	margin-bottom: 40px;
}

.productPage .productImg .pic {
	overflow: hidden;
}

.productPage .productImg .pic::before {
	padding-top: 33.1125%;
}

.productList {
	margin-right: -30px;
	margin-bottom: 30px;
}

.productList dd {
	float: left;
	display: inline;
	width: 25%;
	margin-bottom: 30px;
}

.productList dd a {
	display: block;
	margin-right: 30px;
	background-color: #f5f5f5;
}
.productList dd a .picC{
	padding: 15px;
}
.productList dd a .picC .pic {
	overflow: hidden;
}

.productList dd a .picC .pic::before {
	padding-top: 100%;
}

.productList dd a .picC .pic .picImg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.productList dd a .picC .pic .picImg img {
	position: relative;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	object-position: center center;
}

.productList dd a .text {
	line-height: 70px;
	height: 70px;
	overflow: hidden;
	padding: 0 20px;
	text-align: center;
	font-size: 18px;
	color: #222222;
	font-family: var(--fontStyle1);
	border-top: 1px solid #fff;
}

.productList dd:hover a .text {
	color: #e60012;
}

.productMore {
	text-align: center;
}

.productMore a {
	display: inline-block;
	padding: 0 40px;
	line-height: 60px;
	height: 60px;
	border-radius: 60px;
	background-color: #f7f7f7;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.productMore a span {
	display: inline-block;
	padding-left: 25px;
	font-size: 16px;
	color: #666666;
	font-family: 'SourceHanSerifCN';
	background: url("../images/product/moreIcon.png") no-repeat left center;
}

.productMore a:hover {
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
}

/* 产品中心 end */
/* 产品详情 start */
.productViewTop {
	background-position: left bottom;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
}

.productViewTopC {
	box-sizing: border-box;
	padding: 115px 0 100px;
}
.productViewTopCSwiper{
	float: left;
	display: inline;
	width: 40%;
	overflow: hidden;
	margin-right: 10%;
} 
.productViewTopC .pic {
	overflow: hidden;
}

.productViewTopC .pic::before {
	padding-top:100%;
}

.productViewTopC .text {
	float: right;
	width: 45%;
	margin-top: 30px;
}

.productViewTopC .text .title {
	line-height: 40px;
	height: 40px;
	font-size: 30px;
	color: #333333;
	margin-bottom: 15px;
	font-family: 'almmdfdk';
}

.productViewTopC .text .info {
	line-height: 30px;
	height: 30px;
	font-size: 18px;
	color: #444444;
	margin-bottom: 33px;
	font-family: var(--fontStyle1);
}

.productViewTopC .text .infoC {
	line-height: 26px;
	/* height: 78px; */
	overflow: hidden;
	overflow-y: auto;
	padding-right: 10px;
	font-size: 16px;
	color: #444444;
	margin-bottom: 40px;
	font-family: var(--fontStyle1);
}
.productViewDot{
	padding: 15px 0;
	text-align: center;
} 
.productViewDot span{
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: var(--themeColor);
	margin: 0 3px;
}
.productViewTopC .text .infoC::-webkit-scrollbar {
	width: 4px;
	background: #d4d4d4;
}

.productViewTopC .text .infoC::-webkit-scrollbar-thumb {
	width: 4px;
	background: #e60012;
	border-radius: 8px;
}

.productViewTopC .text .buyPlatform {
	padding: 30px 0;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	line-height: 25px;
	height: 25px;
	margin-right: -30px;
	margin-bottom: 30px;
}

.productViewTopC .text .buyPlatform .buyText {
	float: left;
	display: inline;
	margin-right: 30px;
	font-size: 16px;
	color: #333333;
	font-family: var(--fontStyle1);
}

.productViewTopC .text .buyPlatform .item {
	float: left;
	display: inline;
	margin-right: 30px;
	font-size: 16px;
	color: #333333;
}

.productViewTopC .text .buyPlatform .item .icon {
	float: left;
	display: inline;
	height: 25px;
	line-height: 25px;
	text-align: center;
	width: 28px;
	text-align: center;
	margin-right: 10px;
}

.productViewTopC .text .buyPlatform .item.item1 .icon {
	width: 65px;
}

.productViewTopC .text .buyPlatform .item .icon img {
	height: 25px;
	display: inline-block;
	vertical-align: middle;
}

.productViewTopC .text .buyPlatform .item .iconText {
	line-height: 25px;
	height: 25px;
	font-size: 16px;
	color: #444444;
	overflow: hidden;
	font-family: var(--fontStyle1);
}

.productViewTopC .text .buyBtn a {
	display: inline-block;
	padding: 0 50px;
	line-height: 50px;
	height: 50px;
	border-radius: 3px;
	background-color: #e60012;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.productViewTopC .text .buyBtn a span {
	display: inline-block;
	padding-left: 35px;
	font-size: 18px;
	color: #ffffff;
	background: url("../images/product/tmPic1H.png") no-repeat left center;
}

.productViewTopC .text .buyBtn a:hover {
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
}

.goodsViewTitle {
	line-height: 40px;
	height: 40px;
	margin-bottom: 25px;
	font-size: 30px;
	color: #333333;
	font-family: var(--systBold);
}

.goodsTableCon {
	display: none;
	padding: 60px 0 80px;
	overflow: hidden;
}

.goodsTable {
	margin-bottom: 35px;
}

.goodsTable table {
	width: 100%;
}

.goodsTable table tr {
	line-height: 50px;
}

.goodsTable table tr td {
	border: 1px solid #ebebeb;
	padding: 0 25px;
	font-size: 16px;
	color: #444444;
	font-family: var(--fontStyle1);
	background-color: #fff;
}

.goodsTable table tr td.bgHuang {
	background-color: #f8f5f3;
}

.goodsTableCon .img {
	text-align: center;
}

.goodsTableCon img {
	max-width: 100%;
}

/* 产品详情 end */
/* 集团荣誉 start */
.honorListPage {
	padding: 80px 0 30px;
}

.honorListPage .commonLefttitle {
	margin-right: 19.8675%;
}

.honorPageTop {
	margin-bottom: 90px;
}

.honorPageTop .text {
	overflow: hidden;
	padding-top: 85px;
}

.honorPageTop .text .titleOne {
	line-height: 60px;
	height: 120px;
	overflow: hidden;
	font-family: 'almmdfdk';
	font-size: 36px;
	color: #222222;
	margin-bottom: 35px;
}

.honorPageTop .text .titleOne span {
	color: #e60012;
}

.honorPageTop .text .info {
	line-height: 55px;
	height: 275px;
	overflow: hidden;
	overflow-y: auto;
	font-family: var(--fontStyle1);
	font-size: 20px;
	color: #222222;
}

.honorPageTop .text .info::-webkit-scrollbar {
	width: 7px;
	background: #d4d4d4;
}

.honorPageTop .text .info::-webkit-scrollbar-thumb {
	width: 7px;
	background: #e60012;
	border-radius: 7px;
}

.honorPageList {
	overflow: hidden;
	margin-right: -105px;
}

.honorPageList dd {
	float: left;
	display: inline;
	width: 25%;
	margin-bottom: 65px;
}

.honorPageList dd a {
	display: block;
	margin-right: 105px;
}

.honorPageList dd a .pic {
	overflow: hidden;
	margin-bottom: 25px;
}

.honorPageList dd a .pic::before {
	padding-top: 72.3333%;
}

.honorPageList dd a .text {
	text-align: center;
	font-size: 18px;
	color: #333333;
	overflow: hidden;
	line-height: 30px;
	height: 60px;
	font-family: var(--fontStyle1);
}

/* 集团荣誉 end */
/* 企业文化 start */
.culturePage {
	padding: 80px 0 50px;
}

.culturePageTop {
	margin-bottom: 120px;
}

.culturePageTopR {
	float: right;
	display: inline;
	width: 71.5%;
	margin-top: 95px;
}

.culturePageTopR .title {
	line-height: 40px;
	height: 40px;
	font-size: 30px;
	color: #222222;
	font-family: 'almmdfdk';
	margin-bottom: 60px;
}

.culturePageTopList dd {
	float: left;
	display: inline;
	width: 33.3333%;
}

.culturePageTopList dd a {
	display: block;
	border: 1px solid #e0dbc8;
	text-align: center;
	margin: -1px 0px 0px -1px;
	padding: 25px;
}

.culturePageTopList dd a .icon {
	width: 120px;
	height: 120px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 90px;
	text-align: center;
	margin: 0 auto;
}

.culturePageTopList dd a .text {
	text-align: center;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	font-size: 18px;
	color: #333333;
	font-family: var(--fontStyle1);
}

.culturePageC {
	background-color: #f9f6f2;
}

.culturePageCon {
	padding: 95px 0 115px;
	overflow: hidden;
}

.culturePageCon .title {
	text-align: center;
	line-height: 40px;
	height: 40px;
	font-size: 30px;
	color: #222222;
	margin-bottom: 35px;
	font-family: 'almmdfdk';
}

.culturePageCMenu {
	text-align: center;
	margin-bottom: 25px;
}

.culturePageCMenu dd {
	display: inline-block;
	margin: 0 10px;
}

.culturePageCMenu dd a {
	display: block;
	width: 140px;
	text-align: center;
	line-height: 50px;
	height: 50px;
	border-radius: 50px;
	font-size: 18px;
	color: #333333;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.culturePageCMenu dd.hover a {
	color: #fff;
	background-color: #e60112;
}

.culturePageCMenu dd:hover a {
	color: #fff;
	background-color: #e60112;
}

.culturePageConTabCR {
	float: right;
	display: inline;
	width: 63.5762%;
	margin-left: 115px;
	display: flex;
}

.culturePageConTabCR .item {
	border-radius: 50%;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #b68f5a;
	position: relative;
}

.culturePageConTabCR .item::before {
	display: block;
	content: '';
	padding-top: 100%;
}

.culturePageConTabCR .item.item1,
.culturePageConTabCR .item.item2 {
	flex: 1;
	position: relative;
}

.culturePageConTabCR .item.zs {
	background: url("../images/culture/cultureIcon1.png") no-repeat center center;
	width: 45px;
	padding: 0 7.8125%;
	border: none;
}

.culturePageConTabCR .item .itemC {
	width: 100%;
	height: 100%;
	padding: 6.5%;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	align-items: center;
	justify-content: center;
}

.culturePageConTabCR .item .itemC .icon {
	width: 155px;
	height: 155px;
	text-align: center;
}

.culturePageConTabCR .item .itemC .icon img {
	vertical-align: middle;
	display: inline-block;
	max-width: 155px;
}

.culturePageConTabCR .item .itemC .text {
	line-height: 30px;
	height: 90px;
	text-align: center;
	overflow: hidden;
	font-size: 16px;
	color: #333333;
	font-family: 'SourceHanSerifCN';
}

.culturePageConTabCL {
	overflow: hidden;
}

.culturePageConTabCL dd .con {
	padding: 30px 0;
	border-bottom: 1px solid #e6e3df;
	cursor: pointer;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.culturePageConTabCL dd .con .title {
	line-height: 30px;
	height: 30px;
	margin-bottom: 12px;
	font-size: 20px;
	color: #333333;
	font-family: var(--systBold);
	text-align: left;
}

.culturePageConTabCL dd .con .title span {
	margin-right: 20px;
	font-family: var(--dkt);
}

.culturePageConTabCL dd .con .info {
	line-height: 30px;
	height: 0;
	overflow: hidden;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	font-size: 18px;
	color: #444444;
	font-family: var(--fontStyle1);
}

.culturePageConTabCL dd.hover .con .info {
	height: 120px;
}

.culturePageConTabCL dd.hover .con {
	border-color: #e60012;
}

.culturePageFooter {
	background-color: #fff;
	padding: 90px 0 50px;
}

.culturePageFooter .title {
	line-height: 40px;
	height: 40px;
	text-align: center;
	font-size: 30px;
	color: #222222;
	font-family: 'almmdfdk';
	margin-bottom: 60px;
}

.culturePageFooterC .picC {
	float: right;
	display: inline;
	width:39.7351%;
	margin-left: 250px;
	position: relative;
	margin-right: 105px;
}

.culturePageFooterC .picC::before {
	display: block;
	content: "";
	width: 106px;
	height: 113px;
	position: absolute;
	bottom: 65px;
	left: -70px;
	z-index: 3;
	background: url("../images/culture/cultureIcon2.png") no-repeat center center;
}

.culturePageFooterC .picC::after {
	display: block;
	content: "";
	top: -16px;
	position: absolute;
	bottom: -35px;
	left: 20px;
	right:-42px;
	z-index: 1;
	background: url("../images/culture/cultureIcon3.png") no-repeat center center;
	background-size: auto 100%;
}

.culturePageFooterC .picC .pic {
	overflow: hidden;
	mask-image: url(../images/culture/cultureIconMaskBg.png);
	-webkit-mask-image: url(../images/culture/cultureIconMaskBg.png);
	mask-size: cover;
	-webkit-mask-size: cover;
	z-index: 2;
}

.culturePageFooterC .picC .pic::before {
	padding-top: 76.8456%;
}

.culturePageFooterL {
	overflow: hidden;
	padding-top: 80px;
}

.culturePageFooterL .textTop {
	margin-bottom: 70px;
}

.culturePageFooterL .textTop .textTopTitle {
	line-height: 30px;
	height: 30px;
	font-size: 20px;
	color: #e70012;
	font-family: 'SourceHanSerifCN';
	margin-bottom: 40px;
}

.culturePageFooterL .textTop .textTopInfo {
	line-height: 55px;
	overflow: hidden;
	font-size: 30px;
	color: #444444;
	font-family: var(--fontStyle1);
}

.culturePageFooterL .textTop .textTopInfo span {
	font-family: var(--systBold);
}

.culturePageScroll {
	position: relative;
	width: 150px;
	margin-left: 55px;
}

.culturePageScroll .bd {
	overflow: hidden;
	margin-right: -25px;
}

.culturePageScroll .bd .swiper-wrapper .swiper-slide .con {
	display: block;
	margin-right: 25px;
	cursor: pointer;
	line-height: 30px;
	height: 30px;
	font-family: var(--dkt);
	font-size: 24px;
}

.culturePageScroll .bd .swiper-wrapper .swiper-slide.swiper-slide-active .con {
	color: #e70012;
}

.culturePageScrollArrow {
	position: absolute;
	left: -55px;
	top: 0;
	line-height: 30px;
	height: 30px;
	width: 240px;
}

.culturePageScrollPrev {
	float: left;
	display: inline;
	width: 12px;
	height: 30px;
	background: url("../images/culture/culturePrev.png") no-repeat center center;
	cursor: pointer;
}

.culturePageScrollNext {
	float: right;
	display: inline;
	width: 12px;
	height: 30px;
	background: url("../images/culture/cultureNext.png") no-repeat center center;
	cursor: pointer;
}

/* 企业文化 end */
/* 历史大事 start */
.historyPage {
	padding: 80px 0 65px;
}

.historyPageTop {
	margin-bottom: 160px;
}

.historyPageTop .commonLefttitle {
	margin-right: 19.8675%;
}

.historyPageTop .text {
	overflow: hidden;
	padding-top: 85px;
}

.historyPageTop .text .title {
	line-height: 60px;
	height: 120px;
	overflow: hidden;
	margin-bottom: 45px;
	font-family: 'almmdfdk';
	font-size: 36px;
	color: #333;
}

.historyPageTop .text .title span {
	color: #e60012;
}

.historyPageTop .text .info {
	line-height: 30px;
	height: 120px;
	overflow: hidden;
	font-size: 18px;
	color: #222222;
	font-family: var(--fontStyle1);
}

.historyPageMenu {
	position: relative;
	margin-bottom: 90px;
}

.historyPageMenu::before {
	display: block;
	content: "";
	width: 100%;
	height: 2px;
	background-color: #dedede;
	position: absolute;
	left: 0;
	top: 120px;
	margin-top: -1px;
}

.historyPageMenu .itemBox {
	float: left;
	display: inline;
	width: 10.5%;
	border-right: 2px solid #dedede;
	cursor: pointer;
}

.historyPageMenu .itemBox.itemBoxBig1 {
	width: 24.5%;
}

.historyPageMenu .itemBox.itemBoxBig2 {
	width: 32.7%;
}

.historyPageMenu .itemBox .itemBoxUp {
	padding: 30px 0;
	text-align: center;
	line-height: 30px;
	height: 60px;
	font-size: 16px;
	color: #444444;
	font-weight: bold;
	font-family: var(--systBold);
}

.historyPageMenu .itemBox .itemBoxUp .itemBoxUpYear {
	height: 30px;
}

.historyPageMenu .itemBox .yearCon {
	padding-top: 20px;
	text-align: center;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.historyPageMenu .itemBox .yearCon .year {
	display: inline-block;
	padding: 0 10px;
	line-height: 60px;
	height: 60px;
	border-radius: 60px;
	font-size: 24px;
	color: #666666;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	font-family: var(--apercu);
}

.historyPageMenu .itemBox.itemBoxBig1 .yearCon .year {
	display: inline-block;
	padding: 0 25px;
	font-size: 36px;
	color: #666666;
}

.historyPageMenu .itemBox.itemBoxBig2 .yearCon .year {
	display: inline-block;
	padding: 0 25px;
	font-size: 36px;
	color: #666666;
}

.historyPageMenu .itemBox.active .yearCon .year {
	background-color: #e60012;
	color: #fff;
}

.historyPageMenu .itemBox.active .yearCon {
	background: url("../images/history/itemBoxBg.png") repeat-x center top;
}

.historyPageScroll {
	overflow: hidden;
}

.historyPageScroll .bd {
	overflow: hidden;
	padding-top: 40px;
}

.historyPageScroll .bd .swiper-wrapper .swiper-slide {
	width: 100%;
	opacity: 0 !important;
}

.historyPageScroll .bd .swiper-wrapper .swiper-slide .con {
	display: block;
}

.historyPageScroll .bd .con .picC {
	float: left;
	display: inline;
	width: 39%;
	margin-right: 11%;
	position: relative;
	transition: all 2s;
	-webkit-transition: all 2s;
	transform: translateX(-2.3vw);
	-webkit-transform: translateX(-2.3vw);
}

.historyPageScroll .bd .con .picC::before {
	display: block;
	content: "";
	width: 100%;
	height: 110%;
	position: absolute;
	left: 0;
	top: -5%;
	background: #e5e6e8;
	border-radius: 20px;
}

.historyPageScroll .bd .swiper-wrapper .swiper-slide.swiper-slide-active .con .picC::before {
	transform: translateX(-2.3vw);
	-webkit-transform: translateX(-2.3vw);
	transition: all 2s;
	-webkit-transition: all 2s;
}

.historyPageScroll .bd .con .picC .pic {
	overflow: hidden;
	border-radius: 20px;
}

.historyPageScroll .bd .con .picC .pic::before {
	padding-top: 63.6363%;
}

.historyPageScroll .bd .con .picC .year {
	position: absolute;
	right: -18%;
	bottom: -15%;
	line-height: 155px;
	height: 155px;
	font-size: 150px;
	font-family: var(--apercu);
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	opacity: 0;
	transition: all 1s;
	-webkit-transition: all 1s;
	color: #e60112;
}

.historyPageScroll .bd .con .yearConText {
	overflow: hidden;
	line-height: 35px;
	font-size: 18px;
	color: #333333;
	font-family: var(--fontStyle1);
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
	opacity: 0;
	transition: all 1s;
	-webkit-transition: all 1s;
	transition-delay: 0.4s;
	-webkit-transition-delay: 0.4s;
}

.historyPageScroll .bd .con .yearConText span {
	display: block;
	font-size: 24px;
	color: #e60112;
	font-family: var(--systBold);
}

.historyPageScroll .bd .swiper-wrapper .swiper-slide.swiper-slide-active {
	opacity: 1 !important;
}

.historyPageScroll .bd .swiper-wrapper .swiper-slide.swiper-slide-active .con .picC {
	transform: perspective(2500px) rotateX(0) rotateY(24deg) scale3d(1, 1, 1);
	-webkit-transform: perspective(2500px) rotateX(0) rotateY(24deg) scale3d(1, 1, 1);
	margin-left: 2.3%;
}

.historyPageScroll .bd .swiper-wrapper .swiper-slide.swiper-slide-active .con .picC .year {
	transform: translateX(0%);
	-webkit-transform: translateX(0%);
	opacity: 1;
}

.historyPageScroll .bd .swiper-wrapper .swiper-slide.swiper-slide-active .con .yearConText {
	transform: translateX(0%);
	-webkit-transform: translateX(0%);
	opacity: 1;
}

.historyPageScroll .bd .swiper-wrapper .swiper-slide:hover .con .picC {
	transform: perspective(2500px) rotateX(0) rotateY(-24deg) scale3d(1, 1, 1) translateX(-10%);
	-webkit-transform: perspective(2500px) rotateX(0) rotateY(-24deg) scale3d(1, 1, 1) translateX(-10%);
}

.historyPageScroll .bd .swiper-wrapper .swiper-slide:hover .con .picC::before {
	transform: translateX(2.3vw);
	-webkit-transform: translateX(2.3vw);
}

/* 历史大事 end */
/* 关于我们 start */
.aboutUsPage {
	padding: 85px 0 150px;
}

.aboutUsPageTop {
	margin-bottom: 85px;
}

.aboutUsPageTop .commonLefttitle {
	margin-right: 21.2%;
}

.aboutUsPageTop .text {
	overflow: hidden;
	padding-top: 90px;
}

.aboutUsPageTop .text .title {
	line-height: 45px;
	height: 45px;
	margin-bottom: 40px;
	font-size: 36px;
	color: #222222;
	font-family: 'almmdfdk';
}

.aboutUsPageTop .text .title span {
	color: #e60012;
}

.aboutUsPageTop .text .info {
	line-height: 32px;
	font-size: 18px;
	color: #222222;
	font-family: 'SourceHanSerifCN';
}

.aboutUsPageTopC {
	padding: 80px 0 95px;
}

.aboutUsPageC {
	padding: 80px 0 95px;
	position: relative;
}

.aboutUsPageC::before {
	display: block;
	content: "";
	width: 77.34375%;
	height: 100%;
	background-color: #f9f6f2;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.aboutUsPageC::after {
	display: block;
	content: "";
	width: 127px;
	height: 127px;
	background: url("../images/aboutus/aboutUsIcon1.png") no-repeat center center / 100% 100%;
	position: absolute;
	left: 6.5%;
	bottom: 20px;
	z-index: 2;
}

.aboutUsPageCScroll {
	overflow: hidden;
	position: relative;
	z-index: 3;
	width: 45.3125%;
	float: right;
	display: inline;
	margin-left: 5.9%;
}

.aboutUsPageCScroll .bd {
	overflow: hidden;
	margin-right: -30px;
	margin-bottom: 40px;
}

.aboutUsPageCScroll .bd .swiper-wrapper .swiper-slide {
	width: 100%;
}

.aboutUsPageCScroll .bd .swiper-wrapper .swiper-slide .con {
	display: block;
	margin-right: 30px;
}

.aboutUsPageCScroll .bd .con .pic {
	overflow: hidden;
}

.aboutUsPageCScroll .bd .con .pic::before {
	padding-top: 59.7014%;
}

.aboutUsPageCScroll .bd .con .pic .playVideo {
	width: 67px;
	height: 69px;
	background: url("../images/aboutus/playIcon1.png") no-repeat center center;
	right: 30px;
	bottom: 25px;
	position: absolute;
}

.aboutUsPageCScroll .bd .con .pic .playVideo::before {
	display: block;
	content: "";
	width: 92px;
	height: 80px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -46px;
	margin-top: -40px;
	background: url("../images/aboutus/playIcon1Text.png") no-repeat left top;
	animation: routerAnimate 5s linear infinite;
	-webkit-animation: routerAnimate 5s linear infinite;
}

.aboutUsPageCArrow {
	font-size: 0;
}

.aboutUsPageCPrev {
	display: inline-block;
	width: 46px;
	height: 46px;
	border: 2px solid #444444;
	border-radius: 50%;
	margin-right: 30px;
	background: url("../images/aboutus/aboutUsPervIcon.png") no-repeat center center;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.aboutUsPageCNext {
	display: inline-block;
	width: 46px;
	height: 46px;
	border: 2px solid #444444;
	border-radius: 50%;
	margin-right: 30px;
	background: url("../images/aboutus/aboutUsNextIcon.png") no-repeat center center;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.aboutUsPageCPrev:hover {
	background-image: url("../images/aboutus/aboutUsPervIconH.png");
	background-color: #e60012;
	border-color: #e60012;
	cursor: pointer;
}

.aboutUsPageCNext:hover {
	background-image: url("../images/aboutus/aboutUsNextIconH.png");
	background-color: #e60012;
	border-color: #e60012;
	cursor: pointer;
}

.aboutUsPageCInfo {
	overflow: hidden;
	padding-left: 16.6667%;
	padding-top: 5%;
	line-height: 30px;
	height: 300px;
	font-size: 18px;
	color: #333333;
	font-family: 'SourceHanSerifCN';
	position: relative;
	z-index: 3;
}

@keyframes routerAnimate {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes routerAnimate {
	0% {
		-webkit-transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

.aboutUsPageFooter {
	padding-top: 95px;
}

.aboutUsPageFooter .pic {
	float: left;
	display: inline;
	width: 37.086%;
	margin-right: 7.2%;
	overflow: hidden;
}

.aboutUsPageFooter .pic::after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background: url("../images/aboutus/aboutUsBg.png") no-repeat center center / 100% 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.aboutUsPageFooter .pic::before {
	padding-top: 133.9285%;
}

.aboutUsPageFooter .text {
	overflow: hidden;
	padding-top: 60px;
	line-height: 32px;
	font-size: 18px;
	color: #333333;
	font-family: 'SourceHanSerifCN';
}

/* 关于我们 end */
/* 发展历程 start */
.eventPage {
	padding: 80px 0 150px;
	position: relative;
	overflow: hidden;
	background-color: #fff;
}

.eventPage .wrap {
	position: relative;
	z-index: 2;
}

.eventPage::before {
	display: block;
	content: "";
	width: 100%;
	height: 1452px;
	background: url(../images/event/eventLine.png) no-repeat 50px top / 100% 100%;
	position: absolute;
	right: 0;
	bottom: -170px;
}

.eventPageScrollOne {
	overflow: hidden;
	position: relative;
	height: 1080px;
	width: 80%;
	padding-top: 100px;
	margin-top: -250px;
	top: -50px;
}

.eventPageScrollOne .swiper-wrapper {
	height: 100%;
}

.eventPageScrollOne .swiper-wrapper .swiper-slide {
	width: 33.3333%;
	height: 100%;
}

.eventPageScrollOne .swiper-wrapper .swiper-slide .con {
	display: block;
	height: 100%;
	position: relative;
}

.eventPageScrollOne .con .conC {
	position: absolute;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	cursor: pointer;
}

.eventPageScrollOne .swiper-slide.slide1 .con .conC {
	left: 0%;
	top:82.5%;
}

.eventPageScrollOne .swiper-slide.slide2 .con .conC {
	left: -38%;
    top: 52%;
}

.eventPageScrollOne .swiper-slide.slide3 .con .conC {
	left: -32%;
    top: 20%;
}

.eventPageScrollOne .swiper-slide .con .conC .picC {
	position: relative;
}

.eventPageScrollOne .swiper-slide .con .conC .pic::after {
	display: block;
	content: "";
	width: 193px;
	height: 193px;
	border: 1px solid #e1ddca;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -97px;
	margin-top: -97px;
}

.eventPageScrollOne .swiper-slide .con .conC .picC .pic {
	border-radius: 50%;
	width: 145px;
	height: 145px;
	float: right;
	display: inline;
	margin-left: 90px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.eventPageScrollOne .swiper-slide .con .conC .picC .pic img {
	overflow: hidden;
	border-radius: 50%;
}

.eventPageScrollOne .swiper-slide .con .conC .picC .pic::before {
	padding-top: 100%;
}

.eventPageScrollOne .swiper-slide .con .conC .picC .year {
	white-space: nowrap;
	padding-top: 40px;
	padding-right: 180px;
	line-height: 60px;
	height: 60px;
	font-size: 24px;
	color: #333333;
	font-family: var(--fontStyle1);
}

.eventPageScrollOne .swiper-slide .con .conC .picC .year span {
	font-size: 48px;
	font-weight: bold;
	font-family: var(--apercu);
}

.eventPageScrollOne .swiper-wrapper .swiper-slide .con .conC:hover .pic {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.eventPageScrollOne .swiper-wrapper .swiper-slide .con .conC.hover .pic {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.eventPageScrollOne .swiper-wrapper .swiper-slide .con .conC.hover .year {
	color: #e60012;
}

.eventPageScrollOneArrow {
	font-size: 0;
	text-align: right;
}

.eventPageScrollPrev {
	display: inline-block;
	width: 46px;
	height: 46px;
	border: 2px solid #444444;
	border-radius: 50%;
	margin-right: 30px;
	background: url("../images/aboutus/aboutUsPervIcon.png") no-repeat center center;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.eventPageScrollNext {
	display: inline-block;
	width: 46px;
	height: 46px;
	border: 2px solid #444444;
	border-radius: 50%;
	margin-right: 30px;
	background: url("../images/aboutus/aboutUsNextIcon.png") no-repeat center center;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.eventPageScrollPrev:hover {
	background-image: url("../images/aboutus/aboutUsPervIconH.png");
	background-color: #e60012;
	border-color: #e60012;
	cursor: pointer;
}

.eventPageScrollNext:hover {
	background-image: url("../images/aboutus/aboutUsNextIconH.png");
	background-color: #e60012;
	border-color: #e60012;
	cursor: pointer;
}

.eventPageScrollOneC {
	position: absolute;
	bottom: 400px;
	right: 0;
	width: 40%;
}

.eventPageScrollOneCon {
	margin-bottom: 60px;
}

.eventPageScrollOneCon .year {
	text-align: right;
	line-height: 50px;
	height: 50px;
	font-size: 24px;
	color: #333333;
	font-family: 'SourceHanSerifCN';
	margin-bottom: 25px;
}

.eventPageScrollOneCon .year span {
	font-size: 48px;
	font-weight: bold;
	color: #e60012;
	margin-right: 10px;
}

.eventPageScrollOneCon .info {
	line-height: 30px;
	min-height: 90px;
	font-size: 18px;
	color: #333333;
	font-family: var(--fontStyle1);
}

/* 发展历程 end */
/* 引导页 start */
.guidePage{position: fixed;width: 100%; background-color: #f5f1f1;height: 100%;}
.guidePage::before{display: block;content: "";width: 29.0625%;height: 27.8704%;background: url("../images/aboutus/guidePageTopIcon.png") no-repeat center center / 100% 100%;position: absolute;left: 21.35%;top: 0;}
.guidePage .pic{width: 61.3542%;margin: 0 auto;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);z-index: 5;}
.guidePage .pic::before{padding-top: 21.5620%;}
.guidePage .nextPage{width: 120px;height: 120px;background: url("../images/aboutus/goNextIcon1.png") no-repeat center center;position: absolute;z-index: 3;bottom: 12%;left: 50%;margin-left: -60px;animation: moveAnimate 3s linear infinite;-webkit-animation: moveAnimate 3s linear infinite;cursor: pointer;}
.guidePage .nextPage::before{display: block;content: "";width: 100%;height: 100%;background: url("../images/aboutus/goNextIcon2.png") no-repeat center center;left: 0;top: 0;animation: routerAnimate 5s linear infinite;-webkit-animation: routerAnimate 5s linear infinite;}
.guidePage .guidePageYun{position: absolute;height: 41.4815%;z-index: 2;width: 105%;left: -2.5% !important;bottom: -34.5% !important;top: unset !important;}
.guidePage .guidePageYun img{width: 100%;height: 100%;object-fit: cover;}
.guidePage .guidePageIcon{width: 51.40625%;position: absolute;right: -2.5%;bottom: 0;top: unset !important;left: unset !important; height: 64.3519%;z-index: 1;}
.guidePage .guidePageIcon img{width: 100%;height: 100%;object-fit: cover;}
@keyframes moveAnimate{
  0%{
    transform: translateY(0);
  }
  25%{
    transform: translateY(-10px);
  }
  50%{
    transform: translateY(0);
  }
  75%{
    transform: translateY(10px);
  }
  100%{
    transform: translateY(0);
  }
}
@-webkit-keyframes moveAnimate{
  0%{
    transform: translateY(0);
  }
  25%{
    transform: translateY(-10px);
  }
  50%{
    transform: translateY(0);
  }
  75%{
    transform: translateY(10px);
  }
  100%{
    transform: translateY(0);
  }
}
@keyframes moveAnimateX{
  0%{
    transform: translateX(0);
  }
  100%{
    transform: translateX(100%);
  }
}
@-webkit-keyframes moveAnimateX{
  0%{
    transform: translateX(0);
  }
  100%{
    transform: translateX(100%);
  }
}
/* 引导页 end */
.indexColumn2SwiperHandl{
	display: flex;
	justify-content: center;
}
.indexColumn2SwiperPrev{
	margin: 0 15px;
	width: 60px;
    height: 60px;
    border: 1px solid #c7c7c7;
    border-radius: 50%;
	background: url(../images/aboutUsPervIcon2.png) no-repeat center center;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
} 
.indexColumn2SwiperNext{
	margin: 0 15px;
	width: 60px;
    height: 60px;
    border: 1px solid #c7c7c7;
    border-radius: 50%;
    background: url(../images/aboutUsNextIcon2.png) no-repeat center center;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
} 
.indexColumn2SwiperPrev:hover {
	background-image: url(../images/aboutus/aboutUsPervIconH.png);
	background-color: #e60012;
	border-color: #e60012;
	cursor: pointer;
}

.indexColumn2SwiperNext:hover {
	background-image: url(../images/aboutus/aboutUsNextIconH.png);
	background-color: #e60012;
	border-color: #e60012;
	cursor: pointer;
}

.floatBox{display: block;width: 85px;position: fixed;right: 30px;top: 40%;z-index: 999;transition: all 0.4s linear;-webkit-transition: all 0.4s linear;border-radius: 3px; overflow: hidden;box-shadow:  0 0 15px 0 rgba(0, 0, 0, 0.08);}
.floatBox dd {display: block;clear: both;width: 85px;height: 85px;position: relative;}
.floatBox dd .yj{position: relative;}
.floatBox dd:last-child .yj::before{display: none;}
.floatBox dd .yj::before{display: block;content: "";width: 40px;height: 1px;background-color: #f0f0f0;position: absolute;left: 50%;margin-left: -20px;bottom: 0;}
.floatBox dd .yj a {box-sizing: border-box;-webkit-box-sizing: border-box;padding-top: 16px;display: block;width: 85px;height: 85px;background-color: #fff;text-align: center;color: #666;font-size: 12px;transition: all 0.3s linear;-webkit-transition: all 0.3s linear;border-bottom: none;}
.floatBox dd .yj a img{display: none;max-width: 28px;max-height: 28px;margin: auto auto 8px auto;}
.floatBox dd .yj a .img1{display: block;}
.floatBox dd .yj:hover a{color: #fff;background-color: #e60012;}
.floatBox dd .yj.hover a{color: #fff;background-color: #e60012;}
.floatBox dd .yj:hover a .img2{display: block;}
.floatBox dd .yj:hover a .img1{display: none;}
.floatBox dd .yj.hover a .img2{display: block;}
.floatBox dd .yj.hover a .img1{display: none;}
.floatBox dd.dd3{visibility: visible;opacity: 1;transform: scale(1);-webkit-transform: scale(1);transition: all 0.3s;-webkit-transition: all 0.3s;}
.floatBox.floatBoxActive dd.dd3{visibility: hidden;opacity: 0;transform: scale(0);-webkit-transform: scale(0);}