@charset "UTF-8";
/* ========== 首页 start ========== */
/* ————— indexBanner start ————— */
.indexBannerBox{position: relative;overflow: hidden;height: 100%;}
.indexBanner{height: 100%;position: absolute;width: 100%;top: 0;left: 0;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;font-family: 'Alibaba PuHuiTi 2.0 55';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%;}
.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;}
.indexBannerArrow{position: absolute;width: 430px;height: 60px;left: 120px;bottom: 50px;z-index: 2;}
.indexBannerArrowL{float: left;display: inline;margin-right: 5px;}
.indexBannerPrev{float: left;display: inline;width: 56px;height: 56px;border-radius: 50%;border: 2px solid rgba(255, 255, 255, 0.6);background: url("../images/indexBannerPrev.png") no-repeat center center;margin-right: 20px;cursor: pointer;transition: all 0.3s;-webkit-transition: all 0.3s;}
.indexBannerPrev:hover{background-color: rgba(255, 255, 255, 0.3);border-color: rgba(255, 255, 255, 0.3);}
.indexBannerArrowL .num{overflow: hidden;line-height: 60px;height: 60px;font-size: 24px;color: #ffffff;}
.indexBannerArrowR{float: right;display: inline;margin-left: 10px;}
.indexBannerNext{float: right;display: inline;width: 56px;height: 56px;border-radius: 50%;border: 2px solid rgba(255, 255, 255, 0.6);background: url("../images/indexBannerNext.png") no-repeat center center;margin-left: 20px;cursor: pointer;transition: all 0.3s;-webkit-transition: all 0.3s;}
.indexBannerNext:hover{background-color: rgba(255, 255, 255, 0.3);border-color: rgba(255, 255, 255, 0.3);}
.indexBannerArrowR .count{overflow: hidden;line-height: 60px;height: 60px;font-size: 24px;color: #ffffff;}
.indexBannerArrow .line{overflow: hidden;position: relative;padding-top: 29px;}
.indexBannerArrow .line::before{display: block;content: ""; width: 100%;height: 1px;position: absolute;bottom: 0;background: rgba(255, 255, 255, 0.3);left: 0;}
.indexBannerArrow .line .lineBg{width: 0%;transition: all 0.3s;-webkit-transition: all 0.3s; height: 2px;background-color: #fff;position: absolute;left: 0;bottom: 0;}
.indexBanner .slideText{line-height: 75px;font-size: 48px;color: #ffffff;top: 30%;left: 120px;position: absolute;font-family: 'Alibaba PuHuiTi 2.0 85';z-index: 2;text-align: left;}
@keyframes quanquan{0%{transform:rotate(0deg);-webkit-transform:rotate(0deg);}25%{transform:rotate(90deg);-webkit-transform:rotate(90deg);}50%{transform:rotate(180deg);-webkit-transform:rotate(180deg);}75%{transform:rotate(270deg);-webkit-transform:rotate(270deg);}100%{transform:rotate(360deg);-webkit-transform:rotate(360deg);}}

.indexBanner .text {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 50;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.indexBanner .text .titleNg {
	font-size: 3.125rem;
	line-height: 100px;
	font-family: 'SourceHanSerifCN-Regular';
}
.indexBanner .text .title {
	font-size: 82px;
	line-height: 124px;
	font-family: 'bbzt';
}
.indexBanner .text .titleMin {
	font-size: 2.25rem;
	line-height: 77px;
	font-family: 'SourceHanSerifCN-Regular';
}
.indexBanner .swiper-pagination {
	bottom: 10rem !important;
}
.indexBanner .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #fff;
	opacity: 1;
	position: relative;
	margin: 0 8px !important;
}
.indexBanner .swiper-pagination-bullet::before{
	display: block;
	content: '';
	width: 20px;
	height: 20px;
	border-radius: 100%;
	border: 1px solid transparent;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.indexBanner .swiper-pagination-bullet-active::before{
	border-color: #fff;
}
/* ————— indexBanner end ————— */
/* ========== 首页 start ========== */
/* 公共部分 start */
.inTitle {
	position: relative;
	padding-top: 1.5625rem;
}
.inTitle .titleNg {
	font-size: 3.25rem;
	color: #999;
	opacity: 0.3;
	position: absolute;
	top: 0;
	left: 0;
}
.inTitle .tltleCn span {
	display: inline-block;
	font-size: 2rem;
	line-height: 3rem;
	color: #333333;
	position: relative;
	z-index: 1;
	padding-left: 2.5rem;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 2rem;
}
.indexMore a {
	display: flex;
	width: 11.875rem;
	box-sizing: border-box;
	height: 3.125rem;
	line-height: 3.125rem;
	align-items: center;
	font-size: 1.125rem;
	color: #fff;
	background-color: var(--themeColor);
	border-radius: 0 1.65rem 0 1.65rem;
	column-gap: 1.875rem;
	padding: 0 1.875rem;
}
.indexMore a em {
	width: .5rem;
	height: .5rem;
	border-radius: 100%;
	background-color: #fff;
	position: relative;
}
.indexMore a em::before {
	content: '';
	position: absolute;
	top: -.25rem;
	left: -.25rem;
	width: 1rem;
	height: 1rem;
	border-radius: 100%;
	background-color: rgba(255, 255, 255, 0.3);
	animation: pulse 2s infinite;
}
.indexFlex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}
/* 公共部分 end */

/* 第一栏 start */
.indexColumn1 {
	height: 100%;
	box-sizing: border-box;
}
.indexColumn1 .wrap {
	position: relative;
	height: 100%;
}
.indexColumn1 .inTitle {
	position: absolute;
	left: 0;
	top: 5.75rem;
	z-index: 1;
	min-width: 20rem;
}
.indexC1Swiper {
	overflow: hidden;
	position:absolute;
	left: 0;
	height: 100%;
	bottom: 0;
	width: 100%;
}
.indexC1Swiper .con {
	display: flex;
	flex-direction: column;
	padding: 0 3.125rem 0;
	transition: .3s;
	height: 100%;
	justify-content: center;
	box-sizing: border-box;
}

.indexC1Swiper .con .text {
	order: 1;
	display: flex;
	flex-direction: column;
}
.indexC1Swiper .con .title {
	font-size: 1.25rem;
	line-height: 1.25rem;
	color: #333333;
	padding-bottom: 1.875rem;
	position: relative;
}
.indexC1Swiper .con .title::before {
	content: '';
	position: absolute;
	left: 0;	
	bottom: 0;
	width: 2.125rem;
	height: 1px;
	background-color: var(--themeColor);
	transition: .3s;
}
.indexC1Swiper .con .textC {
	font-size: 1.125rem;
	line-height: 2rem;
	height: 4rem;
	margin-bottom: 2rem;
}
.indexC1Swiper .con .time {
	font-size: 1rem;
	line-height: 1rem;
	color: #666;
	margin: 1.625rem 0 2rem;
	transition: .3s;
}
.indexC1Swiper .con .img {
	order: 2;
	height: 11.875rem;
}
.indexC1Swiper .con .more {
	order: 3;
	margin-top: 2rem;
	display: none;
}
.indexC1Swiper .con .more span {
	display: flex;
	width: 11.875rem;
	box-sizing: border-box;
	height: 3.125rem;
	line-height: 3.125rem;
	align-items: center;
	font-size: 1.125rem;
	color: #fff;
	background-color: var(--themeColor);
	border-radius: 0 2rem 0 2rem;
	column-gap: 1.875rem;
	padding: 0 1.875rem;
}
.indexC1Swiper .con .more em {
	width: .5rem;
	height: .5rem;
	border-radius: 100%;
	background-color: #fff;
	position: relative;
}
.indexC1Swiper .con .more em::before {
	content: '';
	position: absolute;
	top: -.25rem;	
	left: -.25rem;
	width: 1rem;
	height: 1rem;
	border-radius: 100%;
	background-color: rgba(255, 255, 255, 0.3);
	animation: quanquan 1s linear infinite;
}
.indexC1Swiper .con .img {
	overflow: hidden;
	border-radius: .625rem;
	margin: 0 0 1.875rem;
}
.indexC1Swiper .con:hover {
	background-color: rgba(86, 194, 241, .1);
}
.indexC1Swiper .con:hover .img {
	order: 1;
}
.indexC1Swiper .con:hover .text {
	order: 2;
}
.indexC1Swiper .con:hover .more {
	display: flex;
	justify-content: center;
}

.indexC1Swiper .con:hover .text .title::before {
	background-color: #e0000b;
	width: 100%;
}
.indexC1Swiper .con:hover .time {
	color: #333;
}
.swiperPage div {
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 100%;
	background-color: #fff;
	box-shadow: 0 0  8px rgba(0,0,0,.1);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: .3s;
	position: absolute;
	top: 8.75rem;
	z-index: 20;
}
.swiperPage .prev {
	right: 5.625rem;
}
.swiperPage .prev:hover{
	background-color: var(--themeColor);
}
.swiperPage .next {
	right: 0;
}
.swiperPage .next:hover{
	background-color: #fff;	
}
.swiperPage span {
    display: block;
    width: 100%;
    height: 100%;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 1.75rem;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 1.75rem;
    /* 必须添加 background-color 才能让 mask 区域可见 */
    background-color: var(--themeColor);
    transition: background-color 0.3s, border-color 0.3s;
}
.swiperPage .prev span {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath fill='currentColor' d='M671 809c-5 0-10-2-15-6L369 510c-8-8-8-21 0-29L656 188c8-8 21-8 29 0 8 8 8 21 0 29L412 496l274 279c8 8 8 21 0 29-4 4-9 5-14 5z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath fill='currentColor' d='M671 809c-5 0-10-2-15-6L369 510c-8-8-8-21 0-29L656 188c8-8 21-8 29 0 8 8 8 21 0 29L412 496l274 279c8 8 8 21 0 29-4 4-9 5-14 5z'/%3E%3C/svg%3E");
}
.swiperPage .prev:hover span {
    background-color: #fff;
}
.swiperPage .prev:hover {
	background-color: var(--themeColor);
}
.swiperPage .next span {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath fill='black' d='M383.291616 808.954249c-5.175883 0-10.353812-1.950422-14.338566-5.862521-8.064676-7.919367-8.182356-20.877493-0.26299-28.942169l273.602402-278.620695L368.69006 216.907145c-7.919367-8.064676-7.801686-21.022803 0.26299-28.942169 8.065699-7.918343 21.022803-7.80271 28.942169 0.26299l287.685141 292.960285c7.818059 7.961322 7.818059 20.717857 0 28.67918L397.895219 802.826692C393.887952 806.907637 388.591319 808.954249 383.291616 808.954249z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath fill='black' d='M383.291616 808.954249c-5.175883 0-10.353812-1.950422-14.338566-5.862521-8.064676-7.919367-8.182356-20.877493-0.26299-28.942169l273.602402-278.620695L368.69006 216.907145c-7.919367-8.064676-7.801686-21.022803 0.26299-28.942169 8.065699-7.918343 21.022803-7.80271 28.942169 0.26299l287.685141 292.960285c7.818059 7.961322 7.818059 20.717857 0 28.67918L397.895219 802.826692C393.887952 806.907637 388.591319 808.954249 383.291616 808.954249z'/%3E%3C/svg%3E");
}
.swiperPage .next:hover span {
    background-color: #fff;
}
.swiperPage .next:hover {
	background-color: var(--themeColor);
}
/* 第一栏 end */
/* 第二栏 start */
.indexColumn2 {
	height: 100%;
	box-sizing: border-box;
	overflow: hidden;
}
.indexColumn2 .inVidoMain {
	display: flex;
	column-gap: 16.0256%;
}

.indexColumn2 .inVidoMain .video {
	width: 35rem;
	height: 40rem;
	overflow: hidden;
	border-radius: 0 0 0 5rem;
	cursor: pointer;
	position: relative;
}
.indexColumn2 .inVidoMain .playVido {
	width: 7.5rem;
	height: 7.5rem;
	
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 20;
}
.indexColumn2 .inVidoMain .playVido::before{
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(../images/icon/playvido3.png);
	 animation: spin 6s linear infinite;
}
@keyframes spin {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
  .inVidoMain .text {
	flex: 1;
  }
  .mapDl {
	margin: 5.625rem 0 3.75rem;
	display: flex;
	column-gap: 10rem;
  }
  .mapDl .con .number {
	font-size: 2.1875rem;
	color: var(--themeColor);
  }
  .mapDl .con .post {
	font-size: 1rem;
	line-height: 1.875rem;
	width: 1.875rem;
	border-radius: 100%;
	background-color: var(--themeColor);
	 color: #fff;
	 margin-left: 1rem;
	 text-align: center;
  }
  .mapDl .con .num {
	display: flex;
	align-items: center;
  }
  .mapDl .con .client {
	margin-top: .5rem;
	font-size: 1rem;
	line-height: 1rem;
	color: #666;
  }
   .inVidoMain .title {
	font-size: 1.625rem;
	line-height: 3.75rem;
	color: #f60a00;
   }
     .inVidoMain .textC {
	margin: 1rem 0 3.75rem;
	font-size: 1.125rem;
	line-height: 2.25rem;
	height: 6.75rem;
	color: #666;
   }
/* 第二栏 end */

/* 第三栏 start */
.indexColumn3 {
	height: 100%;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}
.indexColumn3::before{
	display: block;
	content: '';
	width: 1px;
	height: 100%;
	background-color: #c6c6c6;
	position: absolute;
	top: 0;
	right: 11.875rem;
	z-index: 500;
	opacity: 0.5;
}
.indexC3SwiperMax {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.indexC3SwiperMax .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.indexC3SwiperMax .mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 50% 100%;
	-webkit-mask-position: center right;
	-webkit-mask-repeat: no-repeat;
	mask-image: url(../test/images/mask2.png);
	-webkit-mask-image: url(../test/images/mask2.png);
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-image: url(../test/images/inmaskbg.png);
}
.indexC3SwiperMax .text {
	position: absolute;
	top: 0;
	left: 9.375%;
	width: 34.375rem;
	height: 100%;
	z-index: 1000;
	display: flex;
	flex-direction: column;
	color: #fff;
	padding-top: 9.375rem;
	box-sizing: border-box;
}
.indexC3SwiperMax .text .title {
	margin: 10.625rem 0 3.75rem;
}
.indexC3SwiperMax .text .title{
	height: 2.625rem;
	line-height: 2.625rem;
	font-size: 1.375rem;
}
.indexC3SwiperMax .text .title span {
	display: inline-block;
	padding-left: 4.5rem;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 3rem  2.625rem;
}
.indexC3SwiperMax .textC {
	font-size: 1.125rem;
	line-height: 2.25rem;
	height: 6.5rem;
	margin-bottom: 3.125rem;
}
.indexC3SwiperMax .radioImg {
	width: 27.5rem;
	height: 27.5rem;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #e8e8e8;
	overflow: visible;
}


/* 小球 */
.radioImg .orbit::before {
	content: "";
	width: .9375rem;
	height: .9375rem;
	background: #56c2f1;
	border-radius: 50%;
	position: absolute;
	top: -.4688rem;       
	left: calc(50% + .4688rem);
	transform: translateX(-50%);
}

@keyframes rotateCircle {
	0%   { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
.indexC3SwiperMax  .img {
	width: 24.75rem;
	height: 24.75rem;
	border-radius: 100%;
	position: relative;
	box-sizing: border-box;
	border: 1.5rem solid #fff;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.radioImg .orbit {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	animation: rotateCircle 6s linear infinite;
}
.indexC3SwiperMin {
	position: absolute;
	top: 50%;
	right: 9.375%;
	width: 28.125rem;
	height: 30rem;
	transform: translateY(-50%);
	z-index: 1000;
	overflow: hidden;
	padding-right: 10px;
}
.indexC3SwiperMin .con {
	display: flex;
	align-items: center;
	column-gap: 1.4375rem;
	position: relative;
	padding-right: 1.875rem;
	cursor: pointer;
	margin-bottom: 3.75rem;
}
.indexC3SwiperMin .con::after {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background-color: transparent;
	position: absolute;
	top: 50%;
	right: -3px;
	transform: translateY(-50%);
	overflow: hidden;
	z-index: 1000;
}
.indexC3SwiperMin .con::before{
	display: block;
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	box-sizing: border-box;
	border: 1px solid #dbdbdb;
	position: absolute;
	top: 50%;
	right: -10px;
	transform: translateY(-50%);
	z-index: 1000;
	overflow: hidden;
}
.indexC3SwiperMin .icon {
	width: 3rem;
	height: 3rem;
}
.indexC3SwiperMin .swiper-slide-thumb-active .con::after {
	background-color: var(--themeColor);	
}
.indexC3SwiperMin .swiper-slide-thumb-active .con::before{
	border-color: var(--themeColor);	
}
.indexC3SwiperMin .swiper-slide-thumb-active  .img2 {
	display: block;
}
.indexC3SwiperMin .swiper-slide-thumb-active  .img1 {
	display: none;
}
.indexC3SwiperMin .swiper-slide-thumb-active .titleCn {
	color: var(--themeColor);
}
.indexC3SwiperMin .swiper-slide-thumb-active .titleNg {
	color: var(--themeColor);	
}
.indexC3SwiperMin .img {
	width: 2.5rem;
	height: 2.5rem;
	object-fit: contain;
	object-position: center;
	transition: .3s;
}
.indexC3SwiperMin .img2 {
	display: none;
}
.indexC3SwiperMin .text {
	flex: 1;
	text-align: right;
}
.indexC3SwiperMin .titleCn {
	font-size: 1.375rem;
	line-height: 2rem;
	color: #666;
	transition: .3s;
}
.indexC3SwiperMin .titleNg {
	font-size: .875rem;
	line-height: 1.5rem;
	color: #999;
	text-transform: uppercase;
	transition: .3s;
}
/* 第三栏 end */
/* 首页end */

/* 公司简介 start */
.gsjjColumn {
	padding: 3.75rem 0 4.375rem;
}
.gsjjColumn .title span {
	display: inline-block;
	padding: 0 3.4375rem;
	font-size: 1.875rem;
	line-height: 1.875rem;
	color: #333;
	position: relative;
}
.gsjjColumn .title span::before{
	display: block;
	content: '';
	width: 1.5625rem;
	height: 1px;
	background-color: var(--themeColor);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.gsjjColumn .title span::after{
	display: block;
	content: '';
	width: 1.5625rem;	
	height: 1px;
	background-color: var(--themeColor);
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.gsjjColumn .titleMin {
	font-size: 1.125rem;
	line-height: 1.875rem;
	color: var(--themeColor);
	margin: 1.875rem 0 5rem;
}
.videoNumDl dd {
	width: 33.3333%;
}
.videoNumDl .con {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.videoNumDl .num {
	display: flex;
	column-gap: 1.25rem;
	color: var(--themeColor);
	align-items: end;
}
.videoNumDl .number {
	font-size: 2.5rem;
}
.videoNumDl .post {
	font-size: 1rem;
}
.videoNumDl .characters {
	font-size: 1.125rem;
	line-height: 3.5rem;
	color: #666;
}
.gsjjColumn .text {
	margin: 3.125rem 0 2.5rem;
	font-size: 1.125rem;
	line-height: 2rem;
	color: #666;
}
.gsjjDl {
	display: flex;
	gap: 2rem;
	flex-wrap: wrap;
}
/* .gsjjDl dd:nth-child(1){
	width: 39.4871%;
} */
.gsjjDl dd {
	width: calc(33.3333% - 2rem);
}
.gsjjDl dd .pic::before {
	padding-top: 61.6883%;
}

/* .gsjjDl dd:nth-child(2){
	flex: 1;
}
.gsjjDl dd:nth-child(2) .pic::before {
	padding-top: 41.7582%;
} */
.gsjjDl dd .pic {
	border-radius: 10px;
	overflow: hidden;
}
/* 公司简介 end */



/* 联系我们 start */
.lxUsFromColumn {
	padding: 3.75rem 0 4.375rem;
}
.lxUsFromColumn .title {
	font-size: 1.375rem;
	line-height: 2.5rem;
	color: #333;
}
.lxUsDl1 {
	display: flex;
	margin: 1.875rem 0 7.5rem;
}
.lxUsDl1 dd {
	width: 25%;
}

.lxUsDl1 .con {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.lxUsDl1:nth-child(1) .con {
	align-items: flex-start;
}
.lxUsDl1:nth-child(4).con {
	align-items: flex-end;
}
.lxUsDl1 .icon {
	width: 4.375rem;
	height: 4.375rem;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	border-radius: 100%;
}
.lxUsDl1 dd:nth-child(1) .icon {
	background-color: #5dc5f2;
}
.lxUsDl1 dd:nth-child(2) .icon {
	background-color: #ffb931;
}
.lxUsDl1 dd:nth-child(3) .icon {
	background-color: #98bf5a;
}
.lxUsDl1 dd:nth-child(4) .icon {
	background-color: #4ecdda;
}
.lxUsDl1 .icon::before {
	display: block;
	content: "";
	width: 5.625rem;
	height: 5.625rem;
	border-radius: 100%;
	border: 1px solid;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.lxUsDl1 dd:nth-child(1) .icon::before {
	border-color: #5dc5f2;
	 box-shadow: 
                45px 0 0 -42px #5dc5f2,  
                -45px 0 0 -42px #5dc5f2; 
	animation: rotate1 3s linear infinite;
}
.lxUsDl1 dd:nth-child(2) .icon::before {
	border-color: #ffb931;
	 box-shadow: 
                45px 0 0 -42px #ffb931,  
                -45px 0 0 -42px #ffb931; 
	animation: rotate1 3.5s linear infinite;
}
.lxUsDl1 dd:nth-child(3) .icon::before {
	border-color: #98bf5a;
	 box-shadow: 
                45px 0 0 -42px #98bf5a,  
                -45px 0 0 -42px #98bf5a; 
	animation: rotate1 2.5s linear infinite;
}
.lxUsDl1 dd:nth-child(4) .icon::before {
	border-color: #54cfdb;
	 box-shadow: 
                45px 0 0 -42px #54cfdb,  
                -45px 0 0 -42px #54cfdb; 
	animation: rotate1 2.5s linear infinite;
}
 @keyframes rotate1 {
            0% {
                transform: translate(-50%, -50%) rotate(0deg);
            }
            100% {
                transform: translate(-50%, -50%) rotate(360deg);
            }
        }

        @keyframes rotate2 {
            0% {
                transform: translate(-50%, -50%) rotate(0deg);
            }
            100% {
                transform: translate(-50%, -50%) rotate(-360deg);
            }
        }

        @keyframes rotate3 {
            0% {
                transform: translate(-50%, -50%) rotate(0deg);
            }
            100% {
                transform: translate(-50%, -50%) rotate(360deg);
            }
        }

.lxUsDl1 .text {
	text-align: center;
	margin-top: 1.25rem;
}
.lxUsDl1 .phone {
	font-size: 1.125rem;
	line-height: 2.25rem;
	color: #666;
}
.lxUsDl1 dd:nth-child(2) .con,
.lxUsDl1 dd:nth-child(3) .con {
	position: relative;
	padding: 0 1.875rem;
}
.lxUsDl1 dd:nth-child(2) .con::before,
.lxUsDl1 dd:nth-child(3) .con::before
{
	display: block;
	content: "";
	width: 1px;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/lxxd.png);
	position: absolute;
	left: 0;
	top: 0;
}
.lxUsDl1 dd:nth-child(2) .con::after,
.lxUsDl1 dd:nth-child(3) .con::after
{
	display: block;
	content: "";
	width: 1px;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/lxxd.png);
	position: absolute;
	right: 0;
	top: 0;
}
.lxUsFromColumn .titleCn {
	font-size: 1.625rem;
	line-height: 2.5rem;
	color: #333;
}
.lxUsFromColumn .titleNg {
	font-size: 1.625rem;
	line-height: 2.5rem;
	color: #333;
}
.lxUsFromColumn .titleMin {
	font-size: 1.625rem;
	line-height: 1.625rem;
	color: var(--themeColor);
	margin: 3.125rem 0;
}
.lxUsForm {
	display: flex;
	column-gap: 3.125rem;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lxUsForm .item {
	width: calc(33.3333% - 3.125rem);
	margin-bottom: 2.5rem;
}
.lxUsForm .item.w100{
	width: 100%;
}
.lxUsForm .labe {
	display: flex;
	column-gap: 1.25rem;
	align-items: center;
	margin-bottom: 0.625rem;
}
.lxUsForm .labe span {
	font-size: 1.25rem;
	height: 1.75rem;
	line-height: 1.75rem;
	color: #999;
}
.lxUsForm .icon .img2 {
	display: none;
}
.lxUsForm .input {
	border: none;
	height: 1.875rem;
	line-height: 1.875rem;
	border-bottom: 1px solid #ebebeb;
	padding: 0 !important;
}
.lxUsForm input {
	height: 100%;
	width: 100%;
	border: none;
	background-color: transparent;
	font-size: 1.125rem;
	color: #666;
}
.lxUsForm textarea {
	width: 100%;
	min-height: 5rem;
	font-size: 1.25rem;
	line-height: 1.875rem;
	color: #666;
	border: none;
	background-color: transparent;
	border-bottom: 1px solid #ebebeb;
}
.lxUsForm .itemYzm {
	display: flex;
	column-gap: 1.25rem;
}
.lxUsForm .itemYzm .yzmBox {
	width: 20rem;
}
.lxUsForm .itemYzm .img {
	width: 15rem;
	height: 4.375rem;
	border-radius: 5px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/usbg.png);
	cursor: pointer;
}
.lxUsForm .itemYzm img {
	object-fit: contain;
	object-position: center;
}
.lxUsForm .itemYzm .tip {
	font-size: 1.25rem;
	line-height: 1.25rem;
	color: #999;
}
.lxUsFormUp {
	margin-top: 1.25rem;
	display: flex;
	column-gap: 3.125rem;
}
.lxUsFormUp a {
	height: 4.75rem;
	line-height: 4.75rem;
	width: 17.5rem;
	border-radius: 2.375rem;
	font-size: 1.25rem;
	border: 1px solid;
	text-align: center;
}
.lxUsFormUp .a1 {
	color: #fff;
	background-color: var(--themeColor);
}
.lxUsFormUp .a2 {
	color: #666;
	border-color: #999;
}
.item.active .icon .img1 { display: none; }
.item.active .icon .img2 { display: inline-block; }
.item.active .labe span { color: var(--themeColor); }
.item.active .input input,
.item.active .textArea textarea {
    border-bottom: 1px solid var(--themeColor);
}
.lxUsFormBox {
	column-gap: 6.25rem;
}
.lxUsFormBox .img {
	width: 30.1282%;
	overflow: hidden;
	border-radius: 10px;
}
/* 联系我们 end */

/* 图文列表 start */
.imgText1 dd {
	margin-bottom: 1.875rem;
}
.imgText1 a {
	padding: 1.875rem 0 1.875rem 1.875rem;
	box-shadow: 0 0 8px rgba(0,0,0,.1);
	overflow: hidden;
	border-radius: .5rem;
	column-gap: 3.75rem;
	transition: .3s;
	transform: translateY(0);
}
.imgText1  .img {
	width: 26.25rem;
}
.imgText1 .pic{
	overflow: hidden;
	border-radius: .5rem;
}
.imgText1 .pic::before {
	padding-top: 57.8313%;
}
.imgText1 .title {
	font-size: 1.375rem;
	line-height: 1.375rem;
	color: #333;
	transition: .3s;
}
.imgText1 .textC {
	font-size: 1rem;
	line-height: 2rem;
	max-height: 6rem;
	margin-top: 2.25rem;
}
.imgText1 .tetxt {
	box-sizing: border-box;
	padding: 2.5rem 0;
}

.imgText1 .time {
	width: 11.625rem;
	padding: 1.875rem 0;
	color: #999;
	font-family: 'Poppins';
	color: #999;
	box-sizing: border-box;
	position: relative;
	transition: .3s;
}
.imgText1 .time::before {
	display: block;
	content: "";
	width: 1px;
	height: 9.375rem;
	background-color: #e6e6e6;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.imgText1 .day {
	font-size: 2.5rem;
	line-height: 3.125rem;
}
.imgText1 .year {
	font-size: 1rem;
	line-height: 2rem;
}
.imgText1 a:hover {
	box-shadow: 0 0 8px rgba(101,199,242,.2);
}
.imgText1 a:hover .title {
	color: var(--themeColor);
}
.imgText1 a:hover .time {
	color: var(--themeColor);
}

.addTextList1 dd {
	margin-bottom: 1.875rem;
}
.addTextList1 a {
	padding: 1.875rem  1.875rem 1.875rem 0;
	box-shadow: 0 0 8px rgba(0,0,0,.1);
	overflow: hidden;
	border-radius: .5rem;
	column-gap: 3.75rem;
	transition: .3s;
	transform: translateY(0);
}

.addTextList1 .time {
	width: 11.625rem;
	padding: 1.875rem 0;
	color: #999;
	font-family: 'Poppins';
	color: #999;
	box-sizing: border-box;
	position: relative;
	transition: .3s;
}
.addTextList1 .time::before {
	display: block;
	content: "";
	width: 1px;
	height: 9.375rem;
	background-color: #e6e6e6;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.addTextList1 .day {
	font-size: 2.5rem;
	line-height: 3.125rem;
}
.addTextList1 .year {
	font-size: 1rem;
	line-height: 2rem;
}

.addTextList1 .title {
	font-size: 1.375rem;
	line-height: 1.375rem;
	color: #333;
	transition: .3s;
}
.addTextList1 .textC {
	font-size: 1rem;
	line-height: 2rem;
	max-height: 6rem;
	margin-top: 2.25rem;
}
.addTextList1 .text {
	box-sizing: border-box;
	padding: 2.5rem 0;
	margin-right: 6.25rem;
}
.addTextList1 .more {
	width: 2rem;
	height: 1.25rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 2rem,.625rem;
	background-image: url(../images/icon/more2.png);
	transition: .3s;
}
.addTextList1 a:hover {
	box-shadow: 0 0 8px rgba(101,199,242,.2);
}
.addTextList1 a:hover .time {
	color: var(--themeColor);
}
.addTextList1 a:hover .title {
	color: var(--themeColor);	
}
.addTextList1 a:hover .more {
	background-image: url(../images/icon/more2h.png);	
}
/* 图文列表 end */

/* 业务板块 start */
.ywbkColumn {
	padding: 4.375rem 0;
	background-color: #fff;
}
.ywbkColumn .main {
	column-gap: 3.75rem;
	padding: 5rem 3.75rem;
	border-radius: 1rem;
	box-shadow: 0 0 8px rgba(0,0,0,.1);
	min-height: 25rem;
}
.ywbkColumn .main .img {
	width: 35.625rem;
	border-radius: 1rem;
	overflow: hidden;
	margin-left: 4.375rem;
}
.ywbkColumn .main .pic::before{
	padding-top: 64.9122%;
}
.ywbkColumn .main .text {
	padding-top: 2.5rem;
}
.ywbkColumn .main .title {
	margin-bottom: 2.5rem;
}
.ywbkColumn .main .title span {
	display: inline-block;
	padding-left: 3.75rem;
	font-size: 1.375rem;
	color: var(--themeColor);
	font-weight: bold;
	line-height: 2.5rem;
	background-position: left calc(100% - .5rem);
	background-repeat: no-repeat;
	background-size: 3rem 2rem;
}
.ywbkColumn .main .textC {
	font-size: 1.125rem;
	line-height: 2rem;
	color: #666;
}
/* 业务板块 end */