<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media(min-width:1230px) {
    .container {
        width: 1230px;
    }
}

i, em {
    font-style: normal
}

.disN {
    display: none;
}

.disB {
    display: block;
}

#ShopCartBox {
    display: none !important;
}

a {
    transition: all 0.2s linear 0s;
}

img {
    vertical-align: bottom; /*image-rendering:-webkit-optimize-contrast;*/
}

input[type=text], textarea {
    font-family: Arial, Helvetica, sans-serif;
    -webkit-appearance: none;
}

.nav .open &gt; a, .nav .open &gt; a:focus, .nav .open &gt; a:hover {
    background: none;
    border-color: #fff;
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.noPro {
    text-align: center;
    width: 100%;
}

    .noPro img {
        height: 150px;
        margin-bottom: 30px;
    }

    .noPro span {
        display: block;
        font-size: 14px;
        color: #999;
    }

.kj-noproduct-search p {
    padding: 10px;
    text-align: center;
}
/** table **/
.kj-table {
    text-align: center;
}

    .kj-table thead tr th {
        background: #8796a9;
        color: #fff;
        font-size: 14px;
        border-bottom: 0;
        text-align: center;
    }

    .kj-table tbody tr {
        transition: all 0.2s linear 0s;
    }

        .kj-table tbody tr:nth-of-type(odd) {
            background: #fff;
        }



        .kj-table tbody tr td {
            border: 0;
            line-height: 24px;
            vertical-align: middle;
            font-size: 14px;
            color: #333333;
        }

            .kj-table tbody tr td a:hover {
                color: #036eb8;
                text-decoration: underline;
            }

            .kj-table tbody tr td em.blue {
                color: #036eb8
            }


            .kj-table tbody tr td a.car_btn {
                color: red;
                font-size: 18px;
            }

                .kj-table tbody tr td a.car_btn:hover {
                    text-decoration: none;
                }

        .kj-table tbody tr:hover {
            background: #E8F3FA;
        }

    .kj-table .kj-pro-num-box {
        margin: 0 auto;
        vertical-align: middle;
    }

.kj-pro-num-box {
    width: 80px;
    height: 26px;
    position: relative;
    border: 1px solid #ddd;
    text-align: center;
    background: #fff;
    overflow: hidden;
}

    .kj-pro-num-box button {
        position: absolute;
        top: 0;
        width: 24px;
        background: #fff;
        border: 0;
        padding: 0;
        height: 24px;
        transition: all 0.2s linear 0s;
    }

        .kj-pro-num-box button.kj-pro-num-minus {
            left: 0;
            border-right: 1px solid #ddd;
        }

        .kj-pro-num-box button.kj-pro-num-plus {
            right: 0;
            border-left: 1px solid #ddd;
        }

        .kj-pro-num-box button:hover {
            background: #ccc;
        }

.pull-left {
    float: left;
}

.kj-pro-num-box input {
    width: 32px;
    height: 24px;
    line-height: 24px;
    border: 0;
    top: 0;
    padding: 0;
    vertical-align: top;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    color: #333;
    margin-left: 24px;
}


/*æ‰‹æœºæµ®åŠ¨*/
.phone_footer_nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: #fff;
    height: 50px;
    display: none;
}

    .phone_footer_nav:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 1px;
        background: #d2d2d2;
        content: "";
        -webkit-transform: scale(1,0.5);
        transform: scale(1,0.5);
        -webkit-transform-origin: center top;
        transform-origin: center top;
    }

    .phone_footer_nav a {
        float: left;
        display: inline-block;
        width: 25%;
        text-align: center;
        color: #000;
        font-size: 12px;
        transform: scale(0.9);
        padding-top: 7px;
    }

        .phone_footer_nav a i {
            width: 20px;
            height: 20px;
            display: block;
            margin: 0 auto 3px auto;
        }

        .phone_footer_nav a:nth-child(1) i {
            background: url("../images/phone_menu.png") no-repeat 0 0;
            background-size: 40px auto;
        }

        .phone_footer_nav a:nth-child(2) i {
            background: url("../images/phone_menu.png") no-repeat 0 -20px;
            background-size: 40px auto;
        }

        .phone_footer_nav a:nth-child(3) i {
            background: url("../images/phone_menu.png") no-repeat 0 -40px;
            background-size: 40px auto;
        }

        .phone_footer_nav a:nth-child(4) i {
            background: url("../images/phone_menu.png") no-repeat 0 -60px;
            background-size: 40px auto;
        }

        .phone_footer_nav a.active {
            color: var(--bgColor);
        }

            .phone_footer_nav a.active:nth-child(1) i {
                background: url("../images/phone_menu.png") no-repeat -20px 0;
                background-size: 40px auto;
            }

            .phone_footer_nav a.active:nth-child(2) i {
                background: url("../images/phone_menu.png") no-repeat -20px -20px;
                background-size: 40px auto;
            }

            .phone_footer_nav a.active:nth-child(3) i {
                background: url("../images/phone_menu.png") no-repeat -20px -40px;
                background-size: 40px auto;
            }

            .phone_footer_nav a.active:nth-child(4) i {
                background: url("../images/phone_menu.png") no-repeat -20px -60px;
                background-size: 40px auto;
            }

/*å¤§åŒ…è£…è¯¢ä»·*/
#blukquote_dialog .formcolumn-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

    #blukquote_dialog .formcolumn-item dt {
        font-size: 14px;
        color: #555;
        margin-right: 10px;
        width: 80px;
    }

    #blukquote_dialog .formcolumn-item dd {
        width: calc(100% - 100px);
        position: relative
    }

        #blukquote_dialog .formcolumn-item dd input {
            width: 90%;
            height: 38px;
            line-height: 38px;
            padding: 0 10px;
            border: 1px solid #dedede;
            border-radius: 3px;
            box-shadow: none;
            transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
        }

            #blukquote_dialog .formcolumn-item dd input:focus {
                border: 1px solid #66afe9;
                outline: 0 none;
                box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px rgba(102, 175, 233, 0.6)
            }

        #blukquote_dialog .formcolumn-item dd textarea {
            width: 90%;
            height: 150px;
            padding: 5px 10px;
            border: 1px solid #dedede;
            border-radius: 3px;
            box-shadow: none;
            transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
            resize: none;
        }

            #blukquote_dialog .formcolumn-item dd textarea:focus {
                border: 1px solid #66afe9;
                outline: 0 none;
                box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px rgba(102, 175, 233, 0.6)
            }

        #blukquote_dialog .formcolumn-item dd .form-vcodebox img {
            height: 38px;
        }

#blukquote_dialog .formcolumn-item-ct {
    display: flex;
    line-height: 38px;
}

#blukquote_dialog .formcolumn-item dd .form-vcodebox {
    width: 110px;
    order: 1;
    height: 38px;
    margin-left: 10px;
}

#blukquote_dialog .formcolumn-item dd .formcom-vcode {
    width: 20%;
}

#blukquote_dialog .formcolumn-item dd .required {
    order: 3;
    margin-left: 10px;
    font-weight: bold;
}

#blukquote_dialog .formcolumn-item.formcolumn-item-tips {
    margin-bottom: 0;
}

    #blukquote_dialog .formcolumn-item.formcolumn-item-tips .text {
        font-size: 12px;
        color: #FF0D0D;
    }

#blukquote_dialog .formcolumn-item dd .formcolumn-item-tips {
    order: 4;
}

#blukquote_dialog .modal-footer {
    border-top: 0;
    padding: 0 0 50px 0;
}

    #blukquote_dialog .modal-footer input {
        background: var(--bgColor);
        color: #fff;
        width: 40%;
        padding: 0;
        font-size: 16px;
        height: 40px;
        transition: all 0.2s linear 0s;
    }

        #blukquote_dialog .modal-footer input:hover {
            background: var(--bgHoverColor);
        }

        #blukquote_dialog .modal-footer input:hover {
            color: #fff;
        }

/*float*/
.float_box {
    position: fixed;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.2s linear 0s;
    z-index: 1000;
}

    .float_box ul {
        display: inline-block;
        width: 100%;
    }

        .float_box ul li {
            position: relative;
            display: block;
            width: 70px;
            height: 70px;
            background: #A3A5A6;
            text-align: center;
            vertical-align: bottom;
            margin-bottom: 8px;
            transition: all 0.2s linear 0s;
            cursor: pointer;
        }

            .float_box ul li i {
                font-size: 23px;
                color: #fff;
                display: block;
                line-height: 24px;
                transition: all 0.2s linear 0s;
                padding-top: 15px;
                position: relative;
            }

            .float_box ul li sup {
                position: absolute;
                top: 5px;
                right: 15px;
                line-height: 16px;
                padding: 0 4px;
                background: var(--bgColor);
                font-size: 12px;
                color: #fff;
                border-radius: 50%;
            }

            .float_box ul li span {
                display: block;
                text-align: center;
                font-size: 12px;
                color: #ffffff;
                line-height: 24px;
            }

            .float_box ul li:hover {
                background: var(--bgColor);
            }

            .float_box ul li .qq_box {
                position: absolute;
                right: 70px;
                top: 0;
                display: none;
                background: #fff;
                padding: 10px 12px;
                box-shadow: 0 3px 8px rgba(0,0,0,0.15);
            }

                .float_box ul li .qq_box a {
                    margin-top: 8px;
                    font-size: 14px;
                    color: #fff;
                    display: flex;
                    align-items: center;
                    width: 110px;
                    height: 30px;
                    justify-content: center;
                    line-height: 30px;
                    transition: all 0.2s linear 0s;
                    background: var(--bgColor);
                    border-radius: 30px;
                }

                    .float_box ul li .qq_box a:hover {
                        background: var(--bgHoverColor);
                    }

                    .float_box ul li .qq_box a:active {
                        position: relative;
                        top: 2px;
                    }

                    .float_box ul li .qq_box a:first-child {
                        margin-top: 0;
                    }

            .float_box ul li .tel_box {
                display: none;
                position: absolute;
                right: 70px;
                top: 0;
                border-top: 4px solid var(--fontHoverColor);
                padding: 20px;
                font-size: 14px;
                background: #fff;
                line-height: 28px;
                width: 262px;
                box-shadow: 0 3px 8px rgba(0,0,0,0.15);
                border-radius: 3px;
            }

                .float_box ul li .tel_box i {
                    font-size: 42px;
                    color: #d3d3d3;
                    margin-right: 10px;
                }

                .float_box ul li .tel_box span {
                    color: var(--fontHoverColor);
                    font-size: 24px;
                    line-height: 28px;
                    text-align: left;
                }

                    .float_box ul li .tel_box span em {
                        display: block;
                        color: #aaa;
                        font-size: 14px;
                    }

            .float_box ul li .code_box {
                padding: 10px;
                background: var(--bgColor);
                position: absolute;
                right: 70px;
                top: 0;
                display: none;
                box-shadow: 0 3px 8px rgba(0,0,0,0.15);
            }

                .float_box ul li .code_box img {
                    width: 100px;
                }

                .float_box ul li .code_box span {
                    line-height: 18px;
                    color: #fff;
                    margin-top: 5px;
                    display: block;
                    font-size: 12px;
                }

            .float_box ul li#fqq:hover .qq_box {
                display: block;
            }

            .float_box ul li#weixin:hover .code_box {
                display: block;
            }

            .float_box ul li#ftel:hover .tel_box {
                display: flex;
            }

            .float_box ul li#gonzhonghao:hover .code_box {
                display: block;
            }

            .float_box ul li#saomagaunzhu:hover .code_box {
                display: block;
            }

.phone_top {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 10px;
    z-index: 1000;
    width: 40px;
    height: 40px;
    background: var(--bgColor);
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
}

    .phone_top i {
        color: #fff;
        font-size: 20px;
    }




/*åˆ†é¡µ*/
.kj-page {
    text-align: center;
}

    .kj-page .pagination {
        margin: 40px 0 20px 0;
    }

        .kj-page .pagination &gt; li &gt; a, .kj-page .pagination &gt; li &gt; span {
            font-size: 13px;
            margin: 3px;
            padding: 0;
            width: 40px;
            height: 28px;
            line-height: 26px;
            border-radius: 5px;
            color: #999;
        }

            .kj-page .pagination &gt; li &gt; a:hover, .kj-page .pagination &gt; li &gt; span:hover {
                background: var(--bgColor);
                color: #fff;
                border-color: var(--bgColor);
            }

        .kj-page .pagination &gt; li.active &gt; a {
            background: var(--bgColor);
            color: #fff;
            border-color: var(--bgColor);
        }

/*ç­›é€‰*/
.filter_box {
    background: #fff;
    padding: 6px 12px;
}

    .filter_box ul {
        display: block;
        width: 100%;
        border-bottom: 1px dashed #D3D3D3;
        padding: 10px 5px;
    }

        .filter_box ul li {
            display: flex;
            padding: 6px 0;
        }

            .filter_box ul li label {
                width: 80px;
                font-size: 13px;
                font-weight: normal;
                color: #333333;
                line-height: 30px;
            }

            .filter_box ul li .filter_btn {
                width: calc(100% - 132px);
                display: flex;
                flex-wrap: wrap;
                height: 30px;
                overflow: hidden;
            }

                .filter_box ul li .filter_btn a {
                    height: 30px;
                    line-height: 30px;
                    font-size: 13px;
                    color: #333333;
                    margin-right: 22px;
                }

                    .filter_box ul li .filter_btn a:hover {
                        color: var(--fontHoverColor);
                    }

                    .filter_box ul li .filter_btn a.active {
                        color: var(--fontHoverColor);
                        font-weight: bold;
                    }

                    .filter_box ul li .filter_btn a:first-child.active {
                        color: #e20000;
                    }

            .filter_box ul li .viewmore {
                margin-top: 3px;
                width: 52px;
                justify-content: flex-end;
                color: #333;
                height: 24px;
                line-height: 22px;
                font-size: 12px;
                display: inline-flex;
                align-items: center;
            }

                .filter_box ul li .viewmore i {
                    font-size: 12px;
                    margin-left: 3px;
                }

                .filter_box ul li .viewmore:hover {
                    color: var(--fontColor);
                }

/*åˆ—è¡¨å¤§å›¾åˆ‡æ¢*/
.exhibition_box {
    display: flex;
    align-items: center;
    height: 50px;
    background: #fff;
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 10px;
}

    .exhibition_box a {
        margin-right: 8px;
        width: 60px;
        height: 20px;
        background: #bababa;
        text-align: center;
        line-height: 20px;
        font-size: 12px;
        color: #ffffff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

        .exhibition_box a i {
            font-size: 12px;
            margin-right: 5px;
            margin-top: 2px;
        }

        .exhibition_box a:hover {
            background: var(--bgColor);
            color: #fff;
        }

        .exhibition_box a.active {
            background: var(--bgColor);
        }

        .exhibition_box a:active {
            position: relative;
            top: 2px;
        }

    .exhibition_box span {
        font-size: 14px;
        color: #333333;
        width: 54px;
        text-align: center;
    }

/*äº§å“è¯¦æƒ…*/
.product_info_details {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    padding: 20px 0px 50px 25px;
}

    .product_info_details .left_box {
        width: 300px;
        margin-right: 50px;
    }

        .product_info_details .left_box .image_box .box {
            width: 100%;
        }

        .product_info_details .left_box .image_box .tb-booth {
            position: relative;
            z-index: 1;
            width: 100%;
            height: 285px;
        }

        .product_info_details .left_box .image_box .tb-pic a {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100%;
            width: 100%;
        }

            .product_info_details .left_box .image_box .tb-pic a img {
                vertical-align: middle;
                max-width: 100%;
                max-height: 100%;
            }

        .product_info_details .left_box .image_box .tb-thumb {
            margin: 10px 0 0;
            overflow: hidden;
        }

            .product_info_details .left_box .image_box .tb-thumb li {
                background: #dddddd;
                float: left;
                height: 50px;
                width: 50px;
                margin: 0 6px 0 0;
                overflow: hidden;
                padding: 2px;
            }

        .product_info_details .left_box .image_box .tb-s40, .tb-s40 a {
            height: 46px;
            width: 46px;
        }

            .product_info_details .left_box .image_box .tb-s40, .tb-s40 a img {
                max-width: 100%;
                max-height: 100%;
            }

        .product_info_details .left_box .image_box .tb-thumb .tb-selected {
            background: #da251c;
        }

            .product_info_details .left_box .image_box .tb-thumb .tb-selected div {
                background-color: #FFFFFF;
                border: medium none;
            }

    .product_info_details .right_box {
        width: calc(100% - 350px);
    }

        .product_info_details .right_box .pro_title {
            margin-top: 28px;
            font-size: 26px;
            color: #333333;
            line-height: 32px;
            font-weight: bold;
            padding-bottom: 15px;
        }

        .product_info_details .right_box .base_info {
            display: flex;
            flex-wrap: wrap;
            margin: 6px 0 17px 0;
        }

            .product_info_details .right_box .base_info span {
                margin-right: 35px;
                font-size: 14px;
                color: #333333;
                line-height: 25px;
            }

                .product_info_details .right_box .base_info span em {
                    color: #999;
                }

            .product_info_details .right_box .base_info a {
                margin-right: 35px;
                font-size: 14px;
                color: #333333;
                line-height: 25px;
            }

                .product_info_details .right_box .base_info a em {
                    color: #999;
                }

                .product_info_details .right_box .base_info a:hover {
                    text-decoration: underline;
                }

        .product_info_details .right_box .info_box {
            padding-top: 12px;
            display: flex;
            flex-wrap: wrap;
            border-top: 1px solid #e5e5e5;
        }

            .product_info_details .right_box .info_box .list {
                line-height: 32px;
                font-size: 14px;
                color: #333333;
                width: calc(100% / 3);
            }

                .product_info_details .right_box .info_box .list.list_all {
                    width: 100%;
                }

                .product_info_details .right_box .info_box .list label {
                    font-size: 15px;
                    color: #999999;
                    font-weight: normal
                }

                .product_info_details .right_box .info_box .list span.red {
                    color: #da261c;
                }

            .product_info_details .right_box .info_box .bm_box {
                width: 100%;
                display: flex;
                align-items: flex-start;
                line-height: 24px;
                padding: 6px 0;
                position: relative;
                padding-right: 20px;
            }

                .product_info_details .right_box .info_box .bm_box em {
                    font-size: 14px;
                    color: #999999;
                    width: 45px;
                }

                .product_info_details .right_box .info_box .bm_box a {
                    color: #da251c;
                    font-size: 14px;
                    width: 45px;
                    text-align: right;
                    font-weight: bold;
                }

                .product_info_details .right_box .info_box .bm_box span {
                    width: calc(100% - 90px);
                    font-size: 14px;
                    color: #333333;
                    line-height: 24px;
                    height: 24px;
                    overflow: hidden;
                }

                    .product_info_details .right_box .info_box .bm_box span.bm_hidden {
                        width: calc(100% - 90px);
                        position: absolute;
                        top: 6px;
                        left: 45px;
                        line-height: 24px;
                        display: none;
                    }

        .product_info_details .right_box .tips {
            font-weight: bold;
            font-size: 14px;
            color: #333;
            line-height: 20px;
            margin-top: 20px;
        }

        .product_info_details .right_box .btn_box {
            flex: 1;
            display: flex;
            margin-top: 30px;
        }

            .product_info_details .right_box .btn_box a {
                margin-right: 15px;
                line-height: 46px;
                font-size: 15px;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                width: 160px;
            }

            .product_info_details .right_box .btn_box .collect_btn {
                border: 1px solid var(--bgHoverColor);
                color: var(--bgHoverColor);
            }

                .product_info_details .right_box .btn_box .collect_btn i {
                    margin-right: 5px;
                    font-weight: normal;
                }

                .product_info_details .right_box .btn_box .collect_btn:hover {
                    background: var(--bgColor);
                    color: #fff;
                    border: 1px solid var(--bgColor);
                }

            .product_info_details .right_box .btn_box .enquiry_btn {
                background: var(--bgColor);
                color: #fff;
            }

                .product_info_details .right_box .btn_box .enquiry_btn:hover {
                    background: var(--bgHoverColor);
                }

            .product_info_details .right_box .btn_box a:active {
                position: relative;
                top: 2px;
            }

.shiji_item {
    display: flex;
    justify-content: flex-end;
    margin: 15px 0;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    font-weight: bold;
}

    .shiji_item label {
        margin-right: 5px;
    }

    .shiji_item span {
        color: red;
    }

    .shiji_item .yfbtn {
        margin-left: 5px;
        color: blue;
        text-decoration: underline;
        font-weight: normal;
    }

.product-desc-kj-table table {
    margin-bottom: 0;
    background: #fff;
}

.product-desc-kj-table thead tr th {
    text-align: center;
    font-size: 14px;
    padding: 0 15px;
    line-height: 45px;
    color: #333333;
    background: #DBF0FB;
    border-bottom: 0;
}

    .product-desc-kj-table thead tr th:first-child {
        text-align: left;
    }

.product-desc-kj-table tbody tr td {
    border: 0;
    border-bottom: 1px solid #ddd;
    text-align: center;
    font-size: 14px;
    color: #626262;
    vertical-align: middle;
    padding: 8px 15px;
}

    .product-desc-kj-table tbody tr td:first-child {
        text-align: left;
    }

    .product-desc-kj-table tbody tr td em {
        color: #e70012;
    }

    .product-desc-kj-table tbody tr td a.car_btn {
        display: inline-block;
        width: 30px;
        height: 30px;
        background: var(--bgColor);
        text-align: center;
        line-height: 30px;
        border-radius: 3px;
        color: #fff;
    }

        .product-desc-kj-table tbody tr td a.car_btn:hover {
            background: var(--bgHoverColor);
        }

        .product-desc-kj-table tbody tr td a.car_btn:active {
            position: relative;
            top: 2px;
        }

        .product-desc-kj-table tbody tr td a.car_btn.no_car_btn {
            background: #999;
            cursor: not-allowed;
        }

            .product-desc-kj-table tbody tr td a.car_btn.no_car_btn:hover {
                background: #999;
            }

            .product-desc-kj-table tbody tr td a.car_btn.no_car_btn:active {
                top: 0;
            }

.product-desc-kj-table .kj-pro-num-box {
    width: 72px;
    height: 28px;
    border-radius: 3px;
    overflow: hidden;
    margin: 0 auto;
    border: 1px solid #949494;
    vertical-align: middle;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}

    .product-desc-kj-table .kj-pro-num-box button {
        width: 20px;
        border: 0;
        padding: 0;
        height: 28px;
        transition: all 0.2s linear 0s;
        background: none;
        font-size: 14px;
        color: #333;
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }

    .product-desc-kj-table .kj-pro-num-box input {
        width: 32px;
        height: 28px;
        line-height: 18px;
        border: 0;
        top: 0;
        padding: 0;
        vertical-align: top;
        display: inline-block;
        text-align: center;
        font-size: 12px;
        color: #333;
        margin-left: 19px;
    }

    .product-desc-kj-table .kj-pro-num-box button:hover {
        background: #dedede;
    }

.product-desc-kj-table .car_btn {
    display: flex;
    width: 34px;
    height: 34px;
    border-radius: 4px;
    background: var(--bgColor);
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

    .product-desc-kj-table .car_btn i {
        color: #fff;
        font-size: 18px;
    }

    .product-desc-kj-table .car_btn:hover {
        background: var(--bgHoverColor);
    }

    .product-desc-kj-table .car_btn:active {
        position: relative;
        top: 2px;
    }

.product_base_info {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    background: #fff;
    padding: 20px 12px 30px 12px;
}

    .product_base_info .image_box {
        width: 315px;
        margin-right: 25px;
    }

        .product_base_info .image_box .box {
            width: 100%;
        }

        .product_base_info .image_box .tb-booth {
            position: relative;
            z-index: 1;
            width: 100%;
            height: 315px;
            border: 1px solid #ddd;
        }

        .product_base_info .image_box .tb-pic a {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100%;
            width: 100%;
        }

            .product_base_info .image_box .tb-pic a img {
                vertical-align: middle;
                max-width: 100%;
                max-height: 100%;
            }

        .product_base_info .image_box .tb-pic .enlarge_btn {
            position: absolute;
            bottom: 8px;
            right: 8px;
            font-size: 20px;
            color: #da251c;
            font-weight: bold;
        }

        .product_base_info .image_box .tb-thumb {
            margin: 12px 0 0;
            overflow: hidden;
        }

            .product_base_info .image_box .tb-thumb li {
                background: #dddddd;
                float: left;
                height: 50px;
                width: 50px;
                margin: 0 6px 0 0;
                overflow: hidden;
                padding: 1px;
            }

        .product_base_info .image_box .tb-s40, .tb-s40 a {
            height: 48px;
            width: 48px;
        }

            .product_base_info .image_box .tb-s40, .tb-s40 a img {
                max-width: 100%;
                max-height: 100%;
            }

        .product_base_info .image_box .tb-thumb .tb-selected {
            background: #da251c;
        }

            .product_base_info .image_box .tb-thumb .tb-selected div {
                background-color: #FFFFFF;
                border: medium none;
            }

div.zoomDiv {
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
    background: #ffffff;
    border: 1px solid #CCCCCC;
    display: none;
    text-align: center;
    overflow: hidden;
}

div.zoomMask {
    position: absolute;
    background: url("../images/mask.png") repeat scroll 0 0 transparent;
    cursor: move;
    z-index: 1;
}

.product_base_info .info_box {
    width: calc(100% - 340px);
    padding-left: 20px;
}

    .product_base_info .info_box h1 {
        font-size: 26px;
        color: #333333;
        line-height: 32px;
        font-weight: bold;
        padding: 13px 0;
    }

    .product_base_info .info_box .price_box {
        width: 90%;
        background: url("../images/pro_price_bg.jpg") no-repeat center;
        background-size: cover;
        padding: 0 20px;
        height: 85px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

        .product_base_info .info_box .price_box .item {
            line-height: 30px;
            display: flex;
            flex-wrap: wrap;
        }

            .product_base_info .info_box .price_box .item label {
                font-size: 14px;
                color: #999;
                font-weight: normal;
                width: 75px;
            }

            .product_base_info .info_box .price_box .item .old_price {
                font-size: 14px;
                color: #333333;
                text-decoration: line-through;
            }

            .product_base_info .info_box .price_box .item .new_price {
                font-size: 22px;
                color: #e6332c;
                font-weight: bold;
            }

    .product_base_info .info_box .base_info {
        padding: 0 20px;
    }

        .product_base_info .info_box .base_info .item {
            line-height: 30px;
            display: flex;
            flex-wrap: wrap;
            margin-top: 10px;
        }

            .product_base_info .info_box .base_info .item label {
                font-size: 14px;
                color: #999;
                font-weight: normal;
                width: 80px;
            }

            .product_base_info .info_box .base_info .item span {
                font-size: 14px;
                color: #333333;
            }

            .product_base_info .info_box .base_info .item .select_btn {
                display: flex;
                flex-wrap: wrap;
                width: calc(100% - 80px);
            }

                .product_base_info .info_box .base_info .item .select_btn a {
                    height: 30px;
                    border: 1px solid #d9d9d9;
                    padding: 0 12px;
                    margin-right: 10px;
                    margin-bottom:10px;
                    font-size: 13px;
                    color: #333333;
                    line-height: 28px;
                }

                    .product_base_info .info_box .base_info .item .select_btn a:hover {
                        border-color: #e70012;
                        color: #e70012;
                    }

                    .product_base_info .info_box .base_info .item .select_btn a.active {
                        border-color: #e70012;
                        color: #e70012;
                    }

            .product_base_info .info_box .base_info .item .yfbtn {
                margin-left: 5px;
                color: blue
            }

                .product_base_info .info_box .base_info .item .yfbtn:hover {
                    text-decoration: underline;
                }

            .product_base_info .info_box .base_info .item .kj-pro-num-box {
                width: 100px;
                height: 30px;
                position: relative;
                border: 1px solid #ddd;
                text-align: center;
                background: #fff;
                overflow: hidden;
            }

                .product_base_info .info_box .base_info .item .kj-pro-num-box button {
                    position: absolute;
                    top: 0;
                    width: 28px;
                    background: #f7f7f7;
                    border: 0;
                    padding: 0;
                    height: 28px;
                    line-height: 28px;
                    transition: all 0.2s linear 0s;
                }

                    .product_base_info .info_box .base_info .item .kj-pro-num-box button.kj-pro-num-minus {
                        left: 0;
                        border-right: 1px solid #ddd;
                    }

                    .product_base_info .info_box .base_info .item .kj-pro-num-box button.kj-pro-num-plus {
                        right: 0;
                        border-left: 1px solid #ddd;
                    }

                    .product_base_info .info_box .base_info .item .kj-pro-num-box button:hover {
                        background: #dedede;
                    }

                .product_base_info .info_box .base_info .item .kj-pro-num-box input {
                    width: 44px;
                    height: 28px;
                    line-height: 28px;
                    border: 0;
                    top: 0;
                    padding: 0;
                    vertical-align: top;
                    display: inline-block;
                    text-align: center;
                    font-size: 12px;
                    color: #333;
                    margin-left: 28px;
                }

    .product_base_info .info_box .tips {
        font-weight: bold;
        font-size: 14px;
        color: #333;
        line-height: 20px;
        margin-top: 20px;
    }

    .product_base_info .info_box .btn_box {
        flex: 1;
        display: flex;
        margin-top: 20px;
        flex-wrap: wrap;
    }

        .product_base_info .info_box .btn_box a {
            margin-right: 12px;
            line-height: 46px;
            font-size: 15px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 157px;
        }

        .product_base_info .info_box .btn_box .collect_btn {
            background: var(--bgColor);
            color: #fff;
        }

            .product_base_info .info_box .btn_box .collect_btn i {
                margin-right: 5px;
                font-weight: normal;
            }

            .product_base_info .info_box .btn_box .collect_btn:hover {
                background: var(--bgHoverColor);
            }

        .product_base_info .info_box .btn_box .enquiry_btn {
            border: 1px solid var(--bgColor);
            color: var(--fontColor);
        }

            .product_base_info .info_box .btn_box .enquiry_btn:hover {
                background: var(--bgColor);
                color: #fff;
            }

        .product_base_info .info_box .btn_box a.car_btn {
            background: var(--bgColor);
            color: #fff;
        }

            .product_base_info .info_box .btn_box a.car_btn i {
                font-size: 20px;
                margin-right: 5px;
            }

            .product_base_info .info_box .btn_box a.car_btn:hover {
                background: var(--bgHoverColor);
            }

        .product_base_info .info_box .btn_box a:active {
            position: relative;
            top: 2px;
        }

.pro_slide_box {
    margin-top: 35px;
}

    .pro_slide_box .nav {
        display: flex;
        background: #f7f7f7;
        border: 1px solid #ddd;
    }

        .pro_slide_box .nav li a {
            font-weight: bold;
            margin: 0;
            font-size: 15px;
            color: #333333;
            position: relative;
            padding: 0 70px;
            height: 40px;
            line-height: 40px;
            border-radius: 0;
        }

        .pro_slide_box .nav li.active a {
            background: #fff;
            color: var(--fontColor);
            border-left: 1px solid #ddd;
            border-right: 1px solid #ddd;
        }

        .pro_slide_box .nav li.active:first-child a {
            border-left: 0;
        }

        .pro_slide_box .nav li.active a:after {
            content: "";
            width: 100%;
            height: 1px;
            background: #fff;
            position: absolute;
            left: 0;
            bottom: -1px;
        }

        .pro_slide_box .nav li.active a:before {
            content: "";
            width: 100%;
            height: 2px;
            background: var(--bgColor);
            position: absolute;
            left: 0;
            top: -1px;
        }

        .pro_slide_box .nav li a:hover {
            background: #fff;
            color: var(--fontColor);
        }

            .pro_slide_box .nav li a:hover:before {
                content: "";
                width: 100%;
                height: 2px;
                background: var(--bgColor);
                position: absolute;
                left: 0;
                top: -1px;
            }

        .pro_slide_box .nav li a:focus {
            background: #fff;
            color: var(--fontColor);
        }

    .pro_slide_box .tab-pane {
        padding: 15px 20px;
        background: #fff;
    }

    .pro_slide_box .table-responsive table {
        margin: 0;
    }

        .pro_slide_box .table-responsive table tr th {
            border-top: 1px solid #efefef;
            padding-left: 12px;
            border-right: 1px solid #efefef;
            font-size: 14px;
            color: #333333;
        }

        .pro_slide_box .table-responsive table tr:first-child th {
            border-top: 0;
        }

        .pro_slide_box .table-responsive table tr:first-child td {
            border-top: 0;
        }

        .pro_slide_box .table-responsive table tr td {
            border-top: 1px solid #efefef;
            padding-left: 25px;
            color: #333333;
        }

    .pro_slide_box .technology_list li {
        display: flex;
        justify-content: space-between;
        border-top: 1px dashed #dedede;
        line-height: 38px;
        padding: 0 15px;
    }

        .pro_slide_box .technology_list li:first-child {
            border-top: 0;
        }

        .pro_slide_box .technology_list li a {
            font-size: 14px;
            color: #333;
            flex: 1;
            height: 38px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            padding-right: 15px;
        }

            .pro_slide_box .technology_list li a:before {
                content: "";
                width: 4px;
                height: 4px;
                display: inline-block;
                border-radius: 50%;
                background: #dedede;
                margin-right: 10px;
                vertical-align: middle;
                transition: all 0.2s linear 0s;
            }

        .pro_slide_box .technology_list li .time {
            font-size: 12px;
            color: #999;
        }

        .pro_slide_box .technology_list li a:hover {
            color: var(--fontColor);
        }

            .pro_slide_box .technology_list li a:hover:before {
                background: var(--bgColor);
            }

    .pro_slide_box .activeBox {
        font-size: 14px;
        color: #333;
        line-height: 26px;
    }

        .pro_slide_box .activeBox img {
            max-width: 100%;
        }

    .pro_slide_box .download_btn {
        display: flex;
        align-items: center;
        font-size: 16px;
        color: #333;
        padding: 20px;
    }

        .pro_slide_box .download_btn i {
            font-size: 24px;
            margin-right: 10px;
            color: var(--fontColor);
            font-weight: bold;
        }

        .pro_slide_box .download_btn:hover {
            color: var(--fontColor);
            text-decoration: underline;
        }

    .pro_slide_box .panel {
        margin-right: 15px;
        width: calc((100% - 15px)/2);
    }

        .pro_slide_box .panel:last-child {
            margin-right: 0;
        }

/*äº§å“è¯¦æƒ…-ç›¸å…³äº§å“*/
.product_relevant {
    margin-top: 40px;
}

    .product_relevant h1 {
        font-size: 20px;
        color: #333333;
        line-height: 28px;
        margin-bottom: 15px;
        font-weight: bold;
    }

    .product_relevant .swiper-button-next, .product_relevant .swiper-button-prev {
        color: #9a9a9a;
        transition: all 0.2s linear 0s;
        margin: 0;
        transform: translateY(-50%);
    }

        .product_relevant .swiper-button-next:hover, .product_relevant .swiper-button-prev:hover {
            color: var(--fontColor);
        }

        .product_relevant .swiper-button-next:after, .product_relevant .swiper-button-prev:after {
            font-size: 30px;
            font-weight: bold;
        }

    .product_relevant .swiper-button-prev {
        left: -52px;
    }

    .product_relevant .swiper-button-next {
        right: -52px;
    }

    .product_relevant .swiper-slide {
        transition: all 0.2s linear 0s;
    }

        .product_relevant .swiper-slide .img_btn {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 210px;
            transition: all 480ms ease 0s;
        }

            .product_relevant .swiper-slide .img_btn img {
                max-width: 100%;
                max-height: 100%;
                transform: scale(1,1);
                transition-duration: 400ms;
                transition-timing-function: ease-out;
            }

        .product_relevant .swiper-slide .info_box {
            padding: 0 12px;
        }

            .product_relevant .swiper-slide .info_box .name_btn {
                display: block;
                font-size: 16px;
                color: #333333;
                line-height: 28px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                font-weight: bold;
            }

            .product_relevant .swiper-slide .info_box .base_info span {
                font-size: 13px;
                color: #666666;
                line-height: 22px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                display: block;
            }

            .product_relevant .swiper-slide .info_box .price {
                font-size: 18px;
                color: #ee1010;
                line-height: 28px;
                font-weight: bold;
                margin-bottom: 5px;
            }

        .product_relevant .swiper-slide:hover .img_btn img {
            transform: scale(0.9,0.9);
            -moz-transform: scale(0.9,0.9);
            -webkit-transform: scale(0.9,0.9);
            -o-transform: scale(0.9,0.9);
        }

        .product_relevant .swiper-slide:hover .info_box .name_btn {
            color: var(--fontColor);
        }

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

body {
    --normalcolor: #fff;
    --bgColor: #0080C1;
    --bgColorHover: #036da3;
    --bgHoverColor: #79A43B;
    --fontColor: #333;
    --fontHoverColor: #0080C1;
    overflow-x: hidden;
    background-color: #F3F4F6;
}

a {
    color: var(--fontColor);
    transition-duration: 0.3s;
}

    a:hover {
        color: var(--fontHoverColor);
        text-decoration: none;
    }

div {
    transition-duration: 0.3s;
}

.container {
    width: 1230px;
}

    .container::after,
    .container::before {
        display: none;
    }

.header {
    width: 100%;
    background-color: #fff;
}

    .header .header_top {
        height: 37px;
        background-color: #FAFAFA;
        border-bottom: 1px solid #EDEDED;
    }

        .header .header_top .container {
            display: flex;
            height: 37px;
            justify-content: space-between;
            align-items: center;
            color: #666;
        }

            .header .header_top .container a {
                color: #666;
            }

                .header .header_top .container a:hover {
                    text-decoration: underline;
                }

            .header .header_top .container .left {
                display: flex;
                align-items: center;
            }

            .header .header_top .container .right {
                display: flex;
                align-items: center;
            }

                .header .header_top .container .right a {
                    margin-left: 15px;
                    display: flex;
                    align-items: center;
                }

                    .header .header_top .container .right a:last-child::after {
                        display: none;
                    }

                    .header .header_top .container .right a::after {
                        content: "";
                        margin-left: 15px;
                        display: inline-block;
                        width: 1px;
                        background-color: #D3D3D3;
                        height: 13px;
                    }

    .header .header_md {
        padding-bottom: 10px;
    }

    .header.header-middle.header-middle-fixed{
        position:fixed;
        top:0;
        left:0;
        z-index:1100;
        box-shadow:0 0 10px rgba(0,0,0,0.2);
    }

    .header .header_md .container {
        display: flex;
        align-items: center;
    }

        .header .header_md .logo {
            width: 220px;
            display: block;
        }

            .header .header_md .logo img {
                max-width: 100%;
            }

        .header .header_md .BatchSearch,
        .header .header_md .shopcart {
            width: 140px;
            margin-left: 10px;
            height: 36px;
            display: flex;
            justify-content: center;
            background-color: var(--bgColor);
            align-items: center;
            color: var(--normalcolor);
            border-radius: 3px;
            font-size: 14px;
        }

            .header .header_md .BatchSearch:hover,
            .header .header_md .shopcart:hover {
                background-color: var(--bgColorHover);
            }

        .header .header_md .shopcart {
            background-color: var(--bgHoverColor);
        }

        .header .header_md .BatchSearch::after {
            content: "æ‰¹é‡æœç´¢";
        }

        .header .header_md .shopcart::after {
            content: "æˆ‘çš„è´­ç‰©è½¦";
        }

        .header .header_md .BatchSearch::before,
        .header .header_md .shopcart::before {
            font-size: 19px;
            margin-right: 6px;
        }

    .header .search_box {
        margin-left: 130px;
        margin-top: 26px;
    }

        .header .search_box .search_in {
            border: 2px solid var(--bgColor);
            border-radius: 0 3px 3px 0px;
            width: 470px;
            display: flex;
        }

            .header .search_box .search_in input {
                border: none;
                box-shadow: none;
                height: 30px;
                width: calc(100% - 75px);
            }

                .header .search_box .search_in input::placeholder {
                    color: #999;
                }

            .header .search_box .search_in button {
                border-radius: 0;
                width: 75px;
                border: none;
                background-color: var(--bgColor);
                color: var(--normalcolor);
                outline: none;
            }

                .header .search_box .search_in button:hover {
                    background-color: var(--bgColorHover);
                }

        .header .search_box .hot_pro {
            margin-top: 6px;
            color: #999;
            font-size: 16px;
            color: #0080C1
        }

            .header .search_box .hot_pro a {
                margin-right: 15px;
                color: #0080C1;
            }
                .header .search_box .hot_pro a span{color:#da251c;}
                .header .search_box .hot_pro a:hover {
                    color: var(--bgHoverColor);
                }

    .header .header_btm {
        border-bottom: 2px solid var(--bgColor);
    }

        .header .header_btm .container {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .header .header_btm .top_tel {
            display: flex;
            align-items: center;
            margin-left: 25px;
            font-size: 17px;
            font-weight: bold;
            margin-top: 5px;
            color: var(--fontHoverColor);
        }

            .header .header_btm .top_tel .icon-dianhua22 {
                font-size: 18px;
                display: flex;
                align-items: center;
                color: var(--fontHoverColor);
            }

                .header .header_btm .top_tel .icon-dianhua22::after {
                    display: block;
                    content: "";
                    width: 1px;
                    margin: 0 10px;
                    height: 15px;
                    background-color: #B5B5B5;
                }

        .header .header_btm .navbar-collapse {
            padding: 0;
        }

        .header .header_btm .navbar-nav &gt; li &gt; a {
            font-size: 16px;
            padding: 12px 27px;
            padding-bottom: 10px;
        }

            .header .header_btm .navbar-nav &gt; li &gt; a:hover, .header .header_btm .navbar-nav &gt; li.active &gt; a {
                background-color: #fff;
                color: var(--bgColor);
                font-weight: bold;
            }

        .header .header_btm .navbar-nav &gt; li.li-procata {
            margin-right: 10px;
        }

            .header .header_btm .navbar-nav &gt; li.li-procata a.a-procata {
                display: inline-block;
                background-color: var(--bgColor);
                width: 230px;
                text-align: center;
                color: #fff;
            }

.kj-default-swiper1 {
    height: 493px;
}

    .kj-default-swiper1 .swiper-slide {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .kj-default-swiper1 .swiper-pagination .swiper-pagination-bullet {
        width: 10px;
        transition-duration: 0.3s;
        height: 10px;
        border-radius: 10px;
        opacity: 1;
        background-color: #fff;
    }

    .kj-default-swiper1 .swiper-pagination .swiper-pagination-bullet-active {
        width: 20px;
    }

.img_box {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .img_box a {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
        margin-bottom: 12px;
        width: 390px;
        height: 130px;
        position: relative;
        text-align: center;
        padding-top: 30px;
        color: var(--normalcolor);
        font-size: 15px;
    }

        .img_box a label {
            position: relative;
            z-index: 2;
            font-weight: normal;
        }

        .img_box a span {
            font-size: 25px;
            display: block;
            font-weight: bold;
            margin-bottom: 5px;
        }

        .img_box a:first-child,
        .img_box a:nth-child(2) {
            width: 593px;
        }

        .img_box a::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            display: block;
            background-color: rgba(0, 0, 0, 0.3);
            height: 100%;
            width: 100%;
            z-index: 1;
            transition-duration: 0.3s;
        }

        .img_box a:hover::before {
            background-color: rgba(0, 0, 0, 0.7);
        }

.header_title {
    margin-top: 30px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .header_title span {
        font-size: 26px;
        font-weight: bold;
        display: flex;
        align-items: center;
    }

        .header_title span img {
            margin-right: 14px;
        }

.more_btn {
    width: 85px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 33px;
    border: 1px solid #DEDFE0;
    color: #999;
}

    .more_btn:hover {
        background-color: var(--bgColor);
        color: var(--normalcolor);
        border-color: var(--bgColor);
    }

.index_customized {
    display: block;
    height: 295px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.index_pro {
    margin-left: 0;
    margin-right: -10px;
}

    .index_pro .col-md-3 {
        padding-left: 0;
        padding-right: 10px;
    }

    .index_pro .box {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 1px;
        height: 290px;
        display: block;
        position: relative;
        color: var(--fontColor);
    }

        .index_pro .box .img::before {
            content: "";
            position: absolute;
            left: 10px;
            top: 10px;
            display: block;
            background-image: linear-gradient(to bottom right, var(--bgColor), var(--bgHoverColor));
            height: 110px;
            width: 110px;
            border-radius: 50%;
            z-index: 2;
            transition-duration: 0.3s;
        }

        .index_pro .box .img {
            position: relative;
            z-index: 1;
            margin: 0 auto;
            margin-top: 34px;
            width: 130px;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 130px;
            border-radius: 50%;
            background-color: #E5F2F9;
        }

            .index_pro .box .img i {
                z-index: 3;
                font-size: 55px;
                color: var(--normalcolor);
            }

        .index_pro .box .content {
            position: relative;
            z-index: 1;
            text-align: center;
            margin-top: 20px;
        }

            .index_pro .box .content h3 {
                font-size: 22px;
                font-weight: bold;
            }

                .index_pro .box .content h3::after {
                    content: "";
                    display: block;
                    margin: 0 auto;
                    margin-top: 10px;
                    width: 20px;
                    height: 3px;
                    background-color: #007CC2;
                }

            .index_pro .box .content span {
                display: block;
                margin-top: 10px;
                font-size: 18px;
                color: #999;
                text-transform: uppercase;
            }

        .index_pro .box:hover .img::before {
            background-color: var(--normalcolor);
            background-image: none;
        }

        .index_pro .box:hover .content h3,
        .index_pro .box:hover .content span {
            color: var(--normalcolor);
        }

            .index_pro .box:hover .content h3::after {
                background-color: var(--normalcolor);
            }

        .index_pro .box:hover .img {
            background-color: rgba(255, 255, 255, 0.1);
            box-shadow: 0 0 10px #5B6577;
        }

            .index_pro .box:hover .img i {
                background-image: linear-gradient(to bottom right, var(--bgColor), var(--bgHoverColor));
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
            }

        .index_pro .box::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            display: block;
            background-color: #fff;
            height: 100%;
            width: 100%;
            z-index: 1;
            transition-duration: 0.3s;
        }

        .index_pro .box:hover::before {
            background-color: rgba(0, 0, 0, 0.5);
        }

.four_box {
    margin-top: 75px;
    display: flex;
    justify-content: space-between;
}

    .four_box .box {
        display: flex;
        font-size: 17px;
        align-items: center;
        justify-content: center;
    }

        .four_box .box img {
            margin-right: 18px;
        }

.footer {
    border-top: 2px solid var(--fontHoverColor);
    background-color: var(--normalcolor);
    padding-top: 35px;
    margin-top: 30px;
}

    .footer a:hover {
        text-decoration: underline;
    }

    .footer ul {
        display: flex;
        justify-content: space-between;
    }

        .footer ul li {
            color: rgba(0, 0, 0, 0.7);
            line-height: 29px;
            list-style: none;
            margin-right: 120px;
        }

            .footer ul li img {
                width: 115px;
                border: 1px solid #E3E3E3;
            }

            .footer ul li h3 {
                font-size: 17px;
                font-weight: bold;
                color: var(--fontColor);
                margin-bottom: 15px;
            }

            .footer ul li h2 {
                text-align: center;
                font-size: 15px;
            }

            .footer ul li a {
                display: block;
                color: #666;
            }

            .footer ul li span {
                display: flex;
            }

            .footer ul li:last-child {
                margin-right: 0;
                margin-left: 40px;
            }

    .footer .ftm {
        background-color: #F7F7F7;
        margin-top: 50px;
    }

        .footer .ftm .container {
            display: flex;
            height: 65px;
            padding: 10px 15px;
            align-items: center;
            justify-content: center;
        }

.page_banner {
    height: 300px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .page_banner h2 {
        color: #fff;
        font-size: 40px;
        font-weight: bold;
    }

        .page_banner h2 span {
            margin-top: 10px;
            text-align: center;
            display: block;
            font-size: 22px;
            font-weight: normal;
        }

.path_nav {
    font-size: 15px;
    margin-bottom: 20px;
}

    .path_nav .container {
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .path_nav .container .breadcrumb {
            padding: 0;
            margin-bottom: 0;
            background-color: transparent;
            color: #999;
        }

            .path_nav .container .breadcrumb a {
                color: #999;
            }

            .path_nav .container .breadcrumb .active span {
                color: var(--fontColor);
            }

            .path_nav .container .breadcrumb .active a {
                color: var(--fontColor);
            }

            .path_nav .container .breadcrumb &gt; li + li:before {
                content: "&gt;";
            }

        .path_nav .container .path_tab {
            font-size: 15px;
        }

            .path_nav .container .path_tab a {
                display: inline-block;
                padding-top: 25px;
                padding-bottom: 20px;
                border-bottom: 2px solid transparent;
                margin-left: 50px;
            }

                .path_nav .container .path_tab a:hover {
                    font-weight: bold;
                    color: var(--bgColor);
                    border-bottom: 2px solid var(--bgColor);
                }

                .path_nav .container .path_tab a.active {
                    font-weight: bold;
                    color: var(--bgColor);
                    border-bottom: 2px solid var(--bgColor);
                }

.path_nav_active {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    margin-bottom: 0;
}

    .path_nav_active .container {
        height: auto;
        min-height: 68px;
    }

.page_header {
    font-size: 36px;
    text-align: center;
    margin-top: 60px;
    font-weight: bold;
}

.about_box {
    margin-top: 65px;
    display: flex;
    justify-content: space-between;
}

    .about_box .left {
        width: 565px;
    }

        .about_box .left .content {
            line-height: 41px;
            font-size: 16px;
        }

        .about_box .left .counter-section {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-top: 40px;
        }

            .about_box .left .counter-section .line {
                width: 1px;
                display: block;
                height: 70px;
                background-color: #D7D7D7;
                margin: 0 70px;
            }

            .about_box .left .counter-section .num {
                line-height: 30px;
                color: var(--bgColor);
            }

            .about_box .left .counter-section .text {
                line-height: 30px;
                font-size: 16px;
            }

            .about_box .left .counter-section .footerText {
                font-style: normal;
                font-size: 26px;
            }

            .about_box .left .counter-section .timer {
                font-size: 54px;
            }

    .about_box .right {
        width: 560px;
        height: 395px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

.news_box {
    margin-top: 45px;
    display: flex;
    padding-bottom: 40px;
    border-bottom: 1px solid #DEDFE0;
}

    .news_box .left {
        display: block;
        width: 330px;
        height: 210px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .news_box .right {
        padding-left: 45px;
        width: calc(100% - 330px);
    }

        .news_box .right .title {
            font-size: 22px;
            font-weight: bold;
            word-break: break-all;
            text-overflow: ellipsis;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
        }

        .news_box .right .time {
            color: #999;
            margin-top: 10px;
        }

            .news_box .right .time i {
                margin-right: 10px;
            }

        .news_box .right .content {
            line-height: 28px;
            color: #666;
            margin-top: 15px;
            word-break: break-all;
            text-overflow: ellipsis;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
        }

        .news_box .right .more_btn {
            margin-top: 30px;
            font-size: 15px;
            color: #666;
            height: 45px;
            width: 135px;
        }

            .news_box .right .more_btn:hover {
                color: var(--normalcolor);
            }

    .news_box:hover {
        border-bottom: 1px solid var(--bgColor);
    }

        .news_box:hover .title {
            color: var(--bgColor);
        }

        .news_box:hover .more_btn {
            background-color: var(--bgColor);
            color: var(--normalcolor);
        }

    .news_box:first-child {
        margin-top: 0;
    }

.brand_header {
    font-size: 30px;
    margin-bottom: 15px;
    font-weight: bold;
}

.brand_all {
    margin-left: 0;
    margin-right: -8px;
}

    .brand_all .col-md-2 {
        padding-left: 0;
        padding-right: 8px;
        width: calc(100% / 7);
    }

    .brand_all .brand {
        height: 100px;
        display: flex;
        margin-bottom: 8px;
        align-items: center;
        justify-content: center;
        background-color: var(--normalcolor);
    }

        .brand_all .brand img {
            max-width: 100%;
            max-height: 100%;
            transition-duration: 0.3s;
        }

        .brand_all .brand:hover {
            box-shadow: 0 0 10px #ddd;
        }

            .brand_all .brand:hover img {
                transform: scale(0.8);
            }

.prolist {
    margin-left: 0;
    margin-right: -8px;
}

    .prolist .col-md-2 {
        width: calc(100% / 5);
        padding-left: 0;
        padding-right: 8px;
    }

.pro {
    padding: 8px;
    background-color: var(--normalcolor);
    /*padding-bottom: 20px;*/
    margin-bottom: 8px;
    height:360px;

}

    .pro .img {
        display: flex;
        height: 220px;
        align-items: center;
        justify-content: center;
    }

        .pro .img img {
            max-width: 100%;
            max-height: 100%;
            transition-duration: 0.3s;
        }

    .pro .title {
        font-size: 13px;
        text-align: center;
        word-break: break-all;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        margin-top: 10px;
    }

    .pro .content {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 10px;
        flex-wrap: wrap;
    }

        .pro .content .kj-pre-price {
            color: red;
            font-weight: bold;
        }

        .pro .content .shopcart {
            font-size: 12px;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 32px;
            border-radius: 3px;
            margin-top: 5px;
            background: Var(--bgColor);
            color: #fff !important;
        }

            .pro .content .shopcart::before {
                color: #fff;
                margin-right: 5px;
                font-size: 15px;
            }

            .pro .content .shopcart::after {
                display: none;
            }

            .pro .content .shopcart:hover {
                background: var(--bgColorHover);
            }

            .pro .content .shopcart:active {
                position: relative;
                top: 2px;
            }

    .pro:hover {
        box-shadow: 0 0 10px #ddd;
    }

        .pro:hover a {
            color: var(--bgColor) !important;
        }

        .pro:hover .img img {
            transform: scale(0.8);
        }

.navbar-nav .li-procata &gt; a span {
    display: none;
}

.navbar-nav .li-procata ul {
    top: 100%;
    border: 0;
    width: 100%;
    border-radius: 0;
    padding: 10px 0 0 0;
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
    height: 495px;
    background: #fff;
    left: 0;
}

    .navbar-nav .li-procata ul &gt; li {
      position: initial;
        transition: all 0.2s linear 0s;
        padding: 0 12px;
    }

        .navbar-nav .li-procata ul &gt; li &gt; a {
            display: inline-flex;
            width: 100%;
            color: #333333 !important;
            font-weight: normal;
            height: 44px;
            line-height: 44px;
            font-size: 14px;
            padding: 0;
            margin: 0;
            align-items: center;
            position: relative;
        }

        .navbar-nav .li-procata ul &gt; li:first-child {
            border-top: 0;
        }

        .navbar-nav .li-procata ul &gt; li &gt; a &gt; span {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 5px;
            color: #999;
            font-size: 20px;
        }

        .navbar-nav .li-procata ul &gt; li:hover {
            box-shadow: 0 3px 10px rgba(0,0,0,0.1);
        }

            .navbar-nav .li-procata ul &gt; li:hover &gt; a {
                color: var(--fontColor) !important;
                background: none;
            }

.navbar-nav .li-procata &gt; ul &gt; li &gt; a:before {
    content: "";
    background-image: url('../images/navtubiao.png');
    display: block;
    width: 30px;
    background-repeat: no-repeat;
    background-position: 1px 1px;
    height: 30px;
}

.navbar-nav .li-procata &gt; ul &gt; li:nth-child(2) &gt; a:before {
    background-position: 1px -41px;
}

.navbar-nav .li-procata &gt; ul &gt; li:nth-child(3) &gt; a:before {
    background-position: 1px -85px;
}

.navbar-nav .li-procata &gt; ul &gt; li:nth-child(4) &gt; a:before {
    background-position: 1px -131px;
}

.navbar-nav .li-procata &gt; ul &gt; li:nth-child(5) &gt; a:before {
    background-position: 1px -176px;
}

.navbar-nav .li-procata &gt; ul &gt; li:nth-child(6) &gt; a:before {
    background-position: 1px -220px;
}

.navbar-nav .li-procata &gt; ul &gt; li:nth-child(7) &gt; a:before {
    background-position: 1px -265px;
}

.navbar-nav .li-procata &gt; ul &gt; li:nth-child(8) &gt; a:before {
    background-position: 1px -310px;
}

.navbar-nav .li-procata &gt; ul &gt; li:nth-child(9) &gt; a:before {
    background-position: 1px -353px;
}

.navbar-nav .li-procata &gt; ul ul {
    background: #f9f9f9;
    position: absolute;
    margin: 0;
    width: 235px;
    left: 100%;
    top: 0;
    display: none;
    padding: 10px 0;
    box-shadow: 10px 0 10px rgba(0,0,0,0.1);
    height: auto;
    min-height: 100%;
}

    .navbar-nav .li-procata &gt; ul ul li {
        height: auto;
    /*    position: relative;*/
        border: 0;
        padding: 0 15px;
        width: 100%;
    }

        .navbar-nav .li-procata &gt; ul ul li a {
            color: #333 !important;
            padding: 0;
            height: 35px;
            line-height: 35px;
            border: 0;
            width: 100%;
            display: block;
            border-bottom: 1px solid #ebebeb;
            font-size: 13px;
        }

            .navbar-nav .li-procata &gt; ul ul li a:before {
                display: none;
            }

.navbar-nav .li-procata ul span.fa-angle-down:before {
    content: "\f105";
}

.navbar-nav .li-procata &gt; ul li:hover &gt; ul {
    display: block;
}

.navbar-nav .li-procata &gt; ul ul li ul {
    background: #f5f5f5;
    overflow: hidden;
    overflow-y: auto;
    display: none !important;
}

.navbar-nav .li-procata &gt; ul ul li:hover ul {
    display: block !important;
}

.navbar-nav .li-procata &gt; ul ul li ul::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.navbar-nav .li-procata &gt; ul ul li ul::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background-color: var(--bgColor);
}

.navbar-nav .li-procata &gt; ul ul li ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 5px;
    background-color: #f1f1f1
}

.active_box {
    margin-top: 65px;
    line-height: 30px;
}

    .active_box img {
        max-width: 100%;
        height: auto !important
    }

.no_car_btn {
    cursor: not-allowed;
}

.product_list_ul2 {
    display: block;
    width: 100%;
}

    .product_list_ul2 li {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        overflow: hidden;
        transition: all 0.2s linear 0s;
        background: #fff;
    }

        .product_list_ul2 li.selectActive {
            box-shadow: 0 0 10px rgba(0,0,0,0.1);
        }

        .product_list_ul2 li .pro_description {
            padding: 24px 12px;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            position: relative;
        }

            .product_list_ul2 li .pro_description .img_btn {
                width: 115px;
                height: 95px;
                display: inline-flex;
                justify-content: center;
                align-items: center;
                margin-right: 20px;
            }

                .product_list_ul2 li .pro_description .img_btn img {
                    max-width: 100%;
                    max-height: 100%;
                }

            .product_list_ul2 li .pro_description .right_info {
                width: calc(100% - 195px)
            }

                .product_list_ul2 li .pro_description .right_info .name_btn {
                    margin-bottom: 5px;
                    font-size: 16px;
                    color: #333333;
                    font-weight: bold;
                    line-height: 30px;
                    display: block;
                    width: 100%;
                    height: 30px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap
                }

                    .product_list_ul2 li .pro_description .right_info .name_btn:hover {
                        text-decoration: underline;
                        color: var(--fontHoverColor);
                    }

                .product_list_ul2 li .pro_description .right_info .basic_text {
                    display: inline-block;
                    line-height: 28px;
                    margin-right: 20px;
                }

                .product_list_ul2 li .pro_description .right_info label {
                    font-size: 14px;
                    font-weight: normal;
                    color: #999999;
                }

                .product_list_ul2 li .pro_description .right_info span {
                    font-size: 14px;
                    color: #333333;
                }

                    .product_list_ul2 li .pro_description .right_info a, .product_list_ul2 li .pro_description .right_info span.blue {
                        color: var(--fontHoverColor);
                    }

        .product_list_ul2 li .stock_btn {
            border: 0;
            display: flex;
            width: 60px;
            height: 24px;
            align-items: center;
            font-size: 14px;
            color: #333333;
            justify-content: flex-end;
            transition: all 0.2s linear 0s;
            position: absolute;
            bottom: 25px;
            right: 12px;
            background: none;
            padding: 0;
        }

            .product_list_ul2 li .stock_btn i {
                font-size: 13px;
                color: #db0000;
                font-weight: bold;
                margin-right: 5px;
                vertical-align: middle;
                transition: all 0.2s linear 0s;
            }

            .product_list_ul2 li .stock_btn.active i {
                transform: rotate(180deg);
                margin-top: 0;
                margin-bottom: 4px;
            }

            .product_list_ul2 li .stock_btn:hover {
                color: var(--fontHoverColor)
            }

        .product_list_ul2 li .kjcollapse {
            display: none;
        }

        .product_list_ul2 li .kj-table {
            margin: 0 12px;
        }

            .product_list_ul2 li .kj-table table {
                margin-bottom: 30px;
            }

            .product_list_ul2 li .kj-table thead tr th {
                text-align: center;
                border: 0;
                background: #f7f7f7;
                font-size: 14px;
                height: 35px;
                line-height: 35px;
                padding-top: 0;
                padding-bottom: 0;
                color: #333;
            }

                .product_list_ul2 li .kj-table thead tr th:first-child {
                    text-align: left;
                    padding-left: 10px;
                    width: 170px;
                }

            .product_list_ul2 li .kj-table tbody tr td {
                border-top: 0;
                text-align: center;
                font-size: 14px;
                color: #666666;
                vertical-align: middle;
                border-bottom: 1px dotted #dcdcdc;
                transition: all 0.2s linear 0s;
                padding-top: 5px;
                padding-bottom: 5px;
            }

                .product_list_ul2 li .kj-table tbody tr td:first-child {
                    text-align: left;
                    padding-left: 10px;
                }

                .product_list_ul2 li .kj-table tbody tr td em {
                    color: #e70012;
                }

            .product_list_ul2 li .kj-table tbody tr:hover td {
                background: #f9f9f9;
            }

            .product_list_ul2 li .kj-table tbody tr td a.car_btn {
                display: inline-block;
                width: 30px;
                height: 30px;
                background: var(--bgColor);
                text-align: center;
                line-height: 30px;
                border-radius: 3px;
                color: #fff;
            }

                .product_list_ul2 li .kj-table tbody tr td a.car_btn:hover {
                    background: var(--bgHoverColor);
                }

                .product_list_ul2 li .kj-table tbody tr td a.car_btn:active {
                    position: relative;
                    top: 2px;
                }

                .product_list_ul2 li .kj-table tbody tr td a.car_btn.no_car_btn {
                    background: #999;
                    cursor: not-allowed;
                }

                    .product_list_ul2 li .kj-table tbody tr td a.car_btn.no_car_btn:hover {
                        background: #999;
                    }

                    .product_list_ul2 li .kj-table tbody tr td a.car_btn.no_car_btn:active {
                        top: 0;
                    }

            .product_list_ul2 li .kj-table .kj-pro-num-box {
                width: 72px;
                height: 25px;
                border-radius: 3px;
                overflow: hidden;
                margin: 0 auto;
                border: 1px solid #949494;
                vertical-align: middle;
                display: inline-flex;
                align-items: center;
                justify-content: space-between;
            }

                .product_list_ul2 li .kj-table .kj-pro-num-box button {
                    width: 20px;
                    border: 0;
                    padding: 0;
                    height: 25px;
                    transition: all 0.2s linear 0s;
                    background: none;
                    font-size: 14px;
                    color: #333;
                    display: inline-flex;
                    justify-content: center;
                    align-items: center;
                }

                .product_list_ul2 li .kj-table .kj-pro-num-box input {
                    width: 32px;
                    height: 25px;
                    line-height: 18px;
                    border: 0;
                    top: 0;
                    padding: 0;
                    vertical-align: top;
                    display: inline-block;
                    text-align: center;
                    font-size: 12px;
                    color: #333;
                    margin-left: 19px;
                }

                .product_list_ul2 li .kj-table .kj-pro-num-box button:hover {
                    background: #dedede;
                }

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

    .website_product_list li {
        margin-right: 10px;
        margin-bottom: 10px;
        width: calc((100% - 40px)/5);
        height: 288px;
        transition: all 0.2s linear 0s;
        background: #fff;
    }

        .website_product_list li:nth-child(5n) {
            margin-right: 0;
        }

        .website_product_list li .img_btn {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 195px;
            transition: all 480ms ease 0s;
            padding: 10px;
        }

            .website_product_list li .img_btn img {
                max-width: 100%;
                max-height: 100%;
                transform: scale(1,1);
                transition-duration: 400ms;
                transition-timing-function: ease-out;
            }

        .website_product_list li .info_box {
            padding: 0 15px;
            margin-top: 3px;
        }

            .website_product_list li .info_box .name_btn {
                display: block;
                font-size: 14px;
                color: #333333;
                line-height: 24px;
                text-align: center;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                font-weight: bold;
            }

            .website_product_list li .info_box .base_info {
                display: flex;
                justify-content: center;
            }

                .website_product_list li .info_box .base_info span {
                    max-width: 50%;
                    font-size: 14px;
                    color: #666666;
                    line-height: 24px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    position: relative;
                    padding: 0 5px;
                }

                    .website_product_list li .info_box .base_info span:first-child:after {
                        content: "";
                        width: 1px;
                        height: 15px;
                        background: #959595;
                        position: absolute;
                        top: 50%;
                        right: 0;
                        transform: translateY(-50%);
                    }

            .website_product_list li .info_box .price {
                text-align: center;
                font-size: 16px;
                color: #e60012;
                line-height: 26px;
                font-weight: bold;
            }

        .website_product_list li:hover {
            box-shadow: 0 0 10px rgba(0,0,0,0.1);
        }

            .website_product_list li:hover .img_btn img {
                transform: scale(0.9,0.9);
                -moz-transform: scale(0.9,0.9);
                -webkit-transform: scale(0.9,0.9);
                -o-transform: scale(0.9,0.9);
            }

            .website_product_list li:hover .info_box .name_btn {
                color: var(--fontHoverColor);
            }

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

    .page_product_list li {
        margin-right: 10px;
        margin-bottom: 10px;
        width: calc((100% - 40px)/5);
        transition: all 0.2s linear 0s;
        background: #fff;
    }

        .page_product_list li:nth-child(5n) {
            margin-right: 0;
        }

        .page_product_list li .img_btn {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 210px;
            transition: all 480ms ease 0s;
        }

            .page_product_list li .img_btn img {
                max-width: 100%;
                max-height: 100%;
                transform: scale(1,1);
                transition-duration: 400ms;
                transition-timing-function: ease-out;
                padding: 10px;
            }

        .page_product_list li .info_box {
            padding: 0 12px;
        }

            .page_product_list li .info_box .name_btn {
                display: block;
                font-size: 16px;
                color: #333333;
                line-height: 28px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                font-weight: bold;
            }

            .page_product_list li .info_box .base_info span {
                font-size: 13px;
                color: #666666;
                line-height: 22px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                display: block;
            }

            .page_product_list li .info_box .price {
                font-size: 18px;
                color: #ee1010;
                line-height: 28px;
                font-weight: bold;
                margin-bottom: 5px;
            }

        .page_product_list li:hover {
            box-shadow: 0 0 10px rgba(0,0,0,0.1);
        }

            .page_product_list li:hover .img_btn img {
                transform: scale(0.9,0.9);
                -moz-transform: scale(0.9,0.9);
                -webkit-transform: scale(0.9,0.9);
                -o-transform: scale(0.9,0.9);
            }

            .page_product_list li:hover .info_box .name_btn {
                color: var(--fontHoverColor);
            }

.product_list_3 table thead tr th {
    text-align: center;
    background: #dbe6f3;
    height: 45px;
    line-height: 45px;
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
    color: #333;
}

    .product_list_3 table thead tr th:nth-child(2) {
        text-align: left;
    }

.product_list_3 table tbody tr td {
    text-align: center;
    border-bottom: 1px dashed #dedede;
    vertical-align: middle;
    transition: all 0.2s linear 0s;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    padding-top: 12px;
    padding-bottom: 12px;
}

    .product_list_3 table tbody tr td:nth-child(2) {
        text-align: left;
    }

.product_list_3 table tbody tr:hover td {
    background: #fff;
}

.product_list_3 table tbody tr td .img_btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .product_list_3 table tbody tr td .img_btn img {
        max-width: 80px;
        max-height: 80px;
    }

.product_list_3 table tbody tr td .name_btn {
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 24px;
}

    .product_list_3 table tbody tr td .name_btn:hover {
        color: Var(--fontHoverColor);
        text-decoration: underline;
    }

.product_list_3 table tbody tr td span {
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 24px;
}

.product_list_3 table tbody tr td .price_box {
    display: flex;
    justify-content: center;
}

    .product_list_3 table tbody tr td .price_box .red {
        font-weight: bold;
        color: #e70012;
    }

.product_list_3 table tbody tr td .car_btn {
    height: 32px;
    line-height: 32px;
    display: inline-block;
    padding: 0 15px;
    border-radius: 3px;
    background: var(--bgColor);
    font-size: 14px;
    color: #fff;
    margin-top: 5px;
}

    .product_list_3 table tbody tr td .car_btn:hover {
        background: var(--bgHoverColor);
    }

    .product_list_3 table tbody tr td .car_btn:active {
        position: relative;
        top: 2px;
    }

    .product_list_3 table tbody tr td .car_btn.no_car_btn {
        background: #999;
        cursor: not-allowed;
    }

    .product_list_3 table tbody tr td .car_btn.no_car_btn {
        background: #999;
    }

    .product_list_3 table tbody tr td .car_btn.no_car_btn {
        top: 0;
    }

.product_list_ul2 li .pro_stock {
    display: flex;
    height: 50px;
    align-items: center;
    padding: 0 15px;
    border-top: 1px solid #eee;
    flex-wrap: wrap;
    transition: all 0.2s linear 0s;
}

    .product_list_ul2 li .pro_stock:hover {
        background: #e5eefe;
    }

    .product_list_ul2 li .pro_stock.active {
        background: #e5eefe;
    }

    .product_list_ul2 li .pro_stock a {
        font-size: 14px;
        color: var(--fontHoverColor);
        font-weight: bold;
    }

    .product_list_ul2 li .pro_stock span {
        font-size: 12px;
        color: #666;
        display: block;
    }

    .product_list_ul2 li .pro_stock button {
        border: 0;
        display: flex;
        width: 90px;
        height: 28px;
        align-items: center;
        font-size: 14px;
        color: #333333;
        justify-content: flex-end;
        transition: all 0.2s linear 0s;
        background: none;
        margin-left: auto;
    }

        .product_list_ul2 li .pro_stock button i {
            font-size: 13px;
            color: #db0000;
            font-weight: bold;
            margin-right: 5px;
            margin-top: 5px;
            transition: all 0.2s linear 0s;
        }

        .product_list_ul2 li .pro_stock button.active i {
            transform: rotate(180deg);
            margin-top: 0;
            margin-bottom: 4px;
        }

        .product_list_ul2 li .pro_stock button:hover {
            color: var(--fontHoverColor)
        }

.product_list_ul2 .mergeTable {
    background: #eee;
    margin-top: 15px;
}

    .product_list_ul2 .mergeTable .kj-pro-num-box input {
        background: #fff;
    }

.product_list_ul2 li .kj-table .mergeTable tbody tr:hover td {
    background: #eee;
}

.product_list_ul2 li .pro_description .right_info .basic_all {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    padding-right: 40px;
}

.product_info_details .right_box .info_box .list em {
    color: #da261c
}

.product-desc-kj-table {
    margin-top: 30px;
}

.xgzl {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
}
/*è”ç³»æˆ‘ä»¬**/
.contact_us_box h1 {
    font-size: 30px;
    color: var(--fontHoverColor);
    line-height: 48px;
    font-weight: bold;
}

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

    .contactUs_info .code_box {
        width: 110px;
        text-align: center;
    }

        .contactUs_info .code_box img {
            max-width: 100%;
        }

        .contactUs_info .code_box span {
            display: block;
            font-size: 14px;
            color: #333333;
        }

    .contactUs_info .left {
        display: flex;
        flex: 1;
        flex-wrap: wrap;
        margin-top: 26px;
    }

        .contactUs_info .left span {
            display: flex;
            align-items: center;
            font-size: 15px;
            color: #333333;
            line-height: 24px;
            flex: 0 0 40%;
            margin-bottom: 12px;
        }

            .contactUs_info .left span a {
                color: #333;
            }

                .contactUs_info .left span a:hover {
                    color: var(--fontHoverColor);
                    text-decoration: underline;
                }

            .contactUs_info .left span i {
                color: var(--fontHoverColor);
                font-size: 17px;
                width: 30px;
            }

.contact_us_box .map_box {
    width: 100%;
    height: 415px;
    background: #f1f1f1;
    margin-top: 30px;
}

.nombtn {
    width: 100px;
    margin-left: 10px;
    height: 36px;
    display: flex;
    justify-content: center;
    background-color: var(--bgColor);
    align-items: center;
    color: var(--normalcolor);
    border-radius: 3px;
    border: none;
    font-size: 14px;
    margin-right: 10px;
}

.nombtn-gray {
    width: 100px;
    margin-left: 10px;
    height: 36px;
    display: flex;
    justify-content: center;
    background-color: #ddd;
    align-items: center;
    color: var(--normalcolor);
    border-radius: 3px;
    border: none;
    font-size: 14px;
}

    .nombtn:hover, .nombtn-gray:hover {
        background-color: var(--bgHoverColor);
    }

.dialog-ctrlbox {
    display: flex;
    justify-content: center;
}

.buynow_btn {
    background-color: var(--bgHoverColor);
    color: #fff;
}

    .buynow_btn i {
        margin-right: 5px;
    }

    .buynow_btn:hover {
        background-color: var(--bgColor);
        color: #fff;
    }


.kj-page .pagination.table {
    width: auto;
}

.span_flex {
    width: 100%;
    color: #666;
    display: flex !important;
    justify-content: space-between;
    height: 20px;
    align-items: center;
}

    .span_flex i {
        max-width: 50%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
     .span_flex i:first-child{font-weight:bold;}
.shopcart::after {
    content: "ç«‹å³è´­ä¹°";
    font-size: 13px;
    color: #fff;
}

.disabled {
    color: #ddd !important;
    cursor: not-allowed;
    border-color: #eee !important;
}

.pro .info {
    display: flex;
    align-items: center;
}

    .pro .info i {
        /*width: 80px;*/
        word-break: break-all;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

.kj-default-swiper1 .swiper-button-prev,
.kj-default-swiper1 .swiper-button-next {
    background-image: none;
    color: var(--normalcolor);
    font-size: 18px;
    height: 55px;
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.3);
}

    .kj-default-swiper1 .swiper-button-prev:hover,
    .kj-default-swiper1 .swiper-button-next:hover {
        background-color: var(--normalcolor);
        color: var(--fontHoverColor);
    }

.kj-default-swiper1 .swiper-button-prev {
    left: 50px;
}

.kj-default-swiper1 .swiper-button-next {
    right: 50px;
}

.swiper-button-prev:after, .swiper-button-next:after {
    display: none;
}

.out_box_btn {
    width: 100%;
    border: none;
    background-color: #eee;
    text-align:right;
    padding-right:21px;
}

    .out_box_btn i {
        font-size: 13px;
        color: #db0000;
        display: inline-block;
        font-weight: bold;
        margin-right: 5px;
        margin-top: 5px;
        transition: all 0.2s linear 0s;
    }

.out_box {
    overflow: hidden;
    height: 25px;
}

.out_box_btn.active i {
    transform: rotate(180deg);
    position: relative;
    top: -4px;
}
.kj-cheaper {
  margin-top: 25px;
  padding-top: 15px;
}
.kj-cheaper .kj-header {
  margin-bottom: 12px;
}
.kj-cheaper .mySwiper {
  border-top: 2px solid #0080C1;
  background-color: #fff;
}
.kj-cheaper .mySwiper .swiper-button-next {
  right: 0;
}
.kj-cheaper .mySwiper .swiper-button-prev {
  left: 0;
}
.kj-cheaper .mySwiper .swiper-button-next,
.kj-cheaper .mySwiper .swiper-button-prev {
  background-image: none;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  background-color: #E3E3E3;
  color: #fff;
  transition-duration: 0.39s;
}
.kj-cheaper .mySwiper .swiper-button-next:hover,
.kj-cheaper .mySwiper .swiper-button-prev:hover {
  background-color: var(--bgColor);
  color: #fff;
}
.kj-cheaper .swiper-slide-active .pro {
  border-left: 0;
}
.kj-header {
  display: flex;
  align-items: center;
  font-size: 26px;
  font-weight: bold;
  justify-content: space-between;
}
    .kj-header a {
        width: 85px;
        height: 33px;
        font-size:14px;
        display: flex;
        font-weight:normal;
        justify-content: center;
        align-items: center;
        border-radius: 33px;
        border: 1px solid #DEDFE0;
        color: #999;
    }
.kj-header a:hover {
  background-color: var(--bgColor);
  color: #fff;
  border-color: var(--bgColor);
}

/*äº§å“åˆ†ç±»*/
.product_cate_box {
    margin-top: 15px;
    margin-bottom: 25px;
}

    .product_cate_box h1 {
        font-weight: bold;
        font-size: 30px;
        color: #000000;
        line-height: 44px;
    }

    .product_cate_box .brief_text {
        font-size: 15px;
        color: #000;
        line-height: 28px;
        margin-top: 10px;
    }

    .product_cate_box ul {
        display: flex;
        flex-wrap: wrap;
        margin-top: 40px;
    }

        .product_cate_box ul li {
            margin-right: 45px;
            width: calc((100% - 135px)/4);
            margin-bottom: 45px;
        }

            .product_cate_box ul li:nth-child(4n) {
                margin-right: 0;
            }

            .product_cate_box ul li .img_btn {
                width: 100%;
                height: 175px;
                overflow: hidden;
                transition: all 480ms ease 0s;
            }

                .product_cate_box ul li .img_btn a {
                    display: block;
                    width: 100%;
                    height: 100%;
                    transform: scale(1,1);
                    transition-duration: 400ms;
                    transition-timing-function: ease-out;
                }

            .product_cate_box ul li .name_btn {
                font-size: 18px;
                color: Var(--fontColor);
                font-weight: bold;
                line-height: 38px;
                margin-top: 15px;
                display: block;
                text-align:center;
            }

            .product_cate_box ul li:hover .img_btn a {
                transform: scale(1.1,1.1);
                -moz-transform: scale(1.1,1.1);
                -webkit-transform: scale(1.1,1.1);
                -o-transform: scale(1.1,1.1);
            }

            .product_cate_box ul li:hover .name_btn {
                text-decoration: underline;
            }

.header.header-middle.header-middle-fixed .navbar-nav .li-procata ul.dropdown-menu {
    display:none;
}
.header.header-middle.header-middle-fixed .navbar-nav .li-procata:hover ul.dropdown-menu {
    display:block;
}
.header.header-middle.header-middle-fixed .navbar-nav .li-procata ul.dropdown-menu ul.dropdown-menu {
    display: none;
}
.header.header-middle.header-middle-fixed .navbar-nav .li-procata ul.dropdown-menu li:hover ul {
    display: block;
}
.pro_slide_box .tab-pane img{
    max-width:100%;
    height:auto !important;
}
.out_box_btn {
    width: auto;
    border: none;
    background-color: #fff;
    text-align: right;
    position: absolute;
    padding-right: 21px;
    right: 0;
    bottom: 25px;
}</pre></body></html>