* {
    margin: 0;
    padding: 0;
}


/* 轮播图 */
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #0677ff;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    position: relative;
    display: flex;
    justify-content: center;
}

.swp-ct {
    display: flex;
    position: relative;
    align-items: center;
    width: 100%;
    max-width: 1200px;
}

    .swp-ct .swp-txt {
        position: absolute;
    }

        .swp-ct .swp-txt .factory {
            font-size: 60px;
            color: #fff;
            margin-bottom: 10px;
        }

        .swp-ct .swp-txt .factory_first {
            font-size: 24px;
            color: #fff;
            margin-bottom: 50px;
        }

        .swp-ct .swp-txt .l-ty {
            display: block;
            width: 180px;
            border: 1px solid #fff;
            font-size: 22px;
            text-align: center;
            line-height: 50px;
            border-radius: 5px;
            color: #fff;
            text-decoration: none;
        }

    .swp-ct .swp-mg {
        width: 857px;
        height: 500px;
        margin: 0 auto;
        margin-right: 0;
    }

        .swp-ct .swp-mg img {
            width: 100%;
            height: 100%;
        }


/* 最新公告 */
section {
    background-image: url("../../image/Public/bg.png");
    background-repeat: no-repeat;
    background-size: cover;
}

    section .zx {
        width: 100%;
     /*   max-width: 3200px;*/
        height: 50px;
        margin: 0 auto;
        display: flex;
       /* justify-content: space-around;*/
        padding: 0 15px;
    }
        /*公告提示文字*/
        section .zx .zx-bx1 {
            width: 50px;
            height: 50px;
            white-space: nowrap;
            line-height: 50px;
            color: #595961;
        }

            section .zx .zx-bx1 span {
                font-size: 12px;
            }

        section .zx .zx-bx2 {
          
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            margin-left: 5px;
        }

            section .zx .zx-bx2 .bx2-a {
                text-decoration: none;
                font-size: 12px;
                line-height: 50px;
                color: #595961;
            }

                section .zx .zx-bx2 .bx2-a i {
                    background-image: url("../../image/Public/not_i.png");
                    background-repeat: no-repeat;
                   display: inline-block;
                    vertical-align: middle;
                    width: 10px;
                    height: 10px;
                    margin-right: 10px;
                    margin-top: -3px;
                }

    /* 产品展示 */
    section .cp {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 50px;
    }

        section .cp .cp-p1 {
            font-size: 30px;
            margin: 0 0 20px 0;
            text-align: center;
        }

        section .cp .cp-p2 {
            font-size: 18px;
            text-align: center;
            width: 100%;
        }

        section .cp .cp-bx {
            width: 100%;
            height: 100%;
            display: flex;
            margin-top: 20px;
            flex-wrap: wrap;
            justify-content: center;
        }

            section .cp .cp-bx .cp-bx1 {
                width: 400px;
                height: 100%;
                display: flex;
                padding: 0 20px 0 0;
            }

.cp-bx1:nth-of-type(3n+3) {
    padding-right: 0px !important;
    margin-right: 0px !important;
}

section .cp .cp-bx .cp-bx1 .cp-bx1-bx {
    flex: 1;
    margin-bottom: 30px;
    background-color: #fff;
    overflow: hidden;
}

    section .cp .cp-bx .cp-bx1 .cp-bx1-bx .tp {
        height: 80px;
        width: 100%;
        /*min-height:80px;
        max-height: 120px; */       
        background-image: url("../../image/Public/header (1).png");
        background-repeat: no-repeat;
        background-size: cover;
    }

        section .cp .cp-bx .cp-bx1 .cp-bx1-bx .tp .tp-p {
            color: #fff;
            box-sizing: border-box;
            padding-top: 15px;
            padding-left: 20px;
        }

    section .cp .cp-bx .cp-bx1 .cp-bx1-bx .ct {
        height: 290px;
        background-color: #fff;
        overflow: hidden;
    }

        section .cp .cp-bx .cp-bx1 .cp-bx1-bx .ct .ct-a {
            display: block;
            text-decoration: none;
            line-height: 40px;
            padding: 0 10px;
            color: #70747d;
            font-size: 12px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

            section .cp .cp-bx .cp-bx1 .cp-bx1-bx .ct .ct-a:first-child {
                margin-top: 10px;
            }

            section .cp .cp-bx .cp-bx1 .cp-bx1-bx .ct .ct-a .ct-a-pan {
                display: inline-block;
                width: 4px;
                height: 4px;
                background: #fff;
                border-radius: 50%;
                border-width: 3px;
                border-style: solid;
                box-shadow: 0 15px 20px 0 rgb(2 31 65 / 10%);
                -webkit-box-shadow: 0 15px 20px 0 rgb(2 31 65 / 10%);
                -moz-box-shadow: 0 15px 20px 0 rgba(2, 31, 65, .1);
                -o-shadow: 0 15px 20px 0 rgba(2, 31, 65, .1);
                -ms-shadow: 0 15px 20px 0 rgba(2, 31, 65, .1);
                margin-right: 10px;
                border-color: rgb(33, 87, 247);
            }

    section .cp .cp-bx .cp-bx1 .cp-bx1-bx .bt {
        height: 40px;
        display: flex;
    }

        section .cp .cp-bx .cp-bx1 .cp-bx1-bx .bt .bt-a {
            display: block;
            width: 320px;
            border-top: 1px solid #f2f3f5;
            margin: 0 20px;
            text-decoration: none;
            color: #595961;
            font-size: 12px;
            line-height: 40px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

            section .cp .cp-bx .cp-bx1 .cp-bx1-bx .bt .bt-a p {
                margin: 0 0 !important;
            }

            section .cp .cp-bx .cp-bx1 .cp-bx1-bx .bt .bt-a .img {
                width: 6px;
                height: 6px;
                transform: rotate(-90deg);
            }
/* 地图 */

.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.wrapper {
    background-color: #f1f1f5;
    margin-top: 100px;
}

.ibox-title {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -webkit-border-image: none;
    -o-border-image: none;
    border-image: none;
    color: #595961;
    margin-bottom: 0;
    padding: 50px 15px 7px;
    min-height: 48px;
    text-align: center;
}

.ibox-content {
    background-color: #f1f1f5;
    color: inherit;
    padding: 15px;
    border-color: #e7eaec;
    -webkit-border-image: none;
    -o-border-image: none;
    border-image: none;
}

.ibox-title p {
    font-size: 18px;
    margin-top: 20px;
}



/* 商品、图片库 */
section .goods {
    height: 100%;
    background-image: url("../../image/Public/bg-ds2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 20px;
    padding-bottom: 40px;
}

    section .goods .gd-bx {
        width: 100%;
        max-width: 1200px;
        height: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        section .goods .gd-bx .gd-bx-p1 {
            font-size: 30px;
            margin-bottom: 20px;
            color: #fff;
            margin-top: 100px;
        }

        section .goods .gd-bx .gd-bx-p2 {
            font-size: 18px;
            color: #fff;
            margin-bottom: 50px;
        }

        section .goods .gd-bx .gd-tab {
            width: 100%;
            height: 100%;
            display: flex;
            padding: 0 15px;
        }

            section .goods .gd-bx .gd-tab .gd-tab-lf {
                flex: 1;
                height: 480px;
                border-right: 4px solid #a9a9a9;
            }

                section .goods .gd-bx .gd-tab .gd-tab-lf .lf-bx {
                    width: 120px;
                    height: 40px;
                    line-height: 40px;
                    text-align: center;
                    margin-bottom: 10px;
                    cursor: pointer;
                    font-size: 16px;
                    border-radius: 2px;
                    font-weight: 700;
                }

.on {
    background-color: #0677ff;
}

section .goods .gd-bx .gd-tab .gd-tab-lf .lf-bx p {
    color: #fff;
}

section .goods .gd-bx .gd-tab .gd-tab-rg {
    flex: 7;
    height: 480px;
    position: relative;
}

    section .goods .gd-bx .gd-tab .gd-tab-rg .rg-bx {
        height: 100%;
        padding-left: 58px;
        position: absolute;
        display: none;
    }

    section .goods .gd-bx .gd-tab .gd-tab-rg .rg-bx1 {
        z-index: 99;
        display: block;
        height: 100%;
    }

    section .goods .gd-bx .gd-tab .gd-tab-rg .rg-bx .rgb-tp {
        width: 100%;
    }

        section .goods .gd-bx .gd-tab .gd-tab-rg .rg-bx .rgb-tp .tp-bx1 {
            width: 100%;
            display: flex;
            justify-content: space-between;
        }

            section .goods .gd-bx .gd-tab .gd-tab-rg .rg-bx .rgb-tp .tp-bx1 .pn {
                color: #fff;
                font-size: 26px;
            }

            section .goods .gd-bx .gd-tab .gd-tab-rg .rg-bx .rgb-tp .tp-bx1 .a1 {
                display: block;
                width: 80px;
                height: 25px;
                text-decoration: none;
                color: #fff;
                border: 1px solid #fff;
                box-sizing: border-box;
                text-align: center;
                font-size: 12px;
                line-height: 25px;
                margin-bottom: 30px;
            }

        section .goods .gd-bx .gd-tab .gd-tab-rg .rg-bx .rgb-tp .tp-bx2 {
            width: 100%;
        }

            section .goods .gd-bx .gd-tab .gd-tab-rg .rg-bx .rgb-tp .tp-bx2 .p1 {
                color: #fff;
                font-size: 16px;
                line-height: 30px;
                min-width: 950px;
            }

    section .goods .gd-bx .gd-tab .gd-tab-rg .rg-bx .rgb-bt {
        width: 100%;
        max-width: 950px;
        margin-top: 30px;
        display: flex;
        flex-wrap: wrap;
    }

        section .goods .gd-bx .gd-tab .gd-tab-rg .rg-bx .rgb-bt .bt-bx1 {
            display: block;
            text-decoration: none;
            color: #fff;
            width: 12.5%;
            height: 116px;
            margin-right: 10px;
            margin-bottom: 20px;
        }

            section .goods .gd-bx .gd-tab .gd-tab-rg .rg-bx .rgb-bt .bt-bx1 .bt-bx1-mg {
                width: 70px;
                height: 70px;
                margin: 0 auto;
            }

                section .goods .gd-bx .gd-tab .gd-tab-rg .rg-bx .rgb-bt .bt-bx1 .bt-bx1-mg img {
                    width: 100%;
                    height: 100%;
                }

            section .goods .gd-bx .gd-tab .gd-tab-rg .rg-bx .rgb-bt .bt-bx1 .bt-bx1-p {
                width: 110px;
                margin-top: 14px;
                font-size: 12px;
                color: #fff;
                text-align: center;
            }

.gds {
    width: 100%;
    display: none;
}

    .gds .gds-tp {
        width: 100%;
        display: flex;
        justify-content: space-around;
        margin-bottom: 20px;
    }

        .gds .gds-tp .gds-tp-a {
            display: block;
            flex: 1;
            height: 40px;
            text-decoration: none;
            color: #fff;
            text-align: center;
            line-height: 40px;
            border-radius: 5px;
        }

.onn {
    background-color: #0677ff;
}

.gds .gds-bt {
    width: 100%;
    height: 300px;
    position: relative;
}

    .gds .gds-bt .gds-bt-bx {
        width: 100%;
        height: 100%;
        position: absolute;
    }

        .gds .gds-bt .gds-bt-bx .gds-bx2 {
            width: 100%;
            height: 260px;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }

            .gds .gds-bt .gds-bt-bx .gds-bx2 .bt-bx1 {
                width: 29.5%;
                margin: 10px 0;
            }

                .gds .gds-bt .gds-bt-bx .gds-bx2 .bt-bx1 .bt-bx1-mg {
                    width: 70px;
                    height: 70px;
                    margin: 0 auto;
                }

                    .gds .gds-bt .gds-bt-bx .gds-bx2 .bt-bx1 .bt-bx1-mg img {
                        width: 100%;
                        height: 100%;
                    }

                .gds .gds-bt .gds-bt-bx .gds-bx2 .bt-bx1 .bt-bx1-p {
                    font-size: 12px;
                    color: #fff;
                    width: 70px;
                    text-align: left;
                    margin: 10px auto 0 auto;
                }

        .gds .gds-bt .gds-bt-bx .tp-bx1 {
            display: flex;
            justify-content: flex-end;
        }

            .gds .gds-bt .gds-bt-bx .tp-bx1 .a1 {
                display: block;
                width: 80px;
                height: 25px;
                text-decoration: none;
                color: #fff;
                border: 1px solid #fff;
                box-sizing: border-box;
                text-align: center;
                font-size: 12px;
                line-height: 23px;
                margin-right: 20px;
            }

    .gds .gds-bt .gds-bt-bx1 {
        z-index: 99;
    }

section .cp .cp-bx .cp-bx2 {
    width: 25%;
    border: 1px solid #ccc;
    position: relative;
    border-right: 0px solid #ccc;
    box-sizing: border-box;
    overflow: hidden;
}

.cp-bx2:nth-of-type(4n+4) {
    border-right: 1px solid #ccc !important;
}

section .cp .cp-bx .cp-bx2 .cp-bx2-bx {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
}

    section .cp .cp-bx .cp-bx2 .cp-bx2-bx .bx2-bx-mg {
        width: 36px;
        height: 36px;
        margin-top: 40px;
        margin-bottom: 20px;
    }

        section .cp .cp-bx .cp-bx2 .cp-bx2-bx .bx2-bx-mg img {
            width: 100%;
            height: 100%;
        }

    section .cp .cp-bx .cp-bx2 .cp-bx2-bx .f4-hr {
        border: none;
        width: 52px;
        height: 1px;
        font-size: 1px;
        background-color: #e3e2e5;
        margin: 22px auto;
    }

    section .cp .cp-bx .cp-bx2 .cp-bx2-bx .p2 {
        font-size: 14px;
        margin-bottom: 20px;
    }

section .cp .cp-bx .cp-bx2 .cp-bx2-move {
    position: absolute;
    border: 1px solid #0677ff;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    opacity: 0;
}

.cp-bx2:hover .cp-bx2-move {
    opacity: 1 !important;
}

.cp-bx2:hover .cp-bx2-bx {
    width: 450px !important;
    border: 0px solid #ccc !important;
}

section .cp .cp-bx .cp-bx2 .cp-bx2-move .move-bx {
    display: flex;
    border-bottom: 1px solid #ccc;
    margin: 20px 0;
}

section .cp .cp-bx .cp-bx2 .cp-bx2-move .cp-bx2-Descr {
}

    section .cp .cp-bx .cp-bx2 .cp-bx2-move .cp-bx2-Descr .Descr-p1 {
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 10;
    }

section .cp .cp-bx .cp-bx2 .cp-bx2-move .cp-bx2-Details {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    margin: auto;
}
/* 强大的研发实力，安全稳定可靠的系统支持 */
.team {
    width: 100%;
    height: 100%;
    background: #262730;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .team p {
        color: #fff;
        text-align: center;
    }

    .team .team_1 {
        font-size: 30px;
        margin-top: 100px;
    }

    .team .team_2 {
        font-size: 18px;
        margin-top: 30px;
    }

    .team .team_3 {
        width: 100%;
        max-width: 1000px;
        margin-top: 50px;
        margin-bottom: 40px;
        display: flex;
        justify-content: space-around;
    }

        .team .team_3 div {
            width: 20%;
        }

.actF7_bx-p {
    font-size: 36px;
}

/* 空白框 */
.actF7 {
    margin: 100px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .actF7 .actF7_1 {
        width: 100%;
        max-width: 1200px;
        flex-wrap: wrap;
        display: flex;
        justify-content: center;
    }

        .actF7 .actF7_1 .actF7_bx .actF7_bx-p {
            font-size: 36px;
        }

        .actF7 .actF7_1 .actF7_bx {
            width: 25%;
        }

            .actF7 .actF7_1 .actF7_bx p {
                text-align: center;
            }

        .actF7 .actF7_1 .actF7_div {
        }

/* 1+N系列产品 */
.product {
    padding-bottom: 50px;
    background: url("../../image/Views/certificate_bg@2x.png") center no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .product .p-c {
        width: 100%;
        max-width: 1200px;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

        .product .p-c .pc-t {
            display: flex;
            justify-content: center;
            margin-top: 80px;
        }

            .product .p-c .pc-t .pc-t-p {
                font-weight: 400;
                font-size: 30px;
                color: #595961;
            }

        .product .p-c .pc-b {
            display: flex;
            margin-top: 56px;
            justify-content: space-around;
            width: 100%;
            flex-wrap: wrap;
        }

            .product .p-c .pc-b .pcb-box {
                width:30%;
                display: block;
                text-decoration: none;
                flex-wrap: wrap;
                border-radius: 5px;
                padding: 10px 10px 0 10px;
            }

.pcb-box:hover {
    background-color: #fff;
}

    .pcb-box:hover .pcbt-tp {
        color: #0677ff !important;
    }

.product .p-c .pc-b .pcb-box .pcb-mg {
    margin: 0 auto;
}

    .product .p-c .pc-b .pcb-box .pcb-mg .pb-mg {
        height: auto;
        width: 100%;
        margin: auto;
        display: block;
    }

.product .p-c .pc-b .pcbt-p-tx {
    text-align: center;
}

    .product .p-c .pc-b .pcbt-p-tx .pcbt-tp {
        font-size: 14px;
        font-weight: 400;
        color: #9797a1;
        margin-top: 10px;
    }

/* 为全球 会员 */
.global {
    height: 220px;
    background: url("../../image/Views/f8-bg2.jpg") center no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .global p {
        color: #fff;
        font-size: 25px;
    }

    .global .global_1 {
        letter-spacing: 40px;
        margin-top: 20px;
    }

/* 商城、订货、批发、 */
.mall {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .mall .ma-center {
        width: 100%;
        max-width: 1200px;
        display: flex;
        flex-direction: column;
    }

        .mall .ma-center .ma-t {
            width: 100%;
            margin-top: 80px;
            display: flex;
            justify-content: center;
        }

            .mall .ma-center .ma-t .ma-t-txt {
                font-size: 30px;
                color: #595961;
            }

        .mall .ma-center .ma-b {
            margin-top: 80px;
            margin-bottom: 50px;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-around;
            width: 100%;
        }

            .mall .ma-center .ma-b .ma-b-a {
                text-decoration: none;
                display: block;
                margin-bottom: 20px;
            }

            .mall .ma-center .ma-b .ma-b-mg {
                width: 100%;
            }

/* 新动态 */
.New {
    height: 530px;
    background-color: #f4f4f7;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .New .New-center {
        width: 100%;
        max-width: 1200px;
        display: flex;
        flex-direction: column;
    }

        .New .New-center .New-c-t {
            width: 100%;
            display: flex;
            justify-content: center;
        }

            .New .New-center .New-c-t .New-c-t-p {
                font-size: 30px;
                color: #595961;
                margin-top: 50px;
                box-sizing: border-box;
            }

        .New .New-center .new-l {
            display: flex;
            margin-top: 50px;
        }

            .New .New-center .new-l .new-l-bx {
                flex: 1;
                width: 400px;
                padding-right: 20px;
            }

.new-l-bx:nth-of-type(3n+3) {
    padding-right: 0px !important;
}

.New .New-center .new-l .new-l-bx .bx-mg1 {
    height: 130px;
    background-image: url("../../image/Views/1335223507.png");
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 5px;
}

.New .New-center .new-l .new-l-bx .bx-mg2 {
    height: 130px;
    background-image: url("../../image/Views/1335452580.png");
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 5px;
}

.New .New-center .new-l .new-l-bx .bx-mg3 {
    height: 130px;
    background-image: url("../../image/Views/1335571526.png");
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 5px;
}

.New .New-center .new-l .new-l-bx .bx-txt {
    margin: 40px 0px 0;
}

    .New .New-center .new-l .new-l-bx .bx-txt .txt-bx {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
    }

        .New .New-center .new-l .new-l-bx .bx-txt .txt-bx .bx-sp1 {
            font-size: 12px;
        }

        .New .New-center .new-l .new-l-bx .bx-txt .txt-bx .bx-a1 {
            color: #000;
            font-size: 14px;
            white-space: nowrap;
            text-decoration: none;
            overflow: hidden;
            text-overflow: ellipsis;
        }
/* 立即注册 */
.register {
    height: 140px;
    background-color: #2589ff;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .register .regis {
        width: 100%;
        max-width: 1200px;
        display: flex;
        justify-content: center;
    }

        .register .regis span {
            color: white;
            font-size: 30px;
        }

        .register .regis a {
            text-decoration: none;
            color: #fff;
            display: inline-block;
            width: 166px;
            height: 38px;
            border: 1px solid #fff;
            text-align: center;
            line-height: 38px;
            margin-left: 40px;
            border-radius: 3px;
        }

.re-a:hover {
    color: #0677ff;
    background-color: #fff;
}



@media screen and (max-width:556px) {
    /*轮播*/
    .swp-ct {
        padding: 140px 0;
    }

        .swp-ct .swp-txt .factory {
            font-size: 20px;
        }

        .swp-ct .swp-txt .factory_first {
            font-size: 14px;
            margin-bottom: 32px;
        }

        .swp-ct .swp-txt .l-ty {
            width: 84px;
            line-height: 28px;
            font-size: 14px;
        }

        .swp-ct .swp-txt {
            margin-left: 15px;
        }

        .swp-ct .swp-mg {
            width: 50%;
            height: auto;
        }
    /*公告*/
    section .zx {
        display: none;
    }
    /*产品*/
    section .cp {
        padding-top: 30px;
    }

        section .cp .cp-p1 {
            font-size: 18px;
            margin-bottom: 6px;
        }

        section .cp .cp-p2 {
            font-size: 12px;
        }

        section .cp .cp-bx {
            padding: 0 15px;
        }

            section .cp .cp-bx .cp-bx1 {
                width: 49%;
                margin: 0 0 0 2%;
                padding: 0;
            }

                section .cp .cp-bx .cp-bx1:nth-child(odd) {
                    margin-left: 0;
                }

                section .cp .cp-bx .cp-bx1 .cp-bx1-bx .tp {
                    background-size: inherit;
                }
    /*活动*/
    .gd-tab {
        display: none !important;
    }

    .gds {
        display: block;
        padding: 0 15px;
    }

    section .goods .gd-bx .gd-bx-p1 {
        font-size: 26px;
        text-align: center;
        padding: 0 15px;
        margin-top: 50px;
    }

    section .goods .gd-bx .gd-bx-p2 {
        font-size: 16px;
        text-align: center;
        padding: 0 30px;
    }
    /*软件推荐*/
    section .cp .cp-bx .cp-bx2 {
        width: 50%;
        border-right: 1px solid #cccccc;
    }

        section .cp .cp-bx .cp-bx2:nth-child(2n) {
            border-left: none;
        }

        section .cp .cp-bx .cp-bx2:nth-child(3) {
            border-top: none;
        }

        section .cp .cp-bx .cp-bx2:nth-child(4) {
            border-top: none;
        }
    /*系统支持*/
    .team .team_1 {
        font-size: 26px;
        margin-top: 50px;
    }

    .team .team_2 {
        margin-top: 10px;
    }
    /*地图*/
    .wrapper {
        margin-top: 50px;
    }

    .ibox-title h1 {
        font-size: 18px;
    }

    .ibox-title p {
        font-size: 12px;
    }

    /*系统支持*/
    .team .team_1 {
        font-size: 18px;
        margin-top: 50px;
    }

    .team .team_2 {
        font-size: 12px;
        margin-top: 10px;
    }

    .actF7_bx-p {
        font-size: 24px;
    }

    .team .team_3 p + p {
        font-size: 12px;
    }

    /*数量*/
    .actF7 .actF7_1 .actF7_bx .actF7_bx-p {
        font-size: 24px;
    }

    /*产品1*/
    .product .p-c {
        padding: 0 15px;
    }

        .product .p-c .pc-b .pcb-box {
            width: auto;
            margin-right: 0;
            width: 50%;
        }

            .product .p-c .pc-b .pcb-box .pcb-mg {
                width: auto;
                height: auto;
            }

                .product .p-c .pc-b .pcb-box .pcb-mg .pb-mg {
                    width: 100%;
                    height: auto;
                    margin: auto;
                    display: block;
                }

        .product .p-c .pc-t {
            margin-top: 50px;
        }

            .product .p-c .pc-t .pc-t-p {
                font-size: 18px;
            }

        .product .p-c .pc-b {
            margin-top: 30px;
        }

    /*全球*/
    .global p {
        font-size: 18px;
    }

    .global .global_1 {
        letter-spacing: 10px;
    }

    /*软件*/
    .mall .ma-center {
        padding: 0 15px;
    }

        .mall .ma-center .ma-t {
            margin-top: 50px;
        }

            .mall .ma-center .ma-t .ma-t-txt {
                font-size: 18px;
            }

        .mall .ma-center .ma-b .ma-b-a {
            padding: 0 10px;
            width: 50%;
        }
    /*新闻*/
    .New {
        height: auto;
    }

        .New .New-center {
            padding: 0 15px;
        }

            .New .New-center .new-l {
                flex-direction: column;
            }

                .New .New-center .new-l .new-l-bx {
                    width: 100%;
                    padding-right: 0;
                    margin-bottom: 20px;
                }

            .New .New-center .New-c-t .New-c-t-p {
                font-size: 18px;
            }

    /*注册*/
    .register {
        display: none;
    }
}




@media screen and (min-width:557px) and (max-width:768px) {
    /*轮播*/
    .swp-ct {
        padding: 30px 0;
    }

        .swp-ct .swp-txt .factory {
            font-size: 28px;
        }

        .swp-ct .swp-txt .factory_first {
            font-size: 18px;
        }

        .swp-ct .swp-txt .l-ty {
            width: 110px;
            line-height: 32px;
            font-size: 16px;
        }

        .swp-ct .swp-txt {
            margin-left: 15px;
        }

        .swp-ct .swp-mg {
            width: 50%;
            height: auto;
        }
    /*公告*/
    section .zx {
        display: none;
    }
    /*产品*/
    section .cp .cp-p1 {
        font-size: 26px;
        margin-bottom: 6px;
    }

    section .cp .cp-p2 {
        font-size: 16px;
    }
    /*产品*/
    section .cp .cp-bx {
        padding: 0 15px;
    }

        section .cp .cp-bx .cp-bx1 {
            width: 47%;
            margin: 0 1.5%;
            padding: 0;
        }

            section .cp .cp-bx .cp-bx1:nth-child(2n) {
                margin-left: 0;
            }

            section .cp .cp-bx .cp-bx1 .cp-bx1-bx .tp {
                background-size: inherit;
            }

    /*活动*/
    .gd-tab {
        display: none !important;
    }

    .gds {
        display: block;
        padding: 0 15px;
    }

    section .goods .gd-bx .gd-bx-p1 {
        font-size: 26px;
        text-align: center;
        padding: 0 15px;
        margin-top: 50px;
    }

    section .goods .gd-bx .gd-bx-p2 {
        font-size: 16px;
        text-align: center;
        padding: 0 30px;
    }
    /*软件推荐*/
    section .cp .cp-bx .cp-bx2 {
        width: 50%;
        border-right: 1px solid #cccccc;
    }

        section .cp .cp-bx .cp-bx2:nth-child(2n) {
            border-left: none;
        }

        section .cp .cp-bx .cp-bx2:nth-child(3) {
            border-top: none;
        }

        section .cp .cp-bx .cp-bx2:nth-child(4) {
            border-top: none;
        }
    /*地图*/
    .wrapper {
        margin-top: 50px;
    }

    .ibox-title h1 {
        font-size: 26px;
    }

    .ibox-title p {
        font-size: 16px;
    }

    /*系统支持*/
    .team .team_1 {
        font-size: 26px;
        margin-top: 50px;
    }

    .team .team_2 {
        margin-top: 10px;
    }

    /*产品1*/
    .product .p-c {
        padding: 0 15px;
    }

        .product .p-c .pc-b .pcb-box {
            width: auto;
            margin-right: 0;
        }

            .product .p-c .pc-b .pcb-box .pcb-mg {
                width: auto;
                height: auto;
            }

                .product .p-c .pc-b .pcb-box .pcb-mg .pb-mg {
                    width: auto;
                    height: auto;
                    margin: auto;
                    display: block;
                }

        .product .p-c .pc-t {
            margin-top: 50px;
        }

            .product .p-c .pc-t .pc-t-p {
                font-size: 26px;
            }


    /*全球*/
    .global .global_1 {
        letter-spacing: 14px;
    }

    /*软件*/
    .mall .ma-center {
        padding: 0 15px;
    }

        .mall .ma-center .ma-t {
            margin-top: 50px;
        }

            .mall .ma-center .ma-t .ma-t-txt {
                font-size: 26px;
            }

    /*新闻*/
    .New {
        height: auto;
    }

        .New .New-center {
            padding: 0 15px;
        }

            .New .New-center .new-l {
                flex-direction: column;
            }

                .New .New-center .new-l .new-l-bx {
                    width: 100%;
                    padding-right: 0;
                    margin-bottom: 20px;
                }

            .New .New-center .New-c-t .New-c-t-p {
                font-size: 26px;
            }

    /*注册*/
    .register {
        display: none;
    }
}

@media screen and (min-width:639px) and (max-width:768px) {
    section .cp .cp-bx .cp-bx1 .cp-bx1-bx .tp {
        background-size: cover;
    }
}




@media screen and (min-width:769px) and (max-width:996px) {
    /*轮播*/
    .swp-ct {
        padding: 20px 0;
    }

        .swp-ct .swp-txt .factory {
            font-size: 30px;
        }

        .swp-ct .swp-txt .l-ty {
            width: 150px;
            line-height: 42px;
            font-size: 18px;
        }

        .swp-ct .swp-txt {
            margin-left: 15px;
        }

        .swp-ct .swp-mg {
            width: 50%;
            height: auto;
        }
    /*产品*/
    section .cp .cp-bx {
        padding: 0 15px;
    }

        section .cp .cp-bx .cp-bx1 {
            width: 32%;
            margin: 0 2% 0 0;
            padding: 0;
        }

            section .cp .cp-bx .cp-bx1:nth-child(3n) {
                margin-left: 0;
            }

            section .cp .cp-bx .cp-bx1 .cp-bx1-bx .tp {
                background-size: inherit;
            }
    /*活动*/
    section .goods .gd-bx .gd-bx-p1 {
        font-size: 28px;
    }

    section .goods .gd-bx .gd-tab .gd-tab-rg .rg-bx {
        padding-left: 30px;
    }
    /*地图*/
    .wrapper {
        margin-top: 50px;
    }

    .ibox-title h1 {
        font-size: 26px;
    }

    /*系统支持*/
    .team .team_1 {
        font-size: 26px;
        margin-top: 50px;
    }

    .team .team_2 {
        margin-top: 10px;
    }
    /*产品1*/
    .product .p-c .pc-b .pcb-box {
        width: auto;
        padding: 0 15px;
    }

        .product .p-c .pc-b .pcb-box .pcb-mg {
            width: auto;
            height: auto;
        }

            .product .p-c .pc-b .pcb-box .pcb-mg .pb-mg {
                width: 100%;
                height: auto;
                margin: auto;
                display: block;
            }

    /*全球*/
    .global .global_1 {
        letter-spacing: 18px;
    }

    /*新闻*/
    .New {
        height: auto;
    }

        .New .New-center {
            padding: 0 15px;
        }

            .New .New-center .new-l {
            }

                .New .New-center .new-l .new-l-bx {
                    width: 33%;
                    padding-right: 2%;
                }


    /*注册*/
    .register .regis {
        padding: 0 15px;
    }
}

@media screen and (min-width:920px) and (max-width:996px) {
    section .cp .cp-bx .cp-bx1 .cp-bx1-bx .tp {
        background-size: cover;
    }
}

@media screen and (min-width:997px) and (max-width:1200px) {
    /*轮播*/
    .swp-ct .swp-txt .factory {
        font-size: 45px;
    }

    .swp-ct .swp-txt .l-ty {
        width: 150px;
        line-height: 42px;
        font-size: 18px;
    }

    .swp-ct .swp-mg {
        width: 50%;
        height: auto;
    }

    .swp-ct .swp-txt {
        margin-left: 15px;
    }

    /*产品*/
    section .cp .cp-bx {
        padding: 0 15px;
    }

        section .cp .cp-bx .cp-bx1 {
            width: 32%;
            margin: 0 2% 0 0;
            padding: 0;
        }

            section .cp .cp-bx .cp-bx1:nth-child(3n) {
                margin-left: 0;
            }

    .ibox-title h1 {
        font-size: 30px;
    }
    /*产品2*/
    .product .p-c {
        padding: 0 15px;
    }

    /*新闻*/
    .New .New-center {
        padding: 0 15px;
    }

        .New .New-center .new-l {
            justify-content: space-around;
            align-items: center;
        }

            .New .New-center .new-l .new-l-bx {
                width: 30%;
                padding-right: 15px;
            }
}
