

a {
    color: #666666;
}

.row-vertical-center {
    display: flex;
    align-items: center;
}

.margin-center {
    margin: auto;
}
/**/
.col-xs-per20,
.col-sm-per20,
.col-md-per20,
.col-lg-per20 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-per20 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-per20 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-per20 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-per20 {
        width: 20%;
        float: left;
    }
}

.red {
    color: #DE241C;
}

a:hover {
    text-decoration: none;
}

a .fa {
    padding-left: 5px;
    padding-right: 5px;
}

.search-inp {
    border: 1px solid #2279C8;
    border-right: none;
    margin-top: 40px;
    width: 90%;
    height: 36px;
    margin-right: -2px;
    position: relative;
    /*right:87px;*/
}




.kj-top {
    line-height: 36px;
    background-color: #f5f5f5;
    font-size: 12px;
    color: #666666;
}

    .kj-top p {
        margin: 0px;
        padding: 0px;
    }


.kj_loginreg a {
    padding: 0px 8px;
}

.kj_loginreg span a:first-child {
    border-right: 1px solid #D7D7D7;
}

.kj_loginreg i {
    margin-right: 5px;
}

.kj-top-rights {
    text-align: right;
}

    .kj-top-rights a {
        color: #666666;
        margin-left: 10px;
    }

        .kj-top-rights a:hover {
            text-decoration: none;
        }

.kj-logo-area-row {
    height: 110px;
}

.kj-search-hight {
}



.kj-search-form .form-control {
    height: 40px;
    border-radius: 0px;
    border-color: #2279C8;
}

.kj-search-form .kj-btn-topsearch {
    height: 40px;
    border-radius: 0px;
    background-color: #2279C8;
    color: #fff;
    border-color: #2279C8;
    width: 65px;
}

.kj-search-form-box {
    padding-left: 20px;
    padding-right: 20px;
}

#search-text {
    width: 500px;
    height: 40px;
}

#search-but {
    width: 65px;
    height: 40px;
}

.kj-navbar {
    background-color: #2279c8;
    color: #ffffff;
    border-width: 0px;
    margin-bottom: 0px;
    border-bottom: 1px solid #eeeeee;
    border-radius: 0px;
}

    .kj-navbar .container, .kj-navbar .navbar-collapse {
        padding-left: 0px;
        padding-right: 0px;
    }



    .kj-navbar .navbar-brand {
        color: #ffffff;
    }

        .kj-navbar .navbar-brand:hover {
            color: #ffffff;
            background-color: #00b98a;
        }

    .kj-navbar .navbar-nav > li > a {
        color: #fff;
        font-size: 15px;
        padding-left: 47px;
        padding-right: 47px;
        transition: all 0.5s ease 0s;
    }



        .kj-navbar .navbar-nav > li > a:hover, .kj-navbar .nav > li > a:hover, .kj-navbar .nav > li > a:focus {
            color: #fff;
            background-color: #00b98a;
        }

.navbar-toggle .icon-bar {
    background-color: #fff;
}

.kj-promenu-dropdown > a, .kj-promenu-dropdown.open > a {
    background-color: #00b98a;
}

.kj-promenu-dropdown-ul {
    position: absolute;
    top: 100%;
    min-width: 100%;
    left: 0;
    padding: 5px 0;
    list-style: none;
    margin: 0px;
    display: none;
    z-index: 1000;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 2px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

    .kj-promenu-dropdown-ul .caret, .kj-navbar-right .dropdown-menu .caret {
        float: right;
        font: normal normal normal 14px/1 FontAwesome;
        width: 0px !important;
        height: 0px !important;
        margin-left: 0px !important;
        border-top: 0px !important;
        border-right: 0px !important;
        border-left: 0px !important;
        position: relative;
        display: inline !important;
    }

        .kj-promenu-dropdown-ul .caret:before, .kj-navbar-right .dropdown-menu .caret:before {
            content: "\f105";
        }

.kj-promenu-dropdown:hover .kj-promenu-dropdown-ul {
    display: block;
}

.kj-promenu-dropdown > .kj-promenu-dropdown-ul li {
    position: relative;
}


.kj-promenu-dropdown > .kj-promenu-dropdown-ul > li a {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    padding-left: 30px;
    padding-right: 30px;
}

    .kj-promenu-dropdown > .kj-promenu-dropdown-ul > li a:hover, .kj-promenu-dropdown > .kj-promenu-dropdown-ul li:hover > a,
    .kj-navbar-right .dropdown-menu > li a:hover, .kj-navbar-right .dropdown-menu li:hover > a {
        background-color: #f8f8f8;
    }

.kj-promenu-dropdown > .kj-promenu-dropdown-ul ul, .kj-navbar-right .dropdown-menu ul {
    position: absolute;
    left: 100%;
    min-width: 100%;
    top: 0px;
    padding: 5px 0;
    display: none;
    z-index: 1000;
    font-size: 14px;
    text-align: left;
    list-style: none;
    margin: 0px;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 2px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.kj-promenu-dropdown > .kj-promenu-dropdown-ul li:hover > ul, .kj-navbar-right .dropdown-menu li:hover > ul {
    display: block;
}

.kj-navbar-right .dropdown-menu {
    border: 0px;
}

.kj-navbar-right > .dropdown.open > a {
    background-color: #00b98a;
    color: #fff;
}

.kj-navbar-right .dropdown-menu a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.kj-top-image {
    margin-top: -23px;
}

.kj-index-banner {
    margin-bottom: 20px;
}

.kj-index-tabs {
}

    .kj-index-tabs .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #2279c8;
        border-radius: 0px !important;
        border-left: 0px;
        border-right: 0px;
    }

    .kj-index-tabs .nav-tabs > li.active > a, .kj-index-tabs .nav-tabs > li.active > a:hover, .kj-index-tabs .nav-tabs > li.active > a:focus {
        background-color: #2279c8;
        color: #fff;
        border-color: #2279c8;
        border-bottom: 1px solid #2279c8;
        border-radius: 0px !important;
    }

.kj-pro-switer-container {
    border-right: 1px solid #dddddd;
    border-left: 0px solid #dddddd;
}

    .kj-pro-switer-container .swiper-slide {
        height: 280px;
        border-left: 1px solid #dddddd;
        border-bottom: 1px solid #dddddd;
    }

        .kj-pro-switer-container .swiper-slide:first-child {
            /*border-left: 0px solid #dddddd;*/
        }

    .kj-pro-switer-container .swiper-button-prev {
        background-color: #e5e5e5;
        background-image: none;
        text-align: center;
        line-height: 44px;
        left: 0px;
    }

        .kj-pro-switer-container .swiper-button-prev:after {
            content: "\f104";
            font: normal normal normal 14px/1 FontAwesome;
            font-size: 20px;
            color: #555555;
        }

    .kj-pro-switer-container .swiper-button-next {
        background-color: #e5e5e5;
        background-image: none;
        text-align: center;
        line-height: 44px;
        right: 0px;
    }

        .kj-pro-switer-container .swiper-button-next:after {
            content: "\f105";
            font: normal normal normal 14px/1 FontAwesome;
            font-size: 20px;
            color: #555555;
        }

.kj-index-tabs .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
}

.kj-tabpro-swiper-col {
    height: 280px;
}

    .kj-tabpro-swiper-col .kj-pro-href-img {
        height: 180px;
        display: block;
        line-height: 180px;
        text-align: center;
    }

        .kj-tabpro-swiper-col .kj-pro-href-img img {
            max-height: 180px;
            max-width: 95%;
        }

    .kj-tabpro-swiper-col .kj-pro-name-href {
        padding: 8px;
        min-height: 56px;
    }

    .kj-tabpro-swiper-col .kj-pro-price {
        color: red;
        font-size: 18px;
        padding: 8px;
    }



.kj-index-floor-header {
    border-bottom: 1px solid #2279C8;
    padding-top: 10px;
    padding-bottom: 8px;
}

.kj-index-floor-headtitle {
    font-size: 18px;
}

.kj-index-floor-head-nav {
    white-space: nowrap;
}

    .kj-index-floor-head-nav a {
        margin-left: 10px;
    }

        .kj-index-floor-head-nav a.more {
            color: #fff;
            background-color: #729ef7;
            border-radius: 25px;
            padding: 3px 15px;
        }



.kj-idx-pro-item-col {
    border: 1px solid #dddddd;
    height: 210px;
    border-width: 0px 1px 1px 0px;
}

.kj-floor-banner-col {
    height: 420px;
    border-right: 1px solid #ddd;
    border-left: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.kj-idx-pro-item-col .kj-pro-href-img {
    height: 145px;
    display: block;
    line-height: 145px;
    text-align: center;
}

    .kj-idx-pro-item-col .kj-pro-href-img img {
        max-height: 145px;
        max-width: 95%;
    }

.kj-idx-pro-item-col .kj-pro-name-href {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.kj-idx-pro-item-col .kj-pro-price {
    color: red;
    font-size: 18px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}


.kj-product-class {
    margin-bottom: 30px;
}



.kj-index-banner-line {
    margin-bottom: 20px;
}


.kj-footer {
    border-top: 3px solid #00b98a;
    background-color: #f7f7f7;
    padding-top: 2px;
}

.footer-row {
    border-top: 1px solid #dddddd;
    padding-top: 30px;
    padding-bottom: 30px;
}

.bottom-box {
    background-color: #f7f7f7;
}

.footer {
    line-height: 20px;
    text-align: center;
    background-color: #e9e9e9;
}

.bottom-nav ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}


.bottom-nav > ul > li > a {
    font-size: 16px;
    color: #333333;
    font-weight: 500;
}

.bottom-nav > ul > li li {
    font-size: 12px;
    line-height: 25px;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.bottom-nav > ul > li ul {
    padding-top: 10px;
}

.bottom-text {
    margin-top: 30px;
    padding-bottom: 30px;
}

.footer {
}

.kj-footer-bottom-content {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

    .kj-footer-bottom-content p {
        margin: 0px;
        padding: 0px;
    }



/*phone footer*/


.kj-phonefooter .navbar-default {
    border-width: 0px;
    background-color: #fcfcfc;
    box-shadow: 1px 1px 5px rgba(0,0,0,.2);
}

.kj-phonefooter .nav-tabs a i {
    color: #777777;
}

.kj-phonefooter .nav-tabs {
    text-align: center;
    padding: 5px;
    border-bottom-width: 0px;
}

    .kj-phonefooter .nav-tabs a {
        color: #999999;
        text-align: center;
    }

        .kj-phonefooter .nav-tabs a.active,
        .kj-phonefooter .nav-tabs a.active i {
            color: #f60;
        }

        .kj-phonefooter .nav-tabs a i {
            color: #777777;
        }

    .kj-phonefooter .nav-tabs div.kj-addtocart-btn-bottom-col a.kj-addtocart-btn-href {
        display: block;
        font-size: 16px;
        margin-top: -5px;
        margin-bottom: -15px;
        margin-right: -5px;
        line-height: 60px;
        background-color: #ff6600;
        color: #fff;
    }

    .kj-phonefooter .nav-tabs div.kj-addtocart-btn-bottom-col {
        padding: 0px;
        margin: 0px;
    }

.kj-shopcart-count {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: red;
    border-radius: 10px;
    display: none;
}
/*end */

/*浮动框*/
.kj-floatbar {
    position: fixed;
    transition: all 0.5s ease 0s;
    z-index: 1001;
}

.kj-pos-h-right {
    right: 10px;
}

.kj-pos-v-middle {
    top: 50%;
    transform: translateY(-50%);
}

.kj-floatbar-item {
    position: relative;
    margin-bottom: 10px;
}

.kj-floatbar-item-icon {
    width: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.5s ease 0s;
    color: #777777;
    border: 1px solid #dddddd;
    text-align: center;
    background-color: #fff;
    display: block;
}

    .kj-floatbar-item-icon i {
        font-size: 24px;
    }

    .kj-floatbar-item-icon span {
        font-size: 12px;
        display: block;
    }

    .kj-floatbar-item-icon:hover {
        background-color: #2279c8;
        border-color: #2279c8;
        color: #ffffff;
    }

.kj-floatbar-item-content {
    position: absolute;
    top: 0px;
    min-width: 100px;
    display: none;
    min-height: 100px;
    padding: 10px;
    background-color: #2279c8;
    color: #ffffff;
}

    .kj-floatbar-item-content a {
        color: #ffffff;
    }

.kj-pos-h-right .kj-floatbar-item-content {
    right: 60px;
}

.kj-floatbar-item:hover .kj-floatbar-item-content {
    display: block;
}

#floatbar-arraw-up {
    display: none;
    margin-top: 10px;
    box-shadow: 0px 0px 10px rgba(100,100,100,.2);
}

    #floatbar-arraw-up .kj-floatbar-item-icon {
        width: 62px;
        height: 62px;
    }

.kj-floatbar-items-list {
    border: 1px solid #dddddd;
    box-shadow: 0px 0px 10px rgba(100,100,100,.2);
}

    .kj-floatbar-items-list .kj-floatbar-item {
        margin-bottom: 0px;
    }

    .kj-floatbar-items-list .kj-floatbar-item-icon {
        border-width: 0px;
        border-bottom: 1px solid #dddddd;
    }

/*end*/

/*楼层*/
.kj-scroll-floorbox {
    position: fixed;
    transition: all 0.5s ease 0s;
    text-align: center;
    background-color: #ffffff;
    z-index: 1003;
    display: none;
    border: 1px solid #dddddd;
    box-shadow: 0px 0px 10px rgba(100,100,100,.2);
}

.kj-scroll-floorbox-title {
    border-bottom: 1px solid #dddddd;
    background-color: #f8f8f8;
    font-weight: bold;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.kj-floor-pos-h-right {
    right: 10px;
}

.kj-floor-pos-h-left {
    left: 10px;
}

.kj-floor-pos-v-middle {
    top: 50%;
    transform: translateY(-50%);
}

.kj-scroll-floor-href {
    display: block;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd;
    padding-left: 5px;
    padding-right: 5px;
}

.kj-scroll-floor-gototop {
    display: block;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

    .kj-scroll-floor-href:hover, .kj-scroll-floor-href.flooractive, .kj-scroll-floor-gototop, .kj-scroll-floor-gototop:hover {
        background-color: #2279C8;
        color: #ffffff;
        text-align: center;
    }
/*楼层end*/

/*面包屑*/
.breadcrumb {
    margin-top: 20px;
    padding-bottom: 10px;
    background-color: white;
    border-bottom: 1px solid #dddddd;
    border-radius: 0px;
}

    .breadcrumb > li {
        font-size: 16px;
        color: #333333;
    }

        .breadcrumb > li > a {
            color: #333333;
        }

        .breadcrumb > li > a {
            color: #333333;
        }

    .breadcrumb .active {
        color: #2279c8 !important;
    }

    .breadcrumb > li + li:before {
        color: #333;
    }
/*end*/

/*page*/
.kj-body-container {
    margin-bottom: 40px;
}

.kj-page-content-body {
    min-height: 400px;
    line-height: 200%;
    padding-left: 15px;
}

.kj-page-left-nav {
    padding-left: 0px;
    padding-right: 0px;
}

.kj-left-list-group .list-group-item:first-child {
    border-radius: 0px;
}

.kj-left-list-group .list-group-item:last-child {
    border-radius: 0px;
}
/*end*/


/*加购物车 /数量*/
.ShopCartBox {
    display: none !important;
}

.kj_product_shopcart {
    border: none;
    background-color: transparent;
    color: red;
}

.kj-pro-num-box {
    position: relative;
    width: 90px;
    height: 26px;
    border: 1px solid #ddd;
    margin: 0px auto;
    background-color: #fff;
}

    .kj-pro-num-box button {
        position: absolute;
        top: 0px;
        width: 30px;
        background-color: #fff;
        border: 0px;
        border-radius: 0px;
        padding: 0px;
        text-align: center;
        height: 24px;
    }

.kj-pro-num-minus {
    left: 0px;
    border-right: 1px solid #ddd !important;
}

.kj-pro-num-plus {
    right: 0px;
    border-left: 1px solid #ddd !important;
}

.kj-pro-num-box input {
    width: 26px;
    height: 23px;
    text-align: center;
    border: 0px;
    position: absolute;
    left: 31px;
    top: 0px;
}
/*end*/

/*产品列表*/

.kj-productlist-table th {
    white-space: nowrap;
    border-top: 0px !important;
    background-color: #f0f5f9;
    border: 2px solid #ffffff;
    vertical-align: middle !important;
}

.kj-productlist-table td {
    border-top: 0px !important;
    border: 2px solid #ffffff;
    vertical-align: middle !important;
}

.kj-productlist-table a {
    color: #2279C8;
}

.kj-productlist-table > tbody > tr:nth-of-type(odd) {
    background-color: #f3f3f3;
}

.kj-productlist-col {
    min-height: 400px;
}

.kj-pre-price {
    color: red;
}

.kj-productitem-row {
    border: 1px solid #dddddd;
    margin-bottom: 20px;
}

    .kj-productitem-row a {
        color: #2279C8;
    }

    .kj-productitem-row h1 {
        font-size: 18px;
        font-weight: bold;
        margin: 0px;
        padding: 0px;
        padding-top: 16px;
        padding-bottom: 8px;
    }

    .kj-productitem-row .kj_proxx {
        padding-bottom: 16px;
    }

    .kj-productitem-row .kj_namebm {
        padding-top: 8px;
        padding-bottom: 8px;
    }

        .kj-productitem-row .kj_namebm span {
            color: #999999;
        }

    .kj-productitem-row .kj_proxx span {
        color: #999999;
    }

.kj-sub-proitem-row {
    border-bottom: 1px solid #eeeeee;
    padding-top: 8px;
    padding-bottom: 8px;
}

    .kj-sub-proitem-row a {
        color: #2279C8;
    }

.kj-productitem-img {
    padding-top: 16px;
    padding-bottom: 16px;
}

.kj-proitem-goods {
    border-top: 1px solid #eeeeee;
    margin-top: 10px;
}
/*end*/
/*产品过滤项*/
.kj-filter-col {
    margin-bottom: 20px;
}

.kj-product-fliter {
    border: 1px solid #dddddd;
    padding: 10px;
    padding-bottom: 0px;
}

    .kj-product-fliter dl {
        margin-bottom: 0px;
    }

    .kj-product-fliter dt {
        width: 60px;
        font-weight: normal;
        float: left;
        line-height: 30px;
        color: #666666;
    }

    .kj-product-fliter dd {
        margin-left: 70px;
        height: 40px;
        overflow: hidden;
    }

        .kj-product-fliter dd a {
            padding-left: 10px;
            line-height: 30px;
            padding-right: 10px;
            display: inline-block;
            margin-bottom: 10px;
        }

            .kj-product-fliter dd a.active {
                background-color: #83baf0;
                color: #fff;
            }

        .kj-product-fliter dd .viewmore {
            float: right;
            color: #2279C8;
        }
/*end*/

/*产品详情*/

.kj-productgoodsinfo-table {
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

    .kj-productgoodsinfo-table th {
        white-space: nowrap;
        vertical-align: middle !important;
    }

    .kj-productgoodsinfo-table td {
        vertical-align: middle !important;
    }

.kj-pinfo-favbox {
    padding-top: 10px;
    padding-bottom: 10px;
}

.kj-pinfo-image-col {
    padding-left: 0px;
}

.pinfo-detail-title-header {
    padding-bottom: 15px;
}

.kj-pinfo-subinfo {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dddddd;
}

.kj-pinfo-btn-bar {
    padding-top: 15px;
    padding-bottom: 15px;
}

.kj-pi-spantitle {
    color: #999999;
}

.kj-pinfo-subi-col {
    padding-top: 8px;
    padding-bottom: 8px;
}

.kj-pro-list-item a {
    color: #666666;
}

.kj-pro-list-item .kj-pro-list-item-img {

    height: 170px;
    overflow:hidden;
}

    .kj-pro-list-item .kj-pro-list-item-img a {
        display:block;
        line-height:170px;
        vertical-align: middle;
        text-align: center;
    }

    .kj-pro-list-item .kj-pro-list-item-img img {
        max-width:95%;
        max-height:170px;
    }

.kj-pro-list-item .kj-pro-list-item-summary {
    padding: 0px 10px 10px 10px;
}

.kj-pro-list-item-name {
    height: 55px;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    border-top: 1px solid #e5e5e5;
}

.kj-pro-list-item-cas {
    height: 20px;
}

#relproduct-swiper-container .swiper-wrapper .swiper-slide {
    height: 260px;
    border: 1px solid #dddddd;
    background-color: #fff;
    transition: all 0.5s ease 0s;
}

    #relproduct-swiper-container .swiper-wrapper .swiper-slide:hover {
        box-shadow: 0px 0px 10px rgba(100,100,100,.5);
    }

.swiper-button-prev-newproduct {
    left: -28px;
    background-image: none;
}

    .swiper-button-prev-newproduct:after {
        content: "\f104";
        font: normal normal normal 48px/1 FontAwesome !important;
        color: #c2dce9;
    }

.swiper-button-next-newproduct {
    right: -35px;
    background-image: none;
}

    .swiper-button-next-newproduct:after {
        content: "\f105";
        font: normal normal normal 48px/1 FontAwesome !important;
        color: #c2dce9;
    }

.kj-pinfo-btn-bar button {
    border-radius: 20px;
    background-color:#eeeeee;
}

.kj-pinfo-favbox i.fa-heart {
    color: red;
}

.pinfo-buyinfobox {
    padding-top: 15px;
    padding-bottom: 15px;
}

    .pinfo-buyinfobox dl {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 0px;
        font-size: 15px;
    }

    .pinfo-buyinfobox dt {
        font-weight: normal;
        color: #999999;
        width: 80px;
        float: left;
    }

    .pinfo-buyinfobox dd {
        margin-left: 100px;
    }

    .pinfo-buyinfobox .kj-pre-price {
        font-size: 20px;
    }

.kj-buybox-btnbox {
    padding-top: 15px;
    padding-bottom: 15px;
}

    .kj-buybox-btnbox button {
        height: 40px;
        width: 180px;
        background: none;
        margin-right: 10px;
    }

    .kj-buybox-btnbox .kj-btn-buynow {
        border: 1px solid #00b98a;
        color: #00b98a;
        font-size: 17px;
        background-color: #fff;
    }

    .kj-buybox-btnbox .kj-btn-addtocart {
        border: 1px solid #2279C8;
        color: #fff;
        font-size: 17px;
        background-color: #2279C8;
    }

.kj-pinfo-image-swiper-button-next {
    background-color: rgba(100,100,100,.5);
    background-size: 60%;
}

.kj-pinfo-image-swiper-button-prev {
    background-color: rgba(100,100,100,.5);
    background-size: 60%;
}
/*end*/

/*文章列表*/
.kj-newslist-box, .kj-newslist-box li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    .kj-newslist-box li {
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #dddddd;
    }

        .kj-newslist-box li:before {
            content: "\f105";
            font: normal normal normal 18px/1 FontAwesome;
        }

/*end*/
.product-nav-list {
    border: 1px solid #e5e5e5;
    overflow: hidden;
}

.li-clear {
    clear: both;
    line-height: 30px;
    border-bottom: 1px dashed #e5e5e5;
}

.product-nav-list > ul > li:first-child {
    border-bottom: none;
}

.li-left {
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}

    .li-left:active {
        background-color: #2279C8;
    }

.li-right {
    float: right;
    padding-right: 20px;
}

    .li-right > a {
        color: #2279C8;
    }

.turn-page {
    text-align: center;
}


.product-num {
    width: 32px;
    text-align: center;
}
/*产品试剂*/
.kj-product {
    padding: 20px;
    margin-top: 20px;
    border: 1px solid #d9d9d9;
}

    .kj-product span {
        margin-right: 20px;
        color: #333333;
    }

.kj-product {
    color: #999999;
}

.product-pname {
    line-height: 30px;
}

.product-name {
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    line-height: 40px;
}


@media(max-width:1200px) {
    .kj-navbar .navbar-nav > li > a {
        padding-left: 35px;
        padding-right: 35px;
    }

    .kj-product-class .kj-idx-pro-item-col:nth-last-child(1), .kj-product-class .kj-idx-pro-item-col:nth-last-child(2) {
        display: none;
    }
}

@media(max-width:992px) {
    .kj-navbar .navbar-nav > li > a {
        padding-left: 20px;
        padding-right: 20px;
    }

    .kj-product-nav > ul > li > a {
        margin-left: 24px;
    }

    .kj-product-class .kj-idx-pro-item-col:nth-last-child(1),
    .kj-product-class .kj-idx-pro-item-col:nth-last-child(2),
    .kj-product-class .kj-idx-pro-item-col:nth-last-child(3),
    .kj-product-class .kj-idx-pro-item-col:nth-last-child(4) {
        display: none;
    }
}

@media(max-width:768px) {

    .kj-index-floor-headtitle {
        padding-left: 15px;
    }

    .kj-logo-area-row {
        height: 50px;
    }

    .kj-navbar .container, .kj-navbar .navbar-collapse {
        padding-left: 15px;
        padding-right: 15px;
    }

    .kj-navbar {
        background-color: #fff;
        color: #333;
    }

    .navbar-toggle {
        margin-right: 0px;
    }

        .navbar-toggle .icon-bar {
            background-color: #333;
        }

    .kj-navbar .navbar-nav > li > a {
        color: #333;
    }

    .kj-promenu-dropdown > a {
        color: #ffffff;
    }

    .kj-product-nav {
        text-align: left;
    }

        .kj-product-nav > ul > li > a {
            margin-left: 0px;
            margin-right: 25px;
        }

    .kj-search-form-box {
        padding-left: 0px;
        padding-right: 0px;
    }

    .btn-search-toggle {
        float: right;
        margin-top: 9px;
        background-color: transparent;
    }

    .kj-navbar-brand {
        padding: 5px 10px;
    }

    .kj-footer-nav-wx {
        text-align: center;
        padding-top: 20px;
    }

    .bottom-nav > ul > li {
        border-bottom: 1px solid #dddddd;
    }

        .bottom-nav > ul > li > a {
            padding-top: 10px;
            padding-bottom: 10px;
            display: block;
        }

        .bottom-nav > ul > li ul {
            display: none;
            padding-top: 5px;
            padding-bottom: 15px;
        }

        .bottom-nav > ul > li > a:active ul {
            display: block;
        }

    .kj-page-content-body {
        padding-left: 0px;
    }

    .kj-product-fliter {
        border-width: 1px 0px 1px 0px;
    }

    .breadcrumb > li {
        font-size: 12px;
    }

    .kj-pinfo-image-col {
        padding-left: 0px;
        padding-right: 0px;
    }

    .swiper-button-prev-newproduct {
        display: none;
    }



    .swiper-button-next-newproduct {
        display: none;
    }

    .kj-pinfo-favbox {
        text-align: center;
    }

    .pinfo-detail-col {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .kj-pinfo-btn-bar {
        text-align: center;
        padding-bottom: 0px;
    }

        .kj-pinfo-btn-bar button {
            margin-bottom: 10px;
        }

    .pinfo-detail-col {
        padding-bottom: 0px;
    }

    .kj-buybox-btnbox {
        text-align:center;
    }

        .kj-buybox-btnbox button {
            height: 40px;
            width: 150px;
        }
}

@media(min-width:768px) {


    .kj-logo-area.collapse, .footer-row ul.collapse {
        display: block;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
}
