body {
    background-color: #fff;
    color: #333;
     
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

 

@media screen and (max-width: 767px) {
    #app {
        width: 100vw;
        overflow-x: hidden
    }

    .banner {
        display: flex;
        padding: 100px 5vw 30px;
        flex-direction: column;
        width: 100vw;
        min-height: 100vh !important;
        overflow-x: hidden;
        background: url("../img/i2.png") no-repeat center;
        background-size: cover;
        color: #fff
    }

    .banner .banner-tit .tit-top {
        font-weight: 800;
        font-size: 30px;
        color: #ffffff;
        line-height: 40px;
        letter-spacing: 3px;
        text-shadow: 2px 4px 6px rgba(0, 0, 0, 0.4);
        text-align: left
    }

    .banner .banner-tit .tit-btm {
        padding-top: 10px;
        padding-bottom: 20px;
        font-weight: 800;
        font-size: 40px;
        color: #55943c;
        line-height: 46px;
        letter-spacing: 3px;
        text-shadow: 2px 4px 6px rgba(0, 0, 0, 0.4);
        text-align: left;
        -webkit-text-fill-color: transparent;
        background: linear-gradient(90deg, #8ec66f 0%, #55943c 100%);
        background-clip: text
    }

    .banner .banner-intro {
        font-size: 14px;
        line-height: 32px;
        width: 100%;
        margin: 8px 0 16px
    }

    .banner .banner-img {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap
    }

    .banner .banner-img .banner-img-item {
        width: 50%;
        padding: 10px;
        border-radius: 10px !important
    }

    .banner .banner-img .banner-img-item img {
        width: 100%;
        height: auto;
        border-radius: 20px;
        transition: transform 0.15s ease-in-out, filter 0.15s ease-in-out
    }

    .banner .banner-img .banner-img-item p {
        font-size: 25px;
        color: #FFFFFF;
        text-align: center
    }

    .introduce {
        display: flex;
        width: 100%;
        height: auto;
        padding: 5vw;
        justify-content: space-between;
        flex-wrap: wrap;
        background: url("../img/i1.png") no-repeat center
    }

    .introduce .intro-left {
        position: relative;
        display: flex;
        width: 100% !important;
        height: 0px !important;
        align-items: center;
        background: url("../img/i13.png") no-repeat center;
        background-size: 100% 100%;
        perspective: 1000px;
        margin-left: -5vw
    }

    .introduce .intro-left .frame-content {
        width: 95%;
        height: 87.5%
    }

    .introduce .intro-left .intro-img {
        position: absolute;
        top: 50%;
        left: 47.5%;
        transform: translate(-50%, -50%) rotateY(15deg) scale(0.95);
        height: 265px;
        width: 95%;
        opacity: 0;
        transition: all 0.8s ease-in-out;
        z-index: 1;
        backface-visibility: hidden
    }

    .introduce .intro-left .intro-img.active {
        transform: translate(-50%, -50%) rotateY(0) scale(1);
        opacity: 1;
        z-index: 2
    }

    .introduce .intro-right {
        padding-top: 4vw !important;
        padding-left: 0 !important;
        width: 100% !important
    }

    .intro-right .intro-tit h1 {
        margin-top: 4vw;
        font-size: 30px !important;
        line-height: 40px !important;
        text-align: center
    }

    .intro-right .intro-tit h1 img{
        height: 5vw
    }


    .intro-right .intro-tit h3 {
        font-size: 20px !important;
        line-height: 30px !important;
        text-align: center;
        margin: 10px 0 !important
    }

    .intro-right .intro-line {
        height: auto;
        width: 100%;
        padding: 5%;
        background: #70ab59;
        flex-wrap: wrap;
        border-radius: 20px;
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

    .intro-right .intro-line .line-txt {
        width: 220px;
        padding: 11px 0 11px 0;
        font-size: 16px;
        border-radius: 30vw;
        color: #fff;
        background-color: #55943c;
        text-align: center;
        margin: 10px auto;
        border: 1px solid #55943c;
    }

    .intro-right .intro-line .line-txt+.line-txt {
        margin-top: 10px
    }

    .intro-right .intro-line .line-txt:hover {
        color: #ddfbda;
        border-color: #55943c;
        background: transparent
    }

    .intro-text {
        padding-top: 15px;
        width: 100% !important
    }

    .intro-text #intro-txt-p {
        font-size: 16px !important;
        line-height: 34px !important;
        margin-top: 0 !important
    }

    .intro-text .intro-btn {
        width: 100% !important;
        font-size: 14px !important;
        line-height: 32px !important;
        margin-top: 10px !important;
        text-align: center;
        color: #55943c
    }

    .serveBox {
        padding: 10vw 5vw 5vw;
        background: url("../img/i3.png") no-repeat center;
        background-size: auto 100%;
        color: #fff;
        position: relative;
    }
    .serveBox::after {
        content: " ";
        /* background-color: rgba(0, 0, 0, 0.7); */
        background-image: linear-gradient(135deg, #01152B 30%, rgba(0, 140, 172, 0) 120%);
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
    }
    .serveBox .serve-tit {
        padding-top: 10px;
        position: relative;
        z-index: 6;
    }

    .serveBox .serve-tit h1 {
        width: 100% !important;
        font-size: 32px !important;
        line-height: 46px !important
    }

    .serveBox .serve-tit h3 {
        font-size: 16px !important;
        line-height: 34px !important;
        width: 100% !important
    }

    .serveBox .serve-content {
        width: 100% !important;
        display: flex;
        flex-direction: column !important;
        gap: 25px !important;
        margin-top: 20px !important;
        width: 100% !important;
        position: relative;
        z-index: 6;
    }

    .serveBox .serve-content .cut-off-line {
        display: none
    }

    .serveBox .serve-content .serve-content-item {
        width: 100% !important;
        flex-direction: column !important;
        text-align: center !important;
        padding: 20px 15px !important;
        align-items: center !important;
        border-radius: 24px;
        background: rgba(255, 255, 255, 0.05)
    }

    .serveBox .serve-content .serve-content-item img {
        margin-right: 0 !important;
        margin-bottom: 15px !important;
        width: 70px !important;
        height: 70px !important
    }

    .serveBox .serve-content .serve-content-item .itme-right {
        width: 100% !important;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .serveBox .serve-content .serve-content-item p {
        font-size: 20px !important;
        margin-bottom: 10px !important
    }

    .serveBox .serve-content .serve-content-item span {
        font-size: 18px !important;
        line-height: 28px !important
    }

    .techBox {
        display: flex;
        flex-direction: column;
        background: #55943c;
        color: #fff;
        padding: 40px 5vw
    }

    .techBox .techBox-title h3 {
        font-size: 38px !important;
        line-height: 44px !important
    }

    .techBox .techBox-title h1 {
        font-size: 44px !important;
        line-height: 64px !important;
        margin-bottom: 12px
    }

    .techBox-txt .txt-head {
        font-size: 20px !important;
        line-height: 32px !important;
        color: #fff
    }

    .techBox-txt {
        font-size: 14px !important;
        line-height: 34px !important;
        margin-bottom: 20px !important
    }

    .techBox-btn {
        max-width: 100% !important;
        margin-top: 0 !important;
        width: 100% !important;
        margin-bottom: 20px;
        color: #5fd248
    }

    .techBox-btn .techBox-btn-icon {
        display: inline
    }

    .techBox-right {
        margin-left: 0 !important
    }

    .techBox-right .tech-img-wrap {
        width: 100%;
        height: auto
    }

    .techBox-right .tech-img-wrap+.tech-img-wrap {
        margin-top: 4vw
    }

    .techBox-right .tech-img-wrap img {
        width: 100%;
        height: auto
    }

    .superServe {
        padding: 8vw 5vw;
        width: 100% !important;
        box-sizing: border-box;
        background: #01152B;
        background-size: auto 100%;
    }

    .superServe .superServe-tit {
        padding-bottom: 5vw
    }

    .superServe .superServe-tit h2 {
        font-size: 38px !important;
        line-height: 38px !important;
        color: #fff;
    }

    .superServe .superServe-tit h1 {
        font-size: 44px !important;
        line-height: 44px !important;
        color: #fff;
    }

    .superServe .superServe-content {
        display: flex;
        flex-direction: column !important;
        gap: 25px !important;
        width: 100% !important;
        align-items: center
    }

    .superServe .superServe-content .superServe-item {
        width: 100%;
        height: auto;
        border: 1px solid #eee;
        box-shadow: 0 0 10px 0 #FFF inset;
        border-radius: 40px;
        overflow: hidden;
        padding: 0 15px 16px
    }

    .superServe .superServe-content .superServe-item img {
        width: calc(100% + 30px);
        margin: 0 -15px
    }

    .superServe .superServe-content .superServe-item p {
        padding: 0 10px;
        margin: 20px 0 10px;
        font-size: 28px;
        font-weight: bold;
        text-align: center;
        color: #ffffff;
    }

    .superServe .superServe-content .superServe-item span {
        display: block;
        font-size: 16px;
        /* padding: 0 16px; */
        line-height: 28px;
        color: #ffffff;
        /* text-align: center; */
    }

    .moreProduct {
        width: 100% !important;
        display: flex;
        padding: 40px 5vw !important;
        flex-direction: column;
        height: auto
    }

    .moreProduct .moreProduct-left {
        width: 100% !important;
        padding: 0 !important;
        background: transparent
    }

    .moreProduct .moreProduct-left .moreProduct-tit h1 {
        font-size: 44px;
        line-height: 64px
    }

    .moreProduct .moreProduct-left .moreProduct-tit h2 {
        padding-bottom: 12px;
        font-size: 38px;
        line-height: 44px;
        color: #55943c
    }

    .moreProduct .moreProduct-left .moreProduct-txt {
        font-size: 18px;
        line-height: 34px;
        margin-bottom: 20px
    }

    .moreProduct .moreProduct-left .moreProduct-btn {
        margin-top: 0;
        width: 100%;
        margin-bottom: 20px;
        color: #55943c
    }

    .moreProduct .moreProduct-left .moreProduct-btn .moreProduct-btn-icon {
        display: inline
    }

    .moreProduct-right {
        width: 100%
    }

    .moreProduct-right .moreProduct-img-box img {
        width: 100%;
        height: auto
    }

    .operate {
        color: #fff;
        padding: 50px 5vw;
        background: url("../img/i21.jpg") no-repeat center;
        background-size: auto 100%
    }

    .operate .operate-tit h1 {
        font-size: 44px !important;
        line-height: 64px !important;
        margin-bottom: 20px !important;
        text-align: center
    }

    .operate .operate-tit h2 {
        font-size: 38px !important;
        line-height: 44px !important;
        text-align: center
    }

    .operate .operate-content {
        flex-direction: column !important;
        gap: 10px !important;
        width: 100% !important;
        text-align: center
    }

    .operate .operate-content .operate-content-txt {
        font-size: 18px !important;
        line-height: 32px !important;
        margin-bottom: 10px !important
    }

    .operate .operate-btn {
		display: block;
        width: 220px;
        background: #55943c;
        border-radius: 50vw;
        margin: 35px auto 0;
        font-size: 18px;
        color: #ffffff;
        line-height: 56px;
        text-align: center
    }

    .mapBox {
        background: url("../img/i33.png") no-repeat right;
        background-size: 100% auto;
        color: #fff;
        padding-top: 0 !important;
        padding: 40px 5vw !important;
        display: flex;
        gap: 0.625rem;
        background-repeat: repeat;
        background-size: cover;
        flex-direction: column
    }

    .mapBox .mapBox-left {
        width: 100% !important
    }

    .mapBox .mapBox-left img {
        width: 100%
    }

    .mapBox-right {
        width: 100% !important
    }

    .mapBox-right .mapBox-tit h2 {
        font-size: 32px !important;
        line-height: 44px !important
    }

    .mapBox-right .mapBox-tit h1 {
        font-size: 24px;
        margin: 4px 0 8px
    }

    .mapBox-right .mapBox-txt {
        font-size: 14px;
        line-height: 32px;
        margin-bottom: 10px
    }

    .mapBox-btn {
        width: 220px;
        background: transparent;
        border-radius: 50vw;
        font-size: 14px;
        color: #FFF;
        border: 1px solid #fff;
        line-height: 36px;
        text-align: center
    }

    .friend-model {
        position: relative;
        margin: 0 8px 0;
        overflow: hidden
    }

    .friend-model::before {
        content: " ";
        width: 10px;
        height: 170px;
        background: linear-gradient(270deg, rgba(249, 251, 255, 0) 0%, #fff 100%);
        position: absolute;
        z-index: 1;
        left: 0;
        top: 118px
    }

    .friend-model::after {
        content: " ";
        width: 10px;
        height: 170px;
        background: linear-gradient(270deg, #fff 0%, rgba(249, 251, 255, 0) 100%);
        position: absolute;
        right: 0;
        top: 118px
    }

    .friend-model .friend-title {
        padding: 44px 0 30px 0;
        font-weight: bold;
        font-size: 44px !important;
        color: #000000;
        line-height: unset !important;
        text-align: center;
        white-space: nowrap
    }

    .friend-model .index-scroll {
        display: flex;
        overflow-x: hidden;
        padding: 0;
        background-color: #fff
    }

    .friend-model .scroll-content {
        display: flex;
        width: max-content
    }

    .friend-model .scroll-content .list {
        height: 156px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        box-sizing: border-box;
        flex-shrink: 0
    }

    .friend-model .scroll-content .list .index-scroll-item {
        user-select: none;
        margin-right: 8px;
        width: 150px;
        height: 73px;
        background: #ffffff;
        box-shadow: 0 0 15px 0 rgba(216, 222, 227, 0.3);
        border-radius: 40vw;
        display: flex;
        align-items: center
    }

    .friend-model .scroll-content .list .index-scroll-item:nth-of-type(2n-1) {
        position: relative;
        left: -75px;
        margin-bottom: 10px
    }

    .friend-model .scroll-content .list .index-scroll-item img {
        width: 100%
    }

    .friend-model .partner-btn {
        cursor: pointer;
        display: flex;
        width: 320px;
        height: 88px;
        margin: 50px auto 40px;
        align-items: center;
        justify-content: center;
        background: #55943c;
        border-radius: 44vw;
        font-size: 24px;
        color: #ffffff;
        line-height: 54px;
        text-align: center
    }

    .friend-model .partner-btn:hover {
        background: transparent;
        color: #55943c;
        border: 1px solid #55943c
    }

    .partner {
        padding: 40px 5vw !important
    }

    .partner h1 {
        font-size: 30px !important;
        line-height: 40px !important;
        margin-bottom: 30px !important
    }

    .partner-box {
        flex-direction: column !important;
        gap: 25px !important;
        width: 100% !important
    }

    .partner-box img {
        height: 90px !important;
        margin: 0 auto !important;
        object-fit: fill
    }

    .partner-btn {
        width: 100% !important;
        max-width: 220px !important;
        height: 60px !important;
        font-size: 18px !important
    }
}

@media screen and (min-width: 767px) {
    .banner {
        display: flex;
        flex-direction: column;
        width: 100vw;
        min-height: 54vw;
        overflow: hidden;
        /* background: url("../img/i2.png") no-repeat center; */
        background: #01152B;
        background-size: cover;
        padding-top: 10vw;
        padding-bottom: 3vw;
        padding-left: 6.55vw;
        background-attachment: fixed;
        position: relative
    }

    .banner .banner-tit {
        display: flex;
        flex-direction: column;
        margin-top: 3vw;
    }

    .banner .banner-tit .tit-top {
        font-weight: 800;
        font-size: 3.6vw;
        color: #ffffff;
        line-height: 5.35vw;
        letter-spacing: .15vw;
        text-shadow: 0.1vw 0.2vw 0.3vw rgba(0, 0, 0, 0.4);
        text-align: left;
    }

    .banner .banner-tit .tit-btm {
        font-weight: 800;
        font-size: 4.2vw;
        color: #55943c;
        line-height: 5.4vw;
        letter-spacing: .15vw;
        text-shadow: 0.1vw 0.2vw 0.3vw rgba(0, 0, 0, 0.15);
        text-align: left;
    }

    .banner .banner-intro {
        width: 62.7vw;
    margin-top: 1.65vw;
    font-family: Lufga;
    font-size: 1.2vw;
    color: #ffffff;
    line-height: 1.75vw;
    text-align: left;
    font-style: normal;
    }

    .banner .banner-img {
        margin-top: 5vw;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        position: relative;
        z-index: 3
    }

    .banner .banner-img .banner-img-item {
        width: 13.5vw;
        cursor: pointer
    }

    .banner .banner-img .banner-img-item img {
        width: 100%;
        height: auto;
        transition: transform 0.15s ease-in-out
    }

    .banner .banner-img .banner-img-item p {
        font-size: 1.5vw;
        color: #FFFFFF;
        line-height: 2.1vw;
        text-align: center;
        margin-top: .4vw
    }

    .banner .banner-img .banner-img-item+.banner-img-item {
        margin-left: 1.3vw
    }

    .banner .banner-img .banner-img-item:hover img {
        filter: grayscale(0);
        transform: translateY(-.5vw)
    }

    .introduce {
        display: flex;
        width: 100%;
		height: 53.5vw;
        justify-content: space-between;
        flex-wrap: wrap;
        background: url("../img/i1.png") no-repeat center;
        background-size: 100%;
        background-color: #fbfcfe;
    }

    .introduce .intro-left {
		position: relative;
        display: flex;
        width: 49vw;
		height: 100%;
        align-items: center;
        background-size: 44vw;
        background-repeat: no-repeat;
        background-position: 0vw -15vw;
        background-attachment: fixed
    }

    .introduce .intro-left .frame-content {
        width: 95%;
        height: 87.5%
    }

    .introduce .intro-left .intro-img {
        position: absolute;
        top: 50%;
        left: 47.5%;
        transform: translate(-50%, -50%) rotateY(15deg) scale(0.95);
        width: 95%;
        height: 87.5%;
        opacity: 0;
        transition: all 0.8s ease-in-out;
        z-index: 1;
        backface-visibility: hidden
    }

    .introduce .intro-left .intro-img.active {
        transform: translate(-50%, -50%) rotateY(0) scale(1);
        opacity: 1;
        z-index: 2
    }

    .introduce .intro-right {
        width: 50%;
        box-sizing: border-box;
        padding-left: 3.5vw;
        padding: 8.15vw 0 4.85vw
    }

    .introduce .intro-right .intro-tit {
        display: flex;
        flex-direction: column
    }

    .introduce .intro-right .intro-tit h1 {
		
        font-size: 3.6vw;
        color: #000000;
        line-height: 4.5vw
    }
    
    .introduce .intro-right .intro-tit h1 img{
        height: 2.5vw
    }

    .introduce .intro-right .intro-tit h3 {
        padding-top: .85vw;
		
        font-size: 1.2vw;
        color: #000000;
        line-height: 1.35vw
    }

    .introduce .intro-right .intro-line {
        display: inline-block;
        align-items: center;
        padding: .6vw;
        margin-top: 1.5vw;
        box-sizing: border-box;
        justify-content: space-between;
        align-items: center;
        overflow: hidden;
        border-radius: 40vw;
		background: #efefef
    }

    .introduce .intro-right .intro-line .line-txt {
        display: inline-block;
        min-width: 10vw;
        padding: 0 1.15vw;
        align-items: center;
        justify-content: center;
        transition: all 0.35s ease-in-out;
        cursor: pointer;
        white-space: nowrap;
		
        font-size: 1vw;
        line-height: 2.8vw;
        text-align: center;
        border-radius: 30vw;
        margin-right: 1vw;
        color: #fff;
        background: #55943c;
        border: #55943c solid 1px;
    }

    .introduce .intro-right .intro-line .line-txt+.line-txt {
        margin-left: .3vw
    }

    .introduce .intro-right .intro-line .line-txt.active {
        color: #55943c;
        background: #efefef;
        border: #55943c solid 1px;
    }

    .introduce .intro-right .intro-line .line-txt.active:hover {
        color: #55943c;
        background: #efefef;
        border: #55943c solid 1px;
    }

    .introduce .intro-right .intro-text {
        display: flex;
        margin-top: 1.5vw;
        width: 37.85vw;
        flex-direction: column
    }

    .introduce .intro-right .intro-text #intro-txt-p {
        white-space: pre-wrap;
        font-size: 1vw;
        font-weight: 400;
        color: #333333;
        line-height: 1.6vw;
        text-align: left
    }

    .introduce .intro-right .intro-text .intro-btn {
        display: flex;
        margin-top: 2vw;
        align-items: center;
        font-weight: 400;
        font-size: 1vw;
        color: #55943c;
        line-height: 1.2vw;
        text-decoration: none
    }

    .introduce .intro-right .intro-text .intro-btn:hover {
        color: #333333;
        cursor: pointer
    }

    .introduce .intro-right .intro-text .intro-btn .to-more-btn-icon {
        width: .6vw;
        margin-left: .4vw
    }

    .serveBox {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: 35vw;
        background-repeat: no-repeat;
        background-position: center;
        padding-top: 5vw;
        background-size: auto 100%;
        background-attachment: fixed;
        position: relative;
    }
    .serveBox::after {
        content: " ";
        /* background-color: rgba(0, 0, 0, 0.7); */
        background-image: linear-gradient(135deg, #01152B 30%, rgba(0, 140, 172, 0) 120%);
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
    }
    .serveBox .serve-tit {
        display: flex;
        flex-direction: column;
        align-items: center;
        z-index: 3;
    }

    .serveBox .serve-tit h1,
    .serveBox .serve-tit h3 {
        transform: translateY(30px);
        transition: none;
        animation-duration: 1s;
        animation-timing-function: ease-out;
        animation-fill-mode: both
    }

    .serveBox .serve-tit h1 {
        font-weight: 800;
        font-size: 3vw;
        color: #ffffff;
        text-align: center;
        white-space: nowrap
    }

    .serveBox .serve-tit h3 {
        margin-top: .95vw;
        font-weight: 400;
        font-size: 1.2vw;
        color: #ffffff;
        line-height: 1.8vw;
        text-align: center;
        max-width: 82.95vw
    }

    .serveBox .serve-content {
        display: flex;
        width: 77.1vw;
        justify-content: space-between;
        margin-top: 7.5vw;
        flex-wrap: nowrap;
        z-index: 3;
    }

    .serveBox .serve-content .cut-off-line {
        flex: 1
    }

    .serveBox .serve-content .cut-off-line::before {
        content: " ";
        display: block;
        width: 0;
        height: 3.9vw;
        transform: translateY(1vw);
        margin: 0 auto;
        border-left: .05vw solid #fff
    }

    .serveBox .serve-content .serve-content-item {
        display: flex;
        align-items: center
    }

    .serveBox .serve-content .serve-content-item img {
        width: 4.9vw;
        margin-right: 1.2vw;
        transition: all 0.3s
    }

    .serveBox .serve-content .serve-content-item .itme-right {
        display: flex;
        flex-direction: column
    }

    .serveBox .serve-content .serve-content-item .itme-right p {
        font-weight: 800;
        font-size: 2vw;
        color: #ffffff;
        line-height: 2.95vw;
        letter-spacing: .1vw
    }

    .serveBox .serve-content .serve-content-item .itme-right span {
        display: inline-block;
        margin-top: .2vw;
        font-weight: 400;
        font-size: 1vw;
        color: #ffffff;
        line-height: 1.1vw;
        letter-spacing: .05vw;
        white-space: nowrap
    }

    .serveBox .serve-content .serve-content-item:hover {
        cursor: pointer
    }

    .serveBox .serve-content .serve-content-item:hover img {
        transform: scale(1.08)
    }

    .serveBox .serve-content .serve-content-item:hover p {
        color: #55943c
    }

    .serveBox .serve-content .serve-content-item:hover span {
        color: #55943c
    }

    @keyframes fadeInUp {
        0% {
            opacity: 0;
            transform: translateY(30px)
        }

        100% {
            opacity: 1;
            transform: translateY(0)
        }
    }

    .techBox {
        width: 100%;
        display: flex;
        padding: 4.5vw 3vw 2.65vw 6.55vw;
        background: url("../img/i36.jpg") no-repeat center;
        background-size: 100% 100%
    }

    .techBox .techBox-left {
        display: flex;
        flex-direction: column
    }

    .techBox .techBox-left .techBox-title h3 {
        padding-top: 2.05vw;
		
        font-size: 2.4vw;
        color: #ffffff;
        line-height: 2.65vw
    }

    .techBox .techBox-left .techBox-title h1 {
        padding-bottom: 1vw;
        font-weight: 800;
        font-size: 3vw;
        color: #ffffff;
        line-height: 4.45vw
    }

    .techBox .techBox-left .techBox-txt span {
        max-width: 42.5vw;
        font-weight: 400;
        font-size: .9vw;
        color: #ffffff;
        line-height: 1.6vw;
        text-align: left;
        font-style: normal;
        opacity: 0.8
    }

    .techBox .techBox-left .techBox-txt .txt-head {
        padding-top: 3vw;
        padding-bottom: .6vw;
        font-weight: bold;
        font-size: 1.5vw;
        color: #ffffff;
        line-height: 2.25vw
    }

    .techBox .techBox-left .techBox-btn {
        cursor: pointer;
        display: flex;
        width: 11vw;
        height: 3.4vw;
        align-items: center;
        justify-content: center;
        margin-top: 3vw;
        border-radius: 20vw;
        background: #ffffff;
        font-size: 1.2vw;
        color: #55943c;
        line-height: 3.4vw;
        text-align: center;
        text-decoration: none
    }

    .techBox .techBox-left .techBox-btn:hover {
        background: transparent;
        color: #fff;
        border: 1px solid #fff
    }

    .techBox .techBox-right {
        display: flex;
        flex-direction: column;
        margin-left: 3vw
    }

    .techBox .techBox-right .tech-img-wrap {
        width: 41.5vw;
        height: 24.95vw;
        overflow: hidden;
        border-radius: 1.2vw
    }

    .techBox .techBox-right .tech-img-wrap+.tech-img-wrap {
        margin-top: 1.5vw
    }

	.techBox .techBox-right .tech-img-wrap .swiper {
		position: relative;
		width: 41.5vw;
		height: 24.95vw;
	}

	.techBox .techBox-right .tech-img-wrap .swiper .swiper-pagination {
		position: absolute;
		bottom: 10px;
		left: 50%;
		width: unset;
		display: flex;
		transform: translateX(-50%);
		background: rgba(0, 0, 0, 0.5);
		border-radius: 100px;
		padding: 5px 8px;
	}

	.techBox .techBox-right .tech-img-wrap .swiper .swiper-pagination .my-pagination-bullet {
		position: relative;
		display: block;
		width: 10px;
		height: 10px;
		background: #ccc;
		border-radius: 100px;
	}

	.techBox .techBox-right .tech-img-wrap .swiper .swiper-pagination .my-pagination-bullet-active {
		background: #888
	}

	.techBox .techBox-right .tech-img-wrap .swiper .swiper-pagination .my-pagination-bullet+.my-pagination-bullet {
		margin-left: 6px;
	}

    .techBox .techBox-right .tech-img-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.35s ease-in-out;
        transform-origin: center center
    }

    .techBox .techBox-right .tech-img-wrap img:hover {
        transform: scale(1.08)
    }

    
.superServe {
	display: flex;
	flex-direction: column;
	padding: 0 2vw 4vw;
	/* background: url("../img/goodsinfo-10-model1.png") no-repeat center; */
	/* background-size: 100% 100%; */
	width: 100%;
	background: #01152B;
}

.superServe .superServe-tit {
	padding: 0 3.6vw
}

.superServe .superServe-tit h2 {
    padding-top: 5vw;
    /* padding-bottom: 0.5vw; */
    font-size: 1.75vw;
    font-weight: normal;
    text-transform: none;
    text-decoration: none;
    line-height: 1em;
    letter-spacing: -.8px;
    word-spacing: 0;
    color: #fff;
}

@media (max-width: 755px) {
	.superServe .superServe-tit h2 {
		font-size: 7.94702vw;
		line-height: 11.78808vw
	}
}

.superServe .superServe-tit h1 {
	font-weight: 400;
	color: #fff;
	font-size: 0.9vw;
    line-height: 1.3vw;
}

@media (min-width: 756px) {
	.superServe .superServe-tit h1 {
        font-weight: 800;
        font-size: 4.5vw;
        color: #008CAC;
        line-height: 6.65vw;
        text-align: left;
        font-style: normal;
	}
}

.superServe .superServe-content {
	display: flex;
	gap: 1vw;
	flex-wrap: wrap;
	margin-top: 3.125rem;
	justify-content: center
}
.superServe .superServe-content .superServe-item span {
    padding: 0.55vw 1vw 0;
    font-weight: 400;
    font-size: .9vw;
    color: #ffffff;
    line-height: 1.3vw;
}
.superServe .superServe-content .superServe-item {
	display: flex;
    width: 18.4vw;
    height: 34vw;
    flex-direction: column;
  
    border-radius: 0.8vw;
    border: 0.15vw solid transparent;
    opacity: 0;
    transform: translateY(0);
    transition: transform 0.2s ease, border 0.15s ease, box-shadow 0.15s linear;
    box-shadow: 0 0 10px 0 #FFF inset;
    overflow: hidden;
}
.superServe .superServe-content .superServe-item .global-nz-btn{
	padding-left: 1.25vw;
	padding-right: 1.25vw;
}
.superServe .superServe-content .superServe-item .superServe-item-info {
	display: flex;
	width: 16vw;
	flex-direction: column;
}

.superServe .superServe-content .superServe-item img {
    width: 90%;
    border-radius: 0.4vw;
    margin: 5%;
}

.superServe .superServe-content .superServe-item p {
    margin-top: 2vw;
    margin-bottom: 1.4vw;
    padding: 0% 5% 0% 5%;
	font-size: 1.8vw;
    font-weight: bold;
	color: #ffffff;
	line-height: 1.8vw;
	text-align: center
}

.superServe .superServe-content .superServe-item .super-span {
	/* max-height: 13.7em;
	line-height: 1.2vw;
	overflow: hidden; */
	
	/* margin: 0 1.5vw 0vw 0.7vw; */
	margin-right: 1.5vw;
    font-size: 0.9vw;
    font-weight: 400;
    line-height: 1.3vw;
    letter-spacing: -.5px;
    word-spacing: 0;
	color: #fff;
}

    .moreProduct {
        display: flex;
        width: 100%;
        background: #55943c;
        justify-content: center;
        box-sizing: border-box
    }

    .moreProduct .moreProduct-left {
        display: flex;
        flex-direction: column;
        padding-left: 6.5vw;
        padding-top: 4.3vw;
        width: 45%
    }

    .moreProduct-left .moreProduct-tit h2 {
        font-weight: 800;
        font-size: 2.4vw;
        color: #ffffff;
        line-height: 3.55vw;
        text-align: left;
        font-style: normal
    }

    .moreProduct-left .moreProduct-tit h1 {
        font-weight: 800;
        font-size: 3.1vw;
        color: #ffffff;
        line-height: 4.6vw;
        text-align: left;
        font-style: normal
    }

    .moreProduct-left .moreProduct-txt {
        width: 32vw;
        min-height: 13vw;
        margin-top: 1.5vw;
        font-weight: 400;
        font-size: .9vw;
        color: #ffffff;
        line-height: 1.6vw;
        text-align: left;
        font-style: normal;
        opacity: 0.8
    }

    .moreProduct-left .moreProduct-btn {
        cursor: pointer;
        width: 11vw;
        height: 3.4vw;
        margin-top: 3vw;
        background: #ffffff;
        border-radius: 50vw;
        font-size: 1.2vw;
        color: #55943c;
        line-height: 3.4vw;
        text-align: center;
        font-style: normal;
        text-decoration: none;
        border: .05vw solid transparent
    }

    .moreProduct-left .moreProduct-btn:hover {
        background: transparent;
        color: #fff;
        border-color: #fff
    }

    .moreProduct-left .moreProduct-btn .moreProduct-btn-icon {
        display: none
    }

    .moreProduct-right {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 55%
    }

    .moreProduct-right .moreProduct-img-box {
        width: 100%;
        height: 100%;
        object-fit: cover;
        overflow: hidden;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        max-width: 100%;
        max-height: 100%
    }

    .moreProduct-right .moreProduct-img-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.35s ease-in-out;
        transform-origin: center center
    }

    .moreProduct-img-box img:hover {
        transform: scale(1.1)
    }

    @keyframes fadeInDown {
        0% {
            opacity: 0;
            transform: translateY(-1.5vw)
        }

        100% {
            opacity: 1;
            transform: translateY(0)
        }
    }

    .operate {
        width: 100%;
        height: 43vw;
        display: flex;
        flex-direction: column;
        padding-top: 6.3vw;
        padding-left: 6.5vw;
        background: url("../img/i21.jpg") no-repeat center;
        background-size: 100vw auto
    }
    .operate::after {
        content: " ";
        /* background-color: rgba(0, 0, 0, 0.7); */
        background-image: linear-gradient(135deg, #01152B 25%, rgba(0, 140, 172, 0) 200%);
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
    }

    .operate-tit h2,
    .operate-tit h1,
    .operate-content p,
    .operate-btn {
        opacity: 0;
        transform: translateY(-30px);
        animation-duration: 0.8s;
        animation-timing-function: ease-out;
        animation-fill-mode: both
    }

    .operate-animate .operate-tit h2 {
        animation-name: fadeInDown;
        animation-delay: 0.2s
    }

    .operate-animate .operate-tit h1 {
        animation-name: fadeInDown;
        animation-delay: 0.4s
    }

    .operate-animate .operate-content p:first-child {
        animation-name: fadeInDown;
        animation-delay: 0.6s
    }

    .operate-animate .operate-content p:last-child {
        animation-name: fadeInDown;
        animation-delay: 0.8s
    }

    .operate-animate .operate-btn {
        animation-name: fadeInDown;
        animation-delay: 1s
    }

    .operate .operate-tit h2 {
        font-weight: 800;
        font-size: 2.2vw;
        color: #ffffff;
        line-height: 4.35vw;
        position: relative;
        z-index: 5;
    }

    .operate .operate-tit h1 {
        font-weight: 800;
        font-size: 4vw;
        color: #ffffff;
        line-height: 4.35vw;
        position: relative;
        z-index: 5;
    }

    .operate .operate-content {
        display: flex;
        flex-direction: column;
        margin-top: 1.3vw;
        margin-bottom: 3vw;
        width: 54%;
        position: relative;
        z-index: 5;
    }

    .operate .operate-content p {
        font-weight: 400;
        font-size: 1vw;
        color: #ffffff;
        line-height: 2vw;
        opacity: 0.8;
        position: relative;
        z-index: 5;
    }

    .operate .operate-btn {
        cursor: pointer;
        width: 11vw;
        height: 3.4vw;
        background: #55943c;
        border-radius: 50vw;
        font-size: 1.2vw;
        color: #ffffff;
        line-height: 3.4vw;
        text-align: center;
        transition: all 0.4s ease-in-out;
        border: 1px solid transparent;
        position: relative;
        z-index: 5;
    }

    .operate .operate-btn .techBox-btn-icon {
        display: none
    }

    .operate .operate-btn:hover {
        background: transparent;
        color: #55943c;
        border: 1px solid #55943c
    }

    .mapBox {
        display: flex;
        width: 100%;
        padding: 2.7vw 3vw 2.7vw 2.5vw;
        background: url("../img/i33.png") no-repeat right;
        background-size: 80% 100%;
        box-sizing: border-box
    }

    .mapBox .mapBox-left {
        width: 50.05vw;
        height: 29.2vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
        transition: all 0.6s ease-in-out
    }

    .mapBox .mapBox-left:hover {
        transform: scale(1.05)
    }

    .mapBox .mapBox-left img {
        width: 100%;
        height: 100%
    }

    .mapBox-right {
        display: flex;
        width: 37.45vw;
        margin-left: 3vw;
        flex-direction: column
    }

    .mapBox-right .mapBox-tit {
        display: flex;
        flex-direction: column;
        margin-bottom: 1.5rem
    }

    .mapBox-right .mapBox-tit h2 {
        margin-top: .7vw;
        font-weight: 800;
        font-size: 1.8vw;
        line-height: 2.7vw;
        color: #fff
    }

    .mapBox-right .mapBox-tit h1 {
        font-weight: 800;
        font-size: 3vw;
        line-height: 4.45vw;
        color: #fff
    }

    .mapBox-txt {
        padding-top: 1vw;
        font-weight: 400;
        font-size: .9vw;
        line-height: 1.6vw;
        color: #fff
    }

    .mapBox-btn-wrap {
        margin-top: 10vw;
        transform: translateY(.5vw)
    }

    .mapBox-btn-wrap .mapBox-btn {
        float: right;
        cursor: pointer;
        width: 11vw;
        height: 3.4vw;
        background: #ffffff;
        border-radius: 1.7vw;
        font-size: 1.2vw;
        color: #55943c;
        line-height: 3.4vw;
        text-align: center;
        border: 1px solid transparent;
        transition: all 0.4s ease-in-out
    }

    .mapBox-btn:hover {
        background: transparent;
        color: #fff;
        border: 1px solid #fff
    }
}

.animate-item {
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform, opacity
}

.animate-left {
    transform: translateX(-80px)
}

.animate-right {
    transform: translateX(80px)
}

.animate-up {
    transform: translateY(80px)
}

.animate-down {
    transform: translateY(80px)
}

.animate-scale {
    transform: scale(0.9)
}

.animate-active {
    opacity: 1;
    transform: translate(0, 0) scale(1)
}

.techBox .techBox-left {
    opacity: 0;
    transform: translateX(-80px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.2s
}

.techBox .techBox-right {
    opacity: 0;
    transform: translateX(80px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.4s
}

.techBox.animate-active .techBox-left,
.techBox.animate-active .techBox-right {
    opacity: 1;
    transform: translateX(0)
}

@keyframes jumpAnimation {
    0% {
        opacity: 0;
        transform: translateY(0)
    }

    50% {
        opacity: 0;
        transform: translateY(30px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.superServe.animate-active .superServe-item:nth-child(1) {
    opacity: 1;
    animation: jumpAnimation 1.3s infinite both;
    animation-delay: 0.2s;
    animation-iteration-count: 1
}

.superServe.animate-active .superServe-item:nth-child(2) {
    opacity: 1;
    animation: jumpAnimation 1.3s infinite both;
    animation-delay: 0.5s;
    animation-iteration-count: 1
}

.superServe.animate-active .superServe-item:nth-child(3) {
    opacity: 1;
    animation: jumpAnimation 1.3s infinite both;
    animation-delay: 0.7s;
    animation-iteration-count: 1
}

.superServe.animate-active .superServe-item:nth-child(4) {
    opacity: 1;
    animation: jumpAnimation 1.3s infinite both;
    animation-delay: 0.9s;
    animation-iteration-count: 1
}

.superServe.animate-active .superServe-item:nth-child(5) {
    opacity: 1;
    animation: jumpAnimation 1.3s infinite both;
    animation-delay: 1.1s;
    animation-iteration-count: 1
}

.moreProduct .moreProduct-left {
    opacity: 0;
    transform: translateX(-80px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.2s
}

.moreProduct .moreProduct-right {
    opacity: 0;
    transform: translateX(80px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.4s
}

.moreProduct.animate-active .moreProduct-left,
.moreProduct.animate-active .moreProduct-right {
    opacity: 1;
    transform: translateX(0)
}

.operate {
    opacity: 0;
    transform: scale(0.9);
    transition: all 1s cubic-bezier(0.4, 0, 0.2, 1)
}

.operate.animate-active {
    opacity: 1;
    transform: scale(1)
}

.mapBox .mapBox-left {
    opacity: 0;
    transform: translateX(80px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.2s
}

.mapBox .mapBox-right {
    opacity: 0;
    transform: translateX(-80px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.4s
}

.mapBox.animate-active .mapBox-left,
.mapBox.animate-active .mapBox-right {
    opacity: 1;
    transform: translateX(0)
}

.footer {
    opacity: 0;
    transform: translateX(-80px);
    transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
}

.footer.animate-active {
    opacity: 1;
    transform: translateX(0)
}

.footer-top-left,
.footer-top-center,
.footer-top-right {
    opacity: 0;
    transform: translateX(-40px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1)
}

.footer.animate-active .footer-top-left {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.2s
}

.footer.animate-active .footer-top-center {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.4s
}

.footer.animate-active .footer-top-right {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.6s
}

.footer-bottom {
    opacity: 0;
    transition: opacity 0.8s ease 0.8s
}

.footer.animate-active .footer-bottom {
    opacity: 1
}

html.lang-zh .banner .banner-tit .tit-btm {
    font-family: D-DIN-PRO, D-DIN-PRO
}

html.lang-zh .banner .banner-tit .tit-btm {
    font-family: D-DIN-PRO, D-DIN-PRO
}

html.lang-en .banner .banner-tit .tit-top,
html.lang-en .banner .banner-tit .tit-btm {
	font-family: Lufga
}

html.lang-en .superServe .superServe-tit h2,
html.lang-en .superServe .superServe-tit h1 {
	font-family: Lufga
}