:root {
    --theme-color: #78b124;
}

/* 分页样式 */
.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: 36px;
}

.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 ================================ */
.nav-right {
    display: flex;
    align-items: center;
}
.nav-right li.language img {
    width: 20px;
}

.nav-right li.language>img {
    margin-top: -2px;
    margin-right: 5px;
}

/* 绍兴越艺坊扇业有限公司定制 */
/* 2025.12.11 logo放导航左侧，这个可以隐藏了 */
.header-top {
    display: none;
    height: 80px;
}

.logo {
    height: 80px;
    line-height: 80px;
    top: -80px;
}

.logo img {
    height: 90%;
}

/* 2025.12.11 logo放导航左侧，这个可以隐藏了 */
#body,
.banner {
    margin-top: 100px;
}

#head nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#head .nav-left {
    flex: 1;
    display: flex;
    align-items: center;
    margin-left: 4%;
    height: 100%;
}

#head .nav-left .logo1 {
    min-width: 190px;
    height: 100%;
    text-align: center;
}

#head .nav-left .logo1 a {
    display: flex;
    align-items: center;
    height: 100%;
}

#head .nav-left .logo1 img {
    /* height: 90%; */
    margin-right: 10px;
}

@media (max-width: 991px) {

    #body,
    .banner {
        margin-top: 60px;
    }

    #head .nav-left {
        margin-left: 2%;
    }

    #head .nav-left .logo1 {
        min-width: 30%;
        max-width: 70%;
        height: 100%;
    }

    #head .nav-left .logo1 img {
        height: 90%;
        object-fit: contain;
    }
}

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



/* ================================ footer.html START ================================ */
.footer2 {
    background-color: rgba(0, 0, 0, .3);
}

footer .footer-up ul.shm {
    margin-top: 0 !important;
    display: -webkit-box;
    display: flex;
}

footer .footer-up ul.shm li,
footer .footer-up ul.shm li a {
    display: -webkit-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* footer .footer-up ul.shm li a path:hover {
    fill: #fff;
} */

.contact-foot>li {
    display: -webkit-box;
    display: flex;
    align-items: center;
}

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



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

.products-list ul li img {
    width: 100%;
}

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

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

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



/* ================================ index.html START ================================ */
.index-news figure figcaption {
    line-height: 30px;
}

.c-section .wp_media_bg {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
@media(min-width: 992px) {
    .c-section .wp-content {
        position: unset;
        width: 50%;
        padding: 0;
        height: 100%;
        box-sizing: border-box;
    }
    .c-section .wp-content.about-box {
        padding-right: 100px;
    }
}
@media (max-width: 991px) {
    .c-section .wp-content.image-box {
        display: none;
    }
}



/* why choose us */
.area-background-n4m-90 {
    position: relative;
    overflow: hidden
}

.area-background-n4m-90.zone {
    padding: 60px 40px 0 40px;
    margin-bottom: 80px
}

@media(max-width: 768px) {
    .area-background-n4m-90.zone {
        padding: 30px 25px 0 25px;
        margin-bottom: 40px
    }
}

.area-background-n4m-90.zone.lastaz {
    margin-bottom: 0 !important;
    padding-top: 0 !important
}

.area-background-n4m-90.zone>.area-background-cont {
    z-index: -20
}

.area-background-n4m-90.widget>.area-background-cont {
    z-index: -19
}

.area-background-n4m-90>.area-background-cont {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f2f2f2
}

.vertical-space-n101m-1 {
    display: block;
    padding: 0;
    margin: 0;
    background: transparent
}

.vertical-space-n101m-1 .blk {
    display: none;
    width: 100%;
    padding: 0;
    margin: 0
}

.vertical-space-n101m-1 .blk b {
    display: none
}

@media(max-width: 768px) {
    .vertical-space-n101m-1 .xs {
        display: block
    }
}

@media(min-width: 768px) and (max-width:992px) {
    .vertical-space-n101m-1 .sm {
        display: block
    }
}

@media(min-width: 992px) and (max-width:1200px) {
    .vertical-space-n101m-1 .md {
        display: block
    }
}

@media(min-width: 1200px) {
    .vertical-space-n101m-1 .lg {
        display: block
    }
}

.headline-n101m-67 {
    margin-bottom: 40px
}

.headline-n101m-67 h2 {
    margin: 0;
    line-height: 1.2;
    color: #002d57;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    font-size: 4rem
}

@media(max-width: 768px) {
    .headline-n101m-67 {
        margin-bottom: 20px
    }

    .headline-n101m-67 h2 {
        font-size: 2.6rem
    }
}

@media(min-width: 768px) {
    .headline-n101m-67 h2 {
        font-weight: bold;
        color: #002d57;
        text-transform: capitalize;
        text-align: center;
        padding-left: -15px;
        margin-left: -15;
        font-size: 3.2rem
    }
}

.product-list-n123m-16 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row
}

.product-list-n123m-16 .main-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    margin-bottom: 15px
}

.product-list-n123m-16 .text-box {
    width: 100%;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    flex-direction: column;
    padding: 0 5px
}

.product-list-n123m-16 .title {
    color: #343434;
    text-align: left;
    font-weight: bold;
    line-height: 1.3;
    margin: 5px 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    font-size: 1.8rem
}

.product-list-n123m-16 .desc {
    text-align: left;
    color: #505050;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    display: -webkit-box;
    font-size: 1.4rem
}

.product-list-n123m-16 .mbtn {
    margin: 5px 0;
    color: #002d57;
    padding: 5px 15px;
    border-radius: 0;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    display: -webkit-box;
    font-size: 1.4rem
}

.product-list-n123m-16 .mbtn i {
    margin-left: 2px
}

.product-list-n123m-16 .mbtn:hover {
    color: #fff;
    background: #002d57
}

.product-list-n123m-16 .imgs-box {
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 100%
}

.product-list-n123m-16 .imgs-box .square-cont {
    position: absolute;
    width: 100%;
    height: 100%
}

.product-list-n123m-16 .imgs-box .back-img>span {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center
}

.product-list-n123m-16 .imgs-box .back-img>span>img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.product-list-n123m-16 .imgs-box .back-img img {
    pointer-events: none
}

.product-list-n123m-16 .multi-img {
    display: none
}

@media(min-width: 768px) {
    .product-list-n123m-16 {
        margin-bottom: 60px
    }

    .product-list-n123m-16 .text-box {
        align-items: flex-start
    }

    .product-list-n123m-16 .desc {
        -webkit-line-clamp: 2
    }

    .product-list-n123m-16 .title {
        text-align: center
    }

    .product-list-n123m-16 .imgs-box {
        display: none;
        width: 100%;
        padding-bottom: 100%
    }

    .product-list-n123m-16 .imgs-box .back-img>span>img {
        max-width: 50%;
        max-height: 50%
    }

    .product-list-n123m-16 .c-fbed7 {
        width: 50px;
        display: inline-block
    }
}

@media(max-width: 768px) {
    .product-list-n123m-16 {
        margin-bottom: 30px
    }

    .product-list-n123m-16 .main-box {
        flex-direction: column;
        padding: 10px 10px 5px 10px;
        position: initial
    }

    .product-list-n123m-16 .text-box {
        width: 100%;
        padding: 0
    }

    .product-list-n123m-16 .title {
        margin: 0 0 5px 0;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        display: -webkit-box;
        font-size: 1.6rem
    }

    .product-list-n123m-16 .desc {
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        display: -webkit-box;
        font-size: 1.4rem
    }

    .product-list-n123m-16 .mbtn {
        margin: 5px 0 0 0
    }

    .product-list-n123m-16 .imgs-box {
        display: none
    }
}

/* 合作伙伴 */

.headline-n118m-74 {
    margin-bottom: 40px
}

.headline-n118m-74 h2 {
    margin: 0;
    line-height: 1;
    color: #002d57;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    font-size: 4rem
}

@media(max-width: 1440px) {
    .headline-n118m-74 {
        margin-bottom: 25px
    }

    .headline-n118m-74 h2 {
        font-size: 3.2rem
    }
}

@media(max-width: 768px) {
    .headline-n118m-74 {
        margin-bottom: 20px
    }

    .headline-n118m-74 h2 {
        text-align: center;
        font-size: 2rem
    }
}

@media(min-width: 768px) {
    .headline-n118m-74 h2 {
        font-weight: bold;
        text-transform: capitalize;
        text-align: center;
        font-size: 3.2rem
    }
}

.paragraph-n118m-8 {
    overflow: hidden;
    padding: 5px;
    margin-bottom: 60px
}

.paragraph-n118m-8 .text-content p {
    color: #343434;
    line-height: 1.6;
    letter-spacing: 1px;
    text-align: left;
    font-size: 1.6rem
}

.paragraph-n118m-8 .text-content table,
.paragraph-n118m-8 .text-content td,
.paragraph-n118m-8 .text-content p,
.paragraph-n118m-8 .text-content img,
.paragraph-n118m-8 .text-content video {
    max-width: 100%
}

.paragraph-n118m-8 .text-content .btn {
    position: relative;
    cursor: pointer;
    text-align: center;
    height: 40px;
    line-height: 40px;
    max-width: 150px;
    padding: 0 25px;
    display: block;
    text-transform: uppercase;
    color: #fff;
    background: #002d57;
    text-decoration: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 1.6rem
}

.paragraph-n118m-8 .text-content .btn span {
    margin: 0 6px 0 0
}

.paragraph-n118m-8 .text-content .btn i {
    display: inline-block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.paragraph-n118m-8 .text-content .btn:before {
    background: #002d57;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.paragraph-n118m-8 .text-content .btn:hover {
    background: #022f59
}

.paragraph-n118m-8 .text-content .btn:hover i {
    -ms-transform: translate(25px, 0);
    -moz-transform: translate(25px, 0);
    -webkit-transform: translate(25px, 0);
    -o-transform: translate(25px, 0);
    transform: translate(25px, 0)
}

.paragraph-n118m-8 .text-content .btn:hover:before {
    width: 38px;
    opacity: 1;
    background: #001933
}

@media(max-width: 1440px) {
    .paragraph-n118m-8 .text-content p {
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
        overflow: hidden;
        display: -webkit-box
    }

    .paragraph-n118m-8 .text-content table,
    .paragraph-n118m-8 .text-content td,
    .paragraph-n118m-8 .text-content p,
    .paragraph-n118m-8 .text-content img,
    .paragraph-n118m-8 .text-content video {
        text-align: justify
    }
}

@media(max-width: 768px) {
    .paragraph-n118m-8 {
        margin-bottom: 40px
    }

    .paragraph-n118m-8 .text-content p {
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 8;
        overflow: hidden;
        display: -webkit-box;
        margin: 0 25px; /*不知道为什么文本会被截断*/
    }

    .paragraph-n118m-8 .text-content .btn {
        margin: 0 auto
    }
}

@media(min-width: 768px) {

    .paragraph-n118m-8 .text-content table,
    .paragraph-n118m-8 .text-content td,
    .paragraph-n118m-8 .text-content p,
    .paragraph-n118m-8 .text-content img,
    .paragraph-n118m-8 .text-content video {
        text-align: left
    }

    .paragraph-n118m-8 .text-content .btn {
        display: none
    }

    .paragraph-n118m-8 .text-content div img {
        max-width: 50%
    }

    .paragraph-n118m-8 .text-content div p {
        color: #888;
        font-size: 1.6rem
    }

    .paragraph-n118m-8 .text-content table tbody tr td {
        color: #888;
        font-size: 1.6rem
    }
}

.product-list-n123m-18 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row
}

.product-list-n123m-18 .main-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    margin-bottom: 15px
}

.product-list-n123m-18 .text-box {
    width: 100%;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    flex-direction: column;
    padding: 0 5px
}

.product-list-n123m-18 .title {
    color: #343434;
    text-align: left;
    font-weight: bold;
    line-height: 1.3;
    margin: 5px 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    font-size: 1.8rem
}

.product-list-n123m-18 .desc {
    text-align: left;
    color: #505050;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    display: -webkit-box;
    font-size: 1.4rem
}

.product-list-n123m-18 .mbtn {
    margin: 5px 0;
    color: #002d57;
    padding: 5px 15px;
    border-radius: 0;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    display: -webkit-box;
    font-size: 1.4rem
}

.product-list-n123m-18 .mbtn i {
    margin-left: 2px
}

.product-list-n123m-18 .mbtn:hover {
    color: #fff;
    background: #002d57
}

.product-list-n123m-18 .imgs-box {
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 100%
}

.product-list-n123m-18 .imgs-box .square-cont {
    position: absolute;
    width: 100%;
    height: 100%
}

.product-list-n123m-18 .imgs-box .back-img>span {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center
}

.product-list-n123m-18 .imgs-box .back-img>span>img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.product-list-n123m-18 .imgs-box .back-img img {
    pointer-events: none
}

.product-list-n123m-18 .multi-img {
    display: none
}

@media(min-width: 768px) {
    .product-list-n123m-18 {
        margin-bottom: 60px
    }

    .product-list-n123m-18 .text-box {
        align-items: flex-start
    }

    .product-list-n123m-18 .main-box {
        margin-left: 0;
        padding-right: 20px;
        align-items: flex-start;
        text-align: left;
        justify-content: initial;
        flex-direction: column
    }

    .product-list-n123m-18 .imgs-box {
        padding-bottom: 75%
    }

    .product-list-n123m-18 .mbtn {
        padding-right: 10px;
        padding-left: 0
    }

    .product-list-n123m-18 .desc {
        -webkit-line-clamp: 4
    }
}

@media(max-width: 768px) {
    .product-list-n123m-18 {
        margin-bottom: 30px
    }

    .product-list-n123m-18 .main-box {
        flex-direction: column;
        padding: 10px 10px 5px 10px;
        position: initial
    }

    .product-list-n123m-18 .text-box {
        width: 100%;
        padding: 0
    }

    .product-list-n123m-18 .title {
        margin: 0 0 5px 0;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        display: -webkit-box;
        font-size: 1.6rem
    }

    .product-list-n123m-18 .desc {
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        display: -webkit-box;
        font-size: 1.4rem;
        margin: 0 20px; /*不知道为啥文字会被截断*/
    }

    .product-list-n123m-18 .mbtn {
        margin: 5px 0 0 0
    }
}

@media (max-width: 767px) {
    .area-background-n4m-90.container {
        padding: 0;
        width: 94%;
    }
}
/* ================================ index.html END ================================ */


/* ================================ contact-way 联系方式修复 START ================================ */
.contact-way ul li {
    display: flex;
    align-items: center;
}

.contact-way ul li .col-lg-5 {
    flex-shrink: 0;
    width: auto;
    float: none;
}

.contact-way ul li .col-lg-7 {
    flex: 1;
    width: auto;
    float: none;
    display: flex;
    align-items: center;
    /* 垂直居中 */
}

.contact-way ul li .col-lg-7 p {
    text-align: left;
    margin: 0;
    word-break: break-all;
    /* 在任意字符处换行，而不是连字符处 */
    hyphens: none;
    /* 禁止自动断字 */
}

@media (max-width: 991px) {
    .contact-way ul li {
        flex-direction: column;
        width: 80%;
    }
}

/* ================================ contact-way 联系方式修复 END ================================ */



/* 永荣定制 */
.co-8 {
    background-color: rgb(245, 235, 225);
}
.co-8 nav,
.co-8 footer {
    background: rgb(217, 200, 182, 1);
}
.co-8 .block .product-left .lefttitle,
.co-8 .shown_products_a_right h4 a,
.co-8 .shown_products_b_a .descr {
    background-color: rgb(235, 223, 210);
}

/* 一级导航 二级导航 底部文字图标 产品详情页大标题 字体颜色改为 #00804F */
.co-8 .nav_en.site_383055 > li > a,
.co-8 .nav_en.site_383055 .submenu li a,
.co-8 footer .tit,
.co-8 footer ul li a,
.co-8 footer ul li,
.co-8 .block .product-left .lefttitle,
.co-8 .shown_products_a_right h4 a,
.co-8 .shown_products_b_a .descr {
    color: #00804F !important;
}

/* 鼠标悬停时一级导航字体颜色改为白色 */
.co-8 .nav_en.site_383055 > li > a:hover,
.co-8 .emali a,
.co-8 .phone a,
.co-8 .gz {
    color: #fff !important;
}

/* 二级导航鼠标悬停时字体颜色保留黑色 */
.co-8 .nav_en.site_383055 .submenu li a:hover {
    color: #000 !important;
}

.co-8 .nav_en.site_383055 > li > a:after,
.co-8 .nav_en.site_383055 > li > a:hover:after {
    background-color: #fff;
}

.co-8 .emali i,
.co-8 .phone i {
    color: rgba(14, 97, 225, 1);
}

.co-8 .block .class-content .news-item .news-info .news-btn {
    background-color: rgba(14, 97, 225, 1);
}

.co-8 .block .class-content .news-item .news-info .news-btn:hover {
    background-color: #303030;
}