.banner-inner {
    overflow: hidden;
    position: relative;
}

.pagesbanner {
    position: relative;
    background: #333;
    z-index: 1;
    min-height: 126px
}

.pagesbanner::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    z-index: 0
}

.pagesbanner>a {
    z-index: 1;
    position: relative;
    display: block
}

.pagesbanner img,
.pagesbanner video {
    width: 100%;
    height: 100%;
    min-height: 200px;
    object-fit: cover
}

.pagesbanner .pagesbanner-animate {
    width: 100%;
    padding: 0 10px;
    z-index: 1;
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #f3f3f3;
    text-align: center;
    margin-top: 20px;
    opacity: 0;
    animation: pagesbanner 1s .5s forwards
}

.pagesbanner .pagesbanner-animate .p1 {
    font-size: var(--fontsize30);
    font-weight: var(--fontbold5, 500);
    line-height: 1.2
}

.pagesbanner .pagesbanner-animate .p2 {
    margin-top: 20px;
    font-size: var(--fontsize18);
    font-weight: var(--fontbold4, 400)
}

.pagesbanner .pagesbanner-animate .p3 {
    margin-top: 10px
}

.pagesbanner .pagesbanner-animate .p3 a {
    color: var(--color);
    text-decoration: underline;
    font-weight: var(--fontbold6)
}

.pagesbanner .pagesbanner-animate .p3 a:hover {
    transform: translateY(2px)
}

@keyframes pagesbanner {
    0% {
        margin-top: 20px;
        opacity: 0
    }

    100% {
        margin-top: 0;
        opacity: 1
    }
}

@media(max-width:1024px) {
    .pagesbanner .pagesbanner-animate .p1 {
        font-size: var(--fontsize26)
    }

    .pagesbanner .pagesbanner-animate .p2 {
        margin-top: 10px;
        font-size: var(--fontsize16)
    }
}

@media(max-width:768px) {
    .pagesbanner .pagesbanner-animate .p1 {
        font-size: var(--fontsize20)
    }

    .pagesbanner .pagesbanner-animate .p2 {
        font-size: var(--fontsize14)
    }
}

.banner-inner .banner-content {
    background: #fafafa;
    height: 50px;
    font-weight: var(--fontbold5);
    font-size: var(--fontsize14);
    border-bottom: 1px solid #e5e5e5
}

.banner-h1 {
    border-bottom: 1px solid #e2e2e2;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 2em
}

.banner-title-h1 {
    font-size: var(--fontsize26);
    font-weight: var(--fontbold6);
    text-transform: capitalize;
    color: var(--fontcolor);
    margin-right: 20px
}

.banner-inner .banner-content .l-wrap {
    height: 100%;
    display: flex;
    align-items: center;
    /* justify-content: center */
}

.pagetitle-h1 {
    font-weight: var(--fontbold5);
    text-transform: capitalize;
    color: var(--fontcolor);
    font-size: var(--fontsize28)
}

.banner-inner .banner-breadcrumbs {
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: var(--fontcolor)
}

.banner-inner .banner-breadcrumbs em {
    margin-right: 5px
}

.banner-inner a:hover {
    color: var(--color)
}

article {
    font-size: var(--fontsize16);
    color: var(--fontcolor);
}

article a {
    color: var(--color)
}

article a:hover {
    text-decoration: underline
}

article hr {
    border-top: 1px solid #ddd;
    background: 0 0
}

.table-wrap {
    overflow-x: auto;
    width: 100%
}

.table-wrap table {
    border-collapse: collapse
}

.table-wrap table td,
.table-wrap table th {
    border: 1px solid #ddd;
    padding: 8px 16px
}

h4.cate-h4,
h4.pro-h4 {
    clear: both;
    font-weight: var(--fontbold6)
}

ul.cate-ulli,
ul.pro-ulli {
    clear: both;
    padding: 10px 0 10px 20px
}

ul.cate-ulli li,
ul.pro-ulli li {
    list-style-type: disc;
    line-height: 1.7
}

ol.cate-ulli,
ol.pro-ulli {
    clear: both;
    padding: 10px 0 10px 30px
}

ol.cate-ulli li,
ol.pro-ulli li {
    list-style-type: decimal;
    line-height: 1.7
}

.ck-widget-toc {
    display: table;
    border: 1px solid #a2a9b1;
    background-color: #f8f9fa;
    padding: 10px 20px 10px 10px;
    font-size: 95%;
    margin: 15px 0;
    min-width: 300px;
    max-width: 100%
}

.ck-widget-toc ol {
    padding: 0 0 0 20px;
    counter-reset: item
}

.ck-widget-toc ol li {
    display: block;
    position: relative;
    list-style: none
}

.ck-widget-toc ol li:before {
    content: counters(item, ".");
    counter-increment: item;
    position: absolute;
    margin-right: 100%;
    right: .5rem
}

.ck-widget-toc-title {
    text-align: left;
    font-weight: var(--fontbold7);
    margin: 0;
    margin-bottom: 5px;
    padding: 0;
    padding-left: 5px
}

.ck-widget-pt {
    padding-top: 100px;
    margin-top: -100px
}

.ck-widget-toc1 {
    display: table;
    border: 1px solid #a2a9b1;
    background-color: #f8f9fa;
    padding: 10px 20px 10px 10px;
    font-size: 95%;
    margin: 15px 0;
    min-width: 300px;
    max-width: 100%
}

.ck-widget-toc1 ol {
    padding: 0 0 0 20px;
    counter-reset: item
}

.ck-widget-toc1 ol li {
    display: block;
    position: relative;
    list-style: none
}

.ck-widget-toc1 ol li:before {
    content: counters(item, ".");
    counter-increment: item;
    position: absolute;
    margin-right: 100%;
    right: .5rem
}

.wmkc-black {
    color: #111 !important
}

.wmkc-border-black {
    border-color: #111 !important
}

.wmkc-green {
    color: #2cb740 !important
}

.wmkc-border-green {
    border-color: #2cb740 !important
}

.wmkc-blue {
    color: #217fe1 !important
}

.wmkc-border-blue {
    border-color: #217fe1 !important
}

.wmkc-yellow {
    color: #fcb026 !important
}

.wmkc-border-yellow {
    border-color: #fcb026 !important
}

.wmkc-red {
    color: #ee2c2d !important
}

.wmkc-border-red {
    border-color: #ee2c2d !important
}

.wmkc-template-55>.wmkc-faq-list>.wmkc-faq-item {
    border: 1px solid #ddd;
    padding: 10px;
    box-sizing: border-box;
    margin: 10px auto;
    position: relative
}

.wmkc-template-55>.wmkc-faq-list>.wmkc-faq-item>.wmkc-faq-tit>p {
    padding-right: 40px;
    margin: 0;
    line-height: 1.6;
    font-weight: var(--fontbold7);
    font-size: var(--fontsize16);
    cursor: pointer;
    position: relative
}

.wmkc-template-55>.wmkc-faq-list>.wmkc-faq-item>.wmkc-faq-tit>p::after,
.wmkc-template-55>.wmkc-faq-list>.wmkc-faq-item>.wmkc-faq-tit>p::before {
    content: "";
    width: 16px;
    height: 2px;
    background-color: #131313;
    position: absolute;
    top: 14px;
    right: 12px
}

.wmkc-template-55>.wmkc-faq-list>.wmkc-faq-item>.wmkc-faq-tit>p::after {
    transform: rotate(90deg)
}

.wmkc-template-55>.wmkc-faq-list>.wmkc-faq-item>.wmkc-faq-tit.active>p::after {
    opacity: 0
}

.wmkc-template-55>.wmkc-faq-list>.wmkc-faq-item>.wmkc-faq-box {
    color: var(--introcolor);
    line-height: 1.5;
    padding-top: 6px
}

.inquiry-prolist {
    margin: 20px 0
}

.inquiry-prolist .inquiry-pro-item {
    display: flex;
    align-items: center;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, .1);
    padding: 20px
}

.inquiry-prolist .inquiry-pro-item:nth-child(n+2) {
    margin-top: 20px
}

.inquiry-prolist .inquiry-pro-item .pro-item-img {
    width: 160px
}

.inquiry-prolist .inquiry-pro-item .pro-item-img img {
    border: 1px solid #eee
}

.inquiry-prolist .inquiry-pro-item .pro-item-name {
    flex: 1;
    padding: 0 20px;
    color: #333
}

.inquiry-prolist .inquiry-pro-item .pro-item-name a {
    color: var(--color);
    font-size: var(--fontsize18);
    font-weight: var(--fontbold6)
}

.inquiry-prolist .inquiry-pro-item .pro-item-del {
    background: var(--color);
    margin-right: 30px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    border-radius: var(--borderradius);
    transition: all .2s linear
}

.inquiry-prolist .inquiry-pro-item .pro-item-del:hover {
    box-shadow: 1px 2px 10px var(--color)
}

@media(max-width:768px) {
    .inquiry-prolist .inquiry-pro-item .pro-item-img {
        width: 100px
    }

    .inquiry-prolist .inquiry-pro-item .pro-item-name {
        padding: 0 10px
    }

    .inquiry-prolist .inquiry-pro-item .pro-item-del {
        margin-right: 0
    }
}

.custom-form {
    display: flex;
    flex-wrap: wrap
}

.custom-form .sidebar {
    width: 280px;
    margin-right: 20px;
    background: #fafafa;
    padding: 20px 20px
}

.custom-form .page-container {
    flex: 1
}

.custom-form .sidebar-title {
    font-weight: var(--fontbold6);
    font-size: var(--fontsize18)
}

@media(max-width:1024px) {
    .custom-form .sidebar {
        width: 100%;
        margin: 0 0 20px;
        padding: 20px
    }
}

#filterlist .filterlist-ul {
    display: block;
    box-shadow: none;
    position: static
}

#filterlist .filterlist-ul li {
    display: flex;
    align-items: center;
    margin: 10px 0 20px;
    line-height: 1;
    cursor: pointer;
    user-select: none
}

#filterlist .filterlist-ul li:nth-child(n+21) {
    display: none
}

#filterlist .filterlist-ul li.act {
    color: var(--color)
}

#filterlist .filterlist-ul li.act .input::after {
    transform: translate(-50%, -50%) scale(1)
}

#filterlist .filterlist-ul li .input {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    border: 1px solid #666;
    position: relative
}

#filterlist .filterlist-ul li .input::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 9px;
    height: 9px;
    background: var(--color);
    transition: all .1s linear
}

#filterlist .filterlist-ul li span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden
}

#filterlist .viewmore-filter {
    color: var(--color);
    text-transform: uppercase;
    cursor: pointer
}

#filterlist .viewmore-filter:hover {
    text-decoration: underline
}

@media(max-width:768px) {
    #filterlist .product-left-title {
        background: 0 0 !important
    }
}

.procate {
    display: flex;
    flex-wrap: wrap
}

.procate li {
    width: 23%;
    margin-right: 2.6%;
    background: #fff;
    box-shadow: 0 1px 17px 1px rgba(214, 214, 214, .36);
    border-radius: 5px;
    margin-bottom: 2em
}

.procate li:nth-child(4n) {
    margin-right: 0
}

.procate li .img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    aspect-ratio: 4/3
}

.procate li .img img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.procate li .info {
    text-align: center;
    padding: 20px 15px;
    border-top: 1px solid #e3e4e4
}

.procate li .info .title {
    font-weight: var(--fontbold6);
    font-size: var(--fontsize18);
    line-height: 1.4;
    margin-bottom: 10px
}

.procate li .info .more {
    color: #828898
}

.procate li:hover .img img {
    transform: scale(1.05)
}

.procate li:hover .info .title {
    color: var(--color)
}

.prohome-content {
    clear: both;
    margin: 0 auto;
    padding: 10px 70px;
    max-width: 1600px;
    line-height: 1.6;
    box-sizing: border-box;
    border-radius: 5px
}

.prolist-bottom {
    clear: both;
    margin: 0 auto 0;
    padding: 10px 70px;
    max-width: 1600px;
    line-height: 1.6;
    box-sizing: border-box;
    border-radius: 5px
}

.prolist-bottom a {
    text-decoration: underline
}

.prolist-bottom a:hover {
    color: var(--color)
}

.pro-bottom {
    margin: 0 auto;
    padding: 0
}

.pro-bottom a {
    text-decoration: underline;
    text-transform: lowercase
}

.pro-bottom a:active,
.pro-bottom a:hover {
    color: var(--color)
}

@media(max-width:1700px) {

    .prohome-content,
    .prolist-bottom {
        max-width: 1400px
    }
}

@media(max-width:1500px) {

    .prohome-content,
    .prolist-bottom {
        max-width: 1200px
    }
}

@media(max-width:1240px) {

    .prohome-content,
    .prolist-bottom {
        max-width: 98%
    }
}

@media(max-width:768px) {

    .prohome-content,
    .prolist-bottom {
        max-width: 100%;
        margin-left: 3vw;
        margin-right: 3vw
    }
}

@media(max-width:768px) {
    .prohome-content {
        clear: both;
        line-height: 1.6;
        padding: 0
    }

    .prolist-bottom {
        clear: both;
        line-height: 1.6;
        padding: 0
    }
}

.prolist-content {
    clear: both;
    margin: 0 auto 15px;
    line-height: 1.6
}

.inquiry-title {
    text-align: left;
    font-weight: var(--fontbold5);
    font-size: var(--fontsize28);
    margin-bottom: 1em
}

.protypefeedback {
    padding: 4% 0
}

.pro-cate-title {
    font-weight: var(--fontbold6);
    color: var(--fontcolor);
    font-size: var(--fontsize26);
    margin: 0 0 20px;
    line-height: 1
}

.page-nav {
    margin-bottom: 2em;
    margin-top: 30px;
}

.pagenav-cate {
    border-radius: 10px;
    background: #f5f5f5;
    width: 100%
}

.pagenav-cate .pagenav-menu {
    display: none
}

.pagenav-catelist {
    list-style: none
}

.pagenav-catelist>li a {
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden
}

@media(min-width:1025px) {
    .pagenav-catelist {
        display: flex;
        flex-wrap: wrap;
        padding: 20px
    }

    .pagenav-catelist>li {
        position: relative;
        width: 24%;
        margin-right: 1.3%;
        height: 50px;
        display: inline-flex;
        align-items: center;
        justify-content: flex-start;
        background: #fff;
        border-radius: var(--borderradius);
        border: 1px solid #f0f0f0;
        transition: all .1s linear
    }

    .pagenav-catelist>li:nth-child(4n) {
        margin-right: 0
    }

    .pagenav-catelist>li:hover {
        border-color: var(--color)
    }

    .pagenav-catelist>li:nth-child(n+5) {
        margin-top: 1em
    }

    .pagenav-catelist>li.LocalCurrent,
    .pagenav-catelist>li.active {
        background: var(--bgcolor, var(--color))
    }

    .pagenav-catelist>li.LocalCurrent>a,
    .pagenav-catelist>li.LocalCurrent>em,
    .pagenav-catelist>li.active>a,
    .pagenav-catelist>li.active>em {
        color: #fff
    }

    .pagenav-catelist>li em {
        margin-left: 5px;
        font-size: var(--fontsize16);
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer
    }

    .pagenav-catelist>li a {
        font-size: var(--fontsize16);
        width: 100%;
        height: 100%;
        line-height: 50px;
        padding: 0 20px;
        cursor: pointer
    }

    .pagenav-catelist>li>a {
        width: auto
    }

    .pagenav-catelist>li ul {
        position: absolute;
        top: calc(100% + 2px);
        left: 0;
        list-style: none;
        background: #fff;
        box-shadow: 0 3px 7px 0 rgba(188, 188, 188, .35);
        border-radius: 3px;
        border: 1px solid #eaeaea;
        z-index: 9;
        width: 100%
    }

    .pagenav-catelist>li ul li {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 50px;
        border-bottom: 1px solid #f0f0f0
    }

    .pagenav-catelist>li ul li {
        padding-right: 10px
    }

    .pagenav-catelist>li ul a {
        font-size: var(--fontsize16);
        width: 100%;
        height: 50px;
        line-height: 50px;
        padding: 0 15px;
        font-weight: var(--fontbold4)
    }

    .pagenav-catelist>li ul em {
        font-weight: var(--fontbold4)
    }

    .pagenav-catelist>li ul li:hover>a,
    .pagenav-catelist>li ul li:hover>em {
        color: var(--color)
    }

    .pagenav-catelist>li ul {
        transform-origin: top;
        transform: scaleY(0);
        opacity: 0;
        transition: all .3s ease-in-out
    }

    .pagenav-catelist>li:hover>ul {
        transform: scaleY(1);
        opacity: 1
    }

    .pagenav-catelist>li ul li>ul {
        position: absolute;
        left: 100%;
        top: 0;
        transform-origin: top;
        transform: scaleY(0);
        opacity: 0;
        transition: all .3s ease-in-out
    }

    .pagenav-catelist>li ul li:hover>ul {
        transform: scaleY(1);
        opacity: 1
    }
}

.pro-list {
    display: flex;
    flex-wrap: wrap
}

.pro-list li {
    background: #fff;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    margin-bottom: 2em;
    display: flex;
    overflow: hidden
}

.pro-list li .pro-img {
    position: relative;
    width: 100%;
    aspect-ratio: var(--prosaspectratio)
}

.pro-list li .pro-img a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

.pro-list li .pro-img a img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.pro-list li .pro-meta {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    flex-direction: column
}

.pro-list li .pro-meta em {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    color: #333;
    font-size: 22px;
    cursor: pointer;
    margin-bottom: 10px;
    border-radius: 5px
}

.pro-list li .pro-meta .icon-hottitle {
    color: var(--color)
}

.pro-list li .pro-info {
    flex: 1;
    position: relative;
    padding: 0 15px;
    padding-bottom: 70px
}

.pro-list li .pro-info .title {
    font-size: var(--fontsize18);
    font-weight: var(--fontbold5);
    color: var(--fontcolor);
    line-height: 1.4;
    margin-top: 10px
}

.pro-list li .pro-info .text {
    color: var(--introcolor);
    font-size: var(--fontsize16);
    line-height: 1.4;
    margin: 6px 0 10px
}

.pro-list li .pro-info .data-price {
    color: var(--color);
    font-weight: var(--fontbold5)
}

.pro-list li .pro-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px 0 15px;
    color: var(--fontcolor)
}

.pro-list li .pro-btn a {
    font-weight: var(--fontbold5);
    text-transform: capitalize
}

.pro-list li .pro-btn a:hover {
    text-decoration: underline
}

.pro-list li .pro-btn .icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .1s linear
}

.pro-list li .pro-btn .icon em,
.pro-list li .pro-btn .icon i {
    font-size: 20px
}

.pro-list li.pro-item-checked .pro-btn {
    background: var(--bgcolor);
    color: #fff
}

.pro-list li:hover .pro-img img {
    transform: scale(1.05)
}

.pro-list li:hover .pro-info .title {
    color: var(--color)
}

.pro-list.list1 li {
    width: 23.5%;
    margin-right: 2%;
    flex-direction: column
}

.pro-list.list1 li:nth-child(4n) {
    margin-right: 0
}

.pro-list.list0 {
    justify-content: space-between
}

.pro-list.list0 li {
    width: 49%
}

.pro-list.list0 li .pro-img {
    width: 300px;
    border-right: 1px solid #e8e8e8
}

.pro-list.list0 li .pro-info {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.common-page {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 3em
}

.common-page li {
    min-width: 42px;
    padding: 0 10px;
    height: 42px;
    background: rgba(244, 244, 244, 0);
    border-radius: 3px;
    border: 1px solid #d4d4d4;
    color: var(--fontcolor);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
    transition: all .2s linear
}
.common-page li a{
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.common-page .active {
    background: var(--color);
    color: #fff
}
.common-page .active:hover {
    background: var(--color);
    color: #fff
}
.common-page li:hover {
    background: #f0f0f0
}

.pro-maylink {
    background: #f3f3f3;
    padding: 4% 0;
    position: relative
}

.pro-maylink #maylinkswiper {
    z-index: 2
}

.pro-maylink .swiper-slide .pro-img {
    width: 100%;
    aspect-ratio: 1/1;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    background: #fff
}

.pro-maylink .swiper-slide .pro-img::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    transition: all .2s linear
}

.pro-maylink .swiper-slide .pro-img .img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

.pro-maylink .swiper-slide .pro-img .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pro-maylink .swiper-slide .pro-img .more {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-width: 180px;
    padding: 0 15px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: var(--bgcolor);
    border-radius: 23px;
    text-transform: capitalize;
    font-size: var(--fontsize16);
    transition: all .2s linear;
    z-index: 1;
    cursor: pointer;
    opacity: 0
}

.pro-maylink .swiper-slide .pro-img .more:hover {
    opacity: .9
}

.pro-maylink .swiper-slide .pro-info {
    text-align: center;
    margin-top: 1em
}

.pro-maylink .swiper-slide .pro-info .title {
    font-weight: var(--fontbold5);
    font-size: var(--fontsize16);
    color: var(--fontcolor);
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.pro-maylink .swiper-slide:hover .pro-img::after {
    opacity: 1
}

.pro-maylink .swiper-slide:hover .pro-img .more {
    opacity: 1
}

.pro-maylink .swiper-slide:hover .pro-info .title {
    color: var(--color)
}

.pro-maylink .l-wrap {
    position: relative
}

.pro-maylink .maylinkswiper-btn {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1
}

.pro-maylink .maylinkswiper-next,
.pro-maylink .maylinkswiper-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #c6c6c6;
    color: #5c5c5c;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s linear;
    cursor: pointer
}

.pro-maylink .maylinkswiper-next:hover:not(.swiper-button-disabled),
.pro-maylink .maylinkswiper-prev:hover:not(.swiper-button-disabled) {
    border-color: var(--color);
    color: var(--color)
}

.pro-maylink .maylinkswiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2em
}

.pro-maylink .maylinkswiper-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 6px;
    border-radius: 0
}

.pro-maylink .maylinkswiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--bgcolor)
}

.prodetails-top {
    background: #f7f7f7;
    padding: 40px 0
}

.prodetails-top .l-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.prodetails-top h1 {
    flex: 1;
    line-height: 1.6;
    font-weight: var(--fontbold6);
    color: var(--fontcolor);
}

.prodetails-btnlist {
    display: flex;
    align-items: center;
    margin-left: 30px;
}

.prodetails-btnlist>* {
    min-width: 180px;
    padding: 0 20px;
    height: 46px;
    color: var(--fontcolor);
    border-radius: 23px;
    border: 1px solid #333;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .1s linear;
    margin-left: 10px
}

.prodetails-btnlist>:hover {
    border-color: var(--color);
    color: var(--color)
}

.prodetails-btnlist .send {
    background: var(--bgcolor);
    color: #fff;
    border-color: var(--color)
}
.prodetails-btn{
    margin-top: 20px;
}
.prodetails-btn .send {
    width: 180px;
    padding: 0 20px;
    height: 46px;
    background: var(--bgcolor);
    color: #fff;
    border-radius: 23px;
    border: 1px solid var(--color);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .1s linear;
    text-decoration: none;
}

.prodetails-btn .send:hover {
    opacity: 0.9;
}

.prodetails-btnlist .addToCart.added {
    background: var(--bgcolor);
    color: #fff;
    border-color: var(--color)
}

.prodetails-btnlist .addToCart em {
    margin-right: 5px
}

.prodetails-btnlist-info {
    margin-left: 0;
    margin: 0px !important;
    flex-wrap: wrap
}

.prodetails-btnlist-info>* {
    margin: 0;
    margin-right: 10px;
    margin-top: 15px !important;
}

.pdown4 {
    min-width: 280px !important;
}

.pdown4 span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.pdown4 em {
    font-size: 20px;
    margin-right: 5px;
}

.prodetails-images {
    background: #f7f7f7;
    padding-bottom: 40px;
    padding-top: 30px;
}

.prodetails-images .l-wrap {
    display: flex;
    align-items: flex-start;
}

.preview-container {
    width: 40%;
    position: relative;
    display: flex;
    flex-wrap: wrap
}

.singglepic {
    width: 35%;
    aspect-ratio: 1/1;
    border: 1px solid #eee
}

.singglepic img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.preview-container .thumbnail-show {
    flex: 1;
    position: relative;
    display: flex;
    justify-content: center
}

.preview-container .small-box {
    width: 100%;
    aspect-ratio: 1/1;
    background: #fff;
    position: relative;
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

.preview-container .small-box:hover {
    cursor: crosshair
}

.preview-container .small-box img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

#media {
    background: #eee;
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 9
}

.preview-container .big-box {
    display: none;
    border: 1px solid #dfdfdf;
    border-left: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 100%;
    top: 0;
    overflow: hidden;
    z-index: 999;
    background: #fff
}

.preview-container .big-box img {
    display: block;
    max-width: none;
    max-height: none;
    width: 150%
}

.preview-container .big-box.act {
    display: none !important
}

.small-box .hover {
    position: absolute;
    width: 180px;
    height: 180px;
    background-color: rgba(204, 204, 204, .6);
    border: 1px solid #eee;
    display: none;
    cursor: move;
    z-index: 9
}

.thumbnail-box {
    width: 100%;
    position: relative;
    margin-top: 1em
}

.thumbnail-box .swiper-slide {
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1/1;
    cursor: pointer;
    transition: all .1s linear
}

.thumbnail-box .swiper-slide.item-cur {
    border-color: var(--color)
}

.thumbnail-box .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.thumbnail-box .prodetails-button-next,
.thumbnail-box .prodetails-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #4d4d4d;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer
}

.thumbnail-box .prodetails-button-next:hover,
.thumbnail-box .prodetails-button-prev:hover {
    border-color: var(--color);
    color: var(--color)
}

.thumbnail-box .prodetails-button-prev {
    left: -45px
}

.thumbnail-box .prodetails-button-next {
    right: -45px
}

.thumbnail-box .prodetails-pagination {
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    height: 24px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #c4c5c5;
    z-index: 2;
    padding: 0 10px;
    display: none
}

.thumbnail-box .prodetails-pagination .swiper-pagination-bullet {
    background: #b2b4b4;
    opacity: 1
}

.thumbnail-box .prodetails-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #313638
}

.imgalt {
    display: none
}

.banner-page {
    display: none
}

.prodetails-info {
    flex: 1;
    padding-left: 5%
}

.prodetails-title {
    font-size: var(--fontsize40);
    font-weight: var(--fontbold5);
    margin-top: 10px
}

.prodetails-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column
}

.prodetails-item {
    width: 48%
}

.prodetails-item .box {
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: #fff;
    border-radius: var(--borderradius);
    padding: 0 15px;
    color: var(--introcolor);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-top: 10px
}

.prodetails-content {
    padding-top: 40px
}

.newsendinquiry {
    cursor: pointer;
    transition: all .1s linear
}

.newsendinquiry:hover {
    color: var(--fontcolor)
}

.pagelink {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2em
}

.pagelink .pagelink-item {
    max-width: 49%;
    min-width: 200px;
    padding: 0 20px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e5e6eb;
    color: #686d7a;
    transition: all .2s linear
}

.pagelink .pagelink-item:hover {
    border-color: var(--color);
    color: var(--color)
}

.pagelink .prev .icon {
    margin-right: 5px
}

.pagelink .next .icon {
    margin-left: 5px
}

.common-main {
    padding-bottom: 50px;
}

.news-nav {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center
}

.news-nav li {
    padding: 0 15px;
    text-transform: capitalize;
    height: 100%;
    position: relative
}

.news-nav li::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 0;
    height: 1px;
    transition: all .2s linear;
    background: var(--color)
}

.news-nav li a {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #686d7a
}

.news-nav li em {
    line-height: 1;
    margin-bottom: 10px;
    font-size: var(--fontsize22)
}

.news-nav li.active::after,
.news-nav li:hover::after {
    width: 100%
}

.news-nav li.active a,
.news-nav li:hover a {
    color: var(--color)
}

.newstop {
    display: flex;
    flex-wrap: wrap;
    background: #f4f4f4;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 3em
}

.newstop .newstop-img {
    width: 30%;
    aspect-ratio: var(--newssaspectratio)
}

.newstop .newstop-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.newstop .newstop-img:hover img {
    transform: scale(1.02)
}

.newstop .newstop-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 3%
}

.newstop .newstop-info .title {
    color: var(--fontcolor);
    font-size: var(--fontsize26);
    font-weight: var(--fontbold6);
    line-height: 1.4;
}

.newstop .newstop-info .title:hover {
    color: var(--color)
}

.newstop .newstop-info .text {
    color: var(--introcolor);
    margin: 10px 0
}

.newstop .newstop-info .date {
    color: var(--introcolor);
    padding-top: 10px
}

.newstop .newstop-info .date em {
    color: var(--color);
    margin-right: 5px
}

.newstop .newstop-info .more {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid #d8d8d8;
    padding-top: 1em;
    margin-top: 4em
}

.newstop .newstop-info .more a {
    transition: all .1s linear
}

.newstop .newstop-info .more a:first-child {
    color: #828898
}

.newstop .newstop-info .more a:first-child:hover {
    color: var(--color)
}

.newstop .newstop-info .more a:last-child {
    width: 50px;
    height: 50px;
    background: var(--bgcolor);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: var(--fontsize18)
}

.newstop .newstop-info .more a:last-child:hover {
    opacity: .9
}

.newslist {
    display: flex;
    flex-wrap: wrap
}

.newslist li {
    margin-bottom: 2em
}

.newslist li .img {
    aspect-ratio: var(--newssaspectratio);
    overflow: hidden
}

.newslist li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.newslist li .info .title {
    color: var(--fontcolor);
    font-size: var(--fontsize20);
    font-weight: var(--fontbold5);
    line-height: 1.4;
}

.newslist li .info .text {
    color: var(--introcolor);
    margin: 5px 0 10px
}

.newslist li .info .date {
    color: var(--introcolor);
    padding-top: 10px
}

.newslist li .info .date em {
    color: var(--color);
    margin-right: 5px
}

.newslist li .info .more {
    min-width: 140px;
    height: 40px;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    color: #828898;
    border: 1px solid #dedede;
    transition: all .1s linear
}

.newslist li .info .more:hover {
    border-color: var(--color);
    color: var(--color)
}

.newslist li .info .more em {
    width: 16px;
    height: 16px;
    background: var(--bgcolor);
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    line-height: 1;
    font-size: var(--fontsize12)
}

.newslist li:hover .img img {
    transform: scale(1.05)
}

.newslist li:hover .info .title {
    color: var(--color)
}

.newslist.list1 li {
    width: 23.5%;
    margin-right: 2%;
    background: #f6f7f8;
    border-radius: 10px;
    overflow: hidden
}

.newslist.list1 li:nth-child(4n) {
    margin-right: 0
}

.newslist.list1 li .img {
    width: 100%
}

.newslist.list1 li .info {
    padding: 10px 20px 20px
}

.newslist.list1 li .info .date {
    border-top: 1px solid #e5e6eb
}

.newslist.list0 li {
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 2em
}

.newslist.list0 li:last-child {
    border: none
}

.newslist.list0 li .img {
    width: 350px;
    border-radius: 5px;
    overflow: hidden
}

.newslist.list0 li .info {
    flex: 1;
    padding-left: 5%
}

.newslist.list0 li .info .date {
    padding: 0;
    margin-bottom: 10px
}

.newscontent-title {
    font-weight: var(--fontbold6);
    color: var(--fontcolor);
    margin-top: 1em;
    line-height: 1.6;
}

.newscontent-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: var(--introcolor);
    margin: 1em 0;
    padding-bottom: 1em;
    border-bottom: 1px solid #e5e6eb
}

.newscontent-meta p {
    margin-right: 20px
}

.newscontent-meta em {
    color: var(--color);
    margin-right: 5px;
}

.newscontent-details {
    margin-bottom: 1em
}

.project-list {
    list-style: none
}

.project-wrap {
    display: flex;
    flex-wrap: wrap
}

.project-wrap li {
    width: 24%;
    margin-right: 1.3%;
    margin-bottom: 2em
}

.project-wrap li:nth-child(4n) {
    margin-right: 0
}

.project-wrap li .project-img {
    aspect-ratio: 3/2;
    border-radius: 10px;
    border: 1px solid #eee;
    overflow: hidden
}

.project-wrap li .project-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .1s linear
}

.project-wrap li .project-info {
    padding-top: 10px
}

.project-wrap li .project-name {
    font-size: var(--fontsize18);
    font-weight: var(--fontbold6);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.project-wrap li .project-content {
    margin-top: 10px;
    font-size: var(--fontsize14);
    color: var(--introcolor);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.project-wrap li:hover .project-img img {
    transform: scale(1.02)
}

.project-wrap li:hover .project-name {
    color: var(--color)
}

.faqs-list li {
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 1.5em;
    margin-bottom: 1.5em
}

.faqs-list .project-info.open .project-name {
    color: var(--color)
}

.faqs-list .project-info .project-name {
    width: 100%;
    position: relative;
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    font-weight: var(--fontbold6);
    font-size: var(--fontsize18);
    padding-right: 70px
}

.faqs-list .project-info .project-name span {
    margin-right: 10px
}

.faqs-list .project-info .project-name em {
    transition: all .1s linear;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: var(--fontbold6);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    font-size: var(--fontsize16);
    color: #999
}

.faqs-list .project-info.open .project-name em {
    transform: rotate(180deg);
    color: var(--color)
}

.faqs-list .project-info .project-content {
    margin-top: 10px;
    display: none;
    position: relative;
    background: #f4f4f4;
    font-size: var(--fontsize16);
    color: #686d7a;
    padding: 15px
}

.single-title {
    font-weight: var(--fontbold6);
    font-size: var(--fontsize28);
    line-height: 1.2;
    margin-bottom: 10px
}

.download-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none
}

.download-list li {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 3em;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
    box-shadow: 4px 4px 23px 1px rgba(167, 167, 167, .25);
    padding-bottom: 65px
}

.download-list li:nth-child(3n) {
    margin-right: 0
}

.download-list li .download-img {
    aspect-ratio: 3/2;
    width: 100%
}

.download-list li .download-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.download-list li .download-info {
    padding: 20px 30px;
    font-weight: var(--fontbold6);
    font-size: var(--fontsize18)
}

.download-list li .download-name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.download-list li .download-btn {
    position: absolute;
    left: 0;
    bottom: 20px;
    padding: 0 30px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .2s linear;
    color: var(--introcolor);
    border-top: 1px solid #e5e6eb;
    padding-top: 10px
}

.download-list li .download-btn em {
    font-weight: var(--fontbold6);
    font-size: var(--fontsize20);
    color: #999;
    transition: all .2s linear
}

.download-list li .download-btn:hover {
    color: var(--color)
}

.download-list li .download-btn:hover em {
    color: var(--color)
}

.contact-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.contact-box .contact-info {
    width: 420px
}

.contact-box .contact-info .home-des,
.contact-box .contact-info .home-title {
    text-align: left
}

.contact-box .contact-list {
    flex: 1;
    padding-left: 5%;
    display: flex;
    align-items: stretch;
    justify-content: space-between
}

.contact-box .contact-list li {
    width: 32%;
    background: #f1f4fc;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 30px;
    border: 1px solid #fcf4f1;
    transition: all .1s linear
}

.contact-box .contact-list li .icon {
    width: 60px;
    height: 60px;
    background: var(--bgcolor);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.contact-box .contact-list li .icon em {
    color: #fff;
    font-size: var(--fontsize26);
    font-weight: var(--fontbold5);
    transition: all .2s linear
}

.contact-box .contact-list li .title {
    font-weight: var(--fontbold5);
    font-size: var(--fontsize18);
    line-height: 1.4;
    margin: 10px 0
}

.contact-box .contact-list li .content {
    color: #686d7a;
    line-height: 1.4
}

.contact-box .contact-list li .content a {
    color: #686d7a
}

.contact-box .contact-list li:hover {
    border-color: var(--color)
}

.contact-box .contact-list li:hover .icon em {
    transform: rotateY(180deg)
}

.service-list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 20px
}

.service-list li {
    width: 25%;
    border: 1px solid #e6e6e6;
    padding: 50px 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    transition: all .2s linear
}

.service-list li em {
    font-size: 50px;
    color: #898989;
    transition: all .1s linear
}

.service-list li .p1 {
    font-size: 20px;
    font-weight: var(--fontbold6);
    position: relative;
    padding-top: 10px
}

.service-list li .p1::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 50px;
    height: 2px;
    background: #e4e4e4
}

.service-list li .p2 {
    color: var(--introcolor)
}

.service-list li:hover {
    width: 30%;
    box-shadow: 0 1px 24px 0 rgba(214, 214, 214, .83)
}

.service-list li:hover em {
    color: var(--color)
}

.solutions-1 .list1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.solutions-1 .list1 li {
    width: 24%;
    background: #f6f6f6;
    border-radius: 3px
}

.solutions-1 .list1 li .img {
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden
}

.solutions-1 .list1 li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.solutions-1 .list1 li .title {
    color: var(--fontbold7);
    padding: 10px 15px
}

.solutions-1 .list1 li .title a {
    color: var(--fontbold7);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    text-decoration: none;
    transition: all .1s linear
}

.solutions-1 .list1 li .title a:hover {
    color: var(--color)
}

.solutions-2 .list2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.solutions-2 .list2 li {
    width: 32%;
    height: 240px;
    display: flex;
    justify-content: space-between;
    background: #26282e;
    color: #fff;
    position: relative
}

.solutions-2 .list2 li .img {
    width: 35%;
    height: 100%;
    overflow: hidden
}

.solutions-2 .list2 li .img img {
    width: 100%;
    height: 100%
}

.solutions-2 .list2 li .info {
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    padding-left: 50px
}

.solutions-2 .list2 li .info::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 180px 40px 0 0;
    border-color: #515358 transparent transparent transparent;
    transition: all .1s linear
}

.solutions-2 .list2 li .info::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 0 0 20px;
    border-color: transparent transparent transparent #515358;
    transition: all .1s linear
}

.solutions-2 .list2 li .info .title {
    font-size: var(--fontsize18);
    margin-bottom: 25px
}

.solutions-2 .list2 li .info .more {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: var(--fontbold3);
    color: #fff;
    text-decoration: none
}

.solutions-2 .list2 li .info .more:hover {
    color: var(--color)
}

.solutions-2 .list2 li .info .more em {
    width: 25px;
    height: 25px;
    background: var(--bgcolor);
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.solutions-2 .list2 li:hover .info::before {
    border-width: 180px 0 0 0
}

.solutions-2 .list2 li:hover .info::after {
    border-width: 60px 0 0 0
}

@media(max-width:1440px) {
    .pro-list.list0 li .pro-img {
        width: 45%
    }
}

@media(max-width:1280px) {
    .contact-box .contact-list li {
        padding: 20px 10px
    }
}

.blogflex-info {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    background: #fafafa;
    padding: 20px 15px
}

.blogflex-info .img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #EEEEEE;
    overflow: hidden
}

.blogflex-info .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.blogflex-info .info {
    flex: 1;
    padding-left: 20px
}

.blogflex-info .info-name {
    font-size: 18px;
    font-weight: 700
}

.blogflex-info .info-content {
    line-height: 1.4;
    color: #555555;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 30;
    overflow: hidden
}

article.blogcontent {
    clear: both;
    margin: 0px auto 40px;
    padding: 0px
}

article.blogcontent h2 {
    margin: 20px 0px 0px 0px;
    font-size: 24px;
    line-height: 1.3
}

article.blogcontent h3 {
    margin: 20px 0px 0px 0px;
    font-size: 22px;
    line-height: 1.3
}

article.blogcontent h4 {
    margin: 20px 0px 0px 0px;
    font-size: 20px;
    line-height: 1.3
}

article.blogcontent h5 {
    margin: 20px 0px 0px 0px;
    font-size: 18px;
    line-height: 1.3
}

article.blogcontent img {
    margin: 0px 0px 10px 0px;
    padding: 0px;
    max-width: 49%;
    margin-right: 1%;
    border: solid 1px #EEEEEE;
    vertical-align: top
}

article.blogcontent p {
    margin: 0px 0px 10px 0px;
    padding: 0px;
    line-height: 1.6
}

article.blogcontent p a {
    color: var(--color)
}

article.blogcontent p a:hover {
    text-decoration: underline
}

article.blogcontent ul {
    margin: 0px;
    padding: 5px 0px 0px 20px
}

article.blogcontent ul li {
    margin: 0px 0px 5px 0px;
    list-style-type: disc
}

.newscontent-details ul {
    margin: 0px;
    padding: 5px 0px 0px 20px
}

.newscontent-details ul li {
    margin: 0px 0px 5px 0px;
    list-style-type: disc
}

/* wmpage210-page1 模块微调优化 */
.wmpage210-page1-desc {
    line-height: 1.8;
    color: #666;
    font-size: 14px
}

.wmpage210-page1-right .pro-ulli1 {
    list-style: none;
    padding: 0;
    margin: 20px 0
}

.wmpage210-page1-right .pro-ulli1 li {
    padding: 8px 0;
    line-height: 1.6;
    color: #555;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.2s ease
}

.wmpage210-page1-right .pro-ulli1 li:hover {
    color: var(--color);
    padding-left: 3px
}

.wmpage210-page1-right .pro-ulli1 li i.fa {
    color: var(--color);
    font-size: 14px;
    width: 16px;
    text-align: center;
    flex-shrink: 0
}

/* wmpage210-page3 模块微调优化 */
.wmpage210-page3-letter {
    line-height: 1.8;
    color: #666;
    font-size: 14px
}

.wmpage210-page3-info .pro-ulli1 {
    list-style: none;
    padding: 0;
    margin: 20px 0
}

.wmpage210-page3-info .pro-ulli1 li {
    padding: 8px 0;
    line-height: 1.6;
    color: #555;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.2s ease
}

.wmpage210-page3-info .pro-ulli1 li:hover {
    color: var(--color);
    padding-left: 3px
}

.wmpage210-page3-info .pro-ulli1 li i.fa {
    color: var(--color);
    font-size: 13px;
    width: 16px;
    text-align: center;
    flex-shrink: 0
}

/* wmpage210-page4 模块微调优化 */
.wmpage210-page4-desc {
    line-height: 1.8;
    color: #666;
    font-size: 14px
}

.wmpage210-page4-bottom .pro-ulli1 {
    list-style: none;
    padding: 8px 0;
    margin: 20px 0;
}

.wmpage210-page4-bottom .pro-ulli1 li {
    padding: 12px 15px;
    line-height: 1.6;
    color: #555;
    font-size: 14px;
    border-bottom: 1px dashed #e0e0e0;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
    margin: 0 8px;
    border-radius: 4px
}

.wmpage210-page4-bottom .pro-ulli1 li:last-child {
    border-bottom: none
}

.wmpage210-page4-bottom .pro-ulli1 li:hover {
    color: #333;
    background: #fff;
    padding-left: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06)
}

.wmpage210-page4-bottom .pro-ulli1 li i.fa {
    color: #999;
    font-size: 14px;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1)
}

.wmpage210-page4-bottom .pro-ulli1 li:hover i.fa {
    color: #fff;
    background: var(--color);
    transform: rotate(360deg);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15)
}

.wmpage210-page4-btn a i.fa {
    margin-left: 5px;
    transition: transform 0.3s ease
}

.wmpage210-page4-btn a:hover i.fa {
    transform: translateX(3px)
}

/* 产品推荐轮播区域样式 */
.wmpage210-products-carousel {
    padding: 60px 0;
}

.wmpage210-products-carousel .wmpage210-page3-top {
    display: block;
    margin-bottom: 40px;
}

.wmpage210-products-carousel .wmpage210-page3-text {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: var(--color);
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 15px;
}

.wmpage210-products-carousel .wmpage210-page3-text em {
    margin-right: 8px;
    font-size: 18px;
}

.wmpage210-products-carousel .wmpage-title {
    color: #333;
    margin: 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
}

.wmpage210-products-box {
    margin-top: 0;
    position: relative;
    padding: 0 80px;
}

.wmpage210-product-slide {
    text-align: center;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 280px;
    display: flex;
    flex-direction: column
}

.wmpage210-product-slide:hover {
    transform: none
}

.wmpage210-product-img {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #f5f5f5
}

.wmpage210-product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease
}

.wmpage210-product-slide:hover .wmpage210-product-img img {
    transform: scale(1.1)
}

.wmpage210-product-view-more {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--color);
    color: #fff;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    opacity: 0;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px
}

.wmpage210-product-slide:hover .wmpage210-product-view-more {
    opacity: 1
}

.wmpage210-product-view-more:hover {
    background: #333;
    transform: translate(-50%, -50%) scale(1.05)
}

.wmpage210-product-name {
    padding: 15px 10px !important;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    line-height: 1.4;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

/* Swiper 导航按钮样式 */
.wmpage210-products-next,
.wmpage210-products-prev {
    width: 50px;
    height: 50px;
    background: #fff;
    border: 2px solid #e0e0e0;
    border-radius: 50%;
    color: #666;
    font-size: 18px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.wmpage210-products-next {
    right: 20px;
    
}

.wmpage210-products-prev {
    left: 20px
}

.wmpage210-products-next:hover,
.wmpage210-products-prev:hover {
    background: var(--color);
    border-color: var(--color);
    color: #fff;
    transform: translateY(-50%) scale(1.1)
}

.wmpage210-products-next::after,
.wmpage210-products-prev::after {
    display: none
}

.wmpage210-products-next i.fa,
.wmpage210-products-prev i.fa {
    font-size: 16px;
    color: inherit
}

/* Swiper 分页器样式 */
.wmpage210-products-pagination {
    margin-top: 30px;
    position: relative
}

.wmpage210-products-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #ccc;
    opacity: 1;
    margin: 0 6px;
    transition: all 0.3s ease
}

.wmpage210-products-pagination .swiper-pagination-bullet-active {
    background: var(--color);
    transform: scale(1.2)
}

/* 响应式设计 */
@media(max-width: 1200px) {
    .wmpage210-products-box {
        padding: 0 70px
    }
    
    .wmpage210-product-slide {
        height: 260px
    }
    

    
    .wmpage210-products-next {
        right: 15px
    }
    
    .wmpage210-products-prev {
        left: 15px
    }
}

@media(max-width: 768px) {
    .wmpage210-products-carousel {
        padding: 40px 0
    }
    
    .wmpage210-products-box {
        padding: 0 60px
    }
    
    .wmpage210-product-slide {
        height: 240px
    }
    

    
    .wmpage210-product-name {
        font-size: 13px;
        padding: 12px 8px
    }
    
    .wmpage210-products-next,
    .wmpage210-products-prev {
        width: 40px;
        height: 40px;
        font-size: 14px
    }
    
    .wmpage210-products-next {
        right: 10px
    }
    
    .wmpage210-products-prev {
        left: 10px
    }
}