﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.mt-30 {
    margin-top: 30px !important;
}

/*顶部*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.padding-medium {
    padding-top: 0px;
    padding-bottom: 0px;
    width:940px;
}

.medium_container {
    max-width: 940px;
    margin: 0 auto;
    padding: 0 0px;
}

.medium_row {
    display: flex;
    flex-wrap: wrap;
}

.mediummb {
    flex: 0 0 25%;
    padding: 0 0px;
    text-align: center;
}

    .mediummb .text {
        font-size: 40px;
        line-height: 1.5;
        color: #454340;
        font-weight:normal; padding:0; margin:0;
    }

    .mediummb p {
        color: #454340;
        font-size: 20px;
        font-weight: 500;.
        text-transform: uppercase;
        padding: 0;
        margin: 0;
    }

    .mediummb span.ins {
        font-weight: normal;
        font-size: 18px;
        color: #454340;
        vertical-align: top;
    }

@media(max-width:1200px) {
    .mediummb .text {
        font-size: 3em;
    }
}


@media(max-width:768px) {
    .padding-medium {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .mediummb .text {
        font-size: 2em;
    }

    .mediummb span.ins {
        font-size: 14px;
    }

    .mediummb {
        flex: 0 0 50%;
        padding: 0 10px;
        margin-bottom: 10px;
    }
}

.p_languageNav_ns {
    margin: 0 auto;
}

    .p_languageNav_ns.active {
        margin: 0 auto;
        position: fixed;
        top: 38px;
        right: 8%;
        z-index: 99;
    }

.p_languageNav {
}

    .p_languageNav .icon {
        width: 1em;
        height: 1em;
        vertical-align: middle;
        fill: currentColor;
        overflow: hidden;
    }

    .p_languageNav .p_labox {
        display: flex;
        justify-content: flex-end;
    }


        .p_languageNav .p_labox .p_level1Box .p_level1Item .p_menuItem {
            padding: 4px 15px;
            font-size: 14px;
            color: #454340;
            cursor: pointer;
            padding-right: 15px;
            display: flex;
            align-items: center;
            margin: 0;
        }

            .p_languageNav .p_labox .p_level1Box .p_level1Item .p_menuItem svg {
                transition: all ease 0.3s;
                margin: 2px 0 0 7px;
                transform: rotate(0deg);
                fill: #8a8a8a;
                font-size: 25px;
            }

        .p_languageNav .p_labox .p_level1Box .p_menuItem_m {
            display: none;
        }

    .p_languageNav .p_level1Box .p_level2Box .p_menuItem a {
        display: flex;
        align-items: center;
        text-decoration: none;
        color: inherit;
    }

        .p_languageNav .p_level1Box .p_level2Box .p_menuItem a .img_lange {
            display: inline-block;
            width: 35px;
            height: 27px;
            overflow: hidden;
            background: url(../images/bg/langunges.jpg) no-repeat center;
        }

        .p_languageNav .p_level1Box .p_level2Box .p_menuItem a .text_lange {
            padding-left: 10px;
            font-size: 14px;
        }

        .p_languageNav .p_level1Box .p_level2Box .p_menuItem a .img_lange_cn {
            background-position: -12px -12px;
            /* 此样式控制图片内的定位 具体调整 可在前台编辑台测试好了再加上 */
        }

        .p_languageNav .p_level1Box .p_level2Box .p_menuItem a .img_lange_en {
            background-position: -693px -227px;
        }

        .p_languageNav .p_level1Box .p_level2Box .p_menuItem a .img_lange_de {
            background-position: -778px -72px;
        }

        .p_languageNav .p_level1Box .p_level2Box .p_menuItem a .img_lange_es {
            background-position: -352px -390px;
        }

.p_level2Box {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
}

    .p_level2Box.on {
        padding: 10px 0;
        max-height: 200px;
        overflow: auto;
    }

    .p_level2Box li.p_level2Item .p_menuItem:hover {
        background: #f5f5f5;
        color: #005bac !important;
    }

.p_level1Item .main-btn {
    color: #454340;
    text-decoration: none;
   padding: 6px 0;
    display: block;
}
    .p_level1Item .main-btn:hover {
        color: #fff;
        background: var(--primary-color);
    }

@media (min-width:768px) {

    .p_languageNav .p_labox .p_level1Box {
        position: relative;
        width: 160px;
        height: 38px;
    }

        .p_languageNav .p_labox .p_level1Box .p_level1Item {
            background: #fff;
            border-radius: 20px;
            border: 1px solid #FD5E0F;
            z-index: 10;
            position: relative;
            overflow: hidden;
            width: 160px;
        }
}


@media (max-width:1800px) {
    .p_languageNav_ns {
        right: 15px;
    }

        .p_languageNav_ns.active {
            right: 15px;
        }
}

@media (max-width:995px) {


    .p_languageNav_ns {
        top: 50%;
        transform: translate(0, -50%);
    }

        .p_languageNav_ns.active {
            top: 55px;
            transform: translate(0, -50%);
        }
}

@media (max-width:768px) {

    .p_languageNav .p_labox .p_level1Box .p_level1Item .p_menuItem.p_menuItem_pc {
        display: none;
    }

    .p_languageNav .p_labox .p_level1Box .p_level1Item .p_menuItem_m {
        display: block;
    }

    .p_languageNav_ns.active {
        top: 30px;
        transform: translate(0, -50%);
    }

    .p_level2Box {
        background: #fff;
        margin-top: 10px;
        border-radius: 15px;
        width: 160px;
        position: absolute;
        right: -6px;
        top: 25px;
        z-index: 20;
    }

        .p_level2Box.on {
            border: 1px solid rgb(0 0 0 / 5%);
        }

    .p_languageNav .p_labox .p_level1Box .p_level1Item .p_menuItem_m {
        margin: 0;
        font-size: 25px;
        color: #333333;
    }

    .p_languageNav_ns.active .p_labox .p_level1Box .p_level1Item .p_menuItem_m {
        color: #333333;
    }
}

    .section-title .webtitle {
        position: relative;
        margin-bottom: 0px;
        font-size: 30px;
        color: var(--primary-color);
        text-align: center;
        font-weight: bold;
        padding-bottom: 10px;
    }

        .section-title .webtitle::before {
            content: "";
            position: absolute;
            width: 60px;
            left: 0;
            right: 0;
            margin: 0 auto;
            bottom: 2px;
            height: 3px;
            background: var(--primary-color);
        }

        .section-title .webtitle::after {
            content: "";
            position: absolute;
            width: 8px;
            left: 0;
            right: 0;
            margin: 0 auto;
            bottom: 2px;
            height: 8px;
            background: var(--primary-color);
            transition: all 0.2s;
            transform-origin: left;
            transform: rotate(45deg);
        }

.section-title .content {
    width: 100%;
    margin: 0 auto;
    font-size: 18px;
    line-height: 2em;
    text-align: left;
}

@media(max-width:765px) {
    .section-title .webtitle {
        font-size: 26px;
        margin-bottom: 10px;
    }
}

.text-right {
    text-align: right;
}

/*热卖产品*/
.main-warp {
    max-width: 1262px;
    width: 100%;
    margin: 0 auto;
}
.btn_more {
    width: 100px;
    background-color: var(--primary-color);
    display: inline-block;
    text-align: center;
    font-size: 14px;
    line-height: 38px;
    color: #fff;
    border-radius: 30px;
    border: 1px solid transparent;
    transition: all ease .5s;
}
    .btn_more:hover {
        background-color: #fff;
        color: var(--primary-color);
        border: 1px solid var(--primary-color);
    }

.btn_more2 {
    display: inline-block;
    width: 122px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #ddd;
    color: #666;
    border-radius: 5px;
    margin: 5px 0 5px;
    -webkit-transition: all ease .35s;
    -moz-transition: all ease .35s;
    transition: all ease .35s;
}

    .btn_more2:hover {
        background-color: #fff;
        color: var(--primary-color) !important;
    }

.btn_more_fr {
    position: relative;
    margin: 0 auto;
    top: -60px;
    text-align: right;
    right: 26px;
}

    .Index_Proudct_Hot .product-warp .product-info {
        margin-top: 20px;
        padding: 0 0px;
    }

        .Index_Proudct_Hot .product-warp .product-info ul {
            display: flex;
            flex-wrap: wrap;
            clear: both;
            zoom: 1;
            text-align: center;
            margin: 0;
            padding: 0;
            justify-content: flex-start;
        }

        .Index_Proudct_Hot .product-warp .product-info ul li {
            width: 23%;
            float: left;
            box-sizing: border-box;
            margin-right: 1.5%;
            margin-bottom: 10px;
            position: relative;
            font-size: inherit;
            list-style: none;
        }

           /* .Index_Proudct_Hot .product-warp .product-info ul li:nth-of-type(3n) {
                margin-right: 0;
            }*/

            .Index_Proudct_Hot .product-warp .product-info ul li .item-bor {
                padding: 5px;
            }

                .Index_Proudct_Hot .product-warp .product-info ul li .item-bor .img-box img {
                    max-width: 100%;
                    width: 100%;
                    -webkit-transition: transform 1s;
                    -moz-transition: transform 1s;
                    -ms-transition: transform 1s;
                    -o-transition: transform 1s;
                    transition: transform 1s;
                    border: 1px solid #e5e5e5;
                }

                .Index_Proudct_Hot .product-warp .product-info ul li .item-bor a {
                    text-decoration: none;
                }

                .Index_Proudct_Hot .product-warp .product-info ul li .item-bor .img-box {
                    width: 100%;
                    height: 100%;
                    overflow: hidden;
                    box-sizing: border-box;
                    background: #fff;
                }

                .Index_Proudct_Hot .product-warp .product-info ul li .item-bor .item-text {
                    line-height: 2em;
                    font-size: 12px;
                    color: #fff;
                    display: block;
                    padding: 10px;
                    background-color: var(--primary-color);
                    transition: all 1s ease;
                    text-align: center;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }
                .Index_Proudct_Hot .product-warp .product-info ul li .item-bor a:hover .item-text {
                    background-color: var(--secondary-color);
                }
                    .Index_Proudct_Hot .product-warp .product-info ul li .inquire {
                margin-top: 10px;
                position: relative;
                height: 40px;
                display: none;
            }

                .Index_Proudct_Hot .product-warp .product-info ul li .inquire .icon {
                    width: 25px;
                    height: 25px;
                    vertical-align: middle;
                    fill: #646464;
                    overflow: hidden;
                }

                .Index_Proudct_Hot .product-warp .product-info ul li .inquire .inquire-btn {
                    display: inline-block;
                    width: 100%;
                    margin-right: 5px;
                    font-size: 14px;
                    padding: 0;
                    height: 40px;
                    line-height: 40px;
                    box-sizing: border-box;
                    border-radius: 3px;
                    border: 1px solid #d8dde6;
                    background: #eaedef;
                    color: #333;
                    text-indent: -40px;
                    cursor: pointer;
                    outline: none;
                }

                    .Index_Proudct_Hot .product-warp .product-info ul li .inquire .inquire-btn .togetherClass {
                        position: absolute;
                        width: 40px;
                        text-indent: 0;
                        text-align: center;
                        height: 40px;
                        line-height: 40px;
                        bottom: 0;
                        left: 0;
                        transform: translateX(0);
                    }

                .Index_Proudct_Hot .product-warp .product-info ul li .inquire .togetherClass {
                    display: inline-block;
                }

                .Index_Proudct_Hot .product-warp .product-info ul li .inquire .pro-detail {
                    text-align: center;
                    line-height: 40px;
                    width: 40px;
                    height: 40px;
                    line-height: 40px;
                    color: #333;
                    font-size: 14px;
                    text-decoration: none;
                    padding: 0;
                    cursor: pointer;
                    position: absolute;
                    display: block;
                    bottom: 0;
                    right: -1px;
                    margin: 0;
                    overflow: hidden;
                    border-left: 1px solid #d8dde6;
                    text-align: center;
                    background: #eaedef;
                    border-radius: 0 3px 3px 0;
                }

            .Index_Proudct_Hot .product-warp .product-info ul li .herf-top:hover img {
                -webkit-transform: scale(1.2,1.2);
                -moz-transform: scale(1.2,1.2);
                -ms-transform: scale(1.2,1.2);
                -o-transform: scale(1.2,1.2);
                transform: scale(1.2,1.2);
            }

            .Index_Proudct_Hot .product-warp .product-info ul li .inquire .pro-detail .hide-text {
                display: none;
                color: #333;
            }

            .Index_Proudct_Hot .product-warp .product-info ul li .inquire .inquire-btn:hover {
                background: #b8b9b9;
            }

            .Index_Proudct_Hot .product-warp .product-info ul li .inquire .pro-detail:hover {
                text-decoration: none;
                cursor: pointer;
                background: #b8b9b9;
                color: #333;
            }

    .Index_Proudct_Hot .product-warp .more-btn {
        width: 100%;
        text-align: center;
        display: none;
    }

        .Index_Proudct_Hot .product-warp .more-btn a {
            display: inline-block;
            background-color: transparent;
            color: #333;
            border-radius: 3px;
            border-color: #333;
            border-style: solid;
            border-width: 1px;
            height: 40px;
            line-height: 40px;
            padding-left: 30px;
            padding-right: 30px;
            font-size: 14px;
            text-decoration: none;
            position: relative;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            -ms-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
        }

            .Index_Proudct_Hot .product-warp .more-btn a i {
                color: #333;
                font-size: 14px;
            }

            .Index_Proudct_Hot .product-warp .more-btn a:after {
                content: "";
                display: inline-block;
                position: absolute;
                z-index: -1;
                top: 0;
                right: 0;
                width: 0;
                height: 100%;
                background-color: #333;
                -webkit-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
                -ms-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out;
            }

            .Index_Proudct_Hot .product-warp .more-btn a:hover:after {
                width: 100%;
            }

            .Index_Proudct_Hot .product-warp .more-btn a:hover {
                background-color: transparent;
                color: #fff;
                border-radius: 3px;
                border-color: #333;
                border-style: solid;
                border-width: 1px;
            }



@media (max-width:992px) {
    .Index_Proudct_Hot .product-warp .product-info ul li .item-bor .item-text {
        font-size: 14px;
    }

}


@media (max-width:765px) {
    .Index_Proudct_Hot .product-warp {
        padding: 0 10px;
    }

        .Index_Proudct_Hot .product-warp .product-info ul li {
            width: 49.5%;
            margin-right: 1%;
        }

            .Index_Proudct_Hot .product-warp .product-info ul li:nth-of-type(2n) {
                margin-right: 0;
            }

            .Index_Proudct_Hot .product-warp .product-info ul li:nth-of-type(3) {
                margin-right: 1%;
            }
}

@media (max-width:440px) {
    .Index_Proudct_Hot .product-warp .product-info ul li .inquire .inquire-btn span {
        display: none;
    }
}

/* 分页显示 */

.Index_Proudct_Hot .m-page .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .Index_Proudct_Hot .m-page .pagination > li {
        display: inline;
    }

        .Index_Proudct_Hot .m-page .pagination > li.disabled > a {
            color: #777;
            cursor: not-allowed;
            background-color: #fff;
            border-color: #ddd;
        }

        .Index_Proudct_Hot .m-page .pagination > li > a {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
            position: relative;
            float: left;
            padding: 6px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            border: 1px solid #ddd;
        }

    .Index_Proudct_Hot .m-page .pagination > .active > a, .Index_Proudct_Hot .m-page .pagination > .active > a:focus, .Index_Proudct_Hot .m-page .pagination > .active > a:hover, .Index_Proudct_Hot .m-page .pagination > .active > span, .Index_Proudct_Hot .m-page .pagination > .active > span:focus, .Index_Proudct_Hot .m-page .pagination > .active > span:hover {
        z-index: 3;
        color: #fff;
        cursor: default;
        background-color: #337ab7;
        border-color: #337ab7;
    }

    .Index_Proudct_Hot .m-page .pagination > li > a:focus, .Index_Proudct_Hot .m-page .pagination > li > a:hover, .Index_Proudct_Hot .m-page .pagination > li > span:focus, .Index_Proudct_Hot .m-page .pagination > li > span:hover {
        z-index: 2;
        color: #23527c;
        background-color: #eee;
        border-color: #ddd;
    }

.hzjh {
    padding-top: 23px;
    padding-bottom: 55px;
    background: url(../images/bg/BJ3.jpg) no-repeat center top;
    margin-top: 50px;
}

    .hzjh .p-title {
        width: 330px;
        background-color: var(--primary-color);
        font-size: 14px;
        height: 70px;
        color: #fff;
        border-radius: 90px;
        border: 1px solid transparent;
        transition: all ease .5s;
        margin:0px auto 35px auto;
    }

        .hzjh .p-title h2 {
            font-size: 30px;
            font-weight: bold;
            padding: 0;
            margin: 8px 0 0 0;
        }
        .hzjh .p-title p {
            font-size: 14px;
            padding: 0;
            margin: 0;
        }
        .hzjh .p-title .fl h2,
        .hzjh .p-title .fl p {
            color: #fff;
        }

        .hzjh .p-title .fr a {
            background: #fff;
            color: #333;
        }

    .hzjh .list a {
        text-decoration: none;
    }

    .hzjh ul {
        padding: 0;
        margin: 0;
    }

    .hzjh li {
        float: left;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .hzjh .item {
        display: block;
        position: relative;
        -webkit-transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
        transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
        width: 340px;
    }

        .hzjh .item .img {
            height: 360px;
            overflow: hidden;
        }

            .hzjh .item .img img {
                -webkit-transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
                transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
                max-width: inherit;
            }

        .hzjh .item .text {
            background: #fff;
            padding: 20px 15px;
            line-height: 2em;
            font-size: 14px;
        }

            .hzjh .item .text h3 {
                font-size: 16px;
                font-weight: bold;
                color: #333;
                margin-bottom: 10px;
            }

            .hzjh .item .text p {
                font-size: 12px;
                color: #666;
            }

        .hzjh .item .shadow {
            width: 340px;
            height: 500px;
            position: absolute;
            top: 0;
           /* background: url(http://e8a9fa8.3.magic2008.cn/ufile/111761/img/ar_item.png) no-repeat left bottom;*/
        }

        .hzjh .item.active {
            width: 520px;
            height: 490px;
        }

            .hzjh .item.active .img img {
                -webkit-transform: scale(1.1);
                transform: scale(1.1);
            }

            .hzjh .item.active .text {
                padding-top: 11px;
            }
            .hzjh .item.active .shadow {
                width: 100%;
                height: 500px;
                position: absolute;
                top: 0;
                background: none;
            }

                .hzjh .item.active .text h3 {
                    font-size: 24px;
                }

    .hzjh .fl {
        float: left;
    }

    .hzjh .fr {
        float: right;
    }

    .hzjh .clearfix::after, .hzjh .clearfix::before {
        content: "";
        display: block;
        clear: both;
    }

.fr {
    float: right;
}
.p-title .fr a {
    display: block;
    width: 160px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #333;
    color: #fff;
    font-size: 16px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.home-title {
    text-align: center;
}

    .home-title .en {
        color: var(--primary-color);
        text-transform: uppercase;
        font-size: 30px;
        line-height: 45px;
    }

    .home-title .cn {
        color: rgb(255, 255, 255);
        position: relative;
        font-size: 24px;
        line-height: 36px;
    }

        .home-title .cn i {
            display: block;
        }

            .home-title .cn i.left {
                position: absolute;
                left: 0;
                top: 18px;
            }

            .home-title .cn i.right {
                position: absolute;
                right: 0;
                top: 18px;
            }

.home-title {
    padding: 50px 0 60px;
}

.home-text .home-title .cn i {
    width: 42%;
}

.home-title .cn i {
    border-bottom: 2px solid #fff;
    width: 45%;
}

.home-text .home-title .cn {
    color: #000;
}

    .home-text .home-title .cn i {
        border-bottom: 2px solid #cccccc;
    }

.home-aboutus .row {
    padding-bottom: 20px;
}

.home-aboutus .box .title {
    color: #fff;
    margin-bottom: 10px;
    font-size: 30px;
}

.youbox {
    width:100%;
    margin: 0 auto 45px;
}

    .youbox .yadd {
        margin-top: 20px;
        display: flex;
        flex-wrap: wrap;
    }

.youbox ul  li {
    list-style: none;
}
        .youbox .yadd li {
            width: 20%;
            background: #fff;
            border: 0px solid #ddd;
            text-align: center;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

            .youbox .yadd li h2 {
                color: #fff;
                font-size: 30px;
                background: var(--primary-color);
                width: 60px;
                line-height: 60px;
                margin: 0 auto;
                border-radius: 50%;
            }

            .youbox .yadd li h3 {
                font-weight: bold;
                color: var(--primary-color);
                font-size: 24px;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                margin-top: 1vw;
            }

            .youbox .yadd li:hover {
                transform: translateY(-6px);
                -webkit-transform: translateY(-6px);
                -moz-transform: translateY(-6px);
                box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
                -webkit-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
                -moz-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
            }

            .youbox .yadd li h4 {
                width: 45px;
                height: 3px;
                background: var(--primary-color);
                margin: 0 auto;
                margin-top: 16px;
            }

            .youbox .yadd li h5 {
                color: #999;
                font-size: 14px;
                line-height: 2;
                width: 85%;
                margin: 0.5vw auto 0.5vw;
                font-weight: normal;
            }

.Advantage-win {
    max-width: 1400px;
    margin: 0 auto;
}

.Advantage-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .Advantage-row .Advant-fl {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 20%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        padding-top:30px;
    }

        .Advantage-row .Advant-fl .app_item {
            background-color: #fff;
            height: 100%;
            transition: all 0.3s ease;
            overflow: hidden;
            border-bottom: 5px solid #313130;
        }
            .Advantage-row .Advant-fl .app_item a img {
                max-width: 100%;
                width: 100%;
                -webkit-transition: transform 1s;
                -moz-transition: transform 1s;
                -ms-transition: transform 1s;
                -o-transition: transform 1s;
                transition: transform 1s;
                border: 1px solid #e5e5e5;
            }
            .Advantage-row .Advant-fl .app_item a:hover img {
                -webkit-transform: scale(1.2,1.2);
                 -moz-transform: scale(1.2,1.2);
                -ms-transform: scale(1.2,1.2);
                -o-transform: scale(1.2,1.2);
                transform: scale(1.2,1.2); 
            }

        
            .Advantage-row .Advant-fl h3 {
            color: #040000;
            font-family: "Poppins-Medium";
            font-size: 12px;
            padding: 15px;
            padding-bottom: 10px;
            transition: all 1s ease;
        }

        .Advantage-row .Advant-fl p {
            padding: 15px;
            padding-top: 0;
            color: #686868;
            text-align: left;
            font-size: 12px;
            margin-bottom: 0;
        }

@media(max-width:765px) {
    .Advantage-row .Advant-fl {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
}



 
.btn-read-more {
    background-color: #FF6666;
    color: #fff;
    font-size: .8rem;
}

    .btn-read-more:hover {
        background-color: #01556f;
        color: #fff;
    }

.btn_hide {
    border: 1px solid #eee;
    background-color: #ccc;
    padding: 0 .5rem;
    color: #000;
}

.about_text .btn-more .icon {
    width: 32px;
    height: 32px;
    fill: #f66;
}

.about_img::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(10 10 10 / 50%);
    position: absolute;
    left: 0;
    top: 0;
}

.titc {
    text-align: center;
    margin-top: 80px;
    position: relative;
    padding-bottom: 40px;
}

    .titc .tit {
        font-size: 40px;
        font-weight: normal;
        color: var(--secondary-color);
        position: relative;
        padding-bottom: 22px;
        margin-bottom: 22px;
    }

    .titc .tit::after {
        content: "";
        left: calc(50% - 85px);
        bottom: 0px;
        width: 190px;
        height: 6px;
        position: absolute;
        background: url(http://c8dc5m9.4.magic2008.cn/ufile/124357/newdir_image/titimg.png) no-repeat;
    }

.titc .en {
    font-size: 100px;
    color: rgb(241, 241, 241);
    z-index: -1;
    top: -34px;
    text-transform: uppercase;
    font-weight: bold;
    position: absolute;
    width: 100%;
    text-align: center;
}

@media(max-width:992px) {
    .titc .tit {
        font-size: 35px;
    }

    .titc .en {
        font-size: 75px;
    }
}


@media(max-width:768px) {

    .titc {
        margin-top: 44px;
        padding-bottom: 20px;
    }

        .titc .tit {
            font-size: 25px;
            padding-bottom: 15px;
            margin-bottom: 15px;
        }

            .titc .tit::after {
                left: calc(50% - 65px);
                bottom: 0px;
                width: 115px;
                background-size: contain;
            }

        .titc .en {
            font-size: 45px;
            top: -25px;
        }
}

.section-title {
    margin: 45px auto 45px 0;
    text-align: center;
    font-size: 30px;
}

    .section-title strong {
        color: #f8bd01;
        font-size: 40px;
    }

    .section-title p {
        margin-top: 10px;
        font-size: 0;
    }

    .section-title span {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        font-size: 30px;
        padding: 0 20px;
        color: var(--primary-color);
        font-weight: bold;
    }

        .section-title span:before {
            margin-left: -60px;
        }

        .section-title span:after {
            margin-left: 20px;
        }

        .section-title span:before, .section-title span:after {
            position: absolute;
            top: 50%;
            content: '';
            width: 40px;
            height: 2px;
            background-color: var(--primary-color);
        }

.in-flow {
    padding: 0;
    display: flex;
    justify-content: space-between;
}
    .in-flow li:first-child {
        background:none;
    }
    .in-flow li {
        float: left;
        width: 120px;
        text-align: center;
        color: #333;
        font-weight: bold;
        font-size: 14px;
        list-style: none;
        background: url(../images/others/jiantou.png) no-repeat 0px 40px;
    }

        .in-flow li .icon {
            display: block;
            width: 90px;
            height: 90px;
            margin: 0 auto 12px;
            position: relative;
        }

            .in-flow li .icon i:before {
                content: '';
            }

            .in-flow li .icon i,
            .in-flow li .icon i:before {
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                background: url(../images/others/order_lc.png)
            }

                .in-flow li .icon i.default {
                    background-position: 0 0;
                    -webkit-transform: translateX(0) rotate(0);
                    transform: translateX(0) rotate(0);
                    -webkit-transition: all 0.35s ease-out;
                    transition: all 0.35s ease-out;
                }

                .in-flow li .icon i.hover {
                     background-position: 0 -90px;
                    opacity: 1;
                    visibility: hidden;
                    -webkit-transform: scale(0.5);
                    transform: scale(0.5);
                    -webkit-transition: all 0.1s ease 0.2s;
                    transition: all 0.1s ease 0.2s;
                    background: #fd5e0f;
                    border-radius: 50%;
                }
        .in-flow li.i1 .icon i:before {
            background-position: 0 -180px;
        }
        .in-flow li.i1 .icon i.hover:before {
            filter: brightness(100);
        }  

     .in-flow li.i2 .icon i:before {
                background-position: 0 -270px;
            }
        .in-flow li.i2 .icon i.hover:before {
            filter: brightness(100);
        }

        .in-flow li.i3 .icon i:before {
            background-position: 0 -360px;
        }

        .in-flow li.i3 .icon i.hover:before {
            filter: brightness(100);
        }
        .in-flow li.i4 .icon i:before {
            background-position: 0 -450px;
        }
        .in-flow li.i4 .icon i.hover:before {
            filter: brightness(100);
        }

        .in-flow li.i5 .icon i:before {
            background-position: 0 -540px;
        }

        .in-flow li.i5 .icon i.hover:before {
            filter: brightness(100);
        }
        .in-flow li.i6 .icon i:before {
            background-position: 0 -630px;
        }
        .in-flow li.i6 .icon i.hover:before {
            filter: brightness(100);
        }

        .in-flow li.i7 .icon i:before {
            background-position: 0 -720px;
        }
        .in-flow li.i7 .icon i.hover:before {
            filter: brightness(100);
        }
        .in-flow li.i8 .icon i:before {
            background-position: 0 -810px;
        }
        .in-flow li.i8 .icon i.hover:before {
            filter: brightness(100);
        }
        .in-flow li.i9 .icon i:before {
            background-position: 0 -900px;
        }
        .in-flow li.i9 .icon i.hover:before {
            filter: brightness(100);
        }
        .in-flow li.i10 .icon i:before {
            background-position: 0 -990px;
        }
        .in-flow li.i10 .icon i.hover:before {
            filter: brightness(100);
        }
        .in-flow li:hover .icon i.default {
            opacity: 0;
            visibility: hidden;
            -webkit-transform: translateX(100%) rotate(180deg);
            transform: translateX(100%) rotate(180deg);
        }

        .in-flow li:hover .icon i.hover {
            visibility: visible;
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }


/*常见问题*/
.cjwt .chear-up {
    width: 100%;
    max-width: 1560px;
    position: relative;
    margin: 0 auto;
    padding: 0 10px;
}

    .cjwt .chear-up .x-faq-list {
        visibility: visible;
    }

        .cjwt .chear-up .x-faq-list ul {
            position: relative;
        }

            .cjwt .chear-up .x-faq-list ul li {
                list-style-type: none;
                margin-bottom: 3vh;
                float: left;
                padding: 10px 15px;
                transition: ease all .5s;
                border-bottom: 0px solid #ececec;
                min-height: 156px;
            }

                .cjwt .chear-up .x-faq-list ul li > a:hover {
                    text-decoration: none;
                }

                .cjwt .chear-up .x-faq-list ul li h3 {
                    color: #333333;
                    font-size: 14px;
                    line-height: 30px;
                    margin-bottom: 13px;
                    padding-bottom: 13px;
                    border-bottom: 1px solid #e4e4e4;
                    position: relative;
                    padding-left: 40px;
                    background: url(../images/others/ask.png) no-repeat top left;
                    background-size: 30px;
                }

.cjwt .x-faq-list li:hover h3 {
    color: var(--primary-color) !important;
}

.cjwt .chear-up .x-faq-list > div {
    margin: 0;
}

.cjwt .chear-up .x-faq-list ul li h3 span, .chear-up .x-faq-list ul li .answer span {
    display: inline-block;
    width: 3rem;
    height: 1.35rem;
    line-height: 1.35rem;
    /*background-color: #888;*/
    margin-right: 5px;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 0;
}

    .cjwt .chear-up .x-faq-list ul li h3 span::after, .chear-up .x-faq-list ul li .answer span::after {
        content: '';
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
        display: inline-block;
        width: 0;
        height: 0;
        border-bottom: 6px solid transparent;
        border-left: 0px solid transparent;
        border-right: 6px solid #ffffff;
    }

.cjwt .chear-up .x-faq-list ul li .answer {
    color: #888;
    font-size: 14px;
    position: relative;
    padding-left: 40px;
    background: url(../images/others/answer.png) no-repeat top left;
    background-size: 30px;
    padding-bottom: 10px;
}

    .cjwt .chear-up .x-faq-list ul li .answer p {
        width: 100%;
        padding: 0;
        margin: 0;
        line-height: 23px;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .cjwt .chear-up .x-faq-list ul li .answer span {
        /*background-color: var(--primary-color);*/
        vertical-align: top;
        font-size: 0;
    }

.cjwt .chear-up .x-faq-list ul li:hover {
    box-shadow: 0 0 10px #1466b1;
    border-radius: 7px;
}


.btn_message {
    background: #1c2c2b;
    padding-bottom: 130px;
    padding-top: 130px;
}
    .btn_message .text-uppercase {
        color: #fff;
    }
    .btn_message p {
        margin-top: 20px;
        color: #fff;
        font-size: 16px;
        line-height: 2em;
    }
.btn_message .btn_maxwidth {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

        .btn_message .btn_maxwidth .buttondemo {
            text-align: center;
            margin-top: 25px;
        }

            .btn_message .btn_maxwidth .buttondemo .main-btn {
                display: inline-flex;
                align-items: center;
                padding: 12px 35px;
                background-color: var(--primary-color);
                color: #fff;
                font-size: 16px;
                text-transform: uppercase;
                text-decoration: underline;
                font-weight: 700;
                border-radius: 5px;
                transition: all .3s;
                cursor: pointer;
                text-decoration: none;
            }

            .btn_message .btn_maxwidth .buttondemo:hover .main-btn {
                background-color: #313130;
                color: #fff;
            }

@media(max-width:992px) {
    .btn_message {
        padding: 35px 0 !important;
    }
}

.select-styled {
    font-size: 14px;
    text-align: left;
}
.btn-close {
    font-size: 14px;
}

#toolbar {
    position: fixed;
    z-index: 9999;
    right: 17px;
    bottom: 15%;
}

    #toolbar ul {
        padding: 0;
        margin: 0;
    }

    #toolbar li {
        margin-bottom: 3px;
        font-size: 0;
        width: 57px;
        height: 57px;
        right: 0;
        position: relative;
        list-style: none;
    }

        #toolbar li a {
            display: block;
            position: absolute;
            z-index: 9;
            right: 0;
            top: 0;
            width: 57px;
            height: 57px;
            overflow: hidden;
            background: #FD5E0F;
            -webkit-transition: all .5s ease;
            transition: all .5s ease;
            white-space: nowrap;
            font-size: 0;
        }

        #toolbar li .icon-font {
            display: inline-block;
            vertical-align: middle;
            width: 57px;
            height: 57px;
            background-color: #f77839;
            position: relative;
        }

        #toolbar li .wz {
            display: inline-block;
            line-height: 57px;
            font-size: 14px;
            color: #fff;
            vertical-align: middle;
        }

        #toolbar li .icon-font:after {
            content: "";
            width: 30px;
            height: 30px;
            background-image: url(../images/icon_spirit2.png);
            background-repeat: no-repeat;
            position: absolute;
            left: calc(50% - 15px);
            top: calc(50% - 15px);
        }

        #toolbar li .icon-qq:after {
            background-position: -30px -121px;
        }

        #toolbar li:hover .icon-qq:after {
            background-position: -30px -121px;
        }

        #toolbar li .icon-phone:after {
            background-position: -30px -61px;
        }

        #toolbar li:hover .icon-phone:after {
            background-position: -30px -61px;
        }

        #toolbar li .icon-ewm:after {
            background-position: -30px -1px;
        }

        #toolbar li:hover .icon-ewm:after {
            background-position: -30px -1px;
        }

        #toolbar li .icon-message:after {
            background-position: -30px -92px;
        }

        #toolbar li:hover .icon-message:after {
            background-position: -30px -92px;
        }

        #toolbar li .icon-top:after {
            background-position: -30px -31px;
        }

        #toolbar li:hover .icon-top:after {
            background-position: -30px -31px;
        }

        #toolbar li .icon-skype:after {
            background-position: -30px -151px;
        }

        #toolbar li:hover .icon-skype:after {
            background-position: -30px -151px;
        }

        #toolbar li .icon-email:after {
            background-position: -30px -182px;
        }

        #toolbar li:hover .icon-email:after {
            background-position: -30px -181px;
        }

        #toolbar li.ewm:hover .ewm-box {
            opacity: 1;
            visibility: visible;
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }

        #toolbar li.ewm .ewm-box {
            position: absolute;
            z-index: 1;
            padding: 5px;
            background: #FD5E0F;
            width: 110px;
            right: 120%;
            bottom: 0;
            opacity: 0;
            visibility: hidden;
            -webkit-transform: translateX(100%);
            transform: translateX(100%);
            -webkit-transition: all .7s;
            transition: all .7s;
        }
            #toolbar li.ewm .ewm-box p {
                color: #fff;
                font-size: 13px;
                text-align: center;
                margin-bottom: 5px;
            }
            #toolbar li.ewm .ewm-box img {
                max-width: 100%;
            }

        #toolbar li:hover a {
            width: 230px;
        }

        #toolbar li:hover .icon-font {
            background-color: #FD5E0F;
        }

    #toolbar .backtop {
        cursor: pointer;
    }

@media (max-width:765px) {
    #toolbar {
        display: none;
    }
}

/* 关于我们区块样式 */
.about_us {
    width: 100%;
    padding: 0;
}

.about_container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.about_flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
}

.about_left,
.about_right {
    flex: 1 1 45%;
    min-width: 300px;
}

.about_right {
    padding: 30px;
}

.text_title {
    font-size: 16px;
    color: var(--primary-color);
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.display_text {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--primary-color);
    margin-bottom: 25px;
    position: relative;
}

    .display_text:after {
        content: '';
        display: block;
        width: 60px;
        height: 3px;
        background: var(--primary-color);
        margin-top: 15px;
    }

.content_text p {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 20px;
}

.btn_about {
    display: inline-block;
    padding: 15px 35px;
    background-color: var(--primary-color);
    color: white;
    border: none;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(253, 140, 78, 0.3);
}

    .btn_about:hover {
        background: linear-gradient(to right, #fd5e0f 0%, #f77839 100%);
        transform: translateY(-3px);
        color: white;
        box-shadow: 0 6px 20px rgba(253, 140, 78, 0.4);
    }

/* 图片区块和播放按钮 */
.image_block {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

    .image_block:hover {
        transform: translateY(-5px);
    }

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

    .play-btn:hover {
        background: white;
        transform: translate(-50%, -50%) scale(1.1);
    }

    .play-btn .icon {
        width: 35px;
        height: 35px;
        fill: #0063B2;
    }

/* 自定义弹窗样式 */
.jq-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

    .jq-modal.active {
        opacity: 1;
    }

.jq-modal-content {
    position: relative;
    width: 90%;
    margin: 25px auto 0;
    max-width: 1000px;
    background: #ffffff;
    padding: 15px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    transform: scale(0.9);
    transition: transform 0.3s ease;
}

.jq-modal.active .jq-modal-content {
    transform: scale(1);
}

.jq-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
}

    .jq-modal-close:hover {
        background: rgba(255, 255, 255, 0.2);
    }

    .jq-modal-close:before,
    .jq-modal-close:after {
        content: '';
        position: absolute;
        width: 20px;
        height: 2px;
        background: white;
    }

    .jq-modal-close:before {
        transform: rotate(45deg);
    }

    .jq-modal-close:after {
        transform: rotate(-45deg);
    }

.jq-video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 比例 */
    height: 0;
    overflow: hidden;
}

    .jq-video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
    }

/* 加载动画 */
.jq-modal-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: #0063B2;
    animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes play {
    0% {
        transform: translate(-50%, -50%) scale(0.9);
    }

    100% {
        transform: translate(-50%, -50%) scale(1.1);
    }
}

/* 响应式设计 */
@media (max-width: 768px) {
    .about_flex {
        flex-direction: column;
    }

    .about_left,
    .about_right {
        flex: 1 1 100%;
        padding: 0;
    }

    .display_text {
        font-size: 22px;
    }

    .play-btn {
        width: 60px;
        height: 60px;
    }

    .jq-modal-content {
        width: 95%;
    }
}


/* 荣誉资质 */

.honor-container { }


/* Swiper容器样式 */
.honor-swiper {
    width: 100%;
    padding: 20px 0;
}

.swiper-wrapper {
    transition-timing-function: linear; /* 线性过渡，滚动更平滑 */
}

.honor-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px; /* 卡片间距 */
}

.honor-card {
    width: 100%;
    background-color: #fff;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .honor-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.12);
    }

.honor-img {
    width: 100%;
    height: 180px;
    object-fit: contain; /* 保持图片比例，完整显示 */
    margin-bottom: 15px;
    border-radius: 4px;
}

.honor-name {
    font-size: 14px;
    color: #333;
    text-align: center;
    padding: 0 5px;
    line-height: 1.4;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 隐藏默认导航按钮，使用自定义样式 */
.swiper-button-prev,
.swiper-button-next {
    width: 40px;
    height: 40px;
    background-color: rgba(255,255,255,0.9);
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    color: #3498db;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.8;
    transition: all 0.3s ease;
}

    .swiper-button-prev:hover,
    .swiper-button-next:hover {
        opacity: 1;
        transform: translateY(-50%) scale(1.1);
    }

    .swiper-button-prev::after,
    .swiper-button-next::after {
        font-size: 18px;
        font-weight: bold;
    }

/* 响应式调整 */
@media (max-width: 992px) {
    .honor-img {
        height: 150px;
    }
}

@media (max-width: 768px) {
    .honor-img {
        height: 130px;
    }

    .honor-name {
        font-size: 13px;
    }

    .swiper-button-prev,
    .swiper-button-next {
        width: 34px;
        height: 34px;
    }
}

@media (max-width: 576px) {
    .honor-img {
        height: 110px;
    }

    .section-title {
        font-size: 22px;
    }
}


.left_product {
    font: 14px/1.43 "Microsoft Yahei", Arial, sans-serif;
    color: #666;
}

    .left_product * {
        padding: 0;
        margin: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .left_product ul, .box1049_1 li {
        list-style: none;
    }

    .left_product a {
        text-decoration: none;
        color: inherit;
    }

    .left_product img {
        max-width: 100%;
        vertical-align: middle;
        border: 0;
    }

    .left_product .sortNav {
        width: 100%;
    }

    .left_product .sortTitle {
        background: var(--primary-color);
        color: #fff;
        font-size: 24px;
        font-weight: normal;
        text-align: center;
        line-height: 80px;
        height: 80px;
        margin-bottom: 0px;
    }

    .left_product .sortList {
        background: #f0f0f0;
        border: 1px solid #dedede;
        border-radius: 0 0 3px 3px;
    }

    .left_product .navItem {
        overflow: hidden;
        border-bottom: 1px solid #eee;
        position: relative;
        background-color: #f7f7f7;
    }

        .left_product .navItem:last-child {
            border-bottom: none;
        }

        .left_product .navItem > a {
            position: relative;
            display: block;
            vertical-align: middle;
            /*background-color: #f7f7f7;*/
            font-size: 15px;
            color: #666;
            padding: 0 25px;
            margin-bottom: 1px;
            height: 45px;
            line-height: 45px;
        }

        .left_product .navItem > channel-main:after {
            content: '';
            position: absolute;
            display: block;
            width: 16px;
            height: 16px;
            top: 14px;
            right: 10px;
            background-image: url(../images/others/r_d.png);
            background-repeat: no-repeat;
        }

        .left_product .navItem:hover {
            background-color: var(--primary-color);
            color: #fff;
        }
        .left_product .navItem:hover > a {
          /*  background-color: var(--primary-color);*/
            color: #fff;
        }

    .left_product .selected a {
        background-color: var(--primary-color);
        color: #fff;
    }
    .left_product .m-f {
        background-color: var(--primary-color);
    }
    .left_product .m-f > a {
        color: #fff;
    }
    .left_product .navItem .channel-main {
        float: right;
        width: 20%;
        text-align: right;
    }
    .left_product .navItem .channel-main_left {
        float: left;
        width: 79%;
        display:block !important;
    }

    .left_product .navItem:hover > channel-main:after {
        background-image: url(../images/others/r_w.png);
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
    }

        .left_product .navItem.m-f > a {
            color: #fff;
        }

    .left_product .navItem.m-f > channel-main::after {
        background-image: url(../images/others/r_w.png);
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
    }

    .left_product .navItem.m-f .subnav {
        display: block;
        clear: both;
    }

            .left_product .navItem.m-f .subnav .m-s .three-stage {
                display: block;
            }

    .left_product .subnav {
        background: #fff;
        display: none;
    }

        .left_product .subnav > li > a {
            font-size: 14px;
            color: #666;
            padding: 15px 30px;
            position: relative;
            display: block;
            border-bottom: 1px solid #ddd;
            -webkit-transform: .3s;
            transition: transform .3s;
        }

            .left_product .subnav > li > a:hover {
                color: var(--primary-color);
            }

            .left_product .subnav > li > a:after {
                content: '';
                position: absolute;
                display: block;
                width: 16px;
                height: 16px;
                top: 14px;
                right: 10px;
               /* background-image: url(../images/others/r_d.png);*/
                background-repeat: no-repeat;
                -webkit-transition: -webkit-transform .3s;
                transition: -webkit-transform .3s;
                transition: transform .3s;
                transition: transform .3s, -webkit-transform .3s;
            }

        .left_product .subnav .m-s > a {
            color: #f72b2c;
            background-color: #f7f7f7;
            font-weight: bold;
        }

            .left_product .subnav .m-s > a::after {
               /* background-image: url(../images/others/r_d.png);*/
                transform: rotate(90deg);
                -webkit-transform: rotate(90deg);
            }

    .left_product .three-stage {
        background: #fff;
        border-bottom: 1px solid #ddd;
        display: none;
    }

        .left_product .three-stage li a {
            position: relative;
            display: block;
            font-size: 4px;
            color: #888;
            padding: 10px 10px 10px 40px;
            position: relative;
        }

            .left_product .three-stage li a:hover {
                color: #086CF4;
            }

            .left_product .three-stage li a:after {
                content: '';
                position: absolute;
                display: block;
                width: 16px;
                height: 16px;
                top: 10px;
                left: 20px;
                background-image: url(../images/others/r_d.png);
                background-repeat: no-repeat;
                -webkit-transition: -webkit-transform .3s;
                transition: -webkit-transform .3s;
                transition: transform .3s;
                transition: transform .3s, -webkit-transform .3s;
            }

        .left_product .three-stage li.cur a {
            color: #086CF4;
        }

.left_product_hot {
    padding: 0px;
    border-radius: 4px;
    background-color: #fff;
    position: relative;
}

    .left_product_hot .list_item {
        margin-bottom: 20px;
        border: 1px solid #EEEEEE;
        border-radius: 4px;
    }


/*市场优势*/
.zy3 {
    padding: 40px 0 50px;
}

.zy3 h2 {
    margin-top: 20px;
}

.zy3 ul {
    padding-top: 20px;
}

    .zy3 ul li {
        width: 18%;
        float: left;
        margin-right: 30px;
        padding: 10px 15px;
        max-height: 230px;
        margin-bottom: 30px;
        background: #ffffff;
        transition: 0.4s all;
        border-radius: 10px;
        box-shadow: 3px 3px 20px 1px #eee;
        border-bottom: 2px solid var(--primary-color);
        list-style: none;
    }

        .zy3 ul li:nth-child(5n) {
            margin-right: 0;
        }

        .zy3 ul li b {
            display: block;
            width: 50px;
            height: 1px;
            margin: 0 auto;
            border-radius: 50%;
            border-bottom: 1px solid #5439ac;
        }

            .zy3 ul li img {
                width: 50px;
            }

        .zy3 ul li p {
            text-align: center;
            padding: 15px 0px;
            line-height: 30px;
            font-size: 14px;
        }

        .zy3 ul li:hover {
            -webkit-transform: translateY(-10px);
            -o-transform: translateY(-10px);
            -ms-transform: translateY(-10px);
            -moz-transform: translateY(-10px);
            border-bottom: 2px solid var(--primary-color);
        }

            .zy3 ul li:hover h3 {
            }

.zy3 h3 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
    color: #222;
}

.zy3 ul i {
    display: block;
    text-align: center;
}

/*内页导航*/


.ny_menu {
    margin-top: 20px;
}

.ny_menu .m-site {
    padding: 15px 0;
    margin-bottom: 50px;
    border-bottom: 1px solid #efefef;
}

    .ny_menu .m-site .pos label {
        font-weight: 400;
    }

    .ny_menu .m-site .pos label, .m-site .pos a, .m-site .pos span {
        font-size: 14px;
        color: #333333;
    }

    .ny_menu .m-site .pos span {
        margin: 0 8px;
    }

    .ny_menu .m-site .pos a:hover {
        color: #b83532;
    }

@media (max-width: 768px) {
    .ny_menu .m-site {
        padding: 15px 0;
        margin-bottom: 30px;
        border-bottom: 1px solid #efefef;
    }

        .ny_menu .m-site .pos {
            float: left;
            width: 75%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            color: #999;
        }

        .ny_menu .m-site .more {
            float: right;
            color: #666;
        }
}

@media (min-width: 768px) {
    .ny_menu .m-classify {
        margin-bottom: 50px;
    }

        .ny_menu .m-classify ul {
            text-align: center;
        }

            .ny_menu .m-classify ul li {
                display: inline-block;
                margin: 5px 5px;
            }

                .ny_menu .m-classify ul li a {
                    display: block;
                    background-color: #efefef;
                    color: #666;
                    line-height: 40px;
                    padding: 0 30px;
                    -webkit-transition: all ease .3s;
                    transition: all ease .3s;
                }

                    .ny_menu .m-classify ul li a:hover {
                        background-color: var(--primary-color);
                        color: #fff;
                    }

                .ny_menu .m-classify ul li.active a {
                    background-color: var(--primary-color);
                    color: #fff;
                }
}

@media (max-width: 768px) {
    .ny_menu .m-classify .mask {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.15);
        z-index: 10001;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all ease .3s;
        transition: all ease .3s;
    }

    .ny_menu .m-classify ul {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 70%;
        background-color: #fff;
        z-index: 10003;
        -webkit-transition: all ease .3s;
        transition: all ease .3s;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

        .ny_menu .m-classify ul h3 {
            font-size: 20px;
            padding: 15px;
            border-bottom: 1px solid #efefef;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .ny_menu .m-classify ul li a {
            display: block;
            color: #666;
            font-size: 14px;
            line-height: 40px;
            padding: 0 15px;
            -webkit-transition: all ease .3s;
            transition: all ease .3s;
            border-bottom: 1px solid #efefef;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            .ny_menu .m-classify ul li a:hover {
                background-color: var(--primary-color);
                color: #fff;
                border-bottom: 1px solid #fff;
            }

        .ny_menu .m-classify ul li.active a {
            background-color: var(--primary-color);
            color: #fff;
            border-bottom: 1px solid #fff;
        }

    .ny_menu .m-classify.show .mask {
        opacity: 1;
        visibility: visible;
    }

    .ny_menu .m-classify.show ul {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}


/*图片列表样式1*/

.imgList {
    margin-bottom: 60px;
}

.imgList .in-image .image-list .item {
    margin-bottom: 30px;
    overflow: hidden;
    width: 25%;
}

    .imgList .in-image .image-list .item .wrap {
        position: relative;
        overflow: hidden;
        border: 1px solid #E1E1E1;
        border-radius: 5px;
    }

    .imgList .in-image .image-list .item a {
        display: block;
    }

    .imgList .in-image .image-list .item .img {
        overflow: hidden;
    }

        .imgList .in-image .image-list .item .img img {
            -webkit-transition: all ease .5s;
            transition: all ease .5s;
        }

    .imgList .in-image .image-list .item .title {
        width: 100%;
        line-height:2em;
        background-color: #fff;
        color: #666666;
        font-size: 14px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: all ease .3s;
        transition: all ease .3s;
        text-align: center;
        border-bottom: 0px solid #E1E1E1;
        padding:0; margin:10px 0 10px 0;
    }

    .imgList .in-image .image-list .item:hover .img img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

.imgList .m-page {
    text-align: center;
}

.imgList .pagination > li {
    display: inline-block;
}

.imgList .m-page .pagination > li > a, .imgList .m-page .pagination > li > span {
    color: #777;
}

.imgList .m-page .pagination > .active > a, .imgList .m-page .pagination > .active > span, .imgList .m-page .pagination > .active > a:hover, .imgList .m-page .pagination > .active > span:hover, .imgList .m-page .pagination > .active > a:focus, .imgList .m-page .pagination > .active > span:focus {
    background-color: #b83532;
    border-color: #b83532;
    color: #fff;
}

.imgList .m-page .pagination > li > a:hover, .imgList .m-page .pagination > li > span:hover, .imgList .m-page .pagination > li > a:focus, .imgList .m-page .pagination > li > span:focus {
    background-color: #b83532;
    border-color: #b83532;
    color: #fff;
}

@media (max-width: 768px) {
    .imgList {
        margin: 0;
    }

        .imgList .m-page {
            margin: 0;
        }

        .imgList .in-image .image-list .item {
            width: 100%;
        }
}
/*图片列表样式2*/

.imgList2 {
    margin-bottom: 60px;
}

    .imgList2 .in-image .image-list .item {
        margin-bottom: 30px;
        overflow: hidden;
        width: 25%;
    }

        .imgList2 .in-image .image-list .item .wrap {
            position: relative;
            overflow: hidden;
            border: 1px solid #E1E1E1;
            border-radius: 0px;
        }
            .imgList2 .in-image .image-list .item .wrap:hover .title {
                background: var(--primary-color);
                color: #fff;
            }
            }

            .imgList2 .in-image .image-list .item a {
                display: block;
            }

        .imgList2 .in-image .image-list .item .img {
            overflow: hidden;
        }

            .imgList2 .in-image .image-list .item .img img {
                -webkit-transition: all ease .5s;
                transition: all ease .5s;
            }

.imgList2 .in-image .image-list .item .title {
    width: 100%;
    line-height: 50px;
    height: 50px;
    background-color: #f4f4f4;
    color: #666666;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    text-align: center;
    border-bottom: 0px solid #E1E1E1;
    padding: 0;
    margin: 10px 0 0px 0;
}

        .imgList2 .in-image .image-list .item:hover .img img {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }

    .imgList2 .m-page {
        text-align: center;
    }

    .imgList2 .pagination > li {
        display: inline-block;
    }

    .imgList2 .m-page .pagination > li > a, .imgList .m-page .pagination > li > span {
        color: #777;
    }

    .imgList2 .m-page .pagination > .active > a, .imgList .m-page .pagination > .active > span, .imgList .m-page .pagination > .active > a:hover, .imgList .m-page .pagination > .active > span:hover, .imgList .m-page .pagination > .active > a:focus, .imgList .m-page .pagination > .active > span:focus {
        background-color: #b83532;
        border-color: #b83532;
        color: #fff;
    }

    .imgList2 .m-page .pagination > li > a:hover, .imgList .m-page .pagination > li > span:hover, .imgList .m-page .pagination > li > a:focus, .imgList .m-page .pagination > li > span:focus {
        background-color: #b83532;
        border-color: #b83532;
        color: #fff;
    }

@media (max-width: 768px) {
    .imgList2 {
        margin: 0;
    }

        .imgList2 .m-page {
            margin: 0;
        }

        .imgList2 .in-image .image-list .item {
            width: 100%;
        }
}

/*产品详细页面*/
.w1280 {
    width: 1280px;
    margin: 0 auto;
}
 .w1280 .w250 {
        width: 250px;
        float: left;
        margin-right: 10px;
    }
 .w1280 .w1020 {
        width: 1020px;
        float: left;
    }

.bt {
    font-size: 32px;
    font-weight: normal;
    text-align: center;
    color: #333;
    position: relative;
    margin: 30px 0 70px 0;
}
.bt span {
    display: block;
    font-size: 17px;
    text-transform: uppercase;
    padding-top: 20px;
    font-family: light;
}

.bt:before {
    content: "";
    position: absolute;
    background: #cacaca;
    width: 380px;
    height: 1px;
    top: 100px;
    left: 275px;
}

/*相关产品*/


.Related_Products {
    background-color: #fff;
}

    .Related_Products .product_title {
        height: 77px;
        line-height: 77px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #dcdcdc;
        margin-bottom: 15px;
    }

        .Related_Products .product_title span {
            float: left;
        }

        .Related_Products .product_title b {
            font-size: 26px;
            font-weight: bolder;
            color: #555;
        }

        .Related_Products .product_title strong {
            display: none;
            font-size: 18px;
            font-weight: bolder;
            color: #aaa8a9;
        }

        .Related_Products .product_title .more {
            display: none;
            font-family: Arial;
            font-size: 12px;
            font-weight: normal;
            color: #000;
            float: right;
        }

        .Related_Products .product_title a:hover {
            color: #666;
        }

    .Related_Products .product ul {
    }

    .Related_Products .product .product_li {
        float: left;
        margin-right: 20px;
        border: 1px solid #dcdcdc;
        -webkit-transition: .3s all;
        transition: .3s all;
        list-style: none;
        max-width: 200px;
        height: 300px;
        margin-bottom: 20px;
    }
        .Related_Products .product .product_li .message_text { padding:10px;
            overflow: hidden;
        }
        .Related_Products .product .product_li .product_pic img { width:100%;
            
        }
    

        .Related_Products .product .product_li .message_text a {
            line-height: 30px;
            font-size: 14px;
            font-weight: normal;
            color: #333;
            text-align: center;
            display: inline-block;
            text-decoration: none;
            padding-top: 20px;
            -webkit-transition: .3s all;
            transition: .3s all;
        }

        .Related_Products .product .product_li:hover {
            border-color: var(--primary-color);
        }

            .Related_Products .product .product_li:hover a {
                color: var(--primary-color);
            }

 

/*订购说明*/
.ny_order .timeline_history {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 35px 15px;
    font-family: "Source Sans Pro", arial, sans-serif;
    font-weight: 300;
    color: #333;
    box-sizing: border-box;
}


.ny_order .timeline {
    width: 100%;
    max-width: 1400px;
    background: #fff;
    padding: 100px 50px;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0.5rem 0.5rem 2rem 0 rgba(0, 0, 0, 0.2);
}

    .ny_order .timeline:before {
        content: "";
        position: absolute;
        top: 0px;
        left: calc(33% + 15px);
        bottom: 0px;
        width: 4px;
        background: #ddd;
    }

    .ny_order .timeline:after {
        content: "";
        display: table;
        clear: both;
    }

.ny_order .entry {
    clear: both;
    text-align: left;
    position: relative;
}

    .ny_order .entry .title {
        margin-bottom: 0.5em;
        float: left;
        width: 33%;
        padding-right: 30px;
        text-align: right;
        position: relative;
        display: block;
        border-bottom: 0px solid #E1E1E1;
    }

        .ny_order .entry .title:before {
            content: "";
            position: absolute;
            width: 8px;
            height: 8px;
            border: 4px solid salmon;
            background-color: #fff;
            border-radius: 100%;
            top: 15%;
            right: -4px;
            z-index: 99;
        }

        .ny_order .entry .title h3 {
            margin: 0;
            font-size: 120%;
        }

        .ny_order .entry .title p {
            margin: 0;
            font-size: 100%;
        }

    .ny_order .entry .body {
        margin: 0 0 3em;
        float: right;
        width: 66%;
        padding-left: 30px;
    }

        .ny_order .entry .body p {
            line-height: 1.4em;
        }

            .ny_order .entry .body p:first-child {
                margin-top: 0;
                font-weight: 400;
            }

        .ny_order .entry .body ul {
            color: #aaa;
            padding-left: 0;
            list-style-type: none;
        }

            .ny_order .entry .body ul li:before {
                content: "–";
                margin-right: 0.5em;
            }

@media(max-width:765px) {
    .ny_order .timeline {
        padding: 35px 15px;
    }

    .ny_order .entry .title {
        padding-right: 5px;
    }

        .ny_order .entry .title:before {
            right: -16px;
        }
}


/*内页新闻列表样式*/
.ny_news .inner_5050 .page-wrap {
    padding: 0;
}

.ny_news .inner_5050 .page-wrap .news-wrap {
    padding-top: 0px;
}

    .ny_news .inner_5050 .page-wrap .news-wrap .container {
        width: 100%;
        max-width: 1400px;
        margin: 0 auto;
        padding: 0;
    }

    .ny_news .inner_5050 .page-wrap .news-wrap li {
        padding: 0 20px;
        list-style: none;
    }

.ny_news .inner_5050 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid #ececec;
}

.ny_news .inner_5050 .page-wrap .news-wrap li .news-img {
    width: 300px;
    overflow: hidden;
}

    .ny_news .inner_5050 .page-wrap .news-wrap li .news-img img {
        max-width: 100%;
        transition: all ease .5s;
    }

.ny_news .inner_5050 .page-wrap .news-wrap li .news-con {
    width: calc(100% - 300px);
    padding-left: 30px;
}

    .ny_news .inner_5050 .page-wrap .news-wrap li .news-con h3 {
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        margin: 0;
    }

        .ny_news .inner_5050 .page-wrap .news-wrap li .news-con h3 a {
            font-size: 20px;
            font-weight: 600;
            line-height: 32px;
            color: #333;
            text-decoration: none;
        }

    .ny_news .inner_5050 .page-wrap .news-wrap li .news-con p {
        font-size: 14px;
        font-weight: 400;
        line-height: 28px;
        color: #999999;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        margin: 20px 0;
    }

    .ny_news .inner_5050 .page-wrap .news-wrap li .news-con span {
        font-size: 14px;
        font-weight: 400;
        line-height: 28px;
        color: #999999;
        margin-right: 20px;
    }

.ny_news .inner_5050 .page-wrap .news-wrap li .news-more {
    display: none;
}

    .ny_news .inner_5050 .page-wrap .news-wrap li .news-more a {
        display: block;
        width: 33px;
        height: 33px;
        border-radius: 50%;
        border: 1px solid #cccccc;
        text-align: center;
        font-size: 14px;
        font-weight: 600;
        line-height: 30px;
        color: #cccccc;
        text-decoration: none;
    }

.ny_news .inner_5050 .page-wrap .news-wrap li:hover {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .12);
}

    .ny_news .inner_5050 .page-wrap .news-wrap li:hover .news-img img {
        transform: scale(1.1);
    }

    .ny_news .inner_5050 .page-wrap .news-wrap li:hover h3 a {
        color: var(--primary-color);
    }

.ny_news .inner_5050 .pagination > li {
    display: inline-block;
    margin: 0 5px;
}

.ny_news .inner_5050 .page-wrap .news-wrap li .news-con span:nth-of-type(1) {
    display: none;
}

@media (max-width: 992px) {
    .ny_news .inner_5050 .page-wrap .news-wrap li .news-img {
        width: 25%;
    }

    .ny_news .inner_5050 .page-wrap .news-wrap li .news-con {
        width: 65%;
        padding-left: 1.5%;
    }

        .ny_news .inner_5050 .page-wrap .news-wrap li .news-con p {
            margin: 5px 0;
        }

    .ny_news .inner_5050 .page-wrap .news-wrap li .news-more a {
        margin-top: 10px;
    }

    .ny_news .inner_5050 .page-wrap .news-wrap li .news-con h3 a {
        display: block;
        padding: 5px 0;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        font-size: 15px;
        padding: 0;
    }
}

@media (max-width:765px) {
    .ny_news .inner_5050 .page-wrap .news-wrap li {
        padding: 15px;
        width: 49%;
        float: left;
        margin-right: 2%;
    }

        .ny_news .inner_5050 .page-wrap .news-wrap li:nth-child(2n) {
            margin-right: 0;
        }

        .ny_news .inner_5050 .page-wrap .news-wrap li .news-con h3 a {
            font-size: 15px;
            margin-top: 10px;
        }

        .ny_news .inner_5050 .page-wrap .news-wrap li .news-img {
            width: 100%;
            text-align: center;
        }

        .ny_news .inner_5050 .page-wrap .news-wrap li .news-con {
            width: 100%;
            padding: 0;
        }
}

@media (max-width:440px) {
    .ny_news .inner_5050 .page-wrap .news-wrap li {
        width: 100%;
        margin-right: 0;
    }

        .ny_news .inner_5050 .page-wrap .news-wrap li:nth-child(2n) {
            margin-right: 0;
        }
}
/* 分页样式 */

.ny_news .inner_5050 .m-page {
    text-align: center;
    margin: 10px 0;
}

    .ny_news .inner_5050 .m-page .pagination > li > a, .ny_news .inner_5050 .m-page .pagination > li > span {
        color: #777;
    }

    .ny_news .inner_5050 .m-page .pagination > .active > a, .ny_news .inner_5050 .m-page .pagination > .active > span, .ny_news .inner_5050 .m-page .pagination > .active > a:hover, .ny_news .inner_5050 .m-page .pagination > .active > span:hover, .ny_news .inner_5050 .m-page .pagination > .active > a:focus, .m-page .pagination > .active > span:focus {
        background-color: #3d70f2;
        border-color: #3d70f2;
        color: #fff;
    }

    .ny_news .inner_5050 .m-page .pagination > li > a:hover, .ny_news .inner_5050 .m-page .pagination > li > span:hover, .ny_news .inner_5050 .m-page .pagination > li > a:focus, .ny_news .inner_5050 .m-page .pagination > li > span:focus {
        background-color: #3d70f2;
        border-color: #3d70f2;
        color: #fff;
    }

@media (max-width: 768px) {
    .ny_news .inner_5050 .m-page {
        margin: 30px 0;
    }
}

.swiper-horizontal {
    padding: 20px 0 !important;
}

.h21 {
    height:21px;
}



/* 页面布局：左侧导航 + 右侧内容 */

/* 左侧树形导航容器 */
.tree-nav {
    width: 100%;
    background-color: #f7f7f7;
    border-right: 1px solid #e9ecef;
    padding: 0px 0;
    transition: width 0.3s ease;
}

/* 导航标题 */
.nav-title {
    background: var(--primary-color);
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    line-height: 80px;
    height: 80px;
    margin-bottom: 0px;
}

/* 分类列表容器 */
.tree-nav .category-list1 {
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: column;
    border: 1px solid #dedede;
    border-radius: 0 0 3px 3px;
}

    .tree-nav .category-list1 ul li:before {
        position: absolute;
        content: "";
        left: -8px;
        top: -8px;
        color: var(--secondary-color);
        display: inline-block;
        font: normal normal normal 24px/1 "Material Design Icons";
        text-rendering: auto;
        line-height: inherit;
        -webkit-font-smoothing: antialiased;
    }
/* 一级分类项 */
.category-item {
    margin-bottom: 0px;
    border-bottom: 1px solid #eee;
}

/* 一级分类链接 */
.category-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #666;
    text-decoration: none;
    padding: 12px 20px;
   /* transition: background-color 0.3s ease, color 0.3s ease;*/
    font-size: 15px;
    cursor: pointer;
}
    .category-link a:hover {
        color: #fff;
    }
    /* 一级分类hover/选中状态 */
    .category-link:hover,
    .category-item.active > .category-link {
        background-color: var(--primary-color);
        color: #fff;
    }

/* 展开/收起箭头图标 */
.toggle-icon {
    font-size: 12px;
    transition: transform 0.3s ease;
}

/* 箭头旋转（展开状态） */
.category-item.active .toggle-icon {
    transform: rotate(90deg);
}

/* 二级分类列表 */
.subcategory-list {
    list-style: none;
    background-color: #fff;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

/* 二级分类展开时的高度（可根据子项数量调整） */
.category-item.active .subcategory-list {
    max-height: 500px;
}

/* 二级分类项 */
.subcategory-item {
    border-left: 0px solid #e9ecef;
    margin-left: 10px;
}
    .subcategory-item a {
        font-size: 14px;
        color: #666;
        padding: 15px 30px;
        position: relative;
        display: block;
        border-bottom: 1px solid #ddd;
        -webkit-transform: .3s;
        transition: transform .3s;
    }
        .subcategory-item a:hover {
            color: var(--primary-color);
        }
        /* 二级分类链接 */
        .subcategory-link {
    display: block;
    color: #666;
    text-decoration: none;
    padding: 10px 20px 10px 30px;
    transition: background-color 0.3s ease, color 0.3s ease;
    font-size: 14px;
}

    /* 二级分类hover/选中状态 */
    .subcategory-link:hover,
    .subcategory-item.active .subcategory-link {
/*        background-color: #f5f5f5;*/
        color: #666;
        font-weight: 500;
    }

/* 响应式适配：768px以下移动端样式 */
@media (max-width: 768px) {
   
    .tree-nav {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #e9ecef;
        padding: 10px 0;
    }

    .nav-title {
        padding: 0 15px 10px;
        font-size: 16px;
    }

    .category-link {
        padding: 10px 15px;
    }

    .subcategory-link {
        padding: 8px 15px 8px 25px;
    }
}

/*口味*/
.kouwei ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

    .kouwei ul li {
        font-size: 14px;
        margin-right: 15px;
        align-self: center;
        margin-bottom: 5px;
        font-weight: 500;
        color: var(--secondary-color);
        width: 21%;
    }

        .kouwei ul li .thumbnail-container {
            display: block;
            font-size: 12px;
            line-height: 30px;
            border-radius: 5px;
            text-align: center;
            border: 1px solid #EEEEEE;
        }
            .kouwei ul li .thumbnail-container img {
                border-radius: 5px;
            }
            .kouwei ul li .thumbnail-container p {
                margin: 0;
                line-height: 1.5em;
                height: 50px;
                text-align: left;
                padding: 5px 5px 0 5px;
            }

            .kouwei ul li .thumbnail-container:hover {
                border-color: var(--primary-color);
            }

        .kouwei ul li .active-border {
            border: 1px solid var(--primary-color);
        }

.kouwei ul li:last-child {
    margin-right: 0;
}


/*内页产品分类样式3*/
.rounded-md {
    border-radius: 5px;
}

.left_product3 {
    width: 100%;
    background-color: #f7f7f7;
    padding: 0px 0;
    transition: width 0.3s ease;
}

    .left_product3 .sortTitle {
        background: var(--primary-color);
        color: #fff;
        font-size: 24px;
        font-weight: normal;
        text-align: center;
        line-height: 80px;
        height: 80px;
        margin-bottom: 0px;
    }
    .left_product3  .category-title {
        display: flex;
        cursor: pointer;
        align-items: center;
        justify-content: space-between;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        padding-left: 1rem;
        padding-right: 1rem;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 300ms;
    }
    .left_product3 .bg-primary3 {
        background-color: var(--primary-color);
        color: #fff;
    }
    .left_product3  .bg-gray-100 {
        --tw-bg-opacity: 1;
        background-color: none !important;
    }
    .left_product3 .hidden {
        display: none;
    }
    .left_product3 .text-white a {
        color:#fff;
    }
    .left_product3 .subcategory-item a {
        font-size: 14px;
        color: #666;
        padding: 10px 30px;
        position: relative;
        display: block;
        border-bottom: 1px solid #ddd;
        -webkit-transform: .3s;
        transition: transform .3s;
    }


