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

/* 手机版 上下页 */
.page-pagination .pager {
    margin: 30px auto;
    display: -webkit-box;
    display: flex;
    justify-content: space-between;
    font-size: 1.4rem;
}

.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;
    /* line-height: 1.42857143; */
    color: #2c3e50;
    background-color: #fff;
    border: 1px solid #ddd;
    float: left;
    height: 34px;
    box-sizing: border-box;
}

.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;
}

.flex {
    display: flex;
}

.align-center {
    align-items: center;
}

.jusitify-end {
    justify-content: flex-end;
}

.nav .fa {
    display: none;
    position: absolute;
    z-index: 9;
    right: 10px;
    top: 8px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    text-align: center;
}

.nav .submenu .fa {
    color: #666;
}

.submenu li:hover>.fa {
    color: #fff;
}

@media(max-width: 991px) {
    .nav .fa {
        display: block;
    }

    .nav li.actived {
        background-color: var(--theme-color);
        color: #fff;
    }

    .nav li.actived>a {
        color: #fff;
    }

    .nav li.actived>.fa {
        color: #fff;
        transform: rotate(90deg);
        transition: transform ease-in-out .3s;
    }
}

@media(min-width: 992px) {
    .nav li:hover>.submenu {
        display: block;
    }

    .nav .submenu li:hover>.submenu {
        display: block;
    }
}

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

.logo_img .logo>img {
    width: 190px;
}

.logo_img .logo {
    display: flex;
    align-items: center;
    height: 100%;
}

.nav .submenu li {
    position: relative;
}

.cont .banner {
    width: 100%;
    /* height: 240px;
    overflow: hidden; */
}

.cont .banner img {
    width: 100%;
    /* height: 100%;
    object-fit: cover; */
}

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




/* ================================ footer.html START ================================ */
#ImgSend_I {
    display: block;
    margin: auto;
    width: 150px;
    border-radius: 5px;
    border-left: 1px solid #cecece;
    font-size: 16px;
}

#ImgSend_I span {
    margin-right: 10px;
}

#ImgSend_I:hover {
    background-color: var(--theme-color);
    color: #fff;
    border-color: var(--theme-color);
}

@media screen and (max-width: 768px) {
    .foot_top {
        margin-bottom: 40px;
    }
}

.foot_fix .foot_sharer {
    display: flex;
}

.foot_fix .foot_sharer>li,
.foot_fix .foot_sharer li a {
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    margin: 0;
}

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




/* ================================ list_video.html START ================================ */
.block .class-content .news-item .news-img {
    position: relative;
}

.search-empty {
    font-size: 12px;
    color: #999;
    text-align: center;
    width: 100%;
}

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



/* ================================ list_news.html START ================================ */
@media screen and (max-width: 991px) {

    .block .classes img,
    .block .classes table {
        width: 100%;
    }
}

.block .class-content .news-item .news-img img {
    height: auto;
}

/* ================================ list_news.html END ================================ */





/* ================================ product.html START ================================ */
.show-detail h2 {
    height: 54px;
}

/* detail page */
.product-image {
    overflow: hidden;
}

.page-pagination {
    margin-top: 40px;
}

.block .product-right .product-info a p,
.block .class-content .news-item .news-info p {
    text-align: left;
}

.block .classes .class-info p {
    margin-bottom: 10px;
}

#submitBtn {
    background-color: #303030;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    width: 200px;
    margin-top: 20px;
    line-height: 40px;
    border-radius: 5px;
    border: 0;
}

#submitBtn:hover {
    background-color: var(--theme-color);
}

@media(max-width: 991px) {
    .form-group #submitBtn {
        width: 100%;
    }
}

.block .layout .classes a,
.block .product-right .shown_products_b_a a {
    font-weight: 600;
}

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

/* ================================ product.html END ================================ */




/* ================================ index.html START ================================ */
.about_img li {
    max-height: 540px;
    overflow: hidden;
}

.about_img li img {
    width: 100%;
    /* height: 100%;
    object-fit: contain; */
}

#about .fl {
    width: 65%;
}

#about .fr {
    width: 30%;
    margin-left: 2%;
}

.new_contents {
    min-height: 830px;
}

.new_contents .news_imgli>li>a {
    display: block;
    width: 100%;
    height: 360px;
    overflow: hidden;
}

.new_contents .news_imgli>li>a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.newbot_cont h3 a {
    line-height: 56px;
}

@media screen and (max-width: 991px) {

    .block .classes img,
    .block .classes table {
        width: 100%;
    }

    .new_contents .news_imgli>li>a {
        height: auto;
    }

    .newbot_cont {
        padding: 20px 15px;
    }

    .newbot_cont h3 a {
        height: 100px !important;
        text-overflow: ellipsis;
    }
}

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


/*  */