﻿
body,html{
    overflow-x:hidden;
}
/*NewsDetail*/
.banner,.nei-banner {
    width: 100%;
    position: relative;
    margin-top:112px;
}

    .nei-banner .img img {
        width: 100%;
    }

    .nei-banner .text {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: rgba(0,0,0,.3);
    }

        .nei-banner .text h3 {
            font-size: 50px;
            color: #fff;
        }

.bx-mb-nav {
    line-height: 1;
    margin-top: 50px;
    border-bottom: 0;
}

    .bx-mb-nav p {
        font-size: 16px;
        color: #707070;
        line-height: 1;
    }

    .bx-mb-nav i {
        font-size: 20px;
    }

    .bx-mb-nav a:hover {
        color: #008dce;
    }

.NewsDetail001 {
    margin-top: 20px;
    margin-bottom: 90px;
}

.NewsDetail001-title {
    text-align: center;
}

    .NewsDetail001-title h3 {
        font-size: 24px;
        color: #333;
    }

.tit_bar {
    margin-top: 15px;
}

.social-share {
    display: inline-block;
}

.tit_bar .text {
    font-size: 16px;
    color: #333;
    margin-top: 20px;
    display: inline-block;
    margin: 0 3%;
}

.NewsDetail001-item {
    padding: 30px 0;
    font-size: 16px;
    color: #333;
    line-height: 2;
}
    .NewsDetail001-item video{
        width:100%;
        height:auto;
    }

    .TurnPages {
        display: flex;
        justify-content: space-between;
    }

    .TurnPages p {
        width: 40%;
    }

        .TurnPages p:nth-last-child(1) {
            text-align: right;
        }

    .TurnPages a {
        font-size: 16px;
        color: #000;
    }

        .TurnPages a:hover {
            color: #006835;
        }

@media screen and (max-width: 1000px) {

        .nei-banner .img img {
            object-fit: cover;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .nei-banner .text h3 {
        font-size: 25px;
    }

    .bx-mb-nav {
        margin-top: 20px;
    }

        .bx-mb-nav p {
            font-size: 16px;
        }

    .NewsDetail001-title h3 {
        font-size: 20px;
    }

    .tit_bar .text {
        margin: 5px 3%;
    }

    .NewsDetail001 {
        margin-bottom: 30px;
    }

    .TurnPages {
        display: block;
    }

        .TurnPages p {
            width: 100%;
            text-align: left !important;
            margin: 5px 0;
        }

            .TurnPages p a {
                font-size: 14px;
            }
}


@keyframes opacity {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    /*border-bottom: 1px solid rgba(255,255,255,.3);*/
    background-color: #fff;
    width: 100%;
}

    .header.active {
     
        z-index: 99;
     /*   animation-name: opacity;
        animation-duration: 0.8s;*/
        box-shadow: 0 3px 10px rgba(0,0,0,.16);
    }

        .header.active .bx-header001 .bx-nav ul li a {
            color: #000000;
        }

            .header.active .bx-header001 .bx-nav ul li a:hover, .header.active .bx-header001 .bx-nav ul li a.active {
                color: #006835;
            }

.header-top {
    background-color: #1f6eda;
    font-size:16px;
    text-align:right;
}

.header-top-item{
    color:#fff;

}
.header-top-item i{
    font-size:20px;
}
    .header-top-item .text {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .header-top-item small {
        font-size: 16px;
    }
    .header-top-item a {
        font-size: 20px;
        vertical-align: middle;
        line-height:32px;
        color:#fff;
        margin-left:5px;
    }
        .bx-header001 {
            height: 80px;
            line-height: 80px;
            position: relative
        }

    .bx-header001 .bx-logo {
        max-height: 80px
    }

        .bx-header001 .bx-logo img {
            max-height: 80px;
        }

/*            .bx-header001 .bx-logo img:nth-child(1) {
                display: none;
            }

.header.active .bx-header001 .bx-logo img:nth-child(1) {
    display: inline-block;
}

.header.active .bx-header001 .bx-logo img:nth-child(2) {
    display: none;
}*/

.bx-header001 .bx-nav ul li {
    position: relative;
    float: left;
    line-height: 80px;
    text-align: center;
    font-size: 16px;
    color: #333;
    z-index: 600;
    padding: 0 30px;
}
    .bx-header001 .bx-nav ul li:nth-last-child(1){
        padding-right:0;
    }

    .bx-header001 .bx-nav ul li .bx-nav-fd {
        display: none;
        position: absolute;
        top: 100px;
        line-height: 40px;
        width: 100%;
        background-color: #ffffff;
        z-index: 600;
        left: 0;
        top: 80px;
    }

        .bx-header001 .bx-nav ul li .bx-nav-fd a {
            padding: 0 5px;
            color:#333;
        }

    .bx-header001 .bx-nav ul li a {
        display: block;
        color: #333;
       
    }

.bx-header001 .bx-navigation {
    display: none;
    margin-left: 20px;
}

    .bx-header001 .bx-nav ul li a:hover,
    .bx-header001 .bx-nav ul li a.active {
        font-weight: bold;
        color: #006835;
    }

.active .bx-header001 .bx-nav ul li a:hover,
.active .bx-header001 .bx-nav ul li a.active {
    color: #fff;
    font-weight: bold;
}

.bx-navigation {
    display: none;
}

.bx-header001 .bx-nav ul li i{
    display:none;
}

@media (max-width: 1600px) {
    .bx-header001 .bx-nav ul li {
        font-size: 16px;
        padding:0 15px;
    }
}

@media (max-width: 1200px) {
    .bx-header001 .bx-nav ul li {
        font-size: 15px;
        padding: 0 12px;
    }
}

    @media screen and (max-width: 1000px) {
        .header-top-item a {
            font-size: 25px;
        }
        .header-top-item .text {
            justify-content: flex-start;
        }
        .container {
            width: 100%;
            max-width: 1200px;
        }

        .banner, .nei-banner{
            margin-top:92px;
        }
        .footer002 .footer-nav{
            width:82% !important;
        }
      /*  .bx-header001 .bx-logo {
            height: 50px;
        }

        .bx-header001 {
            height: 60px;
            line-height: 60px;
        }

            .bx-header001 .bx-logo img {
                max-height: 50px;
            }

            .bx-header001 .bx-nav {
                display: none;
                position: absolute;
                top: 60px;
                z-index: 500;
                right: 0;
                z-index: 600;
                width: 100%;
                background-color: #fff;
            }

                .bx-header001 .bx-nav ul li {
                    line-height: 50px;
                    text-align: left;
                    float: none;
                }

                    .bx-header001 .bx-nav ul li i {
                        display: block;
                        width: 12px;
                        height: 12px;
                        color: #333;
                        transition: color .25s;
                        position: absolute;
                        right: 10px;
                        top: 18px;
                    }

                        .bx-header001 .bx-nav ul li i::before {
                            content: '';
                            position: absolute;
                            left: 0;
                            top: 50%;
                            width: 100%;
                            height: 2px;
                            background-color: #333;
                            transform: translate(0,-50%);
                        }

                        .bx-header001 .bx-nav ul li i::after {
                            content: '';
                            position: absolute;
                            left: 50%;
                            top: 0;
                            width: 2px;
                            height: 100%;
                            background-color: #333;
                            transform: translate(-50%,0);
                        }

                    .bx-header001 .bx-nav ul li a {
                        padding: 0 10px;
                        color: #333;
                        font-size:16px;
                        display:inline-block;
                        text-align: center;
                    }

                  

                    .bx-header001 .bx-navigation {
                        display: block;
                    }

            .bx-header001 .bx-nav ul li .bx-nav-fd {
                display: none;
                position: relative;
                top: 0px;
            }

        .bx-navigation {
            display: block;
        }

        .bx-header001 .bx-nav ul li .bx-nav-fd a {
            padding: 0 20px;
        }

        .hamburger {
            margin-top: 18px;
        }

            .hamburger .line {
                width: 35px;
                height: 3px;
                background-color: #333;
                display: block;
                margin: 8px auto;
                -webkit-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }

            .hamburger:hover {
                cursor: pointer;
            }

        #hamburger-1.is-active .line:nth-child(2) {
            opacity: 0;
        }

        #hamburger-1.is-active .line:nth-child(1) {
            -webkit-transform: translateY(13px) rotate(45deg);
            -ms-transform: translateY(13px) rotate(45deg);
            -o-transform: translateY(13px) rotate(45deg);
            transform: translateY(11px) rotate(45deg);
        }

        #hamburger-1.is-active .line:nth-child(3) {
            -webkit-transform: translateY(-13px) rotate(-45deg);
            -ms-transform: translateY(-13px) rotate(-45deg);
            -o-transform: translateY(-13px) rotate(-45deg);
            transform: translateY(-11px) rotate(-45deg);
        }*/
    }


    .banner img {
        width: 100%;
    }

    .banner .swiper-pagination-bullet {
        background-color: #fff;
        width: 22px;
        height: 6px;
        border-radius: 6px;
        transition: all 0.5s;
    }

        .banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
            width: 42px;
        }

    .index-one {
        padding-top: 100px;
        padding-bottom: 150px;
        position: relative;
    }

        .index-one::before {
            content: '';
            display: block;
            width: 21.8%;
            height: 100%;
            background-image: url('../images/index-one-bg.png');
            background-size: cover;
            background-position: center;
            position: absolute;
            left: 0;
            top: 0;
            z-index: -1;
        }

    .index-title h3 {
        font-size: 48px;
        color: #000000;
        font-weight: bold;
        text-align: center;
    }

    .index-one-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 100px;
    }

    .index-one-title {
        width: 320px;
        height: 470px;
        padding: 40px;
        background-color: #006835;
        border-radius: 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

        .index-one-title h3 {
            font-size: 36px;
            color: #FFFFFF;
            line-height: 47px;
            padding-bottom: 30px;
            display: inline-block;
            border-bottom: 2px solid #fff;
        }

        .index-one-title p {
            font-size: 24px;
            color: #FFFFFF;
            padding-top: 50px;
            position: relative;
        }

    .index-one-swiper {
        width: calc(100% - 320px);
        padding-left: 60px;
    }

        .index-one-swiper .swiper-container {
            overflow: visible;
        }

            .index-one-swiper .swiper-container .swiper-slide {
                width: 260px;
                opacity: 0;
                transition: .1s opacity ease;
            }





                .index-one-swiper .swiper-container .swiper-slide.swiper-slide-active ~ .swiper-slide {
                    opacity: 1;
                }

                .index-one-swiper .swiper-container .swiper-slide.swiper-slide-active {
                    opacity: 1;
                }

    .index-one-list {
        background-color: #F7FAF8;
        height: 470px;
        border-radius: 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 30px;
        text-align: center;
        border: 1px solid #F7FAF8;
        transition: all 0.5s;
    }

        .index-one-list .icons {
            height: 170px;
            overflow: hidden;
            transition: all 0.5s;
        }

            .index-one-list .icons img {
                max-height: 100%;
            }

        .index-one-list .text {
            margin-top: 60px;
            transition: all 0.5s;
        }

            .index-one-list .text h3 {
                font-size: 20px;
                color: #000000;
                font-weight: bold;
                position: relative;
                line-height:30px;
            }

            .index-one-list .text p {
                font-size: 20px;
                color: #606060;
                line-height: 40px;
                margin-top: 32px;
                display: none;
            }

        .index-one-list:hover {
            border-color: #006835;
            box-shadow: 0 5px 20px rgba(158,183,166,.32);
        }

            .index-one-list:hover .icons {
                display: none;
            }

            .index-one-list:hover .text {
                margin-top: 0;
            }

                .index-one-list:hover .text p {
                    display: block;
                }

                .index-one-list:hover .text h3 {
                    font-size: 24px;
                    color: #006835;
                    padding-bottom: 30px;
                }

                    .index-one-list:hover .text h3::after {
                        content: '';
                        display: block;
                        width: 30px;
                        height: 2px;
                        background-color: #006835;
                        transform: translate(-50%,0);
                        position: absolute;
                        bottom: 0;
                        left: 50%;
                    }

    .index-two {
        padding-top: 150px;
        padding-bottom: 170px;
        background-image: url('../images/index-bg2.png');
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
    }

    .index-two-item {
        position: relative;
        margin-top: 40px;
    }

    .index-two-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .home_advantage_list {
        position: relative;
    }

    .home_advantage_cont {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 43.5%;
    }

    .home_advantage_cont_pack {
        width: 100%;
        display: flex;
        height: 238px;
        margin: 20px 0;
        border-radius: 20px;
        transition: all .3s;
        padding: 55px 0;
    }



    .home_advantage_cont_img img {
        width: 40px;
        display: block;
    }

    .home_advantage_cont_text {
        width: calc(100% - 40px);
        padding-left: 15px;
    }

        .home_advantage_cont_text h4 {
            font-size: 34px;
            line-height: 37px;
            color: #000000;
            font-weight: 400;
        }

        .home_advantage_cont_text p {
            font-size: 20px;
            line-height: 28px;
            color: #707986;
            margin-top: 20px;
        }

    .adva_center_cont {
        width: 288px;
        height: 288px;
        background: url(../images/adva_bg.png) no-repeat center/100% 100%;
        font-size: 41px;
        line-height: 54px;
        color: #fff;
        font-weight: bold;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 9
    }

    .home_advantage_cont:nth-child(1) .home_advantage_cont_pack {
        background-image: url('../images/bg1.png');
        background-size: 100% 100%;
    }

    .home_advantage_cont:nth-child(2) .home_advantage_cont_pack {
        background-image: url('../images/bg2.png');
        background-size: 100% 100%;
    }

    .home_advantage_cont:nth-child(3) .home_advantage_cont_pack {
        background-image: url('../images/bg3.png');
        background-size: 100% 100%;
    }

    .home_advantage_cont:nth-child(4) .home_advantage_cont_pack {
        background-image: url('../images/bg4.png');
        background-size: 100% 100%;
    }

    .home_advantage_cont:nth-child(odd) .home_advantage_cont_pack {
        padding-left: 42px;
        padding-right: 115px;
    }

    .home_advantage_cont:nth-child(even) .home_advantage_cont_pack {
        padding-left: 115px;
        padding-right: 42px;
    }

    .index-three {
        padding: 70px 0;
    }

    .index-three-item {
        text-align: center;
        margin-top: 15px;
    }

    .index-four {
        padding-top: 100px;
        padding-bottom: 115px;
        background-image: url(../images/index-fourbg.png);
        background-size: cover;
        background-position: center;
    }





    .index-four-item {
        margin-top: 60px;
    }

    .plan {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .plan .img {
            width: 59%;
            border-radius: 20px;
            overflow: hidden;
        }

            .plan .img .img-a {
                animation: fd .3s linear;
            }



    @keyframes fd {
        0% {
            transform: scale(0)
        }

        100% {
            transform: scale(1)
        }
    }

    .plan .planlist {
        width: 38%;
    }

        .plan .planlist li {
            width: 100%;
            height: auto;
            margin-top: 20px;
            padding: 32px 40px;
            border-radius: 20px;
            background: #FFFFFF;
            /* 过渡 */
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            -ms-transition: all 0.3s;
            transition: all 0.3s;
        }

            .plan .planlist li:hover,
            .plan .planlist li.active {
                background: #006835;
                /* 过渡 */
                -webkit-transition: all 0.3s;
                -moz-transition: all 0.3s;
                -o-transition: all 0.3s;
                -ms-transition: all 0.3s;
                transition: all 0.3s;
            }

            .plan .planlist li:first-child {
                margin-top: 0;
            }

            .plan .planlist li .sub {
                display: flex;
                justify-content: space-between;
                align-items: center;
            }

                .plan .planlist li .sub h3 {
                    font-size: 24px;
                    color: #006835;
                }

            .plan .planlist li:hover .sub h3,
            .plan .planlist li.cur .sub h3 {
                color: #ffffff;
            }

            .plan .planlist li .sub .ico i {
                font-size: 45px;
                color: #006835;
            }

            .plan .planlist li:hover .ico i {
                color: #fff;
            }

            .plan .planlist li .sight {
                margin-top: 10px;
                color: #ffffff;
                display: none;
            }
                /*.plan .planlist li.cur .sight{
      display: block!important;
}*/

                .plan .planlist li .sight p {
                    font-size:16px;
                    color:#fff;
                }

                .plan .planlist li .sight span {
                    display: block;
                    width: 134px;
                    height: 36px;
                    line-height: 36px;
                    text-align: center;
                    color: #66bdff;
                    border-radius: 32px;
                    background-color: #ffffff;
                    margin-top: 21px;
                }

    .index-five {
        padding-top: 120px;
        padding-bottom: 150px;
    }

    .index-five-item {
        margin-top: 10px;
    }

        .index-five-item ul {
            margin: 0 -10px;
            display: flex;
            flex-wrap: wrap;
        }

            .index-five-item ul li {
                width: 25%;
                padding: 0 10px;
                margin-top: 60px;
            }

    .index-five-list {
        display: flex;
        border-radius: 20px;
        overflow: hidden;
        flex-direction: column;
        transition: all 0.5s;
    }

        .index-five-list .img {
            width: 100%;
            height: 260px;
            overflow: hidden;
        }

            .index-five-list .img img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                transition: all 0.5s;
            }

        .index-five-list .text {
            background-color: #F2F5F8;
            padding: 30px;
            color: #000000;
            transition: all 0.5s;
        }

            .index-five-list .text h3 {
                font-size: 20px;
            }

            .index-five-list .text span {
                display: inline-block;
                font-size: 14px;
                margin-top: 20px;
            }

        .index-five-list:hover {
            transform: translateY(-8px);
        }

            .index-five-list:hover .text {
                color: #fff;
                background-color: #006835;
            }

    .index-five-item ul li:nth-child(even) .index-five-list {
        flex-direction: column-reverse;
    }

    .index-five-item .an-but {
        margin-top: 70px;
    }

    .an-but {
        text-align: center;
    }

        .an-but .but {
            min-width: 180px;
            line-height: 50px;
            background-color: #006835;
            font-size: 16px;
            color: #FFFFFF;
            display: inline-block;
            text-align: center;
            transition: all 0.5s;
            cursor: pointer;
            border-radius: 50px;
        }

            .an-but .but:hover {
                opacity: 0.8;
            }

    .index-six {
        background-color: #F2F5F8;
        padding-top: 100px;
        padding-bottom: 150px;
    }

    .index-six-item {
        margin-top: 60px;
        display: flex;
        justify-content: space-between;
    }

        .index-six-item .left {
            display: block;
            width: 51%;
            border-radius: 30px;
            overflow: hidden;
        }

            .index-six-item .left .img {
                width: 100%;
                height: 0;
                padding-bottom: 53%;
                position: relative;
                overflow: hidden;
            }

                .index-six-item .left .img img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    position: absolute;
                    left: 0;
                    top: 0;
                    transition: all 0.5s;
                }

            .index-six-item .left .text {
                background-color: #fff;
                padding: 30px;
                transition: all 0.5s;
            }

                .index-six-item .left .text h3 {
                    font-size: 18px;
                    color: #000000;
                    font-weight: 400;
                }

                .index-six-item .left .text p {
                    font-size: 14px;
                    color: #707070;
                    margin-top: 10px;
                    line-height: 20px;
                    height: 40px;
                }

        .index-six-item .right {
            width: 45.7%;
            background-color: #fff;
            border-radius: 30px;
            overflow: hidden;
            padding: 0 30px;
        }

        .index-six-item .left:hover .text {
            background-color: #006835;
        }

            .index-six-item .left:hover .text h3, .index-six-item .left:hover .text p {
                color: #fff;
            }

        .index-six-item .right ul li {
            padding: 30px 0;
            border-bottom: 1px solid rgba(112,112,112,.11);
        }

    .index-six-list {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .index-six-list .time {
            background-color: #006835;
            border-radius: 10px;
            text-align: center;
            width: 72px;
            padding: 9px 0;
        }

            .index-six-list .time p {
                font-size: 20px;
                color: #FFFFFF;
            }

            .index-six-list .time span {
                font-size: 14px;
                color: #FFFFFF;
            }

        .index-six-list .text {
            width: calc(100% - 72px);
            padding-left: 20px;
        }

            .index-six-list .text h3 {
                font-size: 18px;
                color: #000000;
            }

            .index-six-list .text p {
                font-size: 14px;
                color: #707070;
                margin-top: 10px;
                line-height: 20px;
                height: 40px;
            }

    .index-six-item .right .an-but {
        margin-top: 30px;
    }

    .index-six-list:hover .text h3 {
        color: #006835;
    }


    .footer002.footer {
        width: 100%;
        background-color: #3A3A3A;
    }



    .footer002 .footer-item {
        padding-top: 80px;
        padding-bottom: 20px;
        display: flex;
        justify-content: space-between;
    }

    .footer002 .footer-logo {
        width: 14%;
    }

        .footer002 .footer-logo a {
            display: inline-block;
            max-width: 90%;
        }

    .footer002 .footer-nav {
        width: 75%;
    }

    .footer002 .footer-ewm {
        width: 100px;
    }

    .footer002 .footer-nav ul {
        display: flex;
        justify-content: space-between;
    }

        .footer002 .footer-nav ul li:nth-last-child(1) {
            max-width: 40%;
        }

        .footer002 .footer-nav ul li a {
            display: block;
            font-size: 14px;
            color: #646464;
            line-height: 26px;
        }

            .footer002 .footer-nav ul li a:hover {
                color: #fff;
            }

        .footer002 .footer-nav ul li h3 {
            font-size: 18px;
            color: #FFFFFF;
            font-weight: 400;
            margin-bottom: 30px;
        }

        .footer002 .footer-nav ul li p {
            display: block;
            font-size: 14px;
            color: #646464;
            line-height: 26px;
            position: relative;
        }


    .footer002 .footer-bottom {
        border-top: 1px solid rgba(255, 255, 255, .1);
        text-align: center;
        padding-top: 30px;
        padding-bottom: 20px;
        font-size: 14px;
        color: rgba(255, 255, 255, .5);
    }

        .footer002 .footer-bottom a {
            font-size: 14px;
            color: rgba(255, 255, 255, .4);
        }

            .footer002 .footer-bottom a:hover {
                color: #fff;
            }



    .nei-banner .img img, .nei-banner .video video {
        width: 100%;
        display: block;
    }

    .nei-banner .video {
        display: none;
    }


    .bx-siteMAbout013-top {
        display: flex;
        justify-content: space-between;
    }

        .bx-siteMAbout013-top .left {
            width: 22%;
            position: relative;
            text-align: center;
        }

            .bx-siteMAbout013-top .left .img {
                width: 60%;
                display: inline-block;
            }

        .bx-siteMAbout013-top .right {
            width: 70%;
        }

            .bx-siteMAbout013-top .right .nei-title {
                text-align: left;
                padding-bottom: 40px;
                position: relative;
            }

                .bx-siteMAbout013-top .right .nei-title h3 {
                    font-size: 48px;
                    color: #000000;
                    font-weight: bold;
                }

                .bx-siteMAbout013-top .right .nei-title p {
                    font-size: 28px;
                    color: #000000;
                    margin-top: 10px;
                }

                .bx-siteMAbout013-top .right .nei-title::before {
                    content: "";
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    display: block;
                    width: 70%;
                    height: 2px;
                    background-color: #006835;
                }

            .bx-siteMAbout013-top .right .texts {
                padding-top: 30px;
            }

                .bx-siteMAbout013-top .right .texts .p1 {
                    font-size: 28px;
                    color: #000000;
                }

                .bx-siteMAbout013-top .right .texts .p2 {
                    font-size: 18px;
                    color: #6A6A6A;
                    margin-top: 40px;
                    white-space: pre-line;
                }

    .bx-siteMAbout013-bottom {
        text-align: center;
    }

        .bx-siteMAbout013-bottom img {
            width: 100%;
        }

    .bx-siteMAbout013-item {
        border: 1px solid #D4D4D4;
        padding: 100px;
    }

    .bx-siteMAbout013 {
        padding-top: 100px;
        padding-bottom: 70px;
    }

    @media (max-width: 1600px) {
        .bx-siteMAbout013-top .left .img {
            width: 70%;
        }

        .bx-siteMAbout013-top .right .nei-title h3 {
            font-size: 32px;
        }

        .bx-siteMAbout013-top .right .nei-title p {
            font-size: 18px;
        }

        .bx-siteMAbout013-top .right .nei-title {
            padding-bottom: 20px;
        }

        .bx-siteMAbout013-top .right .texts {
            padding-top: 20px;
        }

            .bx-siteMAbout013-top .right .texts .p1 {
                font-size: 20px;
            }

            .bx-siteMAbout013-top .right .texts .p2 {
                margin-top: 30px;
                font-size: 16px;
            }
    }

   /* @media (max-width: 1000px) {
        .bx-siteMAbout013-top .right .nei-title h3 {
            font-size: 24px;
        }

        .bx-siteMAbout013-top .right .nei-title p {
            font-size: 18px;
        }

        .bx-siteMAbout013-top .left {
            display: none;
        }

        .bx-siteMAbout013-top .right {
            width: 100%;
        }

            .bx-siteMAbout013-top .right .nei-title {
                padding-bottom: 20px;
            }

            .bx-siteMAbout013-top .right .texts .p1 {
                font-size: 18px;
            }

            .bx-siteMAbout013-top .right .texts {
                padding-top: 15px;
            }

                .bx-siteMAbout013-top .right .texts .p2 {
                    margin-top: 15px;
                }

        .bx-siteMAbout013-top {
            padding-bottom: 30px;
        }
    }*/



    .about-two {
        padding-top: 100px;
        padding-bottom: 100px;
        background-image: url(../images/aboutus-bg.png);
        background-size: cover;
        background-position: center;
    }

    .about-two-item {
        margin-top: 80px;
        text-align: center;
    }

    .about-three {
        padding-top: 120px;
    }

    .about-three-item {
        margin-top: 80px;
        position: relative;
    }

        .about-three-item .about-three-list .img img {
            width: 100%;
        }

        .about-three-item .about-three-list .text {
            text-align: center;
            font-size: 20px;
            color: #626262;
            padding: 30px 0;
        }

        .about-three-item::before {
            content: '';
            display: block;
            width: 110%;
            height: 110px;
            position: absolute;
            bottom: 0;
            left: -5%;
            background-image: url('../images/ryzz-bg.png');
            background-size: 100% 100%;
        }

    .about-four {
        padding-top: 120px;
        padding-bottom: 130px;
    }

    .about-four-item {
        margin-top: 70px;
    }

    .bx-siteList008-item ul {
        margin: 0 -20px;
        overflow: hidden;
    }

        .bx-siteList008-item ul li {
            padding: 0 20px;
            float: left;
            width: 33.33%;
        }

    .bx-siteList008-list {
        display: block;
        transition: all 0.5s;
        position: relative;
        background-color: #F2F5F8;
        padding: 60px 30px 40px 30px;
        margin: 10px 0;
        overflow: hidden;
        transition: all 0.5s;
    }

        .bx-siteList008-list h3 {
            font-size: 36px;
            color: #333;
            margin-bottom: 10px;
        }

        .bx-siteList008-list span {
            font-size: 24px;
            font-weight: bold;
            color: #006835;
        }

        .bx-siteList008-list p {
            font-size: 16px;
            color: #666;
            margin-top: 15px;
        }

        .bx-siteList008-list:hover {
            background-color: #006835;
        }

            .bx-siteList008-list:hover h3, .bx-siteList008-list:hover p, .bx-siteList008-list:hover span {
                color: #fff;
            }

    @media screen and (max-width: 1500px) {
        .bx-siteList008-list {
            padding: 50px 30px 30px 30px;
        }

            .bx-siteList008-list h3 {
                font-size: 32px;
            }

            .bx-siteList008-list span {
                font-size: 20px;
            }

        .bx-siteList008-item ul {
            margin: 0 -10px;
        }

            .bx-siteList008-item ul li {
                padding: 0 10px;
            }
    }

    @media screen and (max-width: 1200px) {
        .bx-siteList008-list p {
            font-size: 14px;
        }
    }

   /* @media screen and (max-width: 1000px) {
        .bx-siteList008-item ul li {
            width: 100%;
        }

        .bx-siteList008-list {
            padding: 30px 20px 20px 20px;
        }

            .bx-siteList008-list h3 {
                font-size: 22px;
            }

            .bx-siteList008-list span {
                font-size: 18px;
            }

            .bx-siteList008-list p {
                margin-top: 10px;
                line-height: 22px;
                height: 44px;
            }
    }*/

    .bx-siteLr002 {
        margin-top: 100px;
        padding-bottom: 100px;
    }

    .news-rm {
        display: flex;
        justify-content: space-between;
        border-radius: 30px;
        overflow: hidden;
    }

        .news-rm .img {
            width: 50%;
            overflow: hidden;
        }

            .news-rm .img img {
                width: 100%;
                transition: all 0.5s;
            }

        .news-rm .text {
            width: 50%;
            background-color: #F6F6F6;
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 7%;
        }

        .news-rm h3 {
            font-size: 36px;
            color: #202020;
            margin-bottom: 20px;
        }

        .news-rm span {
            font-size: 16px;
            color: #BFBFBF;
            display: inline-block;
        }

        .news-rm p {
            font-size: 16px;
            color: #626262;
            margin-top: 30px;
        }


    .bx-siteLr002-item {
        margin-top: 80px;
    }

    .bx-siteLr002-list {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 0;
    }

        .bx-siteLr002-list .img {
            width: 320px;
            overflow: hidden;
            border-radius: 10px;
        }

            .bx-siteLr002-list .img img {
                width: 100%;
                transition: all 0.5s;
            }

        .bx-siteLr002-list .text {
            width: calc(100% - 320px);
            padding-left: 30px;
        }

            .bx-siteLr002-list .text h3 {
                font-size: 20px;
                color: #151515;
                margin-bottom: 15px;
                transition: all 0.3s;
            }

            .bx-siteLr002-list .text span {
                font-size: 14px;
                color: #BFBFBF;
                display: inline-block;
                margin-right: 40px;
            }

            .bx-siteLr002-list .text p {
                font-size: 16px;
                color: #6A6A6A;
                margin-top: 20px;
            }



        .bx-siteLr002-list:hover .text h3 {
            color: #006835;
        }

@media screen and (max-width: 1600px) {
    .bx-siteLr002-list .img{
        width:280px;
    }
    .bx-siteLr002-list .text{
        width:calc(100% - 280px);
    }
}
   /* @media screen and (max-width: 1000px) {
        .bx-siteLr002-list {
            flex-direction: column;
        }

            .bx-siteLr002-list .img {
                width: 100%;
                border-radius: 10px;
            }

            .bx-siteLr002-list .text {
                width: 100%;
                padding-left: 0;
                margin-top: 20px;
            }

                .bx-siteLr002-list .text small {
                    display: none;
                }

                .bx-siteLr002-list .text h3 {
                    margin-bottom: 10px;
                }

                .bx-siteLr002-list .text p {
                    margin-top: 10px;
                    font-size: 14px;
                }

                .bx-siteLr002-list .text h3 {
                    font-size: 18px;
                }
    }*/


    .AgriculturalTrade-one {
        margin-top: 100px;
        margin-bottom: 115px;
    }

        .AgriculturalTrade-one .text {
            font-size: 16px;
            color: #666666;
            white-space: pre-line;
        }

        .AgriculturalTrade-one .img {
            text-align: center;
            margin-top: 50px;
        }

    .AgriculturalTrade-two {
        padding-top: 75px;
        padding-bottom: 65px;
        background-image: url(../images/AgriculturalTrade-twobg.png);
        background-size: cover;
        background-position: center;
    }

    .AgriculturalTrade-two-item {
        margin-top: 70px;
    }

    .AgriculturalTrade-img {
        text-align: center;
    }

    .AgriculturalTrade-three {
        padding: 70px 0;
    }

    .AgriculturalTrade-text {
        font-size: 16px;
        color: #666666;
        white-space: pre-line;
        text-align: center;
    }

    .AgriculturalTrade-four {
        padding: 70px 0;
        background-color: #EEF2F5;
    }

        .AgriculturalTrade-four .AgriculturalTrade-text {
            margin-top: 50px;
        }

        .AgriculturalTrade-four .AgriculturalTrade-img {
            margin-top: 50px;
        }

    .AgriculturalTrade-five {
        background-image: url(../images/AgriculturalTrade-fivebg.png);
        background-size: cover;
        background-position: center;
        padding-top: 70px;
        padding-bottom: 140px;
    }

    .AgriculturalTrade-five-item .AgriculturalTrade-img {
        margin-top: 50px;
    }

    .AgriculturalTrade-five-item .AgriculturalTrade-fiveTwo, .AgriculturalTrade-five-item .AgriculturalTrade-fiveThree {
        margin-top: 140px;
    }


    .AgriculturalBatch-one {
        margin-top: 100px;
    }

    .AgriculturalBatch-two {
        margin-top: 100px;
        margin-bottom: 70px;
    }

    .AgriculturalBatch-two-item {
    }

        .AgriculturalBatch-two-item ul {
            display: flex;
            flex-wrap: wrap;
            margin: 0 -13px;
        }

            .AgriculturalBatch-two-item ul li {
                width: 25%;
                padding: 0 13px;
                margin-top: 60px;
            }

    .AgriculturalBatch-two-list {
        padding-top: 30px;
        text-align: right;
        position: relative;
    }

        .AgriculturalBatch-two-list .img {
            width: 160px;
            height: 0;
            padding-bottom: 61%;
            overflow: hidden;
            position: absolute;
            left: 0;
            top: 0;
        }

            .AgriculturalBatch-two-list .img img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                position: absolute;
                left: 0;
                top: 0;
                transition: all 0.5s;
            }

        .AgriculturalBatch-two-list .text {
            width: 67%;
            display: inline-block;
            text-align: left;
            min-height: 230px;
            position: relative;
            z-index: 2;
            background-color: #fff;
            box-shadow: 0 2px 10px rgba(0,33,17,.1);
            padding: 30px 20px;
            transition: all 0.5s;
        }

            .AgriculturalBatch-two-list .text h3 {
                font-size: 20px;
                color: #1F1F1F;
            }

            .AgriculturalBatch-two-list .text p {
                font-size: 16px;
                color: #666666;
                margin-top: 20px;
                line-height: 28px;
            }

        .AgriculturalBatch-two-list:hover .text {
            transform: translateY(-8px);
        }

    .AgriculturalBatch-three {
        position:relative;
    }
        .AgriculturalBatch-three .index-title{
            position:absolute;
            width:100%;
            top:4.5%;
            left:0;
            z-index:2;
        }

        .AgriculturalBatch-three-item {
            margin-top: 80px;
        }

    .AgriculturalBatch-four {
        padding-top: 70px;
        padding-bottom: 100px;
    }

    .AgriculturalBatch-four-item {
        margin-top: 60px;
    }

    .AgriculturalBatch-five {
        padding-top: 75px;
        padding-bottom: 65px;
        background-image: url(../images/AgriculturalBatch-fivebg.png);
        background-size: cover;
        background-position: center;
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .AgriculturalBatch-five-item {
        margin-top: 70px;
    }

    .SmartRegulation-one {
        margin-top: 100px;
    }

    .SmartRegulation-one-text {
        font-size: 16px;
        color: #666666;
        white-space: pre-line;
    }

    .SmartRegulation-two {
        padding-top: 70px;
        padding-bottom: 150px;
        background-color: #EEF2F5;
        margin-top: 70px;
    }

    .SmartRegulation-two-item {
        margin-top: 70px;
    }

    .SmartRegulation-three {
        margin-top: 70px;
    }

        .SmartRegulation-three .AgriculturalTrade-text {
            margin-top: 50px;
        }

        .SmartRegulation-three .AgriculturalTrade-img {
            margin-top: 50px;
        }

    .SmartRegulation-four-nav {
        margin-top: 100px;
    }

        .SmartRegulation-four-nav ul {
            display: flex;
            justify-content: space-between;
            border-bottom: 1px solid #BCBCBC;
        }

            .SmartRegulation-four-nav ul li {
                display: block;
                font-size: 26px;
                color: #777777;
                cursor: pointer;
                padding-bottom: 25px;
                position: relative;
            }

                .SmartRegulation-four-nav ul li::before {
                    content: '';
                    display: block;
                    width: 0;
                    height: 5px;
                    position: absolute;
                    left: 50%;
                    bottom: 0;
                    background-color: #006835;
                    transform: translate(-50%,0);
                    transition: all 0.5s;
                }

                .SmartRegulation-four-nav ul li.active {
                    color: #008832;
                }

                    .SmartRegulation-four-nav ul li.active::before, .SmartRegulation-four-nav ul li:hover::before {
                        width: 100%;
                    }

    .SmartRegulation-four {
        margin-top: 140px;
    }

    .SmartRegulation-four-item {
        margin-top: 50px;
    }

    .four-item-listBox {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .four-item-listBox .left {
            width: 48%;
        }

            .four-item-listBox .left .text {
                padding-left: 55px;
            }

                .four-item-listBox .left .text h3 {
                    font-size: 39px;
                    color: #4D4D4D;
                    padding-bottom: 40px;
                    border-bottom: 1px solid #BCBCBC;
                    position: relative;
                }

                    .four-item-listBox .left .text h3::after {
                        content: '“';
                        display: block;
                        font-size: 80px;
                        color: #BCBCBC;
                        position: absolute;
                        left: -40px;
                        top: 0;
                        line-height: 1;
                    }

                .four-item-listBox .left .text p {
                    font-size: 24px;
                    color: #333333;
                    margin-top: 40px;
                }

        .four-item-listBox .right {
            width: 48%;
            text-align: right;
        }

/*    .four-item-list {
        display: none;
    }*/

    .SmartRegulation-five {
        margin-top: 100px;
        margin-bottom: 100px;
    }

        .SmartRegulation-five .AgriculturalTrade-img {
            margin-top: 70px;
        }

    .case .index-five-item ul li .index-five-list {
        flex-direction: column;
    }

    .case {
        margin-bottom: 120px;
    }


    .case-rm {
        margin-top: 100px;
        margin-bottom: 100px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-radius: 30px;
        overflow: hidden;
    }

        .case-rm .img {
            width: 33.33%;
            overflow: hidden;
        }

            .case-rm .img img {
                width: 100%;
                transition: all 0.5s;
            }

        .case-rm .text {
            width: 66.66%;
            padding-left: 50px;
        }

            .case-rm .text h3 {
                font-size: 36px;
                color: #202020;
                font-weight: bold;
            }

            .case-rm .text p {
                font-size: 16px;
                color: #626262;
                margin-top: 40px;
            }

    .case .index-five-item ul {
        padding-bottom: 20px;
    }


    .ConractUs001-item {
        padding-top: 50px;
        padding-bottom: 120px;
    }

    .ConractUs001-top {
        display: flex;
        justify-content: space-between;
        margin-top: 60px;
    }

        .ConractUs001-top .left {
            flex: 1;
            padding-right: 10%;
        }

            .ConractUs001-top .left ul li {
                display: flex;
                align-items: center;
                margin: 18px 0;
                font-size: 16px;
                color: #707070;
            }

                .ConractUs001-top .left ul li p {
                    flex: 1;
                    padding-left: 10px;
                    white-space: break-spaces;
                }

                .ConractUs001-top .left ul li span i {
                    display: inline-block;
                    width: 50px;
                    height: 50px;
                    text-align: center;
                    line-height: 50px;
                    background-color: #006835;
                    border-radius: 5px;
                    font-size: 24px;
                    color: #fff;
                    vertical-align: middle;
                }

        .ConractUs001-top .right .img {
            display: inline-block;
            text-align: center;
            width: 175px;
            font-size: 14px;
            color: #707070;
        }

            .ConractUs001-top .right .img img {
                width: 100%;
            }

            .ConractUs001-top .right .img p {
                margin-top: 10px;
            }

    .ConractUs001-map {
        margin-top: 60px;
    }

        .ConractUs001-map img, .ConractUs001-map iframe {
            width: 100%;
        }

    @media screen and (max-width: 1600px) {

        .ConractUs001-map {
            margin-top: 40px;
        }

        .nei-banner .text h3 {
            font-size: 40px;
        }

        .ConractUs001-top .right .img {
            width: 165px;
        }

        .ConractUs001-top .left ul li {
            margin: 15px 0;
        }
    }

    .Product-one {
        margin-top: 60px;
        margin-bottom: 80px;
    }

    .Product-one-item ul {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -20px;
    }

        .Product-one-item ul li {
            width: 33.33%;
            padding: 0 20px;
            margin-top: 55px;
        }

    .Product-one-list {
        display: block;
        width: 100%;
    }

        .Product-one-list .img {
            width: 100%;
            height: 245px;
            overflow: hidden;
            border: 1px solid #E4E4E4;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .Product-one-list .img img {
                max-width: 100%;
                max-height: 100%;
                transition: all 0.5s;
            }

        .Product-one-list .text {
            padding-top: 20px;
        }

            .Product-one-list .text h3 {
                font-size: 20px;
                color: #000000;
            }

            .Product-one-list .text p {
                font-size: 16px;
                color: #666666;
                white-space: pre-line;
                border-left: 8px solid #006835;
                margin-top: 20px;
                padding-left: 15px;
            }

    .Product-two {
        padding-top: 90px;
        background-image: url(../images/Product-twobg.png);
        background-size: cover;
        background-position: center;
    }

    .Product-two-item {
        display: flex;
        justify-content: space-between;
        align-items: end;
    }

        .Product-two-item .img {
            width: 57%;
        }

            .Product-two-item .img img {
                max-width: fit-content;
                margin-left: -32%;
            }

        .Product-two-item .text {
            width: 43%;
            padding-bottom: 120px;
        }

    .pro-title {
        font-size: 48px;
        color: #000000;
        font-weight: bold;
    }

    .pro-text {
        font-size: 16px;
        color: #666666;
        margin-top: 30px;
        white-space: pre-line;
    }

    .pro-dashed {
        padding: 15px;
        border: 1px dashed #006835;
        font-size: 20px;
        color: #006835;
        margin-top: 25px;
    }

    .pro-tags {
        margin-top: 25px;
    }

        .pro-tags span {
            background-color: rgba(0,104,53,.06);
            font-size: 18px;
            color: #006835;
            padding: 8px 24px;
            display: inline-block;
            margin-right: 17px;
            margin-top: 20px;
            min-width: 120px;
            text-align: center;
        }

    .Product-three {
        margin-top: 140px;
    }

    .Product-three-item {
        display: flex;
        justify-content: space-between;
        align-items: end;
    }

        .Product-three-item .text {
            width: 43%;
        }

        .Product-three-item .img {
            width: 57%;
            text-align: right;
            padding: 0 40px 0 40px;
        }

    .Product-four {
        margin-top: 150px;
        padding-bottom: 57px;
        position: relative;
    }

    .Product-four-item {
        display: flex;
    }

        .Product-four-item .text {
            width: 43%;
            padding: 20px;
        }

            .Product-four-item .text .pro-text {
                margin-top: 100px;
                color: #fff;
            }

            .Product-four-item .text .pro-tags span {
                background-color: rgba(255,255,255,.15);
                color: #fff;
            }

        .Product-four-item .img {
            width: 57%;
            padding: 0 40px 0 40px;
            text-align: right;
        }

    .Product-four::after {
        content: '';
        display: block;
        width: 100%;
        height: 74%;
        background-color: #006835;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: -1;
    }

    .Product-five {
        margin-top: 140px;
    }

    .Product-five-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .Product-five-item .text {
            width: 46%;
        }

        .Product-five-item .img {
            width: 54%;
            padding-right: 40px;
        }

    .Product-six {
        padding: 30px 0;
        margin-top: 75px;
        background-image: url(../images/Product-two5bg.png);
        background-size: cover;
        background-position: center;
    }

        .Product-six .Product-three-item {
            align-items: flex-start;
        }

            .Product-six .Product-three-item .text {
                width: 50%;
                padding-top: 60px;
            }

            .Product-six .Product-three-item .img {
                width: 50%;
            }

    .Product-seven {
        padding: 140px 0;
    }

        .Product-seven .pro-tags {
            margin-top: 0;
        }

        .Product-seven .pro-text {
            margin-top: 20px;
        }

        .Product-seven .Product-three-item, .Product-eight .Product-three-item {
            align-items: center;
        }

            .Product-eight .Product-three-item .img {
                padding-right: 60px;
            }

    .pro-tag2 {
        display: flex;
        flex-wrap: wrap;
    }

        .pro-tag2 span {
            width: calc(33.33% - 22px);
            background-color: #006835;
            margin-right: 30px;
            padding: 20px 15px;
            font-size: 16px;
            color: #FFFFFF;
            margin-top: 40px;
        }

            .pro-tag2 span:nth-child(3n) {
                margin-right: 0;
            }

    .Product-eight {
        padding: 50px 0;
        margin-top: 75px;
        background-image: url(../images/Product-two8bg.png);
        background-size: cover;
        background-position: center;
    }

    .Product-nine {
        padding: 140px 0;
    }

        .Product-nine .Product-three-item {
            align-items: center;
        }

            .Product-nine .Product-three-item .img {
                text-align: center;
            }

    .Product-ten {
        padding-top: 145px;
        position: relative;
    }

        .Product-ten::before {
            content: '';
            display: block;
            width: 50%;
            height: 86%;
            position: absolute;
            left: 0;
            top: 0;
            background-color: #EAF0ED;
        }

    .Product-ten-item {
        display: flex;
        justify-content: space-between;
        position: relative;
        z-index: 1
    }

        .Product-ten-item .img {
            width: 50%;
            padding-left: 50px;
        }

            .Product-ten-item .img img {
                width: 100%;
            }

        .Product-ten-item .text {
            width: 50%;
            padding: 38px;
            background-color: #F9F9F9;
        }

            .Product-ten-item .text .pro-tags {
                margin-top: 0;
            }

        .Product-ten-item::after {
            content: '';
            display: block;
            width: 220px;
            height: 188px;
            background-image: url(../images/Product-ten-icon.png);
            background-size: cover;
            background-position: center;
            position: absolute;
            right: 0;
            bottom: 0;
            transform: translate(50%,50%);
            z-index: -1
        }

    .ProductSoftware-one {
        margin-top: 60px;
    }

    .ProductSoftware-one-item {
        margin-top: 40px;
    }

    .ProductSoftware-two {
        margin-top: 140px;
    }

    .ProductSoftware-two-item {
        margin-top: 40px;
    }

    .ProductSoftware-three {
        margin-top: 140px;
    }

    .ProductSoftware-three-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .ProductSoftware-three-item .img {
            width: 50%;
        }

        .ProductSoftware-three-item .text {
            width: 50%;
            padding-left: 20px;
        }

    .ProductSoftware-four {
        margin-top: 140px;
    }

    .ProductSoftware-four-item {
        margin-top: 50px;
    }

        .ProductSoftware-four-item .AgriculturalTrade-img {
            margin-top: 30px;
        }

    .ProductSoftware-five {
        margin-top: 140px;
    }

    .ProductSoftware-five-item {
        margin-top: 50px;
        text-align: left;
    }

    .ProductSoftware-five-img ul {
        display: flex;
        margin: 0 -2%;
        flex-wrap: wrap;
    }

        .ProductSoftware-five-img ul li {
            width: 50%;
            padding: 0 2%;
            margin-top: 30px;
        }

    .ProductSoftware-five-img.fl3 ul li {
        text-align: center;
        width: 33.33%;
    }

        .ProductSoftware-five-img.fl3 ul li img {
            width: auto;
        }

    .ProductSoftware-five-img ul li img {
        width: 100%;
    }

    .ProductSoftware-five-img ul li > h3 {
        font-size: 18px;
        color: #666666;
        margin-bottom: 15px;
    }

    .ProductSoftware-eight-text ul {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -1%;
    }

        .ProductSoftware-eight-text ul li {
            width: 50%;
            padding: 0 1%;
            margin-top: 37px;
        }

            .ProductSoftware-eight-text ul li .text, .text-box {
                padding: 15px;
                border: 1px dashed #006835;
                font-size: 16px;
                color: #666666;
                white-space: pre-line;
                height: 100%;
            }

                .ProductSoftware-eight-text ul li .text span, .text-box span {
                    color: #006835;
                }

    .ProductSoftware-nine {
        margin-top: 140px;
        padding-top: 80px;
        padding-bottom: 100px;
        background-image: url(../images/ProductSoftware-ninebg.png);
        background-size: cover;
        background-position: center;
    }

    .ProductSoftware-twelve {
        padding-top: 100px;
        margin-top: 140px;
    }

        .ProductSoftware-twelve .Product-ten-item .text {
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

    .ProductSoftware-fourteen {
        margin-bottom: 140px;
    }

        .ProductSoftware-fourteen .text-box {
            height: auto;
            margin-top: 15px;
        }


    @media (max-width: 1600px) {
        .index-one {
            padding-top: 80px;
            padding-bottom: 130px;
        }

        .index-title h3 {
            font-size: 40px;
        }

        .index-one-item {
            margin-top: 80px;
        }

        .index-one-title {
            width: 280px;
            height: 420px;
            padding: 30px;
            border-radius: 20px;
        }

            .index-one-title h3 {
                font-size: 30px;
                line-height: 38px;
                padding-bottom: 20px;
            }

            .index-one-title p {
                font-size: 20px;
            }

        .index-one-swiper {
            width: calc(100% - 280px);
            padding-left: 40px;
        }

        .index-one-list {
            height: 420px;
            border-radius: 20px;
            padding: 25px;
        }

        .index-one-swiper .swiper-container .swiper-slide {
            width: 220px;
        }

        .index-one-list .icons {
            height: 130px;
        }

        .index-one-list .text h3 {
            font-size: 18px;
        }

        .index-one-list:hover .text h3 {
            font-size: 20px;
            color: #006835;
            padding-bottom: 30px;
        }

        .index-one-list .text p {
            font-size: 18px;
            line-height: 30px;
        }

        .index-two {
            padding-top: 130px;
            padding-bottom: 150px;
        }

        .home_advantage_cont_pack {
            height: 195px;
            padding: 35px 0;
            margin: 15px 0;
        }

        .adva_center_cont {
            width: 240px;
            height: 240px;
            font-size: 35px;
            line-height: 45px;
        }

        .home_advantage_cont:nth-child(odd) .home_advantage_cont_pack {
            padding-left: 35px;
            padding-right: 80px;
        }

        .home_advantage_cont:nth-child(even) .home_advantage_cont_pack {
            padding-left: 80px;
            padding-right: 35px;
        }

        .home_advantage_cont_img img {
            width: 30px;
        }

        .home_advantage_cont_text {
            width: calc(100% - 30px);
        }

            .home_advantage_cont_text h4 {
                font-size: 28px;
                line-height: 33px;
            }

            .home_advantage_cont_text p {
                font-size: 18px;
            }

        .index-four {
            padding-top: 80px;
            padding-bottom: 95px;
        }

        .plan .planlist li {
            padding: 21px 30px;
            border-radius: 15px;
        }

            .plan .planlist li .sub h3 {
                font-size: 22px;
            }

            .plan .planlist li .sub .ico i {
                font-size: 43px;
            }

        .index-four-item {
            margin-top: 45px;
        }

        .index-five {
            padding-top: 100px;
            padding-bottom: 130px;
        }

        .index-five-list .img {
            height: 207px;
        }

        .index-five-list .text {
            padding: 25px;
        }

            .index-five-list .text span {
                margin-top: 15px;
            }

            .index-five-list .text h3 {
                font-size: 18px;
            }

        .index-five-item .an-but {
            margin-top: 50px;
        }

        .an-but .but {
            min-width: 165px;
            line-height: 47px;
        }

        .index-six {
            padding-top: 100px;
            padding-bottom: 130px;
        }

        .index-six-item .left {
            border-radius: 20px;
        }

        .index-six-item .right {
            border-radius: 20px;
        }

            .index-six-item .right ul li {
                padding: 20px 0;
            }

            .index-six-item .right .an-but {
                margin-top: 20px;
            }

        .footer002 .footer-item {
            padding-top: 55px;
            padding-bottom: 20px;
        }

        .footer002 .footer-nav ul li:nth-last-child(1) {
            max-width: 50%;
        }

        .about-two {
            padding-top: 80px;
            padding-bottom: 80px;
        }

        .about-three {
            padding-top: 100px;
        }

        .about-three-item .about-three-list .text {
            font-size: 16px;
            padding: 20px 0;
        }

        .about-three-item {
            margin-top: 60px;
        }

        .about-four {
            padding: 100px 0;
        }

        .bx-siteList008-list p {
            font-size: 14px;
        }

        .AgriculturalTrade-one {
            margin-top: 80px;
            margin-bottom: 95px;
        }

        .AgriculturalBatch-one, .SmartRegulation-one {
            margin-top: 80px;
        }

        .AgriculturalBatch-two-list .text h3 {
            font-size: 18px;
        }

        .AgriculturalBatch-two-list .text p {
            font-size: 14px;
            margin-top: 15px;
            line-height: 23px;
        }

        .AgriculturalBatch-two-list .img {
            width: 130px;
        }

        .SmartRegulation-four-nav ul li {
            font-size: 22px;
            padding-bottom: 20px;
        }

            .SmartRegulation-four-nav ul li::before {
                height: 3px;
            }

        .four-item-listBox .left .text h3 {
            font-size: 32px;
            padding-bottom: 35px;
        }

        .four-item-listBox .left .text p {
            font-size: 20px;
            margin-top: 33px;
        }

        .SmartRegulation-four-nav {
            margin-top: 80px;
        }

        .SmartRegulation-four {
            margin-top: 110px;
        }

        .SmartRegulation-five {
            margin-top: 80px;
            margin-bottom: 80px;
        }

            .SmartRegulation-five .AgriculturalTrade-img {
                margin-top: 45px;
            }

        .Product-one-list .img {
            height: 190px;
        }

        .Product-one-list .text {
            padding-top: 15px;
        }

            .Product-one-list .text h3 {
                font-size: 18px;
            }

            .Product-one-list .text p {
                font-size: 15px;
                border-left: 5px solid #006835;
                margin-top: 15px;
            }

        .Product-two {
            padding-top: 70px;
        }

        .pro-title {
            font-size: 40px;
        }

        .pro-text {
            font-size: 15px;
            margin-top: 20px;
        }

        .pro-dashed {
            padding: 10px;
            font-size: 18px;
            margin-top: 20px;
        }

        .pro-tags {
            margin-top: 15px;
        }

            .pro-tags span {
                margin-right: 10px;
                margin-top: 15px;
                padding: 6px 18px;
                font-size: 16px;
            }

        .Product-three, .Product-five {
            margin-top: 100px;
        }

        .Product-four {
            margin-top: 120px;
        }

        .Product-seven, .Product-nine {
            padding: 100px 0;
        }

        .Product-eight {
            margin-top: 15px;
        }

        .pro-tag2 span {
            width: calc(33.33% - 14px);
            margin-right: 20px;
            padding: 15px 13px;
            font-size: 14px;
        }

        .Product-ten {
            padding-top: 95px;
        }

            .Product-ten::before {
                height: 70%;
            }

        .Product-ten-item::after {
            width: 165px;
            height: 133px;
        }

        .ProductSoftware-two, .ProductSoftware-three, .ProductSoftware-four, .ProductSoftware-five {
            margin-top: 100px;
        }

        .ProductSoftware-four-item {
            margin-top: 30px;
        }

        .ProductSoftware-nine {
            margin-top: 100px;
            padding-top: 60px;
            padding-bottom: 80px;
        }

        .ProductSoftware-fourteen {
            margin-bottom: 100px;
        }

        .case-rm {
            margin-top: 80px;
            margin-bottom: 80px;
            border-radius: 20px;
        }

            .case-rm .text {
                padding-left: 35px;
            }

                .case-rm .text h3 {
                    font-size: 30px;
                }

                .case-rm .text p {
                    margin-top: 30px;
                }

        .index-five-item ul li {
            margin-top: 40px;
        }

        .index-five-list {
            border-radius: 15px;
        }

        .case {
            margin-bottom: 90px;
        }

        .bx-siteLr002 {
            margin-top: 80px;
            padding-bottom: 80px;
        }

        .news-rm .text {
            padding: 4%;
        }

        .news-rm h3 {
            font-size: 30px;
        }

        .news-rm p {
            margin-top: 20px;
        }

        .bx-siteLr002-item {
            margin-top: 60px;
        }

        .bx-siteLr002-list {
            padding: 15px 0;
        }
    }


    @media (max-width: 1200px) {
        .adva_center_cont {
            width: 200px;
            height: 200px;
        }

        .home_advantage_cont_pack {
            height: 165px;
            padding: 20px 0;
        }

        .plan .planlist li {
            padding: 12px 30px;
        }

        .index-five-list .img {
            height: 170px;
        }

        .index-five-list .text {
            padding: 18px;
        }

            .index-five-list .text span {
                margin-top: 10px;
            }

        .index-six-item .right ul li {
            padding: 14px 0;
        }

        .AgriculturalBatch-two-list .text {
            padding: 20px 15px;
            min-height: 185px;
        }

            .AgriculturalBatch-two-list .text h3 {
                font-size: 16px;
            }

            .AgriculturalBatch-two-list .text p {
                margin-top: 8px;
                line-height: 20px;
            }

        .SmartRegulation-four-nav ul li {
            font-size: 18px;
        }
    }

/*@media (max-width: 1000px) {
    .banner, .nei-banner{
        margin-top:92px;
    }
    .header{
        background-color:#fff !important;
        opacity:1 !important;
    }
    .bx-header001 .bx-logo img:nth-child(1){
        display:inline-block !important;
    }
    .bx-header001 .bx-logo img:nth-child(2) {
        display: none !important;
    }
    .banner .swiper-pagination-bullet.swiper-pagination-bullet-active{
        width:30px;
    }
    .index-one{
        padding:30px 0;
    }
    .index-title h3{
        font-size:24px;
    }
    .index-one-item{
        margin-top:20px;
    }
    .index-one-title {
        height: auto;
        width: 100%;
        padding: 15px;
        border-radius: 10px;
        text-align:center;
    }
    .index-one-item{
        flex-direction:column;
    }
    .index-one-title h3 {
        font-size: 20px;
        line-height: 25px;
        padding-bottom: 10px;
        width:100%;
    }
    .index-one-title p{
        width:100%;
        padding-top:10px;
        font-size:16px;
    }
    .index-one-swiper{
        width:100%;
        padding-left:0;
        margin-top:15px;
    }
    .index-one-list{
        height:280px;
    }
        .index-one-list .text{
            margin-top:40px;
        }
    .index-one-swiper .swiper-container .swiper-slide{
        width:200px;
    }
    .index-one::before {
        display: none;
    }
    .index-two{
        padding:30px 0;
    }
    .adva_center_cont{
        display:none;
    }
    .index-two-box {
        justify-content: space-between;
        align-items: inherit;
    }
    .home_advantage_cont{
        width:49%;
    }
    .home_advantage_cont_pack {
        background-color: #FFF;
        height: auto;
        padding: 15px !important;
        margin:5px 0;
        border-radius:10px;
    }
    .home_advantage_cont_img img{
        width:25px;
    }
    .home_advantage_cont_text{
        width:calc(100% - 25px);
    }
    .index-two-item {
        margin-top: 15px;
    }
    .home_advantage_cont_text h4 {
        font-size: 18px;
    }
    .home_advantage_cont_text p{
        margin-top:8px;
        font-size:14px;
        line-height:25px;
    }
    .index-three{
        padding:30px 0;
    }
    .index-four{
        padding:30px 0;
    }
    .plan{
        flex-direction:column;
        margin-top:15px;
    }
        .plan .planlist{
            width:100%;
            display:flex;
            flex-wrap:wrap;
            justify-content:space-between;
        }
        .plan .img{
            width:100%;
            margin-top:15px;
           border-radius:10px;
        }
        .plan .planlist li{
            width:48%;
            border-radius:10px;
            padding:10px 15px;
            margin-top:10px !important;
        }
            .plan .planlist li .sub h3{
                font-size:18px;
            }
            .plan .planlist li .sub .ico i{
                font-size:30px;
            }
    .index-five{
        padding:30px 0;
    }
    .index-five-item ul{
        margin:0 -5px;
    }
    .index-five-item ul li {
        width: 50%;
        margin-top: 15px;
        padding: 0 5px;
    }
    .index-five-list {
        border-radius: 10px;
    }
    .index-five-item .an-but{
        margin-top:20px;
    }
    .index-five-list .text{
        padding:12px;
    }
        .index-five-list .text h3{
            font-size:16px;
        }
    .an-but .but {
        font-size: 14px;
        min-width: 140px;
        line-height: 40px;
    }
    .index-six{
        padding:30px 0;
    }
    .index-six-item{
        margin-top:25px;
        flex-direction:column;
    }
        .index-six-item .left{
            width:100%;
           border-radius:10px;
        }
        .index-six-item .right{
            width:100%;
        }
        .index-six-item .left .text{
            padding:15px;
        }
        .index-six-item .right {
            margin-top: 15px;
            border-radius: 10px;
            padding:0 15px 15px 15px;
        }
    .footer002 .footer-logo{
        display:none;
    }
    .footer002 .footer-nav{
        width:100%;
    }
        .footer002 .footer-nav ul li{
            display:none;
        }
        .footer002 .footer-nav ul li:nth-last-child(1){
            display:block;
            width:100%;
            max-width:100%;
        }
    .footer002 .footer-item{
        padding-top:20px;
    }
    .footer002 .footer-nav ul li h3{
        margin-bottom:10px;
    }
    .bx-siteMAbout013{
        padding:30px 0;
    }
    .bx-siteMAbout013-item{
        padding:15px;
    }
    .about-two {
        padding: 30px 0;
        min-height: 50px;
    }
    .about-two-item{
        margin-top:20px;
    }
    .about-three{
        padding-top:30px;
    }
    .about-three-item{
        margin-top:20px;
    }
        .about-three-item .about-three-list .text {
            font-size: 14px;
            padding: 10px 0;
        }
    .about-four{
        padding:30px 0;
    }
    .about-four-item{
        margin-top:15px;
    }
    .AgriculturalTrade-one{
        margin-top:30px;
        margin-bottom:30px;
    }
        .AgriculturalTrade-one .img{
            margin-top:20px;
        }
    .AgriculturalTrade-two{
        padding:30px 0;
    }
    .AgriculturalTrade-img{
        margin-top:20px;
    }
    .AgriculturalTrade-three{
        padding:30px 0;
    }
    .AgriculturalTrade-four{
        padding:30px 0;
    }
        .AgriculturalTrade-four .AgriculturalTrade-text{
            margin-top:20px;
        }
    .AgriculturalTrade-five{
        padding-top:30px;
        padding-bottom:30px;
    }
    .AgriculturalTrade-five-item .AgriculturalTrade-img{
        margin-top:20px;
    }
    .AgriculturalTrade-five-item .AgriculturalTrade-fiveTwo, .AgriculturalTrade-five-item .AgriculturalTrade-fiveThree{
        margin-top:30px;
    }
    .AgriculturalBatch-one, .SmartRegulation-one{
        margin-top:30px;
    }
    .AgriculturalBatch-two {
        margin-top: 30px;
        margin-bottom: 30px
    }
    .AgriculturalBatch-two-item ul{
        margin:0 -5px;
    }
    .AgriculturalBatch-two-item ul li {
        width: 50%;
        margin-top: 15px;
        padding: 0 5px;
    }
    .AgriculturalBatch-two-list .img{
        width:100%;
        position:relative;
        padding-bottom:125%;
    }
    .AgriculturalBatch-two-list .text{
        width:100%;
    }
    .AgriculturalBatch-two-list{
        padding-top:0;
    }*/
/*    .AgriculturalBatch-three{
        padding:30px 0;
    }*/
    /*.AgriculturalBatch-three-item{
        margin-top:20px;
    }
    .AgriculturalBatch-four{
        padding:30px 0;
    }
    .AgriculturalBatch-four-item{
        margin-top:20px;
    }
    .AgriculturalBatch-five{
        padding:30px 0;
    }
    .AgriculturalBatch-five-item{
        margin-top:20px;
    }
    .SmartRegulation-two {
        padding-top: 30px;
        padding-bottom: 30px;
        margin-top: 20px;
    }
    .SmartRegulation-two-item{
        margin-top:20px;
    }
    .SmartRegulation-three{
        margin-top:30px;
    }
        .SmartRegulation-three .AgriculturalTrade-text{
            margin-top:20px;
        }
        .SmartRegulation-three .AgriculturalTrade-img{
            margin-top:20px;
        }
    .SmartRegulation-four{
        margin-top:50px;
    }
    .SmartRegulation-four-nav{
        margin-top:20px;
    }
        .SmartRegulation-four-nav{
            overflow-x:auto;
        }
        .SmartRegulation-four-nav ul {
            width: max-content;
        }
            .SmartRegulation-four-nav ul li{
                margin:0 10px;
                padding-bottom:10px;
                font-size:16px;
            }
    .four-item-listBox{
        flex-direction:column;
    }
        .four-item-listBox .left, .four-item-listBox .right{
            width:100%;
        }
    .SmartRegulation-four-item{
        margin-top:20px;
    }
    .four-item-listBox .left .text{
        padding-left:0;
    }
        .four-item-listBox .left .text h3::after{
            display:none;
        }
        .four-item-listBox .left .text h3 {
            font-size: 20px;
            padding-bottom: 15px;
        }
        .four-item-listBox .left .text p {
            font-size: 16px;
            margin-top: 15px;
        }
    .four-item-listBox .right{
        margin-top:15px;
    }
    .SmartRegulation-five{
        margin:30px 0;
    }
        .SmartRegulation-five .AgriculturalTrade-img{
            margin-top:20px;
        }


    .Product-one {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .Product-one-item ul{
        margin:0 -5px;
    }
    .Product-one-item ul li {
        width: 50%;
        padding: 0 5px;
        margin-top:20px;
    }
    .Product-one-list .img{
        height:135px;
    }
    .Product-one-list .text h3{
        font-size:16px;
    }

    .Product-two{
        padding-top:30px;
    }
    .Product-two-item{
        flex-direction:column-reverse;
    }
        .Product-two-item .img{
            width:100%;
            margin-top:15px;
        }
        .Product-two-item .img img{
            width:100%;
            margin-left:0;
        }
        .Product-two-item .text{
            width:100%;
            padding-bottom:0;
        }
    .pro-title{
        font-size:24px;
    }
    .pro-dashed {
        padding: 8px;
        font-size: 16px;
        margin-top: 15px;
    }
    .pro-tags span {
        min-width: 105px;
    }
    .pro-tags{
        margin-top:10px;
    }
    .Product-three-item{
        flex-direction:column !important;
    }
    .Product-three, .Product-five{
        margin-top:30px;
    }
    .Product-three-item .text{
        width:100%;
    }
    .Product-three-item .img{
        width:100%;
        padding:0;
        margin-top:15px;
    }
    .Product-four{
        margin-top:30px;
        padding-bottom:30px;
        padding-top:30px;
    }
    .Product-four-item{
        flex-direction:column;
    }
        .Product-four-item .text{
            width:100%;
            padding:0;
        }
        .Product-four-item .img{
            width:100%;
            padding:0;
            margin-top:20px;
        }
        .Product-four-item .text .pro-text{
            margin-top:15px;
        }
    .Product-four::after{
        top:0;
        bottom:auto;
    }
    .Product-four-item .pro-title{
        color:#FFF;
    }
    .Product-five-item{
        flex-direction:column-reverse;
    }
        .Product-five-item .text{
            width:100%;
        }
        .Product-five-item .img{
            width:100%;
            padding-right:0;
            margin-top:15px;
        }
    .Product-six{
        margin-top:30px;
        padding:30px 0;
    }
        .Product-six .Product-three-item{
            flex-direction:column;
        }
            .Product-six .Product-three-item .text{
                width:100%;
                padding-top:0;
            }
            .Product-six .Product-three-item .img{
                width:100%;
                text-align:center;
                margin-top:15px;
            }
    .Product-seven, .Product-nine{
        padding:30px 0;
    }

        .Product-seven .Product-three-item{
            flex-direction:column-reverse !important;
        }
    .Product-eight .Product-three-item .img{
        padding-right:0;
    }
    .Product-eight .Product-three-item{
        flex-direction:column-reverse !important;
    }
    .Product-eight{
        padding:30px 0;
    }
    .pro-tag2 span{
        margin-top:15px;
    }
    .Product-ten::before{
        display:none;
    }
    .Product-ten-item{
        flex-direction:column-reverse;
    }
        .Product-ten-item .img{
            width:100%;
            padding-left:0;
        }
        .Product-ten-item .text{
            width:100%;
            padding:15px;
        }
    .Product-ten{
        padding-top:30px;
    }
    .ProductSoftware-one{
        margin-top:30px;
    }
    .ProductSoftware-two, .ProductSoftware-three, .ProductSoftware-four, .ProductSoftware-five{
        margin-top:30px;
    }
    .ProductSoftware-three-item{
        flex-direction:column-reverse;
    }
        .ProductSoftware-three-item .img{
            width:100%;
        }
        .ProductSoftware-three-item .text{
            width:100%;
        }
    .ProductSoftware-four-item{
        margin-top:15px;
    }
    .ProductSoftware-five-item{
        margin-top:15px;
    }
    .ProductSoftware-five-img ul li{
        width:100%;
    }
    .ProductSoftware-nine{
        margin-top:30px;
        padding:30px 0;
    }
        .ProductSoftware-nine .ProductSoftware-three-item{
            flex-direction:column;
        }
    .ProductSoftware-twelve{
        margin-top:30px;
    }
    .ProductSoftware-four{
        margin-top:50px;
    }
    .ProductSoftware-fourteen{
        margin-bottom:30px;
    }

    .index-five-list .img{
        height:140px;
    }
    .case-rm{
        margin:30px 0;
        border-radius:10px;
        display:none;
    }
        .case-rm .text h3{
            font-size:16px;
        }
        .case-rm .text p {
            font-size: 14px;
            margin-top: 10px;
            line-height: 20px;
            height: 60px;
        }
        .case-rm .text{
            padding-left:15px;
        }
    .case{
        margin-bottom:50px;
    }
    .case-item{
        margin-top:30px;
    }
    .news-rm{
        display:none;
    }
    .bx-siteLr002{
        margin-top:0;
    }
    .bx-siteLr002-item{
        margin-top:10px;
    }

    .ConractUs001-item {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .ConractUs001-top{
        flex-direction:column;
        margin-top:20px;
    }
        .ConractUs001-top .right .img{
            margin:0 auto;
        }
        .ConractUs001-top .left{
            padding-right:0;
        }
        .ConractUs001-top .right{
            text-align:center;
        }
}*/