* {
    margin: 0;
    padding: 0;
}

section {
    width: 100%;
    height: 100%;
}

    section .lst-bx {
        width: 100%;
        height: 260px;
        background-image: url("../../Image/Views/productbanner.png");
        background-repeat: no-repeat;
        background-size: cover;
    }

        section .lst-bx .bx-dv {
            width: 1200px;
            height: 100%;
            margin: 0 auto;
            display: flex;
            flex-direction: column;
            justify-content: center;
            border-bottom: 1px solid rgba(207, 215, 230, 1);
        }

            section .lst-bx .bx-dv .bx-p1 {
                font-size: 48px;
                margin-top: 70px;
                margin-bottom: 10px;
            }

            section .lst-bx .bx-dv .bx-p2 {
                font-size: 14px;
                color: #999;
            }

    section .lst-bxb {
        width: 100%;
        height: 100%;
    }

        section .lst-bxb .bxb-dv {
            width: 1200px;
            height: 100%;
            margin: 0px auto;
            display: flex;
            flex-wrap: wrap;
            padding:40px 0;
        }

            section .lst-bxb .bxb-dv .dv-bx1 {
                width: 389px;
                height: 320px;
                box-shadow: 0px 2px 12px 0px rgba(43, 79, 120, 0.1);
                display: flex;
                flex-direction: column;
                margin-bottom: 20px;
                margin-right:16px;
                box-sizing: border-box;
            }

                section .lst-bxb .bxb-dv .dv-bx1 .bx1-bx {
                    width: 100%;
                    flex: 1;
                }

                section .lst-bxb .bxb-dv .dv-bx1 .bx1-bx2 {
                    flex: 2;
                    height: 60px;
                    overflow: hidden;
                    display: flex;
                    flex-direction: column;
                }

                section .lst-bxb .bxb-dv .dv-bx1 .bx1-bx .bx-p3 {
                    font-size: 20px;
                    font-weight: 500;
                    color: rgba(44, 49, 56, 1);
                    margin-left: 20px;
                    margin-top: 20px;
                    margin-bottom: 10px;
                }

                section .lst-bxb .bxb-dv .dv-bx1 .bx1-bx .bx-p4 {
                    height: 48px;
                    -webkit-line-clamp: 2;
                    line-clamp: 2;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    font-size: 14px;
                    font-weight: 400;
                    letter-spacing: 0px;
                    line-height: 24px;
                    color: rgba(135, 142, 163, 1);
                    text-align: left;
                    vertical-align: top;
                    margin-left: 20px;
                    margin-right: 10px;
                    margin-top: 10px;
                    margin-bottom: 10px;
                }

                section .lst-bxb .bxb-dv .dv-bx1 .bx1-bx .bx-a3 {
                    font-size: 14px;
                    font-weight: 400;
                    letter-spacing: 0px;
                    line-height: 20px;
                    color: rgba(0, 94, 255, 1);
                    text-align: left;
                    vertical-align: top;
                    text-decoration: none;
                    margin-left: 20px;
                    margin-top: 10px;
                    margin-bottom: 10px;
                }

                section .lst-bxb .bxb-dv .dv-bx1 .bx1-bx .bx-bxb {
                    float: right;
                    width: 48px;
                    height: 48px;
                    margin-right: 20px;
                    margin-top: 10px;
                    margin-bottom: 10px;
                }

                    section .lst-bxb .bxb-dv .dv-bx1 .bx1-bx .bx-bxb .bxb-mg {
                        width: 100%;
                        height: 100%;
                    }

@media screen and (max-width:768px) {
    /* 中间内容部分*/
    .lst-bx {
        height: 145px !important;
    }

    .bx-dv {
        width: 100% !important;
    }

    .bx-p1 {
        margin-top: 0px !important;
        margin-left: 10px;
    }

    .bx-p2 {
        margin-left: 10px;
        margin-right: 10px;
    }

    .bxb-dv {
        width: 100% !important;
        margin: 0px auto !important;
    }

    .dv-bx1 {
        width: 95% !important;
        margin: 10px auto !important;
    }
    /* 底部*/

}

@media screen and (min-width:768px) and (max-width:992px) {
    /* 中间内容*/
    .bxb-dv {
        width: 100% !important;
        justify-content: center !important;
    }

    .dv-bx1 {
        width: 31% !important;
        margin-left: 15px;
    }

    .bx-dv {
        width: 100% !important;
        padding-left: 10px !important;
    }
}

@media screen and (min-width:992px) and (max-width:1200px) {
    /* 中间内容*/
    .bxb-dv {
        width: 100% !important;
    }

    .dv-bx1 {
        width: 31% !important;
        margin-left: 15px;
    }

    .bx-dv {
        width: 100% !important;
        padding-left: 10px !important;
    }
}

@media screen and (min-width:1201px) {
    .dv-bx1:nth-of-type(3n+3) {
        margin-right: 0px !important;
    }
}

           









 

    section .se-bx1 {
        width: 100%;
        background: rgba(240, 247, 252, 1);
    }

        section .se-bx1 .bx1-d {
            width: 100%;
            display: flex;
            max-width: 1200px;
            margin: 0 auto;
        }

        section .se-bx1 .bx1-d1 {
            flex: 2;
            height: 260px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

            section .se-bx1 .bx1-d1 .d1-p1 {
                font-size: 48px;
                font-weight: 400;
                color: rgba(0, 0, 0, 1);
                margin-bottom: 10px;
            }

            section .se-bx1 .bx1-d1 .d1-p2 {
                font-size: 16px;
                font-weight: 400;
                color: rgba(74, 82, 89, 1);
                margin-bottom: 30px;
            }
            /* 搜索框 */
            section .se-bx1 .bx1-d1 .inp-bx {
                position: relative;
                margin: 0 auto;
            }

                section .se-bx1 .bx1-d1 .inp-bx .inp {
                    width: 600px;
                    height: 40px;
                    outline: none;
                    text-indent: 1em;
                }

                section .se-bx1 .bx1-d1 .inp-bx .inp-s {
                    position: absolute;
                    left: 92%;
                }

        section .se-bx1 .bx1-d2 {
            flex: 1;
            height: 100%;
            overflow: hidden;
        }

            section .se-bx1 .bx1-d2 .d2-mg {
                width: 477px;
                height: 260px;
                margin-top: 15px;
            }

                section .se-bx1 .bx1-d2 .d2-mg img {
                    width: 100%;
                    height: 100%;
                }

    section .se-bx2 {
        width: 100%;
        height: 100%;
        background-color: rgba(235, 236, 237, 1);
    }

        section .se-bx2 .bx2-d {
            max-width: 1200px;
            width: 100%;
            margin: 0 auto;
            display: flex;
        }

            section .se-bx2 .bx2-d .d-lf {
                width: 225px;
                background-color: #fff;
                margin: 24px 0px 70px 0px;
            }

.glyphicon {
    line-height: 40px !important;
    padding-right: 5px !important;
    padding-left: 20px !important;
}

section .se-bx2 .bx2-d .d-lf .lf-bx {
    width: 224px;
    height: 40px;
    cursor: pointer;
}

    section .se-bx2 .bx2-d .d-lf .lf-bx .bx-sp {
        color: rgba(0, 94, 255, 1) !important;
    }

section .se-bx2 .bx2-d .d-rg {
    width: 975px;
    height: 100%;
    padding-left: 20px;
}

    section .se-bx2 .bx2-d .d-rg .rg-d {
        width: 100%;
        height: 100%;
        display: none;
    }

    section .se-bx2 .bx2-d .d-rg .rg-d1 {
        display: block;
    }

    section .se-bx2 .bx2-d .d-rg .rg-d .new-main {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

        section .se-bx2 .bx2-d .d-rg .rg-d .new-main .item-BX {
            width: 470px;
            margin-right: 15px;
            background: rgba(255, 255, 255, 1);
            margin-bottom: 16px;
            margin-top: 24px;
        }

.item-BX:nth-of-type(2n+2) {
    margin-right: 0px !important;
}

section .se-bx2 .bx2-d .d-rg .rg-d .new-main .item {
    text-decoration: none;
    display: flex;
}

    section .se-bx2 .bx2-d .d-rg .rg-d .new-main .item .item-mg {
        width: 160px;
        height: 160px;
    }

        section .se-bx2 .bx2-d .d-rg .rg-d .new-main .item .item-mg img {
            width: 100%;
            height: 100%;
        }

    section .se-bx2 .bx2-d .d-rg .rg-d .new-main .item .item-title {
        font-size: 20px;
        font-weight: 400;
        color: rgba(44, 49, 56, 1);
        padding: 0 12px;
        overflow: hidden;
    }

        section .se-bx2 .bx2-d .d-rg .rg-d .new-main .item .item-title .item-tit {
            font-size: 20px;
            font-weight: 400;
            color: rgba(0, 0, 0, 1);
            margin: 12px 0px 12px 0px;
        }

    section .se-bx2 .bx2-d .d-rg .rg-d .new-main .item .item-date {
        font-size: 14px;
        font-weight: 400;
        margin: 16px 0px 8px 0px;
        color: rgba(135, 142, 163, 1);
    }

    section .se-bx2 .bx2-d .d-rg .rg-d .new-main .item .item-title .item-content {
        width: 275px;
        font-size: 14px;
        font-weight: 400;
        color: rgba(135, 142, 163, 1);
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        margin: 0px 0px 36px 0px;
    }

    section .se-bx2 .bx2-d .d-rg .rg-d .new-main .item .item-title .item-wz {
        margin: 0px 0px 12px 0px;
        font-size: 14px;
        font-weight: 400;
        color: rgba(0, 94, 255, 1);
    }

.pagination-container {
    text-align: center;
}

.pagination {
    display: inline-block;
}

    .pagination a {
        background-color: #999;
        color: #fff;
        padding: 1px 6px;
        text-decoration: none;
        border-radius: 5px;
        margin-right: 10px;
        cursor: pointer;
    }

        .pagination a.active {
            background-color: #85D1FF;
        }

.page-change {
    margin: 0 15px;
    cursor: pointer;
}

.skip input {
    width: 50px;
}


@media screen and (max-width:556px) {
    section .se-bx1 {
        height: auto;
        padding: 30px 0;
    }

        section .se-bx1 .bx1-d1 {
            height: auto;
        }

            section .se-bx1 .bx1-d1 .d1-p1 {
                font-size: 22px;
            }

            section .se-bx1 .bx1-d1 .d1-p2 {
                font-size: 14px;
                margin-top: 0;
            }

        section .se-bx1 .bx1-d {
            padding: 0 15px;
        }

    section .se-bx2 .bx2-d {
        flex-direction: column;
        padding: 0 15px;
    }

    section .se-bx1 .bx1-d1 .inp-bx {
        width: 100%;
    }

        section .se-bx1 .bx1-d1 .inp-bx .inp {
            width: 96%;
            margin: auto;
            display: block;
        }

        section .se-bx1 .bx1-d1 .inp-bx .inp-s {
            left: 82%;
        }

    section .se-bx2 .bx2-d .d-lf, section .se-bx2 .bx2-d .d-rg {
        width: 100%;
        margin-bottom: 30px;
        padding-left: 0;
    }

        section .se-bx2 .bx2-d .d-rg .rg-d .new-main {
            flex-direction: column;
        }

            section .se-bx2 .bx2-d .d-rg .rg-d .new-main .item-BX {
                width: 100%;
                margin-right: 0;
            }

            section .se-bx2 .bx2-d .d-rg .rg-d .new-main .item {
                flex-direction: column;
            }

                section .se-bx2 .bx2-d .d-rg .rg-d .new-main .item .item-mg {
                    width: 100%;
                    height: 148px;
                    overflow: hidden;
                }

                    section .se-bx2 .bx2-d .d-rg .rg-d .new-main .item .item-mg img {
                        width: 100%;
                        height: auto;
                    }
}

@media screen and (min-width:557px) and (max-width:768px) {
    section .se-bx1 {
        height: auto;
        padding: 60px 0;
    }

        section .se-bx1 .bx1-d1 {
            height: auto;
        }

            section .se-bx1 .bx1-d1 .d1-p1 {
                font-size: 22px;
            }

            section .se-bx1 .bx1-d1 .d1-p2 {
                font-size: 14px;
                margin-top: 0;
            }

        section .se-bx1 .bx1-d, section .se-bx2 .bx2-d {
            padding: 0 15px;
        }

        section .se-bx1 .bx1-d1 .inp-bx {
            width: 100%;
        }

            section .se-bx1 .bx1-d1 .inp-bx .inp {
                width: 80%;
                margin: auto;
                display: block;
            }

            section .se-bx1 .bx1-d1 .inp-bx .inp-s {
                left: 82%;
            }

    section .se-bx2 .bx2-d .d-lf {
        width: 35%;
    }

    section .se-bx2 .bx2-d .d-rg {
        width: 65%;
    }

        section .se-bx2 .bx2-d .d-rg .rg-d .new-main {
            flex-direction: column;
        }

            section .se-bx2 .bx2-d .d-rg .rg-d .new-main .item-BX {
                width: 100%;
                margin-right: 0;
            }

            section .se-bx2 .bx2-d .d-rg .rg-d .new-main .item {
                flex-direction: column;
            }

                section .se-bx2 .bx2-d .d-rg .rg-d .new-main .item .item-mg {
                    width: 100%;
                    height: 148px;
                    overflow: hidden;
                }

                    section .se-bx2 .bx2-d .d-rg .rg-d .new-main .item .item-mg img {
                        width: 100%;
                        height: auto;
                    }
}

@media screen and (min-width:769px) and (max-width:996px) {
    section .se-bx1 .bx1-d1 .d1-p1 {
        font-size: 28px;
    }

    section .se-bx1 .bx1-d, section .se-bx2 .bx2-d {
        padding: 0 15px;
    }

        section .se-bx2 .bx2-d .d-lf {
            width: 30%;
        }

        section .se-bx2 .bx2-d .d-rg {
            width: 70%;
        }

            section .se-bx2 .bx2-d .d-rg .rg-d .new-main .item-BX {
                width: 48%;
                margin-right: 2%;
            }

            section .se-bx2 .bx2-d .d-rg .rg-d .new-main .item {
                flex-direction: column;
            }

                section .se-bx2 .bx2-d .d-rg .rg-d .new-main .item .item-mg {
                    width: 100%;
                    height: 148px;
                    overflow: hidden;
                }

                    section .se-bx2 .bx2-d .d-rg .rg-d .new-main .item .item-mg img {
                        width: 100%;
                        height: auto;
                    }
}

@media screen and (min-width:997px) and (max-width:1200px) {
    section .se-bx1 .bx1-d, section .se-bx2 .bx2-d {
        padding: 0 15px;
    }

        section .se-bx2 .bx2-d .d-lf {
            width: 20%;
        }

        section .se-bx2 .bx2-d .d-rg {
            width: 80%;
        }

            section .se-bx2 .bx2-d .d-rg .rg-d .new-main .item-BX {
                width: 49%;
                margin-right: 1%;
            }

            section .se-bx2 .bx2-d .d-rg .rg-d .new-main .item {
                flex-direction: column;
            }

                section .se-bx2 .bx2-d .d-rg .rg-d .new-main .item .item-mg {
                    width: 100%;
                    height: 225px;
                    overflow: hidden;
                }

                    section .se-bx2 .bx2-d .d-rg .rg-d .new-main .item .item-mg img {
                        width: 100%;
                        height: auto;
                    }
}




