﻿
/*NewsDetail*/


.bx-mb-nav {
    line-height: 1;
    margin-top: 60px;
    border-bottom: 0;
}

    .bx-mb-nav p {
        font-size: 18px;
        color: #707070;
        line-height: 1;
    }

    .bx-mb-nav i {
        font-size: 20px;
    }

    .bx-mb-nav a:hover {
        color: #18C182;
    }

.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; 
}

.TurnPages {
    overflow:hidden;

}

    .TurnPages p {
        width: 40%;
    }

        .TurnPages p:nth-last-child(1) {
            text-align: right;
        }

    .TurnPages a {
        font-size: 16px;
        color: #000;
    }

        .TurnPages a:hover {
            color: #18C182;
        }

@media screen and (max-width: 1000px) {
   

    .bx-mb-nav {
        margin-top: 20px;
    }
        .bx-mb-nav i{
            vertical-align:middle;
        }
        .bx-mb-nav p {
            font-size: 14px;
        }

    .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;
            }
}



.bx-header001 {
    height: 100px;
    line-height: 100px;
    position: relative
}

    .bx-header001 .bx-logo {
        max-height: 100px
    }

        .bx-header001 .bx-logo img {
            max-height: 100px;
        }

    .bx-header001 .bx-nav ul li {
        position: relative;
        float: left;
        line-height: 100px;
        text-align: center;
        font-size: 16px;
        color: #666666;
        background-color: #ffffff;
        z-index: 600;
        padding: 0 0px;
    }

        .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
        }

            .bx-header001 .bx-nav ul li .bx-nav-fd a {
                padding: 0 5px;

            }

        .bx-header001 .bx-nav ul li a {
            display: block;
            color: #333333;
            padding: 0 30px;
        }

    .bx-header001 .bx-navigation {
        display: none;
    }

    .bx-header001 .bx-nav ul li a:hover,
    .bx-header001 .bx-nav ul li a.focus {
        font-weight: bold;
        color:#18C182;
    }

.bx-navigation {
    display: none;
}
@media (max-width: 1200px) {
    .bx-header001 .bx-nav ul li a{
        padding:0 15px;
    }
}
    @media (max-width: 1000px) {
        .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;
                    padding-right: 50px;
                    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;
        }

            .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 30px;
        }
    }

    .hamburger {
        margin-top: 18px;
    }

        .hamburger .line {
            width: 35px;
            height: 3px;
            background-color: #666666;
            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);
    }


    .index-lb {
        width: 100%;
        background-color: #F1FFFA
    }

    .index-lb-item {
        height: 54px;
        overflow: hidden;
        position: relative;
        padding-left: 110px;
    }

    .index-lb-box {
        position: absolute;
        left: 0;
        top: 0;
        font-size: 18px;
        color: #333333;
        line-height: 54px;
    }

        .index-lb-box img {
            width: 21px;
        }

    .index-lb-item .tzgg-list {
        line-height: 54px;
        font-size: 18px;
        color: #333333;
        display: block;
        max-width: 100%;
    }

        .index-lb-item .tzgg-list:hover {
            color: #18C182;
        }



    .AboutUsOne {
        padding: 90px 0 140px 0;
    }

    .AboutUsOne-item {
        display: flex;
        justify-content: space-between;
        position: relative;
    }

        .AboutUsOne-item::before {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            bottom: -140px;
            width: 460px;
            height: 145px;
            background-image: url('../images/index-about-bg.png');
            background-size: 100% 100%;
        }

        .AboutUsOne-item .left {
            width: 50%;
        }

            .AboutUsOne-item .left .title {
                font-size: 46px;
                color: #333333;
                padding-bottom: 25px;
                position: relative;
                font-weight: bold;
            }

                .AboutUsOne-item .left .title::before {
                    content: '';
                    display: block;
                    width: 30px;
                    height: 5px;
                    background-color: #18C182;
                    position: absolute;
                    left: 0;
                    bottom: 0;
                }

            .AboutUsOne-item .left h3 {
                font-size: 24px;
                color: #666666;
                margin-top: 60px;
                font-weight: 400;
            }

            .AboutUsOne-item .left p {
                font-size: 16px;
                color: #999999;
                line-height: 30px;
                margin-top: 30px;
                height: 150px;
            }

    @keyframes example1 {
        from {
            width: 0;
            height: 0;
            opacity: 0.1
        }

        to {
            opacity: 0.3;
            width: 240px;
            height: 240px;
        }
    }

    .AboutUsOne-item .left .but {
        width: 150px;
        line-height: 45px;
        background-color: #18C182;
        display: block;
        text-align: center;
        margin-top: 80px;
        font-size: 16px;
        color: #FFFFFF;
        position: relative;
        overflow: hidden;
    }

        .AboutUsOne-item .left .but::before {
            content: "";
            background: #fff;
            position: absolute;
            left: 50%;
            top: 0;
            bottom: 0;
            opacity: 0;
            margin: auto;
            border-radius: 50%;
            animation-name: example1;
            animation-duration: 2s;
            animation-iteration-count: infinite;
            transform: translate(-50%,0);
        }

    .AboutUsOne-item .right {
        width: 44%;
    }

    @media (max-width: 1500px) {
        .AboutUsOne {
            padding: 50px 0 100px 0;
        }

        .AboutUsOne-item .left .title {
            font-size: 40px;
        }

        .AboutUsOne-item .left h3 {
            font-size: 22px;
            margin-top: 60px;
        }

        .AboutUsOne-item .left p {
            font-size: 15px;
        }

        .AboutUsOne-item::before {
            width: 260px;
            height: 85px;
            bottom: -100px;
        }

        .AboutUsOne-item .left .but {
            margin-top: 60px;
        }

        .index-lb-box, .index-lb-item .tzgg-list {
            font-size: 16px;
            line-height: 45px;
        }

        .index-lb-item {
            height: 45px;
            padding-left: 100px;
        }
    }

    @media (max-width: 1200px) {
        .AboutUsOne-item .left .title {
            font-size: 33px;
            padding-bottom: 15px;
        }

        .AboutUsOne-item .left h3 {
            margin-top: 40px;
        }

        .AboutUsOne-item .left p {
            font-size: 14px;
            line-height: 24px;
        }

        .index-lb-box, .index-lb-item .tzgg-list {
            font-size: 14px
        }

        .index-lb-item {
            height: 45px;
            padding-left: 90px;
        }
    }

    @media (max-width: 1000px) {
        .AboutUsOne {
            padding: 30px 0;
        }

        .AboutUsOne-item {
            flex-direction: column;
        }

            .AboutUsOne-item .left, .AboutUsOne-item .right {
                width: 100%;
            }

            .AboutUsOne-item .right {
                margin-top: 20px;
                text-align: center;
            }

            .AboutUsOne-item .left .title {
                font-size: 22px;
                padding-bottom: 10px
            }

            .AboutUsOne-item .left h3 {
                margin-top: 20px;
                font-size: 16px;
            }

            .AboutUsOne-item .left p {
                margin-top: 15px;
            }

            .AboutUsOne-item .left .but {
                margin-top: 20px;
                font-size: 14px;
                width: 120px;
                line-height: 40px;
            }

            .AboutUsOne-item::before {
                display: none;
            }
    }

    .index-two {
        width: 100%;
        padding: 60px 0;
        background-image: url('../images/index-twoBg.png');
        background-size: cover;
    }

    .index-title {
        text-align: center;
        font-size: 36px;
        color: #FFFFFF;
        font-weight: bold;
        padding-bottom: 20px;
        position: relative;
    }

        .index-title::before {
            content: '';
            display: block;
            width: 50px;
            height: 5px;
            background-color: #18C182;
            position: absolute;
            left: 50%;
            bottom: 0;
            transform: translate(-50%,0);
        }

    .index-two-item {
        margin-top: 40px;
    }

        .index-two-item ul li {
            margin-bottom: 10px;
        }

    .index-two-list {
        display: block;
    }

        .index-two-list .top {
            display: flex;
            padding: 30px 35px;
            padding-right: 100px;
            align-items: center;
            background-color: rgba(255,255,255,.6);
            border-radius: 20px;
            position: relative;
        }

            .index-two-list .top span {
                display: block;
                width: 60px;
                font-size: 46px;
                color: rgba(24,193,130,.3);
                line-height: 1.2
            }

            .index-two-list .top h3 {
                font-size: 30px;
                color: #333333;
                width: 235px;
                padding-left: 35px;
            }

            .index-two-list .top p {
                font-size: 18px;
                color: #333333;
                width: calc(100% - 295px);
                padding-left: 20px;
            }

            .index-two-list .top small {
                display: block;
                width: 58px;
                height: 58px;
                background-color: rgba(24,193,130,.3);
                border-radius: 50%;
                position: absolute;
                right: 30px;
                top: 30px;
            }

                .index-two-list .top small::before {
                    content: '';
                    display: block;
                    width: 22px;
                    height: 5px;
                    background-color: #18C182;
                    position: absolute;
                    left: 50%;
                    top: 50%;
                    transform: translate(-50%,-50%);
                    transition: all 0.5s;
                }

                .index-two-list .top small::after {
                    content: '';
                    display: block;
                    width: 5px;
                    height: 22px;
                    background-color: #18C182;
                    position: absolute;
                    left: 50%;
                    top: 50%;
                    transform: translate(-50%,-50%);
                    transition: all 0.5s;
                }

        .index-two-list.active .top small::before {
            background-color: #fff;
        }

        .index-two-list.active .top small::after {
            height: 0;
        }

        .index-two-list .bottom {
            background-color: #18C182;
            border-radius: 0 0 20px 20px;
            display: none;
        }

            .index-two-list .bottom .flex {
                display: flex;
                justify-content: space-between;
                align-items: center;
                padding: 40px 30px;
                font-size: 16px;
                color: #FFFFFF;
            }

                .index-two-list .bottom .flex p {
                    width: calc(100% - 516px);
                }

                .index-two-list .bottom .flex .img {
                    width: 516px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                }

                    .index-two-list .bottom .flex .img .img-list {
                        margin-left: 20px;
                        width: calc(100% - 20px);
                    }

        .index-two-list.active .top span {
            color: #18C182;
        }

        .index-two-list.active .top small {
            color: #18C182;
        }


    .index-three {
        padding: 120px 0;
    }

        .index-three .index-title {
            color: #000000;
        }

            .index-three .index-title::before {
                background-color: #18C182;
            }

    .index-three-item {
        margin-top: 40px;
        position: relative;
    }

    .index-three-list {
        display: block;
        box-shadow: 0 6px 14px rgba(101,101,101,.15);
        margin: 10px 6px;
        border-radius: 15px;
        overflow: hidden;
    }

        .index-three-list .title {
            padding: 30px;
            font-size: 26px;
            color: #FFFFFF;
            background-image: linear-gradient(to right,#56B948,#099717);
        }

            .index-three-list .title h3 {
                line-height: 36px;
            }

        .index-three-list .text {
            font-size: 18px;
            color: #000000;
            padding: 30px 30px 40px 30px;
        }

            .index-three-list .text span {
                display: block;
                width: 190px;
                line-height: 42px;
                background-image: linear-gradient(#56B948,#099717);
                border-radius: 10px;
                margin: 0 auto;
                text-align: center;
                font-size: 16px;
                color: #FFFFFF;
                margin-top: 60px;
            }

    .index-three .swiper-button-next, .index-three .swiper-button-prev {
        width: 60px;
        height: 60px;
        background-image: none;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #18C182;
        border-radius: 50%;
        transition: all 0.5s;
    }

    .index-three .swiper-button-next {
        right: -100px;
        padding-right: 15px;
    }

    .index-three .swiper-button-prev {
        left: -100px;
        padding-left: 15px;
    }

        .index-three .swiper-button-next i, .index-three .swiper-button-prev i {
            font-size: 45px;
            display: inline-block;
        }

        .index-three .swiper-button-next:hover, .index-three .swiper-button-prev:hover {
            background-color: #18C182;
            color: #fff;
        }

    @media (max-width: 1500px) {
        .index-two {
            padding: 40px 0;
        }

        .index-title {
            font-size: 30px;
        }

        .index-two-list .top {
            padding: 20px 25px;
            padding-right: 80px;
        }

            .index-two-list .top span {
                font-size: 40px;
            }

            .index-two-list .top h3 {
                font-size: 24px;
                width: 200px;
            }

            .index-two-list .top p {
                font-size: 16px;
                width: calc(100% - 260px);
            }

            .index-two-list .top small {
                width: 45px;
                height: 45px;
                top: 22px;
                right: 20px;
            }

                .index-two-list .top small::after {
                    width: 2px;
                    height: 18px;
                }

                .index-two-list .top small::before {
                    width: 18px;
                    height: 2px;
                }

        .index-two-list .bottom .flex {
            padding: 30px 30px;
        }

        .index-three {
            padding: 90px 0;
        }

        .index-three-list .title {
            font-size: 22px;
            padding: 20px;
        }

            .index-three-list .title h3 {
                line-height: 30px;
            }

        .index-three-list .text {
            padding: 20px 20px 30px 20px;
            font-size: 16px;
        }

            .index-three-list .text span {
                width: 160px;
            }
    }

    @media (max-width: 1200px) {
        .index-three .swiper-button-next, .index-three .swiper-button-prev {
            display: none;
        }
    }


    @media (max-width: 1000px) {
        .index-two {
            padding: 30px 0;
        }

        .index-title {
            font-size: 22px;
            padding-bottom: 15px;
        }

            .index-title::before {
                width: 40px;
                height: 3px;
            }

        .index-two-item {
            margin-top: 20px;
        }

        .index-two-list .top {
            padding: 10px;
            border-radius: 10px;
        }

            .index-two-list .top span {
                font-size: 26px;
                width: 40px;
            }

            .index-two-list .top h3 {
                padding-left: 10px;
                font-size: 18px;
                width: 130px;
            }

            .index-two-list .top p {
                width: calc(100% - 200px);
                font-size: 14px;
                padding-left: 0;
            }

            .index-two-list .top small {
                width: 30px;
                height: 30px;
                top: 10px;
                right: 10px;
            }

        .index-two-list .bottom .flex {
            display: block;
            padding: 15px;
        }

            .index-two-list .bottom .flex p, .index-two-list .bottom .flex .img {
                width: 100%;
                font-size: 16px;
            }

                .index-two-list .bottom .flex .img .img-list {
                    margin: 0 10px;
                    margin-top: 10px;
                }

        .index-three {
            padding: 30px 0;
        }

        .index-three-item {
            margin-top: 20px;
        }

        .index-three-list {
            border-radius: 10px;
        }

            .index-three-list .title {
                font-size: 18px;
                padding: 15px;
            }

            .index-three-list .text {
                padding: 15px 15px 20px 15px;
                font-size: 14px;
            }

                .index-three-list .text span {
                    margin-top: 30px;
                    font-size: 14px;
                }
    }















    .bx-siteList011 {
        width: 100%;
        padding: 60px 0;
        background-size: cover;
        background-image: url('../images/index-fourBg.png');
    }

    .bx-siteList011-item {
        margin-top: 40px;
    }

        .bx-siteList011-item ul {
            overflow: hidden;
            width: 58%;
        }

            .bx-siteList011-item ul li {
                width: calc(50% - 40px);
                float: left;
                margin-right: 40px;
                margin-top: 70px;
            }

                .bx-siteList011-item ul li .bx-siteList011-list {
                    width: 100%;
                    display: block;
                    border-radius: 10px;
                    overflow: hidden;
                    box-shadow: 0 6px 14px rgba(101,101,101,.15);
                    margin-bottom: 10px;
                }

                    .bx-siteList011-item ul li .bx-siteList011-list .img {
                        height: 240px;
                        width: 100%;
                        position: relative;
                        overflow: hidden;
                    }

                        .bx-siteList011-item ul li .bx-siteList011-list .img img {
                            width: 100%;
                            height: 100%;
                            object-fit: cover;
                        }

                        .bx-siteList011-item ul li .bx-siteList011-list .img small {
                            position: absolute;
                            left: 0;
                            bottom: 0;
                            line-height: 30px;
                            padding: 0 11px;
                            font-size: 14px;
                            color: #FEFEFE;
                            background-color: #18C182;
                        }

                    .bx-siteList011-item ul li .bx-siteList011-list .text {
                        padding: 20px;
                        background-color: #fff;
                    }

                        .bx-siteList011-item ul li .bx-siteList011-list .text h3 {
                            font-size: 18px;
                            color: #070707;
                            font-weight: 400;
                        }

                        .bx-siteList011-item ul li .bx-siteList011-list .text p {
                            margin-top: 25px;
                            margin-bottom: 20px;
                            font-size: 14px;
                            color: #787878;
                            display: -webkit-box;
                            -webkit-box-orient: vertical;
                            -webkit-line-clamp: 3;
                            overflow: hidden;
                            line-height: 26px;
                            height: 75px;
                        }

                        .bx-siteList011-item ul li .bx-siteList011-list .text span {
                            width: 150px;
                            line-height: 50px;
                            text-align: center;
                            background-color: #18C182;
                            font-size: 14px;
                            color: #FFFFFF;
                            display: block;
                            transition: all 0.5s;
                            border-radius: 10px;
                        }

    .bx-siteList011-item {
        position: relative;
    }

    .bx-siteList011-rm {
        position: absolute;
        left: 58%;
        top: 0;
        width: 61%;
        border-radius: 10px;
        overflow: hidden;
    }

        .bx-siteList011-rm .text {
            position: absolute;
            right: 0;
            bottom: 0;
            background-color: #fff;
            width: 55%;
        }

            .bx-siteList011-rm .text h3 {
                font-size: 60px;
                color: #18C182;
                font-weight: 400;
            }

            .bx-siteList011-rm .text p {
                font-size: 14px;
                color: #787878;
                margin-top: 10px;
            }

            .bx-siteList011-rm .text span {
                width: 100%;
                line-height: 60px;
                text-align: left;
                background-color: #18C182;
                font-size: 14px;
                color: #FFFFFF;
                display: block;
                transition: all 0.5s;
                padding-left: 50px;
            }

            .bx-siteList011-rm .text .textBox {
                padding: 37px 50px;
            }

        .bx-siteList011-rm .img {
            overflow: hidden;
            height: 527px;
        }

            .bx-siteList011-rm .img img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

    .bx-siteList011 {
        width: 100%;
        overflow: hidden;
    }

    @media screen and (max-width: 1500px) {
        .bx-siteList011 {
            padding: 40px 0;
        }

        .bx-siteList011-item ul li {
            margin-right: 30px;
            margin-top: 35px;
        }

            .bx-siteList011-item ul li .bx-siteList011-list .img {
                height: 204px;
            }

        .bx-siteList011-rm {
            width: 59%;
            left: 56%;
        }

            .bx-siteList011-rm .img {
                height: 410px;
            }

            .bx-siteList011-rm .text h3 {
                font-size: 50px;
            }

            .bx-siteList011-rm .text .textBox {
                padding: 37px;
            }

        .bx-siteList011-item ul li .bx-siteList011-list .text p {
            -webkit-line-clamp: 2;
            height: 50px;
            margin-top: 10px;
            margin-bottom: 14px;
        }

        .bx-siteList011-item ul li .bx-siteList011-list .text span {
            width: 170px;
            line-height: 45px;
        }
    }

    @media screen and (max-width: 1000px) {
        .bx-siteList011 {
            padding: 30px 0;
        }

        .bx-siteList011-item {
            margin-top: 20px;
        }

            .bx-siteList011-item ul {
                width: 100%;
            }

        .bx-siteList011-rm {
            width: 100%;
            position: relative;
            left: 0;
            top: 0;
            display: block;
        }

        .bx-siteList011-item ul li {
            width: 100%;
            margin-top: 15px;
            margin-right: 0;
        }

            .bx-siteList011-item ul li .bx-siteList011-list .text span {
                display: none;
            }

        .bx-siteList011-rm .text {
            width: 100%;
            right: auto;
            left: 0;
        }

            .bx-siteList011-rm .text .textBox {
                padding: 20px;
                padding: 10px;
                background-color: rgba(255,255,255,.5);
            }

            .bx-siteList011-rm .text h3 {
                font-size: 25px;
            }

            .bx-siteList011-rm .text span {
                display: none;
            }

        .bx-siteList011-rm .img {
            height: auto;
        }
    }



    .bx-siteList003 {
        padding: 120px 0;
    }

        .bx-siteList003 .index-title {
            color: #000000;
        }

    .bx-siteList003-item {
        margin-top: 40px;
        position: relative;
    }



    .bx-siteList003-list {
        display: block;
        margin: 10px;
        transition: all 0.5s;
        position: relative;
        overflow: hidden;
        border-radius: 10px;
    }

        .bx-siteList003-list .img {
            text-align: center;
        }

            .bx-siteList003-list .img img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                transition: all 0.5s;
            }

        .bx-siteList003-list .text {
            color: #FFFFFF;
            max-width: 90%;
            height: 50px;
            line-height: 50px;
            font-size: 16px;
            position: absolute;
            right: 0;
            bottom: 40px;
            background-color: #333333;
            text-align: center;
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
            padding: 0 30px;
        }

            .bx-siteList003-list .text span {
                font-size: 14px;
            }

        .bx-siteList003-list:hover {
            transform: translateY(-8px);
        }

            .bx-siteList003-list:hover .text {
                background-color: #18C182;
            }

    .bx-siteList003-item .swiper-button-next, .bx-siteList003-item .swiper-button-prev {
        width: 60px;
        height: 60px;
        background-image: none;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #18C182;
        border-radius: 50%;
        transition: all 0.5s;
    }

    .bx-siteList003-item .swiper-button-next {
        right: -100px;
        padding-right: 15px;
    }

    .bx-siteList003-item .swiper-button-prev {
        left: -100px;
        padding-left: 15px;
    }

        .bx-siteList003-item .swiper-button-next i, .bx-siteList003-item .swiper-button-prev i {
            font-size: 45px;
            display: inline-block;
        }

        .bx-siteList003-item .swiper-button-next:hover, .bx-siteList003-item .swiper-button-prev:hover {
            background-color: #18C182;
            color: #fff;
        }

    @media screen and (max-width: 1500px) {
        .bx-siteList003 {
            padding: 90px 0;
        }

        .bx-siteList003-list {
            margin: 10px;
        }

            .bx-siteList003-list .text {
                line-height: 45px;
                height: 45px;
                bottom: 35px;
            }
    }

    @media screen and (max-width: 1200px) {
        .bx-siteList003-item .swiper-button-next, .bx-siteList003-item .swiper-button-prev {
            display: none;
        }


        .bx-siteList003-list .text {
            line-height: 40px;
            height: 40px;
            font-size: 15px;
            bottom: 30px;
        }
    }

    @media screen and (max-width: 1000px) {
        .bx-siteList003 {
            padding: 30px 0;
        }

        .bx-siteList003-item ul {
            margin: 0 -3px;
        }

            .bx-siteList003-item ul li {
                padding: 0 3px;
                width: 50%;
            }



        .bx-siteList003-list .text {
            bottom: 30px;
            padding: 0 10px;
            font-size: 14px;
        }

            .bx-siteList003-list .text span {
                font-size: 12px;
            }

        .bx-siteList003-list {
            margin: 3px 0;
        }
    }


    .bx-siteMNews001 {
        padding: 120px 0 60px 0;
        background-color: #F7F7F7;
    }

        .bx-siteMNews001 .index-title {
            color: #333333;
        }

    .bx-siteMNews001-item {
        display: flex;
        margin-top: 40px;
    }

        .bx-siteMNews001-item .left {
            width: 37%;
        }

            .bx-siteMNews001-item .left .bx-siteMNews001-left {
                width: 100%;
                display: block;
                background-color: #fff;
                padding: 40px;
                box-shadow: 0 4px 16px rgba(0,0,0,.05);
                border-radius: 15px;
            }

        .bx-siteMNews001-item .right {
            width: 63%;
            padding-left: 60px;
        }

    .bx-siteMNews001-left .img {
        width: 100%;
    }

        .bx-siteMNews001-left .img img {
            width: 100%;
        }

    .bx-siteMNews001-left .text {
        padding-top: 30px;
    }

        .bx-siteMNews001-left .text h3 {
            font-size: 20px;
            color: #333;
        }

        .bx-siteMNews001-left .text p {
            font-size: 20px;
            color: #18C182;
            margin-top: 10px;
            position: relative;
        }

            .bx-siteMNews001-left .text p::before {
                content: '';
                display: block;
                width: 70%;
                height: 1px;
                background-color: #18C182;
                position: absolute;
                right: 0;
                top: 50%;
            }

    .bx-siteMNews001-item .right ul li {
        padding: 35px 0;
        position: relative;
        border-bottom: 1px solid #E5E5E5;
    }

        .bx-siteMNews001-item .right ul li .bx-siteMNews001-list {
            display: flex;
            position: relative;
        }

        .bx-siteMNews001-item .right ul li::before {
            content: "";
            display: block;
            width: 0;
            height: 1px;
            position: absolute;
            bottom: 0;
            left: 0;
            background-color: #18C182;
            transition: all 0.5s;
        }

        .bx-siteMNews001-item .right ul li .bx-siteMNews001-list p:nth-child(1) {
            font-size: 24px;
            color: #18C182;
        }

            .bx-siteMNews001-item .right ul li .bx-siteMNews001-list p:nth-child(1) span:nth-last-child(1) {
                font-size: 20px;
                color: #999999;
            }

        .bx-siteMNews001-item .right ul li .bx-siteMNews001-list p:nth-last-child(1) {
            font-size: 24px;
            color: #333333;
            flex: 1;
            padding-left: 30px;
        }

        .bx-siteMNews001-item .right ul li .bx-siteMNews001-list:hover p {
            color: #18C182;
        }

        .bx-siteMNews001-item .right ul li:hover:before {
            width: 100%;
        }


    @media screen and (max-width: 1500px) {
        .bx-siteMNews001 {
            padding-top: 90px;
        }

        .bx-siteMNews001-item .left .bx-siteMNews001-left {
            padding: 30px;
        }

        .bx-siteMNews001-item .right {
            padding-left: 40px;
        }

        .bx-siteMNews001-left .text {
            padding-top: 20px;
        }

            .bx-siteMNews001-left .text h3 {
                font-size: 18px;
            }

            .bx-siteMNews001-left .text p {
                font-size: 18px;
            }

        .bx-siteMNews001-item .right ul li {
            padding: 29px 0;
        }

            .bx-siteMNews001-item .right ul li .bx-siteMNews001-list p:nth-last-child(1), .bx-siteMNews001-item .right ul li .bx-siteMNews001-list p:nth-child(1) {
                font-size: 20px;
            }

                .bx-siteMNews001-item .right ul li .bx-siteMNews001-list p:nth-child(1) span:nth-last-child(1) {
                    font-size: 18px;
                }

            .bx-siteMNews001-item .right ul li .bx-siteMNews001-list p:nth-last-child(1) {
                padding-left: 20px;
            }
    }

    @media screen and (max-width: 1200px) {
        .bx-siteMNews001-item .right ul li {
            padding: 24px 0;
        }

            .bx-siteMNews001-item .right ul li .bx-siteMNews001-list p:nth-last-child(1), .bx-siteMNews001-item .right ul li .bx-siteMNews001-list p:nth-child(1) {
                font-size: 18px;
            }
    }

    @media screen and (max-width: 1000px) {
        .bx-siteMNews001 {
            padding: 30px 0;
        }

        .bx-siteMNews001-item {
            flex-direction: column;
            margin-top: 20px;
        }

            .bx-siteMNews001-item .left {
                width: 100%;
            }

                .bx-siteMNews001-item .left .bx-siteMNews001-left {
                    padding: 20px;
                }

            .bx-siteMNews001-item .right {
                padding-left: 0;
                width: 100%;
            }

                .bx-siteMNews001-item .right ul li {
                    padding: 12px 0;
                }

                    .bx-siteMNews001-item .right ul li .bx-siteMNews001-list p:nth-last-child(1), .bx-siteMNews001-item .right ul li .bx-siteMNews001-list p:nth-child(1) {
                        font-size: 16px;
                    }

                        .bx-siteMNews001-item .right ul li .bx-siteMNews001-list p:nth-child(1) span:nth-last-child(1) {
                            font-size: 14px;
                        }
    }


    .footers004 {
        background: #2A2D34;
    }

    .footers004-item {
        padding-top: 60px;
        padding-bottom: 40px;
        display: flex;
        justify-content: space-between;
    }

    .footers004-item-left {
    }

        .footers004-item-left .footer-logo {
            width: 20%;
        }

    .footers004-item-right .footers004-footer-nav {
        text-align: right;
    }

        .footers004-item-right .footers004-footer-nav ul li:nth-child(1) {
            margin-left: 0;
        }

        .footers004-item-right .footers004-footer-nav ul li {
            display: inline-block;
            vertical-align: top;
            margin-left: 60px;
        }

            .footers004-item-right .footers004-footer-nav ul li a {
                display: block;
                text-align: left;
                font-size: 14px;
                color: #707070;
                margin-top: 10px;
            }

                .footers004-item-right .footers004-footer-nav ul li a.title {
                    font-size: 16px;
                    color: #FFFFFF;
                    margin-bottom: 15px;
                }

                .footers004-item-right .footers004-footer-nav ul li a:hover {
                    color: #fff;
                }




    .footers004-item-left .left {
        margin-top: 30px;
    }

        .footers004-item-left .left p {
            display: block;
            font-size: 14px;
            color: rgba(255, 255, 255, .8);
            line-height: 23px;
            padding-left: 40px;
            position: relative;
            margin: 10px 0;
        }

            .footers004-item-left .left p:nth-last-child(1) {
                margin-bottom: 0;
            }

            .footers004-item-left .left p i {
                position: absolute;
                left: 0;
                top: -3px;
                display: inline-block;
                width: 30px;
                height: 30px;
                background-color: #242933;
                display: flex;
                justify-content: center;
                align-items: center;
                border-radius: 50%;
            }

                .footers004-item-left .left p i.bx-tongzhi1 {
                    font-size: 12px;
                }

    .footers004-xmt {
        text-align: right;
        margin-top: 100px;
    }

        .footers004-xmt ul {
            display: inline-block;
        }

            .footers004-xmt ul li {
                display: inline-block;
                margin-left: 20px;
            }

                .footers004-xmt ul li img {
                    height: 22px;
                }

        .footers004-xmt > h3 {
            display: inline-block;
            font-size: 14px;
            color: #707070;
        }

        .footers004-xmt ul li a {
            display: block;
            position: relative;
        }

            .footers004-xmt ul li a .footers004-xmt-ewm {
                position: absolute;
                top: 0;
                left: 50%;
                padding-bottom: 15px;
                width: 120px;
                transform: translate(-50%,-120%);
                background-color: #fff;
                padding: 3px;
                display: none;
            }

                .footers004-xmt ul li a .footers004-xmt-ewm::before {
                    content: "";
                    display: block;
                    width: 0;
                    border-width: 10px;
                    border-style: solid;
                    border-color: #fff transparent transparent transparent;
                    position: absolute;
                    bottom: -20px;
                    left: 50%;
                    transform: translate(-50%,0);
                }

                .footers004-xmt ul li a .footers004-xmt-ewm img {
                    width: 100%;
                    height: auto;
                }

    .footers004-bottom {
        border-top: 1px solid rgba(255, 255, 255, .1);
        text-align: center;
        padding: 10px;
        font-size: 14px;
        color: rgba(255, 255, 255, .5);
        background-color: #101318;
    }

        .footers004-bottom a {
            font-size: 14px;
            color: rgba(255, 255, 255, .4);
        }

            .footers004-bottom a:hover {
                color: #fff;
            }

    @media(max-width:1500px) {


        .footers004-item-botttom .left p {
            margin: 15px 0;
        }

        .footers004-item-right .footers004-footer-nav ul li {
            margin-left: 40px;
        }
    }

    @media(max-width:1200px) {
        .footers004-item-right .footers004-footer-nav ul li {
            margin-left: 20px;
        }
    }

    @media(max-width:1000px) {
        .footers004-item {
            display: block;
        }

        .footers004-item-left {
            display: block;
        }

        .footers004-item-right .footers004-footer-nav {
            display: none;
        }

        .footers004-item-left .footer-logo {
            width: 100%;
        }

        .footers004-item {
            padding: 30px 0;
        }

        .footers004-item-top .footers004-footer-nav, .footers004-xmt {
            display: none;
        }

        .footers004-item-botttom {
            display: block;
        }

            .footers004-item-botttom .left {
                width: 100%;
            }

        .footers004-item-left .left {
            margin-top: 10px;
        }
    }


    .nei-banner {
        width: 100%;
        position: relative;
    }

        .nei-banner .img img {
            width: 100%;
        }

        .nei-banner .text {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0,0,0,.3);
        }

            .nei-banner .text .container {
                height: 100%;
            }

        .nei-banner .texts {
            display: flex;
            align-items: center;
            height: 100%;
        }

            .nei-banner .texts .icon {
                height: 50px;
                margin-right: 30px;
            }

                .nei-banner .texts .icon img {
                    max-height: 100%;
                }

        .nei-banner .text h3 {
            font-size: 50px;
            color: #fff;
            width: 100%;
        }

        .nei-banner .text p {
            font-size: 24px;
            color: #FFFFFF;
        }

    .ConractUs001-item {
        padding-top: 40px;
        padding-bottom: 100px;
    }

    .ConractUs001-top {
        display: flex;
        justify-content: space-between;
    }

        .ConractUs001-top .left {
            flex: 1;
            padding-right: 10%;
        }

            .ConractUs001-top .left ul li {
                display: flex;
                margin: 10px 0;
                font-size: 16px;
                color: #000000;
            }

                .ConractUs001-top .left ul li p {
                    flex: 1;
                    padding-left: 10px;
                }

                .ConractUs001-top .left ul li span i {
                    font-size: 18px;
                    color: rgba(0,0,0,.3);
                    margin-right: 10px;
                }

                    .ConractUs001-top .left ul li span i.bx-tongzhi1 {
                        font-size: 14px;
                    }

        .ConractUs001-top .right .img {
            display: inline-block;
            text-align: center;
            width: 120px;
            font-size: 14px;
            color: #707070;
            margin-left: 30px;
        }

            .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: 1500px) {


        .ConractUs001-item {
            padding-top: 30px;
            padding-bottom: 60px;
        }

        .ConractUs001-map {
            margin-top: 40px;
        }

        .nei-banner .text h3 {
            font-size: 40px;
        }

        .nei-banner .text p {
            font-size: 20px;
        }

        .nei-banner .texts .icon {
            height: 50px;
        }

        .ConractUs001-top .right .img {
            width: 130px;
        }

        .ConractUs001-top .left ul li {
            margin: 15px 0;
        }
    }

    @media screen and (max-width: 1000px) {
        .nei-banner .img {
            height: 200px;
        }

            .nei-banner .img img {
                object-fit: cover;
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

        .nei-banner .text h3 {
            font-size: 22px;
        }

        .nei-banner .text p {
            font-size: 16px;
        }

        .nei-banner .texts .icon {
            height: 35px;
            margin-right: 10px;
        }

        .ConractUs001-item {
            padding-top: 10px;
            padding-bottom: 30px;
        }

        .ConractUs001-top {
            flex-direction: column;
        }

            .ConractUs001-top .left {
                width: 100%;
                padding-right: 0;
            }

                .ConractUs001-top .left ul li {
                    margin: 10px 0;
                    font-size: 14px;
                }

            .ConractUs001-top .right {
                text-align: center;
            }

                .ConractUs001-top .right .img {
                    margin: 0 10px;
                }

        .ConractUs001-map {
            margin-top: 30px;
        }

        .ConractUs001-top .right .img {
            width: 115px;
        }
    }


    .about .AboutUsOne {
        padding-top: 40px;
        padding-bottom: 90px;
    }

        .about .AboutUsOne .AboutUsOne-item {
            align-items: center;
        }

            .about .AboutUsOne .AboutUsOne-item::before {
                display: none;
            }

            .about .AboutUsOne .AboutUsOne-item .left {
                width: 50%;
            }

            .about .AboutUsOne .AboutUsOne-item .right {
                width: 40%;
            }

    .AboutUsTwo {
        padding: 60px 0;
        background-image: url('../images/aboutbg2.png');
        background-size: cover;
    }

        .AboutUsTwo .index-title {
            color: #333;
            font-size: 46px;
        }

    .AboutUsTwo-list .time-box {
        width: 100px;
        height: 100px;
        background-color: #fff;
        border: 1px solid #18C182;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 24px;
        color: #18C182;
        margin: 45px auto;
        transition: all 0.5s;
        position: relative;
        z-index: 3;
    }

        .AboutUsTwo-list .time-box:hover {
            background-color: #18C182;
            color: #fff;
        }

    .AboutUsTwo-list .text-box {
        background-color: #FFF;
        padding: 20px;
        text-align: center;
    }

        .AboutUsTwo-list .text-box .time {
            color: #18C182;
            font-size: 24px;
            border-bottom: 1px solid #E4E5E8;
            padding-bottom: 15px;
            position: relative;
        }

            .AboutUsTwo-list .text-box .time::before {
                content: '';
                display: block;
                width: 30px;
                height: 3px;
                background-color: #18C182;
                position: absolute;
                bottom: 0;
                left: 50%;
                transform: translate(-50%,0);
            }

        .AboutUsTwo-list .text-box .text {
            font-size: 16px;
            color: #626262;
            margin-top: 20px;
        }

    .AboutUsTwo-item .swiper-slide:nth-child(odd) .AboutUsTwo-list .text-box:nth-last-child(1) {
        opacity: 0;
    }

    .AboutUsTwo-item .swiper-slide:nth-child(even) .AboutUsTwo-list .text-box:nth-child(1) {
        opacity: 0;
    }

    .AboutUsTwo-item {
        margin-top: 40px;
        position: relative;
    }

    .AboutUsTwo-list .text-box {
        width: 130%;
        margin-left: -15%;
    }

    .AboutUsTwo-item .swiper {
        padding: 0 2%;
    }

    .AboutUsTwo-list {
        position: relative;
    }

        .AboutUsTwo-list::before {
            content: '';
            display: block;
            width: 100%;
            height: 1px;
            background-color: #E4E5E8;
            position: absolute;
            left: 0;
            top: 50%;
        }

.AboutUsTwo-item .swiper-button-next, .AboutUsTwo-item .swiper-button-prev {
    background-image: none;
    width: 36px;
    height: 36px;
    background-color: #18C182;
    border-radius: 50%;
    font-size: 30px;
    color: #fff;
    text-align: center;
    line-height: 30px;
}
.AboutUsTwo-item .swiper-button-prev {
    left: -80px;
}
.AboutUsTwo-item .swiper-button-next {
    right: -80px;
}

.AboutUsThree {
    padding-top: 90px;
    padding-bottom: 100px;
}

    .AboutUsThree-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .AboutUsThree-item .left {
            width: 49%;
        }

        .AboutUsThree-item .right {
        }

            .AboutUsThree-item .right .title {
                font-size: 46px;
                color: #333333;
                padding-bottom: 25px;
                position: relative;
                text-align: right;
                font-weight: bold;
            }

                .AboutUsThree-item .right .title::before {
                    content: '';
                    display: block;
                    width: 30px;
                    height: 5px;
                    background-color: #18C182;
                    position: absolute;
                    right: 0;
                    bottom: 0;
                }

            .AboutUsThree-item .right .text {
                font-size: 18px;
                color: #333333;
                text-align: right;
                margin-top: 60px;
                line-height: 34px;
            }

                .AboutUsThree-item .right .text p {
                    margin: 15px 0;
                }

    @media (max-width: 1500px) {
        .AboutUsTwo {
            padding: 50px 0;
        }

        .AboutUsThree, .Products {
            padding-top: 70px;
            padding-bottom: 80px;
        }

        .AboutUsThree-item .right .text {
            font-size: 16px;
        }

            .AboutUsThree-item .right .text p {
                margin: 10px 0;
            }

        .AboutUsThree-item .right .title, .AboutUsTwo .index-title {
            font-size: 40px;
        }

        .AboutUsTwo-list .time-box {
            width: 80px;
            height: 80px;
            font-size: 20px;
        }

        .AboutUsTwo-list .text-box {
            padding: 15px;
        }

            .AboutUsTwo-list .text-box .time {
                font-size: 20px;
            }

            .AboutUsTwo-list .text-box .text {
                margin-top: 10px;
            }
    }

    @media (max-width: 1000px) {
        .about .AboutUsOne {
            padding-top: 30px;
            padding-bottom: 30px;
        }

            .about .AboutUsOne .AboutUsOne-item .left, .about .AboutUsOne .AboutUsOne-item .right {
                width: 100%;
            }

        .AboutUsTwo {
            padding: 30px 0;
        }
        .AboutUsTwo-item .swiper-button-next, .AboutUsTwo-item .swiper-button-prev{
            display:none;
        }
        .AboutUsThree-item {
            flex-direction: column-reverse;
        }

            .AboutUsThree-item .right .title, .AboutUsTwo .index-title {
                font-size: 22px;
            }

        .AboutUsThree {
            padding: 30px 0;
        }

        .AboutUsThree-item .right .title, .AboutUsThree-item .right .text {
            text-align: left;
        }

            .AboutUsThree-item .right .title::before {
                right: 0;
                left: 0;
            }

        .AboutUsThree-item .right .text {
            margin-top: 15px;
        }

            .AboutUsThree-item .right .text p {
                margin: 0;
            }

        .AboutUsThree-item .left {
            width: 100%;
            text-align: center;
            margin-top: 20px;
        }
    }

    @media (max-width: 750px) {
        .AboutUsTwo-list .text-box {
            width: 100%;
            margin-left: 0;
        }

        .AboutUsTwo-item .swiper-slide .AboutUsTwo-list .text-box:nth-last-child(1) {
            display: none;
        }

        .AboutUsTwo-item .swiper-slide:nth-child(even) .AboutUsTwo-list .text-box:nth-child(1) {
            opacity: 1;
        }

        .AboutUsTwo-list .time-box {
            margin-top: 10px;
            margin-bottom: 0;
        }

        .AboutUsTwo-list::before {
            bottom: 40px;
            top: auto;
        }
    }


    .bx-siteLr001-item {
        margin-top: 40px;
        padding-bottom: 100px;
    }

        .bx-siteLr001-item ul li {
            margin-top: 30px;
        }

    .bx-siteLr001-list {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 30px;
        box-shadow: 0 0 15px rgba(24,193,130,.16);
        border-radius: 10px;
        overflow: hidden;
    }

        .bx-siteLr001-list .time {
            width: 170px;
            text-align: center;
        }

            .bx-siteLr001-list .time p {
                font-size: 60px;
                color: #2E2E2E;
                line-height: 60px;
            }

            .bx-siteLr001-list .time span {
                font-size: 18px;
                color: #2E2E2E;
                margin-top: 5px;
                display: inline-block;
            }

        .bx-siteLr001-list .img {
            width: 354px;
            max-height: 220px;
            overflow: hidden;
        }

            .bx-siteLr001-list .img img {
                width: 100%;
            }

        .bx-siteLr001-list .text {
            width: calc(100% - 540px);
            padding-left: 50px;
            padding-top: 10px;
        }

            .bx-siteLr001-list .text h3 {
                font-size: 20px;
                color: #393939;
            }

            .bx-siteLr001-list .text p {
                color: #393939;
                font-size: 14px;
                color: #707070;
                line-height: 24px;
                height: 72px;
                margin-top: 30px;
                font-weight: 300;
            }

            .bx-siteLr001-list .text span {
                width: 108px;
                line-height: 35px;
                background-color: transparent;
                display: block;
                text-align: center;
                margin-top: 50px;
                font-size: 14px;
                color: #18C182;
                position: relative;
                overflow: hidden;
                border: 1px solid #18C182;
                transition: all 0.5s;
            }

        .bx-siteLr001-list:hover .text h3 {
            color: #18C182;
        }

        .bx-siteLr001-list:hover .text span {
            background-color: #18C182;
            color: #fff;
        }

    @media screen and (max-width: 1500px) {
        .bx-siteLr001-list {
            padding: 20px;
        }

            .bx-siteLr001-list .time {
                width: 130px;
            }

                .bx-siteLr001-list .time p {
                    font-size: 55px;
                }

                .bx-siteLr001-list .time span {
                    font-size: 18px;
                }

            .bx-siteLr001-list .img {
                width: 340px;
            }

            .bx-siteLr001-list .text {
                width: calc(100% - 440px);
                padding-left: 30px;
            }

                .bx-siteLr001-list .text h3 {
                    font-size: 20px;
                }

                .bx-siteLr001-list .text p {
                    margin-top: 20px;
                }

                .bx-siteLr001-list .text span {
                    font-size: 14px;
                    margin-top: 30px;
                }
    }

    @media screen and (max-width: 1200px) {
        .bx-siteLr001-list .img {
            width: 300px;
        }

        .bx-siteLr001-list .text {
            width: calc(100% - 430px);
        }

            .bx-siteLr001-list .text span {
                margin-top: 55px;
            }
    }

    @media screen and (max-width: 1000px) {
        .bx-siteLr001-list {
            flex-direction: column;
        }

            .bx-siteLr001-list .text {
                width: 100%;
                padding-left: 0;
                padding-top: 20px;
            }

                .bx-siteLr001-list .text span {
                    display: none;
                }

            .bx-siteLr001-list .img {
                width: 100%;
            }

            .bx-siteLr001-list .text p {
                font-size: 14px;
                margin-top: 15px;
                line-height: 23px;
                height: 71px;
            }

            .bx-siteLr001-list .text h3 {
                font-size: 18px;
            }

            .bx-siteLr001-list .img {
                border-radius: 10px;
            }

        .bx-siteLr001-list {
            padding: 30px 0;
        }

            .bx-siteLr001-list .time {
                display: none;
            }
    }










    .Products001-item {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        position: relative;
        padding-top: 40px;
        padding-bottom: 100px;
    }

        .Products001-item .left {
            width: 320px;
            background-color: #fff;
            box-shadow: 0 3px 12px rgba(0, 0, 0, .1);
            border-radius: 8px;
            overflow: hidden;
            position: sticky;
            top: 50px;
        }

            .Products001-item .left .Products001-title {
                width: 100%;
                background-color: #18C182;
                line-height: 110px;
                text-align: center;
                font-size: 35px;
                color: #fff;
            }

            .Products001-item .left ul li .One {
                padding: 25px 30px;
                padding-left: 60px;
                position: relative;
                border-bottom: 1px solid rgba(122, 122, 122, .2);
            }

                .Products001-item .left ul li .One a {
                    font-size: 20px;
                    color: #333;
                }

                .Products001-item .left ul li .One i {
                    width: 23px;
                    height: 23px;
                    background-color: #18C182;
                    color: #fff;
                    border-radius: 50%;
                    overflow: hidden;
                    display: block;
                    font-size: 20px;
                    text-align: center;
                    line-height: 23px;
                    position: absolute;
                    left: 30px;
                    top: 30px;
                }

            .Products001-item .left ul li .Two {
                padding: 0 30px;
                display: none;
            }

                .Products001-item .left ul li .Two p a {
                    font-size: 18px;
                    color: rgba(51, 51, 51, .5);
                    display: inline-block;
                    padding: 15px;
                    border-bottom: 1px solid rgba(112, 112, 112, .2);
                    width: 100%;
                }

                    .Products001-item .left ul li .Two p a:hover,
                    .Products001-item .left ul li .Two p a.active {
                        color: #18C182;
                    }

            .Products001-item .left ul li.active .One {
                background-color: #18C182;
                border-top: 1px solid #fff;
            }

                .Products001-item .left ul li.active .One a {
                    color: #fff;
                }

                .Products001-item .left ul li.active .One i {
                    transform: rotate(90deg);
                    background-color: #fff;
                    color: #18C182;
                }

    .Products001-ewm {
        width: 125px;
        margin: 0 auto;
        margin-top: 30px;
        margin-bottom: 40px;
        text-align: center;
    }

        .Products001-ewm img {
            width: 100%;
        }

        .Products001-ewm p {
            font-size: 16px;
            color: #666666;
            margin-top: 5px;
        }

    .Products001-item .right {
        width: calc(100% - 360px);
    }

    .Products001-item .icon, .Products001-item .left .bx-guanbi {
        display: none;
    }

    .Vocational-box ul li {
        margin-top: 30px;
    }

    .Vocational-box .Vocational-list {
        display: block;
        padding: 30px 40px;
        background-color: rgba(24,193,130,.02);
        transition: all 0.5s;
    }

    .Vocational-list h3 {
        font-size: 22px;
        color: #333333;
    }

    .Vocational-list p {
        font-size: 16px;
        color: #999999;
        margin-top: 20px;
    }

    .Vocational-list .but {
        text-align: right;
        margin-top: 20px;
    }

        .Vocational-list .but span {
            font-size: 14px;
            color: #CCCCCC;
        }

    .Vocational-box .Vocational-list:hover {
        background-color: #FFFFFF;
        box-shadow: 0 0 15px rgba(24,193,130,.16);
    }

        .Vocational-box .Vocational-list:hover h3 {
            color: #18C182;
        }

        .Vocational-box .Vocational-list:hover .but span {
            color: #18C182;
        }

    .nei-search-box {
        text-align: right;
    }

    .nei-search {
        width: 450px;
        padding-right: 50px;
        border: 1px solid #e6e6e6;
        position: relative;
        display: inline-block;
    }

        .nei-search input {
            width: 100%;
            height: 40px;
            border: none;
            font-size: 16px;
            padding: 0 10px;
        }

        .nei-search span {
            position: absolute;
            right: 10px;
            top: 4px;
            font-size: 20px;
        }

            .nei-search span:hover {
                color: #00AEB4;
                cursor: pointer;
            }

    .Serving-item {
        padding-bottom: 100px;
    }

        .Serving-item ul {
            display: flex;
            flex-wrap: wrap;
        }

            .Serving-item ul li {
                width: calc(100%/4 - 40px);
                margin-right: 40px;
                margin-top: 40px;
            }

                .Serving-item ul li:nth-child(4n) {
                    margin-right: 0
                }

                .Serving-item ul li .Serving-list {
                    display: block;
                    box-shadow: 0 6px 14px rgba(196,196,196,.22);
                }

                    .Serving-item ul li .Serving-list .img {
                        overflow: hidden;
                    }

                    .Serving-item ul li .Serving-list .text {
                        background-color: #FFFFFF;
                        padding: 25px 20px;
                        font-size: 20px;
                        text-align: center;
                        color: #333;
                    }

    @media screen and (max-width: 1500px) {
        .Products001-item .left {
            width: 280px;
        }

        .Products001-item .right {
            width: calc(100% - 310px);
        }

        .Products001-item .left .Products001-title {
            line-height: 100px;
            font-size: 30px;
        }

        .Products001-item .left ul li .One {
            padding: 20px 25px;
            padding-left: 50px;
        }

            .Products001-item .left ul li .One i {
                left: 20px;
                top: 25px;
                width: 20px;
                height: 20px;
                line-height: 20px;
                font-size: 16px;
                padding-left: 3px;
            }

            .Products001-item .left ul li .One a {
                font-size: 18px;
            }

        .Products001-item .left ul li .Two {
            padding: 0 15px;
        }

            .Products001-item .left ul li .Two p a {
                font-size: 16px;
            }

        .nei-search {
            width: 350px;
        }

        .Vocational-box .Vocational-list {
            padding: 30px 15px;
        }

        .Vocational-box ul li {
            margin-top: 20px;
        }

        .Serving-item ul li {
            width: calc(100%/4 - 30px);
            margin-right: 30px;
            margin-top: 30px;
        }

            .Serving-item ul li .Serving-list .text {
                font-size: 16px;
                padding: 20px;
            }
    }

    @media screen and (max-width: 1200px) {
        .bx-siteList004-list .img {
            height: 165px;
        }

        .Serving-item ul li {
            width: calc(100%/4 - 20px);
            margin-right: 20px;
            margin-top: 20px;
        }

            .Serving-item ul li .Serving-list .text {
                font-size: 14px;
                padding: 15px;
            }
    }

    @media screen and (max-width: 1000px) {
        .Products001-item {
            padding: 30px 0;
            position: relative;
        }

            .Products001-item .left {
                width: 85%;
                max-width: 400px;
                position: fixed;
                left: 50%;
                top: 50%;
                transform: translate(-50%,-50%) !important;
                z-index: 92;
                background-color: #fff;
                box-shadow: 0 0 20px rgba(0,0,0,.3);
                overflow: inherit;
                display: none;
            }

            .Products001-item .right {
                width: 100%;
            }

        .Products001-ewm {
            display: none;
        }

        .Products001-item .left ul {
            max-height: 60vh;
            overflow-x: auto;
        }

        .Products001-item .left .Products001-title {
            line-height: 60px;
            font-size: 20px;
            text-align: left;
            padding-left: 20px;
        }
        .Products001-item .left ul li .One {
            padding: 10px 25px;
            padding-left: 50px;
        }
        .Products001-item .left ul li .One i{
            top:15px;
        }
        .Products001-item .icon, .Products001-item .left .bx-guanbi {
            display: block;
        }

        .Products001-item .left .bx-guanbi {
            position: absolute;
            right: 0;
            top: -30px;
            color: #000;
            font-size: 18px;
            color: #000;
        }

        .Products001-item .icon {
            position: absolute;
            right: 0;
            top: -23px;
        }

            .Products001-item .icon span {
                font-size: 25px;
                color: #333;
            }

        .nei-search {
            width: 100%;
        }

        .Vocational-box .Vocational-list {
            padding: 15px;
        }

        .Vocational-list h3 {
            font-size: 16px;
        }

        .Vocational-list p {
            font-size: 14px;
            margin-top: 10px;
            line-height: 20px;
            height: 40px;
        }

        .webdiyerCss {
            padding-top: 30px;
        }

        .Serving-item ul li:nth-child(4n) {
            margin-right: 10px;
        }

        .Serving-item ul li:nth-child(2n) {
            margin-right: 0
        }

        .Serving-item ul li {
            width: calc(100%/2 - 5px);
            margin-right: 10px;
            margin-top: 10px;
        }

            .Serving-item ul li .Serving-list .text {
                font-size: 14px;
                padding: 15px;
            }

        .Serving-item {
            padding-bottom: 30px;
            padding-top: 20px;
        }
    }


    .Case {
        margin-top: 40px;
    }

    .Case-item ul li {
        margin-top: 60px;
    }

        .Case-item ul li:nth-child(even) {
            background-color: rgba(247,247,247,.5);
            padding: 60px 0;
        }

        .Case-item ul li .Case-list {
            display: flex;
            justify-content: space-between;
        }

            .Case-item ul li .Case-list .img {
                width: 50%;
                overflow: hidden;
            }

                .Case-item ul li .Case-list .img img {
                    width: 100%;
                    transition: all 0.5s;
                }

            .Case-item ul li .Case-list .text {
                width: 50%;
                padding: 5% 0;
                padding-left: 50px;
            }

                .Case-item ul li .Case-list .text h3 {
                    font-size: 30px;
                    color: #333333;
                }

                .Case-item ul li .Case-list .text p {
                    font-size: 16px;
                    color: #999999;
                    margin-top: 35px;
                }

                .Case-item ul li .Case-list .text a {
                    width: 180px;
                    line-height: 50px;
                    background-color: #18C182;
                    display: block;
                    text-align: center;
                    margin-top: 50px;
                    font-size: 16px;
                    color: #fff;
                    position: relative;
                    overflow: hidden;
                    border: 1px solid #18C182;
                    transition: all 0.5s;
                    border-radius: 50px;
                }

                    .Case-item ul li .Case-list .text a:hover {
                        opacity: 0.8;
                    }

        .Case-item ul li:nth-child(even) .Case-list {
            flex-direction: row-reverse !important;
        }

            .Case-item ul li:nth-child(even) .Case-list .text {
                padding-left: 0;
                padding-right: 50px;
            }

    .Download {
        padding-top: 40px;
        padding-bottom: 90px;
    }

    .Download-item {
        margin-top: 60px;
    }

        .Download-item ul {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }

            .Download-item ul li {
                width: 49%;
                background-color: #F7F7F7;
                margin: 10px 0;
            }

    .Download-list {
        padding: 23px 25px;
        display: flex;
        justify-content: space-between;
        align-items: center
    }

        .Download-list .left {
            width: calc(100% - 180px);
            padding-right: 20px;
            display: flex;
            align-items: center;
        }

        .Download-list .icon {
            width: 30px;
        }

        .Download-list h3 {
            display: block;
            font-size: 18px;
            color: #333333;
            vertical-align: middle;
            font-weight: 400;
            width: calc(100% - 30px);
            padding-left: 15px;
        }

        .Download-list .but {
            padding: 0 25px;
            border: 1px solid #666666;
            font-size: 14px;
            color: #333333;
            display: inline-block;
            line-height: 40px;
            transition: all 0.5s;
            min-width: 150px;
            text-align: center;
        }

            .Download-list .but:hover {
                background-color: #18C182;
                border-color: #18C182;
                color: #fff;
            }

            .Download-list .but i {
                margin-right: 10px;
            }

        .Download-list:hover .left h3 {
            color: #18C182;
        }

    .Download-pop {
        position: fixed;
        left: 50%;
        top: 50%;
        background-color: #fff;
        width: 560px;
        box-shadow: 0 0 30px rgba(0,0,0,.16);
        transform: translate(-50%,-50%);
        padding: 40px 2%;
        text-align: center;
        display: none;
    }

        .Download-pop > h3 {
            font-size: 22px;
            color: #000000;
            font-weight: 400;
        }

    .Download-pop-input {
        width: 100%;
        margin-top: 40px;
    }



    .input-list {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 15px 0;
    }

    .Download-pop-input span {
        font-size: 16px;
        color: #333333;
    }

    .Download-pop-input input, .Download-pop-input select {
        flex: 1;
        border: none;
        height: 40px;
        font-size: 16px;
        padding: 0 10px;
        color: #333;
        border: 1px solid #E6E6E6;
        border-radius: 4px;
    }

    .Download-pop .but {
        width: 160px;
        line-height: 45px;
        text-align: center;
        background-color: #18C182;
        font-size: 18px;
        color: #FFFFFF;
        overflow: hidden;
        margin: 0 auto;
        margin-top: 40px;
        transition: all 0.5s;
        border-radius: 6px;
        cursor: pointer;
    }

    .Download-pop .bx-guanbi {
        position: absolute;
        top: 15px;
        right: 15px;
        font-size: 20px;
        transition: all 0.5s;
        cursor: pointer;
    }

        .Download-pop .bx-guanbi:hover {
            color: #19489A;
        }



    @media screen and (max-width: 1500px) {
        .Case {
            margin-top: 30px;
        }

        .Download-list {
            padding: 16px 18px;
        }

            .Download-list h3 {
                font-size: 16px;
            }

        .Download {
            padding-top: 30px;
            padding-bottom: 60px;
        }

        .Download-item {
            margin-top: 30px;
        }

        .Case-item ul li {
            margin-top: 40px;
        }

            .Case-item ul li .Case-list .text {
                padding-left: 30px;
            }

            .Case-item ul li:nth-child(even) .Case-list .text {
                padding-right: 30px;
            }

            .Case-item ul li .Case-list .text h3 {
                font-size: 24px;
            }

            .Case-item ul li .Case-list .text p {
                font-size: 14px;
                margin-top: 25px;
            }

            .Case-item ul li .Case-list .text a {
                width: 145px;
                line-height: 45px;
                font-size: 14px;
            }

            .Case-item ul li:nth-child(even) {
                padding: 40px 0;
            }
    }

    @media screen and (max-width: 1200px) {
        .Download-list .but {
            line-height: 35px;
            font-size: 12px;
            padding: 0 15px;
            min-width: 120px;
        }

        .Download-list .icon {
            width: 25px;
        }

        .Download-list .left {
            width: calc(100% - 130px);
        }
    }

    @media screen and (max-width: 1000px) {
        .Case {
            margin-top: 30px;
        }

        .Download-item ul {
            flex-direction: column;
        }

            .Download-item ul li {
                width: 100%;
            }

        .Download-list {
            display: block;
            padding: 10px;
        }

            .Download-list .left {
                width: 100%;
                padding-right: 0;
            }

            .Download-list .but {
                margin: 0 auto;
                margin-top: 10px;
                min-width: 110px;
                line-height: 32px;
                display: block;
                width: 160px;
            }

        .Download {
            padding: 30px 0;
        }

        .Download-item {
            margin-top: 20px;
        }

        .Case-item ul li .Case-list, .Case-item ul li:nth-child(even) .Case-list {
            flex-direction: column !important;
        }

            .Case-item ul li .Case-list .img, .Case-item ul li .Case-list .text {
                width: 100%;
            }

        .Case-item ul li {
            margin-top: 30px;
        }

            .Case-item ul li .Case-list .text {
                padding: 20px 0;
            }

                .Case-item ul li .Case-list .text h3 {
                    font-size: 18px;
                }

                .Case-item ul li .Case-list .text p {
                    margin-top: 15px;
                }

                .Case-item ul li .Case-list .text a {
                    margin: 0 auto;
                    line-height: 40px;
                    margin-top: 20px;
                }

            .Case-item ul li:nth-child(even) {
                padding: 30px 0;
            }

        .Download-pop {
            width: 90%;
            padding: 20px;
            border-radius: 15px;
        }
    }

    .Guidance-one {
        padding-top: 40px;
        padding-bottom: 60px;
    }

    .Guidance-one-item .img img {
        width: 100%;
    }

    .Guidance-one-item .but {
        text-align: right;
    }

        .Guidance-one-item .but a {
            width: 180px;
            line-height: 50px;
            border-radius: 50px;
            background-color: #18C182;
            display: inline-block;
            text-align: center;
            margin-top: 40px;
            font-size: 16px;
            color: #FFFFFF;
            position: relative;
            overflow: hidden;
        }

            .Guidance-one-item .but a::before {
                content: "";
                background: #fff;
                position: absolute;
                left: 50%;
                top: 0;
                bottom: 0;
                opacity: 0;
                margin: auto;
                border-radius: 50%;
                animation-name: example1;
                animation-duration: 2s;
                animation-iteration-count: infinite;
                transform: translate(-50%,0);
            }

    .Guidance-two {
        padding: 60px 0;
        background-image: url('../images/Guidance-bg.png');
        background-size: cover;
        background-position: center;
    }

    .Advantage-two-item {
        position: relative;
        padding-bottom: 15px;
    }

        .Advantage-two-item::before {
            content: "";
            display: inline-block;
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 15px;
            background-color: #18C182;
            border-radius: 10px;
        }

    .Advantage-two-items {
        background: url('../images/ffhbg.png') no-repeat;
        background-size: 100% auto;
        min-height: 500px;
        width: 87%;
        margin: 0 auto;
        /* background-position:center;*/
        padding-top: 140px;
    }

        .Advantage-two-items ul {
            display: flex;
            justify-content: space-between;
            align-items: flex-end;
        }

            .Advantage-two-items ul li {
                width: 32%;
                padding: 50px 40px 20px 40px;
                background-color: #fff;
                border-top: 2px solid #18C182;
                border-bottom: none;
                box-shadow: 0 0 14px rgba(194,194,194,.3);
                position: relative;
            }

                .Advantage-two-items ul li:nth-child(1)::after {
                    top: -27%;
                }

                .Advantage-two-items ul li:nth-child(2)::after {
                    top: -20%;
                }

                .Advantage-two-items ul li:nth-child(3)::after {
                    top: -18%;
                }

                .Advantage-two-items ul li .Advantage-two-list {
                    overflow-y: auto;
                }

                    .Advantage-two-items ul li .Advantage-two-list::-webkit-scrollbar {
                        width: 5px;
                    }

                    .Advantage-two-items ul li .Advantage-two-list::-webkit-scrollbar-track {
                        width: 5px;
                        background-color: #18C182;
                    }

                    .Advantage-two-items ul li .Advantage-two-list::-webkit-scrollbar-thumb {
                        width: 5px;
                    }

                .Advantage-two-items ul li:nth-child(1) .Advantage-two-list {
                    height: 281px;
                }

                .Advantage-two-items ul li:nth-child(2) .Advantage-two-list {
                    height: 281px;
                }

                .Advantage-two-items ul li:nth-child(3) .Advantage-two-list {
                    height: 305px;
                }

                .Advantage-two-items ul li::after {
                    content: '';
                    display: block;
                    width: 20px;
                    height: 20px;
                    background-color: #fff;
                    border-radius: 50%;
                    border: 5px solid #18C182;
                    position: absolute;
                    left: 50%;
                    transform: translate(-50%,0)
                }

                .Advantage-two-items ul li h3 {
                    font-size: 24px;
                    color: #000000;
                }

                .Advantage-two-items ul li p {
                    font-size: 18px;
                    color: #000;
                    opacity: 0.5;
                    margin-top: 15px;
                    line-height: 24px;
                }

                .Advantage-two-items ul li:nth-child(2) {
                    padding: 70px 40px 55px 40px;
                }

                .Advantage-two-items ul li:nth-child(3) {
                    padding: 90px 40px 90px 55px;
                }

    .Advantage-two-item {
        margin-top: 40px;
    }

    .Guidance-szzs-item {
        margin-top: 20px;
    }

    .Guidance-szzs {
        margin-top: 110px;
    }

    .Guidance-szzs-item ul {
        display: flex;
        flex-wrap: wrap;
    }

        .Guidance-szzs-item ul li {
            width: calc(100%/2 - 10px);
            margin-right: 20px;
            margin-top: 20px;
        }

            .Guidance-szzs-item ul li:nth-child(2n) {
                margin-right: 0;
            }

    .Guidance-szzs-list {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #fff;
        border-radius: 5px;
        overflow: hidden;
        padding: 35px 20px;
        box-shadow: 0 6px 14px rgba(206,206,206,.16);
    }

        .Guidance-szzs-list .img {
            width: 180px;
            height: 180px;
            overflow: hidden;
        }

            .Guidance-szzs-list .img img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

        .Guidance-szzs-list .text {
            width: calc(100% - 180px);
            padding-left: 30px;
            padding-right: 20px;
        }

            .Guidance-szzs-list .text h3 {
                font-size: 24px;
                color: #666666;
            }

            .Guidance-szzs-list .text p {
                font-size: 18px;
                color: #8E919B;
                margin-top: 25px;
            }

    .Guidance-three {
        padding: 100px 0;
    }

    .Guidance-three-item {
        margin-top: 40px;
        position: relative;
    }

        .Guidance-three-item .swiper-button-next, .Guidance-three-item .swiper-button-prev, .Guidance-one-item .swiper-button-next, .Guidance-one-item .swiper-button-prev {
            background-image: none;
            width: 36px;
            height: 36px;
            background-color: #18C182;
            border-radius: 50%;
            font-size: 30px;
            color: #fff;
            text-align: center;
            line-height: 30px;
        }

        .Guidance-three-item .swiper-button-next, .Guidance-one-item .swiper-button-next {
            right: -80px;
        }

        .Guidance-three-item .swiper-button-prev, .Guidance-one-item .swiper-button-prev {
            left: -80px;
        }

    @media screen and (max-width: 1500px) {
        .Guidance-two {
            padding: 40px 0;
        }

        .Advantage-two-items ul li p {
            font-size: 16px;
        }

        .Advantage-two-items ul li h3 {
            font-size: 20px;
        }

        .Advantage-two-items ul li:nth-child(3) {
            padding: 62px 40px 90px 55px;
        }

        .Advantage-two-items ul li:nth-child(2)::after {
            top: -20%;
        }

        .Advantage-two-items ul li:nth-child(3)::after {
            top: -22%;
        }

        .Advantage-two-items ul li:nth-child(1)::after {
            top: -29%;
        }

        .Advantage-two-items ul li:nth-child(1) .Advantage-two-list {
            height: 277px;
        }

        .Advantage-two-items ul li:nth-child(2) .Advantage-two-list {
            height: 277px;
        }

        .Advantage-two-items ul li:nth-child(3) .Advantage-two-list {
            height: 301px;
        }

        .Guidance-szzs {
            margin-top: 80px;
        }

        .Guidance-szzs-list {
            padding: 20px 15px;
        }

            .Guidance-szzs-list .img {
                width: 140px;
                height: 140px;
            }

            .Guidance-szzs-list .text {
                width: calc(100% - 140px);
                padding-left: 20px;
                padding-right: 10px;
            }

                .Guidance-szzs-list .text h3 {
                    font-size: 20px;
                }

                .Guidance-szzs-list .text p {
                    font-size: 16px;
                    margin-top: 15px;
                }

        .Guidance-three {
            padding: 80px 0;
        }
    }


    @media screen and (max-width: 1200px) {
        .Guidance-one-item .but a {
            width: 150px;
            line-height: 45px;
            margin-top: 20px;
        }

        .Advantage-two-item {
            margin-top: 20px;
        }

        .Advantage-two-items ul li {
            padding: 30px 25px 20px 25px;
        }

            .Advantage-two-items ul li:nth-child(2) {
                padding: 70px 25px 50px 25px;
            }

            .Advantage-two-items ul li:nth-child(3) {
                padding: 80px 25px 74px 25px;
            }

        .Advantage-two-items {
            padding-top: 110px;
        }

            .Advantage-two-items ul li:nth-child(1)::after {
                top: -36%;
            }

            .Advantage-two-items ul li:nth-child(2)::after {
                top: -19.5%;
            }

            .Advantage-two-items ul li:nth-child(3)::after {
                top: -17%;
            }

        .Guidance-szzs {
            margin-top: 60px;
        }

        .Guidance-three {
            padding: 60px 0;
        }
    }


    @media screen and (max-width: 1000px) {
        .Advantage-two-items {
            background-image: none;
        }

            .Advantage-two-items ul li::after {
                display: none !important;
            }

            .Advantage-two-items ul {
                flex-direction: column;
            }

                .Advantage-two-items ul li {
                    width: 100%;
                    margin-top: 15px;
                }

        .Advantage-two-items {
            padding-top: 0;
            width: 90%;
        }

            .Advantage-two-items ul li {
                padding: 30px 25px 20px 25px !important;
            }

                .Advantage-two-items ul li .Advantage-two-list {
                    height: auto !important;
                }

        .Guidance-szzs-item ul li {
            width: 100%;
            margin-right: 0;
        }

        .Guidance-three-item .swiper-button-next, .Guidance-three-item .swiper-button-prev, .Guidance-one-item .swiper-button-next, .Guidance-one-item .swiper-button-prev{
            display: none;
        }

        .Guidance-one {
            padding: 30px 0;
        }

        .Guidance-one-item .but {
            text-align: center;
        }

            .Guidance-one-item .but a {
                margin-top: 20px;
                font-size: 14px;
                width: 120px;
                line-height: 40px;
            }

        .Guidance-two {
            padding: 30px 0;
        }

        .Guidance-szzs {
            margin-top: 30px;
        }

        .Guidance-szzs-item {
            margin-top: 0;
        }

        .Guidance-szzs-list .img {
            width: 110px;
            height: 110px;
        }

        .Guidance-szzs-list .text {
            width: calc(100% - 110px);
        }

            .Guidance-szzs-list .text h3 {
                font-size: 18px;
            }

            .Guidance-szzs-list .text p {
                font-size: 14px;
                margin-top: 10px;
            }

        .Guidance-three {
            padding: 30px 0;
        }

        .Guidance-three-item {
            margin-top: 20px;
        }
    }