﻿
:root {
    --color: #2F318B;
}


/*NewsDetail*/

.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: 1100px) {

    .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;
}
}

.header, #header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 8;
    background-color: #fff;
    transition: all 0.5s;
    box-shadow: 0px 3px 10px 0px rgba(0, 46, 91, 0.05);
}

    .header.active {
        box-shadow: 0 8px 20px 0px rgba(180, 184, 206, 0.14);
    }

    .header .header-hidebox {
        content: "";
        display: block;
        width: 100%;
        height: 70px;
        background-color: rgba(255,255,255,.9);
        position: absolute;
        left: 0;
        top: 80px;
        z-index: 2;
        display: none;
    }





.header001 {
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.header001-con {
    padding-left: 5vw;
    padding-right: 5vw;
    margin: 0 auto;
}

.header001-left {
    display: flex;
    align-items: center;
}

.header001 .bx-logo {
    max-height: 70px;
    position: relative;
    z-index: 1;
}

    .header001 .bx-logo a {
        display: flex;
        align-items: center;
        max-height: 50px;
    }

    .header001 .bx-logo img {
        max-height: 65px;
        display: block;
    }

.header001 .right {
    display: flex;
    align-items: center;
}



.header001 .bx-nav ul li {
    float: left;
    line-height: 1;
    text-align: center;
    font-size: 16px;
    z-index: 400;
    text-align: center;
    padding:0 25px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* position: relative; */
}

    .header001 .bx-nav ul li:nth-child(1) {
        margin-left: 0;
    }

.header001 .bx-nav {
    height: 100%;
}

    .header001 .bx-nav ul li a {
        color: #000;
        display: block;
        width: 100%;
        position: relative;
    }


    .header001 .bx-nav ul li i {
        font-size: 20px;
        color: #000;
        vertical-align: middle;
        margin-left: 10px;
        display: none;
    }

    .header001 .bx-nav ul li .bx-nav-fd {
        width: 100%;
        display: none;
        position: absolute;
        top: 100px;
        line-height: 30px;
        z-index: 10;
        left: 50%;
        transform: translate(-50%, 0);
        padding: 40px 0;
        background-color: #fff;
        border-top: 1px solid #F0F0F0;
    }

        .header001 .bx-nav ul li .bx-nav-fd p {
            display: inline-block;
            color: #000;
            font-size: 16px;
            padding: 0 2vw;
            position: relative;
        }

          /*  .header001 .bx-nav ul li .bx-nav-fd p::after {
                content: '|';
                color: #D5D8D9;
                font-size: 16px;
                position: absolute;
                right: 0;
                top: 0;
            }*/

            .header001 .bx-nav ul li .bx-nav-fd p:nth-last-child(1):after {
                display: none;
            }



.header001 .bx-navigation {
    display: none;
}

.header001 .bx-nav ul li a:hover,
.header001 .bx-nav ul li a.active {
    font-weight: bold;
    color: var(--color);
}

    .header001 .bx-nav ul li a.active::before {
        opacity: 1;
    }

.bx-lang {
    font-size: 16px;
    margin-left: 1.3vw;
}

    .bx-lang a {
        color: #000;
    }

        .bx-lang a.active {
            color: var(--color);
        }

    .bx-lang span {
        font-size: 14px;
        vertical-align: middle;
        color: #CCCCCC;
        margin: 0 5px;
    }

.bx-header-tel {
    margin-left: 1vw;
    color: #2F318B;
    font-size: 16px;
    display: flex;
    align-items: center;
}

    .bx-header-tel img {
        width: 20px;
        line-height: 1;
        margin-right: 10px;
    }



.bx-navigation {
    display: none;
}

.bx-nav-dh {
    font-size: 18px;
    color: var(--color);
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif;
}

    .bx-nav-dh img {
        width: 20px;
        margin-right: 5px;
        vertical-align: text-bottom;
    }

.active .bx-nav-dh {
    color: #000;
}

.bx-nav-dh a {
    color: #000;
    display: inline;
    font-weight: 400;
    vertical-align: top;
}

.nav-hide {
    display: none;
}

.bx-header-but {
    position: relative;
    margin-left:20px;
    display:none;
}

    .bx-header-but .but {
        display: inline-block;
        min-width: 60px;
        line-height: 34px;
        font-size: 16px;
        color: #000000;
        text-align: center;
        padding: 0 10px;
        transition: all 0.5s;
        border: 1px solid transparent;
        background-color:var(--color);
        color:#fff;
        margin-left:10px;
    }
        .bx-header-but .but.border {
            border: 1px solid var(--color);
            background-color: transparent;
            color: var(--color);
        }

        .bx-header-but .but:hover {
            background-color: var(--color);
            color: #fff !important;
            border-color: var(--color);
        }

    .bx-header-but .bx-header-ewm {
        position: absolute;
        right: 0;
        top: 70px;
        width: 140px;
        display: none;
    }
.header-login {
    margin-left: 20px;
}
.header-login .name {
    font-size: 16px;
    color: var(--color-000);
    text-align: center;
}
    .header-login .name small {
        display: block;
        font-size: 16px;
        max-width: 120px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .header-login .name span {
        color: #CC0000;
        cursor: pointer;
        font-size: 14px;
    }
        .header-Solution {
            display: flex;
            justify-content: space-between;
            align-items:baseline;
            max-width: 1200px;
            width: 100%;
            margin: 0 auto;
        }

.bx-nav .header-Solution ol li {
    float: none;
    line-height: 1.5;
    padding: 0;
    text-align: left;
    width: 100%;
    height: auto !important;
}

.header001 .bx-nav .header-Solution ol li p {
    padding: 0;
}

.header-Solution .left {
    width: 240px;
    text-align: left;
}
.header-Solution.width2 .left{
    width:290px;
}

.bx-nav .header-Solution .left ol li p {
    padding: 13px 30px;
    text-align: left;
    width: 100%;
    cursor: pointer;
    border-radius: 5px;
    font-size: 16px;
    color: #000;
}

.bx-nav .header-Solution .left ol li.active p {
    background-color: #F9FAFB;
    color: var(--color);
}


.header-Solution.width2 .right {
    width:calc(100% - 290px);
}

.header-Solution .right {
    width: calc(100% - 240px);
}
 

    .header-Solution-list {
        display: none;
        width: 100%;
    }
        .header-Solution-list .title {
            text-align: left;
            font-size: 18px;
            color: #000000;
            font-weight: bold;
            margin-left: 3.5vw;
        }

        .header-Solution-list ol {
            display: flex;
            flex-wrap: wrap;
            align-items:baseline;
            width:100%;
        }
            .header-Solution-list ol.width100 {
                display:block;
            }

            .header-Solution-list ol.width50 li{
                width: 40% !important;
            }

                .header-Solution-list ol li {
                    width: 33.33% !important;
                    margin-top: 30px;
                }


            .header-Solution-list ol li .header-Solution-l {
                margin-left: 3.5vw;
                align-items: center;
                width:calc(100% - 3.5vw) !important;
                padding-left:30px;
            }

                .header-Solution-list ol li .header-Solution-l .icon {
                    display: block;
                    text-align: center;
                    overflow: hidden;
                    width:20px;
                    position:absolute;
                    left:0;
                    top:0;
                }

                    .header-Solution-list ol li .header-Solution-l .icon img {
                        max-width:100%
                    }



                .header-Solution-list ol li .header-Solution-l .text {
                    width: calc(100% - 20px);
                }

                    .header-Solution-list ol li .header-Solution-l .text h3 {
                        font-size: 16px;
                        color: #000000;
                        font-weight: 400;
                    }

                    .header-Solution-list ol li .header-Solution-l .text p {
                        font-size: 14px;
                        color: #666666;
                        margin-top: 5px;
                        font-weight: 400 !important;
                        display: block;
                    }

                .header-Solution-list ol li .header-Solution-l:hover .text h3 {
                    color: var(--color);
                }

.header-Solution-text h3 {
    font-size: 18px;
    color: #000000;
}
.header-Solution-text p {
    padding: 0 !important;
    color: #666666 !important;
    margin-top:30px;
    line-height:25px;
}
.header-Solution-text .but {
    margin-top: 20px;
    font-size: 16px;
    color: #000000;
    cursor:pointer;
}
    .header-Solution-text .but:hover{
        color:#2F318B;
    }


    @media (max-width: 1600px) {
        .header001 {
        height: 80px;
        line-height: 80px;
    }

        .header001 .bx-nav ul li a {
            font-size: 16px;
        }

    .bx-header-tel {
        font-size: 16px;
    }

    .header001 .bx-logo img {
        max-height: 45px;
    }

    .header001 .bx-nav ul li {
        height: 80px;
        padding:0 15px;
    }
        .bx-header-but .but {
            font-size: 14px;
            min-width: 50px;
            line-height: 30px;
        }

        .bx-header-tel img {
            width: 15px;
        }

    .bx-lang {
        font-size: 15px;
    }

    .header001 .bx-nav ul li .bx-nav-fd {
        top: 80px;
    }
        .header-Solution-list .title, .header-Solution-list ol li .header-Solution-l {
            margin-left: 2.5vw
        }
        .bx-nav .header-Solution ol li{
            padding:0;
        }
}



@media (max-width: 1300px) {
    .bx-header-tel {
        display: none;
    }
}



@media (max-width: 1100px) {

    .bx-nav-dh {
        font-size: 14px;
        margin-left: 10px;
    }


    .bx-header-but .bx-header-ewm {
        top: 60px;
    }


    .bx-nav-dh i {
        font-size: 16px;
    }

    .header001 {
        height: 60px;
        line-height: 60px;
    }

        .header001::before {
            transform: translate(-75%, 0);
        }

        .header001 .bx-logo img {
            max-height: 30px;
        }

        .header001 .bx-nav {
            position: fixed;
            top: 60px;
            z-index: 500;
            left: -100%;
            height: calc(100vh - 60px);
            z-index: 600;
            width: 100%;
            background-color: #fff;
            margin-left: 0;
            transition: all 0.5s;
            background-color: var(--color);
            overflow-y: scroll;
        }

            .header001 .bx-nav ul li {
                line-height: 50px;
                height: auto;
                text-align: left;
                float: none;
                border-bottom: 1px solid rgba(255,255,255,.5);
                position: relative;
                width: 100%;
                display: block;
                padding: 0 15px;
            }

                .header001 .bx-nav ul li i {
                    display: block;
                    width: 12px;
                    height: 12px;
                    color: #fff;
                    transition: color .25s;
                    position: absolute;
                    right: 10px;
                    top: 18px;
                    display: block;
                }

                    .header001 .bx-nav ul li i::before {
                        content: '';
                        position: absolute;
                        left: 0;
                        top: 50%;
                        width: 100%;
                        height: 1px;
                        background-color: #fff;
                        transform: translate(0, -50%);
                    }

                    .header001 .bx-nav ul li i::after {
                        content: '';
                        position: absolute;
                        left: 50%;
                        top: 0;
                        width: 1px;
                        height: 100%;
                        background-color: #fff;
                        transform: translate(-50%, 0);
                    }

                .header001 .bx-nav ul li a {
                    padding: 0 10px;
                    color: #fff;
                    text-align: center;
                    font-size: 16px;
                    width: auto;
                    display: inline-block;
                    padding: 0;
                }

                    .header001 .bx-nav ul li a::before {
                        display: none;
                    }

        .header001 .bx-navigation {
            display: block;
        }

        .header001 .bx-nav ul li .bx-nav-fd {
            display: none;
            position: relative;
            top: 0px;
            width: 100%;
            background-color: transparent;
            padding: 0;
        }

            .header001 .bx-nav ul li .bx-nav-fd p {
                display: block;
                width: 100%;
                border-top: 1px solid rgba(255,255,255,.5);
                padding: 5px 0;
            }

                .header001 .bx-nav ul li .bx-nav-fd p:nth-child(1) {
                    border: none;
                }

                .header001 .bx-nav ul li .bx-nav-fd p::after {
                    display: none;
                }

 
    .bx-header-but {
        margin-left: 0;
    }
    .bx-lang{
        display:none;
    }

    .bx-navigation {
        display: block;
    }

    .header001 .bx-nav ul li .bx-nav-fd a {
        padding: 0 5px;
        font-size: 14px;
    }

    .header-Solution {
        flex-direction: column;
        padding:10px 0;
    }

        .header-Solution .left {
            width: 100%;
            overflow-x: scroll;
        }

    .bx-nav .header-Solution .left ol li p {
        color: #fff;
    }
    .header-Solution-list .title{
        display:none !important;
    }

    .header-Solution .left ol {
        width: max-content;
        display: flex;
        color: #fff;
    }

        .header-Solution .left ol li {
            line-height: 30px;
            padding: 0;
            width: auto;
            margin-right: 15px;
            border-bottom: none;
        }

    .bx-nav .header-Solution .left ol li p {
        padding: 5px 10px;
    }

    .header-Solution .right {
        width: 100%;
        margin-top: 0;
    }

    .header-Solution-list {
        width: 100%;
    }

        .header-Solution-list ol {
            display: block;
        }

            .header-Solution-list ol li {
                width: 100% !important;
                margin: 0 !important;
                padding: 0 !important;
                display:inline-block;
            }

                .header-Solution-list ol li .header-Solution-l {
                    text-align: left;
                    display: block !important;
                    padding: 0 !important;
                    padding: 13px 0 !important;
                }

                    .header-Solution-list ol li .header-Solution-l .icon {
                        display: none;
                    }

                    .header-Solution-list ol li .header-Solution-l p {
                        display: none !important;
                    }

                    .header-Solution-list ol li .header-Solution-l .text {
                        display: block;
                        padding-left: 0;
                        width: 100%;
                    }

                        .header-Solution-list ol li .header-Solution-l .text h3 {
                            color: #fff;
                            font-weight: 400;
                            font-size: 14px;
                            text-align: left;
                        }

                .header-Solution-list ol li a {
                    margin-left: 0 !important;
                }

    .bx-nav .header-Solution .left ol li p {
        padding: 2px 10px;
    }
    .header-Solution-text{
        display:none;
    }
    .header-Solution.width2 .right{
        width:100%;
    }
    .header-Solution-list ol.width50 li{
        width:100% !important;
    }
    .header-Solution-list .title, .header-Solution-list ol li .header-Solution-l {
        margin-left: 0;
    }

    .header-Solution .right ol li{
        display:inline-block !important;
        width:49% !important;
    }
        .header-Solution .right ol li a{
            width:100% !important;
        }

        .hamburger .line {
            width: 20px;
            height: 1px;
            background-color: #000;
            display: block;
            margin: 6px 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(7px) rotate(45deg);
        -ms-transform: translateY(7px) rotate(45deg);
        -o-transform: translateY(7px) rotate(45deg);
        transform: translateY(7px) rotate(45deg);
    }

    #hamburger-1.is-active .line:nth-child(3) {
        -webkit-transform: translateY(-7px) rotate(-45deg);
        -ms-transform: translateY(-7px) rotate(-45deg);
        -o-transform: translateY(-7px) rotate(-45deg);
        transform: translateY(-7px) rotate(-45deg);
    }

    .header001 .bx-nav ul li a:hover,
    .header001 .bx-nav ul li a.active {
        color: #fff !important;
        font-weight: bold;
    }
}
.img-padding {
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
}

    .img-padding img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        left: 0;
        top: 0;
    }

body .buts {
    display: inline-block;
    min-width: 150px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 0 20px;
    border: 1px solid var(--color);
    background-color: var(--color);
    cursor: pointer;
}

    .buts.border {
        background-color: transparent;
        color: var(--color);
    }

    .buts:hover {
        opacity: 0.8;
        background-color: var(--color);
        color: #fff !important;
    }
.max1200 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.banner{
    position:relative;
}
.banner-list {
    position: relative;
}

    .banner-list .img img {
        width: 100%;
        display: block;
    }
    .banner-list .img video{
        width:100%;
        display:block;
    }
    .banner-list .img .none{
        display:none;
    }
    .banner-list .img .block{
        display:block;
    }

    .banner-list .text {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
        .banner-list .text .max1200{
            height:100%;
        }
    .banner-list .text .texts{
        height:100%;
        max-width:650px;
        padding-top:13vw;
    }
        .banner-list .text h3 {
            font-size: 54px;
            color: #000000;
            line-height:1.4;
        }
        .banner-list .text p {
            margin-top: 15px;
            font-size: 20px;
            color: #000000;
            white-space:pre-line;
        }
    .banner-list .text .buts{
        margin-top:2vw;
    }

.banner .swiper-button-prev:hover, .banner .swiper-button-next:hover {
    background-color: var(--color);
}

@keyframes first {
    0% {
        width: 0;
    }
    /*091*/
    100% {
        width: 100%;
    }
    /*0915*/
}

.banner .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    animation: first 4.2s;
}


.mt60{
    margin-top:60px;
}
.pt120{
    padding-top:120px;
}
.pb120{
    padding-bottom:120px;
}
.pt100 {
    padding-top: 100px;
}
.pb100 {
    padding-bottom: 100px;
}

.banner-pagination {
    position: absolute;
    bottom: 10vh;
    left: 0;
    width: 100%;
    z-index: 2;
    text-align: center;
}

    .banner-pagination p {
        display: inline-block;
        width: 90px;
        font-size: 14px;
        color: #FFFFFF;
        margin: 0 2.5px;
        padding: 10px 0;
        border-bottom: 2px solid #D8DADF;
        position: relative;
    }

        .banner-pagination p::before {
            content: '';
            display: block;
            width: 0;
            height: 4px;
            background-color: var(--color);
            position: absolute;
            left: 0;
            bottom: -2px;
        }

.banner .banner-pagination p.active::before {
    animation: first 4.2s;
}

.index-one {
    padding: 0 125px;
    background-image: url('../images/index-pro1-bg.jpeg');
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
   
}
.index-two {
    padding: 0 125px;
    background-image: url('../images/index-pro2-bg.jpeg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.index-pro {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 100vh;
}

.index-pro .img{
    width:70%;
    padding-left:20px;
    margin-right:-15%;
}
    .index-pro .text{
        width:45%;
    }

        .index-pro .text h3, .index-title2 h3{
            font-size: 40px;
            color: #000000;
            font-weight: bold;
        }
            .index-pro .text h3 span, .index-title2 h3 span{
                color: var(--color);
            }
        .index-pro .text h4 {
            font-size: 24px;
            color: #000000;
            margin-top:45px;
            white-space:pre-line;
            line-height:1.5;
        }
        .index-pro .text h5 {
            font-size: 16px;
            color: #000000;
            margin-top: 15px;
            white-space: pre-line;
        }
    .index-pro .desc {
        font-size: 16px;
        color: #666666;
        margin-top: 30px;
        border-top: 1px solid #E4E9EF;
        position:relative;
    }
        .index-pro .desc::after{
            content:'';
            display:block;
            width:24px;
            height:3px;
            background-color:var(--color);
            position:absolute;
            top:-3px;
            left:0;
        }
        .index-pro .desc p {
            margin-top: 25px;
            padding-left:30px;
            position:relative;
        }
            .index-pro .desc p::before {
                content: '';
                display: block;
                width: 17px;
                height: 16px;
                background-image: url('../images/index-pro-icon.png');
                background-size:100% 100%;
                position:absolute;
                left:0;
                top:5px;
            }
            .index-pro .buts {
                margin-top: 50px;
            }

.index-three {
    padding: 95px 0;
    background-image: url('../images/index-pro1-bg.jpeg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.index-solve {
    background-color: rgba(255,255,255,.6);
    backdrop-filter: blur(60px);
    border-radius: 5px;
    display: flex;
}

.index-title{
    text-align:center;
    font-size:40px;
    color:#000;
    font-weight:bold;
}

.solve-nav {
    width: 250px;
    padding: 35px 20px;
}

    .solve-nav ul li {
        margin: 7px 0;
    }

        .solve-nav ul li p {
            font-size: 16px;
            color: #000000;
            padding: 14px 20px;
            cursor: pointer;
            border-radius: 5px;
            transition: all 0.5s;
        }

            .solve-nav ul li p:hover {
                color: var(--color);
            }

        .solve-nav ul li.active p {
            background-color: var(--color);
            color: #fff;
        }

.solve-box {
    width: calc(100% - 250px);
}

.solve-box-list {
    padding: 50px 60px;
    display: none;
}

    .solve-box-list .title {
        font-size: 28px;
        color: #000000;
        font-weight: 700;
    }

    .solve-box-list .desc {
        font-size: 16px;
        color: #666666;
        margin-top: 20px;
    }

.solve-application-box {
    font-size: 16px;
    color: #666666;
}


.solve-application, .solve-case {
    margin-top: 40px;
}

.solve-title {
    font-size: 20px;
    color: #000000;
    font-weight: 700;
}
.solve-box-imgBox{
    margin-top:20px;
}
.solve-box-imgBox > div {
    display: inline-block;
    margin-right: 40px;
    margin-top: 20px;
    text-align: center;
}
.solve-box-imgBox span {
    display:block;
    font-size: 16px;
    color: #333333;
    margin-top:5px;
}
.solve-box-imgBox img{
    height:32px;

}
.solve-box-list .descText {
    font-size: 16px;
    color: #000000;
    margin-top:20px;
    margin-bottom:15px;
}

.solve-application span {
    display: inline-block;
    font-size: 16px;
    color: #666;
    background-color: #f4f7fc;
    margin-right: 15px;
    border-radius: 5px;
    line-height: 40px;
    padding: 0 15px;
    margin-top: 15px;
}

.solve-case-box > span {
    display: inline-block;
    margin: 10px 0;
    margin-right: 20px;
    width: 120px;
}

.service-scope {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 120px;
    margin-right: 120px;
}

    .service-scope .text {
        width: 350px;
    }

        .service-scope .text ul {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }

            .service-scope .text ul li {
                width: 45%;
                padding: 20px 0;
                border-bottom: 1px solid #E4E9EF;
            }

                .service-scope .text ul li p {
                    font-size: 24px;
                    color: var(--color);
                }

                    .service-scope .text ul li p span {
                        font-size: 40px;
                        font-weight: bold;
                    }

                .service-scope .text ul li h3 {
                    font-size: 18px;
                    color: #000000;
                    margin-top: 10px;
                }

        .service-scope .text .desc {
            margin-top: 30px;
            font-size: 16px;
            color: #666666;
        }

    .service-scope .img {
        width: calc(100% - 350px);
        text-align: right;
    }

        .service-scope .img img {
            max-width: 90%;
        }

.str_wrap {
    overflow: hidden;
    /* zoom:1; */
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.str_move {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    cursor: move;
}

.str_move_clone {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 100%;
    top: 0;
}

.str_vertical .str_move_clone {
    left: 0;
    top: 100%;
}

.str_down .str_move_clone {
    left: 0;
    bottom: 100%;
}

.str_vertical .str_move,
.str_down .str_move {
    white-space: normal;
    width: 100%;
}

.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
    cursor: inherit;
}

.str_wrap img {
    max-width: none !important;
}


.index-four {
    width: 100%;
    height: 100vh;
    min-height: 700px;
    background-image: url('../images/index-four-bg.jpeg');
    background-attachment:fixed;
    background-size:cover;
}

.index-about{
    text-align:center;
    padding-top:30vh;
}

    .index-about h3 {
        font-size: 40px;
        color: #FFFFFF;
        font-weight:700;
    }
    .index-about .desc {
        font-size: 16px;
        color: #FFFFFF;
        margin-top:45px;
    }
.index-about .buts{
    margin-top:45px;
}

.index-five{
    width:100%;
    overflow:hidden;
}
.index-case{
    position:relative;
}

.index-case-list {
    padding: 50px 80px;
    box-shadow: 0px 0px 30px 0px rgba(0, 3, 116, 0.05);
    margin: 20px;
    border-radius: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .index-case-list .img{
        width:320px;
        height:320px;
        overflow:hidden;
        border-radius:50%;
    }
    .index-case-list .img img{
        width:100%;
        height:100%;
        object-fit:cover;
    }

    .index-case-list .text{
        width:calc(100% - 320px);
        padding-left:4vw;
        position:relative;
        padding-top:100px;
        padding-bottom:100px;
    }
    .index-case-list .desc {
        font-size: 16px;
        color: #333333;
    }
    .index-case-list .desc-right {
        text-align: right;
        font-size: 18px;
        color: #000000;
        margin-top:25px;
    }
    .index-case-list .text::before {
        content: "";
        display: block;
        width: 54px;
        height: 50px;
        background-image: url('../images/icon-up.png');
        background-size:contain;
        background-repeat:no-repeat;
        position:absolute;
        left:4vw;
        top:0;
    }
    .index-case-list .text::after {
        content: "";
        display: block;
        width: 54px;
        height: 50px;
        background-image: url('../images/icon-down.png');
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .index-case-list .text .logo-img{
        position:absolute;
        right:0;
        top:0;
    }
        .index-case-list .text .logo-img img {
            height:60px;
        }

.index-case .swiper-button-next, .index-case .swiper-button-prev {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
    background-image:none;
    transition:all 0.5s;
    text-align:center;
    line-height:60px;
    font-size:20px;
}
.index-case .swiper-button-next{
    right:-5vw;
}
.index-case .swiper-button-prev{
    left:-5vw;
}

.index-case .swiper-button-next:hover, .index-case .swiper-button-prev:hover{
    color:#fff;
    background-color:var(--color);
}

.index-six {
    background-image: url('../images/index-six-bg.jpeg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bx-siteM103-item {
    width: 100%;
    max-width: 1920px;
    position: relative;
    margin: 0 auto;
    margin-top: 50px;
    overflow:hidden;
}


    .bx-siteM103-item ul {
        white-space: nowrap;
        margin-top: 0;
    }

        .bx-siteM103-item ul li {
            display: inline-block;
            width: 220px;
            height: 100px;
            float: none;
            margin: 10px 12px;
        }

            .bx-siteM103-item ul li .bx-siteM103-list {
                display: block;
                width: 100%;
                height: 100%;
                background-color: #fff !important;
                overflow: hidden;
                position: relative;
                border-radius: 5px;
                transition: all 0.5s;
            }

                .bx-siteM103-item ul li .bx-siteM103-list img {
                    max-width: 100%;
                    max-height: 100%;
                    width: auto;
                }

                .bx-siteM103-item ul li .bx-siteM103-list .img {
                    width: 100%;
                    height: 100%;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    overflow: hidden;
                }

                    .bx-siteM103-item ul li .bx-siteM103-list .img::before {
                        content: '';
                        display: block;
                        height: 1px;
                        width: 0;
                        position: absolute;
                        right: 0;
                        top: 0;
                        transition: all 0.5s;
                        background-color: var(--color);
                        z-index: 1;
                    }

                    .bx-siteM103-item ul li .bx-siteM103-list .img::after {
                        content: '';
                        display: block;
                        height: 1px;
                        width: 0;
                        position: absolute;
                        bottom: 0;
                        left: 0;
                        transition: all 0.5s;
                        background-color: var(--color);
                        z-index: 1;
                    }

                .bx-siteM103-item ul li .bx-siteM103-list::before {
                    content: '';
                    display: block;
                    width: 1px;
                    height: 0;
                    position: absolute;
                    left: 0;
                    top: 0;
                    transition: all 0.5s;
                    background-color: var(--color);
                    z-index: 1;
                }

                .bx-siteM103-item ul li .bx-siteM103-list::after {
                    content: '';
                    display: block;
                    width: 1px;
                    height: 0;
                    position: absolute;
                    right: 0;
                    bottom: 0;
                    transition: all 0.5s;
                    background-color: var(--color);
                    z-index: 1;
                }

                .bx-siteM103-item ul li .bx-siteM103-list:hover {
                    box-shadow: 0px 0px 20px 0px rgba(165, 184, 213, 0.3);
                }

                .bx-siteM103-item ul li .bx-siteM103-list .img:hover:before {
                    width: 100%;
                }

                .bx-siteM103-item ul li .bx-siteM103-list .img:hover:after {
                    width: 100%;
                }

                .bx-siteM103-item ul li .bx-siteM103-list:hover:before {
                    height: 100%;
                }

                .bx-siteM103-item ul li .bx-siteM103-list:hover::after {
                    height: 100%;
                }

.bx-siteM103-itemBox {
    margin-top: 15px;
}

.box-footer {
    padding: 55px 0;
    background-image: url('/images/f-bg.jpeg');
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    text-align:center;
}

.box-footer-text h3 {
    font-size: 40px;
    color: #FFFFFF;
    font-weight:700
}
.box-footer-text p {
    font-size: 16px;
    color: #FFFFFF;
    margin-top:10px;
}

.box-footer-input{
    width:400px;
    margin:0 auto;
    background-color:#fff;
    height:50px;
    padding:5px;
    margin-top:30px;
    display:flex;
    justify-content:space-between;

}
.box-footer-input input{
    flex:1;
    border:none;
    outline:none;
    font-size:16px;
    color:#000;
}
    .box-footer-input .buts{
        min-width:120px;
        line-height:35px;
    }
.footer {
    background-color: #303030;
}

.footer-item {
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    justify-content: space-between;
}

    .footer-item .footer-logo img{
        height:60px;
    }


    .footer-item .footer-nav {
        width: 80%;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

.footer-nav-list {
    width: 15%;
}

    .footer-nav-list.con {
        width: 35%;
    }

    .footer-nav-list .title {
        font-size: 18px;
        color: #FFFFFF;
        font-weight: 400;
        margin-bottom: 10px;
        width: 100%;
    }

    .footer-nav-list p {
        padding: 4px 0;
    }

        .footer-nav-list p, .footer-nav-list p a {
            font-size: 16px;
            color: #A4A4A4;
        }

            .footer-nav-list p a:hover {
                color: #fff !important;
            }

.footer-ewm {
    display: flex;
    text-align: center;
    margin-top: 10px;
}

    .footer-ewm .footer-ewm-list {
        margin-right: 14px;
        width: 120px;
    }

        .footer-ewm .footer-ewm-list img {
            width: 100%;
        }

.footer-bottom {
    border-top: 1px solid #363636;
    padding: 18px;
    font-size: 16px;
    color: #989898;
    text-align: center;
}

.footer-link {
    font-size: 16px;
    color: #A4A4A4;
    padding-bottom: 20px;
}

    .footer-link a {
        color: #A4A4A4;
        margin-left: 10px;
    }

        .footer-link a:hover {
            color: #fff !important;
        }

.nei-banner.banner-list .text .texts{
    padding-top:0;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:baseline;
}
.about-five-item ul {
    display: flex;
    margin: 0 -8px;
}

    .about-five-item ul li {
        width: 20%;
        transition: all 0.3s;
        max-width: 70%;
        padding: 0 8px;
    }

        .about-five-item ul li.active {
            width: 60%;
        }

        .about-five-item ul li .img {
            height: 540px;
            overflow: hidden;
        }

            .about-five-item ul li .img img {
                width: 100%;
                height: 100%;
                object-fit:cover;
            }

        .about-five-item ul li .bottom {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            padding: 47px 25px 0 25px;
        }

.about-five-list {
    display: block;
    width: 100%;
    position: relative;
}

.about-five-item ul li .bottom .text h3 {
    font-size: 20px;
    font-weight: 400;
    color: #000000;
}

.about-five-item ul li .bottom .text p {
    font-size: 16px;
    color: #666666;
    margin-top: 10px;
}

.about-five-item ul li .bottom .text .desc p {
    margin-top: 15px;
    padding-left: 30px;
    position: relative;
    color: #000000;
}

    .about-five-item ul li .bottom .text .desc p::before {
        content: '';
        display: block;
        width: 17px;
        height: 16px;
        background-image: url(../images/index-pro-icon.png);
        background-size: 100% 100%;
        position: absolute;
        left: 0;
        top: 5px;
    }
.about-five-item ul li .bottom .text .buts{
    margin-top:30px;
}

.about-five-item ul li .bottom .text .bottom-text{
    display:none;
}
.about-five-item ul li.active .bottom .text .bottom-text{
    display:block;
}

.Pro_Purchase-two-box ul{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    
}
.Pro_Purchase-two-box ul li{
    width:calc(50% - 10px);
    margin:10px 0;
}
.Pro_Purchase-two-list {
    background-image: url('../images/Pro_Purchase-two-bg.jpeg');
    background-size:cover;
    background-repeat:no-repeat;
    padding:40px 50px;
    position:relative;
    height:100%;
}
    .Pro_Purchase-two-list .text{
        max-width:66%;
    }
    .Pro_Purchase-two-list .text h3 {
        font-size: 20px;
        color: #000000;
    }
    .Pro_Purchase-two-list .text .desc {
        font-size: 16px;
        color: #666666;
        white-space:pre-line;
        margin-top:10px;
    }
.Pro_Purchase-two-list .img{
    position:absolute;
    right:0;
    top:0;
}
.Pro_Purchase-three {
    background-image: url(../images/Pro_Purchase-three-bg.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.solve-box-list-flex{
    display:flex;
    justify-content:space-between;
}
    .solve-box-list-flex>div{
        flex:1;
    }
    .solve-box-list-flex .solve-box-list-logo {
        width: 200px;
        margin-left:2vw;
        flex:none;
    }
    .solve-box-list-flex .solve-box-list-logo ul{
        display:flex;
        justify-content:space-between;
        flex-wrap:wrap;
    }

        .solve-box-list-flex .solve-box-list-logo ul li{
            width:calc(50% - 20px);
            margin-left:20px;
            margin-bottom:20px;
        }

.Pro_Purchase-four-box ul{
    display:flex;
    flex-wrap:wrap;
}
.Pro_Purchase-four-box ul li{
    width:25%;
}
.Pro_Purchase-four-list {
    border: 1px solid #E9E9E9;
    height: 100%;
    padding: 60px 40px;
    text-align: center;
}

.Pro_Purchase-four-list .img img{
    height:110px;
}
    .Pro_Purchase-four-list .text{
        margin-top:27px;
    }
        .Pro_Purchase-four-list .text h3 {
            font-size: 20px;
            color: #000000;
            font-weight:bold;
        }
        .Pro_Purchase-four-list .text p {
            font-size: 16px;
            color: #626262;
            margin-top:20px;
            white-space:pre-line;
            text-align:left;
        }

.Pro_Sale-one-box{
    margin-top:50px;
    margin-bottom:50px;
}

.Pro_Sale-one-box {
    background-image: url('../images/Pro_Sale-one-bg.png');
    background-repeat:no-repeat;
    background-size:cover;
    display:flex;
    justify-content:space-between;
}
    .Pro_Sale-one-box .text {
        width:50%;
        font-size: 16px;
        color: #666666;
        white-space:pre-line;
        text-align:center;
        padding:40px;
        position:relative;
    }
    .Pro_Sale-one-box .text::after{
        content:"";
        width:1px;
        height:105px;
        background: linear-gradient(180.00deg, rgba(47, 49, 139, 0),rgb(47, 49, 139) 47.279%,rgba(47, 49, 139, 0) 100%);
        opacity: 0.5;
        position:absolute;
        right:0;
        top:50%;
        transform:translate(-50%,-50%);
    }
        .Pro_Sale-one-box .text:nth-last-child(1)::after{
            display:none;
        }

.Pro_Sale-three {
    background-image: url(../images/Pro_Sale-three-bg.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.Pro_Sale-three-box ul{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    position:relative;
    z-index:2;
    
}

.Pro_Sale-three-box ul li{
    width:50%;
    margin:10px 0;
}
    .Pro_Sale-three-box ul li .text {
        display: inline-block;
        background-color: #FFFFFF;
        width: 400px;
        padding: 35px 50px;
        font-size: 16px;
        text-align: center;
        white-space: pre-line;
        border-radius: 70px;
        box-shadow: 0px 3px 15px 0px rgba(0, 54, 138, 0.06);
    }
    .Pro_Sale-three-box ul li:nth-child(even){
        text-align:right;
    }
    .Pro_Sale-three-box ul li:nth-child(3){
        margin-left:-50px;
    }
    .Pro_Sale-three-box ul li:nth-child(4) {
        margin-right: -50px;
    }

.Pro_Sale-three-box{
    position:relative;
}
.Pro_Sale-three-title {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 75%;
}

    .Pro_Sale-three-title h3 {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        background: linear-gradient(180.00deg, rgb(90, 92, 197),rgb(47, 49, 139) 100%);
        border-radius: 45px;
        line-height: 90px;
        width: 38%;
        text-align: center;
        font-size: 260%;
        color: #FFFFFF;
        font-weight:bold;
    }

.Pro_Sale-four-box ul{
    display:flex;
    flex-wrap:wrap;
    margin:0 -15px;

}
.Pro_Sale-four-box ul li{
    width:33.33%;
    padding:0 15px;
    margin-top:30px;
}
.Pro_Sale-four-list {
    display:block;
    padding: 30px;
    box-shadow: 0px 0px 20px 0px rgba(0, 52, 129, 0.05);
    height:100%;
}
.Pro_Sale-four-list .img img{
    height:48px;
}
    .Pro_Sale-four-list .text{
        margin-top:20px;
    }
        .Pro_Sale-four-list .text h3 {
            font-size: 18px;
            color: #000000;
            font-weight:700;
        }
        .Pro_Sale-four-list .text p {
            font-size: 16px;
            color: #666666;
            margin-top:10px;
        }
.pro-gg {
    padding: 55px 0;
    background-image: url(/images/pro-gg-bg.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.pro-gg .buts{
    margin-top:30px;
}

.Pro_Sale-six {
    background-image: url(/images/Pro_Sale-six-bg.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.Pro_Sale-six-box ul{
    display:flex;
    flex-wrap:wrap;
    margin:0 -20px;
}
.Pro_Sale-six-box ul li{
    width:33.33%;
    padding:20px;
}

.Pro_Sale-six-list {
    background-color: #fff;
    padding: 60px;
    height: 100%;
    padding-bottom: 30px;
    border-radius: 20px;
    box-shadow: 5px 5px 20px 0px rgba(180, 184, 206, 0.14);
    position:relative;
    overflow:hidden;
}
.Pro_Sale-six-list h3{
    font-size:24px;
    color:#2B2D31;
    font-weight:700;
    position:relative;
    padding-bottom:18px;

}
    .Pro_Sale-six-list h3::after {
        content: '';
        display: block;
        width: 32px;
        height: 2px;
        background-color: #0499E2;
        position:absolute;
        bottom:0;
        left:0;
    }
    .Pro_Sale-six-list p {
        font-size: 16px;
        color: #616263;
        margin-top: 25px;
    }
    .Pro_Sale-six-list span {
        display: block;
        background-color: #2F318B;
        width: 100px;
        height: 100px;
        text-align: right;
        line-height: 140px;
        padding-right:20px;
        font-size: 24px;
        color: #FFFFFF;
        position:absolute;
        left:0;
        top:0;
        transform:translate(-40%,-40%);
        border-radius:50%;
    }

.about-wmdys {
    margin-top: 40px;
    position: relative;
}

    .about-wmdys .wmdys-pic {
        width: 340px;
        height: 340px;
        padding: 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        background: #fff;
        border-radius: 50%;
        text-align:center;
    }

    .about-wmdys ul {
        display: flex;
        align-content: space-between;
        justify-content: space-between;
        flex-wrap: wrap;
    }

        .about-wmdys ul li {
            width: 40%;
            background: #fff;
            box-shadow: 0px 5px 30px 0px rgba(232, 235, 245, 0.6);
            border-radius: 20px;
            padding: 40px 120px 40px 40px;
            display: flex;
            margin:20px 0;
        }

            .about-wmdys ul li .pic {
                width: 40px;
            }

            .about-wmdys ul li .tet {
                width: calc(100% - 40px);
                padding-left: 30px;
            }

                .about-wmdys ul li .tet h3 {
                    font-size: 24px;
                    color: #000;
                    font-weight: bold;
                }

                .about-wmdys ul li .tet p {
                    font-size: 16px;
                    color: #666;
                    margin-top: 20px;
                }

            .about-wmdys ul li:nth-child(2n) {
                padding: 40px 40px 40px 120px;
            }

@media (max-width: 1100px) {
    .about-wmdys {
        margin-top: 20px;
        position: relative;
    }

        .about-wmdys .wmdys-pic {
            display: none;
        }

        .about-wmdys ul {
            height: auto;
        }

            .about-wmdys ul li {
                width: 100%;
                padding: 20px;
                margin-top: 10px;
            }

                .about-wmdys ul li .tet{
                    padding-left:20px;
                }

                .about-wmdys ul li .tet h3 {
                    font-size: 16px;
                }

                    .about-wmdys ul li .tet p {
                        font-size: 14px;
                        margin-top: 10px;
                    }

                .about-wmdys ul li:nth-child(2n) {
                    padding: 20px;
                }
}


.Solution-one-box ul{
   display:flex;
   flex-wrap:wrap;
   justify-content:space-between;
}
.Solution-one-box ul li{
    width:calc(50% - 1px);
    margin-top:2px;

}
.Solution-one-list {
    background-color: rgba(47, 49, 139,.03);
    padding:40px;
    height:100%;
}
.Solution-one-list .img img{
    height:48px;
}
    .Solution-one-list .text{
        margin-top:17px;
    }
    .Solution-one-list h3 {
        font-size: 26px;
        color: #000000;
    }
    .Solution-one-list p {
        font-size: 16px;
        color: #666666;
        margin-top:20px;
        white-space:pre-line;
    }

.Solution-three-box {
    display: flex;
    justify-content: space-between;
    align-items:center;
    padding: 0 8.3vw;
    background-image: url(/images/Solution-three-box-bg.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
    .Solution-three-box .img{
        max-width:50%;
    }
    .Solution-three-box .text {
        max-width: 50%;
    }
    .Solution-three-box .text h3 {
        font-size: 36px;
        color: #000000;
        font-weight: 700;
    }
    .Solution-three-box .text p {
        font-size: 20px;
        color: #666666;
        margin-top:10px;
    }
    .Solution-three-box .text .buts{
        margin-top:50px;
    }
.pro-navOne {
    display: block;
    width: 100%;
    box-shadow: 0px 3px 10px 0px rgba(0, 46, 91, 0.05);
    background: rgb(255, 255, 255);
    z-index: 2;
    text-align: center;
}

    .pro-navOne ul li {
        display: inline-block;
        color: #000;
        font-size: 16px;
        padding: 0 2vw;
        position: relative;
    }

        .pro-navOne ul li a:hover {
            color: var(--color);
        }

        .pro-navOne ul li a {
            line-height: 80px;
            color: #000000;
        }

        .pro-navOne ul li.active a {
            color: var(--color);
            font-weight: bold;
        }


        .pro-navOne ul li::after {
            content: '|';
            color: #D5D8D9;
            font-size: 16px;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translate(0,-50%);
        }

        .pro-navOne ul li:nth-last-child(1):after {
            display: none;
        }

.index-about-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .index-about-item .text {
        width: 50%;
        padding-left: 3vw;
    }

        .index-about-item .text h3 {
            text-align: left;
        }

    .index-about-item .img {
        width: 50%;
    }

        .index-about-item .img img {
            width: 100%;
        }

.index-about-text {
    margin-top: 3vw;
}

    .index-about-text .title {
        font-size: 28px;
        color: #000000;
    }

    .index-about-text .desc {
        font-size: 20px;
        line-height:1.8;
        color: #626262;
  /*      margin-top: 30px;*/
        white-space: pre-line;
    }

        .index-about-text .desc span {
            color: var(--color);
            font-weight: bold;
            text-decoration: underline;
        }


.index-about-num {
    background-color: rgba(40, 75, 160,0.05);
}

    .index-about-num ul {
        display: flex;
        justify-content: space-between;
    }

        .index-about-num ul li {
            width: calc(25% - 10px);
        }

.index-about-num-l {
    padding: 45px;
    text-align: center;
}

    .index-about-num-l p {
        font-size: 18px;
        color: #284BA0;
    }

        .index-about-num-l p span {
            font-size: 50px;
            color: #284BA0;
        }

    .index-about-num-l h3 {
        font-size: 18px;
        color: #333333;
        margin-top: 15px;
    }

.about-two-box ul{
    display:flex;
    flex-wrap:wrap;
    margin:0 -15px;
}
.about-two-box ul li{
    padding:0 15px;
    width:33.33%;
}
    .about-two-box ul li>div{
        margin-bottom:30px;
    }
    .about-two-box ul li .img {
        padding-bottom: 70%;
    }
    .about-two-box ul li .text {
        padding-bottom: 70%;
    }
    .about-two-box ul li .texts{
        text-align:center;
        position:absolute;
        left:0;
        top:0;
        width:100%;
        height:100%;
        display:flex;
        flex-direction:column;
        justify-content:center;
        align-items:center;
        padding:20px;
    }
        .about-two-box ul li .text h3 {
            font-size: 24px;
            color: #FFFFFF;
            position:relative;
            z-index:1
        }
        .about-two-box ul li .text p {
            font-size: 18px;
            color: #FFFFFF;
            white-space: pre-line;
            margin-top: 18px;
            position: relative;
            z-index: 1
        }

.about-three {
    background-image: url(/images/about-three.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



    .about-three-box ul li .img img{
        width:100%;
    }
    .about-three-box ul li .img{
        position:relative;
        padding-bottom:140%;

    }
.about-three-box ul li .img img{
    object-fit: contain;
}
        .about-three-box ul li .img p {
            background: linear-gradient(180.00deg, rgba(0, 0, 0, 0),rgb(0, 0, 0) 100%);
            text-align: center;
            font-size: 16px;
            text-align: center;
            color: #fff;
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            padding: 20px 10px;
            opacity: 0;
            transition: all 0.5s;
        }
        .about-three-box ul li .img:hover p{
            opacity:0.6;
        }
.about-three-box .swiper-button-prev, .about-three-box .swiper-button-next {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
    background-size: 10px 44px;
    opacity:1;
}
.about-three-box .swiper-button-prev {
    left:-50px;
}
.about-three-box .swiper-button-next {
    right: -50px;
}
.Join-box ul li {
    margin-bottom: 20px;
}

.Join-list .Join-title {
    padding: 25px 0;
    border-bottom: 1px solid #E5E5E5;
    cursor: pointer;
}

    .Join-list .Join-title h3 {
        font-size: 22px;
        color: #000000;
        font-weight: bold;
    }

    .Join-list .Join-title .Join-text {
        margin-top: 15px;
        display: flex;
        justify-content: space-between;
        font-size: 16px;
    }

        .Join-list .Join-title .Join-text .p1 {
            color: #000;
        }

        .Join-list .Join-title .Join-text .time {
            color: #666666;
        }

.Join-list .Join-desc {
    padding-top: 20px;
    font-size: 16px;
    color: #666666;
    display: none;
}

.Join-list.active .Join-title h3 {
    color: var(--color);
}

.about-con {
    background-image: url(/images/about-con-bg.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-con-box-top{
    display:flex;
    justify-content:space-between;
}

.about-con-box-text h3 {
    font-size: 16px;
    color: #000000;
}
.about-con-box-text .p {
    font-size: 24px;
    color: #CB0000;
    margin-top:15px;
}
.about-con-box-text .p1 {
    font-size: 16px;
    color: #000000;
    padding:5px 0;
}

.about-con-ewm-list{
    display:inline-block;
    text-align:center;
    margin-left:25px;
}

    .about-con-ewm-list p {
        font-size: 18px;
        color: #666666;
    }
.about-con-ewm-list img{
    width:115px;
    margin-top:10px;
}

.about-con-map{
    margin-top:30px;

}
.about-con-map iframe{
    width:100%;
}


.Resource-box{
    display:flex;
    justify-content:space-between;
    align-items:baseline;

}

.Resource-box .left{
    width:calc(66.66% - 20px);
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
    .Resource-box .left .Resource-item {
        width:calc(50% - 15px);
        margin-bottom:30px;
    }
    .Resource-box .right {
        width: calc(33.33% - 10px)
    }

.Resource-item {
    background-color: #F8F8FB;
    padding:22px;
}

    .Resource-item .title {
        font-size: 24px;
        color: #000000;
    }

.news-box li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px dashed #D5DFE6;
}
.news-box li a .img{
    width:120px;
    padding-bottom:22%;
}
    .news-box li a .text {
        width: calc(100% - 120px);
        padding-left: 20px;
        font-size: 16px;
        color: #333333;
    }
.news-box li:nth-last-child(1) a {
    padding-bottom:0;
    border:none;
}
.Resource-text-box{
    margin-top:5px;
    height:201px;
}

.Resource-text-box ul li a {
    display: block;
    font-size: 16px;
    color: #666666;
    padding: 4px 0;
}
    .Resource-text-box ul li a:hover{
        color:#2F318B;
    }
    .Resource-text-box.img ul li a{
        padding-left:25px;
        position:relative;
    }

    .Resource-text-box.img ul li a::before {
        content: "";
        display: block;
        background-image: url('../images/icon-pdf.png');
        position:absolute;
        left:0;
        top:6px;
        width:15px;
        height:18px;
        background-size:100% 100%;
    }
    .Resource-text-box.text ul li a{
        padding-left:15px;
        position:relative;
    }
        .Resource-text-box.text ul li a::before {
            content: "•";
            display: block;
            position: absolute;
            left: 0;
            top: 2px;
            color: #D6D6D6;
        }

.Register {
    background-color: #fff;
    padding: 50px;
    max-width: 600px;
    margin: 0 auto;
}

.Register-input {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

    .Register-input p {
        width: 110px;
        text-align: right;
        font-size: 16px;
        color: var(--color-000);
    }

        .Register-input p i {
            color: #CC0000;
        }

    .Register-input input {
        flex: 1;
        border: 1px solid #E9E9E9;
        width: 100%;
        height: 45px;
        font-size: 16px;
        color: var(--color-333);
        padding: 0 20px;
    }
    .Register-input img {
        height: 45px;
        border: 1px solid #E9E9E9;
    }

    .pl110 {
        padding-left: 110px;
    }

.select {
    flex: 1;
    display: flex;
    justify-content: space-between;
}
.Register-input .tags {
    width: 85px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #E9E9E9;
    line-height:43px;
}
.Register-input select {
    width: 100%;
    border: 1px solid #E9E9E9;
    height: 45px;
    font-size: 16px;
    color: #333;
    padding: 0 10px;
}
.box-but {
    width: 100%;
    line-height: 45px;
    background-color: var(--color);
    text-align: center;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    margin-top: 30px;
    transition: all 0.3s;
}
    .box-but:hover{
        opacity:0.8;
    }
    .Register .box-title {
        margin-bottom: 30px;
    }

.login {
    background-color: #fff;
    padding: 50px;
    max-width: 500px;
    margin: 0 auto;
}

.box-title {
    text-align: center;
    font-size: 28px;
    color: #000;
    font-weight: 400;
    margin-bottom: 30px;
}


.login-input {
    border: 1px solid #E9E9E9;
    padding-left: 50px;
    position: relative;
    margin-bottom: 10px;
}

    .login-input img {
        position: absolute;
        left: 17px;
        top: 50%;
        transform: translate(0,-50%);
    }

    .login-input input {
        border: none;
        width: 100%;
        height: 45px;
        font-size: 16px;
        color: var(--color-333);
    }

.login .ts {
    font-size: 16px;
    color: #FF0000;
}
.box-text {
    text-align: center;
    margin-top: 15px;
}

    .box-text a {
        font-size: 16px;
        color: var(--color);
    }

.sidebar {
    position: fixed;
    right: 30px;
    bottom: 30%;
    z-index: 15;
}



    .sidebar .sidebar-box {
        box-shadow: 0px 5px 30px 0px rgba(104, 123, 255, 0.1);
        background-color: rgba(47, 49, 139,.9);
        border-radius: 3px;
        box-sizing: border-box;
        width: 80px;
    }

  

    .sidebar .sidebar-list {
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #ECEDF1;
        font-size: 14px;
        color: #fff;
        cursor: pointer;
        padding: 22px 0 22px 0;
        box-sizing: border-box;
        position: relative;
    }

        .sidebar .sidebar-list:nth-last-child(1) {
            border-bottom: none;
        }

        .sidebar .sidebar-list p {
            margin-top: 10px;
            line-height: 1;
        }

.sidebar-list-box img {
    width: 24px;
}


.sidebar .sidebar-list .sidebar-list-img {
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(-85px,0);
    width:120px;
    background-color: #fff;
    display: none;
    box-shadow: 5px 5px 20px 0px rgba(180, 184, 206, 0.14);
}
    .sidebar .sidebar-list .sidebar-list-img img {
        height: 120px;
        width: 100%;
    }

    .sidebar .sidebar-list .sidebar-list-img.text {
        width: 180px;
        padding: 10px;
        font-size: 18px;
        border-radius: 3px;
        color: #333;
    }

        .sidebar .sidebar-list .sidebar-list-img.text img {
            width: 20px;
            vertical-align: middle;
        }

.con-pop {
    width: 1200px;
    background-color: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
    box-shadow: 0 0 20px 0px rgba(180, 184, 206, 0.3);
    border-radius:20px;
    display:none;
}
    .con-pop .title{
        text-align:center;
        font-size:30px;
        color:#000;
        margin:30px 0;
        display:none;
    }
    .con-pop ul {
        display: flex;
    }
    .con-pop ul li {
        width: 25%;
        text-align: center;
        border-right: 1px solid #eee;
    }
        .con-pop ul li:nth-last-child(1){
            border-right:none;
        }
        .con-pop-list {
            padding: 6vh 0;
        }
.con-pop-list .icons img {
    max-height: 30px;
}
.con-pop-list .text{
    margin-top:20px;
}
.con-pop-list .text h3{
    font-size:18px;
    font-weight:bold;
}
.con-pop-list .text p{
    margin-top:10px;
    font-size:16px;

}
    .con-pop-list .text img{
        height:100px;
    }

.icon-close{
    position:absolute;
    right:20px;
    top:20px;
    width:20px;
    cursor:pointer;
}

@media (max-width: 1600px) {
    .mt60 {
        margin-top: 45px;
    }

    .pt120 {
        padding-top: 100px;
    }

    .pb120 {
        padding-bottom: 100px;
    }

    .pt100 {
        padding-top: 80px;
    }

    .pb100 {
        padding-bottom: 80px;
    }
    .banner-list .text h3{
        font-size:40px;
    }
    .banner-list .text p{
        font-size:16px;
    }
    .banner-list .text .texts{
        max-width:560px;
    }
    body .buts {
        min-width: 130px;
        line-height: 45px;
    }
    .index-pro .img {
        width: 60%;
        margin-right: -5%;
    }
    .index-pro .text h3, .index-title2 h3, .index-title, .index-about h3, .box-footer-text h3 {
        font-size: 36px;
    }
    .index-pro .text h4{
        font-size:20px;
        margin-top:35px;
    }
    .index-pro .text h5{
        font-size:15px;
    }
    .solve-box-list .title {
        font-size: 24px;
    }
    .Pro_Purchase-four-list{
        padding:40px 15px;
    }
        .Pro_Purchase-four-list .img img{
            height:88px;
        }
    .footer-nav-list p, .footer-nav-list p a{
        font-size:14px;
    }
    .footer-ewm .footer-ewm-list{
        width:100px;
    }
    .footer-nav-list .title{
        font-size:16px;
    }
    .footer-item .footer-logo img{
        height:45px;
    }
    .footer-nav-list p{
        padding:2px 0;
    }
    .footer-bottom, .footer-bottom a{
        font-size:14px;
    }


}

@media (max-width: 1100px) {
    .sidebar{
        display:none;
    }

    .mt60 {
        margin-top: 20px;
    }

    .pt120 {
        padding-top: 30px;
    }

    .pb120 {
        padding-bottom: 30px;
    }

    .pt100 {
        padding-top: 30px;
    }

    .pb100 {
        padding-bottom: 30px;
    }


    .max1200{
        padding-left:15px;
        padding-right:15px;
    }
    body .buts{
        min-width:110px;
        line-height:40px;
        font-size:14px;
    }
    .banner-list .img img {
        height: 300px;
        object-fit: cover;
    }
    .banner-list .text h3{
        font-size:22px;
    }
    .banner-list .text p{
        font-size:14px;
    }
    .banner-list .text .buts{
        margin-top:25px;
    }
    .banner-pagination p{
        width:30px;
    }
    .banner-pagination{
        bottom:10px;
    }

    .index-one, .index-two {
        padding: 0;
    }
    .index-pro{
        flex-direction:column;
        min-height:200px;
        padding:30px 0;
    }
        .index-pro .text{
            width:100%;
        }
        .index-pro .img{
            width:100%;
            margin-right:0;
            padding-left:0;
            margin-top:20px;
        }
        .index-pro .text h3, .index-title2 h3, .index-title, .index-about h3, .box-footer-text h3{
            font-size:20px;
        }
        .index-pro .text h4{
            font-size:16px;
            margin-top:15px;
        }
        .index-pro .text h5{
            font-size:14px;
        }
        .index-pro .desc p {
            margin-top: 15px;
            padding-left: 25px;
        }
        .index-pro .desc{
            font-size:14px;
            margin-top:15px;
        }
        .index-pro .buts{
            margin-top:30px;
        }
    .index-solve, .service-scope {
        margin-left: 0;
        margin-right: 0;
    }

    .index-solve {
        display: block;
    }

    .solve-nav {
        width: 100%;
        overflow-x: auto;
        padding: 0;
        margin-bottom: 20px;
    }

        .solve-nav ul {
            width: max-content;
        }

            .solve-nav ul li {
                display: inline-block;
                margin: 0;
            }

                .solve-nav ul li p {
                    padding: 0 10px;
                    font-size: 14px;
                }

                .solve-nav ul li.active p {
                    background-color: transparent;
                    color: var(--color);
                }

    .solve-box {
        width: 100%;
    }

    .index-solve {
        backdrop-filter: blur(0);
        background-color: transparent;
    }

    .solve-box-list {
        padding: 15px;
        backdrop-filter: blur(60px);
        background-color: rgba(255, 255, 255, .6);
        border-radius: 10px;
    }

        .solve-box-list .title {
            font-size: 18px;
        }

        .solve-box-list .desc, .solve-application-box {
            font-size: 14px;
        }

    .solve-application span {
        font-size: 14px;
        margin-right: 10px;
        line-height: 32px;
        margin-top: 10px;
    }

    .solve-application, .solve-case {
        margin-top: 25px;
    }

    .solve-title {
        font-size: 18px;
    }

    .solve-case-box > span {
        margin-right: 20px;
        width: 85px;
    }
    .index-three{
        padding:30px 0;
    }

    .solve-box-imgBox > div{
        margin-right:20px;
    }
    .solve-box-imgBox{
        margin-top:0;
    }
        .solve-box-imgBox span{
            font-size:14px;
        }
        .solve-box-imgBox img{
            height:25px;
        }
    .index-four{
        height:50vh;
    }
    .index-about{
        padding-top:80px;
    }
        .index-about .desc{
            font-size:14px;
            margin-top:25px;
        }

    .index-case-list{
        padding:0;
        margin:10px;
        padding:15px;
        border-radius:20px;
    }
    .index-case-list{
        flex-direction:column;
    }
        .index-case-list .img{
            width:160px;
            height:160px;
        }
        .index-case-list .text {
            width: 100%;
            padding:30px 0;
        }
            .index-case-list .text::before, .index-case-list .text::after{
                width:25px;
                height:28px;
            }
        .index-case-list .desc{
            font-size:14px;
        }
        .index-case-list .desc-right{
            margin-top:15px;
            font-size:16px;
        }
        .index-case-list .text .logo-img{
            position:relative;
        }
            .index-case-list .text .logo-img img{
                height:44px;
            }
    .index-case .swiper-button-next, .index-case .swiper-button-prev{
        width:45px;
        height:45px;
        line-height:45px;
    }
    .index-case .swiper-button-next{
        right:0;
    }
    .index-case .swiper-button-prev {
        left: 0;
    }
    .bx-siteM103-item ul li {
        width: 140px;
        height: 65px;
        margin: 5px;
    }

    .bx-siteM103-item {
        margin-top: 0;
    }
    .box-footer{
        padding:30px 15px;
    }
    .box-footer-input{
        max-width:400px;
        width:100%;
    }
    .footer-item {
        padding: 20px 0;
        flex-direction: column;
    }

        .footer-item .footer-nav {
            width: 100%;
            flex-wrap: wrap;
            margin-top: 15px;
            justify-content:left;
        }

    .footer-nav-list {
        width:auto;
        max-width: 150px;
        margin-bottom:20px;
        margin-right:20px
    }

        .footer-nav-list.con {
            width: 100%;
            max-width:70%;
            margin-bottom: 15px;
        }

        .footer-nav-list:nth-last-child(1), .footer-nav-list:nth-last-child(2){
           
        }

        .footer-item .footer-logo {
            display: none;
        }
    .about-five-item ul li{
        width:100% !important;
        max-width:100%;
        margin:10px 0;
    }
    .about-five-item ul{
        flex-wrap:wrap;
    }
        .about-five-item ul li .bottom .text p{
            font-size:14px;
        }
        .about-five-item ul li .bottom .text .bottom-text{
            display:block !important;
        }
    .Pro_Purchase-two-box ul li{
        width:100%;
    }
    .Pro_Purchase-two-list{
        padding:15px;
    }
        .Pro_Purchase-two-list .img{
            width:200px;
        }
        .Pro_Purchase-two-list .text .desc{
            font-size:14px;
        }
        .Pro_Purchase-two-list .text h3{
            font-size:18px;
        }
    .solve-box-list-flex{
        flex-direction:column;
    }
        .solve-box-list-flex .solve-box-list-logo{
            width:100%;
            margin-top:10px;
            margin-left:0;
        }
            .solve-box-list-flex .solve-box-list-logo ul{
                justify-content:left;
            }
            .solve-box-list-flex .solve-box-list-logo ul li {
                width: auto;
                margin-left: 0;
                margin-bottom: 10px;
                margin-right:10px;
            }

    .Pro_Purchase-four-box ul li{
        width:100%;
        margin:10px 0;
    }
    .Pro_Purchase-four-list{
        padding:20px 15px;
    }
        .Pro_Purchase-four-list .text p{
            font-size:14px;
        }
        .Pro_Purchase-four-list .text h3{
            font-size:18px;
        }
        .Pro_Purchase-four-list .img img{
            height:70px;
        }
    .Pro_Sale-one-box{
        margin:20px 0;
        flex-wrap:wrap;
    }
        .Pro_Sale-one-box .text{
            width:100%;
            font-size:14px;
            padding:15px;

        }
            .Pro_Sale-one-box .text::after {
                width: 105px;
                height: 1px;
                bottom: 0;
                top:auto;
                left:50%;
                transform: translate(-50%, 0);
            }
    .Pro_Sale-three-box ul li{
        width:100%;
        margin:0 !important;
        margin:5px 0 !important;
    }
        .Pro_Sale-three-box ul li .text{
            width:100%;
            padding:20px;
            font-size:14px;
        }
    .Pro_Sale-three-title{
        display:none;
    }
    .Pro_Sale-four-box ul li{
        width:50%;
        margin-top:15px;
    }
    .Pro_Sale-four-list{
        padding:15px;
    }
        .Pro_Sale-four-list .img img{
            height:30px;
        }
        .Pro_Sale-four-list .text h3{
            font-size:16px;
            line-height:1.5;
        }
        .Pro_Sale-four-list .text p{
            font-size:14px;
        }
    .pro-gg{
        padding:20px 0;
    }
        .pro-gg .buts{
            margin-top:20px;
        }
    .Pro_Sale-six-box ul{
        margin:0;
    }
    .Pro_Sale-six-box ul li {
        width: 100%;
        padding: 0;
        margin:5px 0;
    }
    .Pro_Sale-six-list{
        padding:30px 60px;
        padding-right:0;
    }
        .Pro_Sale-six-list h3{
            font-size:20px;
        }
        .Pro_Sale-six-list p{
            font-size:14px;

        }
    .Solution-one-box ul li{
        width:100%;
    }
    .Solution-one-list{
        padding:15px;
    }
        .Solution-one-list .img img{
            height:30px;
        }
        .Solution-one-list h3{
            font-size:20px;
        }
        .Solution-one-list p{
            font-size:14px;
        }
    .Solution-three-box{
        flex-direction:column;
        padding:20px;
    }
        .Solution-three-box .img{
            max-width:100%;
        }
        .Solution-three-box .text{
            max-width:100%;
            margin-top:15px;
            width:100%;
            text-align:center;
        }
            .Solution-three-box .text h3{
                font-size:18px;
            }
            .Solution-three-box .text p{
                font-size:14px;
            }
            .Solution-three-box .text .buts{
                margin-top:30px;
            }
    .Resource-box{
        flex-direction:column;
    }
        .Resource-box .left{
            width:100%;
        }
        .Resource-box .right{
            width:100%;
        }
        .Resource-box .left .Resource-item{
            width:100%;
        }
    .Resource-item{
        padding:15px;
    }
        .Resource-item .title{
            font-size:20px;
        }
    .Resource-text-box.img ul li a{
        font-size:14px;
    }
    .Resource-text-box ul li a{
        font-size:14px;
    }
    .Resource-text-box{
        margin-top:10px;
        height:180px;
    }
    .news-box li a .text{
        font-size:14px;
    }
    .news-box li a{
        padding:10px 0;
    }
    .pro-navOne ul li a{
        line-height:50px;
        font-size:16px;
    }
    .index-about-item{
        flex-direction:column;
    }
        .index-about-item .img{
            width:100%;
        }
        .index-about-item .text{
            width:100%;
            padding-left:0;
        }
    .index-about-text .title{
        font-size:20px;
    }
    .index-about-text .desc{
        font-size:14px;
    }
    .index-about-num ul{
        flex-wrap:wrap;
    }
        .index-about-num ul li{
            width:50%;
        }
    .index-about-num-l{
        padding:20px;
    }
        .index-about-num-l p span{
            font-size:30px;
        }
        .index-about-num-l h3{
            font-size:16px;
        }
    .about-two-box ul{
        margin:0;
    }
        .about-two-box ul li{
            width:100%;
            padding:0;
        }
            .about-two-box ul li .text p{
                font-size:16px;
            }
            .about-two-box ul li .text h3{
                font-size:20px;
            }
            .about-two-box ul li .img{
                display:none;
            }
            .about-two-box ul li .text{
                margin-bottom:10px;
            }

    .Join-list .Join-title{
        padding:15px 0;
    }
        .Join-list .Join-title h3{
            font-size:18px;
        }
        .Join-list .Join-title .Join-text{
            font-size:14px;
            margin-top:10px;
        }
    .Join-list .Join-desc{
        font-size:14px;
    }
    .about-con-box-top{
        flex-direction:column;
    }
    .about-con-box-text .p{
        font-size:20px;
    }
    .about-con-box-text .p1{
        font-size:14px;
    }
    .about-con-ewm-list{
        margin-left:0;
        margin-right:10px;
    }
        .about-con-ewm-list p{
            font-size:16px;
        }
    .login, .Register {
        max-width: 95%;
        padding: 20px;
    }

    .box-title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .login-input input {
        font-size: 14px;
    }

    .Register-input {
        display:block;
    }

        .Register-input p {
            margin-bottom: 10px;
            width: 100%;
            font-size: 14px;
            text-align: left;
        }

        .Register-input input {
            font-size: 14px;
        }

    .pl110 {
        padding-left: 0;
    }

    .Register-input select {
        font-size: 14px;
    }
    .con-pop{
        width:90%;
        padding-top:30px;
        border-radius:15px;
    }
        .con-pop ul{
            flex-wrap:wrap;
        }
            .con-pop ul li {
                width: calc(50% - 2px);
                border-bottom: 1px solid #eee;
            }
    .con-pop-list{
        padding:30px 15px;
    }
        .con-pop-list .text h3{
            font-size:16px;
        }
    .con-pop ul li:nth-last-child(1), .con-pop ul li:nth-last-child(2){
        border-bottom:none;
    }
    .con-pop .title {
        font-size: 18px;
        margin: 20px 0;
        display: none;
    }
}

.page_div {
    color: #666;
    padding-top: 10px;
    text-align: center;
}

    .page_div button {
        display: inline-block;
        min-width: 30px;
        height: 30px;
        cursor: pointer;
        color: #666;
        font-size: 13px;
        line-height: 28px;
        background-color: #f9f9f9;
        border: 1px solid #dce0e0;
        text-align: center;
        margin: 0 4px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 5px;
    }

#firstPage, #lastPage, #nextPage, #prePage {
    width: 50px;
    color: #2F318B;
    border: 1px solid #2F318B;
}

#nextPage, #prePage {
    width: 70px
}
.page_div .current {
    background-color: #2F318B;
    border-color: #2F318B;
    color: #FFF
}