﻿
@font-face {
    font-family: 'AlibabaPuHuiTi-3-45-Light';
    src: url('/css/fonts/AlibabaPuHuiTi-3-45-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'AlibabaPuHuiTi-3-65-Medium';
    src: url('/css/fonts/AlibabaPuHuiTi-3-65-Medium.ttf') format('truetype');
}
body, th, td, button, input, select, textarea {
    font-family: 'AlibabaPuHuiTi-3-45-Light';
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'AlibabaPuHuiTi-3-65-Medium';
}
/*NewsDetail*/
.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%;
        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: 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 {
    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: 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: 25px;
    }

    .bx-mb-nav {
        margin-top: 20px;
    }

        .bx-mb-nav p {
            font-size: 16px;
        }

    .NewsDetail001-title h3 {
        font-size: 20px;
    }

    .tit_bar .text {
        margin: 5px 3%;
    }

    .NewsDetail001 {
        margin-bottom: 30px;
    }

    .TurnPages {
        display: block;
    }

        .TurnPages p {
            width: 100%;
            text-align: left !important;
            margin: 5px 0;
        }

            .TurnPages p a {
                font-size: 14px;
            }
}

@keyframes opacity {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.header {
    position: sticky;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    background-color: #fff;
}

    .header.active {
        box-shadow: 0 4px 18px rgba(0,0,0,.1);
    }





.bx-header001 {
    height: 140px;
    line-height: 140px;
    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: 140px;
        text-align: center;
        z-index: 600;
        margin-left: 60px;
    }

        .bx-header001 .bx-nav ul li .bx-nav-fd {
            display: none;
            position: absolute;
            top: 100px;
            left: 50%;
            line-height: 40px;
            width: 185px;
            background-color: #ffffff;
            z-index: 10;
            border: 1px solid #eeeeee;
            text-align: center;
            padding: 10px;
            transform: translate(-50%,0);
        }

            .bx-header001 .bx-nav ul li .bx-nav-fd a {
                padding: 0 5px;
                font-size: 17px;
                display: block;
                width: 100%;
            }

        .bx-header001 .bx-nav ul li:hover i {
            transform: rotate(180deg);
            color: #28ab85;
        }

        .bx-header001 .bx-nav ul li:hover > a {
            color: #28ab85;
        }

        .bx-header001 .bx-nav ul li a {
            display: inline-block;
            color: #3f3a39;
            font-size: 21px;
        }

        .bx-header001 .bx-nav ul li i {
            font-size: 25px;
            display: inline-block;
            transition: all 0.5s;
            margin-left: 5px;
        }

    .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: #28ab85;
    }

.active .bx-header001 .bx-nav ul li a:hover,
.active .bx-header001 .bx-nav ul li a.active {
    color: #28ab85;
}

.bx-navigation {
    display: none;
}

.bx-qh {
    margin-left: 30px;
}

    .bx-qh a {
        display: inline-block;
        font-size: 16px;
        color: #333;
        border: 1px solid #999;
        line-height: 30px;
        padding: 0 20px;
        border-radius: 40px;
    }

        .bx-qh a:hover {
            background-color: #28ab85;
            color: #fff;
        }

@media (max-width: 1500px) {
    .bx-header001 .bx-nav ul li {
        margin-left: 40px;
        line-height: 120px;
    }

        .bx-header001 .bx-nav ul li a {
            font-size: 19px;
        }

    .bx-header001 {
        height: 120px;
        line-height: 120px;
    }
}

@media (max-width: 1200px) {
    .bx-header001 .bx-nav ul li {
        margin-left: 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: 35px;
        }

        .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;
                margin-left: 0;
            }

                .bx-header001 .bx-nav ul li i {
                    display: block;
                    width: 14px;
                    height: 14px;
                    color: #333;
                    position: absolute;
                    right: 10px;
                    top: 18px;
                    margin-left: 0 !important;
                }



                .bx-header001 .bx-nav ul li a {
                    padding: 0 10px;
                    color: #333;
                    text-align: center;
                    display: inline-block;
                }

        .bx-header001 .bx-navigation {
            display: block;
        }

        .bx-header001 .bx-nav ul li .bx-nav-fd {
            display: none;
            position: relative;
            top: 0px;
            width: 100%;
            border-top: 2px solid #28ab85;
            background-color: #f1f1f1;
        }

    .bx-navigation {
        display: block;
    }

    .bx-header001 .bx-nav ul li .bx-nav-fd a {
        padding: 5px 10px;
        line-height: 30px;
        display: block;
        width: auto;
        text-align: left;
    }


    .hamburger {
        margin-top: 18px;
    }

        .hamburger .line {
            width: 35px;
            height: 3px;
            background-color: #333;
            display: block;
            margin: 8px auto;
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

        .hamburger:hover {
            cursor: pointer;
        }

    #hamburger-1.is-active .line:nth-child(2) {
        opacity: 0;
    }

    #hamburger-1.is-active .line:nth-child(1) {
        -webkit-transform: translateY(13px) rotate(45deg);
        -ms-transform: translateY(13px) rotate(45deg);
        -o-transform: translateY(13px) rotate(45deg);
        transform: translateY(11px) rotate(45deg);
    }

    #hamburger-1.is-active .line:nth-child(3) {
        -webkit-transform: translateY(-13px) rotate(-45deg);
        -ms-transform: translateY(-13px) rotate(-45deg);
        -o-transform: translateY(-13px) rotate(-45deg);
        transform: translateY(-11px) rotate(-45deg);
    }

    .bx-header001 .bx-nav ul li a:hover, .bx-header001 .bx-nav ul li a.active {
        color: #28ab85 !important;
    }
}

.UList-box {
    display: none;
}

.bg {
    background-color: #f5f6f9;
}

.ptb80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.ptb100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pb100 {
    padding-bottom: 100px;
}

.mt100 {
    margin-top: 100px;
}

.mt90 {
    margin-top: 90px;
}

.mt80 {
    margin-top: 80px;
}

.mb50 {
    margin-bottom: 50px;
}

.banner img {
    width: 100%;
}

.banner .swiper-container-horizontal > .swiper-pagination-bullets, .banner .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 80px;
}

.banner .swiper-pagination-bullet {
    opacity: 1;
    width: 14px;
    height: 14px;
    background-color: transparent;
    border: 1px solid #575048;
}

    .banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #575048;
    }

.index-one {
    background-color: #28ab85;
}

.index-one-item {
    padding: 30px 0;
}

    .index-one-item ul {
        display: flex;
        justify-content: space-between;
    }

        .index-one-item ul li {
            display: flex;
            align-items: center;
        }

        .index-one-item ul .icons {
            width: 100px;
            height: 100px;
        }

        .index-one-item ul .text {
            padding-left: 25px;
        }

            .index-one-item ul .text h3 {
                font-size: 24px;
                font-weight: 400;
                color: #f5f6f9;
            }

            .index-one-item ul .text p {
                font-size: 33px;
                color: #fe9801;
                font-weight: bold;
                line-height: 1;
                margin-top: 10px;
                letter-spacing: 3px;
            }

.index-title {
    font-size: 42px;
    color: #222222;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    letter-spacing: 3px;
    font-family: 'AlibabaPuHuiTi-3-65-Medium';
}

.index-two-item ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}

    .index-two-item ul li {
        width: 33.33%;
        padding: 0 12px;
        margin-top: 80px;
    }

.index-two-list {
    display: block;
    position: relative;
    background-color: #f5f6f9;
    padding: 60px 50px;
    padding-bottom: 70px;
    border-radius: 10px;
    transition: all 0.5s;
    color: #222222;
}

    .index-two-list h3 {
        font-size: 30px;
        font-weight: bold;
        line-height: 1;
    }

    .index-two-list p {
        font-size: 21px;
        margin-top: 20px;
        line-height: 1;
    }

    .index-two-list .icons {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
    }

        .index-two-list .icons img {
            max-width: 120px;
        }

    .index-two-list:hover {
        transform: translateY(-8px);
        background-color: #28ab85;
        color: #FFF;
    }

.index-three-item ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

    .index-three-item ul li {
        width: 25%;
        padding: 0 5px;
        margin-top: 10px;
    }

.index-three-list {
    display: block;
    height: 100%;
    background-color: #28ab85;
    padding: 70px 30px 50px 30px;
    color: #fff;
    transition: all 0.5s;
}

    .index-three-list .icons {
        text-align: center;
        height: 67px;
        line-height: 67px;
        transition: all 0.5s;
    }

        .index-three-list .icons img {
            max-height: 100%;
            display: block;
            margin: 0 auto;
        }

    .index-three-list .text {
        margin-top: 40px;
    }

        .index-three-list .text h3 {
            font-size: 30px;
            font-weight: bold;
            text-align: center;
            line-height: 1;
            padding-bottom: 30px;
            position: relative;
        }

            .index-three-list .text h3::after {
                content: "";
                display: block;
                width: 34px;
                height: 4px;
                background-color: #fff;
                position: absolute;
                bottom: 0;
                left: 50%;
                transform: translate(-50%,0);
            }

        .index-three-list .text p {
            font-size: 21px;
            text-align: justify;
            margin-top: 35px;
        }

    .index-three-list:hover {
        transform: translateY(-8px);
    }

        .index-three-list:hover .icons {
            transform: translateY(-10px);
        }

.index-four {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.index-four-list {
    width: 100%;
    background-color: #fff;
    padding: 50px;
    display: flex;
    justify-content: space-between;
}

    .index-four-list .img {
        width: 60%;
        overflow: hidden;
    }

        .index-four-list .img img {
            width: 100%;
            transition: all 0.3s;
        }

    .index-four-list .text {
        width: 40%;
        padding-left: 45px;
    }

        .index-four-list .text .p {
            font-size: 21px;
            color: #242424;
            text-align: justify;
            line-height: 1.8;
        }

        .index-four-list .text .bottom {
            margin-top: 25px;
            padding-top: 25px;
            border-top: 1px solid #eeeeee;
            text-align: right;
        }

            .index-four-list .text .bottom .name {
                font-size: 33px;
                color: #333333;
                font-weight: bold;
                line-height: 1;
            }

            .index-four-list .text .bottom .p2 {
                font-size: 25px;
                color: #333333;
                margin-top: 15px;
            }

.index-four-item {
    position: relative;
}

.index-four .swiper-pagination {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

    .index-four .swiper-pagination .swiper-pagination-bullet {
        background-color: #fff;
        opacity: 1;
        margin: 0 10px;
    }

        .index-four .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background-color: #fe9801;
        }

.index-four-item .swiper-button-next {
    background-image: url('../images/icon-right.png');
    right: -50px;
}

.index-four-item .swiper-button-prev {
    background-image: url('../images/icon-left.png');
    left: -50px;
}

.index-five {
    background-color: #f5f6f9;
}

.index-five-item {
    position: relative;
}

.index-five-list {
    display: block;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

    .index-five-list .img {
        width: 100%;
        height: 235px;
        overflow: hidden;
    }

        .index-five-list .img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: all 0.5s;
        }

    .index-five-list .text {
        background-color: #fff;
        padding: 25px 20px;
        color: #222222;
    }

        .index-five-list .text h3 {
            font-size: 25px;
            font-weight: bold;
        }

        .index-five-list .text p {
            font-size: 21px;
            margin-top: 10px;
            line-height: 30px;
            height: 60px;
        }

    .index-five-list:hover .text h3 {
        color: #28ab85;
    }

.index-five-item {
    position: relative;
}

.index-five .swiper-pagination {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

    .index-five .swiper-pagination .swiper-pagination-bullet {
        background-color: #cacaca;
        opacity: 1;
        margin: 0 10px;
    }

        .index-five .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background-color: #28ab85;
        }

.index-five-item .swiper-button-next {
    background-image: url('../images/icon-right2.png');
    right: -55px;
    width: 44px;
    background-size: 49px 49px;
}

.index-five-item .swiper-button-prev {
    background-image: url('../images/icon-left2.png');
    left: -55px;
    width: 44px;
    background-size: 49px 49px;
}

.bottom-form {
    padding: 70px 0;
    background-color: #28ab85;
}

.bottom-form-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .bottom-form-item .text {
        max-width: 50%;
        font-size: 42px;
        color: #ffffff;
        font-weight: bold;
    }

    .bottom-form-item .input {
        width: 615px;
        background-color: #fff;
        display: flex;
        justify-content: space-between;
        padding: 5px;
    }

        .bottom-form-item .input input {
            height: 60px;
            flex: 1;
            border: none;
            font-size: 21px;
        }

        .bottom-form-item .input .but {
            width: 140px;
            line-height: 60px;
            text-align: center;
            background-color: #fe9801;
            font-size: 23px;
            color: #ffffff;
            cursor: pointer;
        }

            .bottom-form-item .input .but:hover {
                opacity: 0.8;
            }

        .bottom-form-item .input .select {
            width: 100px;
            text-align: center;
            font-size: 23px;
            line-height: 60px;
            cursor: pointer;
        }

            .bottom-form-item .input .select i {
                font-size: 20px;
                vertical-align: middle;
            }

.footers004 {
    background: #1c2028;
}

.footers004-item {
    padding-top: 75px;
    padding-bottom: 75px;
}

.footers004-item-top {
    display: flex;
    justify-content: space-between;
    align-items: inherit;
}

    .footers004-item-top > .left {
        width: 35%;
    }

    .footers004-item-top .footers004-footer-nav {
        width: 65%;
        display: flex;
        justify-content: flex-end;
    }

        .footers004-item-top .footers004-footer-nav ul {
            width: calc(100% - 88px);
            display: flex;
            justify-content: space-between;
        }

        .footers004-item-top .footers004-footer-nav .ewm {
            width: 88px;
        }

            .footers004-item-top .footers004-footer-nav .ewm p {
                font-size: 12px;
                font-weight: 400;
                line-height: 20px;
                color: #fff;
                text-align: center;
                margin-top: 10px;
            }

        .footers004-item-top .footers004-footer-nav ul li {
            display: inline-block;
            vertical-align: top;
            text-align: center;
            flex: 1;
        }

            .footers004-item-top .footers004-footer-nav ul li a {
                display: block;
                font-size: 16px;
                color: #999999;
                margin-top: 20px;
                line-height: 24px;
            }

                .footers004-item-top .footers004-footer-nav ul li a.title {
                    font-size: 20px;
                    font-weight: bold;
                    color: #FFFFFF;
                    margin-bottom: 30px;
                    margin-top: 0;
                }

                .footers004-item-top .footers004-footer-nav ul li a:hover {
                    color: #fff;
                }


.footers004-item-botttom {
    margin-top: 50px;
}


    .footers004-item-botttom .left p {
        display: block;
        font-size: 16px;
        color: rgba(255, 255, 255, .8);
        line-height: 23px;
        padding-left: 40px;
        position: relative;
        margin: 20px 0;
    }

        .footers004-item-botttom .left p:nth-last-child(1) {
            margin-bottom: 0;
        }

        .footers004-item-botttom .left p i {
            position: absolute;
            left: 0;
            top: 0;
            display: inline-block;
            width: 30px;
            height: 30px;
            background-color: #242933;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 50%;
        }

            .footers004-item-botttom .left p i.bx-tongzhi1 {
                font-size: 12px;
            }

.footers004-xmt ul {
    display: inline-block;
}

    .footers004-xmt ul li {
        display: inline-block;
        margin-left: 20px;
    }

        .footers004-xmt ul li img {
            height: 37px;
        }

.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: 90px;
        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: 30px 0;
    font-size: 14px;
    color: rgba(255, 255, 255, .5);
    background-color: #000;
}

    .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: 10px 0;
    }

    .footers004-item-top .footers004-footer-nav ul li a {
        font-size: 16px;
        margin-top: 10px;
    }

        .footers004-item-top .footers004-footer-nav ul li a.title {
            font-size: 18px;
            margin-bottom: 30px;
        }

    .footers004-item-botttom .left p {
        font-size: 16px;
    }
}

@media(max-width:1000px) {
    .footers004-item-top {
        display: block;
    }

        .footers004-item-top .footer-logo {
            width: 100%;
        }

            .footers004-item-top .footer-logo img {
                max-height: 35px;
            }

    .footers004-item {
        padding: 30px 0;
    }

    .footers004-item-top .footers004-footer-nav, .footers004-xmt {
        display: none;
    }

    .footers004-item-botttom {
        display: block;
        margin-top: 20px;
    }

        .footers004-item-botttom .left {
            width: 100%;
        }

    .footers004-item-top > .left {
        width: 100%;
    }

    .footers004-item-top .footer-logo {
        width: 40%;
        display: inline-block;
    }
}

.nei-banner img {
    width: 100%;
}

.Solution1-one-item ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .Solution1-one-item ul li {
        max-width: 20%;
    }

        .Solution1-one-item ul li .img {
            width: 200px;
        }

        .Solution1-one-item ul li h3 {
            font-size: 30px;
            color: #444444;
            text-align: center;
            margin-top: 60px;
        }

.Solution1-two {
    background-image: url('../images/Solution1-two-bg.jpg');
    background-size: cover;
}

.Solution1-two-item h4 {
    text-align: center;
    font-size: 30px;
    color: #222222;
    position: relative;
    padding-bottom: 20px;
}

    .Solution1-two-item h4:after {
        content: "";
        display: block;
        width: 50px;
        height: 4px;
        background-color: #28ab85;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0);
    }

.Solution1-two-item {
    font-size: 16px;
    color: #222222;
    line-height: 2;
    text-align: center;
}

    .Solution1-two-item .text2 {
        display: inline-block;
        text-align: left;
    }

        .Solution1-two-item .text2 span {
            color: #28ab85;
        }

.Solution1-three-item ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

    .Solution1-three-item ul li {
        width: 25%;
        padding: 0 5px;
        margin-top: 10px;
    }

.Solution1-three-list {
    display: block;
    height: 100%;
    position: relative;
}

    .Solution1-three-list img {
        width: 100%;
    }

    .Solution1-three-list .text {
        width: 100%;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translate(0,-50%);
        padding: 10px 30px;
        font-size: 21px;
        color: #ffffff;
    }

.Solution1-four-item ul {
    display: flex;
    flex-wrap: wrap;
}

    .Solution1-four-item ul li {
        flex: 1;
    }

.Solution1-four-list {
    display: block;
    text-align: center;
    padding: 0 12%;
}

    .Solution1-four-list .icons {
        width: 200px;
        margin: 0 auto;
    }

        .Solution1-four-list .icons img {
            width: 100%;
        }

    .Solution1-four-list .text {
        text-align: center;
        color: #444444;
        margin-top: 35px;
    }

        .Solution1-four-list .text h3 {
            font-size: 30px;
            font-weight: bold;
        }

        .Solution1-four-list .text p {
            font-size: 25px;
            margin-top: 20px;
        }

.ul-flex ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

    .ul-flex ul li {
        width: 33.33%;
        padding: 0 10px;
        margin-bottom: 20px;
    }

.Solution2-one-list {
    display: block;
    width: 100%;
    border: 1px solid #eee;
    height: 100%;
    padding: 45px 35px 15px 35px;
    transition: all 0.5s;
}

    .Solution2-one-list .icons {
        text-align: center;
    }

        .Solution2-one-list .icons .img1, .Solution2-one-list .icons .img2 {
            display: inline-block;
            width: 110px;
            height: 110px;
            border-radius: 50%;
            background-color: #f7f7f7;
            overflow: hidden;
            text-align: center;
            line-height: 110px;
        }

            .Solution2-one-list .icons .img1 img, .Solution2-one-list .icons .img2 img {
                max-width: 50%;
                max-height: 50%;
            }

        .Solution2-one-list .icons .img2 {
            background-color: #28ab85;
            display: none;
        }

    .Solution2-one-list .text {
        margin-top: 20px;
        text-align: center;
    }

        .Solution2-one-list .text h3 {
            font-size: 26px;
            color: #444444;
            font-weight: bold;
        }

        .Solution2-one-list .text p {
            font-size: 20px;
            color: #999;
            margin-top: 25px;
            text-align: left;
        }

    .Solution2-one-list:hover {
        border-color: #28ab85;
        transform: translateY(-8px);
    }

        .Solution2-one-list:hover .icons .img1 {
            display: none;
        }

        .Solution2-one-list:hover .icons .img2 {
            display: inline-block;
        }

.Solution2-two-list {
    width: 78%;
    display: inline-block;
}

.Solution2-two-item {
    text-align: center;
}

    .Solution2-two-item .img {
        overflow: hidden;
        border-radius: 35px;
    }

        .Solution2-two-item .img img {
            width: 100%;
            transition: all 0.5s;
        }

    .Solution2-two-item .text {
        font-size: 26px;
        color: #222222;
        margin-top: 35px;
    }

    .Solution2-two-item ul li {
        margin-bottom: 50px;
    }

.Solution3-one-list {
    display: block;
}

    .Solution3-one-list .icons {
        width: 217px;
        height: 217px;
        background-color: #28ab85;
        border-radius: 50%;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }

        .Solution3-one-list .icons img {
            max-width: 50%;
            max-height: 50%;
        }

    .Solution3-one-list .text {
        margin-top: 60px;
        color: #222222;
        text-align: center;
    }

        .Solution3-one-list .text h3 {
            font-size: 25px;
            font-weight: bold;
        }

        .Solution3-one-list .text p {
            font-size: 20px;
            margin-top: 20px;
            text-align: left;
        }

.Solution3-one-item ul {
    margin: 0 -45px;
}

    .Solution3-one-item ul li {
        padding: 0 45px;
    }

.Solution3-two {
    background-image: url('../images/Solution3-two-bg.jpg');
    background-size: cover;
}

.Solution3-two-item {
    text-align: center;
}

.pro-one-item ul {
    margin: 0 -25px;
}

    .pro-one-item ul li {
        width: 50%;
        padding: 0 25px;
        margin-top: 100px;
    }

.pro-one-list {
    display: block;
    height: 100%;
    background-color: #f6f6f6;
    padding: 60px 45px;
    transition: all 0.5s;
    border-radius: 25px;
    position: relative;
}

    .pro-one-list::before {
        content: "";
        display: block;
        width: 377px;
        height: 377px;
        background-image: url('../images/pro-one-bg1.png');
        background-position: 100% 100%;
        background-size: 100% 100%;
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .pro-one-list .texttop {
        text-align: center;
        color: #222222;
        position: relative;
        padding-bottom: 50px;
        transition: all 0.5s;
    }

        .pro-one-list .texttop::before {
            content: "";
            display: block;
            width: 118px;
            height: 5px;
            background-color: #28ab85;
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translate(-50%,0);
            transition: all 0.5s;
        }

        .pro-one-list .texttop h3 {
            font-size: 38px;
            font-weight: bold;
        }

        .pro-one-list .texttop .p1 {
            font-size: 30px;
            margin-top: 20px;
        }

    .pro-one-list .texttop {
    }

    .pro-one-list .textbottom {
        font-size: 30px;
        color: #222222;
        margin-top: 30px;
        line-height: 2;
        transition: all 0.5s;
    }

        .pro-one-list .textbottom p span {
            color: #28ab85;
            transition: all 0.5s;
        }

    .pro-one-list:hover {
        background-color: #28ab85;
    }

        .pro-one-list:hover .texttop, .pro-one-list:hover .textbottom {
            color: #fff;
        }

            .pro-one-list:hover .texttop::before {
                background-color: #fff;
            }

            .pro-one-list:hover .textbottom p span {
                color: #fff;
            }

        .pro-one-list:hover::before {
            background-image: url('../images/pro-one-bg2.png');
        }


.pro-two {
    width: 100%;
    overflow-x: hidden;
}

.pro-two-item ul li {
    margin-top: 100px;
}

.pro-two-list {
    display: flex;
    align-items: center;
}

    .pro-two-list .img {
        width: 57%;
        padding: 65px 60px 60px 0;
        background-color: #f5f5f5;
        border-radius: 0 25px 25px 0;
        position: relative;
    }

        .pro-two-list .img::before {
            content: '';
            width: 300%;
            height: 100%;
            position: absolute;
            left: 2px;
            top: 0;
            background-color: #f5f5f5;
            transform: translate(-100%,0)
        }

        .pro-two-list .img::after {
            content: "";
            width: 148px;
            height: 162px;
            background-image: url('../images/pro-two-bg1.png');
            background-size: 100% 100%;
            position: absolute;
            right: 0;
            top: 0;
        }

        .pro-two-list .img img {
            width: 100%;
            display: block;
            position: relative;
            z-index: 2;
        }

    .pro-two-list .text {
        width: 43%;
        padding-left: 45px;
    }

        .pro-two-list .text h3 {
            font-size: 38px;
            color: #28ab85;
        }

        .pro-two-list .text p {
            font-size: 25px;
            color: #222222;
            letter-spacing: 3px;
            text-align: justify;
            line-height: 2.5;
            margin-top: 30px;
        }

        .pro-two-list .text .pro-two-tag {
            margin-top: 30px;
        }

            .pro-two-list .text .pro-two-tag span {
                display: inline-block;
                font-size: 21px;
                color: #ffffff;
                background-color: #28ab85;
                padding-left: 20px;
                padding-right: 20px;
                line-height: 45px;
                margin-top: 10px;
                margin-right: 10px;
            }

.pro-two-item ul li:nth-child(even) .pro-two-list {
    flex-direction: row-reverse;
}

    .pro-two-item ul li:nth-child(even) .pro-two-list .img::before {
        left: auto;
        right: 0;
        transform: translate(100%,0);
        background-color: #e9f6f3;
    }

    .pro-two-item ul li:nth-child(even) .pro-two-list .img::after {
        background-image: url('../images/pro-two-bg2.png');
        right: auto;
        left: 0;
    }

    .pro-two-item ul li:nth-child(even) .pro-two-list .img {
        border-radius: 25px 0 0 25px;
        padding: 65px 0 60px 60px;
        background-color: #e9f6f3;
    }

    .pro-two-item ul li:nth-child(even) .pro-two-list .text {
        padding-left: 0;
        padding-right: 45px;
    }

.Service-one-item ul {
    margin: 0 -12px;
}

    .Service-one-item ul li {
        width: 20%;
        padding: 0 12px;
        margin-top: 20px;
    }

.Service-one-list {
    border: 1px solid #DCDCDC;
    height: 100%;
    padding: 30px 15px;
}

    .Service-one-list .icons {
        height: 52px;
        line-height: 52px;
        text-align: center;
    }

        .Service-one-list .icons img {
            max-height: 100%;
        }

    .Service-one-list .text {
        margin-top: 15px;
    }

        .Service-one-list .text h3 {
            text-align: center;
            font-weight: bold;
            font-size: 22px;
            color: #28AB85;
        }

        .Service-one-list .text p {
            text-align: justify;
            font-size: 17px;
            color: #222222;
            margin-top: 35px;
        }

.Service-two {
    background-color: #28ab85;
    text-align: center;
}

.Service-three-item .table {
    width: 100%;
}

    .Service-three-item .table table {
        width: 100%;
        text-align: center;
        border: 1px solid #222222;
        border-collapse: inherit;
    }

        .Service-three-item .table table tr td {
            border: 1px solid #222222;
            padding: 0;
            vertical-align: middle;
        }

        .Service-three-item .table table tr th {
            text-align: center;
            background-color: #28ab85;
            font-size: 25px;
            color: #ffffff;
            font-weight: bold;
        }

        .Service-three-item .table table tr td:nth-child(1) {
            font-size: 25px;
            color: #222222;
            font-weight: bold;
        }

        .Service-three-item .table table tr td:nth-child(2) {
            font-size: 25px;
            color: #222222;
        }

            .Service-three-item .table table tr td:nth-child(2) p {
                padding: 10px 0;
                border-bottom: 2px solid #222222;
            }

                .Service-three-item .table table tr td:nth-child(2) p:nth-last-child(1) {
                    border-bottom: none;
                }

        .Service-three-item .table table tr td:nth-child(1) p {
            display: flex;
            width: 100%;
            height: 100%;
            justify-content: center;
            align-items: center;
        }

.Service-five {
    background-color: #28ab85;
}

.Service-five-item ul {
    margin: 0 -25px;
}

    .Service-five-item ul li {
        width: 25%;
        padding: 0 25px;
    }

.Service-five-list {
    display: block;
    text-align: center;
}

    .Service-five-list .text {
        margin-top: 35px;
    }

        .Service-five-list .text h3 {
            font-size: 25px;
            color: #FFFFFF;
            font-weight: bold;
            line-height: 1.6;
        }

        .Service-five-list .text p {
            font-size: 18px;
            color: #FFFFFF;
            text-align: left;
            margin-top: 40px;
        }

.Security-one-item ul li {
    padding: 95px 0;
}


.Security-one-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .Security-one-list .img {
        width: 48.5%;
        padding-right: 10%;
    }

    .Security-one-list .text {
        width: 51.5%;
    }

        .Security-one-list .text h3 {
            font-size: 42px;
            color: #222222;
            font-weight: bold;
        }

        .Security-one-list .text .bottom {
            font-size: 20px;
            color: #222222;
            line-height: 2;
            margin-top: 50px;
        }

            .Security-one-list .text .bottom span {
                color: #28ab85;
            }

.Security-one-item ul li:nth-child(even) {
    background-color: #F5F6F9;
}

    .Security-one-item ul li:nth-child(even) .Security-one-list {
        flex-direction: row-reverse;
    }

        .Security-one-item ul li:nth-child(even) .Security-one-list .img {
            text-align: right;
            padding-left: 10%;
            padding-right: 0;
        }




.ServiceCase-one-list {
    width: 327px;
    height: 327px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #222222;
    border-radius: 50%;
    margin: 0 auto;
}

    .ServiceCase-one-list p {
        font-size: 20px;
        color: #28ab85;
    }

        .ServiceCase-one-list p span {
            font-size: 60px;
            font-weight: bold;
            line-height: 1;
        }

    .ServiceCase-one-list h3 {
        font-size: 20px;
        font-weight: bold;
        color: #222222;
        margin-top: 20px;
    }

.ServiceCase-two-list {
    display: block;
    text-align: center;
}

    .ServiceCase-two-list .icons {
        width: 218px;
        height: 218px;
        background-color: #28ab85;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        margin: 0 auto;
    }

        .ServiceCase-two-list .icons img {
            max-width: 50%;
            max-height: 50%;
        }

    .ServiceCase-two-list .text {
        margin-top: 50px;
        color: #222222;
        padding: 0 5%;
    }

        .ServiceCase-two-list .text h3 {
            font-size: 25px;
            font-weight: bold;
        }

        .ServiceCase-two-list .text p {
            font-size: 20px;
            margin-top: 20px;
            text-align: left;
        }

.ServiceCase-three-item ul {
    justify-content: center;
}

.ServiceCase-three-list {
    background-color: #fff;
    padding: 35px;
    height: 100%;
    text-align: center;
    border: 1px solid #DDDDDD;
}

    .ServiceCase-three-list .icon img {
        max-height: 80px;
    }

    .ServiceCase-three-list .text {
        margin-top: 15px;
        color: #222222;
    }

        .ServiceCase-three-list .text h3 {
            font-size: 25px;
            font-weight: bold;
        }

        .ServiceCase-three-list .text p {
            font-size: 20px;
            margin-top: 15px;
            text-align: left;
        }

.ServiceCase-four-item {
    text-align: center;
}

.ServiceCase-five-list {
    display: flex;
}

    .ServiceCase-five-list .img {
        width: 240px;
        padding-right: 10px;
        background-color: #28ab85;
    }

        .ServiceCase-five-list .img img {
            width: 100%;
        }

    .ServiceCase-five-list .text {
        width: calc(100% - 240px);
        background-color: #fff;
        padding: 40px;
    }

        .ServiceCase-five-list .text .text-list:nth-child(1) {
            margin-top: 0;
        }

        .ServiceCase-five-list .text .text-list {
            margin-top: 45px;
        }

            .ServiceCase-five-list .text .text-list h3 {
                font-size: 20px;
                color: #222222;
                font-weight: bold;
            }

            .ServiceCase-five-list .text .text-list p {
                font-size: 20px;
                color: #222222;
                line-height: 1.6;
                margin-top: 5px;
                white-space: pre-wrap;
            }

.ServiceCase-five-item ul li {
    margin-top: 100px;
}

.AboutUs-one {
    padding-top: 100px;
}

.AboutUs-one-item .title {
    font-size: 55px;
    font-weight: bold;
    color: #222222;
    text-align: center;
    padding-bottom: 50px;
    position: relative;
}

    .AboutUs-one-item .title::after {
        content: '';
        display: block;
        width: 100px;
        height: 4px;
        background-color: #222;
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translate(-50%,0);
    }

.AboutUs-one-item .text {
    font-size: 33px;
    color: #222222;
    text-align: center;
    white-space: pre-wrap;
    line-height: 2;
    margin-top: 20px;
}

.AboutUs-one-item .img {
    margin-top: 70px;
    text-align: center;
}

.AboutUs-two-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

    .AboutUs-two-item .img {
        width: 37%;
        position: sticky;
        top: 140px;
    }

    .AboutUs-two-item .AboutUs-two-box {
        width: 63%;
        padding-left: 50px;
    }

        .AboutUs-two-item .AboutUs-two-box ul li {
            padding: 40px 0;
            border-bottom: 1px solid #E5E5E5;
        }

            .AboutUs-two-item .AboutUs-two-box ul li:nth-child(1) {
                padding-top: 0;
            }

            .AboutUs-two-item .AboutUs-two-box ul li h3 {
                font-size: 40px;
                color: #222222;
                font-weight: bold;
            }

            .AboutUs-two-item .AboutUs-two-box ul li p {
                font-size: 25px;
                color: #222222;
                margin-top: 40px;
            }

            .AboutUs-two-item .AboutUs-two-box ul li:nth-last-child(1) {
                border-bottom: none;
            }

.index-text {
    text-align: center;
    margin-top: 45px;
    font-size: 25px;
    color: #222222;
    padding: 0 10%;
}

.AboutUs-three {
    position: relative;
}

    .AboutUs-three::before {
        content: "";
        display: block;
        width: 100%;
        height: calc(100% - 140px);
        background-color: #F5F6FA;
        position: absolute;
        left: 0;
        top: 0;
    }

.AboutUs-three-item {
    width: 100%;
    background-color: #28ab85;
    border-radius: 20px;
    position: relative;
    max-width: calc(100vw - 400px);
    margin: 0 auto;
    margin-top: 55px;
}

    .AboutUs-three-item::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 190px;
        height: 0;
        padding-bottom: 13%;
        background-image: url('../images/AboutUs-three-left.png');
        transform: translate(-100%,0);
        background-repeat: no-repeat;
        background-size: 100%;
    }

    .AboutUs-three-item::after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 190px;
        height: 0;
        padding-bottom: 13%;
        background-image: url('../images/AboutUs-three-right.png');
        transform: translate(100%,0);
        background-repeat: no-repeat;
        background-size: 100%;
    }

    .AboutUs-three-item ul {
        display: flex;
        justify-content: space-between;
    }

        .AboutUs-three-item ul li {
            flex: 1;
            text-align: center;
            padding: 60px 0;
        }

            .AboutUs-three-item ul li h3 {
                font-size: 25px;
                color: #ffffff;
                margin-top: 15px;
            }

            .AboutUs-three-item ul li p {
                font-size: 50px;
                font-weight: bold;
                color: #ffffff;
                line-height: 1;
            }

.AboutUs-four-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

    .AboutUs-four-item .AboutUs-four-nav {
        width: 510px;
        border-left: 1px solid #b5b5b5;
        position: sticky;
        left: 0;
        top: 200px;
    }

        .AboutUs-four-item .AboutUs-four-nav ul li p {
            font-size: 25px;
            color: #222222;
            line-height: 60px;
            padding-left: 30px;
            cursor: pointer;
        }

        .AboutUs-four-item .AboutUs-four-nav ul li.active p {
            color: #28ab85;
        }

        .AboutUs-four-item .AboutUs-four-nav .movLine {
            background-color: #28ab85;
            height: 60px;
            width: 2px;
            position: absolute;
            left: -0.5px;
            z-index: 1;
            transition: all 1s ease;
            top: 0;
            border-radius: 10px;
        }

    .AboutUs-four-item .AboutUs-four-box {
        width: calc(100% - 510px);
    }

.AboutUs-four-box .AboutUs-four-list:nth-child(1) {
    padding-top: 0;
}

.AboutUs-four-box .AboutUs-four-list {
    padding: 90px 0;
    border-bottom: 1px solid #E5E5E5;
}

    .AboutUs-four-box .AboutUs-four-list h3 {
        font-size: 40px;
        color: #222222;
        font-weight: bold;
    }

    .AboutUs-four-box .AboutUs-four-list .text {
        font-size: 25px;
        color: #222222;
        margin-top: 50px;
    }

.OneCode-one-item ul li {
    width: 25%;
    margin-top: 140px;
}

.OneCode-one-list {
    display: block;
    text-align: center;
}

    .OneCode-one-list .icons {
        height: 110px;
        line-height: 110px;
    }

        .OneCode-one-list .icons img {
            max-height: 100%;
        }

    .OneCode-one-list h3 {
        font-size: 30px;
        color: #000000;
        margin-top: 20px;
    }

.OneCode-two-item {
    display: flex;
}

    .OneCode-two-item .OneCode-two-nav {
        width: 300px;
    }

        .OneCode-two-item .OneCode-two-nav ul li {
            padding: 60px 45px;
            background-color: #ececf2;
            transition: all 0.5s;
            font-size: 30px;
            color: #333333;
            cursor: pointer;
            padding-right: 0;
        }

            .OneCode-two-item .OneCode-two-nav ul li img {
                width: 50px;
                margin-right: 20px;
            }

            .OneCode-two-item .OneCode-two-nav ul li.active {
                background-color: #fff;
            }

    .OneCode-two-item .OneCode-two-box {
        width: calc(100% - 300px);
        background-color: #fff;
    }

.OneCode-two-list {
    padding: 100px 70px;
}

    .OneCode-two-list h3 {
        font-size: 35px;
        font-weight: bold;
        color: #28ab85;
    }

    .OneCode-two-list p {
        font-size: 28px;
        color: #333333;
        margin-top: 30px;
    }

    .OneCode-two-list .arr-img {
        display: flex;
        flex-wrap: wrap;
        margin-top: 130px;
    }

    .OneCode-two-list .img {
        height: 100px;
        line-height: 100px;
    }

        .OneCode-two-list .img img {
            max-height: 100%;
        }

    .OneCode-two-list .arr-img .img-list {
        min-width: 25%;
        text-align: center;
        padding: 0 15px;
        margin-top: 20px;
        padding: 0;
    }

    .OneCode-two-list:nth-child(1) .img {
        height: 140px;
        line-height: 140px;
    }

.OneCode-three-item ul li {
    width: 25%;
}

.OneCode-three-list {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 110%;
    overflow: hidden;
    position: relative;
}

    .OneCode-three-list img {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        object-fit: cover;
        transition: all 0.5s;
    }

    .OneCode-three-list .text {
        position: absolute;
        left: 0;
        top: 0;
        background-color: rgba(0,0,0,.5);
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .OneCode-three-list .text h3 {
            font-size: 33px;
            color: #FFFFFF;
            font-weight: bold;
        }

.pcbanner, .nei-pcbanner {
    display: block;
}

.sjbanner, .nei-sjbanner {
    display: none;
}

@media (max-width: 1500px) {
    .index-one-item ul .icons {
        width: 80px;
        height: 80px;
    }

    .index-one-item ul .text h3 {
        font-size: 22px;
    }

    .index-one-item ul .text p {
        font-size: 30px;
    }

    .ptb80 {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .index-title {
        font-size: 38px;
    }

    .index-two-item ul li {
        margin-top: 60px;
    }

    .index-two-list {
        padding: 50px 40px;
        padding-bottom: 60px;
    }

        .index-two-list h3 {
            font-size: 26px;
        }

        .index-two-list p {
            font-size: 18px;
        }

    .ptb100 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .mt100 {
        margin-top: 80px;
    }

    .index-three-list .icons {
        height: 52px;
        line-height: 52px;
    }

    .index-three-list .text h3 {
        font-size: 26px;
    }

    .index-three-list .text p {
        font-size: 17px;
    }

    .mt90 {
        margin-top: 70px;
    }

    .index-four-list {
        padding: 35px;
    }

        .index-four-list .text .p {
            font-size: 18px;
            line-height: 1.6;
        }

        .index-four-list .text .bottom .name {
            font-size: 28px;
        }

        .index-four-list .text .bottom .p2 {
            font-size: 20px;
        }

    .index-five-list .text h3 {
        font-size: 22px;
    }

    .index-five-list .text p {
        font-size: 18px;
    }

    .bottom-form {
        padding: 50px 0;
    }

    .bottom-form-item .text {
        font-size: 34px;
    }

    .bottom-form-item .input input {
        height: 45px;
        font-size: 18px;
    }

    .bottom-form-item .input .select, .bottom-form-item .input .but {
        line-height: 45px;
        font-size: 20px;
    }

    .bottom-form-item .input {
        width: 500px;
    }

    .Solution1-one-item ul li .img {
        width: 160px;
    }

    .Solution1-one-item ul li h3 {
        font-size: 26px;
        margin-top: 45px;
    }

    .Solution1-three-list .text {
        font-size: 18px;
    }

    .Solution1-four-list .icons {
        width: 160px;
    }

    .Solution1-four-list .text h3 {
        font-size: 26px;
    }

    .Solution1-four-list .text p {
        font-size: 20px;
    }

    .Solution2-one-list .icons .img1, .Solution2-one-list .icons .img2 {
        width: 90px;
        height: 90px;
        line-height: 90px;
    }

    .Solution2-one-list .text h3 {
        font-size: 22px;
    }

    .Solution2-one-list .text p {
        font-size: 17px;
    }

    .Solution2-two-item .text {
        font-size: 24px;
    }

    .Solution3-one-list .icons {
        width: 180px;
        height: 180px;
    }

    .Solution3-one-list .text h3 {
        font-size: 20px;
    }

    .Solution3-one-list .text p {
        font-size: 17px;
    }

    .pro-one-list .texttop h3 {
        font-size: 34px;
    }

    .pro-one-list .texttop .p1 {
        font-size: 24px;
    }

    .pro-one-list .texttop {
        padding-bottom: 40px;
    }

    .pro-one-list .textbottom {
        font-size: 22px;
    }

    .pro-one-list::before {
        width: 237px;
        height: 237px;
    }

    .pro-one-item ul li {
        margin-top: 80px;
    }

    .pro-two-list .text h3 {
        font-size: 30px;
    }

    .pro-two-list .text p {
        font-size: 20px;
    }

    .pro-two-list .text .pro-two-tag span {
        font-size: 18px;
        padding-left: 15px;
        padding-right: 15px;
        line-height: 40px;
        margin-top: 6px;
        margin-right: 5px;
    }

    .Service-one-list .icons {
        height: 40px;
        line-height: 40px;
    }

    .Service-one-list .text h3 {
        font-size: 17px;
    }

    .Service-one-list .text p {
        font-size: 15px;
        margin-top: 25px;
    }

    .Service-three-item .table table tr th {
        font-size: 20px;
    }

    .Service-three-item .table table tr td:nth-child(2), .Service-three-item .table table tr td:nth-child(1) {
        font-size: 20px;
    }

    .Service-five-list .icons {
        width: 160px;
        height: 160px;
        margin: 0 auto;
    }

    .Service-five-list .text h3 {
        font-size: 20px;
    }

    .Service-five-list .text p {
        font-size: 16px;
        margin-top: 30px;
    }

    .Security-one-item ul li {
        padding: 75px 0;
    }

    .Security-one-list .text h3 {
        font-size: 35px;
    }

    .Security-one-list .text .bottom {
        font-size: 17px;
        margin-top: 30px;
    }

    .ServiceCase-one-list {
        width: 285px;
        height: 285px;
    }

        .ServiceCase-one-list p span {
            font-size: 45px;
        }

        .ServiceCase-one-list h3 {
            font-size: 18px;
        }

    .ServiceCase-two-list .icons {
        width: 190px;
        height: 190px;
    }

    .ServiceCase-two-list .text h3 {
        font-size: 22px;
    }

    .ServiceCase-two-list .text p {
        font-size: 17px;
    }

    .ServiceCase-three-list .text h3 {
        font-size: 20px;
    }

    .ServiceCase-three-list .text p {
        font-size: 17px;
    }

    .ServiceCase-five-list .text .text-list p {
        font-size: 18px;
    }

    .AboutUs-one {
        padding-top: 80px;
    }

    .AboutUs-one-item .title {
        font-size: 42px;
        padding-bottom: 40px;
    }

    .AboutUs-one-item .text {
        font-size: 24px;
    }

    .AboutUs-two-item .AboutUs-two-box ul li h3 {
        font-size: 30px;
    }

    .AboutUs-two-item .AboutUs-two-box ul li p {
        font-size: 20px;
        margin-top: 30px;
    }

    .index-text {
        font-size: 21px;
    }

    .AboutUs-three-item ul li p {
        font-size: 36px;
    }

    .AboutUs-three-item ul li h3 {
        font-size: 20px;
    }

    .AboutUs-three-item::after, .AboutUs-three-item::before {
        width: 130px;
    }
    /*    .AboutUs-three::before {
        height: calc(100% - 160px);
    }*/
    .AboutUs-three-item ul li {
        padding: 45px 0;
    }

    .AboutUs-four-item .AboutUs-four-nav ul li p {
        font-size: 20px;
        line-height: 50px;
    }

    .AboutUs-four-box .AboutUs-four-list h3 {
        font-size: 30px;
    }

    .AboutUs-four-box .AboutUs-four-list .text {
        font-size: 20px;
        margin-top: 35px;
    }

    .AboutUs-four-box .AboutUs-four-list {
        padding: 60px 0;
    }

    .AboutUs-four-item .AboutUs-four-nav {
        width: 410px;
    }

    .AboutUs-four-item .AboutUs-four-box {
        width: calc(100% - 410px);
    }

    .OneCode-one-list .icons {
        height: 80px;
        line-height: 80px;
    }

    .OneCode-one-list h3 {
        font-size: 25px;
    }

    .OneCode-one-item ul li {
        margin-top: 100px;
    }

    .OneCode-two-item .OneCode-two-nav ul li {
        padding: 50px 40px;
        padding-right: 0;
        font-size: 25px;
    }

        .OneCode-two-item .OneCode-two-nav ul li img {
            width: 42px;
        }

    .OneCode-two-list {
        padding: 70px 50px;
    }

        .OneCode-two-list h3 {
            font-size: 30px;
        }

        .OneCode-two-list p {
            font-size: 22px;
        }

        .OneCode-two-list:nth-child(1) .img {
            height: 95px;
            line-height: 95px;
        }

        .OneCode-two-list .img {
            height: 65px;
            line-height: 65px;
        }

    .OneCode-three-list .text h3 {
        font-size: 26px;
    }
}

@media (max-width: 1000px) {
    .bottom-form-item {
        flex-direction: column;
    }

    .index-one-item ul .icons {
        width: 60px;
        height: 60px;
    }

    .index-one-item ul .text {
        padding-left: 10px;
    }

        .index-one-item ul .text h3 {
            font-size: 16px;
        }

        .index-one-item ul .text p {
            font-size: 18px;
        }

    .index-one-item ul {
        flex-wrap: wrap;
    }

    .index-one-item {
        padding: 10px 0;
    }

        .index-one-item ul li {
            width: 50%;
            margin: 10px 0;
        }

    .ptb80 {
        padding: 30px 0;
    }

    .index-title {
        font-size: 22px;
    }

    .index-two-item ul li {
        width: 100%;
        margin-top: 15px;
    }

    .index-two-list .icons img {
        max-width: 90px;
    }

    .index-two-list {
        padding: 40px 30px;
        padding-bottom: 50px;
    }


    .bottom-form-item .input {
        width: 100%;
        max-width: 500px;
    }

    .index-two-list h3 {
        font-size: 20px;
    }

    .index-two-list p {
        font-size: 16px;
    }

    .ptb100 {
        padding: 30px 0;
    }

    .mt100 {
        margin-top: 20px;
    }

    .index-three-item ul li {
        width: 50%;
    }

    .index-three-list {
        padding: 30px 10px 25px 10px;
    }

        .index-three-list .icons {
            height: 40px;
            line-height: 40px;
        }

        .index-three-list .text h3 {
            font-size: 18px;
        }

        .index-three-list .text {
            margin-top: 20px;
        }

            .index-three-list .text p {
                font-size: 16px;
                margin-top: 15px;
            }

    .mt90 {
        margin-top: 20px;
    }

    .index-four-list {
        flex-direction: column;
        padding: 15px;
    }

        .index-four-list .img, .index-four-list .text {
            width: 100%;
        }

        .index-four-list .text {
            padding-left: 0;
        }

            .index-four-list .text .bottom {
                margin-top: 15px;
                padding-top: 15px;
            }

                .index-four-list .text .bottom .name {
                    font-size: 23px;
                }

                .index-four-list .text .bottom .p2 {
                    font-size: 16px;
                }

            .index-four-list .text .p {
                font-size: 16px;
            }

    .index-four .swiper-pagination {
        margin-top: 20px;
    }

    .index-four-list .text {
        margin-top: 20px;
    }

    .index-four-item .swiper-button-next {
        right: 0;
    }

    .index-four-item .swiper-button-prev {
        left: 0;
    }

    .index-four-item {
        padding: 0 30px;
    }

    .swiper-button-next, .swiper-button-prev {
        background-size: 15px 30px;
    }

    .index-five-item .swiper-button-next {
        width: 35px;
        right: 0;
        background-size: 35px 35px;
    }

    .index-five-item .swiper-button-prev {
        width: 35px;
        left: 0;
        background-size: 35px 35px;
    }

    .index-five-item {
        padding: 0 30px;
    }

    .index-five .swiper-pagination {
        margin-top: 20px;
    }

    .index-five-list .text {
        padding: 15px;
    }

        .index-five-list .text h3 {
            font-size: 18px;
        }

        .index-five-list .text p {
            font-size: 16px;
            line-height: 25px;
            height: 50px;
        }

    .bottom-form-item .text {
        max-width: 100%;
    }

    .bottom-form {
        padding: 30px 0;
    }

    .bottom-form-item .text {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .footers004-bottom {
        padding: 20px 0;
    }

    .bottom-form-item .input .select, .bottom-form-item .input .but {
        font-size: 16px
    }

    .bottom-form-item .input input {
        font-size: 16px;
    }

    .Solution1-one-item ul li {
        width: 50%;
        max-width: 50%;
        margin-top: 20px;
    }

        .Solution1-one-item ul li .img {
            width: 120px;
            height: 120px;
            margin: 0 auto;
        }

        .Solution1-one-item ul li h3 {
            font-size: 20px;
            margin-top: 20px;
        }

    .Solution1-two-item h4 {
        font-size: 22px;
    }

    .Solution1-two-item p {
        text-align: left;
    }

    .Solution1-three-item ul li {
        width: 100%;
    }

    .Solution1-four-item ul li {
        width: 50%;
        flex: none;
        margin-top: 15px;
    }

    .Solution1-four-list .icons {
        width: 120px;
    }

    .Solution1-four-list .text h3 {
        font-size: 20px;
    }

    .Solution1-four-list .text p {
        font-size: 16px;
    }

    .Solution1-four-list .text {
        margin-top: 15px;
    }

    .mb50 {
        margin-bottom: 20px;
    }

    .Solution2-one-item ul li {
        width: 100%;
    }

    .Solution2-one-list {
        padding: 20px 15px;
    }

        .Solution2-one-list .icons .img1, .Solution2-one-list .icons .img2 {
            width: 75px;
            height: 75px;
            line-height: 75px;
        }

        .Solution2-one-list .text h3 {
            font-size: 20px;
        }

        .Solution2-one-list .text p {
            font-size: 16px;
            margin-top: 10px;
        }

    .Solution2-two-item ul li {
        width: 50%;
        margin-bottom: 15px;
    }

    .Solution2-two-list {
        width: 100%;
    }

    .Solution2-two-item .img {
        border-radius: 15px;
    }

    .Solution2-two-item .text {
        font-size: 18px;
        margin-top: 10px;
    }

    .pb100 {
        padding-bottom: 30px;
    }

    .Solution3-one-item ul li {
        width: 100%;
    }

    .Solution3-one-list .icons {
        width: 140px;
        height: 140px;
    }

    .Solution3-one-list .text {
        margin-top: 20px;
    }

    .pro-one-item ul li {
        width: 100%;
    }

    .pro-one-item ul li {
        margin-top: 20px;
    }

    .pro-one-list {
        padding: 20px 15px;
    }

        .pro-one-list .texttop h3 {
            font-size: 20px;
        }

        .pro-one-list .texttop .p1 {
            font-size: 18px;
            margin-top: 10px;
        }

        .pro-one-list .texttop {
            padding-bottom: 20px;
        }

            .pro-one-list .texttop::before {
                width: 80px;
                height: 3px;
            }

        .pro-one-list .textbottom {
            font-size: 16px;
            margin-top: 20px;
        }

        .pro-one-list::before {
            width: 160px;
            height: 160px;
        }

    .pro-two-list {
        flex-direction: column-reverse !important;
    }

    .pro-two-item ul li {
        margin-top: 40px;
    }

    .pro-two-list .img {
        width: 100%;
        padding: 15px !important;
    }

    .pro-two-list .text {
        width: 100%;
        padding-left: 0 !important;
        margin-bottom: 20px;
        padding-right: 0 !important;
    }

        .pro-two-list .text h3 {
            font-size: 20px;
        }

        .pro-two-list .text p {
            font-size: 16px;
            margin-top: 20px;
            line-height: 1.5;
        }

        .pro-two-list .text .pro-two-tag {
            margin-top: 10px;
        }

            .pro-two-list .text .pro-two-tag span {
                font-size: 16px;
                padding-left: 10px;
                padding-right: 10px;
                line-height: 35px;
            }

    .Service-one-item ul li {
        width: 100%;
    }

    .Service-one-list .text h3 {
        font-size: 20px;
    }

    .Service-one-list .text p {
        font-size: 16px;
    }

    .Service-one-item ul li {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .Service-three-item .table table tr th, .Service-three-item .table table tr td:nth-child(2), .Service-three-item .table table tr td:nth-child(1) {
        font-size: 18px;
    }

    .Service-five-item ul {
        margin: 0 -7px;
    }

        .Service-five-item ul li {
            width: 50%;
            padding: 0 7px;
            margin-top: 20px;
        }

    .Service-five-list .icons {
        width: 120px;
        height: 120px;
    }

    .Service-five-list .text {
        margin-top: 20px;
    }

        .Service-five-list .text h3 {
            font-size: 18px;
        }

        .Service-five-list .text p {
            margin-top: 15px;
        }

    .Security-one-list {
        flex-direction: column-reverse !important;
    }

    .Security-one-item ul li {
        padding: 30px 0;
    }

    .Security-one-list .img {
        width: 100%;
        padding: 0 !important;
        max-width: 240px;
    }

    .Security-one-list .text {
        width: 100%;
        margin-bottom: 20px;
    }

        .Security-one-list .text h3 {
            font-size: 20px;
            text-align: center;
        }

        .Security-one-list .text .bottom {
            font-size: 16px;
            margin-top: 20px;
        }

    .ServiceCase-one-item ul li:nth-child(1) {
        width: 100%;
    }

    .ServiceCase-one-item ul li {
        width: 50%;
    }

    .ServiceCase-one-list {
        width: 160px;
        height: 160px;
    }

        .ServiceCase-one-list p span {
            font-size: 30px;
        }

        .ServiceCase-one-list p {
            font-size: 16px;
        }

        .ServiceCase-one-list h3 {
            margin-top: 10px;
            font-size: 16px;
        }

    .ServiceCase-two-item ul li {
        width: 100%;
    }

    .ServiceCase-two-list .icons {
        width: 140px;
        height: 140px;
    }

    .ServiceCase-two-list .text h3 {
        font-size: 20px;
    }

    .ServiceCase-two-list .text {
        margin-top: 20px;
    }

        .ServiceCase-two-list .text p {
            font-size: 16px;
        }

    .ServiceCase-three-item ul li {
        width: 100%;
    }

    .ServiceCase-three-list .text p {
        font-size: 16px;
    }

    .ServiceCase-five-item ul li {
        margin-top: 30px;
    }

    .ServiceCase-five-list {
        flex-direction: column;
    }

        .ServiceCase-five-list .img {
            width: 100%;
            display: none;
        }

        .ServiceCase-five-list .text {
            width: 100%;
            padding: 15px;
        }

            .ServiceCase-five-list .text .text-list p {
                font-size: 16px;
            }

            .ServiceCase-five-list .text .text-list {
                margin-top: 20px;
            }

    .AboutUs-one {
        padding-top: 30px;
    }

    .AboutUs-one-item .title {
        font-size: 26px;
        padding-bottom: 20px;
    }

        .AboutUs-one-item .title::after {
            width: 60px;
            height: 2px;
        }

    .AboutUs-one-item .text {
        font-size: 18px;
    }

    .AboutUs-one-item .img {
        margin-top: 40px;
    }

    .AboutUs-two-item {
        flex-direction: column;
    }

        .AboutUs-two-item .img {
            width: 100%;
            max-width: 240px;
            margin: 0 auto;
            position: relative;
            top: 0;
        }

        .AboutUs-two-item .AboutUs-two-box {
            width: 100%;
            padding-left: 0;
        }

            .AboutUs-two-item .AboutUs-two-box ul li h3 {
                font-size: 20px;
            }

            .AboutUs-two-item .AboutUs-two-box ul li p {
                font-size: 16px;
                margin-top: 15px;
            }

            .AboutUs-two-item .AboutUs-two-box ul li {
                padding: 20px 0 !important;
            }

    .AboutUs-three-item::after, .AboutUs-three-item::before {
        display: none;
    }

    .index-text {
        font-size: 18px;
        margin-top: 20px;
        padding: 0;
    }

    .AboutUs-three-item {
        max-width: 100%;
        margin-top: 20px;
    }

        .AboutUs-three-item ul {
            flex-wrap: wrap;
        }

            .AboutUs-three-item ul li {
                flex: none;
                width: 50%;
            }

            .AboutUs-three-item ul li {
                padding: 15px 0;
            }

                .AboutUs-three-item ul li p {
                    font-size: 30px;
                }

    .AboutUs-four-item {
        flex-direction: column;
    }

        .AboutUs-four-item .AboutUs-four-nav {
            display: none;
        }

        .AboutUs-four-item .AboutUs-four-box {
            width: 100%;
        }

    .AboutUs-four-box .AboutUs-four-list h3 {
        font-size: 20px;
    }

    .AboutUs-four-box .AboutUs-four-list .text {
        font-size: 16px;
        margin-top: 15px;
    }

    .AboutUs-four-box .AboutUs-four-list {
        padding: 30px 0;
    }

    .banner .swiper-container-horizontal > .swiper-pagination-bullets, .banner .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 10px;
    }

    .banner .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }

    .bottom-form-item .input .but {
        width: 100px;
    }

    .OneCode-one-item ul li {
        margin-top: 30px;
        width: 33.33%;
    }

    .OneCode-one-list .icons {
        height: 50px;
        line-height: 50px;
    }

    .OneCode-one-list h3 {
        font-size: 18px;
    }

    .OneCode-two-item .OneCode-two-nav {
        display: none;
    }

    .OneCode-two-item .OneCode-two-box {
        width: 100%;
        background-color: transparent;
    }

    .OneCode-two-list {
        padding: 20px;
        display: block !important;
        margin-top: 20px;
        background-color: #fff;
    }

        .OneCode-two-list h3 {
            font-size: 20px;
        }

        .OneCode-two-list p {
            font-size: 16px;
            margin-top: 10px;
        }

        .OneCode-two-list .arr-img {
            margin-top: 15px;
        }

            .OneCode-two-list .arr-img .img-list {
                min-width: 50%;
            }

    .OneCode-three-item ul {
        margin: 0 -5px;
    }

        .OneCode-three-item ul li {
            width: 50%;
            padding: 0 5px;
        }

    .OneCode-three-list .text h3 {
        font-size: 20px;
    }

    .pcbanner, .nei-pcbanner {
        display: none;
    }

    .sjbanner, .nei-sjbanner {
        display: block;
    }
}
