        .ellipsis {
            display: block;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }

        /* 浏览器标签样式 */
        body {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
            /* overflow-x: hidden; 加了这个就要去掉动画效果*/
        }

        p {
            text-align: left;
            font-size: 16px;
            line-height: 1.8;
        }

        /* bulma样式重构 */
        .section {
            padding: 3rem 1.5rem 0 1.5rem;
        }

        @media (max-width: 768px) {
            .section {
                padding: 2rem 0.5rem 0 0.5rem;
            }
        }

        .input:active,
        .input:focus,
        .is-active.input,
        .is-active.textarea,
        .is-focused.input,
        .is-focused.textarea,
        .select select.is-active,
        .select select.is-focused,
        .select select:active,
        .select select:focus,
        .textarea:active,
        .textarea:focus {
            border-color: #fb5710;
        }

        .button.is-primary {
            background-color: #fb5710;
        }

        .button.is-primary .is-hovered,
        .button.is-primary:hover {
            background-color: #ff7a38;
        }

        .pagination-link.is-current {
            background-color: #fb5710;
            border-color: #fb5710;
        }

        /* font重构 */
        .title {
            font-size: 18px;
            margin-bottom: 16px;
        }

        @media (max-width: 768px) {
            .title {
                font-size: 16px;
            }
        }

        .subtitle {
            font-size: 16px;
            margin-bottom: 16px;
        }

        @media (max-width: 768px) {
            .subtitle {
                font-size: 14px;
            }
        }

        .intro {
            font-size: 14px;
            line-height: 2;
            margin-bottom: 16px;
        }

        @media (max-width: 768px) {
            .intro {
                font-size: 12px;
            }
        }

        /* swiper */
        .swiper-pagination-bullet-active {
            background: #fb5710;
        }

        /* 自定义样式 */
        .title-block-1 {
            margin: 0 0 3rem 0;
        }

        @media (max-width: 768px) {
            .title-block-1 {
                margin: 0 0 2rem 0;
            }
        }

        .title-block-1 .title {
            font-size: 28px;
            text-align: center;
            border-right: solid 3px #fb5710;
            border-left: solid 3px #fb5710;
            line-height: 1.5;
            width: 200px;
            margin: 0 auto;
        }

        @media (max-width: 768px) {
            .title-block-1 .title {
                font-size: 18px;
                width: 120px;
            }
        }

        .title-block-1 .subtitle {
            width: 200px;
            line-height: 1.5;
            margin: 0 auto;
            text-align: center;
            color: rgba(0, 0, 0, 0.45);
            font-family: Arial;
            font-size: 16px;
        }

        @media (max-width: 768px) {
            .title-block-1 .subtitle {
                font-size: 12px;
                width: 120px;
            }
        }

        .title-block-2 {
            text-align: center;
            margin-bottom: 3rem;
        }

        .title-block-2.left {
            text-align: left;
        }

        .title-block-2.left .line {
            margin-left: 0;
        }

        @media (max-width: 768px) {
            .title-block-2 {
                margin-bottom: 1.5rem;
            }
        }

        .title-block-2 h1 {
            font-size: 30px;
            font-weight: bold;
            margin-bottom: 1rem;
        }

        @media (max-width: 768px) {
            .title-block-2 h1 {
                font-size: 18px;
                margin-bottom: 0.5rem;
            }
        }

        .title-block-2 .line {
            background-color: #fb5710;
            height: 2px;
            margin: 0 auto;
        }

        .title-block-2 .line1 {
            width: 120px;
        }

        @media (max-width: 768px) {
            .title-block-2 .line1 {
                width: 103px;
            }
        }

        .title-block-2 .line2 {
            width: 175px;
            margin: 0.5rem auto 1rem auto;
        }

        @media (max-width: 768px) {
            .title-block-2 .line2 {
                width: 125px;
            }
        }

        .title-block-2 h2 {
            color: #777;
            font-size: 14px;
        }

        .common-title {
            font-size: 12px;
            margin-top: 2rem;
        }

        @media (max-width: 768px) {
            .common-title {
                margin-left: 0.5rem;
            }
        }

        .common-title a.link {
            color: #333;
            font-size: 12px;
        }

        .common-title .symbol {
            color: #ccc;
            margin: 0 5px;
        }

        .common-title .self {
            color: #777;
        }

        #header_1 .navbar-item img {
            width: 291px;
            max-height: none;
        }

        @media (max-width: 768px) {
            #header_1 .navbar-item img {
                padding-left: 10px;
                width: 230px;
            }
        }

        #header_1 .navbar-brand .navbar-item {
            padding-right: 0;
            padding-left: 0;
        }

        #header_1 .navbar-brand .navbar-item:hover {
            background: transparent;
        }

        #header_1 .navbar-link.is-active,
        #header_1 .navbar-link:focus,
        #header_1 .navbar-link:focus-within,
        #header_1 .navbar-link:hover,
        #header_1 a.navbar-item.is-active,
        #header_1 a.navbar-item:focus,
        #header_1 a.navbar-item:focus-within,
        #header_1 a.navbar-item:hover {
            background-color: transparent;
        }

        @media (max-width: 1024px) {

            #header_1 .navbar-link.is-active,
            #header_1 .navbar-link:focus,
            #header_1 .navbar-link:focus-within,
            #header_1 .navbar-link:hover,
            #header_1 a.navbar-item.is-active,
            #header_1 a.navbar-item:focus,
            #header_1 a.navbar-item:focus-within,
            #header_1 a.navbar-item:hover {
                background-color: rgba(0, 0, 0, 0.95);
                border-bottom: 2px solid #fb5710;
            }
        }

        @media (max-width: 1024px) {
            #header_1 .navbar-menu {
                background: rgba(0, 0, 0, 0.95);
                padding: 0;
            }
        }

        #header_1 .navbar-burger {
            color: #fb5710;
        }

        #header_1 .navbar-burger:hover {
            color: #fb5710;
        }

        #header_1 .navbar-item,
        #header_1 .navbar-link {
            color: #000;
        }

        @media (min-width: 1024px) {

            #header_1 .navbar-item,
            #header_1 .navbar-link {
                padding: 1rem 0;
            }
        }

        #header_1 .navbar-item span {
            color: #fff;
        }

        #header_1 .navbar-item:hover span {
            color: #f00;
        }

        @media (min-width: 1024px) {
            #header_1 .navbar-item span {
                color: #666;
                padding: 0.5rem 2rem;
            }

            #header_1 .navbar-item:hover span {
                border-bottom: 2px dotted #fff;
                padding: 0.5rem 2rem;
                color: #f00;
            }
        }

        #header_1 .navbar-item.is-active span {
            color: #fb5710;
        }

        @media (min-width: 1024px) {
            #header_1 .navbar-item.is-active span {
                border-bottom: 2px dotted #fb5710;
                color: #fb5710;
                padding: 0.5rem 2rem;
            }
        }

        #header_1 .navbar-start {
            margin-left: auto;
            margin-right: unset;
        }

        #header_1 .is-primary-color {
            color: #fb5710;
        }

        #header_1 .is-primary-bg {
            background: #fff;
        }

        #header_1 .padding-ud-3 {
            padding: 30px 0;
        }

        #header_1 .font-size-16 {
            font-size: 16px;
        }

        #header_1 .i-mobile-style {
            font-size: 49px;
            padding: 0 8px;
        }

        #header_1 .header-title-container {
            /* background-color: #f6f6f6; */
            padding: 10px 0;
        }

        #header_1 .header-title-container .header-title {
            display: flex;
            align-items: center;
            justify-content: space-between;
            color: #999;
        }

        #header_1 .header-title-container .header-title span {
            font-size: 14px;
        }

        #header_1 .header-title-container .header-title em {
            font-size: 16px;
            font-style: normal;
        }

        #header_1 .header-title-container .header-title i {
            color: #fb5710;
        }

        .navbar-link:not(.is-arrowless)::after {
            border-color: #dbc7ba;
        }

        .stuck {
            position: fixed;
            width: 100%;
            top: 0;
            z-index: 100;
            background: #fff;
            box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.02);
        }

        .banner {
            height: 380px;
            background-size: cover;
            background-position: center;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            text-align: center;
        }

        @media (max-width: 768px) {
            .banner {
                height: 200px;
            }
        }

        .banner h1 {
            color: #fff;
            font-size: 30px;
            margin-bottom: 0;
        }

        @media (max-width: 768px) {
            .banner h1 {
                font-size: 20px;
            }
        }

        .banner h1 .text-wrapper {
            position: relative;
            display: inline-block;
            padding-top: 0.2em;
            padding-right: 0.05em;
            padding-bottom: 0.1em;
            overflow: hidden;
        }

        .banner h1 .anime-letter {
            display: inline-block;
            line-height: 1em;
        }

        .banner h2 {
            color: #ffffff;
            font-size: 30px;
            margin: 0.5rem 0px;
        }

        @media (max-width: 768px) {
            .banner h2 {
                font-size: 16px;
            }
        }

        .banner h3 {
            color: #ffffff;
            font-size: 16px;
            font-style: oblique;
        }

        @media (max-width: 768px) {
            .banner h3 {
                font-size: 12px;
            }
        }

        #chanpinliebiao .item {
            transition: all 0.4s linear;
            padding: 1rem;
        }

        @media (max-width: 768px) {
            #chanpinliebiao .item {
                padding: 0.5rem;
            }
        }

        #chanpinliebiao .item:hover {
            box-shadow: #666666 0px 0px 8px;
        }

        #chanpinliebiao .item:hover figure img {
            transform: scale(1.1);
        }

        #chanpinliebiao .item figure {
            overflow: hidden;
        }

        #chanpinliebiao .item figure img {
            transition: all 0.4s linear;
        }

        #chanpinliebiao .item h1 {
            color: #333;
            font-size: 16px;
            text-align: center;
            margin: 10px 0;
            display: block;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }

        #chanpinliebiao .item p {
            font-size: 12px;
            color: #666;
            margin: 10px 0;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
        }

        #chanpinliebiao .item h3 {
            font-size: 12px;
            color: #fb5710;
        }

        #chanpinliebiao .category .category-item {
            color: #121212;
            background: #f4f4f4;
            text-align: center;
            border-radius: 20px;
            padding: 7px 0;
        }

        #chanpinliebiao .category .category-item.is-active {
            background-color: #fb5710;
            color: #fff;
        }

        #chanpinliebiao .category .category-item:hover {
            background-color: #fb5710;
            color: #fff;
        }

        #chanpinliebiao .justify-content-center-desktop {
            justify-content: center;
        }

        @media (max-width: 768px) {
            #chanpinliebiao .justify-content-center-desktop {
                justify-content: flex-start;
            }
        }









        #product_2 .product {
            position: relative;
        }

        #product_2 .swiper-button-next,
        #product_2 .swiper-button-prev {
            width: 22px;
            height: 30px;
            margin-top: -15px;
            background-size: 22px 30px;
        }

        #product_2 .gallery-thumbs {
            padding-top: 8px;
        }

        #product_2 .gallery-thumbs .swiper-slide {
            opacity: 0.4;
        }

        #product_2 .gallery-thumbs .swiper-slide-thumb-active {
            opacity: 1;
        }

        #product_2 .small-box {
            position: relative;
            z-index: 1;
        }

        #product_2 .small-box .float-box {
            display: none;
            width: 160px;
            height: 120px;
            position: absolute;
            background: #ffffcc;
            border: 1px solid #ccc;
            filter: alpha(opacity=50);
            opacity: 0.5;
            z-index: 11;
        }

        #product_2 .small-box .mark {
            position: absolute;
            display: block;
            width: 100%;
            height: 100%;
            background-color: #fff;
            filter: alpha(opacity=0);
            opacity: 0;
            z-index: 10;
        }

        #product_2 .big-box {
            display: none;
            position: absolute;
            top: 0.75rem;
            width: 800px;
            height: 100%;
            overflow: hidden;
            border: 1px solid #ccc;
            z-index: 1;
        }

        #product_2 .big-box img {
            position: absolute;
            z-index: 5;
           
        }

        #product_2 .image img {
            object-fit: cover;
        }

        #product_2 p {
            text-indent: 0;
        }

        #product_2 .title {
            font-size: 30px;
            border-bottom: 1px solid #dbdbdb;
            padding-bottom: 16px;
            margin-bottom: 0;
        }

        @media (max-width: 768px) {
            #product_2 .title {
                font-size: 20px;
            }
        }

        #product_2 .subtitle {
            font-size: 16px;
            color: rgba(0, 0, 0, 0.45);
            padding: 16px 0;
            margin-bottom: 0;
        }

        @media (max-width: 768px) {
            #product_2 .subtitle {
                font-size: 12px;
            }
        }

        #product_2 .form-btn {
            background-color: #fb5710;
            padding: 16px 24px;
        }

        #product_2 .product-content {
            border: 1px solid rgba(51, 51, 51, 0.3);
        }

        @media (max-width: 768px) {
            #product_2 .product-content {
                border: none;
            }
        }

        #product_2 .product-content .top-bg {
            background-color: #f8f8f8;
        }

        #product_2 .product-content .top-bg h2 {
            background-color: #fff;
            text-align: center;
            padding: 8px 0;
            width: 20%;
            border-right: 1px solid rgba(51, 51, 51, 0.3);
            border-bottom: none;
        }

        @media (max-width: 768px) {
            #product_2 .product-content .top-bg h2 {
                width: 100%;
                border: 1px solid rgba(51, 51, 51, 0.3);
            }
        }

        #product_2 .product-content .content {
            padding: 16px;
            min-height:936px;
        }

        #product_2 .hot_products {
            border: 1px solid rgba(51, 51, 51, 0.3);
            color: #565656;
        }

        #product_2 .hot_products .title {
            padding: 16px 0;
            font-size: 14px;
            text-align: center;
            border-bottom: 0;
            background: #f8f8f8;
        }

        #product_2 .hot_products a {
            padding: 8px;
            text-align: center;
            color: #565656;
            display: block;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }

        #product_2 .modal .modal-content {
            padding: 0 20px;
        }

        #product_2 .modal .modal-card {
            max-width: 90%;
        }

        #product_2 .modal .button.is-success {
            background-color: #fb5710;
        }


         #article_2 {
            background: #F2F2F2;
        }

        #article_2 .columns {
            column-gap: 10px;
        }

        #article_2 .column {
            background: #fff;
        }

        #article_2 .recommend {
            height: fit-content;
        }

        #article_2 .recommend .more_art_tit {
            font-size: 16px;
            font-weight: bold;
            color: #fb5710;
            position: relative;
            border-bottom: 1px solid hsla(0, 0%, 60%, 0.15);
            padding-bottom: 12px;
            padding-left: 12px;
        }

        #article_2 .recommend .more_art_tit::before {
            content: '';
            display: block;
            width: 5px;
            height: 25px;
            background: #fb5710;
            position: absolute;
            left: 0;
        }

        #article_2 .recommend .swiper-wrapper {
            max-height: 350px;
        }

        #article_2 .recommend .swiper-slide {
            /* padding: 5px 0; */
            border-bottom: 1px solid hsla(0, 0%, 60%, 0.15);
        }

        #article_2 .recommend .swiper-slide .tit {
            display: flex;
            align-items: center;
            justify-content: space-evenly;
            margin-bottom: 8px;
        }

        #article_2 .recommend .swiper-slide .tit a {
            color: #666;
            font-size: 14px;
            display: block;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            flex: 1;
        }

        #article_2 .recommend .swiper-slide .tit span {
            color: #999;
            font-size: 14px;
        }

        #article_2 .recommend .swiper-slide .subtit {
            color: #878787;
            font-size: 12px;
            display: block;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }

        #article_2 .article .title {
            text-align: center;
            font-size: 20px;
            margin-bottom: 12px;
            padding: 16px 0;
        }

        #article_2 .article .subtitle {
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            font-size: 12px;
            margin-bottom: 12px;
            padding-bottom: 16px;
        }

        #article_2 .article .subtitle>div:not(:first-child) {
            margin-left: 8px;
        }

        #article_2 .article .subtitle .share-weixin {
            display: flex;
            position: relative;
        }

        @media (min-width: 769px) {
            #article_2 .article .subtitle .share-weixin:hover .wechat-share-modal {
                display: block;
            }
        }

        #article_2 .article .subtitle .share-weixin a {
            width: 16px;
            margin-left: 8px;
            height: 16px;
        }

        #article_2 .article .subtitle .share-weixin .wechat-share-modal {
            display: none;
            position: absolute;
            left: -100px;
            top: 30px;
            width: max-content;
            max-width: 240px;
            padding: 1rem;
            background: #fff;
            box-shadow: 0px 1px 8px 2px #676767;
        }

        #article_2 .article .subtitle .share-weixin .wechat-share-modal p {
            font-size: 12px;
            text-indent: 0;
        }

        #article_2 .article .subtitle .share-weixin .wechat-share-copy-modal .modal-content {
            background: #ffffff;
            width: 238px;
            padding-top: 20px;
        }

        #article_2 .article .subtitle .share-weixin .wechat-share-copy-modal .modal-content img {
            margin-bottom: 10px;
        }

        #article_2 .article .subtitle .share-weixin .wechat-share-copy-modal .modal-content .title {
            font-size: 14px;
            margin: 0;
            padding: 0;
        }

        #article_2 .article .subtitle .share-weixin .wechat-share-copy-modal .modal-content .subtitle {
            color: #999999;
            font-size: 12px;
            line-height: 17px;
            margin-top: 3px;
            padding-bottom: 0;
            margin-bottom: 0;
        }

        #article_2 .article .subtitle .share-weixin .wechat-share-copy-modal .modal-content .is-ok {
            color: #3384e3;
            padding: 9px 0px;
            margin: 12px 12px 0px;
            border-top: 1px solid #ececec;
        }

        #article_2 .article .subtitle .share-weibo {
            width: 16px;
            height: 16px;
            margin-left: 8px;
        }

        #article_2 .article .intro {
            font-size: 12px;
            border: 1px solid #e1e1e7;
            border-left: 4px solid #e1e1e7;
            padding: 16px;
            margin-bottom: 12px;
        }

        #article_2 .article .content {
            margin-top: 24px;
            max-width: 90%;
            margin: 24px auto;
        }

        #article_2 .article .more {
            border: 1px solid #efefef;
            margin: 30px auto;
            margin: 0 auto 24px auto;
            max-width: 90%;
            font-size: 14px;
        }

        #article_2 .article .more a {
            color: #999;
        }

        #article_2 .article .more a:hover,
        #article_2 .article .more a:active {
            color: #999;
        }

        #article_2 .article .content p img {
            display: block;
            margin: 0 auto;
            cursor: zoom-in;
        }

        #article_2 .img-zoom {
            cursor: zoom-out;
        }

        #article_2 .img-zoom .modal-content {
            display: flex;
            justify-content: center;
        }







        

        #gongyongdibu {
            background: #212121;
            margin-top: 24px;
        }

        #gongyongdibu .footer-intro {
            padding-bottom: 24px;
        }

        #gongyongdibu .title {
            color: #bfbfbf;
            font-size: 20px;
            letter-spacing: 2px;
        }

        #gongyongdibu .subtitle {
            color: #bfbfbf;
            font-size: 14px;
        }

        #gongyongdibu .subtitle i {
            padding-right: 8px;
        }

        #gongyongdibu .intro {
            color: #bfbfbf;
        }

        #gongyongdibu hr {
            width: 3em;
            background-color: #fb5710;
        }

        .copyright {
            text-align: center;
            font-size: 16px;
            line-height: 4;
            color: #fff;
            background: #000;
        }

        .copyright a {
            color: #fff;
        }

        @media (max-width: 768px) {
            .copyright {
                font-size: 14px;
                margin-top: 16px;
            }
        }

        #online_1 {
            /*使用组件将 --position 的值改为 fixed*/
            --position: fixed;
        }

        #online_1 .online-show {
            position: var(--position);
            right: 0;
            top: calc(50% - 74px);
            z-index: 1001;
            background-color: #fb5710;
            color: #fff;
            display: flex;
            align-items: center;
            flex-direction: column;
            width: 26px;
            padding: 8px;
            border-top-left-radius: 8px;
            border-bottom-left-radius: 8px;
            transition: right 500ms;
        }

        #online_1 .online-show p {
            text-indent: 0;
            font-size: 14px;
            line-height: 1.5;
            padding: 8px 0;
            max-width: 100%;
            word-break: break-word;
            text-transform: uppercase;
            text-align: center;
        }

        #online_1 .online-content {
            position: var(--position);
            top: calc(50% - 74px);
            z-index: 1000;
            right: -100vw;
            transition: right 500ms;
        }

        #online_1 .online-content .box {
            padding: 16px;
            border: 2px solid #fb5710;
        }

        #online_1 .online-content .box .content p {
            text-indent: 0;
            margin: 0;
            font-size: 14px;
        }

        #online_1 .online-content .box .content p.is-flex {
            align-items: center;
        }

        #online_1 .online-content .box .content p:not(:last-child) {
            padding-bottom: 8px;
        }

        #online_1 .online-content .box .content .icon {
            width: auto;
        }

        #online_1 .online-mobile {
            position: var(--position);
            right: 0;
            bottom: 50px;
            z-index: 999;
        }

        #online_1 .online-mobile .content {
            display: flex;
            flex-direction: column;
        }

        #online_1 .online-mobile .content i {
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            font-size: 20px;
            background: rgba(31, 31, 31, 0.65);
            color: #fff;
            border-radius: 50%;
            margin: 8px 8px 0 0;
            cursor: pointer;
        }

        #online_1 .wechat-num-copy-modal .modal-content {
            background: #ffffff;
            width: 238px;
            padding-top: 20px;
            text-align: center;
        }

        #online_1 .wechat-num-copy-modal .modal-content img {
            margin-bottom: 10px;
        }

        #online_1 .wechat-num-copy-modal .modal-content .title {
            font-size: 14px;
            margin: 0;
            padding: 0;
        }

        #online_1 .wechat-num-copy-modal .modal-content .subtitle {
            color: #999999;
            font-size: 12px;
            line-height: 17px;
            margin-top: 3px;
            padding-bottom: 0;
            margin-bottom: 0;
        }

        #online_1 .wechat-num-copy-modal .modal-content .is-ok {
            color: #3384e3;
            padding: 9px 0px;
            margin: 12px 12px 0px;
            border-top: 1px solid #ececec;
        }


          /* 浏览器标签样式 */
    body {
        font-family: @font-family;
        /* overflow-x: hidden; 加了这个就要去掉动画效果*/
    }
    p {
        text-align: left;
        font-size: 16px;
        line-height: 1.8;
    }

    /* bulma样式重构 */
    .section {
        padding: 3rem 1.5rem 0 1.5rem;
        @media (max-width: 768px) {
            padding: 2rem 0.5rem 0 0.5rem;    
        }
    }
    .input:active, .input:focus, .is-active.input, .is-active.textarea, .is-focused.input, .is-focused.textarea, .select select.is-active, .select select.is-focused, .select select:active, .select select:focus, .textarea:active, .textarea:focus {
        border-color: @primary-color;
    }
    .button.is-primary {
        background-color: @primary-color;
        .is-hovered, &:hover {
            background-color: @hover-color
        }
    }
    .pagination-link.is-current {
        background-color: @primary-color;
        border-color: @primary-color;
    }

    /* font重构 */
    .title {
        font-size: @font-size-base + 4px;
        margin-bottom: @gap-size * 2;
        @media (max-width: 768px) {
            font-size: @font-size-base + 2px;
        }
    }
    .subtitle {
        font-size: @font-size-base + 2px;
        margin-bottom: @gap-size * 2;
        @media (max-width: 768px) {
            font-size: @font-size-base;
        }
    }
    .intro {
        font-size: @font-size-base;
        line-height: 2;
        margin-bottom: @gap-size * 2;
        @media (max-width: 768px) {
            font-size: @font-size-base - 2px;
        }
    }

    /* swiper */
    .swiper-pagination-bullet-active {
        background: @primary-color;
    }

    /* 自定义样式 */ 
    .title-block-1 {
        margin: 0 0 3rem 0;
        @media (max-width: 768px) {
            margin: 0 0 2rem 0;
        }
        .title {
            font-size: 28px;
            text-align: center;
            border-right: solid 3px @primary-color;
            border-left: solid 3px @primary-color;
            line-height: 1.5;
            width: 200px;
            margin: 0 auto;
            @media (max-width: 768px) {
                font-size: 18px;
                width: 120px;
            }
        }
        .subtitle {
            width: 200px;
            line-height: 1.5;
            margin: 0 auto;
            text-align: center;
            color: @text-color-secondary;
            font-family: Arial;
            font-size: 16px;
            @media (max-width: 768px) {
                font-size: 12px;
                width: 120px;
            }
        }
    }
    .title-block-2 {
        text-align: center;
        margin-bottom: 3rem;
        &.left {
            text-align: left;
            .line {
                margin-left: 0;
            }
        }
        @media (max-width: 768px) {
            margin-bottom: 1.5rem;
        }
        h1 {
            font-size: 30px;
            font-weight: bold;
            margin-bottom: 1rem;
            @media (max-width: 768px) {
                font-size: 18px;
                margin-bottom: .5rem;
            }
        }
        .line {
            background-color: @primary-color;
            height: 2px;
            margin: 0 auto;
        }
        .line1 {
            width: 120px;
            @media (max-width: 768px) {
                width: 103px;
            }
        }
        .line2 {
            width: 175px;
            margin: .5rem auto 1rem auto;
            @media (max-width: 768px) {
                width: 125px;
            }
        }
        h2 {
            color: #777;
            font-size: 14px;
        }
    }
    .common-title {
        font-size: 12px;
        margin-top: 2rem;
        @media (max-width: 768px) {
            margin-left: .5rem;
        }
        a.link {
            color: #333;
            font-size: 12px;
        }
        .symbol {
            color: #ccc;
            margin: 0 5px;
        }
        .self {
            color: #777;
        }
    }



     #header_1 {
        .navbar-item img {
            width: 235px;
/*            max-height: 60px;*/
            @media (max-width: 768px) {
                padding-left: 10px;
                width: 230px;
            }
        }
        .navbar-brand {
            .navbar-item {
                padding-right: 0;
                padding-left: 0;
                &:hover {
                    background: transparent;
                }
            }
        }
        .navbar-link.is-active, .navbar-link:focus, .navbar-link:focus-within, .navbar-link:hover, a.navbar-item.is-active, a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover {
            background-color: transparent;
            @media (max-width: 1024px) {
                background-color: rgba(0,0,0,0.95);
                border-bottom: 2px solid @primary-color;
            }
        }
        .navbar-menu {
            @media (max-width: 1024px) {
                background: rgba(0,0,0,0.95);
                padding: 0;
            }
        }
        .navbar-burger{
            color: @primary-color;
            hover {
                color: @primary-color;
            }
        }
        .navbar-item, .navbar-link {
            color: @black;
            @media (min-width: 1024px) {
                padding: 1rem 0;
            }
        }
        .navbar-item{
            span{
                color:@white;
            }
            hover{
                span{
                    color:@primary-color;
                }
            }
            @media (min-width: 1024px) {
                span{
                    color:#666;
                    padding: .5rem 2rem;
                }
                &:hover{
                    span{
                        border-bottom:2px dotted @primary-color;
                        padding: .5rem 2rem;
                        color:@primary-color;
                    }
                }
            }
        }
        .navbar-item.is-active{
            span{
                color:@primary-color;
                @media (min-width: 1024px) {
                    border-bottom:2px dotted @primary-color;
                    color:@primary-color;
                    padding: .5rem 2rem;
                }
            }
        }
        .navbar-start {
            margin-left: auto;
            margin-right: unset;
        }
        .is-primary-color {
            color: @primary-color;
        }
        .is-primary-bg {
            background: #fff;
        }

        .padding-ud-3 {
            padding: 30px 0;
        }

        .font-size-16 {
            font-size: 16px;
        }

        .i-mobile-style {
            font-size: 49px;
            padding: 0 8px;
        }
        .header-title-container {
            /* background-color: #f6f6f6; */
            padding: 0px 0;
            .header-title {
                display: flex;
                align-items: center;
                justify-content: space-between;
                color: #666;
                span {
                    font-size: 14px;
                }
                em {
                    font-size: 16px;
                    font-style: normal;
                }
                i {
                    color: @primary-color;
                }
            }
        }
    }
    .navbar-link:not(.is-arrowless)::after{
        border-color: #dbc7ba;
    }
    .stuck {
        position:fixed;
        width: 100%;
        top:0;
        z-index: 100;
        background: #fff;
        box-shadow: 0 0.5em 1em -0.125em rgba(10,10,10,.1), 0 0 0 1px rgba(10,10,10,.02);
    }


     #chanpinliebiao {
        .item {
            transition: all 0.4s linear;
            padding: 1rem;
            @media (max-width: 768px) {
                padding: .5rem;
            }
            &:hover {
                box-shadow: #666666 0px 0px 8px;

                figure {
                    img {
                        transform: scale(1.1);
                    }
                }
            }
            figure {
                overflow: hidden;
                img {
                    transition: all 0.4s linear;
                }
            }
            h1 {
                color: #333;
                font-size: 16px;
                text-align: center;
                margin: 10px 0;
                .ellipsis();
            }
            p {
                font-size: 12px;
                color: #666;
                margin: 10px 0;
                .multi-ellipsis(2);
            }
            h3 {
                font-size: 12px;
                color: @primary-color;
            }
        }
        .category {
            .category-item {
                color: #121212;
                background: #f4f4f4;
                text-align: center;
                border-radius: 20px;
                padding: 7px 0;
                &.is-active {
                    background-color: @primary-color;
                    color: #fff;
                }
                &:hover {
                    background-color: @primary-color;
                    color: #fff;
                }
            }
        }
        .justify-content-center-desktop {
            justify-content: center;
            @media (max-width: 768px) {
                justify-content: flex-start;
            }
        }
    } 



     #gongyongdibu {
        background: #212121;
        margin-top: @gap-size * 3;
        .footer-intro {
            padding-bottom: 24px;
        }
        .title {
            color: #bfbfbf;
            font-size: 20px;
            letter-spacing: 2px;
        }
        .subtitle {
            color: #bfbfbf;
            font-size: @font-size-base;
            i {
                padding-right: @gap-size;
            }
        }
        .intro {
            color: #bfbfbf;
        }
        hr {
            width: 3em;
            background-color: @primary-color;
        }
    }
    .copyright {
        text-align: center;
        font-size: 16px;
        line-height: 4;
        color: #fff;
        background: #000;
        a {
            color: #fff;
        }
        @media (max-width: 768px) {
            font-size: 14px;
            margin-top: @gap-size * 2;
        }
    } 



     #online_1 {
        /*使用组件将 --position 的值改为 fixed*/
        --position: fixed;
        .online-show {
            position: var(--position);
            right: 0;
            top: calc(50% - 74px);
            z-index: 1001;
            background-color: @primary-color;
            color: #fff;
            display: flex;
            align-items: center;
            flex-direction: column;
            width: 26px;
            padding: @gap-size;
            border-top-left-radius: @gap-size;
            border-bottom-left-radius: @gap-size;
            transition: right 500ms;
            p {
                text-indent: 0;
                font-size: 14px;
                line-height: 1.5;
                padding: @gap-size 0;
                max-width: 100%;
                word-break: break-word;
                text-transform: uppercase;
                text-align: center;
            }
        }
        .online-content {
            position: var(--position);
            top: calc(50% - 74px);
            z-index: 1000;
            right: -100vw;
            transition: right 500ms; 
            .box{
                padding: @gap-size * 2;
                border: 2px solid @primary-color;
                .content {
                    p {
                        text-indent: 0;
                        margin: 0;
                        font-size: 14px;
                        &.is-flex {
                            align-items: center;
                        }
                    }
                    p:not(:last-child) {
                        padding-bottom: @gap-size;
                    }
                    .icon {
                        width: auto;
                    }
                }
            }
        }
        .online-mobile {
            position: var(--position);
            right: 0;
            bottom: 50px;
            z-index: 999;
            .content {
                display: flex;
                flex-direction: column;
                i {
                    width: 40px;
                    height: 40px;
                    line-height: 40px;
                    text-align: center;
                    font-size: 20px;
                    background: rgba(31, 31, 31, 0.65);
                    color: #fff;
                    border-radius: 50%;
                    margin: @gap-size @gap-size 0 0;
                    cursor: pointer;
                }
            }
        }
        .wechat-num-copy-modal {
            .modal-content {
                background: rgb(255, 255, 255);
                width: 238px;
                padding-top: 20px;
                text-align: center;
                img {
                    margin-bottom: 10px;
                }
                .title {
                    font-size: 14px;
                    margin: 0;
                    padding: 0;
                }
                .subtitle {
                    color: rgb(153, 153, 153);
                    font-size: 12px;
                    line-height: 17px;
                    margin-top: 3px;
                    padding-bottom: 0;
                    margin-bottom: 0;
                }
                .is-ok {
                    color: rgb(51, 132, 227);
                    padding: 9px 0px;
                    margin: 12px 12px 0px;
                    border-top: 1px solid rgb(236, 236, 236);
                }
            }

        }
    }







 #lunbotu .swiper-container {
            width: 100%;
            height: 37.5vw;
        }

        @media (max-width: 768px) {
            #lunbotu .swiper-container {
                height: 300px;
            }
        }

        #lunbotu .swiper-container .swiper-slide {
            background-size: cover;
            background-position: center;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            text-shadow: 1px 1px 8px #000;
            color: #fff;
        }

        #lunbotu .swiper-container .swiper-slide h1 {
            font-size: 46px;
            line-height: 1;
        }

        #lunbotu .swiper-container .swiper-slide h1 .text-wrapper {
            position: relative;
            display: inline-block;
            padding-top: 0.2em;
            padding-right: 0.05em;
            padding-bottom: 0.1em;
            overflow: hidden;
        }

        #lunbotu .swiper-container .swiper-slide h1 .anime-letter {
            display: inline-block;
            line-height: 1em;
        }

        #lunbotu .swiper-container .swiper-slide h2 {
            font-size: 36px;
            margin: 1rem 0;
        }

        #lunbotu .swiper-container .swiper-slide h3 {
            margin: 1rem 0;
        }

        #lunbotu .swiper-container .swiper-slide h3 span {
            font-size: 22px;
            border: 1px solid #fff;
            display: inline-block;
            padding: 1rem;
        }

        #lunbotu .swiper-container .swiper-slide h4 {
            font-size: 26px;
        }

        @media (max-width: 768px) {
            #lunbotu .swiper-container .swiper-slide h1 {
                font-size: 18px;
            }

            #lunbotu .swiper-container .swiper-slide h2 {
                font-size: 12px;
            }

            #lunbotu .swiper-container .swiper-slide h3 {
                margin: 0;
            }

            #lunbotu .swiper-container .swiper-slide h3 span {
                font-size: 14px;
                padding: 0.5rem;
            }
        }

        #lunbotu .swiper-pagination-bullet-active {
            background: #fff;
        }

        @media (max-width: 768px) {

            #lunbotu .swiper-button-prev,
            #lunbotu .swiper-button-next {
                background-size: 14px 44px;
            }
        }

        @media (max-width: 768px) {
            #lunbotu .swiper-button-prev {
                left: 0;
            }
        }

        @media (max-width: 768px) {
            #lunbotu .swiper-button-next {
                right: 0;
            }
        }

        #gongsiyousi .item {
            width: 70%;
            margin: 0 auto;
        }

        @media (max-width: 768px) {
            #gongsiyousi .item {
                width: 100%;
            }
        }

        #gongsiyousi .item figure {
            margin: 0 auto;
            border-radius: 50%;
            overflow: hidden;
            position: relative;
        }

        #gongsiyousi .item figure:hover .innerText {
            opacity: 0;
            transform: scale(0.1);
        }

        #gongsiyousi .item figure .innerText {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background: rgba(0, 0, 0, 0.6);
            font-size: 22px;
            color: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: all 0.2s linear;
            border-radius: 50%;
        }

        #gongsiyousi .item p {
            color: #4c4c4c;
            font-size: 14px;
            text-align: center;
            margin-top: 1rem;
        }

        #index_flow {
            background-image: url('../images/flow.jpg');
            background-size: cover;
            background-position: center;
            margin-top: 3rem;
            padding-bottom: 3rem;
        }

        @media (max-width: 768px) {
            #index_flow {
                margin-top: 1.5rem;
                padding-bottom: 1.5rem;
            }
        }

        #index_flow .title-block-2 h1 {
            color: #fff;
        }

        #index_flow .title-block-2 .line {
            background-color: #fff;
        }

        #index_flow .img-box {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        #index_flow .img-box figure {
            height: 64px;
            width: 64px;
            border: 3px solid #fff;
            border-radius: 50%;
            padding: 10px;
            margin-left: 40px;
        }

        @media (max-width: 768px) {
            #index_flow .img-box figure {
                margin-left: 15px;
            }
        }

        #index_flow .img-box .arrows {
            color: #ffffff;
            text-align: center;
            font-size: 46px;
            line-height: 1;
        }

        @media (max-width: 768px) {
            #index_flow .img-box .arrows {
                font-size: 30px;
            }
        }

        #index_flow .intro-box {
            text-align: center;
            color: #fff;
            width: 70%;
        }

        @media (max-width: 768px) {
            #index_flow .intro-box {
                width: 100%;
            }
        }

        #index_flow .intro-box h1 {
            font-size: 14px;
            margin-top: 1rem;
        }

        #index_flow .intro-box p {
            text-align: center;
            font-size: 12px;
        }

        #chanpinliebiao .item {
            transition: all 0.4s linear;
            padding: 1rem;
        }

        @media (max-width: 768px) {
            #chanpinliebiao .item {
                padding: 0.5rem;
            }
        }

        #chanpinliebiao .item:hover {
            box-shadow: #666666 0px 0px 8px;
        }

        #chanpinliebiao .item:hover figure img {
            transform: scale(1.1);
        }

        #chanpinliebiao .item figure {
            overflow: hidden;
        }

        #chanpinliebiao .item figure img {
            transition: all 0.4s linear;
        }

        #chanpinliebiao .item h1 {
            color: #333;
            font-size: 16px;
            text-align: center;
            margin: 10px 0;
            display: block;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }

        #chanpinliebiao .item p {
            font-size: 12px;
            color: #666;
            margin: 10px 0;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
        }

        #chanpinliebiao .item h3 {
            font-size: 12px;
            color: #fb5710;
        }

        #gongsijieshao {
            background-image: url('../images/intro_bg.jpg');
            background-position: center;
            background-size: cover;
            margin-top: 3rem;
            padding-bottom: 3rem;
        }

        @media (max-width: 768px) {
            #gongsijieshao {
                margin-top: 1.5rem;
                padding-bottom: 1.5rem;
            }
        }

        #gongsijieshao .title-block-2 h1 {
            color: #fff;
        }

        #gongsijieshao .title-block-2 .line {
            background-color: #fff;
        }

        #gongsijieshao .intro {
            text-shadow: 1px 1px 8px #000;
            color: #fff;
        }

        #gongsijieshao .btn-box {
            margin-top: 3rem;
            text-align: right;
        }

        @media (max-width: 768px) {
            #gongsijieshao .btn-box {
                margin-top: 1.5rem;
                text-align: center;
            }
        }

        #gongsijieshao .btn-box a.button {
            background: transparent;
            color: #fff;
            border-radius: 20px;
            padding: 1rem 2rem;
            border-width: 2px;
        }

        @media (max-width: 768px) {
            #gongsijieshao .btn-box a.button {
                font-size: 12px;
            }
        }

        #xinwenliebiao .column .article-item .title {
            color: #0f0f0f;
            font-size: 16px;
            line-height: 2;
            text-align: left;
            font-weight: normal;
            display: block;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            margin: 0.5rem 0;
        }

        #xinwenliebiao .column .article-item .subtitle {
            color: #999999;
            font-size: 12px;
            line-height: 1.5;
            text-align: left;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            margin: 0;
        }

        #xinwenliebiao .column .article-item .date {
            text-align: left;
            font-size: 14px;
            color: #666;
            display: inline-block;
            padding-top: 0.3rem;
        }

        #xinwenliebiao .column .article-item .button {
            margin: 1rem 0;
            font-size: 14px;
            width: 100%;
        }

        #xinwenliebiao1 .column .article-item .title {
            color: #fb5710;
            font-size: 14px;
            line-height: 2;
            text-align: left;
            font-weight: normal;
            display: block;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            text-align: center;
            margin: 0.5rem 0;
        }

        #xinwenliebiao1 .column .article-item .subtitle {
            color: #999999;
            font-size: 12px;
            line-height: 1.5;
            text-align: left;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            margin: 0;
        }

        #xinwenliebiao1 .column .article-item .date {
            text-align: left;
            font-size: 14px;
            color: #666;
            display: inline-block;
            padding-top: 0.3rem;
        }

        #xinwenliebiao1 .column .article-item .button {
            margin: 1rem 0;
            font-size: 14px;
            width: 100%;
        }


        /*about*/
         #guanyu_honor {
        figure {
            overflow: hidden;
            &:hover {
                img {
                    transform: scale(1.1);
                }
            }
            img {
                transition: all 0.2s linear;
            }
        }
    }

     #guanyu_team {
        .item {
            background-color: #f4f4f4;
            border: 1px solid #d7d7d7;
            padding: 3rem 1rem;
            height: 100%;
            @media (max-width: 768px) {
                padding: 1rem .5rem;
            }
            .img-box {
                .image.is-128x128 {
                    overflow: hidden;
                    margin: 0 auto;
                    @media (min-width: 768px) {
                        width: 180px;
                        height: 180px;
                    }
                    img {
                        border-radius: 50%;
                    }
                }
            }
            h1 {
                color: #000000;
                text-align: center;
                font-size: 20px;
                margin: .5rem 0;
                @media (max-width: 768px) {
                    font-size: 18px;
                }
            }
            h2 {
                color: #797979;
                text-align: center;
                font-size: 16px;
                margin-bottom: .5rem;
                @media (max-width: 768px) {
                    font-size: 14px;
                }
            }
            p {
                color: #1f1f26;
                text-align: center;
                font-size: 14px;
                @media (max-width: 768px) {
                    font-size: 12px;
                }
            }
        }
    }


/*    contact*/
#lianxiwomen .lianxi {
  background: #fb5710;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
  height: 100%;
  padding-left: 3rem;
}
@media (max-width: 768px) {
  #lianxiwomen .lianxi {
    padding: 16px;
  }
}
#lianxiwomen .lianxi p {
  font-size: 18px;
  line-height: 2;
  text-indent: 0;
}
@media (max-width: 768px) {
  #lianxiwomen .lianxi p {
    font-size: 14px;
  }
}
#lianxiwomen .lianxi p i {
  color: #151515;
  min-width: 20px;
  text-align: center;
}
#lianxiwomen .lianxi p .item-name {
  color: #151515;
  margin: 0 0.5rem;
}
#lianxiwomen .lianxi .title-block-2.left {
  margin-bottom: 1.5rem;
}
#lianxiwomen .lianxi .title-block-2.left .line {
  background-color: #fff;
}
#liuyan .title {
  text-align: center;
  font-size: 20px;
}


 #guanyu_intro {
        p {
            color: #676767;
            font-size: 14px;
            text-indent: 2em;
        }
    }


/*分页开始*/
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.428571429;
            text-decoration: none;
            background-color: #ffffff;
            border: 1px solid #dddddd;
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .pagination > li > a:hover,
        .pagination > li > span:hover,
        .pagination > li > a:focus,
        .pagination > li > span:focus {
            background-color: #eeeeee;
        }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        z-index: 2;
        color: #ffffff;
        cursor: default;
        background-color: #c00;
        border-color: #c00;
    }

    .pagination > .disabled > span,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #999999;
        cursor: not-allowed;
        background-color: #ffffff;
        border-color: #dddddd;
    }

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

    .pager:before,
    .pager:after {
        display: table;
        content: " ";
    }

    .pager:after {
        clear: both;
    }

    .pager:before,
    .pager:after {
        display: table;
        content: " ";
    }

    .pager:after {
        clear: both;
    }

    .pager li {
        display: inline;
    }

        .pager li > a,
        .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            border-radius: 15px;
        }

            .pager li > a:hover,
            .pager li > a:focus {
                text-decoration: none;
                background-color: #eeeeee;
            }

    .pager .next > a,
    .pager .next > span {
        float: right;
    }

    .pager .previous > a,
    .pager .previous > span {
        float: left;
    }

    .pager .disabled > a,
    .pager .disabled > a:hover,
    .pager .disabled > a:focus,
    .pager .disabled > span {
        color: #999999;
        cursor: not-allowed;
        background-color: #ffffff;
    }
/*分页结束*/


