﻿
.bx-sideBar {
    position: fixed;
    right: 10px;
    top: 50%;
    z-index: 9999999;
}

    .bx-sideBar ul {
        border-radius: 5px;
    }

        .bx-sideBar ul li {
            position: relative;
            width: 80px;
            height: 77px;
            text-align: center;
            font-size: 18px;
            line-height: 77px;
            background-color: #FFF;
            border-bottom: solid 1px #fff;
            padding: 0 20px;
        }

            .bx-sideBar ul li a {
                display: block;
                border-top: 1px solid #E3E3E3;
                border-bottom: 1px solid #E3E3E3;
            }

                .bx-sideBar ul li a img {
                    opacity: 0.4;
                }

            .bx-sideBar ul li:hover a img {
                opacity: 1;
            }

            .bx-sideBar ul li:nth-child(1) {
                border-radius: 50px 50px 0 0;
            }

                .bx-sideBar ul li:nth-child(1) a {
                    border-top: none;
                }

            .bx-sideBar ul li:nth-last-child(1) a {
                border-bottom: none;
            }

            .bx-sideBar ul li:nth-last-child(1) {
                border-radius: 0 0 50px 50px;
                border: none;
                box-shadow: 0 6px 14px rgba(86,86,86,.1);
            }

            .bx-sideBar ul li i {
                font-size: 24px;
                color: #fff;
            }

            /* .bx-sideBar ul li:hover {
                    background-color: #0566c5
                }*/

            .bx-sideBar ul li .div-fc {
                display: none;
                position: absolute;
                top: 20px;
                right: 90px;
                background: linear-gradient(to left,#0772bb, #009945);
                border-radius: 2px;
                padding: 15px;
                box-sizing: border-box;
                width: 135px;
                min-height: 30px;
                box-shadow: 0 2px 8px 2px rgba(198, 201, 208, 0.5);
            }

                .bx-sideBar ul li .div-fc.div-fc-h3 {
                    font-size: 18px;
                    color: #fff;
                    width: 180px;
                }

                .bx-sideBar ul li .div-fc.div-fc-h3 {
                }

                .bx-sideBar ul li .div-fc p {
                    line-height: 16px;
                    color: #fff;
                    font-size: 12px;
                    text-align: center;
                    margin-top: 10px;
                }

                .bx-sideBar ul li .div-fc:before {
                    content: '';
                    border-color: transparent transparent transparent #0772bb;
                    border-style: solid;
                    border-width: 8px;
                    position: absolute;
                    right: -16px;
                    top: 10px;
                    z-index: 2;
                }

                .bx-sideBar ul li .div-fc:after {
                    content: '';
                    border-color: transparent transparent transparent #0772bb;
                    border-style: solid;
                    border-width: 9px;
                    position: absolute;
                    right: -18px;
                    top: 9px;
                }
/*NewsDetail*/
.nei-banner {
    width: 100%;
    position: relative;
}


    .nei-banner  img {
        width: 100%;
    }

    .nei-banner .text {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: rgba(0,0,0,.3);
    }

        .nei-banner .text h3 {
            font-size: 50px;
            color: #fff;
        }

.bx-mb-nav {
    line-height: 1;
    margin-top: 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: #008dce;
    }

.NewsDetail001 {
    margin-top: 80px;
    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 {
    display: flex;
    justify-content: space-between;
}

    .TurnPages p {
        width: 40%;
    }

        .TurnPages p:nth-last-child(1) {
            text-align: right;
        }

    .TurnPages a {
        font-size: 16px;
        color: #000;
    }

        .TurnPages a:hover {
            color: #008dce;
        }
@media screen and (max-width: 1500px) {
    .NewsDetail001{
        margin-top:60px;
        margin-bottom:80px;
    }
}
    @media screen and (max-width: 1000px) {


            .nei-banner .img img {
                object-fit: cover;
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

        .nei-banner .text h3 {
            font-size: 25px;
        }

        .bx-mb-nav {
            margin-top: 20px;
        }

            .bx-mb-nav p {
                font-size: 16px;
            }

        .NewsDetail001-title h3 {
            font-size: 20px;
        }

        .tit_bar .text {
            margin: 5px 3%;
        }

        .NewsDetail001 {
            margin-bottom: 30px;
            margin-top:0 !important;
        }

        .TurnPages {
            display: block;
        }

            .TurnPages p {
                width: 100%;
                text-align: left !important;
                margin: 5px 0;
            }

                .TurnPages p a {
                    font-size: 14px;
                }
    }

    .header {
        background-color: #f9f9f9;
    }

    @keyframes opacity {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    .header.active {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        animation-name: opacity;
        animation-duration: 0.8s;
        z-index: 99;
        box-shadow: 0 3px 15px rgba(0,0,0,.16);
    }



    .bx-header001 {
        height: 100px;
        line-height: 100px;
        position: relative
    }

        .bx-header001 .bx-logo {
            max-height: 100px;
        }

            .bx-header001 .bx-logo img {
                max-height: 70px;
            }

            .bx-header001 .bx-logo span {
                margin-left: 20px;
                font-size: 20px;
                color: #F2C61B;
                display: inline-block;
                line-height: 1;
                margin-top: 28px;
                vertical-align: middle;
                max-width: 260px;
            }

        .bx-header001 .bx-nav ul li {
            position: relative;
            float: left;
            line-height: 100px;
            text-align: center;
            font-size: 18px;
            color: #2b2b2b;
            z-index: 600;
            padding: 0 5px;
        }

            .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: inline-block;
                color: #2b2b2b;
                padding: 0 20px;
                font-weight: 400;
                line-height: 30px;
                border-radius: 30px;
                font-weight: 600;
            }

        .bx-header001 .bx-navigation {
            display: none;
            margin-left: 20px;
        }

        .bx-header001 .bx-nav ul li a:hover,
        .bx-header001 .bx-nav ul li a.active {
            color: #fff;
            background-image: linear-gradient(to left,#0772bb,#009945);
        }



    .bx-navigation {
        display: none;
    }

    @media (max-width: 1500px) {
        .bx-header001 .bx-nav ul li {
            font-size: 16px;
        }

        .bx-header001 .bx-logo {
            max-height: 80px;
        }

        .bx-header001 {
            height: 80px;
            line-height: 80px;
            position: relative
        }

            .bx-header001 .bx-logo {
                max-height: 80px;
            }

                .bx-header001 .bx-logo img {
                    max-height: 31px;
                }

            .bx-header001 .bx-nav ul li {
                line-height: 80px;
            }

                .bx-header001 .bx-nav ul li a {
                    padding: 0 14px;
                }

            .bx-header001 .bx-logo span {
                max-width: 200px;
                font-size: 20px;
                margin-top: 20px;
            }
    }

    @media (max-width: 1200px) {
        .bx-header001 .bx-nav ul li {
            font-size: 13px;
        }

        .bx-header001 .bx-logo {
            max-height: 65px;
        }

        .bx-header001 {
            height: 65px;
            line-height: 65px;
            position: relative
        }

            .bx-header001 .bx-logo {
                max-height: 65px;
            }

                .bx-header001 .bx-logo img {
                    max-height: 30px;
                }

            .bx-header001 .bx-nav ul li {
                line-height: 65px;
            }

                .bx-header001 .bx-nav ul li a {
                    padding: 0 10px;
                }

            .bx-header001 .bx-logo span {
                max-width: 160px;
                font-size: 20px;
                margin-top: 20px;
            }
    }

    @media (max-width: 1000px) {
        .bx-header001 .bx-logo {
            height: 50px;
        }

        .bx-header001 {
            height: 60px;
            line-height: 60px;
        }

            .bx-header001 .bx-logo img {
                max-height: 28px;
            }

            .bx-header001 .bx-logo span {
                max-width: 190px;
                margin-left: 5px;
            }

            .bx-header001 .bx-nav {
                display: none;
                position: absolute;
                top: 60px;
                z-index: 500;
                right: 0;
                z-index: 600;
                width: 100%;
                background-color: #fff;
            }

                .bx-header001 .bx-nav ul li {
                    line-height: 50px;
                    text-align: left;
                    float: none;
                }

                    .bx-header001 .bx-nav ul li i {
                        display: block;
                        width: 12px;
                        height: 12px;
                        color: #333;
                        transition: color .25s;
                        position: absolute;
                        right: 10px;
                        top: 18px;
                    }

                        .bx-header001 .bx-nav ul li i::before {
                            content: '';
                            position: absolute;
                            left: 0;
                            top: 50%;
                            width: 100%;
                            height: 2px;
                            background-color: #333;
                            transform: translate(0,-50%);
                        }

                        .bx-header001 .bx-nav ul li i::after {
                            content: '';
                            position: absolute;
                            left: 50%;
                            top: 0;
                            width: 2px;
                            height: 100%;
                            background-color: #333;
                            transform: translate(-50%,0);
                        }

                    .bx-header001 .bx-nav ul li a {
                        padding: 0 10px;
                        color: #333;
                        text-align: center;
                    }

            .bx-header001 .bx-navigation {
                display: block;
            }

            .bx-header001 .bx-nav ul li .bx-nav-fd {
                display: none;
                position: relative;
                top: 0px;
            }

        .bx-navigation {
            display: block;
        }

        .bx-header001 .bx-nav ul li .bx-nav-fd a {
            padding: 0 30px;
        }

        .hamburger {
            margin-top: 18px;
        }

            .hamburger .line {
                width: 35px;
                height: 3px;
                background: linear-gradient(to left,#0772bb, #009945);
                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);
        }

        .bx-header001 .bx-nav ul li a:hover, .bx-header001 .bx-nav ul li a.active {
            background: linear-gradient(to top,#0772bb, #009945);
            background-clip: text;
            -webkit-background-clip: text;
            color: transparent;
        }
        .bx-header001 .bx-nav ul li a {
            width: 100%;
            text-align: center;
        }

        .bx-header001 .bx-nav ul li {
            font-size: 15px;
        }
    }

    .banner img {
        width: 100%;
    }

    .index-one {
        margin-top: 70px;
    }

    .nei-title {
        text-align: center;
    }

        .nei-title h3 {
            display: inline-block;
            color: #009945;
            font-size: 60px;
            background: linear-gradient(to left,#0772bb, #009945);
            background-clip: text;
            -webkit-background-clip: text;
            color: transparent;
            position: relative;
            padding-bottom: 20px;
        }

        .nei-title p {
            font-size: 38px;
            color: #747474;
            padding-top: 15px;
            letter-spacing: 6px;
        }

        .nei-title h3::before {
            content: '';
            display: block;
            width: 360px;
            height: 1px;
            background-color: #dedede;
            position: absolute;
            left: 50%;
            bottom: 0;
            transform: translate(-50%,0);
        }

        .nei-title h3::after {
            content: '';
            display: block;
            width: 57px;
            height: 10px;
            background-color: #4f4f4f;
            position: absolute;
            left: 50%;
            bottom: -5px;
            border-radius: 10px;
            transform: translate(-50%,0);
        }

    .index-one-box1 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 60px;
    }

        .index-one-box1 .img {
            width: 39%;
        }

        .index-one-box1 .text {
            width: 61%;
        }

    .index-one-title {
        padding-left: 60px;
        display: inline-block;
    }

        .index-one-title span {
            font-size: 57px;
            color: #cccccc;
            display: inline-block;
            line-height: 1.15;
        }

        .index-one-title p {
            font-size: 20px;
            color: #999999;
        }

        .index-one-title h3 {
            font-size: 30px;
            color: #333333;
            margin-top: 10px;
            position: relative;
        }

            .index-one-title h3 i {
                position: absolute;
                right: 0;
                top: 8px;
                font-size: 20px;
            }

    .index-one-box1 .text-box {
        background-color: #f6f6f6;
        padding: 30px 30px 30px 60px;
        font-size: 21px;
        color: #666666;
        margin-top: 20px;
        white-space: pre-line;
        min-height: 310px;
    }

    .index-one-box2 {
        margin-top: 65px;
        display: flex;
        justify-content: space-between;
    }

        .index-one-box2 .img {
            width: 31%;
        }

        .index-one-box2 .text {
            width: 69%;
            background-color: #f6f6f6;
            padding-top: 30px;
        }

            .index-one-box2 .text .index-one-title {
                padding-left: 45px;
            }

    .index-one-list {
        margin-top: 15px;
    }

        .index-one-list ul li {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 18px 56px;
            transition: all 0.5s;
        }

            .index-one-list ul li .left {
                display: flex;
                align-items: center;
                font-size: 26px;
                color: #333333;
            }

                .index-one-list ul li .left .icons {
                    width: 53px;
                    text-align: center;
                    margin-right: 15px;
                }

            .index-one-list ul li .right {
                flex: 1;
                padding-left: 20px;
            }

                .index-one-list ul li .right .p1 {
                    font-size: 20px;
                    color: #818181;
                }

                .index-one-list ul li .right .p2 {
                    font-size: 18px;
                    color: #818181;
                    margin-top: 10px;
                }

            .index-one-list ul li:hover {
                background-color: #fff;
                box-shadow: 8px 5px 8px rgba(98,101,115,.1);
            }

    .index-two .img img {
        width: 100%;
    }

    .index-two-item ul {
        display: flex;
        flex-wrap: wrap;
    }

        .index-two-item ul li {
            width: 33.33%;
            text-align: center;
            margin: 30px 0;
        }

            .index-two-item ul li p {
                display: inline-block;
                font-size: 30px;
                color: #333333;
            }

            .index-two-item ul li span {
                font-size: 80px;
                color: #333333;
                background: linear-gradient(to top,#0772bb, #009945);
                background-clip: text;
                -webkit-background-clip: text;
                color: transparent;
            }

    .index-two {
        padding-top: 100px;
    }

    .index-two-item {
        padding-bottom: 50px;
    }

    .index-three {
        margin-top: 100px;
    }

    .index-three-item ul {
        display: flex;
        flex-wrap: wrap;
    }

        .index-three-item ul li {
            width: 20%;
            text-align: center;
        }

            .index-three-item ul li a {
                display: inline-block;
                padding: 35px;
                border-radius: 10px;
                overflow: hidden;
                transition: all 0.5s;
            }

                .index-three-item ul li a:hover {
                    box-shadow: 0px 3px 10px rgba(8,1,3,.3);
                }

                .index-three-item ul li a img {
                    height: 115px;
                }

    .index-three-item {
        margin-top: 100px;
    }

    .index-four {
        margin-top: 100px;
    }

    .index-four-box {
        margin-top: 50px;
    }

        .index-four-box ul {
            display: flex;
            flex-wrap: wrap;
        }

            .index-four-box ul li {
                width: calc(100%/4 - 10px);
                margin-right: 10px;
                margin-bottom: 10px;
            }

    .index-four-list {
        display: block;
        width: 100%;
        padding: 15px 20px;
        border-radius: 15px;
        overflow: hidden;
        box-shadow: 0 3px 10px rgba(0,0,0,.16);
        transition: all 0.5s;
    }

        .index-four-list .img {
            overflow: hidden;
        }

            .index-four-list .img img {
                width: 100%;
            }

        .index-four-list .text {
            padding: 20px 0;
        }

            .index-four-list .text h3 {
                font-size: 20px;
                color: #000000;
            }

            .index-four-list .text p {
                font-size: 16px;
                color: #7f7f7f;
                margin-top: 10px;
            }

            .index-four-list .text span {
                display: block;
                width: 120px;
                line-height: 35px;
                border-radius: 35px;
                margin: 0 auto;
                margin-top: 20px;
                text-align: center;
                font-size: 20px;
                color: #ffffff;
                background-image: linear-gradient(to bottom right,#009945,#0772bb);
                box-shadow: 0 3px 5px rgba(0,0,0,.16);
                letter-spacing: 3px;
            }

        .index-four-list:hover {
            transform: translate(0,-8px);
        }

    .index-five {
        margin-top: 130px;
    }

    .index-five-item {
        margin-top: 50px;
    }

        .index-five-item img {
            width: 100%;
        }

    .footer {
        background-image: linear-gradient(to bottom right,#009945,#0772bb);
    }

    .footer-item {
        display: flex;
        justify-content: space-between;
        padding-top: 45px;
    }

        .footer-item .left .footer-logo {
            width: 195px;
            display: block;
            margin-bottom: 40px;
        }

        .footer-item .left .footer-item-box1 p {
            margin-bottom: 10px;
        }

            .footer-item .left .footer-item-box1 p a {
                font-size: 15px;
                color: #ffffff;
                display: inline-block;
            }

        .footer-item .right {
            text-align: center;
        }

            .footer-item .right .ewm {
                display: inline-block;
                width: 168px;
                margin-left: 37px;
            }

                .footer-item .right .ewm p {
                    font-size: 25px;
                    color: #ffffff;
                    margin-top: 20px;
                }

        .footer-item .center {
            flex: 1;
        }

            .footer-item .center ul {
                text-align: center;
                display: flex;
                justify-content: space-between;
                padding: 0 15%;
                padding-top: 15px;
            }

                .footer-item .center ul li {
                    display: inline-block;
                }

                    .footer-item .center ul li h3 a {
                        font-size: 25px;
                        color: #ffffff;
                        margin-bottom: 30px;
                        display: inline-block;
                    }

                    .footer-item .center ul li p a {
                        font-size: 19px;
                        color: #ffffff;
                        display: inline-block;
                        margin-bottom: 30px;
                    }

        .footer-item .left {
            max-width: 35%;
        }

    .footer-bottom {
        padding-top: 30px;
        text-align: center;
        padding-bottom: 20px;
        font-size: 15px;
        color: #ffffff;
    }

        .footer-bottom a {
            font-size: 15px;
            color: #ffffff;
        }

    .about-one {
        margin-top: 70px;
    }

    .about-one-item {
        display: flex;
        justify-content: space-between;
    }

        .about-one-item .text {
            width: 57%;
            padding-right: 123px;
        }

            .about-one-item .text .index-one-title {
                padding-left: 0;
                padding-bottom: 20px;
                position: relative;
            }

                .about-one-item .text .index-one-title::before {
                    content: "";
                    display: block;
                    width: 60px;
                    height: 4px;
                    background-color: #6eb5fc;
                    position: absolute;
                    bottom: 0;
                    left: 0;
                }

                .about-one-item .text .index-one-title h3, .about-two .index-one-title h3 {
                    margin-top: 0;
                    background: linear-gradient(to top,#0772bb, #009945);
                    background-clip: text;
                    -webkit-background-clip: text;
                    color: transparent;
                }

                    .about-one-item .text .index-one-title h3 i, .about-two .index-one-title h3 i {
                        background: linear-gradient(to top,#0772bb, #009945);
                        background-clip: text;
                        -webkit-background-clip: text;
                        color: transparent;
                    }

                .about-one-item .text .index-one-title p, .about-two .index-one-title p {
                    margin-top: 15px;
                }

            .about-one-item .text .text-box {
                font-size: 16px;
                color: #666666;
                white-space: pre-line;
                border-top: 1px solid #eeeeee;
                padding: 20px 0;
            }

        .about-one-item .img {
            overflow: hidden;
            width: 43%;
        }

    .about-one-bgImg {
        width: 100%;
        height: 140px;
        background: fixed;
        background-image: url('../images/about-bgImg.png');
        background-size: cover;
        background-repeat: no-repeat;
        margin-top: -88px;
    }

    .about-two .index-one-list ul li .left {
        color: #048484;
    }

    .about-two .index-one-box2 .text .index-one-title {
        padding-left: 50px;
    }

    .about-two .index-one-list ul li {
        padding: 20px 50px;
    }

    .about-two .index-one-box2 .text {
        padding-top: 60px;
    }

    .about-three {
        padding: 0 5%;
        padding-bottom: 100px;
    }

    .about-three-item {
        width: 100%;
        padding: 55px 40px;
        box-shadow: 0 0 15px rgba(0,0,0,.16);
        display: flex;
        justify-content: space-between;
    }

        .about-three-item .left {
            width: 44.2%;
            box-shadow: 0 0 10px rgba(0,0,0,.16);
        }

            .about-three-item .left > h3 {
                line-height: 100px;
                background: linear-gradient(to left,#0772bb, #009945);
                font-size: 45px;
                color: #ffffff;
                padding-left: 65px;
            }

                .about-three-item .left > h3 span {
                    font-size: 43px;
                }

            .about-three-item .left ul li {
                padding: 20px 45px;
                display: flex;
                align-items: center;
                border-bottom: 1px solid #f0f0f0;
            }

                .about-three-item .left ul li .icon {
                    width: 57px;
                }

                .about-three-item .left ul li .text-box {
                    flex: 1;
                }

                    .about-three-item .left ul li .text-box h3 {
                        font-size: 22px;
                        color: #000000;
                    }

                    .about-three-item .left ul li .text-box p {
                        font-size: 17px;
                        color: #000000;
                        margin-top: 10px;
                    }

        .about-three-item .map {
            width: 55.8%;
            padding-left: 35px;
        }

            .about-three-item .map iframe {
                width: 100%;
            }

    .team-one {
        background-color: #fafafa;
        padding-top: 80px;
    }

    .team-one-boxs {
        padding: 0 70px;
        margin-top: 70px;
    }

    .team-one-box2 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #fff;
        padding: 20px;
    }

        .team-one-box2 .img {
            width: 53%;
        }

        .team-one-box2 .text {
            width: 47%;
            padding-left: 30px;
        }

            .team-one-box2 .text h3 {
                font-size: 30px;
                color: #0096ff;
            }

            .team-one-box2 .text h4 {
                font-size: 21px;
                color: #000000;
                margin-top: 20px;
            }

            .team-one-box2 .text p {
                font-size: 14px;
                color: #595959;
                margin-top: 15px;
                white-space: pre-line;
                line-height: 2;
                border-bottom: 1px dashed #595959;
                padding-bottom: 15px;
            }

            .team-one-box2 .text .text-num {
                font-size: 30px;
                background: linear-gradient(to top,#0772bb, #009945);
                background-clip: text;
                -webkit-background-clip: text;
                color: transparent;
                margin-top: 30px;
            }

                .team-one-box2 .text .text-num span {
                    font-size: 60px;
                    vertical-align: sub;
                    line-height: 1;
                }

    .team-one-item {
        margin-top: 75px;
    }

    .team-one-items {
        display: flex;
        justify-content: space-between;
    }

        .team-one-items .text {
            flex: 1;
        }

            .team-one-items .text > h3 {
                font-size: 50px;
                color: #4c4c4c;
            }

            .team-one-items .text > p {
                font-size: 30px;
                color: #0096ff;
                margin-top: 35px;
            }

            .team-one-items .text .text-box-list {
                margin-top: 30px;
            }

                .team-one-items .text .text-box-list h3 {
                    font-size: 21px;
                    color: #000000;
                    display: inline-block;
                    border-bottom: 2px solid #0096ff;
                    padding-bottom: 10px;
                }

                .team-one-items .text .text-box-list p {
                    font-size: 16px;
                    color: #595959;
                    margin-top: 15px;
                    white-space: pre-line;
                    line-height: 2;
                }

    .team-two {
        margin-top: 20px;
        padding-bottom: 100px;
    }

    .team-two-list {
        margin-top: 60px;
        padding: 0 15px;
    }

        .team-two-list .title {
            text-align: center;
            font-size: 50px;
            color: #4c4c4c;
        }

        .team-two-list ul {
            display: flex;
            text-align: center;
            flex-wrap: wrap;
        }

            .team-two-list ul li {
                width: 33.33%;
                margin-top: 40px;
            }

                .team-two-list ul li .team-two-box {
                    display: inline-block;
                    background-color: #f6f6f6;
                    width: 79%;
                    border-radius: 20px;
                    overflow: hidden;
                    box-shadow: 0 3px 10px rgba(0,0,0,.16);
                    padding: 35px 40px;
                }

                    .team-two-list ul li .team-two-box .icon {
                        width: 125px;
                        height: 125px;
                        overflow: hidden;
                        border-radius: 50%;
                        margin: 0 auto;
                    }

                        .team-two-list ul li .team-two-box .icon img {
                            width: 100%;
                            height: 100%;
                            object-fit: cover;
                        }

                    .team-two-list ul li .team-two-box .text {
                        margin-top: 10px;
                    }

                        .team-two-list ul li .team-two-box .text h3 {
                            font-size: 25px;
                            color: #343434;
                        }

                        .team-two-list ul li .team-two-box .text p {
                            height: 200px;
                            overflow-y: auto;
                            font-size: 16px;
                            color: #343434;
                            white-space: pre-line;
                            text-align: left;
                            margin-top: 15px;
                        }

                            .team-two-list ul li .team-two-box .text p::-webkit-scrollbar {
                                width: 3px;
                            }

                            .team-two-list ul li .team-two-box .text p::-webkit-scrollbar-thumb {
                                width: 3px;
                                background-color: #009945;
                                opacity: 0.5;
                            }

    .news {
        padding: 80px 0 100px 0;
    }

    .news-item {
        margin-top: 35px;
    }

        .news-item ul {
            display: flex;
            flex-wrap: wrap;
        }

            .news-item ul li {
                width: calc(100%/5 - 20px);
                margin-right: 25px;
                text-align: center;
                margin-top: 15px;
            }

                .news-item ul li:nth-child(5n) {
                    margin-right: 0;
                }

    .news-list {
        display: block;
        height: 100%;
        border: 1px solid #b1b1b1;
        padding: 12px 20px;
        position: relative;
        background-color: #fff !important;
    }

        .news-list::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            z-index: -1;
            margin: -4px;
            border-radius: inherit;
            background: linear-gradient(to left, #0772bb, #009945);
            transition: all 0.5s;
            opacity: 0;
            border-radius: 3px;
        }

        .news-list .img {
            height: 115px;
        }

            .news-list .img img {
                max-height: 100%;
            }

        .news-list .text {
            margin-top: 5px;
            font-size: 15px;
            color: #515151;
        }

        .news-list:hover::before {
            opacity: 1;
        }

        .news-list:hover {
            box-shadow: 0 0 10px rgba(0,0,0,.16);
        }

    .pro {
        padding: 80px 0 100px 0;
    }

    .pro-item {
        margin-top: 55px;
    }

        .pro-item ul {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
        }

            .pro-item ul li {
                width: 47%;
                margin-top: 25px;
            }

                .pro-item ul li .pro-list {
                    display: block;
                    height: 100%;
                    border: 1px solid #b1b1b1;
                    padding: 13px 40px;
                    position: relative;
                    background-color: #fff !important;
                    font-size: 20px;
                    color: #747474;
                }

    .pro-list::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: -1;
        margin: -3px;
        border-radius: inherit;
        background: linear-gradient(to left, #0772bb, #009945);
        transition: all 0.5s;
        opacity: 0;
        border-radius: 3px;
    }

    .pro-list:hover::before {
        opacity: 1;
    }

    .pro-list:hover {
        box-shadow: 0 0 10px rgba(0,0,0,.16);
    }

    .Characteristic-one {
        padding: 30px 0 50px 0;
        background: url('../images/FEATURE-bg.png') no-repeat center;
        background-size: cover;
    }

        .Characteristic-one .index-one-title {
            width: 40%;
            border-bottom: 1px solid #eeeeee;
        }

            .Characteristic-one .index-one-title h3 {
                color: #fff;
                padding-right: 50px;
                display: inline-block;
            }

            .Characteristic-one .index-one-title p {
                color: #fff;
                margin-top: 15px;
            }

        .Characteristic-one .index-one-title {
            padding-left: 0;
            padding-bottom: 20px;
            position: relative;
        }

            .Characteristic-one .index-one-title::before {
                content: "";
                display: block;
                width: 60px;
                height: 4px;
                background-color: #6eb5fc;
                position: absolute;
                bottom: -1px;
                left: 0;
            }

    .Characteristic-one-item ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

        .Characteristic-one-item ul li {
            width: 48%;
        }

    .Characteristic-one-item .text {
        font-size: 30px;
        color: #ffffff;
        margin-top: 15px;
    }

    .Characteristic-one-item ul li {
        display: flex;
        align-items: center;
        margin: 30px 0;
    }

        .Characteristic-one-item ul li span {
            width: 130px;
            line-height: 55px;
            text-align: center;
            border: 3px solid #fff;
            border-radius: 2px;
            font-size: 25px;
            color: #ffffff;
            margin-right: 20px;
            background-image: linear-gradient(to bottom right,#009945,#0772bb);
        }

        .Characteristic-one-item ul li p {
            flex: 1;
            font-size: 18px;
            color: #ffffff;
        }

    .Characteristic-two {
        margin-top: 80px;
    }

    .Characteristic .index-one-title {
        padding-left: 0;
    }

        .Characteristic .index-one-title h3 {
            margin-top: 0;
            background: linear-gradient(to top,#0772bb, #009945);
            background-clip: text;
            -webkit-background-clip: text;
            color: transparent;
            padding-right: 50px;
        }

            .Characteristic .index-one-title h3 i {
                background: linear-gradient(to top,#0772bb, #009945);
                background-clip: text;
                -webkit-background-clip: text;
                color: transparent;
            }

        .Characteristic .index-one-title p {
            margin-top: 15px;
            color: #b1b1b1;
        }

    .Characteristic-two-item {
        background-color: #f6f6f6;
        display: flex;
        justify-content: space-between;
    }

        .Characteristic-two-item .left {
            width: 69%;
            padding: 50px;
        }

            .Characteristic-two-item .left .text {
                font-size: 30px;
                color: #666666;
                margin-top: 15px;
            }

            .Characteristic-two-item .left .img {
                width: 100%;
                margin-top: 50px;
            }

        .Characteristic-two-item .right {
            width: 31%;
        }

    .Characteristic-three {
        margin-top: 110px;
    }

    .Characteristic-three-item {
        box-shadow: 0 0 10px rgba(51,124,124,.34);
        padding: 50px;
    }

    .Characteristic-three .text {
        font-size: 30px;
        color: #666666;
        margin-top: 15px;
    }

    .Characteristic-three-item .index-one-title {
        position: relative;
        padding-bottom: 20px;
    }

        .Characteristic-three-item .index-one-title::before {
            content: "";
            display: block;
            width: 60px;
            height: 4px;
            background-color: #6eb5fc;
            position: absolute;
            bottom: -1px;
            left: 0;
        }

    .Characteristic-three-item ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 10px;
    }

        .Characteristic-three-item ul li {
            width: 48%;
            display: flex;
            align-items: center;
            margin: 20px 0;
        }

            .Characteristic-three-item ul li span {
                margin-right: 20px;
            }

            .Characteristic-three-item ul li p {
                flex: 1;
                font-size: 20px;
                color: #666666;
            }

    .Characteristic-four {
        margin-top: 100px;
    }

    .Characteristic-four-item {
        background-color: #f6f6f6;
        padding: 50px;
    }

        .Characteristic-four-item .text {
            font-size: 30px;
            color: #666666;
            margin-top: 15px;
        }

        .Characteristic-four-item .img {
            width: 100%;
            text-align: center;
            margin-top: 50px;
        }

    .Characteristic-five {
        margin-top: 100px;
    }

    .Characteristic-five-item .index-one-title {
        position: relative;
        padding-bottom: 20px;
    }

        .Characteristic-five-item .index-one-title::before {
            content: "";
            display: block;
            width: 60px;
            height: 4px;
            background-color: #6eb5fc;
            position: absolute;
            bottom: 0;
        }

    .Characteristic-five-item .text {
        font-size: 30px;
        color: #666666;
        margin-top: 15px;
    }

    .Characteristic-five-item .text-box {
        font-size: 25px;
        color: #666666;
        margin-top: 15px;
    }

    .Characteristic-five-swiper {
        margin-top: 60px;
    }

    .five-swiper-list {
        display: block;
    }

        .five-swiper-list .img {
            overflow: hidden;
        }

            .five-swiper-list .img img {
                width: 100%;
            }

        .five-swiper-list .text {
            text-align: center;
            margin-top: 25px;
        }

        .five-swiper-list h3 {
            display: inline-block;
            font-size: 25px;
            color: #ffffff;
            background: linear-gradient(to left,#0772bb, #009945);
            padding: 10px 50px;
            border-radius: 30px;
        }

    .Characteristic-six {
        margin-top: 100px;
        margin-bottom: 100px;
    }

    .Characteristic-six-item .img {
        text-align: center;
        margin-top: 50px;
    }

    .Characteristic-six-item .text {
        font-size: 30px;
        color: #666666;
        margin-top: 15px;
    }

    .Introduction-one {
        background-color: #fafafa;
        padding: 80px 0 110px 0;
    }

    .Introduction-one-item {
        margin-top: 50px;
        font-size: 30px;
        color: #595959;
        line-height: 2;
    }

        .Introduction-one-item p {
            text-indent: 60px;
        }

    .Introduction-box-list:nth-child(even) {
        background-color: #f5f5f5;
    }

    .Introduction-box-list {
        padding-top: 80px;
        padding-bottom: 60px;
    }

    .Introduction-item ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

        .Introduction-item ul li {
            width: calc(100%/4 - 30px);
            margin-right: 40px;
            margin-top: 50px;
        }

            .Introduction-item ul li:nth-child(4n) {
                margin-right: 0;
            }

    .Introduction-list {
        cursor: pointer;
    }

        .Introduction-list .img {
            width: 100%;
            overflow: hidden;
            border-radius: 18px;
        }

        .Introduction-list .text h3 {
            font-size: 16px;
            color: #3b3b3b;
            margin-top: 10px;
        }

        .Introduction-list .text p {
            font-size: 16px;
            color: #7e7e7e;
        }

        .Introduction-list .text .bottom {
            margin-top: 5px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

            .Introduction-list .text .bottom .span1 {
                font-size: 20px;
                background: linear-gradient(to top,#0772bb, #009945);
                background-clip: text;
                -webkit-background-clip: text;
                color: transparent;
                flex: 1;
            }

                .Introduction-list .text .bottom .span1 small {
                    font-size: 12px;
                }

            .Introduction-list .text .bottom .span2 {
                display: block;
                font-size: 14px;
                line-height: 25px;
                padding: 0 10px;
                background-image: linear-gradient(to bottom right,#009945,#0772bb);
                color: #fff;
                cursor: pointer;
                transition: all 0.5s;
            }

                .Introduction-list .text .bottom .span2:hover {
                    opacity: 0.8;
                }

    .service-one {
        background-color: #f5f5f5;
        padding: 60px 0 80px 0;
    }

    .service-one-item h3 {
        background: linear-gradient(to top,#0772bb, #009945);
        background-clip: text;
        -webkit-background-clip: text;
        color: transparent;
        font-size: 36px;
        text-align: center;
        display: inline-block;
    }

        .service-one-item h3 span {
            font-size: 50px;
        }

    .service-one-item .p1 {
        font-size: 25px;
        color: #666666;
        margin-top: 35px;
        white-space: pre-line;
        text-align: center;
        line-height: 2;
    }

    .service-two {
        margin-top: 90px;
    }

    .service-two-item ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .service-two-item ul li {
            width: 19%;
            position: relative;
            overflow: hidden;
            padding: 5px;
        }

    .service-two-list {
        position: relative;
        background-color: #fff !important;
        display: block;
        text-align: center;
        padding: 60px 0;
    }

        .service-two-list h3 {
            font-size: 36px;
            color: #333333;
            margin-top: 40px;
        }

        .service-two-list .icon {
            height: 100px;
        }

            .service-two-list .icon img {
                max-height: 100%;
            }

        .service-two-list::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            z-index: -1;
            margin: -3px;
            border-radius: inherit;
            background: linear-gradient(to left, #0772bb, #009945);
            transition: all 0.5s;
            border-radius: 3px;
        }

    .service-two-item {
        margin-top: 50px;
    }

    .service-two-text {
        position: absolute;
        left: 5px;
        bottom: -100%;
        padding: 20px;
        width: calc(100% - 10px);
        height: calc(100% - 10px);
        background-color: #fff;
        transition: all 0.5s;
        overflow: hidden;
    }

        .service-two-text h3 {
            font-size: 22px;
            text-align: center;
            margin-bottom: 10px;
            background: linear-gradient(to top,#0772bb, #009945);
            background-clip: text;
            -webkit-background-clip: text;
            color: transparent;
        }

        .service-two-text p {
            font-size: 15px;
            color: #333;
            white-space: pre-line;
        }

    .service-two-item ul li:hover .service-two-text {
        bottom: 5px;
    }


    .service-three {
        margin-top: 160px;
        margin-bottom: 100px;
    }

    .service-three-item {
        margin-top: 60px;
    }

        .service-three-item ul {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }

            .service-three-item ul li {
                width: 49%;
                margin-top: 20px;
            }

    .service-three-list {
        display: block;
        width: 100%;
        height: 100%;
        box-shadow: 2px 2px 10px rgba(0,0,0,.1);
        padding: 35px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-radius: 10px;
    }

        .service-three-list span {
            font-size: 64px;
            color: #cccccc;
            margin-right: 30px;
        }

    .service-three-text {
        flex: 1;
    }

        .service-three-text h3 {
            font-size: 28px;
            background: linear-gradient(to top,#0772bb, #009945);
            background-clip: text;
            -webkit-background-clip: text;
            color: transparent;
        }

        .service-three-text p {
            font-size: 18px;
            color: #666666;
            margin-top: 20px;
        }

    .pop-from {
        position: fixed;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0,0,0,.5);
        z-index: 999;
        display: none;
    }

        .pop-from .pop-from-box {
            width: 650px;
            background-color: #fff;
            border-radius: 15px;
            padding: 30px;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%,-50%);
        }

    .pop-from-box .pop-from-input {
        margin-bottom: 15px;
    }

        .pop-from-box .pop-from-input span, .pop-from-box .pop-from-code span {
            display: block;
            font-size: 16px;
            color: #333;
            margin-bottom: 10px;
        }

            .pop-from-box .pop-from-input span i, .pop-from-box .pop-from-code i {
                color: #ff0000
            }

        .pop-from-box .pop-from-input input {
            width: 100%;
            background-color: #fff;
            border: 1px solid #E6E6E6;
            height: 40px;
            font-size: 14px;
            padding: 0 15px;
            transition: all 0.5s;
        }

        .pop-from-box .pop-from-input textarea {
            width: 100%;
            background-color: #fff;
            border: 1px solid #E6E6E6;
            height: 120px;
            font-size: 14px;
            padding: 10px 15px;
            transition: all 0.5s;
        }

    .pop-from-box .pop-from-code input {
        width: 180px;
        background-color: #fff;
        border: 1px solid #E6E6E6;
        height: 40px;
        font-size: 16px;
        padding: 0 15px;
        transition: all 0.5s;
    }

    .pop-from-box .but {
        margin: 0 auto;
        margin-top: 30px;
        width: 130px;
        height: 40px;
        line-height: 40px;
        background-image: linear-gradient(to left,#0772bb,#009945);
        border-radius: 50px;
        text-align: center;
        font-size: 14px;
        color: #fff;
        font-weight: bold;
        cursor: pointer;
        transition: all 0.5s;
    }

        .pop-from-box .but:hover {
            opacity: 0.8;
        }

    .pop-from-box .icon {
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 24px;
        color: #333;
        cursor: pointer;
        transition: all 0.5s;
    }


    @media (max-width: 1500px) {
        .nei-title h3 {
            font-size: 45px;
            padding-bottom: 15px;
        }

        .nei-title p {
            font-size: 28px;
            padding-top: 10px;
        }

        .nei-title h3::after {
            width: 45px;
            height: 6px;
            bottom: -3px;
        }

        .index-one {
            margin-top: 50px;
        }

        .index-one-title {
            padding-left: 40px;
        }

            .index-one-title span {
                font-size: 43px;
            }

            .index-one-title p {
                font-size: 16px;
            }

            .index-one-title h3 {
                font-size: 25px;
            }

        .index-one-box1 .text-box {
            padding: 20px 20px 20px 40px;
            font-size: 18px;
            min-height: 220px;
        }

        .index-one-list ul li {
            padding: 10px 45px;
        }

            .index-one-list ul li .left .icons {
                width: 40px;
            }

            .index-one-list ul li .left {
                font-size: 22px;
            }

            .index-one-list ul li .right .p1 {
                font-size: 18px;
            }

            .index-one-list ul li .right .p2 {
                font-size: 16px;
                margin-top: 5px;
            }

        .index-one-list {
            margin-top: 5px;
        }

        .index-one-box2 .text {
            padding-top: 15px;
        }

        .index-two {
            padding-top: 80px;
        }

        .index-two-item ul li {
            margin: 25px 0;
        }

            .index-two-item ul li span {
                font-size: 60px;
            }

            .index-two-item ul li p {
                font-size: 25px;
            }

        .index-three {
            margin-top: 80px;
        }

        .index-three-item {
            margin-top: 80px;
        }

            .index-three-item ul li a img {
                height: 80px;
            }

            .index-three-item ul li a {
                padding: 30px;
            }

        .index-four {
            margin-top: 80px;
        }

        .index-four-box {
            margin-top: 40px;
        }

        .index-four-list {
            padding: 10px 15px;
        }

            .index-four-list .text h3 {
                font-size: 16px;
            }

            .index-four-list .text p {
                font-size: 14px;
            }

            .index-four-list .text span {
                width: 112px;
                line-height: 32px;
                border-radius: 32px;
                font-size: 15px;
            }

        .index-five {
            margin-top: 100px;
        }

        .footer-item .right .ewm {
            width: 125px;
        }

            .footer-item .right .ewm p {
                font-size: 20px;
                margin-top: 10px;
            }

        .footer-item .center ul li h3 a {
            font-size: 22px;
        }

        .footer-item .center ul li p a {
            font-size: 16px;
            margin-bottom: 20px;
        }

        .footer-item .left .footer-logo {
            width: 160px;
        }

        .footer-item .left .footer-item-box1 p a {
            font-size: 14px;
        }

        .footer-item .left .footer-item-box1 p {
            margin-bottom: 5px;
        }

        .footer-bottom {
            padding-top: 15px;
            padding-bottom: 10px;
            font-size: 14px;
        }

        .about-one-item .text .text-box {
            font-size: 14px;
        }

        .about-one-bgImg {
            height: 125px;
            margin-top: -60px;
        }

        .about-two .index-one-box2 .text {
            padding-top: 22px;
        }

        .about-three-item .left > h3 {
            line-height: 88px;
            font-size: 35px;
            padding-left: 50px;
        }

            .about-three-item .left > h3 span {
                font-size: 32px;
            }

        .about-three-item .left ul li {
            padding: 15px 30px;
        }

            .about-three-item .left ul li .text-box h3 {
                font-size: 20px;
            }

            .about-three-item .left ul li .text-box p {
                font-size: 15px;
            }

        .about-one {
            margin-top: 60px;
        }

        .about-three {
            padding-bottom: 70px;
        }

        .team-one {
            padding-top: 60px;
        }

        .team-one-box2 .text h3 {
            font-size: 25px;
        }

        .team-one-box2 .text h4 {
            font-size: 17px;
        }

        .team-one-box2 .text p {
            line-height: 1.5
        }

        .team-one-box2 .text .text-num {
            font-size: 23px;
            margin-top: 20px;
        }

            .team-one-box2 .text .text-num span {
                font-size: 50px;
            }

        .team-one-items .text > h3 {
            font-size: 36px;
        }

        .team-one-items .text > p {
            font-size: 25px;
            margin-top: 25px;
        }

        .team-one-items .text .text-box-list h3 {
            font-size: 18px;
        }

        .team-one-items .text .text-box-list p {
            font-size: 14px;
        }

        .team-two-list ul li .team-two-box {
            width: 88%;
            padding: 25px 30px;
        }

            .team-two-list ul li .team-two-box .icon {
                width: 100px;
                height: 100px;
            }

            .team-two-list ul li .team-two-box .text h3 {
                font-size: 22px;
            }

            .team-two-list ul li .team-two-box .text p {
                font-size: 14px;
            }

        .team-two-list .title {
            font-size: 40px;
        }

        .team-two-list {
            margin-top: 50px;
        }

        .team-two {
            padding-bottom: 80px;
        }

        .news, .pro {
            padding: 60px 0 80px 0;
        }

        .news-list .img {
            height: 80px;
        }

        .pro-item {
            margin-top: 40px;
        }

            .pro-item ul li .pro-list {
                padding: 9px 30px;
                font-size: 18px;
            }

        .Characteristic-one-item .text, .Characteristic-three .text, .Characteristic-four-item .text, .Characteristic-five-item .text, .Characteristic-six-item .text, .Characteristic-two-item .left .text {
            font-size: 25px;
        }

        .Characteristic-one-item ul li span {
            width: 100px;
            line-height: 46px;
            font-size: 20px;
        }

        .Characteristic-one-item ul li p {
            font-size: 15px;
        }

        .Characteristic-one-item ul li {
            margin: 15px 0;
        }

        .Characteristic-three {
            margin-top: 80px;
        }

        .Characteristic-three-item {
            padding: 35px;
        }

            .Characteristic-three-item ul li {
                margin: 14px 0;
            }

                .Characteristic-three-item ul li p {
                    font-size: 16px;
                }

                .Characteristic-three-item ul li span {
                    width: 50px;
                }

        .Characteristic-four, .Characteristic-five {
            margin-top: 80px;
        }

        .Characteristic-five-item .text-box {
            font-size: 20px;
        }

        .Characteristic-five-swiper {
            margin-top: 40px;
        }

        .five-swiper-list .text {
            margin-top: 20px;
        }

        .five-swiper-list h3 {
            font-size: 20px;
            padding: 7px 35px;
        }

        .Characteristic-six {
            margin-top: 80px;
            margin-bottom: 80px;
        }

        .Introduction-one {
            padding: 60px 0 80px 0;
        }

        .Introduction-one-item {
            margin-top: 40px;
            font-size: 25px;
            line-height: 1.8
        }

        .Introduction-box-list {
            padding-top: 50px;
            padding-bottom: 40px;
        }

        .Introduction-item ul li {
            margin-top: 40px;
        }

        .Introduction-one-item p {
            text-indent: 0;
        }

        .service-one-item h3 {
            font-size: 30px;
        }

            .service-one-item h3 span {
                font-size: 45px;
            }

        .service-one-item .p1 {
            font-size: 22px;
        }

        .service-two {
            margin-top: 80px;
        }

        .service-two-list h3 {
            font-size: 23px;
        }

        .service-two-list .icon {
            height: 66px;
        }

        .service-two-text h3 {
            font-size: 20px;
        }

        .service-two-text p {
            font-size: 13px;
        }

        .service-three {
            margin-top: 100px;
            margin-bottom: 80px;
        }

        .service-three-item {
            margin-top: 40px;
        }

        .service-three-list {
            padding: 25px;
        }

            .service-three-list span {
                font-size: 50px;
                margin-right: 20px;
            }

        .service-three-text h3 {
            font-size: 22px;
        }

        .service-three-text p {
            font-size: 16px;
            margin-top: 10px;
        }
    }

@media (max-width: 1000px) {
    .index-one{
        margin-top:30px;
    }
    .nei-title h3{
        font-size:25px;
        padding-bottom:10px;
    }
    .nei-title p {
        font-size: 14px;
        letter-spacing: 4px;
    }
    .nei-title h3::after {
        width: 32px;
        height: 4px;
        bottom: -2px;
    }
    .nei-title h3::before{
        width:150px;
    }
    .index-one-box1{
        flex-direction:column-reverse;
        margin-top:20px;
    }
        .index-one-box1 .img{
            width:100%;
            margin-top:10px;
        }
        .index-one-box1 .text{
            width:100%;
        }
    .index-one-title{
        padding-left:0;
    }
        .index-one-title p{
            display:inherit;
        }
    .index-one-box1 .text-box {
        padding: 15px;
        font-size: 16px;
        min-height: 10px;
    }
    .index-one-title span{
        font-size:30px;
    }
    .index-one-title p{
        font-size:14px;
    }
    .index-one-title h3{
        font-size:22px;
    }
    .index-one-box2 {
        flex-direction: column;
        margin-top:20px;
    }
        .index-one-box2 .text{
            width:100%;
        }
        .index-one-box2 .img{
            width:100%;
            margin-top:10px;
        }
        .index-one-box2 .text .index-one-title{
            padding-left:15px;
        }
    .index-one-list ul li {
        padding: 15px;
        flex-direction: column;
        align-items: baseline;
    }
        .index-one-list ul li .right{
            padding-left:0;
            margin-top:10px;
        }
            .index-one-list ul li .right .p1{
                font-size:16px;
            }
            .index-one-list ul li .right .p2{
                font-size:14px;
            }
        .index-one-list ul li .left .icons{
            width:25px;
        }
        .index-one-list ul li .left{
            font-size:18px;
        }
    .index-two{
        padding-top:30px;
    }
    .index-two-item ul li{
        margin:15px 0;
    }
    .index-two-item ul li{
        width:50%;
    }
        .index-two-item ul li span{
            font-size:30px;
        }
        .index-two-item ul li p{
            font-size:16px;
        }
    .index-two-item {
        padding-bottom:25px;
    }
    .index-three{
        margin-top:30px;
    }
    .index-three-item ul li{
        width:33.33%;
    }
    .index-three-item{
        margin-top:15px;
    }
        .index-three-item ul li a img{
            height:55px;
        }
        .index-three-item ul li a{
            padding:20px;
        }
    .index-four{
        margin-top:30px;
    }
    .index-four-box ul li {
        width:100%;
    }
    .index-four-list{
        padding:0;
    }
        .index-four-list .text{
            padding:15px;
        }
            .index-four-list .text p{
                height:auto;
            }
            .index-four-list .text span{
                font-size:14px;
            }
    .index-four-box ul li{
        margin-right:0;
    }
    .index-five{
        margin-top:30px;
    }
    .footer-item{
        flex-direction:column;
        padding-top:30px;
    }
        .footer-item .left{
            max-width:100%;
        }
            .footer-item .left .footer-logo {
                margin: 0 auto;
                margin-bottom: 10px;
            }
        .footer-item .center{
            display:none;
        }
        .footer-item .right .ewm{
            margin:0 20px;
        }
            .footer-item .right .ewm p{
                font-size:16px;
            }
        .footer-item .right{
            margin-top:15px;
        }
    .footer-bottom a{
        font-size:12px;
    }
    .about-one-item{
        flex-direction:column;
    }
        .about-one-item .text{
            width:100%;
            padding-right:0;
        }
    .about-one{
        margin-top:30px;
    }
    .about-one-item .img{
        width:100%;
    }
    .about-two .index-one-box2 .text .index-one-title{
        padding-left:15px;
    }
    .about-two .index-one-list ul li{
        padding:15px;
    }
    .about-three-item{
        padding:15px;
    }
    .about-three-item{
        flex-direction:column;
    }
        .about-three-item .left, .about-three-item .right{
            width:100%;
        }
            .about-three-item .left > h3 {
                font-size: 18px;
                padding-left: 15px;
                line-height:50px;
            }
                .about-three-item .left > h3 span{
                    font-size:20px;
                }
            .about-three-item .left ul li {
                padding: 10px 15px;
            }
                .about-three-item .left ul li .icon{
                    width:40px;
                }
                .about-three-item .left ul li .icon img{
                    max-height:20px;
                    max-width:25px;
                }
                .about-three-item .left ul li .text-box h3{
                    font-size:18px;
                }
                .about-three-item .left ul li .text-box p{
                    font-size:14px;
                    margin-top:5px;
                }
        .about-three-item .map{
            padding-left:0;
            width:100%;
            margin-top:10px;
        }
    .about-three{
        padding-bottom:30px;
    }
    .team-one{
        padding-top:30px;
    }
    .team-one-boxs {
        margin-top: 20px;
    }
    .team-one-boxs{
        padding:0;
    }
    .team-one-box2{
        flex-direction:column-reverse;
        padding:15px;
    }
        .team-one-box2 .img{
            width:100%;
            margin-top:20px;
        }
        .team-one-box2 .text{
            width:100%;
            padding-left:0;
        }
            .team-one-box2 .text h3{
                font-size:20px;
            }
            .team-one-box2 .text h4{
                font-size:16px;
                margin-top:10px;
            }
            .team-one-box2 .text .text-num span{
                font-size:35px;
            }
            .team-one-box2 .text .text-num{
                font-size:18px;
                text-align:center;
            }
    .team-one-items{
        flex-direction:column;
    }
        .team-one-items .text > h3{
            font-size:20px;

        }
        .team-one-items .text{
            margin-top:20px;
        }
            .team-one-items .text > p {
                font-size: 20px;
                margin-top: 9px;
            }
            .team-one-items .text .text-box-list{
                margin-top:20px;
            }
    .team-two-list{
        margin-top:25px;
        padding:0;
    }
        .team-two-list .title{
            font-size:22px;
        }
        .team-two-list ul li{
            width:100%;
            margin-top:15px;
        }
            .team-two-list ul li .team-two-box{
                width:100%;
            }
    .team-two{
        padding-bottom:30px;
    }
    .news, .pro{
        padding:30px 0;
    }
    .news-item ul li {
        width: calc(100%/2 - 5px);
        margin-right:10px !important;
    }
        .news-item ul li:nth-child(2n){
            margin-right:0 !important;
        }
        .news-item ul li:nth-child(5n) {
            margin-right: 0;
        }
    .news-item{
        margin-top:20px;
    }
    .news-list .img{
        height:65px;
    }
    .pro-item{
        margin-top:20px;
    }
        .pro-item ul li{
            width:100%;
            margin-right:0 !important;
            margin-top:15px;
            
        }
            .pro-item ul li .pro-list {
                font-size: 16px;
                padding:10px 10px;
            }
    .Characteristic-one{
        padding:30px 0;
    }
        .Characteristic-one .index-one-title p{
            margin-top:5px;
        }
    .Characteristic-one-item .text, .Characteristic-three .text, .Characteristic-four-item .text, .Characteristic-five-item .text, .Characteristic-six-item .text, .Characteristic-two-item .left .text {
        font-size: 18px;
    }
    .Characteristic-one-item ul li{
        width:100%;
    }
    .Characteristic-two-item .right{
        width:100%;
    }
    .Characteristic-two-item .left .img{
        margin-top:15px;
    }
    .Characteristic-one-item ul li span {
        font-size: 16px;
        width: 85px;
        line-height: 35px;
    }
    .Characteristic-three{
        margin-top:30px;
    }
    .Characteristic-two{
        margin-top:30px;
    }
    .Characteristic-two-item{
        flex-direction:column;
    }
        .Characteristic-two-item .left{
            width:100%;
            padding:15px;
        }
    .Characteristic-three-item{
        padding:15px;
    }
        .Characteristic-three-item ul li{
            width:100%;
        }
    .Characteristic-four, .Characteristic-five{
        margin-top:30px;
    }
    .Characteristic-four-item{
        padding:15px;
    }
    .Characteristic-five-item .text-box{
        font-size:16px;
    }
    .five-swiper-list h3 {
        font-size: 16px;
        padding: 4px 20px;
    }
    .five-swiper-list .text{
        margin-top:10px;
    }
    .Introduction-one{
        padding:30px 0;
    }
    .Introduction-one-item{
        margin-top:20px;
        font-size:16px;
    }
    .Introduction-item ul li {
        width: calc(100%/2 - 5px);
        margin-right: 10px !important;
        margin-top:15px;
    }
        .Introduction-item ul li:nth-child(4n) {
            margin-right: 0 !important;
        }
        .Introduction-item ul li:nth-child(2n) {
            margin-right: 0 !important;
        }
    .Introduction-list .img{
        border-radius:10px;
    }
    .Introduction-list .text h3 {
        font-size: 14px;
        line-height: 20px;
        height: 40px;
    }
    .Introduction-list .text p{
        font-size:14px;
    }
    .Introduction-list .text .bottom .span1{
        font-size:18px;
    }
    .Introduction-list .text .bottom .span2{
        font-size:12px;
    }
    .Introduction-box-list{
        padding:30px 0;
    }
    .service-one{
        padding:30px 0;
    }
    .service-one-item h3{
        font-size:18px;
    }
        .service-one-item h3 span{
            font-size:30px;
        }
    .service-one-item .p1{
        font-size:16px;
        margin-top:15px;
    }
    .service-two{
        margin-top:30px;
    }
    .service-two-item ul{
        flex-wrap:wrap;
    }
    .service-two-item ul li {
        width: 100%;
    }
    .service-two-item{
        margin-top:20px;
    }
    .service-three{
        margin:30px 0;
    }
    .service-three-item ul li{
        width:100%;
    }
    .service-three-item{
        margin-top:20px;
    }
    .service-three-list{
        padding:15px;
    }
        .service-three-list span {
            font-size: 30px;
            margin-right: 15px;
        }
    .service-three-text h3{
        font-size:18px;
    }
    .service-three-text p{
        font-size:14px;
    }
    html,body{
        overflow-x:hidden;
    }

    .pop-from .pop-from-box {
        width: 90%;
        padding: 30px 20px;
    }
    .pop-from-box .pop-from-input span, .pop-from-box .pop-from-code span{
        font-size:14px;
    }
    .pop-from-box .pop-from-input input{
        height:35px;
    }
    .pop-from-box .pop-from-input textarea{
        height:100px;
    }
    .pop-from-box .pop-from-code input {
        width: 135px;
    }
}
