﻿.kj-top-header {
    height: 45px;
    background-color: #fcfcfc;
    line-height: 45px;
    color: #666;
    border-bottom: 1px solid #e8ddfa;
}

    .kj-top-header .kj-site-top-right {
        text-align: right;
    }

    .kj-top-header span {
        display: inline-block;
        margin-left: 94px;
    }

        .kj-top-header span i {
            margin-right: 20px;
        }

    .kj-top-header a {
        display: inline-block;
        color: #666;
        height: 45px;
        line-height: 45px;
        font-size: 13px;
    }

.kj-site-top-logo {
    width: 235px;
    margin-left:-15px;
}

.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 div:nth-last-of-type(1) {
        color: #cc0001;
        font-size: 22px;
        font-weight: lighter;
        position: relative;
        top: 2px;
    }

    .kj-top-search-right div:nth-last-of-type(2) {
        color: #333;
        font-weight: lighter;
        position: relative;
        top: 8px;
        display: flex;
    }

.kj-top-search-right-none {
    position: relative;
}

    .kj-top-search-right-none a {
        color: #333;
    }

    .kj-top-search-right-none span {
        position: absolute;
        display: inline-block;
        width: 44px;
        height: 44px;
        border-radius: 50%;
        position: relative;
        margin-right: 20px;
        background: url('../images/shoppingcar.png') no-repeat;
        background-position: center 17px;
        background-size: 22px 20px;
        background-color: #eb3e00;
    }

        .kj-top-search-right-none span i {
            display: inline-block;
            position: relative;
            padding: 0px 6px;
            text-align: center;
            line-height: 20px;
            border-radius: 50%;
            border: 2px solid #fff;
            color: #fff;
            font-size: 13px;
            font-weight: lighter;
            top: -18px;
            right: -25px;
            left:34px;
            background-color: #eb3e00;
            margin-right: 0;
            transform: rotate(-5deg);
        }

.kj-site-top-search-center-all {
    position: relative;
}

    .kj-site-top-search-center-all .kj-hot-product {
        position: absolute;
        padding: 0;
        bottom: -31px;
        left: 4.8%;
        z-index: 5;
        height: 37px;
        display: flex;
        align-items: center;
        justify-content: left;
    }

        .kj-site-top-search-center-all .kj-hot-product li {
            list-style: none;
        }

            .kj-site-top-search-center-all .kj-hot-product li a {
                padding-right: 15px;
                color: #999;
                font-size: 13px;
            }

.kj-site-top-search-center {
    bottom: 15px;
    height: 40px;
    border: 1px solid #340e70;
    border-radius: 25px;
    position: relative;
    overflow: hidden;
}

    .kj-site-top-search-center .kj-fa-search {
        position: absolute;
        top: 7px;
        left: 12px;
        color: #b7b6bc;
        font-size: 25px;
        z-index: 5;
    }

    .kj-site-top-search-center input {
        padding-left: 45px;
        height: 40px;
        border: none;
        border-radius: 25px;
        outline: none;
        width: 95% !important;
    }

        .kj-site-top-search-center input:focus {
            box-shadow: none;
        }

    .kj-site-top-search-center button {
        height: 40px;
        width: 165px;
        border: none;
        border-radius: 25px !important;
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        background-color: #340e70;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
    }

#kj-site-top-nav-button {
    background-color: #340e70;
}

    #kj-site-top-nav-button span {
        background-color: #fff;
    }

.kj-site-top-nav {
    background-color: #340e70 !important;
    border: none !important;
    border-radius: 0 !important;
    margin-bottom: 0 !important;
    min-height: 0 !important;
}

    .kj-site-top-nav .navbar-collapse {
        padding: 0;
    }

        .kj-site-top-nav .navbar-collapse .navbar-nav li {
            position: relative;
        }

            .kj-site-top-nav .navbar-collapse .navbar-nav li ul {
                transform: rotateX(-90deg);
                position: absolute;
                bottom: -207px;
                left: 0;
                border: 1px solid #eb3e00;
                border-bottom-left-radius: 25px;
                border-bottom-right-radius: 25px;
                z-index: 300;
                background-color: #fff;
                transition-duration: 0.39s;
                padding: 0;
            }

                .kj-site-top-nav .navbar-collapse .navbar-nav li ul li {
                    list-style: none;
                    border-bottom: 1px solid #bfbfbf;
                    position: relative;
                    width: 100%;
                    padding: 0 34px;
                }

                    .kj-site-top-nav .navbar-collapse .navbar-nav li ul li a {
                        color: #333;
                        padding: 14px 22px;
                        font-weight: normal;
                        position: relative;
                    }

                        .kj-site-top-nav .navbar-collapse .navbar-nav li ul li a i {
                            position: absolute;
                            right: -27px;
                            top: 15px;
                            display: none;
                        }

                    .kj-site-top-nav .navbar-collapse .navbar-nav li ul li ul {
                        display: none;
                        position: absolute;
                        width: 200px;
                        bottom: -20px;
                        left: 194px;
                        border-radius: 0;
                        padding: 0;
                        text-align: center;
                        border: none;
                    }

                        .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: #333 !important;
                                padding: 0;
                            }

                            .kj-site-top-nav .navbar-collapse .navbar-nav li ul li ul li:hover a {
                                color: #eb3e00 !important;
                            }

                    .kj-site-top-nav .navbar-collapse .navbar-nav li ul li:hover {
                        background-color: transparent;
                    }

                        .kj-site-top-nav .navbar-collapse .navbar-nav li ul li:hover a {
                            background-color: transparent;
                            color: #340e70;
                            text-decoration: none;
                        }

                            .kj-site-top-nav .navbar-collapse .navbar-nav li ul li:hover a i {
                                display: block;
                            }

                        .kj-site-top-nav .navbar-collapse .navbar-nav li ul li:hover ul {
                            display: block;
                        }

                    .kj-site-top-nav .navbar-collapse .navbar-nav li ul li:last-child {
                        border: none;
                    }

            .kj-site-top-nav .navbar-collapse .navbar-nav li:hover {
                background-color: #eb3e00;
            }

                .kj-site-top-nav .navbar-collapse .navbar-nav li:hover ul {
                    transform: rotateX(0deg);
                }

            .kj-site-top-nav .navbar-collapse .navbar-nav li a {
                display: inline-block;
                padding: 14px 32px;
                color: #fff;
                font-size: 16px;
                font-weight: bold;
                transition-duration: 0.39s;
            }

                .kj-site-top-nav .navbar-collapse .navbar-nav li a i {
                    margin-right: 20px;
                }

.kj-left {
    position: fixed;
    right: 0;
    top: 40%;
    z-index: 200;
}

    .kj-left li {
        list-style: none;
        margin: 1px 0;
        position: relative;
    }

        .kj-left li a {
            display: inline-block;
            color: #fff;
            width: 40px;
            height: 40px;
            line-height: 48px;
            background-color: #340e70;
            text-align: center;
            font-size: 12px;
            border-radius: 4px;
            transition-duration: 0.39s;
        }

            .kj-left li a i {
                font-size: 20px;
            }

        .kj-left li div {
            position: absolute;
            left: -120px;
            width: 120px;
            top: 0;
            min-height: 30px;
            background-color: #eb3e00;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            padding:10px;
            display:none;
        }
            .kj-left li div a {
                display:inline;
                background-color: transparent;
            }

            .kj-left li a:hover {
                background-color: #eb3e00;
            }

        .kj-left li:hover div {
            display:block;
            text-align:center;
        }

.kj-default-swiper1 {
    height: 360px;
   
}

    .kj-default-swiper1 .swiper-wrapper .swiper-slide {
        background-size: cover !important;
        background-position: center center !important;
    }

.kj-default-swiper1-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background-color: transparent;
    border: 1px solid #eb3e00;
    opacity: 1;
}

.kj-default-swiper1-pagination .swiper-pagination-bullet-active {
    background-color: #eb3e00;
}

.kj-default-swiper2 {
    margin-top: 40px;
    height: 400px;
}
.kj-default-swiper1{
    
}
.kj-special-pro {
    font-size: 24px;
    height: 50px;
    margin: 0;
    margin-bottom: 40px;
    border-bottom: 2px solid #340e70;
    position: relative;
}

.kj-default-swiper2 .kj-special-pro .swiper-button-next,
.kj-default-swiper2 .kj-special-pro .swiper-button-prev {
    height: 17px;
    top: 100%;
}

.kj-default-swiper2 .kj-special-pro .swiper-button-next {
    position: absolute;
    right: 10px;
    background: url('../images/right.png') no-repeat;
    background-size: 12px 20px;
    background-position: center center;
}

    .kj-default-swiper2 .kj-special-pro .swiper-button-next:hover {
        background: url('../images/right1.png') no-repeat;
        background-size: 12px 20px;
        background-position: center center;
    }

.kj-default-swiper2 .kj-special-pro .swiper-button-prev {
    position: absolute;
    right: 40px !important;
    left: initial;
    background: url('../images/left.png') no-repeat;
    background-size: 12px 20px;
    background-position: center center;
}

    .kj-default-swiper2 .kj-special-pro .swiper-button-prev:hover {
        background: url('../images/left2.png') no-repeat;
        background-size: 12px 20px;
        background-position: center center;
    }

.kj-default-swiper2 .kj-special-pro span {
    text-align: center;
    display: inline-block;
    height: 50px;
    width: 160px;
    line-height: 50px;
    background-color: #340e70;
    color: #fff;
    border-radius: 5px;
}

    .kj-default-swiper2 .swiper-wrapper .swiper-slide {
        height: 300px;
        text-align: center;
    }

        .kj-default-swiper2 .swiper-wrapper .swiper-slide img {
            max-width: 98%;
        }

        .kj-default-swiper2 .swiper-wrapper .swiper-slide h5,
        .kj-default-swiper2 .swiper-wrapper .swiper-slide h6 {
            text-align: left;
            font-size: 16px;
            padding-left: 20px;
            margin: 5px 0;
        }

        .kj-default-swiper2 .swiper-wrapper .swiper-slide a {
            color: #333;
            font-weight: normal;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .kj-default-swiper2 .swiper-wrapper .swiper-slide h6 {
            font-weight: bold;
            color: #ff0000;
            position: relative;
            min-height: 22px;
            display: flex;
            align-items: center;
        }
            .kj-default-swiper2 .swiper-wrapper .swiper-slide h6 i{
                font-style:normal;
            }

            .kj-default-swiper2 .swiper-wrapper .swiper-slide h6 span {
                display: inline-block;
                width: 30px;
                height: 30px;
                background: url('../images/shoppingcar.png') no-repeat;
                background-size: 20px 20px;
                background-position: center center;
                background-color: #eb3e00;
                border-radius: 50%;
                position: absolute;
                right: 5px;
                bottom: 0;
            }

        .kj-default-swiper2 .swiper-wrapper .swiper-slide:hover {
            box-shadow: 0 0 5px #ccc;
        }

            .kj-default-swiper2 .swiper-wrapper .swiper-slide:hover h5 {
                color: #eb3e00;
            }

            .kj-default-swiper2 .swiper-wrapper .swiper-slide:hover a {
                text-decoration: none;
            }

.kj-nav-tabs h3 {
    font-weight: bold;
    color: #340e70;
    padding-left: 30px;
    height: 100px;
    line-height: 100px;
    margin: 0;
}

.kj-nav-tabs .nav-tabs {
    border: none;
}

    .kj-nav-tabs .nav-tabs li {
        width: 285px;
        height: 175px;
        text-align: center;
    }

        .kj-nav-tabs .nav-tabs li a {
            border: 1px solid #340e70;
            margin: 0;
            color: #340e70;
            position: relative;
            border-radius: 0;
            border-left: 0;
        }

            .kj-nav-tabs .nav-tabs li a h4 {
                font-weight: bold;
                font-size: 20px;
            }

            .kj-nav-tabs .nav-tabs li a div {
                height: 115px;
                background: url('../images/DNA.png') no-repeat;
                background-position: center center;
                background-size: 70px 70px;
            }

            .kj-nav-tabs .nav-tabs li a span {
                border-bottom: 10px solid transparent;
                border-top: 10px solid #340e70;
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                position: absolute;
                bottom: -20px;
                display: none;
            }

        .kj-nav-tabs .nav-tabs li:first-child a {
            border-left: 1px solid #340e70;
        }

        .kj-nav-tabs .nav-tabs li:nth-child(2) a div {
            height: 115px;
            background: url(..//images/ar.png) no-repeat;
            background-position: center center;
            background-size: 70px 70px;
        }

        .kj-nav-tabs .nav-tabs li:nth-child(3) a div {
            height: 115px;
            background: url('../images/new.png') no-repeat;
            background-position: center center;
            background-size: 70px 70px;
        }

        .kj-nav-tabs .nav-tabs li:nth-child(4) a div {
            height: 115px;
            background: url('../images/instrument.png') no-repeat;
            background-position: center center;
            background-size: 70px 70px;
        }

    .kj-nav-tabs .nav-tabs > li.active > a,
    .kj-nav-tabs .nav-tabs > li.active > a:focus,
    .kj-nav-tabs .nav-tabs > li.active > a:hover {
        color: #fff;
        cursor: default;
        background-color: #340e70;
        border: none;
        padding-bottom: 12px;
        border-radius: 4px 4px 0 0;
    }

        .kj-nav-tabs .nav-tabs > li.active > a div,
        .kj-nav-tabs .nav-tabs > li.active > a:focus div,
        .kj-nav-tabs .nav-tabs > li.active > a:hover div {
            height: 115px;
            background: url('../images/DNA1.png') no-repeat;
            background-position: center center;
            background-size: 70px 70px;
        }

        .kj-nav-tabs .nav-tabs > li.active > a span,
        .kj-nav-tabs .nav-tabs > li.active > a:focus span,
        .kj-nav-tabs .nav-tabs > li.active > a:hover span {
            display: block;
            left: 47%;
        }

    .kj-nav-tabs .nav-tabs > li:nth-child(2).active > a div,
    .kj-nav-tabs .nav-tabs > li:nth-child(2).active > a:focus div,
    .kj-nav-tabs .nav-tabs > li:nth-child(2).active > a:hover div {
        background: url('../images/ar1.png') no-repeat;
        background-position: center center;
        background-size: 70px 70px;
    }

    .kj-nav-tabs .nav-tabs > li:nth-child(3).active > a div,
    .kj-nav-tabs .nav-tabs > li:nth-child(3).active > a:focus div,
    .kj-nav-tabs .nav-tabs > li:nth-child(3).active > a:hover div {
        background: url('../images/new1.png') no-repeat;
        background-position: center center;
        background-size: 70px 70px;
    }

    .kj-nav-tabs .nav-tabs > li:nth-child(4).active > a div,
    .kj-nav-tabs .nav-tabs > li:nth-child(4).active > a:focus div,
    .kj-nav-tabs .nav-tabs > li:nth-child(4).active > a:hover div {
        background: url('../images/instrument1.png') no-repeat;
        background-position: center center;
        background-size: 70px 70px;
    }

.kj-index-style-swiper {
    height: 400px;
    margin-top: 50px;
}

    .kj-index-style-swiper .swiper-wrapper .swiper-slide {
        height: 300px;
        text-align: center;
        border: 1px solid #340e70;
    }

        .kj-index-style-swiper .swiper-wrapper .swiper-slide a:hover {
            text-decoration: none;
        }
        .kj-index-style-swiper .swiper-wrapper .swiper-slide img {
            max-width: 98%;
        }

        .kj-index-style-swiper .swiper-wrapper .swiper-slide h5, .kj-index-style-swiper .swiper-wrapper .swiper-slide h6 {
            text-align: left;
            font-size: 16px;
            padding-left: 20px;
            margin: 5px 0;
        }
            .kj-index-style-swiper .swiper-wrapper .swiper-slide h6{
               height:22px;
               display:flex;
               align-items:center;
            }
            .kj-index-style-swiper .swiper-wrapper .swiper-slide a {
                color: #333;
                font-weight: normal;
            }

        .kj-index-style-swiper .swiper-wrapper .swiper-slide h6 {
            font-weight: bold;
            color: #ff0000;
            position: relative;
        }

            .kj-default-swiper3 .swiper-wrapper .swiper-slide h6 span,
            .kj-default-swiper4 .swiper-wrapper .swiper-slide h6 span,
            .kj-default-swiper5 .swiper-wrapper .swiper-slide h6 span,
            .kj-default-swiper6 .swiper-wrapper .swiper-slide h6 span {
                display: inline-block;
                width: 30px;
                height: 30px;
                background: url('../images/shoppingcar.png') no-repeat;
                background-size: 20px 20px;
                background-position: center center;
                background-color: #eb3e00;
                border-radius: 50%;
                position: absolute;
                right: 5px;
                bottom: 0;
            }
.kj-index-style-swiper .swiper-wrapper .swiper-slide:hover a {
    color: #eb3e00;
}

.kj-news h3 {
    padding-left: 30px;
    padding-bottom: 17px;
    color: #340e70;
    font-weight: bold;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border-bottom: 1px solid #eeebeb;
    margin-bottom: 40px;
}

    .kj-news h3 span {
        position: relative;
    }

        .kj-news h3 span i {
            position: absolute;
            display: inline-block;
            width: 85px;
            height: 5px;
            background-color: #eb3e00;
            bottom: -20px;
            left: 4px;
        }

    .kj-news h3 a {
        font-size: 16px;
        color: #333;
    }

.kj-news .kj-news-text span {
    display: block;
    margin-top: 20px;
    color: #333;
}

.kj-news .kj-news-text h5 {
    color: #333;
    font-weight: bold;
}

.kj-news .kj-news-text a {
    display: block;
    color: #333;
    margin-top: 20px;
    font-weight: bold;
}

.kj-news .kj-news-text:hover h5 {
    color: #340e70;
}

.kj-news .kj-news-text:hover a {
    color: #340e70;
}

.kj-advertising {
    background-color: #eeebeb;
    margin-top: 65px;
}

    .kj-advertising ul {
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0;
        margin: 0;
        padding: 0 30px;
    }

        .kj-advertising ul li {
            list-style: none;
            font-size: 19px;
            display: flex;
            align-items: center;
        }

            .kj-advertising ul li img {
                margin-right: 15px;
            }

            .kj-advertising ul li i {
                display: inline-block;
                width: 1px;
                height: 60px;
                background-color: #bfbfbf;
            }

.kj-concact {
    min-height: 405px;
    background-color: #340e70;
    padding-bottom: 30px;
}

    .kj-concact .kj-concact-top {
        margin-top: 15px;
    }

        .kj-concact .kj-concact-top h3 {
            font-size: 22px;
            color: #cc0001;
            margin: 0;
            display: flex;
            align-items: center;
        }

            .kj-concact .kj-concact-top h3 span {
                color: #fff;
                font-size: 13px;
                margin-left: 25px;
            }

        .kj-concact .kj-concact-top .kj-concact-top-aa {
            height: 88px;
            display: flex;
            align-items: flex-end;
            justify-content: left;
        }

    .kj-concact .kj-concact-top-bb {
        color: #fff;
        line-height: 22px;
    }

        .kj-concact .kj-concact-top-bb h4 {
            font-size: 14px;
            font-weight: lighter;
            margin-top: 40px;
            line-height: 22px;
        }

        .kj-concact .kj-concact-top-bb div {
            margin-top: 20px;
            font-weight: lighter;
        }

    .kj-concact .kj-concact-bottom-all {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .kj-concact .kj-concact-bottom ul {
        padding-left: 0;
        margin-top: 39px;
    }

        .kj-concact .kj-concact-bottom ul li {
            list-style: none;
            line-height: 29px;
            color: #fff;
        }

            .kj-concact .kj-concact-bottom ul li a {
                color: #fff;
                font-weight: lighter;
            }

            .kj-concact .kj-concact-bottom ul li:first-child {
                font-size: 17px;
                margin-bottom: 15px;
            }

    .kj-concact .kj-concact-bottom img {
        margin-top: 46px;
    }

.kj-footer {
    height: 80px;
    padding: 20px 0;
    text-align: center;
    color: #666;
}

    .kj-footer a {
        color: #666666;
    }
/*导航栏*/
.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: 18px 18px;
        background-position: center center;
    }

    .kj-news-nav ol {
        padding-left: 25px;
        height: 120px;
        display: flex;
        align-items: center;
        justify-content: left;
        margin: 0;
        background-color:#fff;
    }
.kj-news-nav ol li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: initial;
}

        .kj-news-nav ol li::after {
            content: "\00A0>\00A0";
        }

        .kj-news-nav ol li:last-child::after {
            content: "";
        }

        .kj-news-nav ol li {
            list-style: none;
        }

            .kj-news-nav ol li a {
                color: #999;
            }

            .kj-news-nav ol li:last-child a {
                color: #333;
            }
.kj-news-product-list-nav {
  margin-top: 15px;
}
.kj-news-product-list-nav i {
  top: 28%;
}
.kj-news-product-list-nav ol {
  height: 50px;
}
    .kj-news-product-list-nav ol .active{
        color:#340e70;
    }
    .kj-news-product-list-nav ol li a {
        color: #999;
    }
.kj-news-product-list-nav ol li:last-child a {
  color: #333;
}
.kj-main-article-textarea {
    text-align: center;
}
.kj-main-article-textarea span{
    display:block;
    margin:20px 0 40px;
}
.kj-main-article-textarea .kj-main-article {
    text-align: left;
}
.kj_nynews{
    padding:0;
}
.kj_nynews li i{
    margin-right:20px;
    margin-left:2px;
    color:#340e70; 
}
.kj_nynews li {
        list-style: none;
    }
.kj_nynews li a {
    color: #340e70;
}
.kj-left-nav-list{
    background-color:#340e70;
    padding-left:30px;
    border-radius:5px;
}
.kj-left-nav-list ul li {
    list-style: none;
}

    .kj-left-nav-list ul li a {
        color: #fff;
        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-left-list {
    padding: 0;
}

    .kj-news-left-list li {
        line-height: 44px;
        text-align: left;
    }

        .kj-news-left-list li a {
            font-size: 16px !important;
            font-weight: normal !important;
        }

.kj-left-nav-list hr {
    margin-bottom: 0;
    margin-top: 26px;
}
.kj-left-nav-list ul li.active a{
    color:#340e70;
}
.kj-site-top-nav .navbar-collapse .navbar-nav li {
    position: relative;
}

    .kj-site-top-nav .navbar-collapse .navbar-nav li ul {
        transform: rotateX(90deg);
        position: absolute;
        bottom: -207px;
        left: 0;
        border: 1px solid #eb3e00;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        z-index: 300;
        background-color: #fff;
        transition-duration: 0.39s;
        padding: 0;
    }

        .kj-site-top-nav .navbar-collapse .navbar-nav li ul li {
            list-style: none;
            border-bottom: 1px solid #bfbfbf;
            position: relative;
            width: 100%;
            padding: 0 34px;
        }

            .kj-site-top-nav .navbar-collapse .navbar-nav li ul li a {
                color: #333;
                padding: 14px 22px;
                font-weight: normal;
                position: relative;
            }

                .kj-site-top-nav .navbar-collapse .navbar-nav li ul li a i {
                    position: absolute;
                    right: -27px;
                    top: 15px;
                    display: none;
                }

            .kj-site-top-nav .navbar-collapse .navbar-nav li ul li .kj-second-classity {
                display: none;
                position: fixed;
                top: 0;
                left: 194px;
                width: 765px;
                background-color: #fff;
            }

                .kj-site-top-nav .navbar-collapse .navbar-nav li ul li .kj-second-classity .kj-second-classity-in {
                    width: 100%;
                    border: 1px solid #eb3e00;
                }

                    .kj-site-top-nav .navbar-collapse .navbar-nav li ul li .kj-second-classity .kj-second-classity-in ol {
                        width: 200px;
                        bottom: initial;
                        border-radius: 0;
                        padding: 0;
                        text-align: left;
                        padding-left: 30px;
                        border: none;
                    }

                        .kj-site-top-nav .navbar-collapse .navbar-nav li ul li .kj-second-classity .kj-second-classity-in ol li {
                            padding: 20px 0;
                            border-bottom: none;
                            position: relative;
                        }

                            .kj-site-top-nav .navbar-collapse .navbar-nav li ul li .kj-second-classity .kj-second-classity-in ol li div {
                                width: 600px;
                                position: absolute;
                                top: 20px;
                                left: 85px;

                            }
                                .kj-site-top-nav .navbar-collapse .navbar-nav li ul li .kj-second-classity .kj-second-classity-in div a {
                                    font-size: 12px;
                                    display:inline-block;
                                    margin:10px 0;
                                    color: #333 !important;
                                }

                            .kj-site-top-nav .navbar-collapse .navbar-nav li ul li .kj-second-classity .kj-second-classity-in ol li a {
                                display: inline;
                                color: #333;
                                padding: 0;
                               
                            }
                    .kj-site-top-nav .navbar-collapse .navbar-nav li ul li .kj-second-classity .kj-second-classity-in ol li div i{
                        margin-left:2px;
                        margin-right:5px;
                    }
                    .kj-site-top-nav .navbar-collapse .navbar-nav li ul li .kj-second-classity .kj-second-classity-in ol a:hover {
                        color: #340e70 !important;
                        text-decoration: underline !important;
                    }

            .kj-site-top-nav .navbar-collapse .navbar-nav li ul li:hover {
                background-color: transparent;
            }

                .kj-site-top-nav .navbar-collapse .navbar-nav li ul li:hover a {
                    background-color: transparent;
                    color: #340e70;
                    text-decoration: none;
                }

                    .kj-site-top-nav .navbar-collapse .navbar-nav li ul li:hover a i {
                        display: block;
                    }

                .kj-site-top-nav .navbar-collapse .navbar-nav li ul li:hover .kj-second-classity {
                    display: block;
                }

            .kj-site-top-nav .navbar-collapse .navbar-nav li ul li:last-child {
                border: none;
            }

    .kj-site-top-nav .navbar-collapse .navbar-nav li:hover {
        background-color: #eb3e00;
    }

        .kj-site-top-nav .navbar-collapse .navbar-nav li:hover ul {
            transform: rotateX(0deg);
        }

    .kj-site-top-nav .navbar-collapse .navbar-nav li a {
        display: inline-block;
        padding: 14px 32px;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        transition-duration: 0.39s;
    }

        .kj-site-top-nav .navbar-collapse .navbar-nav li a i {
            margin-right: 20px;
        }





       
.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-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-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: 15px;
                padding-bottom: 0px;
            }

                .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;
                    margin-bottom:17px;
                }

                    .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-product-list-product .kj-product-list-product-in .kj-product-list-product-in-top .kj-goto-product-info {
                position: absolute;
                right: 5px;
                bottom: 10px;
                color: #340e70;
                font-size: 12px;
            }

                .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 8px;
            }



                .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-product-list-nav-in ul a {
    color: #333;
}
.kj-pre-price {
    color: #e3150a;
}
.kj-product-list-product-in-bottom .table > tbody > tr > td {
    color: #666666;
}
.kj-prolist-pro-info span{
    color:#999;
    margin-right:20px;
}
.kj-prolist-pro-info span a{
    margin-left:5px;
    color:#333;

}
.kj-prolist-pro-info span:first-of-type a {
        color:#340e70;
 }
.kj-navigation-page {
    text-align: center;
}

    .kj-navigation-page .pagination > li > a,
    .kj-navigation-page .pagination > li > span {
        border: 1px solid #340e70;
        color: #340e70;
        padding: 5px 12px;
    }

        .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: #340e70;
            color: #fff;
        }

    .kj-navigation-page .pagination > li:last-child > a,
    .kj-navigation-page .pagination > li:last-child > span {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .kj-navigation-page .pagination > li:first-child > a,
    .kj-navigation-page .pagination > li:first-child > span {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }
.kj-search-navigation-page .pagination > li > a,
.kj-search-navigation-page .kj-navigation-page .pagination > li > span {
    padding: 5px 12px;
}
.kj-search-navigation-page .pagination > .active > a {
    background: #340e70;
    color:#fff;
}
.kj-goto-product-info{
    padding-right:10px;
}
.kj-detail-nav {
    color: #333;
}

    .kj-detail-nav ul li::after {
        content: "\00A0/\00A0";
    }

    .kj-detail-nav ul li a {
        color: #333;
    }

    .kj-detail-nav ul li:last-child a {
        color: #340e70;
    }

.kj-detail-product-in-bottom {
    border-left: 1px solid #e6e8e9;
    border-right: 1px solid #e6e8e9;
    border-bottom: 1px solid #e6e8e9;
    margin-top: 43px;
    margin-bottom: 32px;
}

    .kj-detail-product-in-bottom .table thead {
        background-color: transparent;
    }

.kj-detail-img {
   text-align:center;
}
.kj-detail-img img{
    max-width:100%;
}

    .kj-detail-info {
        padding-left: 60px;
    }

    .kj-detail-info h1 {
        font-size: 24px;
        font-weight: bold;
        margin-top: 0;
    }

    .kj-detail-info p {
        margin-bottom: 9px;
        display:flex;
    }
        .kj-detail-info p span{
            width:80px;
            display:block;
        }
        .kj-detail-info p i {
            display: block;
            width: calc(100% - 80px);
        }
        .kj-detail-three-tab .nav-tabs {
            border-color: #e5e5e5;
        }

.kj-detail-three-tab .nav > li > a {
    display: block;
    height: 35px;
    text-align: center;
    padding: 0;
    font-size: 16px;
    border-radius: 0;
    background-color: #f8f8f9;
    color: #333;
    margin-right: 5px;
    border: 1px solid #e5e5e5;
    border-bottom: none;
    line-height: 35px;
    width: 224px;
}

.kj-detail-three-tab .nav > li:last-child a {
    margin: 0;
}

.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: #340e70;
        border: none;
        border-radius: 0;
    }

    .kj-detail-three-tab .nav-tabs > li.active {
        position: relative;
        top: 1px;
    }

.kj-detail-three-tab .tab-content {
    border: 1px solid #eee;
    border-top: none;
    padding-top: 35px;
}

.kj-detail-list {
    padding-left: 20px;
}

    .kj-detail-list li {
        list-style: none;
        line-height: 30px;
    }

        .kj-detail-list li span {
            color: #666;
        }

.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;
        background-image: url(/images/reright.png);
    }

    .kj-related-pro .swiper-button-prev {
        left: -52px;
        background-image: url(/images/releft.png);
    }

    .kj-related-pro .swiper-button-next:hover {
        background-image: url(/images/right.png);
    }

    .kj-related-pro .swiper-button-prev:hover {
        background-image: url(/images/left.png);
    }

    .kj-related-pro .swiper-button-next,
    .kj-related-pro .swiper-button-prev {
        top: 36%;
        height: 26px;
        background-size: 20px 35px;
    }

.kj-default-related {
    margin-top: 20px;
    height: 370px;
}

    .kj-default-related .swiper-wrapper .swiper-slide:hover {
        box-shadow: initial;
    }

    .kj-default-related .swiper-wrapper .swiper-slide {
        min-height: 181px;
        text-align: center;
        border: none;
    }

        .kj-default-related .swiper-wrapper .swiper-slide a {
            display: block;
        }

            .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;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

            .kj-default-related .swiper-wrapper .swiper-slide a h6 {
                color: #db241c;
                font-size: 16px;
            }

.kj-detail-info-mess {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: left;
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
}

    .kj-detail-info-mess div {
        margin-right: 50px;
        margin-bottom: 10px;
    }

.kj-detail-q a {
    display: inline-block;
    width: 140px;
    height: 35px;
    text-align: center;
    color: #fff;
    background-color: #afafb0;
    line-height: 35px;
}

    .kj-detail-q a:first-child {
        background-color: #340e70;
        margin-right: 8px;
    }

.kj-detail-product-in-bottom .table thead tr {
    background-color: #f4f4f4;
}
.kj-detail-product-in-bottom{
    display:block !important;
}
/*大包装询价*/
#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: #78bbe6;
        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-del-etc{
    font-style:normal;
}
body{
    background-color:#fff !important; 
   padding-top:0 !important;
   padding-bottom:0px !important;
}
/* 产品搜索页 */

.kj-prosearch-detailes ul li:first-child {
    background-color: #f7f7f7;
    font-size: 15px;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}

.kj-prosearch-detailes ul li {
    padding: 10px 0px 10px 8px;
    border-bottom: 1px dashed #dcdcdc;
    display: flex;
}

    .kj-prosearch-detailes ul li > span {
        color: #999;
        width: 50px;
    }

.kj-prosearch-chooselist .kj-chooselist-more {
    width: 70px;
    text-align: right;
    color: #333;
}

.kj-prosearch-chooselist .kj-prosearch-list {
    width: calc(100% - 130px);
    display: flex;
    flex-wrap: wrap;
    height: 20px;
    overflow: hidden;
}

.kj-prosearch-detailes ul li .kj-prosearch-list > a {
    color: #333;
    margin-right: 25px;
}

#kj-product-fliter-pc-outbox .kj-prosearch-list .active {
    color: red;
}

.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: #340e70;
        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;
}



.container > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

.kj-nav-box .navbar-nav > li:first-child > a {
    padding: 15px 0px;
    padding-right: 30px;
}

.kj-shopcart-count {
    min-width: 10px;
    padding: 2px 5px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #eb3e00;
    border-radius: 10px;
}

.kj-prodetails-bottom > span {
    float: left;
}

.kj-page {
    text-align: center;
}

.kj-search-shopping:hover {
    background-color: #340e70;
    color: #fff;
}

    .kj-search-shopping:hover i {
        color: #fff;
    }

.kj-prolist-right {
    margin-bottom: 20px;
    min-height: 400px;
}
.pro-num button {
    float: left;
    width: 25px;
    height: 23px;
    background-color: transparent;
}

.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 thead tr th {
    background-color: #f7f7f7;
    text-align: center;
}

    .kj-prolist-pack thead tr th:first-child {
        text-align: left;
    }

.kj-prolist-pack tbody tr td {
    text-align: center;
    line-height:30px;
}

    .kj-prolist-pack tbody tr td:first-child {
        text-align: left;
    }

.kj-prolistleft-box dt {
    padding: 8px 15px;
    background-color: #340e70;
    color: #fff;
}

.kj-prolistleft-box dd {
    background-color: #f4f4f5;
}

    .kj-prolistleft-box dd ::after {
        content: "\f105";
        font: normal normal normal 14px/1 FontAwesome;
        float: right;
        color: #7a94c8;
    }

    .kj-prolistleft-box dd a {
        color: #333;
        padding: 8px 15px;
        display: block;
    }

.kj-prolistleft-box .active {
    border-left: 2px solid #340e70;
    background-color: #fff;
}

.pro-pack-open {
    background-color: #f9f9f9;
    text-align: center;
}

    .pro-pack-open a {
        color: #333;
        text-decoration: none;
        font-size: 12px;
    }

        .pro-pack-open a > i {
            color: #e3150a;
        }

.kj-prolist-con a {
    color: #333;
}

    .kj-prolist-con a:hover {
        color: #340e70;
        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;
    }

.kj-prolistright-des {
    border: 1px solid #ddd;
    margin-bottom: 15px;
}

    .kj-prolistright-des .kj-prolistright-top img {
        height: 110px;
        float: right;
    }

.kj-prolistright-top {
    padding: 15px 15px;
    padding-bottom:0;
}

.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: #340e70;
        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: #340e70;
}
.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: #340e70;
        }
.ShopCartBox{
    display:none !important;
}
.kj-left li{
    position:relative;
}
.kj-left span {
    position:absolute;
    right:0;
    top:0;
}
.kj-product-list-nav{
    margin-bottom:36px
}
.kj-prolistright-des:first-child{
    border:1px solid #340e70;
}
.kj-pre-price{
    font-style:normal;
}
.kj-new{
    display:flex;
    align-items:center;
    margin-bottom:20px;
}
.kj-new-img {
    margin-right: 40px;
    width: 100%;
    height: 120px;
}
.kj-new-text a{
    color:#340e70;
}
.kj-new-text h4 a{
    color:#333;
}
.kj-new-text p, .kj-new-text h4 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.kj-concact .kj-concact-top a{
    color:#fff;
}
.kj-proinfo{
    padding-left:30px;
    padding-bottom:30px;
}
.kj-index-style-swiper .swiper-wrapper .swiper-slide a {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.kj-xiugai1{
    height:63px;
}
.kj-detail-swiper .pc-slide {
    width: 100%;
    margin: 0 auto;
}

.kj-detail-swiper .kj-detailImg {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    box-shadow: 0 0 3px 0 #ccc;
    margin: 0 auto;
    margin-top: 1px;
    cursor: pointer;
}

.kj-detail-swiper .view {
    position: relative;
}

    .kj-detail-swiper .view .swiper-container {
        width: 100%;
        height: 270px;
    }

    .kj-detail-swiper .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;
    }

    .kj-detail-swiper .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-detail-swiper .preview {
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    position: relative;
}

    .kj-detail-swiper .preview .swiper-container {
        width: 100%;
        height: 82px;
        margin: 0 auto;
    }

    .kj-detail-swiper .preview .swiper-slide {
        width: 77px;
        height: 65px;
        cursor: pointer;
        margin-right: 15px;
    }

    .kj-detail-swiper .preview .slide6 {
        width: 82px;
    }

    .kj-detail-swiper .preview .arrow-left {
        position: absolute;
        left: 0px;
        margin-top: -9px;
        width: 9px;
        height: 18px;
        z-index: 10;
    }

    .kj-detail-swiper .preview .arrow-left,
    .kj-detail-swiper .preview .arrow-right {
        font-size: 24px;
        color: #dfdfdf;
        top: 32%;
    }

    .kj-detail-swiper .preview .arrow-right {
        position: absolute;
        right: 6px;
        margin-top: -9px;
        width: 9px;
        height: 18px;
        z-index: 10;
    }

    .kj-detail-swiper .preview img {
        padding: 1px;
        max-width: 100%;
        height: 100%;
        border: 2px solid #dfdfdf;
    }

    .kj-detail-swiper .preview .active-nav img {
        padding: 0;
        border: 2px solid #340e70;
    }

.kj-detail-swiper .kj-enlarge {
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-size: 26px;
    color: #929292;
    z-index: 999;
    cursor: pointer;
}

.img-enlarge {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    opacity: 0;
    transition-delay: 0.39s;
}

    .img-enlarge img {
        transition-duration: 0.39s;
    }

.img-enlarge-active {
    display: block;
    opacity: 1;
    z-index: 9999999;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .img-enlarge-active img {
        display: block;
        margin: 0 auto;
        height: 75vh;
    }
.masccas{
    padding:0 20px;
    padding-bottom:20px;
}
.masccas button {
    background-color: #340e70;
    border: none;
    outline: none;
}
.kj-default-swiper2 .swiper-wrapper{
    padding:5px;
}
.kj-default-swiper1 a{
    display:block;
}
.kj-site-top-nav .navbar-collapse .navbar-nav li.open a{
    background-color:#eb3e00;
    color:#fff;
}
.kj-site-top-nav .navbar-collapse .navbar-nav li.open ul li a{
    background-color:transparent;
    color:#333;
    text-align:center;
}
.kj-site-top-nav .navbar-collapse .navbar-nav li.open ul li a:hover{
    color:#fff;
    background-color:transparent;
}
.kj-site-top-nav .navbar-collapse .navbar-nav li.open ul li:hover{
    background-color:#eb3e00;
}
.kj-site-top-nav .navbar-collapse .navbar-nav li.open ul {
    top: 100%;
    height: max-content;
    min-height: inherit;
    overflow: hidden;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
    .kj-site-top-nav .navbar-collapse .navbar-nav li.open ul li {
        text-align: center;
        padding: 0;
    }
.kj-page-22{
    line-height:26px;
    font-size:14px;
}
.kj-page-22 img{
    max-width:100% !important;
    height:auto !important;
}
.kj-product-list-nav-in ul a.active{
    color:red;
}
.kj-container {
    margin-top: 20px;
}
@media screen and (max-width: 1300px) {
   /* .kj-container {
        width: 1160px;
    }*/
}
@media screen and (max-width: 1200px) {
  /*  .kj-container {
        width: 950px;
    }*/
    .kj-default-swiper1{
        height:350px !important;
    }
}
@media screen and (max-width: 992px) {
    /*.kj-container {
        width: 750px;
    }
*/
    .kj-default-swiper1 {
        height: 280px !important;
    }
}
@media screen and (max-width: 768px) {
    .kj-container {
        width: 100%;
        margin-top:10px;
    }

    .kj-default-swiper1 {
        height: 170px !important;
    }
    .kj-default-swiper2{
        margin-top:20px !important;
    }
}