/* 分页样式 */
.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;
    /* line-height: 1.42857143; */
    color: #2c3e50;
    background-color: #fff;
    border: 1px solid #ddd;
    float: left;
    height: 32px;
}

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

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

.elementor .next-prev .row {
    padding: 20px 0;
}

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

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

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

/* ================================ index.html START ================================ */
.lanyun-section-video .lanyun-video-img p {
    position: absolute;
    top: 48%;
    width: 100%;
    text-align: center;
    font-size: 1rem;
    color: white;
    line-height: 1.6;
}
body.page-76086 .lanyun-section-qj8yxf8r>.lanyun-widget-container {
    margin: 0;
    padding-top: 0;
}
/* ================================ index.html END ================================ */




/* ================================ product.html START ================================ */
body.page-76087 .lanyun-section-9x9dc5t9 {
    margin-bottom: 20px;
}
/* 二级分类 */
.lanyun-category-tree-ul li span.grower {
    display: block;
    position: absolute;
    right: 0;
    top: 5px;
    cursor: pointer;
    font-family: "FontAwesome";
    font-size: 14px;
}
.lanyun-category-tree-ul li span.grower.OPEN:before,
.lanyun-category-tree-ul li span.grower.CLOSE:before {
    content: "";
    display: block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    color: #555;
    line-height: 30px;
    text-align: center;
    margin-right: 0px;
}
.lanyun-category-tree-ul li span.grower.CLOSE {
    background-image: url(../../../../images/product_01.png);
    background-repeat: no-repeat;
    background-position: 7px center;
}
.lanyun-category-tree-ul li span.grower.OPEN {
    background-image: url(../../../../images/product_02.png);
    background-repeat: no-repeat;
    background-position: 7px center;
}
.lanyun-category-tree .lanyun-category-tree-item {
    padding-right: 30px;
}

/* 详情页轮播图 */

/* .procontent_1 {
    width: 100%;
    background-color: #f9fafc;
    position: relative;
    overflow: hidden;
    padding: 50px 0
} */
 body.page-76088 .lanyun-section-xwvd1he9 .lanyun-product-detail-img {
    width: auto;
 }
.lanyun-section-product-show .lanyun-effect-top {
    display: block;
}
.lanyun-section-product-show .lanyun-effect-top {
    width: 550px;
    height: 660px;
}

.lanyun-effect-top .gallery-top {
    height: calc(100% - 110px)px;
    width: 100%;
    overflow: hidden;
}

.lanyun-effect-top .gallery-thumbs {
    height: 110px;
    box-sizing: border-box;
    padding: 10px 0
}
.lanyun-effect-top .gallery-top .swiper-slide {
    border: 1px solid #ddd;
}

.lanyun-effect-top .gallery-thumbs .swiper-slide {
    width: 110px;
    height: 100%;
    border: 1px solid #999;
    opacity: .4;
    transition: all .5s
}

.lanyun-effect-top .gallery-thumbs .swiper-slide-thumb-active {
    border-color: #000;
    opacity: 1
}

.lanyun-effect-top .swiper-slide {
    background: none;
    overflow: hidden
}
.gallery-top .swiper-slide img, .gallery-thumbs .swiper-slide img,
.gallery-top .swiper-slide img, .gallery-thumbs .swiper-slide img {
    object-fit: contain!important;
}


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




/* ================================ news.html START ================================ */
body.page-76093 .lanyun-section-qr2oebip {
    margin-bottom: 20px;
}

/* ================================ news.html END ================================ */





/* ================================ detail_contact.html START ================================ */
body.page-76089 .lanyun-section-dvu96jkd .lanyun-text p {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: box;
    display: flexbox;
    display: flex;
    align-items: center;
}
body.page-76089 .lanyun-section-dvu96jkd .lanyun-text .lanyun-text__title {
    font-weight: bold;
}
#submitBtn {
    background-color: transparent;
    border: 0;
    outline: none;
}
/* ================================ detail_contact.html START ================================ */





/* ================================ search.html START ================================ */
.newslistp_bot {
    width: 100%;
    height: auto;
    margin-top: 30px;
}

.newslistp_bot ul li {
    margin-bottom: 40px;
    transition: all 0.5s;
}

.newslistp_bot ul li a {
    display: block;
    border: 1px solid #f2f2f2;
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
}

.newslistp_botimg {
    width: 100%;
    height: 190px;
    overflow: hidden;
}

.newslistp_botimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 500ms ease;
}

.newslistp_botdes {
    padding: 15px;
    background-color: #ffffff;
    flex-direction: column;
    align-items: flex-start;
    transition: all 0.5s;
}

.newslistp_botdes h3 {
    color: #333333;
    font-size: 16px;
}

.newslistp_botdes p {
    font-size: 14px;
    color: #333333;
    width: 100%;
    text-align: right;
}

.newslistp_bot ul li:hover .newslistp_botimg img {
    transform: scale(1.05);
}

.newslistp_bot ul li:hover .newslistp_botdes h3,
.newslistp_bot ul li:hover .newslistp_botdes p {
    color: rgba(62, 179, 165, 1);
}

.newslistp_bot ul li:hover .newslistp_botdes {
    background-color: rgba(62, 179, 165, 1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.newslistp_bot ul li:hover .newslistp_botdes h3,
.newslistp_bot ul li:hover .newslistp_botdes p {
    color: #ffffff;
}

/* ================================ search.html END ================================ */




/* ================================ footer.html START ================================ */
.social-icons-footer {
    margin-top: 20px;
}
.social-icons-footer .fab {
    font-size: 20px;
    color: #fff;
}
.social-icons-footer,
.social-icons-footer a {
    display: -webkit-box;
    display: flex;
    align-items: center;
}
.social-icons-footer a {
    margin-right: 20px;
}
/* ================================ footer.html END ================================ */