/* 分页样式 */
.page-pagination {
    text-align: center;
    width: 100%;
}

.page-pagination .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 30px 0;
    border-radius: 8px;
}

.page-pagination .pagination>li {
    display: inline;
}

.page-pagination .pagination>li>a,
.page-pagination .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: var(--theme-color);
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.page-pagination .pagination>li:first-child>a,
.page-pagination .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.page-pagination .pagination>li:last-child>a,
.page-pagination .pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.page-pagination .pagination>li>a:focus,
.page-pagination .pagination>li>a:hover,
.page-pagination .pagination>li>span:focus,
.page-pagination .pagination>li>span:hover {
    z-index: 2;
    color: var(--theme-color);
    background-color: #eee;
    border-color: #ddd;
}

.page-pagination .pagination>.active>a,
.page-pagination .pagination>.active>a:focus,
.page-pagination .pagination>.active>a:hover,
.page-pagination .pagination>.active>span,
.page-pagination .pagination>.active>span:focus,
.page-pagination .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}

.page-pagination .pagination>.disabled>a,
.page-pagination .pagination>.disabled>a:focus,
.page-pagination .pagination>.disabled>a:hover,
.page-pagination .pagination>.disabled>span,
.page-pagination .pagination>.disabled>span:focus,
.page-pagination .pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.page-pagination .pagination .jumpto {
    display: inline-block;
    margin-left: 2px;
}

.page-pagination .pagination .jumpto input {
    /* padding: 6px; */
    color: #2c3e50;
    background-color: #fff;
    border: 1px solid #ddd;
    float: left;
    height: 34px;
}

.page-pagination .pagination .jumpto .page_number {
    width: 45px;
    margin-right: -1px;
}

/* 详情页的上一页下一页 */
.next-prev {
    margin-top: 40px;
    padding: 20px 0;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #eee;
}

.next-prev .next-prev-left,
.next-prev .next-prev-right {
    font-size: 14px;
    color: #666;
}

.next-prev .next-prev-right {
    text-align: right;
}

.next-prev a {
    color: var(--theme-color);
}

a {
    text-decoration: none !important;
}

/* ================================ nav.html START ================================ */
.language .cur img {
    width: 20px;
}

.header-middle .header-logo .text {
    font-weight: 600;
}

header.header-box {
    position: relative;
    z-index: 9;
}

/* ================================ nav.html END ================================ */





/* ================================ footer.html START ================================ */
.owl-pagination {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-pagination .owl-page {
    display: inline-block;
    cursor: pointer;
}

.owl-pagination .owl-page>span {
    width: 10px;
    height: 5px;
    margin: 5px 7px;
    background: #e1e1e1;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-pagination .owl-page.active>span {
    background-color: var(--theme-color);
}

/* ================================ footer.html END ================================ */



/* ================================ list_video.html START ================================ */

/* list_news.html */
#footer-news .news-img {
    width: 80px;
    margin-right: 10px;
    float: left;
}

#footer-news .news-img img {
    width: 100%;
}

#footer-news .news-img a {
    margin: 0;
}

#footer-news .news-cont {
    width: calc(100% - 90px);
    float: left;
    font-size: 14px;
}

#footer-news .news-cont a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

#footer-news .news-cont span {
    display: block;
    margin: 8px 0 6px 0;
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-30deg);
    color: #ccc;
}

.footer-cont ul li p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* ================================ list_video.html END ================================ */




/* ================================ index.html START ================================ */


/* ================================ index.html END ================================ */




/* ================================ detail_about.html START ================================ */
.block .layout .classes img,
.product-right .shown_products_b img {
    max-width: 100%;
}

.plistdeul {
    margin-top: 20px;
    padding-top: 20px;
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    border-top: solid 1px #f4f4f4;
}

/* detail_product.html and news */
.block .layout .classes a,
.block .layout .shown_products_b_a a {
    font-weight: 600;
}

/* ================================ detail_about.html END ================================ */



@media screen and (max-width: 991px) {
    .focus {
        padding: 10px 0;
    }

    .index-about {
        padding: 0 0;
    }

    .featured-products {
        padding-bottom: 0;
    }

    .hot-products,
    .index-case {
        padding: 20px 0;
    }

    .footer-secondary p {
        padding: 0;
    }

    .footer-secondary {
        padding-bottom: 60px;
    }
}


.co-33 .subblock .category ul li {
    width: 25%;
}

@media screen and (max-width: 1044px) {
    .co-33 .subblock .category ul li {
        width: 100%;
    }
}

/* .co-95 浙江凯瑞网站 */
/* .co-95 .category-box-detail { */
.category-box-detail {
    position: relative;
    top: 15px;
    width: 100%;
}