: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 li.language img {
    width: 20px;
}

/* 绍兴越艺坊扇业有限公司定制 */
.header-top2 {
    height: 80px;
}

.logo2 {
    height: 80px;
    line-height: 80px;
    top: -80px;
}
.logo2 img {
    height: 90%;
}

/* ================================ 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;
}

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



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

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

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

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

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