﻿body {
    background-color: #fff !important;
    padding: 0 !important;
}

.kj-top-header {
    height: 45px;
    background-color: #fcfcfc;
    line-height: 45px;
    color: #666;
    font-size: 13px;
    border-bottom: 1px solid #e8ddfa;
}

    .kj-top-header .kj-site-top-left s {
        text-decoration: none;
        margin-left: 15px;
    }

    .kj-top-header .kj-site-top-left span {
        color: #da251c;
        font-weight: bold;
    }

    .kj-top-header .kj-site-top-right {
        text-align: right;
    }

        .kj-top-header .kj-site-top-right span {
            display: inline-block;
            margin-left: 15px;
        }

            .kj-top-header .kj-site-top-right span i {
                margin-right: 5px;
            }

    .kj-top-header a {
        display: inline-block;
        color: #666;
        height: 45px;
        line-height: 45px;
        font-size: 13px;
    }

.kj-site-top-logo {
    width: 140px;
    margin-right: 30px;
}
.kj-top-logo {
    width: 97px;
    image-rendering: -webkit-optimize-contrast;
}
.kj-top-search {
    height: 110px;
    display: flex;
    align-items: center;
    align-self: start;
}

.kj-top-search-right div {
    padding-left: 20px;
    height: 45px;
    line-height: 45px;
}

.kj-top-search-right-none {
    position: relative;
    bottom: 13px;
    display: flex;
}

    .kj-top-search-right-none a {
        color: #333;
        font-size: 16px;
        display: flex;
        align-items: center
    }

    .kj-top-search-right-none span {
        display: inline-block;
        width: 44px;
        height: 44px;
        border-radius: 50%;
        margin-right: 20px;
        background: url('../images/shoppingcar.png') no-repeat;
        background-position: center center;
        background-size: 22px 20px;
    }

        .kj-top-search-right-none span i {
            display: inline-block;
            position: relative;
            width: 20px;
            height: 20px;
            text-align: center;
            line-height: 20px;
            border-radius: 50%;
            color: #fff;
            font-size: 14px;
            font-weight: lighter;
            top: -10px;
            right: -29px;
            background-color: #ff0000;
            margin-right: 0;
            transform: rotate(-4deg);
        }

.kj-site-top-search-center {
    bottom: 15px;
    height: 40px;
    border: 1px solid #e1dede;
    border-radius: 0;
    position: relative;
}

    .kj-site-top-search-center .kj-hot-product {
        position: absolute;
        padding: 0;
        bottom: -50px;
        left: 0;
        z-index: 5;
        height: 37px;
        display: flex;
        align-items: center;
        justify-content: left;
    }

        .kj-site-top-search-center .kj-hot-product li {
            list-style: none;
        }

            .kj-site-top-search-center .kj-hot-product li a {
                padding-right: 30px;
                color: #333;
            }

    .kj-site-top-search-center input {
        height: 40px;
        border: none;
        border-radius: 0;
        outline: none;
        width: 95% !important;
    }

        .kj-site-top-search-center input:focus {
            box-shadow: none;
        }

    .kj-site-top-search-center button {
        height: 40px;
        width: 90px;
        border: none;
        border-radius: 0 !important;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        background: url('../images/search.png') no-repeat;
        background-size: 28px 28px;
        background-position: center center;
        background-color: #2974ba;
    }

#kj-site-top-nav-button {
    background-color: #2974ba;
}

    #kj-site-top-nav-button span {
        background-color: #fff;
    }

.kj-site-top-nav {
    border: none !important;
    border-radius: 0 !important;
    margin-bottom: 0 !important;
    min-height: 0 !important;
    background-color: #fff;
}

    .kj-site-top-nav .navbar-collapse .navbar-nav li ul {
        position: absolute;
        bottom: -500px;
        left: 0;
        z-index: 300;
        background-color: rgba(0, 0, 0, 0.5);
        transition-duration: 0.39s;
        padding: 0;
        min-height: 500px;
        width: calc(100% - 1px);
    }

        .kj-site-top-nav .navbar-collapse .navbar-nav li ul li {
            list-style: none;
            border-bottom: 1px solid #bfbfbf;
            position: relative;
            width: 100%;
            padding: 0px;
            padding: 0 20px;
        }

            .kj-site-top-nav .navbar-collapse .navbar-nav li ul li a {
                font-size: 12px;
                color: #fff;
                padding: 27px 22px;
                font-weight: normal;
                position: relative;
                display: block;
                margin: 0;
                padding: 0;
                padding: 27px 0;
                padding-left: 60px;
            }

                .kj-site-top-nav .navbar-collapse .navbar-nav li ul li a h4 {
                    margin: 0;
                    font-size: 16px;
                 
                }

                .kj-site-top-nav .navbar-collapse .navbar-nav li ul li a span {
                    position: absolute;
                    left: 0px;
                    display: block;
                    width: 45px;
                    height: 45px;
                    border-radius: 10px;
                    background-color: #fff;
                    color: #333;
                    font-size: 30px;
                    text-align: center;
                    line-height: 45px;
                    top: 14px;
                }

                .kj-site-top-nav .navbar-collapse .navbar-nav li ul li a i {
                    position: absolute;
                    display: none;
                    right: -27px;
                    top: 37%;
                    border-top: 10px solid transparent;
                    border-bottom: 10px solid transparent;
                    border-left: 10px solid #fff;
                    border-right: 10px solid transparent;
                    transform: scaleY(0.5);
                }

                .kj-site-top-nav .navbar-collapse .navbar-nav li ul li a:hover {
                    background-color: transparent;
                    border-bottom: 2px solid transparent;
                    text-decoration: none;
                    cursor: pointer;
                    color: #fff;
                }

                    .kj-site-top-nav .navbar-collapse .navbar-nav li ul li a:hover i {
                        display: block;
                    }

            .kj-site-top-nav .navbar-collapse .navbar-nav li ul li ul {
                position: absolute;
                width: 200px;
                min-height: 0;
                bottom: -30px;
                left: 220px;
                border-radius: 0;
                padding: 0;
                text-align: center;
                border: none;
                transform: translateX(-500px);
            }

                .kj-site-top-nav .navbar-collapse .navbar-nav li ul li ul li {
                    padding: 0;
                }

                    .kj-site-top-nav .navbar-collapse .navbar-nav li ul li ul li a {
                        display: inline;
                        color: #fff !important;
                        padding: 0;
                    }

                    .kj-site-top-nav .navbar-collapse .navbar-nav li ul li ul li:hover a {
                        color: #2974ba !important;
                    }

            .kj-site-top-nav .navbar-collapse .navbar-nav li ul li:hover {
                overflow: initial;
            }

                .kj-site-top-nav .navbar-collapse .navbar-nav li ul li:hover ul {
                    transform: translateX(0);
                }

            .kj-site-top-nav .navbar-collapse .navbar-nav li ul li:first-child {
                background-color: transparent;
                color: #333;
            }

    .kj-site-top-nav .navbar-collapse .navbar-nav li:first-child {
        background-color: #0c4da2;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

        .kj-site-top-nav .navbar-collapse .navbar-nav li:first-child a {
            color: #fff !important;
        }

    .kj-site-top-nav .navbar-collapse {
        padding: 0;
        border-bottom: 2px solid #dadada;
    }

        .kj-site-top-nav .navbar-collapse .navbar-nav li a {
            display: inline-block;
            padding: 0;
            margin: 16px 44px 7px;
            color: #333;
            font-size: 16px;
            padding-bottom: 5px;
            border-bottom: 2px solid transparent;
        }

            .kj-site-top-nav .navbar-collapse .navbar-nav li a i {
                margin-right: 20px;
            }

            .kj-site-top-nav .navbar-collapse .navbar-nav li a:hover {
                color: #0c4da2;
                border-bottom: 2px solid #0c4da2;
            }

.kj-default-swiper1 {
    height: 500px;
}

    .kj-default-swiper1 .swiper-wrapper .swiper-slide a {
        display: block;
        width: 100%;
        height: 100%;
        background-size: cover !important;
        background-position: center center !important;
    }

.kj-default-swiper1-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 1px solid #fff;
    opacity: 1;
}

.kj-default-swiper1-pagination .swiper-pagination-bullet-active {
    background-color: #0c4da2;
}

.kj-band-center img {
    height: 80px;
}

.kj-hot-product {
    position: relative;
}

    .kj-hot-product .swiper-button-next,
    .kj-hot-product .swiper-button-prev {
        width: 45px;
        height: 45px;
        background-size: 45px 45px;
        top: 59%;
    }

    .kj-hot-product .swiper-button-next {
        background-image: url('../images/right.png');
        right: -60px;
    }

        .kj-hot-product .swiper-button-next:hover {
            background-image: url('../images/right1.png');
        }

    .kj-hot-product .swiper-button-prev {
        background-image: url('../images/left.png');
        left: -60px;
    }

        .kj-hot-product .swiper-button-prev:hover {
            background-image: url('../images/left1.png');
        }

    .kj-hot-product h3 {
        font-size: 28px;
        font-weight: bold;
        padding-bottom: 10px;
        border-bottom: 3px solid #2974ba;
    }

.kj-default-swiper2 {
    margin-top: 40px;
    height: 400px;
}

    .kj-default-swiper2 .swiper-wrapper .swiper-slide {
        min-height: 385px;
        text-align: center;
        border: 1px solid #d4d3d3;
    }

        .kj-default-swiper2 .swiper-wrapper .swiper-slide img {
            max-width: 80%;
            margin-bottom: 20px;
        }

        .kj-default-swiper2 .swiper-wrapper .swiper-slide a {
            display: block;
        }

        .kj-default-swiper2 .swiper-wrapper .swiper-slide h5,
        .kj-default-swiper2 .swiper-wrapper .swiper-slide h6 {
            text-align: left;
            font-size: 16px;
            padding: 0 20px;
            margin: 10px 0;
            display: -webkit-box;
            overflow: hidden;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
        }

        .kj-default-swiper2 .swiper-wrapper .swiper-slide h5 {
            color: #333;
            font-weight: lighter;
        }

        .kj-default-swiper2 .swiper-wrapper .swiper-slide h6 {
            font-weight: bold;
            color: #ff0000;
        }

            .kj-default-swiper2 .swiper-wrapper .swiper-slide h6 s {
                float: right;
                color: #333;
            }

        .kj-default-swiper2 .swiper-wrapper .swiper-slide h4 {
            position: absolute;
            height: 50px;
            line-height: 50px;
            color: #fefefe;
            font-size: 14px;
            text-align: center;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #d4d3d3;
            bottom: 0;
            margin: 0;
        }

            .kj-default-swiper2 .swiper-wrapper .swiper-slide h4 span {
                display: inline-block;
                width: 30px;
                height: 30px;
                background: url('../images/shoppingcar1.png') no-repeat;
                background-size: 20px 20px;
                background-position: center center;
                right: 5px;
                bottom: 0;
            }

        .kj-default-swiper2 .swiper-wrapper .swiper-slide:hover h5 {
            font-weight: bold;
        }

        .kj-default-swiper2 .swiper-wrapper .swiper-slide:hover a {
            text-decoration: none;
        }

        .kj-default-swiper2 .swiper-wrapper .swiper-slide:hover h4 {
            background-color: #0c4da2;
        }

.kj-three-tab {
    margin-top: 40px;
}

    .kj-three-tab .nav-tabs {
        border-bottom: 3px solid #0c4da2;
    }

    .kj-three-tab .nav > li > a {
        position: relative;
        display: block;
        padding: 5px 40px;
        font-size: 24px;
        font-weight: bold;
        color: #333;
    }

        .kj-three-tab .nav > li > a:focus,
        .kj-three-tab .nav > li > a:hover {
            text-decoration: none;
            background-color: #fff;
            color: #0c4da2;
        }

    .kj-three-tab .nav-tabs > li > a:hover {
        border-color: #0c4da2 #0c4da2 transparent;
    }

    .kj-three-tab > .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:focus,
    .nav-tabs > li.active > a:hover {
        color: #0c4da2;
        cursor: pointer;
        border: 1px solid #0c4da2;
        border-bottom-color: transparent;
        background-color: #fff;
        border-bottom: 3px;
    }

.kj-three-pro-left {
    height: 290px;
    background: url('../images/threea1.png') no-repeat;
    background-position: top center;
    background-size: cover;
    position: relative;
}

    .kj-three-pro-left a {
        display: block;
        width: 100%;
        position: absolute;
        bottom: 0;
        height: 70px;
        text-align: center;
        line-height: 70px;
        font-size: 16px;
        color: #fff;
        background-color: rgba(12, 77, 162, 0.5);
    }

.kj-three-pro-right {
    height: 290px;
    width: 100%;
    position:relative;
}

    .kj-three-pro-right a {
        display: block;
    }

    .kj-three-pro-right img {
        display: block;
        width: 85%;
        margin: 0 auto;
        height: 125px;
    }

    .kj-three-pro-right h5,
    .kj-three-pro-right h6 {
        text-align: left;
        font-size: 16px;
        padding: 0 20px;
        margin: 10px 0;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .kj-three-pro-right h5 {
        color: #333;
        font-weight: lighter;
    }

    .kj-three-pro-right h6 {
        font-weight: bold;
        color: #ff0000;
    }

        .kj-three-pro-right h6 s {
            float: right;
            color: #333;
        }

    .kj-three-pro-right h4 {
        position: absolute;
        height: 30px;
        line-height: 30px;
        color: #fefefe;
        font-size: 14px;
        background-color: #d4d3d3;
        bottom: 0;
        left: 0;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

        .kj-three-pro-right h4 span {
            display: inline-block;
            width: 30px;
            height: 30px;
            background: url('../images/shoppingcar1.png') no-repeat;
            background-size: 20px 20px;
            background-position: center center;
            right: 5px;
            bottom: 0;
        }

    .kj-three-pro-right:hover {
        box-shadow: 0 0 5px #ddd;
    }

        .kj-three-pro-right:hover h5 {
            font-weight: bold;
        }

        .kj-three-pro-right:hover a {
            text-decoration: none;
        }

        .kj-three-pro-right:hover h4 {
            background-color: #0c4da2;
        }

.kj-floor {
    margin-top: 60px;
}

    .kj-floor .kj-three-pro-right h6 s {
        display: none;
    }

.kj-floor-header-flag div {
    height: 55px;
    display: flex;
    font-weight: bolder;
    flex-direction: column;
    justify-content: center;
    font-size: 24px;
    background-color: #0c4da2;
    color: #fff;
    text-align: center;
    border-radius: 4px 4px 0 0;
}

.kj-floor-header-line div {
    height: 2px;
    background-color: #0c4da2;
}

.kj-flex-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: left;
    height: 55px;
}

.kj-floor-header-list ul {
    margin-bottom: 15px;
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: left;
}

    .kj-floor-header-list ul li {
        list-style: none;
    }

        .kj-floor-header-list ul li a {
            padding-right: 20px;
            font-size: 16px;
            color: #333;
        }

.kj-see-more {
    justify-content: right;
}

    .kj-see-more a {
        padding-bottom: 15px;
        font-size: 16px;
        color: #333;
        font-weight: bold;
    }

.kj-floor-content-left {
    height: 585px;
    background-image: url('../images/1f.png');
}

.kj-floor-content-right {
    margin-top: 15px;
}

    .kj-floor-content-right .kj-three-pro-right {
        box-shadow: 0 0 5px #ddd;
        height: 282px;
    }

        .kj-floor-content-right .kj-three-pro-right:hover h6 s {
            display: block;
        }

.kj-floor2 .kj-floor-header-flag div {
    background-color: #00b8c5;
}

.kj-floor2 .kj-floor-header-line div {
    background-color: #00b8c5;
}

.kj-floor2 .kj-floor-content-left {
    background-image: url('../images/f2.png');
}

.kj-floor2 .kj-three-pro-right:hover h4 {
    background-color: #00b8c5;
}

.kj-floor2 .kj-three-pro-left a {
    background-color: rgba(0, 184, 197, 0.5);
}

.kj-floor3 .kj-floor-header-flag div {
    background-color: #7caceb;
}

.kj-floor3 .kj-floor-header-line div {
    background-color: #7caceb;
}

.kj-floor3 .kj-floor-content-left {
    background-image: url('../images/3f.png');
}

.kj-floor3 .kj-three-pro-right:hover h4 {
    background-color: #7caceb;
}

.kj-floor3 .kj-three-pro-left a {
    background-color: rgba(124, 172, 235, 0.5);
}

.kj-floor4 .kj-floor-header-flag div {
    background-color: #25d182;
}

.kj-floor4 .kj-floor-header-line div {
    background-color: #25d182;
}

.kj-floor4 .kj-floor-content-left {
    background-image: url('../images/4f.png');
}

.kj-floor4 .kj-three-pro-right:hover h4 {
    background-color: #25d182;
}

.kj-floor4 .kj-three-pro-left a {
    background-color: rgba(37, 209, 130, 0.5);
}

.kj-floor5 .kj-floor-header-flag div {
    background-color: #f684bc;
}

.kj-floor5 .kj-floor-header-line div {
    background-color: #f684bc;
}

.kj-floor5 .kj-floor-content-left {
    background-image: url('../images/5f.png');
}

.kj-floor5 .kj-three-pro-right:hover h4 {
    background-color: #f684bc;
}

.kj-floor5 .kj-three-pro-left a {
    background-color: rgba(246, 132, 188, 0.5);
}

.kj-floor6 .kj-floor-header-flag div {
    background-color: #396af7;
}

.kj-floor6 .kj-floor-header-line div {
    background-color: #396af7;
}

.kj-floor6 .kj-floor-content-left {
    background-image: url('../images/6f.png');
}

.kj-floor6 .kj-three-pro-right:hover h4 {
    background-color: #396af7;
}

.kj-floor6 .kj-three-pro-left a {
    background-color: rgba(57, 106, 247, 0.5);
}

.kj-news {
    margin-bottom: 60px;
}

    .kj-news h3 {
        font-size: 28px;
        text-align: center;
        font-weight: bold;
        margin: 45px 0;
    }

.kj-news-left {
    padding: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    min-height: 385px;
    background-color: #f1f1f1;
    position: relative;
}

    .kj-news-left img {
        width: 280px;
    }

    .kj-news-left div {
        padding: 0 7px;
    }

    .kj-news-left h4 {
        font-size: 15px;
        margin-top: 30px;
        margin-bottom: 25px;
        font-weight: bold;
    }

    .kj-news-left p {
        margin-bottom: 30px;
    }

    .kj-news-left a {
        font-size: 35px;
        color: #333;
        position: absolute;
        bottom: 0;
        right: 20px;
    }

.kj-news-right {
    background-color: #0c4da2;
    color: #fff;
    padding: 0 30px;
}

    .kj-news-right span {
        display: block;
        border-bottom: 1px solid #fff;
        padding-bottom: 20px;
    }

    .kj-news-right a {
        color: #fff;
    }

.kj-footer-top {
    min-height: 365px;
    background-color: #0c4da2;
}

    .kj-footer-top .logo-bottom {
        width: 160px;
        height: 100px;
        background: url(/images/logo-bottom.png) no-repeat;
        background-position: center bottom;
    }

.kj-footer-top-list {
    margin-top: 25px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .kj-footer-top-list ul {
        padding: 0;
        width: 180px;
    }

        .kj-footer-top-list ul li {
            list-style: none;
            line-height: 26px;
            color: #fff;
        }

            .kj-footer-top-list ul li a {
                color: #fff;
            }

            .kj-footer-top-list ul li:first-child {
                font-size: 16px;
                margin-bottom: 15px;
            }

.kj-footer-top-left input {
    margin-top: 25px;
    border-radius: 0;
    height: 40px;
}

.kj-footer-top-left textarea {
    margin: 25px 0;
    border-radius: 0;
    min-height: 120px;
}

.kj-footer-top-left button {
    width: 100%;
    background-color: #00b8c5;
    border-radius: 0;
    color: #fff;
    border: 0;
    height: 40px;
}

.kj-footer-top-left .kj-qr {
    text-align: center;
}

    .kj-footer-top-left .kj-qr img {
        width: 120px;
        margin-top: 80px;
    }

    .kj-footer-top-left .kj-qr h4 {
        font-size: 14px;
        color: #fff;
        margin-top: 25px;
    }

.kj-footer-bottom {
    text-align: center;
    color: #fff;
    background-color: #061c3a;
    min-height: 55px;
    line-height: 30px;
    padding: 25px 0;
}

    .kj-footer-bottom p {
        margin: 0;
    }

    .kj-footer-bottom a {
        color: #fff;
    }

.kj-left {
    position: fixed;
    left: 0;
    top: 50%;
    z-index: 300;
}

    .kj-left ul {
        padding: 0;
    }

    .kj-left li {
        width: 80px;
        list-style: none;
        background-color: #0c4da2;
        height: 40px;
        line-height: 40px;
        color: #fff;
        font-size: 12px;
        text-align: center;
        margin-bottom: 2px;
    }

.kj-right {
    position: fixed;
    right: 0;
    top: 35%;
    z-index: 200;
}

    .kj-right li {
        list-style: none;
    }

        .kj-right li a {
            display: inline-block;
            color: #000;
            width: 40px;
            min-height: 40px;
            background-color: #fff;
            text-align: center;
            font-size: 12px;
            border-bottom: 1px solid #dcdcdc;
            transition-duration: 0.39s;
        }

            .kj-right li a i {
                display: inline-block;
                width: 40px;
                height: 40px;
                background: url('../images/tel.png') no-repeat;
                background-position: center center;
                background-size: 20px 20px;
                border-radius: 2px;
            }

            .kj-right li a:hover {
                color: #0c4da2;
                text-decoration: none;
            }

        .kj-right li:first-child a i {
            background-color: #67c23a;
        }

        .kj-right li:nth-child(2) a i {
            background-color: transparent;
            background-image: url('../images/qq.png');
        }

        .kj-right li:nth-child(3) a i {
            background-color: transparent;
            background-image: url('../images/evl.png');
        }

        .kj-right li:nth-child(4) a i {
            background-color: transparent;
            background-image: url('../images/erweima.png');
        }

        .kj-right li:nth-child(5) a i {
            background-color: transparent;
            background-image: url('../images/top.png');
        }

.kj-news-top-nav .navbar-collapse .navbar-nav li ul {
    display: none;
}

    .kj-news-top-nav .navbar-collapse .navbar-nav li ul li ul {
        transform: translateX(0px);
    }

.kj-news-top-nav .navbar-collapse .navbar-nav li:first-child a:hover {
    color: #fff;
}

.kj-news-top-nav .navbar-collapse .navbar-nav li:hover ul {
    display: block;
}

.kj-news-bg {
    height: 320px;
    background: url(/images/newsbg.png) no-repeat;
    background-position: center center;
    background-size: cover;
}

.kj-news-nav {
    position: relative;
}

    .kj-news-nav i {
        position: absolute;
        left: 0;
        top: 41%;
        display: inline-block;
        width: 20px;
        height: 20px;
        background: url('../images/home.png') no-repeat;
        background-size: 20px 20px;
        background-position: center center;
    }

    .kj-news-nav ol {
        padding-left: 35px;
        height: 120px;
        display: flex;
        align-items: center;
        justify-content: left;
        margin: 0;
        background-color: transparent;
    }

        .kj-news-nav ol .active {
            color: #333;
        }

        .kj-news-nav ol li::before {
            content: "\00A0>\00A0";
        }

        .kj-news-nav ol li:last-child a {
            color: #333;
        }

        .kj-news-nav ol li:first-child::before {
            content: "";
        }

        .kj-news-nav ol li {
            list-style: none;
        }

            .kj-news-nav ol li a {
                color: #999;
            }


.kj-news-centent a {
    display: block;
    color: #333;
    margin-bottom: 75px;
}

    .kj-news-centent a:hover {
        text-decoration: none;
    }

        /*  .kj-news-centent a:hover .kj-news-img-hover {
            background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/news-content.png') no-repeat;
            background-position: top center;
            background-size: cover;
        }*/

        .kj-news-centent a:hover .kj-news-img-hover div {
            display: block;
        }

.kj-news-centent .kj-news-img-hover {
    width: 100%;
    height: 354px;
    background: url("/images/news-content.png") no-repeat;
    background-position: top center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .kj-news-centent .kj-news-img-hover div:first-child {
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(39,43,46,0.5);
        display: none;
        transition-duration: .39s;
    }

    .kj-news-centent .kj-news-img-hover div:last-child {
        z-index: 20;
        display: block;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), url('../images/go.png') no-repeat;
        background-position: center center;
        background-size: 40px 40px;
        display: none;
    }

.kj-news-centent h4 {
    margin: 25px 0;
    font-size: 16px;
    font-weight: bold;
}

.kj-news-centent h5 {
    margin-top: 25px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    line-height: 22px;
}

.kj-news-centent span {
    display: block;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: left;
}

    .kj-news-centent span i {
        display: inline-block;
        width: 20px;
        height: 20px;
        background: url('../images/time.png') no-repeat;
        background-size: 20px 20px;
        background-position: center center;
        margin-right: 15px;
    }

.kj-navigation-page {
    text-align: center;
}

    .kj-navigation-page .pagination > li > a,
    .kj-navigation-page .pagination > li > span {
        margin: 0 5px;
        border-radius: 3px;
        color: #666;
    }

    .kj-navigation-page .pagination > li.active > a {
        background-color: #0c4da2;
        color: #fff;
    }

    .kj-navigation-page .pagination > li > a:focus,
    .kj-navigation-page .pagination > li > a:hover,
    .kj-navigation-page .pagination > li > span:focus,
    .kj-navigation-page .pagination > li > span:hover {
        background-color: #0c4da2;
        color: #fff;
    }

.kj-main-article-textarea {
    text-align: center;
}

    .kj-main-article-textarea h1 {
        font-size: 26px;
    }

    .kj-main-article-textarea span {
        justify-content: center;
        margin: 40px 0 20px;
    }

.kj-main-article {
    text-align: initial
}

.kj-left-list ul li {
    list-style: none;
}

.kj-server-oo {
    background-color: #fff;
    min-height: 500px;
}

.kj-server-change h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

.kj-left-nav-list ul li {
    list-style: none;
}

    .kj-left-nav-list ul li a {
        color: #333;
        font-weight: bold;
        font-size: 16px;
    }

    .kj-left-nav-list ul li ul li a {
        font-weight: normal;
        font-size: 14px;
    }

    .kj-left-nav-list ul li ul {
        padding-left: 0;
    }

.kj-left-nav-list ul {
    margin-bottom: 10px;
    padding: 0;
}

.kj-news-product-list-nav {
    margin-top: 15px;
}

    .kj-news-product-list-nav i {
        top: 28%;
    }

    .kj-news-product-list-nav ul {
        height: 50px;
    }

        .kj-news-product-list-nav ul li a {
            color: #999;
        }

        .kj-news-product-list-nav ul li:last-child a {
            color: #333;
        }

.kj-product-list-nav {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

    .kj-product-list-nav .kj-product-list-nav-in {
        position: relative;
        border-bottom: 1px dashed #e0e0e0;
    }

        .kj-product-list-nav .kj-product-list-nav-in span {
            color: #999999;
            display: block;
            height: 30px;
            line-height: 30px;
            position: absolute;
            top: 5px;
        }

            .kj-product-list-nav .kj-product-list-nav-in span:first-of-type {
                left: 0;
                width: 70px;
            }

            .kj-product-list-nav .kj-product-list-nav-in span:last-of-type {
                right: 0;
                width: 39px;
            }

                .kj-product-list-nav .kj-product-list-nav-in span:last-of-type::before {
                    content: "更多";
                }

        .kj-product-list-nav .kj-product-list-nav-in .kj-product-list-see-more::before {
            content: "收起" !important;
        }

    .kj-product-list-nav ul {
        width: 97%;
        padding-left: 65px;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: left;
        flex-wrap: wrap;
        height: 40px;
        overflow: hidden;
        padding-right: 40px;
    }

        .kj-product-list-nav ul li {
            list-style: none;
            margin-right: 20px;
            height: 40px;
            line-height: 40px;
        }

            .kj-product-list-nav ul li a {
                color: #333;
            }

                .kj-product-list-nav ul li a.active {
                    color: #ea5047;
                }

            .kj-product-list-nav ul li:first-child {
                color: #da261c;
            }

    .kj-product-list-nav .kj-product-list-nav-in:last-child {
        border: none;
    }

.kj-product-list-nav-change span:last-of-type::before {
    content: "收起" !important;
}

.kj-product-list-nav-change ul {
    overflow: initial;
    height: auto;
}

.kj-product-list-product {
    margin-top: 40px;
}

    .kj-product-list-product .kj-product-list-product-in {
        border: 1px solid #e0e0e0;
        margin-bottom: 20px;
    }

        .kj-product-list-product .kj-product-list-product-in .kj-product-list-product-in-top {
            position: relative;
            min-height: 120px;
            padding-left: 10px;
        }

            .kj-product-list-product .kj-product-list-product-in .kj-product-list-product-in-top img {
                width: 100px;
            }

            .kj-product-list-product .kj-product-list-product-in .kj-product-list-product-in-top .media {
                height: 100%;
                display: flex;
                align-items: center;
                justify-content: left;
            }

            .kj-product-list-product .kj-product-list-product-in .kj-product-list-product-in-top .media-body {
                padding-top: 28px;
                padding-bottom: 32px;
            }

                .kj-product-list-product .kj-product-list-product-in .kj-product-list-product-in-top .media-body h4,
                .kj-product-list-product .kj-product-list-product-in .kj-product-list-product-in-top .media-body p {
                    margin-top: 10px;
                    display: -webkit-box;
                    overflow: hidden;
                    -webkit-line-clamp: 1;
                    -webkit-box-orient: vertical;
                }

                    .kj-product-list-product .kj-product-list-product-in .kj-product-list-product-in-top .media-body h4 span,
                    .kj-product-list-product .kj-product-list-product-in .kj-product-list-product-in-top .media-body p span {
                        color: #999;
                    }

                .kj-product-list-product .kj-product-list-product-in .kj-product-list-product-in-top .media-body ul {
                    display: flex;
                    align-items: center;
                    justify-content: left;
                    padding: 0;
                    margin: 0;
                    margin-top: 20px;
                }

                    .kj-product-list-product .kj-product-list-product-in .kj-product-list-product-in-top .media-body ul li {
                        list-style: none;
                        padding-right: 10px;
                    }


.kj-prolist-out-in {
    position: absolute;
    right: 5px;
    bottom: 10px;
}

    .kj-prolist-out-in a {
        color: #006ecd;
        font-size: 12px;
        margin-left: 10px;
    }

.kj-product-list-product .kj-product-list-product-in .kj-product-list-product-in-top .kj-goto-product-info i {
    margin-left: 5px;
}

.kj-product-list-product-in-bottom {
    display: none;
}

    .kj-product-list-product-in-bottom .table {
        margin: 0;
        text-align: center;
    }

        .kj-product-list-product-in-bottom .table thead {
            background-color: #f4f4f4;
        }

        .kj-product-list-product-in-bottom .table th {
            text-align: center;
            border: 0;
        }

        .kj-product-list-product-in-bottom .table tr {
            border-top: 1px solid #e6e8e9;
        }

            .kj-product-list-product-in-bottom .table tr td {
                height: 40px;
                line-height: 40px;
                padding: 0;
            }



                .kj-product-list-product-in-bottom .table tr td:nth-child(8) {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }

.kj-pro-num div {
    margin: 0 auto;
    border: 1px solid #757575;
    border-radius: 3px;
    width: 70px;
    padding: 5px;
    color: #757575;
    line-height: initial;
}

    .kj-pro-num div input {
        width: 40%;
        text-align: center;
        border: none;
        height: 100%;
    }

.kj-product-list-product-in-bottom .table tr td:nth-child(8) div i {
    color: #757575;
}

.kj-cart {
    display: inline-block;
    width: 25px;
    height: 20px;
    background: url('../images/addcar.png') no-repeat;
    background-position: center center;
    background-size: 22px 20px;
    position: relative;
    top: 5px;
}

.kj-product-list-product-in-bottom .table > tbody > tr > td,
.kj-product-list-product-in-bottom .table > tbody > tr > th,
.kj-product-list-product-in-bottom .table > tfoot > tr > td,
.kj-product-list-product-in-bottom .table > tfoot > tr > th,
.kj-product-list-product-in-bottom .table > thead > tr > td,
.kj-product-list-product-in-bottom .table > thead > tr > th {
    border: none;
}

.kj-news-product-list-nav ol {
    height: 50px;
}

.kj-index-news-bgimg {
    width: 78%;
    height: 385px;
    background-color: red;
}
/*详情*/
.kj-detail-nav {
    color: #333;
    display: flex;
    align-items: center;
    justify-content: left;
}

    .kj-detail-nav ol li::after {
        content: "\00A0/\00A0";
    }

    .kj-detail-nav ol li::before {
        content: initial;
    }

    .kj-detail-nav ol li a {
        color: #333;
    }

    .kj-detail-nav ol li:last-child::after {
        content: "";
    }

    .kj-detail-nav ol li:last-child a {
        color: #0c4da2;
    }

.pc-slide {
    margin: 0 auto;
    position: relative;
}

.view .swiper-container {
    width: 100%;
    height: 244px;
}

    .view .swiper-container .swiper-wrapper .swiper-slide div {
        width: 244px;
        height: 244px;
        border: 1px solid #dbe4f1;
    }

.view .arrow-left {
    background: url(images/index_tab_l.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -25px;
    width: 28px;
    height: 51px;
    z-index: 10;
}

.view .arrow-right {
    background: url(images/index_tab_r.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -25px;
    width: 28px;
    height: 51px;
    z-index: 10;
}

.kj-swiper-aa {
    position: relative;
    height: 340px;
    padding: 0;
}

.preview {
    width: 100%;
    margin-top: 27px;
}

    .preview .swiper-container {
        height: 70px;
    }

    .preview .swiper-slide {
        width: 70px;
        height: 70px;
        border: 1px solid #dcdcdc;
        cursor: pointer;
        margin-right: 10px;
    }

        .preview .swiper-slide:hover {
            border: 2px solid #ef3c3c;
        }

    .preview .slide6 {
        width: 82px;
    }

.kj-detail-product-in-bottom {
    border-left: 1px solid #e6e8e9;
    border-right: 1px solid #e6e8e9;
    border-bottom: 1px solid #e6e8e9;
    margin-top: 43px;
    display: block;
}

    .kj-detail-product-in-bottom .table thead {
        background-color: transparent;
    }

.kj-detail-info h1 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 0;
}

.kj-detail-other-info {
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .kj-detail-other-info a {
        display: inline-block;
    }

    .kj-detail-other-info div:first-child a {
        padding: 2px 6px;
        background-color: #3388dd;
        color: #fff;
        border-radius: 3px;
    }

    .kj-detail-other-info div:last-child a {
        margin-left: 25px;
    }


        .kj-detail-other-info div:last-child a i {
            margin-right: 5px;
        }

        .kj-detail-other-info div:last-child a:first-child {
            color: #666;
        }

        .kj-detail-other-info div:last-child a:nth-child(2) {
            color: #e70615;
        }

        .kj-detail-other-info div:last-child a:last-child {
            width: 95px;
            height: 35px;
            background-color: #3388dd;
            color: #fff;
            border-radius: 3px;
            text-align: center;
            line-height: 35px;
        }

.kj-detail-three-tab .nav-tabs {
    border-bottom: 2px solid #c2c2c2;
}

.kj-detail-three-tab .nav > li > a {
    padding: 9px 43px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 0;
    background-color: #e8e8e8;
    color: #000;
    border: none;
}

.kj-detail-three-tab .nav-tabs > li {
    margin: 0;
}

    .kj-detail-three-tab .nav-tabs > li.active > a,
    .kj-detail-three-tab .nav-tabs > li.active > a:focus,
    .kj-detail-three-tab .nav-tabs > li.active > a:hover {
        color: #fff;
        background-color: #3388dd;
        border: none;
        border-radius: 0;
    }

.kj-related-pro {
    position: relative;
}

    .kj-related-pro h4 {
        font-size: 20px;
        font-weight: bold;
        margin-top: 40px;
    }

    .kj-related-pro .swiper-button-next {
        right: -52px;
    }

    .kj-related-pro .swiper-button-prev {
        left: -52px;
    }

    .kj-related-pro .swiper-button-next,
    .kj-related-pro .swiper-button-prev {
        top: 36%;
        height: 26px;
    }

.kj-default-related {
    margin-top: 20px;
    height: 370px;
}

    .kj-default-related .swiper-wrapper .swiper-slide {
        min-height: 181px;
        text-align: center;
        border: none;
    }

        .kj-default-related .swiper-wrapper .swiper-slide a img {
            max-width: 100%;
        }

        .kj-default-related .swiper-wrapper .swiper-slide a h5:first-of-type {
            font-weight: bolder;
        }

        .kj-default-related .swiper-wrapper .swiper-slide a h5 {
            font-weight: normal;
        }

        .kj-default-related .swiper-wrapper .swiper-slide a H5,
        .kj-default-related .swiper-wrapper .swiper-slide a H6 {
            padding: 0;
        }

        .kj-default-related .swiper-wrapper .swiper-slide a h6 {
            color: #db241c;
            font-size: 16px;
        }

.kj-detail-table .table tbody th {
    width: 115px;
    padding-left: 25px;
}

.kj-search-nav {
    display: flex;
    align-items: center;
    justify-content: left;
    color: #999;
}

    .kj-search-nav ol {
        padding-left: 15px;
    }

        .kj-search-nav ol li a {
            color: #999;
        }

        .kj-search-nav ol li:last-child a {
            color: #3388dd;
        }

.kj-search-result {
    height: 110px;
    line-height: 110px;
    font-size: 24px;
    color: #0c4da2;
    font-weight: bolder;
    margin: 0;
}

.kj-search-list-product {
    margin-top: 0;
    margin-bottom: 125px;
}

    .kj-search-list-product hr {
        margin: 0;
        border-top: 2px solid #ccc;
    }

        .kj-search-list-product hr:last-of-type {
            margin-top: 25px;
        }

    .kj-search-list-product .kj-product-list-product-in .kj-product-list-product-in-top {
        padding: 0;
    }

        .kj-search-list-product .kj-product-list-product-in .kj-product-list-product-in-top .media {
            padding-left: 10px;
        }

    .kj-search-list-product .kj-product-list-product-in .kj-product-list-product-in-bottom {
        padding: 0 20px;
    }

        .kj-search-list-product .kj-product-list-product-in .kj-product-list-product-in-bottom .table tr {
            border-top: none;
            border-bottom: 1px dotted #dcdcdc;
        }

        .kj-search-list-product .kj-product-list-product-in .kj-product-list-product-in-bottom .table thead tr {
            border-bottom: none;
        }

.kj-search-pro-info {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .kj-search-pro-info a {
        color: #0c4da2;
    }

    .kj-search-pro-info span {
        margin-right: 20px;
    }

.kj-search-other-pro-info {
    padding: 0 20px;
    border-bottom: 1px solid #d9d9d9;
}

    .kj-search-other-pro-info:last-child {
        border-bottom: none;
    }

.kj-search-other-pro-info-see-more {
    color: #e30c30;
}

    .kj-search-other-pro-info-see-more i {
        margin-left: 10px;
    }

.kj-search-other-pro {
    height: 200px;
    overflow: hidden;
}

.kj-search-other-pro-change {
    height: auto;
    overflow: initial;
}

.kj-news-centent1 .kj-news-img-hover {
    height: 205px;
    margin: 0 auto;
    background-size: 100% 100%;
}

.kj-news-centent1 h5 {
    color: #ea5047;
}

.kj-news-centent1 h4, .kj-news-centent1 h5 {
    padding-left: 20px;
}

.kj-news-centent1 a {
    border: 1px solid #ccc;
}

.kj-right li {
    position: relative
}

.kj-right div {
    padding: 10px 0;
    position: absolute;
    width: 160px;
    min-height: 30px;
    background-color: red;
    left: -160px;
    top: 40px;
    background-color: #0c4da2;
    color: #fff;
    display: none;
    text-align: center;
}

    .kj-right div a {
        color: #fff;
        line-height: 40px;
    }

        .kj-right div a:hover {
            color: #00b8c5;
        }

    .kj-right div img {
        max-width: 90%;
    }

    .kj-right div a {
        background: initial !important;
        border: none !important;
    }

    .kj-right div a {
        width: 100%;
    }

    .kj-right div p {
        margin: 0;
    }

.kj-right li:hover div {
    display: block;
}

.kj-prolistright-des {
    border: 1px solid #ddd;
    margin-bottom: 15px;
}

    .kj-prolistright-des .kj-prolistright-top img {
        width: 120px;
        margin-right: 30px;
        margin-left: 10px;
    }

.kj-prolistright-top {
    padding: 15px 15px;
}

.kj-prolist-pack {
    padding: 0px 15px;
}

    .kj-prolist-pack tbody tr {
        text-align: center;
        border-bottom: 1px solid #ddd;
    }

.kj-prolist-bot {
    margin-bottom: 20px;
}

.kj-prolist-shopcar {
    float: right;
}

    .kj-prolist-shopcar a {
        color: #fff;
        padding: 8px 15px;
        background-color: #0c4da2;
        border-radius: 10px;
        text-decoration: none;
    }

        .kj-prolist-shopcar a:hover {
            background-color: #2a6cad;
        }

.kj-prolist-collect a {
    color: #333;
    text-decoration: none;
}

.kj-prolist-collect i {
    color: #333;
    margin-right: 5px;
    margin-left: 10px;
}

.kj-prolist-collect:hover a {
    color: #0c4da2;
}

.kj-prosearch-pricelist {
    padding: 15px;
}

.kj-prosearch-casbox {
    border-top: 2px solid #cccccc;
}

.kj-prosearch-goodlist {
    border-bottom: 1px solid #d9d9d9;
}

.kj-prosearch-pricelist .pro-list-click {
    float: right;
}

    .kj-prosearch-pricelist .pro-list-click a {
        color: #0c4da2;
        text-decoration: none;
    }

.kj-prosearch-pricelist span:first-child {
    width: 100px;
    display: inline-block;
}

.kj-prosearch-goodlistmore {
    color: #e30c30;
    padding: 8px 15px;
    font-size: 13px;
    cursor: pointer;
}

.kj-prolist-con a {
    color: #333;
}

    .kj-prolist-con a:hover {
        color: #0c4da2;
        text-decoration: none;
    }

.kj-prolist-con {
    color: #999;
}

    .kj-prolist-con span {
        padding-right: 10px;
    }

    .kj-prolist-con h4 {
        padding-bottom: 5px;
        font-weight: 600;
    }

.pro-num .minus, .kj-pro-num-box .kj-pro-num-minus {
    border: 0px;
    border-right: 0px;
    overflow: hidden;
    float: left;
}

.pro-num .plus, .kj-pro-num-box .kj-pro-num-plus {
    border: 0px;
    border-left: 0px;
    float: right;
}

.pro-num input, .kj-pro-num-box input {
    width: 20px;
    height: 23px;
    text-align: center;
    border: 0px;
    border-left: 0px;
    border-right: 0px;
}

.pro-num, .kj-pro-num-box {
    margin: 0 auto;
    border: 1px solid #949494;
    height: 25px;
    width: 72px;
    border-radius: 5px;
    text-align: center;
}

.kj-prolist-pack .table > thead > tr > th {
    text-align: center;
    border: none;
}

.kj-prolist-pack .table > thead > tr {
    background-color: #f7f7f7;
}

.kj-prolist-pack .table > tbody > tr {
    border-bottom: 1px dotted #ddd
}

    .kj-prolist-pack .table > tbody > tr > td {
        line-height: 30px;
        color: #626262;
        border: none;
    }

.kj-detail-product-in-bottom .table > thead > tr {
    background-color: transparent;
}

.kj-prolist-pack .table > tbody > tr:first-child > td {
    border: none;
}

.kj-pre-price {
    color: #e3150a;
}

.kj-product-list-nav-in ul a {
    color: #333;
}

.kj-prolistright-top {
    display: flex;
    align-items: center;
    justify-content: left;
}
/*大包装询价*/
#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 dd .formcolumn-item-tips {
    order: 4;
}

#blukquote_dialog .modal-footer {
    border-top: 0;
    padding: 15px 0 30px 0;
}

    #blukquote_dialog .modal-footer input {
        background: #0c4da2;
        color: #fff;
        width: 40%;
        padding: 0;
        font-size: 16px;
        height: 40px;
        transition: all 0.2s linear 0s;
    }

        #blukquote_dialog .modal-footer input:hover {
            background: #1d64a4;
        }

        #blukquote_dialog .modal-footer input:hover {
            color: #fff;
        }

.kj-product-list-product-in-top .media-body span {
    color: #999999;
}

    .kj-product-list-product-in-top .media-body span a {
        color: #333;
    }

.kj-site-top-search-center-all {
    
}

.kj-footer-top-left .required {
    display: none;
}

.kj-product-list-nav-in ul a.active {
    color: red;
}

.kj-product-list-nav .kj-product-list-nav-in span:last-of-type.active::before {
    content: "收起";
}

.kj-no-wrap {
    margin-right: 15px;
}

.kj-footer {
    margin-top: 20px;
}
.kj-fixed {
    position: fixed;
    background-color: #fff;
    z-index: 99999;
    top: 0;
    width: 100%;
}
.kj-first-name{
    position:relative;
}
.kj-fenlei {
    position: absolute;
    top: 0;
    padding:20px;
    min-height:300px;
    width: 500px;
    left: 217px;
    background-color: rgba(0, 0, 0, 0.5);
    display:none;
}
.kj-first-name:hover .kj-fenlei{
    display:flex;
}
.kj-fenlei a {
    padding: 0 !important;
   display:flex!important;
   align-items:center;
   justify-content:center;
    width:150px;
    height:20px;
    border-right:1px solid #fff;
    
}
.kj-floor-content .col-lg-2 {
    padding-left:0;
}
.kj-floor-content .row {
    margin-left:0;
}
.kj-floor-header .col-md-2 {
    padding-right: 0;
}
.kj-floor-header .row {
    margin-right: 0;
}
.kj-three-tab .col-lg-2 {
    padding-right: 0;
}
.kj-three-tab .row {
    margin-right: 0;
}
.kj-floor-header .col-md-2 {
    padding-right: 0;
}
.kj-floor-header .col-md-10{
    padding-right: 0;
}
.kj-floor-header .col-xs-12{
    padding-right: 0;
}
.kj-main-article img{
    max-width:100%;
    height:auto !important;
}