/*  产品中心PC端样式  */
.paging {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20px 0;
    margin: 0 auto;
}

.col-12 {

    padding: 0;
}

.card {
    border: none;
    margin: 0;
}

.card-img-top {
    width: 100%;
    height: 100%;
}

.card-img-150 {
    height: 200px;
}

/* .apparatus li a {
} */

.paging>span {
    margin: auto 16px;
}

.paging .page-numbar {
    margin: auto 0;
}

.paging .page-numbar .page-num,
.paging .page-index,
.paging .page-pre,
.paging .page-next,
.paging .page-last {
    display: inline-block;
    margin: auto 4px;
    padding: 2px 12px;
    border: 1px solid #EEE;
    border-radius: 2px;
}

.paging .page-numbar .page-num-current,
.paging .page-numbar .page-num:hover {
    border-color: #8667F7;
    color: #8667F7;
}

/*  产品中心PC端样式 end */

@media screen and (min-width: 1680px) {



    .companyCon-text {
        width: 100%;
        height: 100%;
        line-height: 30px;
        font-size: 18px;
        overflow: hidden;
    }

    .Company-Left {
        display: flex;
        flex-direction: column;
        width:45%;
    }

    .company-box {
        background: #FFF;
        padding: 64px 0;
        position: relative;
    }

    /* 轮播图PC样式 */
    .swiper-slide {
        height: 390px !important;
    }

    .Join-Us {
        width: 100%;
        display: flex;
        flex-direction: row;
    }

    .Join-Us-items {
        background-color: #e2e2e2 !important;
        margin-right: 16px;
    }

    .apparatus {
        flex-direction: row;
        margin: 50px 0;
    }

    .apparatus li {
        width: 48%;
    }

    /* 产品列表 */
    .Products {
        width: 1110px;
        margin: 0 auto;
    }

    .productList {
        max-width: 23.5%;
        width: 20% !important;
        border: 1px solid #e2e2e2;
        margin: 0 20px 20px 0;
    }

    .productList:nth-child(4),
    .productList:nth-child(8),
    .productList:nth-child(12),
    .productList:nth-child(16) {
        margin: 0 0 20px 0;
    }

    .footerBox {

        display: flex;
        flex-direction: row;
        align-items: center;
    }

    /* 公司简介PC样式 */
    .companyCon {
        width: 100%;
        height: 330px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        overflow: hidden;
    }

    /* 公司简介PC样式 End */
}

@media screen and (max-width: 968px) {
    .nav-item {
        height: 3.5rem !important;
        line-height: 3.5rem !important;
    }

    .productcomment {
        padding: 16px !important;
    }

    /* 轮播图PC样式 */
    .swiper-slide {
        height: 240px !important;
    }

    /* 公司简介PC样式 */
    .groupPicture {
        display: none;
    }

    .company-box {
        background: #FFF;
        padding: 0 !important;
        position: relative;
    }

    .companyCon {
        width: 100%;
        height: 530px;
        display: flex;
        flex-direction: column;
        padding: 16px;
        overflow: hidden;
    }

    .Company-Left {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
    }

    /* 公司简介PC样式 End */

    .companyCon-text {
        width: 100%;
        height: 92%;
        line-height: 22px;
        font-size: 14px;
        overflow: hidden;
    }

    .apparatus {
        flex-direction: column;
        margin: 0 0 25px;
    }

    .apparatus li {
        width: 100%;
    }

    /* 产品列表 */
    .Products {
        width: 100%;
        margin: 0 auto;
    }

    .productList {
        width: 50%;
        border: 1px solid #e2e2e2;
        margin: 0 0 20px 0;
    }

    .productList:nth-child(4),
    .productList:nth-child(8),
    .productList:nth-child(12),
    .productList:nth-child(16) {
        margin: 0 0 20px 0;
    }

    .col-md-5 {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 0 32px;
    }

    .footerBox {

        display: flex;
        flex-direction: column;
    }
}

.apparatus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.apparatus li {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 54px;
    font-size: 16px;
    font-weight: 550;
    text-align: left;
    line-height: 54px;
    border-bottom: 1px solid #e2e2e2;
}