  /* 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;
}


