  /* animation */
  @keyframes scalceAni {
  	0% {
  		transform: scale(1);
  	}

  	50% {
  		transform: scale(1.1);
  	}

  	100% {
  		transform: scale(1);
  	}
  }

  @keyframes scalceAniSmall {
  	0% {
  		transform: scale(1);
  	}

  	50% {
  		transform: scale(1.03);
  	}

  	100% {
  		transform: scale(1);
  	}
  }

  @keyframes scalceAniR {
  	0% {
  		transform: scale(1);
  		transform-origin: center;
  	}

  	50% {
  		transform: scale(0.95);
  		transform-origin: center;
  	}

  	100% {
  		transform: scale(1);
  		transform-origin: center;
  	}
  }

  @keyframes slideInFromLeft {
  	0% {
  		transform: translateX(-10%);
  	}

  	100% {
  		transform: translateX(0);
  	}
  }

  @keyframes slideInFromRight {
  	0% {
  		transform: translateX(10%);
  	}

  	100% {
  		transform: translateX(0);
  	}
  }

  @keyframes bgzoom {
  	0% {
  		background-size: 100% 100%;
  	}

  	50% {
  		background-size: 105% 105%;
  	}

  	100% {
  		background-size: 100% 100%;
  	}
  }

  /* animation end */
  body,
  html {
  	height: 100%;
  	margin: 0;
  	padding: 0;
  }

  /* banner swiper */
  .swiper-button-next {
  	margin-right: 30px;
  }

  .swiper-button-next,
  .swiper-button-prev {
  	top: 69%;
  }

  .swiper-button-prev {
  	margin-left: 30px;
  }

  .swiper-button-next,
  .swiper-button-prev {
  	/* color: rgba(255, 255, 255, 0.5) */
  	width: 50px;
  	height: 50px;
  	color: rgba(255, 255, 255);
  	border-radius: 50%;
  	/* background-color: rgba(0, 0, 0, 0.6); */
  	border-radius: 6px;
  	border: 1px solid #fff;
  }

  .swiper-button-next::after,
  .swiper-button-prev::after {
  	font-size: 20px;
  	font-weight: bold;
  }

  .banner-slide-title {
  	text-shadow: 0px 8px 10px rgba(6, 27, 66, 0.32);
  	overflow-wrap: break-word;
  	color: rgba(255, 255, 255, 1);
  	font-size: 74px;
  	font-family: HarmonyOS Sans SC-Bold;
  	font-weight: 700;
  	text-align: center;
  	white-space: nowrap;
  	line-height: 87px;
  }

  .banner-slide-sub-title {
  	overflow-wrap: break-word;
  	color: rgba(255, 255, 255, 1);
  	font-size: 36px;
  	font-family: HarmonyOS Sans SC-Medium;
  	font-weight: 500;
  	text-align: center;
  	white-space: nowrap;
  	line-height: 42px;
  }

  /* banner swiper end */
  /* business swiper*/
  .split-line {
  	width: 1px;
  	height: 39px;
  	border: 2px solid rgba(255, 255, 255, 1);
  	margin: 0 1.2vw;
  	margin-bottom: 10px;
  }

  .my-swiper .business-txt {
  	height: 40px;
  	overflow-wrap: break-word;
  	color: rgba(255, 255, 255, 1);
  	font-size: 30px;
  	font-family: Helvetica, "Microsoft YaHei", Arial, sans-serif;
  	text-align: left;
  	white-space: nowrap;
  	line-height: 40px;
  }

  .my-swiper .business-title-txt {
  	height: 79px;
  	overflow-wrap: break-word;
  	color: rgba(255, 255, 255, 1);
  	font-size: 60px;
  	font-family: Helvetica, "Microsoft YaHei", Arial, sans-serif;
  	text-align: left;
  	white-space: nowrap;
  	line-height: 79px;
  	margin-bottom: 75px;
  }

  .swiper-dot {
  	align-items: center;
  }

  .img-wrap {
  	position: relative;
  }

  .img-wrap::after {
  	position: absolute;
  	content: '';
  	left: 0;
  	right: 0;
  	top: 0;
  	bottom: 0;
  	margin: auto;
  	width: 0;
  	height: 0;
  	border-radius: 50%;
  	border: 2px solid #fff;
  	opacity: 0;
  	transition: all 0.5s;
  }

  .circle-wrap::after {
  	width: 90%;
  	height: 90%;
  	opacity: 1;
  }

  .business-word {
  	width: 52px;
  	overflow-wrap: break-word;
  	color: rgba(255, 255, 255, 1);
  	font-size: 56px;
  	font-family: YouSheBiaoTiYuan-Regular;
  	text-align: center;
  	white-space: nowrap;
  	line-height: 56px;
  }

  /* end */
  /* map section */
  .map-dot {
  	width: 30px;
  	height: 30px;
  	position: absolute;
  	z-index: 10;
  	margin-left: -15px;
  	margin-top: -15px;
  	border: none;
  	background-color: inherit;
  }

  .map-dot-1 {
  	left: 7.4%;
  	top: 27%;
  }

  .popover-body {
  	padding: 35px !important;
  }

  .contact-txt {
  	font-size: 16px;
  	margin-bottom: 10px;
  }

  .map-section-title {
  	height: 48px;
  	overflow-wrap: break-word;
  	color: rgba(44, 44, 44, 1);
  	font-size: 36px;
  	font-family: Helvetica, "Microsoft YaHei", Arial, sans-serif;
  	text-align: left;
  	white-space: wrap;
  	line-height: 48px;
  }

  .map-section-desc {
  	overflow: hidden;
  	overflow-wrap: break-word;
  	color: rgba(102, 102, 102, 1);
  	font-size: 16px;
  	font-family: Helvetica, "Microsoft YaHei", Arial, sans-serif;
  	line-height: 32px;
  	/* padding-right: 30px; */
  	/* max-height: 30vh; */
  	text-overflow: ellipsis;
  	margin-top: 48px;
  	overflow: hidden;
  	display: -webkit-box;
  	-webkit-box-orient: vertical;
  	-webkit-line-clamp: 6;
  	overflow-wrap: break-word;
  }

  .know-more-wrap {
  	background-image: linear-gradient(270deg, rgba(69, 176, 53, 1) 0, rgba(0, 150, 215, 1) 100%);
  	border-radius: 23px;
  	width: 140px;
  	height: 46px;
  	margin-top: 0%;
  	cursor: pointer;
  }

  .know-more-wrap span {
  	overflow-wrap: break-word;
  	color: rgba(255, 255, 255, 1);
  	font-size: 16px;
  	font-family: Helvetica, "Microsoft YaHei", Arial, sans-serif;
  	text-align: center;
  	white-space: nowrap;
  	line-height: 24px;
  }

  .intro-Btn.active .map-section-year,
  .intro-Btn.active .map-section-year-desc {
  	color: rgba(59, 172, 75, 1);
  	background: linear-gradient(to right, rgb(69, 176, 53), rgb(0, 150, 215));
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
  	background-clip: text;
  	font-weight: bold;
  }

  .map-section-year {
  	overflow-wrap: break-word;
  	color: rgba(102, 102, 102, 1);
  	font-size: 48px;
  	font-family: Helvetica, "Microsoft YaHei", Arial, sans-serif;
  	white-space: nowrap;
  	line-height: 63px;
  	text-align: center;
  	display: flex;
  	flex-direction: column;
  	align-items: center;
  }

  .map-section-year .icon {
  	width: 48px;
  }

  .map-section-year-desc {
  	overflow-wrap: break-word;
  	color: rgba(102, 102, 102, 1);
  	font-size: 16px;
  	font-family: Helvetica, "Microsoft YaHei", Arial, sans-serif;
  	white-space: nowrap;
  	line-height: 21px;
  	text-align: center;
  	margin: 10px 0 1px 0;
  }

  /* end */
  /* news section */
  .news-img {
  	width: 100%;
  	height: 0;
  	/* padding-bottom: 75%; */
  	padding-bottom: 56.25%;
  	overflow: hidden;
  	background-position: center center;
  	background-repeat: no-repeat;
  	background-size: cover;
  }

  .news-title {
  	overflow-wrap: break-word;
  	color: rgba(51, 51, 51, 1);
  	font-size: 1.2vw;
  	font-weight: 700;
  	font-family: Helvetica, "Microsoft YaHei", Arial, sans-serif;
  	line-height: 40px;
  	text-decoration: none;
  	color: rgba(51, 51, 51, 1);
  }

  .news-time {
  	overflow-wrap: break-word;
  	color: rgba(51, 51, 51, 1);
  	font-size: 14px;
  	font-family: Helvetica, "Microsoft YaHei", Arial, sans-serif;
  	white-space: nowrap;
  	line-height: 19px;
  }

  .news-desc {
  	/* height:155px; */
  	overflow: hidden;
  	display: -webkit-box;
  	-webkit-box-orient: vertical;
  	-webkit-line-clamp: 2;
  	overflow-wrap: break-word;
  	color: rgba(136, 136, 136, 1);
  	font-size: 16px;
  	font-family: Helvetica, "Microsoft YaHei", Arial, sans-serif;
  	line-height: 30px;
  	margin: 32px 0 1px 0;
  }

  /*
.news-more-btn {
    padding: 10px 35px;
    border-radius: 5px;
    background-image: linear-gradient(270deg, rgba(69, 176, 53, 1) 0, rgba(0, 150, 215, 1) 100%);
    overflow-wrap: break-word;
    text-decoration: none;
    color: rgba(51, 51, 51, 1);
    font-size: 16px;
    font-family: Helvetica, "Microsoft YaHei", Arial, sans-serif;
    text-align: center;
    white-space: nowrap;
    line-height: 24px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
*/
  .news-btn-more {
  	position: relative;
  	width: 140px;
  	height: 46px;
  	border-radius: 4px;
  	border: 1px solid transparent;
  	background-image: linear-gradient(90deg, rgba(69, 176, 53, 1) 0%, rgba(0, 150, 215, 1) 100%);
  	background-clip: border-box;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  }

  .news-btn-more span {
  	color: #333;
  	font-size: 16px;
  	background: linear-gradient(to right, rgb(69, 176, 53), rgb(0, 150, 215));
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
  	background-clip: text;
  	margin-right: 10px;
  }

  .news-btn-more .btn-con {
  	position: absolute;
  }

  .news-btn-more::before {
  	content: '';
  	position: absolute;
  	top: 0;
  	right: 0;
  	bottom: 0;
  	left: 0;
  	border-radius: 4px;
  	border-color: transparent;
  	background-color: #fff;
  }

  /* end */
  /* qrcode */
  .qr-code-wrap {
  	position: fixed;
  	z-index: 2;
  	right: 0;
  	top: 200px;
  	width: 110px;
  	padding: 20px;
  	border-radius: 20px 0px 0px 20px;
  	background: linear-gradient(90deg, rgba(0, 150, 215, 1) 0%, rgba(7, 186, 222, 1) 100%);
  	text-align: center;
  }

  .qr-code-wrap .market-code-txt {
  	font-size: 16px;
  	font-weight: 400;
  	color: rgba(255, 255, 255, 1);
  }

  .qr-code-wrap .market-code {
  	font-size: 16px;
  	font-weight: 700;
  	color: rgba(255, 255, 255, 1);
  	margin-bottom: 10px;
  }

  .qr-code-wrap>div {
  	display: flex;
  	flex-direction: column;
  }

  .qr-code-wrap img {
  	width: 70px;
  	margin-top: 10px;
  }

  .qr-code-wrap span {
  	font-size: 12px;
  	font-weight: 400;
  	letter-spacing: 0px;
  	line-height: 15.84px;
  	color: #fff;
  	text-align: center;
  	vertical-align: top;
  	margin-top: 5px;
  }

  /* end */
  /* new 24.8.2 */
  .items-center .flex-col .newsBox {
  	padding: 30px;
  	border-radius: 0 0 10px 10px;
  	background: rgba(255, 255, 255, 1);
  	box-shadow: 0px 4px 46px rgba(0, 160, 150, 0.1);
  }

  .solutionSwiper2 {}

  /* solution */
  .swiper-content .inner {
  	padding: 20px 70px;
  	margin-top: 200px;
  }

  .white {
  	color: #fff;
  }

  .ileft .place1 {
  	text-align: left;
  }

  .ileft .place2 {
  	text-align: left;
  }

  .ileft .place3 {
  	text-align: left;
  }

  .icenter .place1 {
  	text-align: center;
  }

  .icenter .place2 {
  	text-align: center;
  	margin: 0 auto !important;
  }

  .icenter .place3 {
  	text-align: center;
  	margin-left: auto;
  	margin-right: auto;
  }

  .irignt .place1 {
  	text-align: right;
  }

  .irignt .place2 {
  	text-align: right;
  	float: right;
  }

  .irignt .place3 {
  	text-align: right;
  	float: right;
  	clear: both;
  }

  .ileft .txt {
  	text-align: left !important;
  }

  .ileft .yg-more {
  	float: left;
  }

  .icenter .text {
  	width: 100%;
  	text-align: center !important;
  }

  .icenter .yg-more {
  	float: none !important;
  	margin: 40px auto 0;
  }

  .irignt .txt {
  	text-align: right !important;
  }

  .irignt .yg-more {
  	float: right;
  }

  .ifont-40 {
  	font-size: 36px;
  }

  .swiper-content .movie-text {
  	color: #ffffff;
  	width: 100%;
  	line-height: 32px;
  	max-width: 520px;
  	min-height: 96px;
  	margin: 0;
  }

  .iphight {
  	height: 100%;
  }

  /* solution nav */
  .solution-nav {
  	height: 200px;
  	position: absolute;
  	left: 0;
  	bottom: 0%;
  	width: 100%;
  }

  .solution-nav:after {
  	border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
  	content: "";
  	width: 100%;
  	display: block;
  	position: absolute;
  	top: 113px;
  	left: 0;
  	right: 0;
  }

  .solution-nav .item {
  	text-align: center;
  	position: relative;
  }

  .solution-nav .item,
  .solution-nav .angle {
  	-webkit-transition: 300ms;
  	-moz-transition: 300ms;
  	-ms-transition: 300ms;
  	-o-transition: 300ms;
  	transition: 300ms;
  }

  .solution-nav .angle {
  	width: 18px;
  	height: 18px;
  	background: url(../images/circle.png) no-repeat;
  	background-size: 100%;
  	position: absolute;
  	top: 85px;
  	left: 50%;
  	margin-top: 20px;
  	transform: translateX(-50%);
  }

  .solution-nav img {
  	/* width: 64px;
    height: 64px; */
  	width: 265px;
  	height: 199px;
  	margin: 0 auto;
  	cursor: pointer;
  }

  .active-nav .swipacc {
  	display: none;
  }

  .active-nav .swip {
  	display: block;
  }

  /* 241026 */
  .linkFix,
  .linkFix2,.linkFix3,.linkFix4,.linkFix5,.linkFix6,.linkFix7,.linkFix8 {
  	position: absolute;
  	/* background-color: rgba(0, 0, 0, .5); */
  }

  .about .linkFix {
  	bottom: 7%;
  	left: 5%;
  	width: 7%;
  	height: 6%;
  }

  .products .linkFix {
  	bottom: 7%;
  	left: 5%;
  	width: 7%;
  	height: 6%;
  }

  .products .linkFix2 {
  	top: 22%;
  	left: 60.2%;
  	width: 4.6%;
  	height: 5%;
  }

  .solutions .linkFix {
  	bottom: 6%;
  	right: 5%;
  	width: 14%;
  	height: 16%;
  }

  .news .linkFix {
  	top: 20%;
  	left: 27%;
  	width: 32%;
  	height: 33%;
  }

  .news .linkFix2 {
  	bottom: 7.5%;
  	left: 5%;
  	width: 120px;
  	height: 48px;
  }

  .footer .ewm {
  	position: absolute;
  	top: -19.5%;
  	right: 12.5%;
  	width: 100px;
  	height: 120px;
  	z-index: 99;
  }

  /* nav */
  .head-nav-sub-item-list {}

  .nav-con {
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	/* height: 360px; */
	height:400px;
  	overflow: visible;
  	z-index: 0;
  	color: #221814;
  	background-color: #f1f1f1;
  	opacity: 1;
  	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  	filter: alpha(opacity=0);
  	transition: all .5s;
	padding: 40px 0;
  }

  .nav-con.on {
  	top: 0;
  	opacity: 1;
  	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  	filter: alpha(opacity=100);
	
  }

  .nav-con-l {
  	/* width: 800px;
  	height: 100%; */
	width: 900px;
	height: 100%;
  	float: left;
	padding-left: 8%;
	padding-right: 4%;
  }

  .nav-con-bg {
  	width: 100%;
  	height: 100%;
  	position: relative
  }

  .nav-con-bg img {
  	height: 100%;
  	width: 100%;
  	margin: 0 auto
  }

  .nav-con-list {
  	z-index: 2;
  	width: 38%;
  	min-width: 235px;
  	background-color: #f1f1f1;
  	height: 100%;
  	position: relative;
  	float: left;
  }

  .nav-con-ls-tit {
  	display: block
  }

  .nav-con-items {
  	position: relative
  }

  .nav-con-list .nav-con-items .nav-con-item {
  	font-size: 16px;
  	color: #878787;
  	height: 40px;
  	vertical-align: middle;
  	cursor: pointer;
  	z-index: 2;
  	position: relative
  }

  .nav-con-list .nav-con-items .nav-con-item p {
  	line-height: 40px;
  	padding-left: 50px
  }

  .nav-con-list .nav-con-items .nav-con-item p a span {
  	background: url(../images/nav-icon.png) no-repeat;
  	background-position: left center;
  	padding-left: 10px;
  	color: #221814
  }

  .nav-con-ls-tit {
  	color: #5f636a;
  	font-size: 24px;
  	padding: 18px 0 18px 45px
  }

  .nav-con-ls-block {
  	/* width: 49.2%; */
  	float: left
  }

  .nav-con-item-bg {
  	position: absolute;
  	top: 0;
  	left: 0;
  	height: 40px;
  	width: 100%;
  	background-color: #fff;
  	z-index: 1;
  	transition: all .2s;
  	display: none
  }

  .nav-con-items:hover .nav-con-item-bg {
  	display: block
  }
  
  /* container */
   .containerMain{
	   padding-top:133px;
	   /* margin-top: 140px; */
   }
  .containerMain img{
	  max-width: 100%;
  }
  .containerMain.party,.containerMain.case,.containerMain.product{
	  position: relative;
  }
.containerMain.party .linkFix{
	left: 34%;
    top: 38%;
    width: 8%;
    height: 4%;
  }
  .containerMain.party .linkFix2 {
    left: 46%;
    top: 38%;
    width: 8%;
    height: 4%;
}
  
.containerMain.party .linkFix3 {
    left: 58%;
    top: 38%;
    width: 8%;
    height: 4%;
}
.containerMain.case .linkFix{
	        left: 6.2%;
	        top: 21.7%;
	        width: 43.2%;
	        height: 14.5%;
}
.containerMain.product .linkFix{
   left: 32%;
       top: 23.5%;
       width: 35.2%;
       height: 13%;
}
.containerMain.about{
	/* position: relative; */
	
}
.containerMain.about .linkFix{
	left: 19%;
	    top: 15.6%;
	    width: 7.2%;
	    height: 2%;
}
.containerMain.about .linkFix2{
	left: 28%;
	    top: 15.6%;
	    width: 7.2%;
	    height: 2%;
}
.containerMain.about .linkFix3{
	left: 37%;
	    top: 15.6%;
	    width: 7.2%;
	    height: 2%;
}
.containerMain.about .linkFix4{
	left: 46.6%;
	    top: 15.6%;
	    width: 7.2%;
	    height: 2%;
}
.containerMain.about .linkFix5{
	left: 56.6%;
	    top: 15.6%;
	    width: 7.2%;
	    height: 2%;
}
.containerMain.about .linkFix6{
	    left: 66%;
	        top: 15.6%;
	        width: 7.2%;
	        height: 2%;
}
.containerMain.about .linkFix7{
	    left: 75%;
	    top: 15.6%;
	    width: 7.2%;
	    height: 2%;
}

.containerMain.about  .linkFix8{
	left: 8%;
    top: 8.6%;
    width: 58.2%;
    height: 15%;
}
.sub-columns-wrap{
	width: 100%;
	height: 80px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.16);
	
	overflow: hidden;
	    display: flex;
	    
	    line-height: 80px;
	    
	    
	    cursor: pointer;
		justify-content: center;
		margin-bottom: 10px;
		    padding-bottom: 0px;

}
.sub-columns-wrap a{
	font-size: 20px;
	font-weight: 400;
	color: rgba(44, 44, 44, 1);
	margin: 0 50px;
}
.sub-columns-wrap a:hover,.sub-columns-wrap li.active a{
	font-size: 20px;
	font-weight: 400;
	color: rgba(0, 160, 150, 1);
}

  
.party-top{
	padding-top: 30px;
}
.partyIMG{
	padding-bottom: 30px;
}
.partyIMG img{
	max-width: 100%;
	width: 980px;
}