﻿body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: 'OpenSans','Myriad Pro','Verdana','PingFangSC-Light','Hiragino Sans GB','Microsoft YaHei';
}

.c {
    overflow: hidden;
}

.l {
    float: left;
}

.r {
    float: right;
}

a {
    text-decoration: none;
    color: rgb(102,102,102);
}

    a:focus,
    a:hover {
        color: #E63E89;
        text-decoration: none;
    }

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.red {
    color: #E63E89;
}

@media(min-width:1100px) {

    .container {
        width: 1100px !important;
        margin: 0 auto;
        padding: 0;
    }
}
/*top*/
.kj_top {
    height: 32px;
    line-height: 32px;
    font-size: 13px;
    background-color: #F3F3F3;
    color: #666;
}

.kj_top_inner a {
    padding: 0 10px;
    color: #666;
}
/*head*/
.kj_header {
    height: 100px;
}

.kj_hd_logo {
    margin-top: 20px;
}

.kj_hd_search {
    margin-top: 35px;
}

.kj_hds_search {
    margin-right: 5px;
}

    .kj_hds_search input {
        height: 35px;
        border: 1px solid #E63E89;
        width: 380px;
        float: left;
        text-indent: 10px;
    }

    .kj_hds_search button {
        border-radius: 0;
        border: 0;
        height: 35px;
        line-height: 35px;
        text-align: center;
        padding: 0 20px;
        background-color: #E63E89;
        color: #fff;
        font-weight: bold;
        margin-left: -1px;
        float: left;
    }

        .kj_hds_search button i {
            font-size: 20px;
            color: #fff;
        }

.kj_hd_shopcart a {
    display: block;
    position: relative;
    width: 150px;
    height: 35px;
    line-height: 35px;
    border: 1px solid rgb(208,208,208);
    text-align: center;
    color: #E63E89;
}

.kj_jkgujf {
    /*height: 200px;*/
    border-radius: 5px;
    /*height: 200px;
    width: 1100px !important;*/
    margin: 0 auto;
    margin-top: 20px;
    /*padding: 20px;*/
    max-width:100%;
    max-height:100%;
}

.kj_hd_shopcart a sup {
    position: absolute;
    top: 2px;
    right: 10px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    line-height: 16px;
    text-align: center;
    background-color: #E63E89;
    color: #fff;
    display: block !important;
}

.kj_hd_contact {
    margin-top: 30px;
    padding: 0 10px;
    color: #4DCCA3;
}

    .kj_hd_contact i {
        font-size: 30px;
        margin-right: 10px;
        color: #43227E;
        vertical-align: top;
    }

    .kj_hd_contact span {
        display: inline-block;
        font-size: 16px;
        color: #43227E;
        max-width: 120px;
        overflow: hidden;
        white-space: nowrap;
    }

.kj_nav_inner > li:first-child {
    /* background-color: #8ec21f;*/
}

    .kj_nav_inner > li:first-child > a {
        /*color: #fff;*/
    }
/*nav*/
.kj_nav {
    height: 35px;
    font-size: 16px;
    border-bottom: 2px solid #43227E;
}

.kj_nav_inner > li {
    position: relative;
    float: left;
}

    .kj_nav_inner > li > a {
        display: inline-block;
        height: 35px;
        line-height: 35px;
        padding: 0 25px;
        color: rgb(51,51,51);
    }

        .kj_nav_inner > li.active > a,
        .kj_nav_inner > li > a:hover {
            color: #E63E89;
        }

    .kj_nav_inner > li:first-child > a {
        /*width: 220px;*/
        padding-left: 0;
    }

        .kj_nav_inner > li:first-child > a i {
            margin-right: 10px;
            color: #da0000;
        }

    .kj_nav_inner > li > ul {
        position: absolute;
        z-index: 99;
        background-color: #43227E;
        width: 220px;
        /*height: 342px;*/
        padding: 7px 0;
        display: none;
    }

        .kj_nav_inner > li > ul > li {
            padding: 5px 10px;
            text-indent: 15px;
            background-color: #43227E;
            border-bottom: 1px dashed #9174c4;
            position: relative;
        }

            .kj_nav_inner > li > ul > li:last-child {
                border-bottom: 0;
            }

            .kj_nav_inner > li > ul > li > a {
                font-size: 14px;
                font-weight: bold;
                color: #fff;
            }

                .kj_nav_inner > li > ul > li > a:hover {
                    color: #E63E89;
                }

ul.kj_pc_list1 > li {
    color: #fff;
    height: 22px;
    overflow: hidden;
}

    ul.kj_pc_list1 > li > a {
        font-size: 12px;
        color: #fff;
        padding: 0 2px;
    }

        ul.kj_pc_list1 > li > a:hover {
            color: #E63E89;
        }

.kj_nav_inner > li ul.kj_pc_list4 {
    position: absolute;
    top: -7px;
    left: 220px;
    width: 880px;
    min-height: 200px;
    padding: 20px 27px;
    border: 1px solid #43227E;
    background: #fff;
    z-index: 10;
    display: none;
}

    .kj_nav_inner > li ul.kj_pc_list4 .sub_dl {
        overflow: hidden;
        width: 100%;
        float: left;
        border-bottom: 1px solid rgb(229, 229, 229);
        margin-bottom: 10px;
    }

    .kj_nav_inner > li ul.kj_pc_list4 .sub_dt {
        float: left;
        font-weight: bold;
        padding-top: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
        padding-left: 0;
        line-height: 24px;
        width: 200px;
        text-align: right;
    }

        .kj_nav_inner > li ul.kj_pc_list4 .sub_dt > a {
            margin-right: 5px;
        }

        .kj_nav_inner > li ul.kj_pc_list4 .sub_dt a {
            font-weight: bold;
            font-size: 14px;
        }

    .kj_nav_inner > li ul.kj_pc_list4 .sub_dd {
        float: left;
        padding: 5px;
        line-height: 24px;
        text-align: justify;
    }

    .kj_nav_inner > li ul.kj_pc_list4 a.lk_4 {
        padding: 0 9px;
        line-height: 24px;
        color: rgb(102,102,102) !important;
        border-left: 1px solid rgb(221,221,221);
    }

        .kj_nav_inner > li ul.kj_pc_list4 a.lk_4:hover {
            color: #E63E89 !important;
        }
/*banner*/
.carousel-indicators {
    left: 260px;
}

    .carousel-indicators li {
        background-color: #fff;
    }

    .carousel-indicators .active {
        border: 2px solid #E63E89;
    }

.left,
.right {
    display: none;
}
/*box*/
.kj_box {
    margin-top: 25px;
    border: 2px solid rgb(230,230,230);
    padding: 10px 5px;
}

.kj_box_left {
    float: left;
    width: 150px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #E63E89;
    border-right: 1px solid rgb(214,214,214);
}

    .kj_box_left img {
        margin-top: -10px;
        margin-right: 10px;
    }

.kj_box_right {
    float: left;
    width: 920px;
    height: 60px;
    line-height: 60px;
}

    .kj_box_right ul {
        width: 5000px;
        position: relative;
        left: 0;
    }

    .kj_box_right li {
        float: left;
        list-style: disc;
        margin-left: 50px;
    }

        .kj_box_right li a {
            display: inline-block;
            height: 36px;
            line-height: 40px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            max-width: 320px;
            vertical-align: middle;
        }
/*product*/
.kj_product {
    margin-top: 25px;
}

.kj_product_inner li > div {
    border-bottom: 5px solid #f5f5f5;
}

    .kj_product_inner li > div:hover {
        border-bottom: 5px solid #E63E89;
    }

    .kj_product_inner li > div > a {
        display: block;
        text-align: center;
    }

        .kj_product_inner li > div > a img {
            max-height: 100%;
            max-width: 100%;
        }

    .kj_product_inner li > div > p {
        height: 60px;
        line-height: 60px;
        margin: 0;
        padding: 0 15px;
        font-size: 20px;
        color: rgb(51,51,51);
    }

        .kj_product_inner li > div > p a i {
            font-size: 30px;
            font-weight: bold;
            color: rgb(154,154,154);
        }

        .kj_product_inner li > div > p a:hover i {
            color: #E63E89;
        }

.kj-productinfo-summaryrow1 {
    width: 64%;
}
/*service*/
.kj_service {
    margin-top: 25px;
}

.kj_service_title {
    height: 40px;
    line-height: 10px;
    color: rgb(51,51,51);
    font-size: 25px;
    text-align: center;
    margin: 30px auto;
}

.kj_service_inner li {
    border: 1px solid rgb(236,236,236);
    border-top: 2px solid rgb(105,182,67);
    text-align: center;
    float: left;
    padding-bottom: 30px;
    width: 18%;
    margin-right: 13px;
    margin-bottom: 15px;
    background-color: #fff;
}

    .kj_service_inner li:first-child {
        margin-left: 0;
        border-top: 1px solid #E63935;
    }

    .kj_service_inner li:nth-child(2) {
        border-top: 1px solid #2196F3;
    }

    .kj_service_inner li:nth-child(3) {
        border-top: 1px solid #D934E1;
    }

    .kj_service_inner li:nth-child(4) {
        border-top: 1px solid #00C1A6;
    }

    .kj_service_inner li:nth-child(5) {
        border-top: 1px solid #FFAB14;
    }

    .kj_service_inner li:last-child {
        margin-right: 0px;
    }

    .kj_service_inner li > a {
        display: block;
        height: 100px;
        line-height: 100px;
        text-align: center;
    }

        .kj_service_inner li > a img {
            max-height: 80px;
            max-width: 100%;
        }

    .kj_service_inner li > p {
        margin-top: 20px;
        font-size: 16px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .kj_service_inner li > p a {
            color: rgb(51,51,51);
        }

            .kj_service_inner li > p a:hover {
                color: #E63E89;
            }

    .kj_service_inner li > span {
        color: rgb(102,102,102);
        display: block;
        height: 20px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding: 0 5px;
        text-align: center;
    }
/*bottom*/
.kj_bottom {
    margin-top: 45px;
    border-top: 2px solid rgb(228,228,228);
}

.kj-footer-itembox {
    height: 120px;
    padding-top: 40px;
    padding-bottom: 20px;
}

.kj_foottop {
    background-color: #25183b;
    border-top: 5px solid #E63E89;
    margin-top: 20px;
}

.kj-footer-itembox > li {
    margin: 0;
    padding: 0;
    font-size: 16px;
}

.kj_bottom_message {
    border-top: 1px solid #35274e;
    padding-top: 20px;
}

.kj_foot {
    border-top: 1px solid #35274e;
}

.kj-footer-itembox > li > p {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    margin-left: 10px;
    font-size: 20px;
    color: rgb(51,51,51);
}
/*footer*/
.kj_footer {
    background-color: #25183b;
    padding-bottom: 20px;
}

.kj-footer-col dt {
    font-size: 16px;
    font-weight: bold;
    color: #ccc;
}

    .kj-footer-col dt img {
        margin-right: 10px;
    }

.kj-footer-col dd {
    margin-top: 10px;
}

    .kj-footer-col dd ul li {
        line-height: 24px;
    }

        .kj-footer-col dd ul li a {
            font-size: 12px;
            color: #ccc;
            font-weight: 100;
        }

.kj_code > p {
    margin-top: 10px;
    color: #9A9B9D;
}
/*foot*/
.kj_foot {
    padding-bottom: 30px;
    background-color: #25183b;
    text-align: center;
    padding-top: 10px;
}

    .kj_foot .kj_foot_inner {
        margin-top: -20px;
    }

.kj_foot_inner span {
    color: #ccc;
    font-size: 12px;
    display: block;
    background-color: #25183b;
    width: 542px;
    margin: auto;
}

.kj-phonefooter .navbar-default {
    border-width: 0;
    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;
}

    .kj-phonefooter .nav-tabs a {
        color: #999;
        text-align: center;
    }

        .kj-phonefooter .nav-tabs a:hover,
        .kj-phonefooter .nav-tabs a.active,
        .kj-phonefooter .nav-tabs a.active i {
            color: #E63E89;
        }

        .kj-phonefooter .nav-tabs a i {
            color: #777;
        }

    .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: #E63E89;
        color: #fff;
    }

    .kj-phonefooter .nav-tabs div.kj-addtocart-btn-bottom-col {
        padding: 0;
        margin: 0;
    }
/*fixed*/
.kj-slide-right-bar {
    display: block;
    position: fixed;
    top: 200px;
    right: 6px;
    width: 54px;
    z-index: 9999;
}

    .kj-slide-right-bar ul,
    .kj-slide-right-bar li {
        margin: 0;
        padding: 0;
        list-style: none;
        position: relative;
    }

    .kj-slide-right-bar li {
        background-color: #43227E;
        margin-bottom: 5px;
        height: 54px;
        text-align: center;
        vertical-align: middle;
    }

        .kj-slide-right-bar li p {
            margin: 0;
        }

        .kj-slide-right-bar li > a {
            display: block;
            color: #fff;
            text-align: center;
            text-decoration: none;
        }

            .kj-slide-right-bar li > a > i {
                font-size: 24px;
                display: inline-block;
                margin-top: 10px;
            }

            .kj-slide-right-bar li > a > span {
                display: block;
                text-align: center;
                font-size: 12px;
            }

        .kj-slide-right-bar li > div {
            position: absolute;
            min-width: 150px;
            text-align: left;
            padding: 10px;
            top: 0;
            right: 54px;
            z-index: 9999;
            border: 1px solid #ddd;
            background-color: #fff;
            display: none;
        }

        .kj-slide-right-bar li:hover {
            background-color: #E63E89;
        }

            .kj-slide-right-bar li:hover > div {
                display: block;
            }
/*pages*/
.kj-mainarea {
    margin-top: 20px;
}

.breadcrumb {
    background-color: #fff;
}

.kj-item-news-list .list-group-item:hover,
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    background-color: #43227E;
    border-color: #43227E;
}

    .kj-item-news-list .list-group-item:hover a,
    .list-group-item.active a,
    .list-group-item.active:hover a,
    .list-group-item.active:focus a {
        color: #fff;
    }

.kj_flink > li {
    width: 20%;
    padding: 0 10px;
    float: left;
    margin-bottom: 20px;
}

    .kj_flink > li > div {
        border: 1px solid #ddd;
        text-align: center;
    }

        .kj_flink > li > div a {
            display: block;
            max-width: 100%;
            margin: 20px auto;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

            .kj_flink > li > div a:first-child {
                height: 110px;
                line-height: 110px;
            }

            .kj_flink > li > div a img {
                max-width: 100%;
                max-height: 110px;
            }
/*news_info*/
.kj-main-articleinfo-title,
.kj-article-time {
    text-align: center;
}
/*product_yemian*/
#ShopCartBox {
    display: none !important;
}

.kj_products_message .table td a {
    color: #43227E;
}

    .kj_products_message .table td a:hover {
        color: #E63E89;
    }

.table-striped > thead > tr {
    background-color: #43227E;
}

    .table-striped > thead > tr td {
        color: #fff;
    }

.table-striped > tbody > tr {
    background-color: #edecf8;
}

.kj_products_message > .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #fff;
}

.kj-productinfo-fliter dd {
    border-bottom: 1px solid #efefef;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 80px;
    line-height: 35px;
}

.kj-productinfo-fliter dt {
    border-bottom: 0px solid #f8f8f8;
    width: 60px;
    line-height: 35px;
    padding-top: 10px;
    padding-bottom: 0px;
    float: left;
}

.kj-productinfo-fliter dd a {
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #ffffff;
    margin-right: 10px;
    display: inline-block;
    position: relative;
    margin-top: 2px;
}

    .kj-productinfo-fliter dd a:hover {
        border-color: #ff6600;
        color: #ff6600;
    }

    .kj-productinfo-fliter dd a.disable {
        color: #cccccc;
        cursor: not-allowed;
        border: 1px dashed #dddddd;
    }

        .kj-productinfo-fliter dd a.disable:hover {
            border: 1px dashed #dddddd;
            color: #cccccc;
        }

    .kj-productinfo-fliter dd a.active {
        border-color: red;
        color: red;
    }

        .kj-productinfo-fliter dd a.active:before {
            content: "";
            position: absolute;
            right: 0px;
            top: 0px;
            text-align: center;
            width: 0px;
            height: 0px;
            border-top: 20px solid red;
            border-left: 20px solid transparent;
            font: normal normal normal 12px/1 FontAwesome;
        }

        .kj-productinfo-fliter dd a.active::after {
            content: "\f00c";
            color: #ffffff;
            position: absolute;
            right: 1px;
            top: 0px;
            text-align: center;
            width: 10px;
            height: 10px;
            font: normal normal normal 12px/1 FontAwesome;
        }

.kj-pro-num-box {
    position: relative;
    width: 112px;
    height: 37px;
    border: 1px solid #dddddd;
    text-align: center;
}

    .kj-pro-num-box button {
        width: 35px;
        height: 35px;
        background-color: #ffffff;
        position: absolute;
        margin: 0px;
        padding: 0px;
        top: 0px;
        border: 0;
    }

        .kj-pro-num-box button:hover {
            background-color: #f8f8f8;
        }

    .kj-pro-num-box .kj-pro-num-minus {
        left: 0px;
    }

    .kj-pro-num-box .kj-pro-num-plus {
        right: 0px;
    }

    .kj-pro-num-box input {
        width: 40px;
        height: 35px;
        margin: 0px;
        padding: 0px;
        text-align: center;
        border: 0;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }

.kj-pro-num-box-min {
    height: 27px;
    width: 85px;
    margin: 0px auto;
}

    .kj-pro-num-box-min button {
        width: 25px;
        height: 25px;
    }

    .kj-pro-num-box-min input {
        height: 25px;
        width: 30px;
    }

.tab-pane {
    padding-top: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    border-top: 0;
    border-bottom: 1px dashed #ddd;
    text-align: center;
}

.kj_product_shopcart {
    outline: 0;
    border: 0;
    background-color: transparent;
}

    .kj_product_shopcart .fa-cart-plus {
        font-size: 1.5em;
        color: #E63E89;
    }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #43227E;
    border-color: #43227E;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus,
.pagination-lg > li > a,
.pagination-lg > li > span {
    color: #43227E;
}

.kj-product-item .kj_product_goodlist table tbody tr:first-child {
    display: none;
}
/*product_info*/

.kj-productinfo-summaryrow1 .image_box .box {
    width: 100%;
}

.kj-productinfo-summaryrow1 .image_box .tb-booth {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 240px;
}

.kj-productinfo-summaryrow1 .image_box .tb-pic div.box_in {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

    .kj-productinfo-summaryrow1 .image_box .tb-pic div.box_in img {
        vertical-align: middle;
        max-width: 100%;
        max-height: 100%;
    }

.kj-productinfo-summaryrow1 .image_box .tb-thumb {
    margin: 12px 0 0;
    overflow: hidden;
}

    .kj-productinfo-summaryrow1 .image_box .tb-thumb li {
        background: #dddddd;
        float: left;
        height: 50px;
        width: 50px;
        margin: 0 6px 0 0;
        overflow: hidden;
        padding: 2px;
    }

.kj-productinfo-summaryrow1 .image_box .tb-s40, .tb-s40 a {
    height: 46px;
    width: 46px;
}

    .kj-productinfo-summaryrow1 .image_box .tb-s40, .tb-s40 a img {
        max-width: 100%;
        max-height: 100%;
    }

.kj-productinfo-summaryrow1 .image_box .tb-thumb .tb-selected {
    background: #e83241;
}

    .kj-productinfo-summaryrow1 .image_box .tb-thumb .tb-selected div {
        background-color: #FFFFFF;
        border: medium none;
    }

div.zoomDiv {
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
    background: #ffffff;
    border: 1px solid #CCCCCC;
    display: none;
    text-align: center;
    overflow: hidden;
}

div.zoomMask {
    position: absolute;
    background: url("../images/mask.png") repeat scroll 0 0 transparent;
    cursor: move;
    z-index: 1;
}

.productInfo strong {
    margin-right: 10px;
}
.productInfo h1 {
    margin-right: 10px;
    font-size:18px;
    font-weight:bold;
}
.kj-product-content h2.title {
     margin-right: 10px;
    font-size: 14px;
    font-weight: bold;
    color:#333;
    line-height:20px;
}
.productInfo .bm_box {
    margin-top: 5px;
    font-size: 12px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

    .productInfo .bm_box:hover {
        -webkit-line-clamp: initial;
    }

.kj-productcontent > table {
    width: 100%;
    border-collapse: collapse;
}

.tab-content table th,
.tab-content table td {
    min-height: 40px;
    font-size: 14px;
    padding: 5px 10px;
    line-height: 28px;
    border-bottom: 1px dashed #ddd;
}

    .tab-content table th pre,
    .tab-content table td pre {
        padding: 0;
        background: none;
        border: 0;
        line-height: 28px;
		white-space:normal;
		word-break:break-word;
        font-family: 'OpenSans','Myriad Pro','Verdana','PingFangSC-Light','Hiragino Sans GB','Microsoft YaHei' !important;
    }

    .tab-content table th p,
    .tab-content table td p {
        font-size: 14px !important;
        line-height: 28px !important;
        color: #333 !important;
    }

    .tab-content table td img {
        max-width: 100%;
    }

    .tab-content table th p span,
    .tab-content table td p span {
        font-size: 14px !important;
        line-height: 28px !important;
        color: #333 !important;
        font-family: 'OpenSans','Myriad Pro','Verdana','PingFangSC-Light','Hiragino Sans GB','Microsoft YaHei' !important;
    }

    .tab-content table th pre span,
    .tab-content table td pre span {
        font-size: 14px !important;
        line-height: 28px !important;
        color: #333 !important;
        font-family: 'OpenSans','Myriad Pro','Verdana','PingFangSC-Light','Hiragino Sans GB','Microsoft YaHei' !important;
    }

    .tab-content table th p em,
    .tab-content table td p em {
        font-size: 14px !important;
        line-height: 28px !important;
        color: #333 !important;
        font-family: 'OpenSans','Myriad Pro','Verdana','PingFangSC-Light','Hiragino Sans GB','Microsoft YaHei' !important;
    }

    .tab-content table th p i,
    .tab-content table td p i {
        font-size: 14px !important;
        line-height: 28px !important;
        color: #333 !important;
        font-family: 'OpenSans','Myriad Pro','Verdana','PingFangSC-Light','Hiragino Sans GB','Microsoft YaHei' !important;
    }

    .tab-content table td a {
        background-color: #43227E;
        padding: 2px 7px 2px 5px;
        color: #fff;
        border-radius: 3px;
    }

        .tab-content table td a:hover {
            background-color: #0168b7;
        }
.MsoTableGrid tbody tr:nth-child(1) td p.MsoBodyText span{
    color:#fff !important;
}

.productOverViewInfo th,
.productOverViewInfo td {
    padding: 5px;
    font-size: 12px;
}

.blukquote_dialog .formcom-ipt, .userlogn_from .formcom-ipt {
    width: 97%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.blukquote_dialog .formcom-area, .userlogn_from .formcom-area {
    width: 97%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.blukquote_dialog .form-vcodebox, .userlogn_from .form-vcodebox {
    float: right;
}

.blukquote_dialog .formcom-vcode, .userlogn_from .formcom-vcode {
    width: 30%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.kj-product-sheet .kj-product-item .thumbnail {
    border-width: 1px;
    border-radius: 0px;
    padding: 0px;
}

.kj-product-sheet .kj-product-item .caption {
    background-color: #f8f8f8;
}

.kj-relproduct-sheet .kj-product-item h3 {
    max-width: 245px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    line-height: 25px;
    padding: 0px;
    margin: 0;
}

.kj-pricebox {
    min-height: 25px;
    line-height: 25px;
    color: #999;
}

.kj-price-box .kj-price {
    color: red;
    font-size: 30px;
}

.title-h3 {
    line-height: 50px;
    padding-top: 20px;
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    color: #666;
    font-weight: bold;
}

/*登录弹窗样式*/
#RegUserLoginBox .userlogn_from .formcom-ipt {
    width: 90%;
}

#RegUserLoginBox .userlogn_from .login-options-div,
#RegUserLoginBox .userlogn_from .login-regnow-href {
    display: none;
}

#RegUserLoginBox .userlogn_from .userloginbtn {
    display: block;
    color: #ffffff;
    border-radius: 3px;
    background-color: #E63E89;
    border: 0px;
    font-size: 16px;
    text-align: center;
    height: 30px;
    width: 90%;
}

.kj_banner.container {
    width: 100% !important;
}

    .kj_banner.container .carousel {
        height: 460px;
        background: #f1f1f1;
    }
/*end*/

/*左侧产品分类*/

.kj-left-procatamenu li {
    position: relative;
}

    .kj-left-procatamenu li a {
        display: block;
        padding-left: 10px;
        padding-right: 10px;
        line-height: 40px;
        border-bottom: 1px solid #dddddd;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .kj-left-procatamenu li:hover > a {
        background-color: #43227E;
        color: #fff;
    }

    .kj-left-procatamenu li.dropdown:hover > .dropdown-menu {
        display: block;
    }

.kj-left-procatamenu .caret {
    position: absolute;
    right: 10px;
    top: 18px;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg); /* IE 9 */
    -moz-transform: rotate(-90deg); /* Firefox */
    -webkit-transform: rotate(-90deg); /* Safari 和 Chrome */
    -o-transform: rotate(-90deg);
}

.kj-left-procatamenu .dropdown-menu {
    position: absolute;
    left: 100%;
    top: 0px;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

.kj-reproduct-table table {
    margin: 0;
    border: 1px solid #000
}

    .kj-reproduct-table table thead tr th {
        text-align: center;
        border-right: 1px solid #000;
        border-bottom: 1px solid #000;
        color: #fff;
        background: #7030a0;
        vertical-align: middle;
    }

    .kj-reproduct-table table tbody tr td {
        text-align: center;
        border-right: 1px solid #000;
        border-bottom: 1px solid #000;
        color: #333;
        font-size: 12px;
        line-height: 20px;
        transition: all 0.2s linear 0s;
    }

        .kj-reproduct-table table tbody tr td a {
            color: #333;
        }

            .kj-reproduct-table table tbody tr td a:hover {
                color: #E63E89;
                text-decoration: underline;
            }

    .kj-reproduct-table table tbody tr:hover td {
        background: #daeef3;
    }

@media (max-width: 1200px) {
    .kj_hds_search input {
        width: 320px;
    }

    .kj_hd_shopcart a {
        width: 140px;
    }

    .kj_hd_contact {
        padding: 0;
        margin-top: 35px;
    }

        .kj_hd_contact i {
            font-size: 26px;
        }

    .kj_nav_inner > li > a {
        padding: 0 25px;
    }

    .kj_nav_inner > li ul.kj_pc_list4 {
        width: 750px;
    }

    .kj_box_right {
        width: 800px;
    }

    .kj_service_inner li {
        width: 18%;
    }

    .kj_nav_inner > li > ul {
        width: 100%;
    }
}

@media (max-width: 992px) {

    .kj_banner,
    .kj_jkgujf_banner {
        margin-top: 110px;
    }

    .carousel-indicators {
        left: 50%;
    }

    .kj_box_right {
        width: 580px;
    }

    .kj_service {
        margin-bottom: 60px;
    }

    #mobilesearchbox .input-group {
        width: 660px;
    }

    .kj_service_inner li:nth-child(3) {
        margin-right: 0px;
    }

    .kj_service_inner li:nth-child(2) {
        margin-right: 13px;
    }

    .nav2 {
        display: none;
    }
    /*pages*/
    .kj_flink {
        margin-bottom: 60px;
    }

        .kj_flink > li {
            width: 33%;
        }

    .kj_service_inner li {
        width: 32%;
    }
}

@media (max-width: 768px) {
    .kj-main-article img {
        max-width: 100% !important;
        height: auto !important;
    }

    .kj_jkgujf {
        height: 62px;
        background-size: cover;
    }

    .kj_banner,
    .kj_jkgujf_banner {
        margin-top: 60px;
    }

    .kj_box_left {
        width: 115px;
    }

    .kj_box_right {
        width: 200px;
    }

        .kj_box_right li {
            margin-left: 20px;
        }

    .kj_product_inner > li {
        margin-bottom: 20px;
        padding: 0;
    }

    .kj_service_inner li {
        width: 50%;
        margin-left: 0;
        margin-bottom: 15px;
        margin-right: 0px;
    }

        .kj_service_inner li:nth-child(2) {
            margin-right: 0px;
        }

        .kj_service_inner li:nth-child(3) {
            margin-right: 0px;
        }
    /*pages*/
    .kj_flink > li {
        width: 50%;
    }

    .kj-proin-addfovor {
        margin-left: 220px;
        display: block;
    }

    .kj-productinfo-summaryrow1 {
        width: 100% !important;
    }
    /*news*/
    .kj_news_title {
        display: inline-block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 260px;
    }
    /*product_yemian*/
    .kj-pro-num-box-min {
        margin: 0;
    }
    /* Force table to not be like tables anymore */
    .kj_products_message table,
    .kj_products_message thead,
    .kj_products_message tbody,
    .kj_products_message th,
    .kj_products_message td,
    .kj_products_message tr {
        display: block;
        width: 100%;
    }
        /* Hide table headers (but not display: none;, for accessibility) */
        .kj_products_message thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    .kj_products_message tr {
        border: 1px solid #ccc;
        margin-bottom: 10px;
    }

    .kj_products_message td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 5% !important;
        white-space: normal;
        text-align: left !important;
    }

    #mobilesearchbox {
        position: absolute;
        left: 65px;
        right: 80px;
        top: 0;
        padding: 0;
        border-width: 0;
    }

        #mobilesearchbox .input-group {
            width: auto;
        }
}
/*筛选*/
.filter_box {
    background-color: #eee;
    margin-bottom: 10px;
    padding: 20px 15px;
}

    .filter_box ul {
        display: block;
        width: 100%;
    }

        .filter_box ul li {
            display: flex;
            padding: 12px 0;
        }

            .filter_box ul li:first-child {
                border-top: 0;
            }

            .filter_box ul li label {
                width: 55px;
                font-size: 13px;
                font-weight: normal;
                color: #999999;
                line-height: 24px;
            }

            .filter_box ul li .filter_btn {
                width: calc(100% - 130px);
                display: flex;
                flex-wrap: wrap;
                height: 24px;
                overflow: hidden;
            }

                .filter_box ul li .filter_btn a {
                    height: 24px;
                    line-height: 24px;
                    font-size: 13px;
                    color: #333333;
                    margin-right: 25px;
                }

                    .filter_box ul li .filter_btn a:hover {
                        color: #e60012;
                    }

                    .filter_box ul li .filter_btn a.active {
                        color: #e60012;
                    }

            .filter_box ul li .viewmore {
                width: 70px;
                justify-content: flex-end;
                color: #333;
                line-height: 24px;
                font-size: 12px;
                display: inline-flex;
                align-items: center;
            }

                .filter_box ul li .viewmore i {
                    font-size: 14px;
                    margin-left: 3px;
                }

                .filter_box ul li .viewmore:hover {
                    color: #db0000;
                }

.kj-onshows {
    display: none;
    font-weight: bold;
}
/*新品速递*/
.index_especially_product {
    margin-bottom: 38px;
    margin-top: 80px;
}

    .index_especially_product .title {
        background: #fff;
        height: 44px;
        position: relative;
        margin-bottom: 18px;
    }

        .index_especially_product .title ul {
            display: flex;
            margin-left: 6px;
            padding-top: 4px;
        }

            .index_especially_product .title ul a {
                font-size: 18px;
                color: #333333;
                padding: 0;
                width: 150px;
                text-align: center;
                height: 40px;
                line-height: 40px;
            }

            .index_especially_product .title ul li a:hover, .index_especially_product .title ul li a:focus {
                background: #43227E;
                border-radius: 8px 8px 0 0;
                color: #fff;
            }

            .index_especially_product .title ul .active a {
                color: #fff;
                background: #43227E;
                border-radius: 8px 8px 0 0;
            }

    .index_especially_product .swiper-slide .product_item {
        border: 1px solid #e8e8e8;
        margin-right: 15px;
        width: 100%;
        padding: 0 6px;
        padding-bottom: 15px;
        transition: all 0.2s linear 0s;
        height: 308px;
        background-color: #fff;
    }

        .index_especially_product .swiper-slide .product_item .img_btn {
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 210px;
            padding: 10px 0;
            border-bottom: 1px solid #e8e8e8;
        }

            .index_especially_product .swiper-slide .product_item .img_btn img {
                max-width: 100%;
                max-height: 100%;
            }

        .index_especially_product .swiper-slide .product_item .num_btn {
            padding: 0 6px;
            display: block;
            font-size: 14px;
            color: #E63E89;
            font-weight: bold;
            line-height: 20px;
            margin-top: 12px;
            margin-bottom: 3px;
        }

        .index_especially_product .swiper-slide .product_item .title_btn {
            padding: 0 6px;
            margin-bottom: 3px;
            display: block;
            font-size: 14px;
            color: #333;
            height: 20px;
            line-height: 20px;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .index_especially_product .swiper-slide .product_item .packing_box {
            padding: 0 6px;
            display: flex;
            margin-bottom: 5px;
            font-size: 13px;
            color: #333;
            height: 20px;
            line-height: 20px;
            width: 100%;
            justify-content: space-between;
        }

        .index_especially_product .swiper-slide .product_item .price_box {
            display: flex;
            align-items: flex-end;
            line-height: 24px;
            padding: 0 6px;
        }

            .index_especially_product .swiper-slide .product_item .price_box .new_price {
                font-size: 18px;
                color: #e3150a;
                font-weight: bold;
                margin-right: 10px;
            }

            .index_especially_product .swiper-slide .product_item .price_box .old_price {
                font-size: 12px;
                color: #999999;
                text-decoration: line-through;
            }

        .index_especially_product .swiper-slide .product_item:hover {
            background: #fefefe;
        }

        .index_especially_product .swiper-slide .product_item .title_btn:hover {
            color: #E63E89;
        }

    .index_especially_product .tab-pane {
        position: relative;
    }

        .index_especially_product .tab-pane .swiper-button-next, .index_especially_product .tab-pane .swiper-button-prev {
            color: #6b6063;
            transition: all 0.2s linear 0s;
            top: -43px;
            margin-top: 0;
        }

            .index_especially_product .tab-pane .swiper-button-next:hover, .index_especially_product .tab-pane .swiper-button-prev:hover {
                color: #E63E89;
            }

            .index_especially_product .tab-pane .swiper-button-next:after, .index_especially_product .tab-pane .swiper-button-prev:after {
                font-size: 14px;
                font-weight: bold;
            }

        .index_especially_product .tab-pane .swiper-button-prev {
            left: auto;
            right: 75px;
        }

        .index_especially_product .tab-pane .swiper-button-next {
            right: 55px;
        }

    .index_especially_product .swiper-slide .product_item:hover .img_btn img {
        transform: scale(0.8);
    }

    .index_especially_product .swiper-slide .product_item .img_btn img {
        transition-duration: .3s;
    }

    .index_especially_product .tab-pane {
        padding: 0;
    }

.all_box {
    display: flex;
}

.ad_img {
    margin-right: 10px;
}

.title_header {
    margin-top: 85px;
    font-size: 30px;
    margin-bottom: 40px;
    text-align: center;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}

    .title_header::after {
        content: "";
        display: block;
        width: 35px;
        height: 3px;
        background-color: #E63E89;
        margin: 0 auto;
        margin-top: 10px;
    }

.cxactivityType {
    padding: 2px 8px;
    background: #e50012;
    color: #fff;
    text-align: center;
    border-radius: 8px;
}
.cxactivityBtn {
    background: #F8B30D;
    display: block;
    width: 62px;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
    color: #fff !important;
    margin-top: 8px;
    line-height: 22px;
}
    .cxactivityBtn:hover {
        background: #43227E;
    }
.more_btn {
    display: flex;
    /* width: 165px; */
    /* height: 40px; */
    /* border-radius: 40px; */
    align-items: center;
    justify-content: center;
    font-size: 14px;
    /* color: #fff; */
    /* background-color: #43227E; */
    margin: 0 auto;
    /* margin-top: 40px; */
    position: absolute;
    top: -31px;
    right: 0;
    z-index: 99;
}

    .more_btn:hover {
        background-color: transparent;
        color: #E63E89;
    }

.index_product {
    padding-bottom: 90px;
    padding-top: 1px;
    background-color: #F6F6F6;
}

    .index_product .row {
        margin-left: 0;
        margin-right: -20px;
        margin-top: 10px;
        display: flex;
        flex-wrap: wrap;
    }

    .index_product .col-md-2 {
        width: 20%;
        padding-left: 0;
        padding-right: 20px;
        margin-bottom: 20px;
    }

    .index_product .pro {
        height: 100%;
    }

.pro {
    border-top: 2px solid #E63E89;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0px 5px #F0F0F0;
}

.index_product .col-md-2:nth-child(odd) .pro {
    border-color: #43227E;
}

.pro .enname {
    color: #666;
    margin-top: -2px;
    font-size: 15px;
    text-align: center;
    margin-bottom: 3px;
}

.pro .img {
    height: 195px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #ddd;
}

    .pro .img img {
        max-width: 90%;
        transition-duration: 0.3s;
        max-height: 90%;
    }

.pro .content {
    padding: 10px 14px;
    font-weight: bold;
    color: #666;
    font-size: 12px;
    line-height: 25px;
}

    .pro .content p {
        margin: 0;
    }

    .pro .content a {
        display: block;
        color: #333;
        font-size: 18px;
        font-weight: bold;
    }

.pro:hover {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

    .pro:hover img {
        transform: scale(0.8);
    }

.tab-content table td img {
    max-width: 100%;
}

.kj-reproduct-table table {
    margin: 0;
    border: 1px solid #000
}

    .kj-reproduct-table table thead tr th {
        text-align: center;
        border-right: 1px solid #000;
        border-bottom: 1px solid #000;
        color: #fff;
        background: #7030a0;
        vertical-align: middle;
    }

    .kj-reproduct-table table tbody tr td {
        text-align: center;
        border-right: 1px solid #000;
        border-bottom: 1px solid #000;
        color: #333;
        font-size: 12px;
        line-height: 20px;
        transition: all 0.2s linear 0s;
    }

        .kj-reproduct-table table tbody tr td a {
            color: #333;
        }

            .kj-reproduct-table table tbody tr td a:hover {
                color: #E63E89;
                text-decoration: underline;
            }

    .kj-reproduct-table table tbody tr:hover td {
        background: #daeef3;
    }

.new_left_nav {
    border: 1px solid #eee;
    padding: 5px 0;
}

    .new_left_nav li {
        border-top: 1px dashed #dedede;
    }

        .new_left_nav li:first-child {
            border-top: 0;
        }

        .new_left_nav li > .fat_btn {
            font-size: 14px;
            color: #333;
            line-height: 18px;
            padding: 8px;
            display: flex;
            align-items: flex-start;
            padding-left: 20px !important;
            position: relative;
        }

            .new_left_nav li > .fat_btn i {
                display: none;
            }

            .new_left_nav li > .fat_btn:before {
                content: "";
                width: 3px;
                height: 100%;
                background: #E63E89;
                position: absolute;
                top: 0;
                left: 0;
                display: none;
            }
        /*.new_left_nav li > .fat_btn i:before{content:"+";font-size:20px;color:#999;width:22px;display:inline-block;line-height:14px;}
.new_left_nav li > .fat_btn[aria-expanded="true"] i:before{content:"-";font-size:26px;}*/
        .new_left_nav li:hover > .fat_btn {
            color: #E63E89;
            background: #f1f1f1;
        }

            .new_left_nav li:hover > .fat_btn:before {
                display: block;
            }

        .new_left_nav li > .fat_btn.active {
            color: #E63E89;
            font-weight: bold;
            background: #f1f1f1;
        }

            .new_left_nav li > .fat_btn.active:before {
                display: block;
            }
    /*.new_left_nav li > .fat_btn.active i:before{font-weight:normal;}*/
    .new_left_nav .child_btn {
        padding-left: 20px;
        padding-right: 15px;
        padding-bottom: 10px;
        padding-top: 5px;
    }

        .new_left_nav .child_btn a {
            font-size: 14px;
            color: #6d7387;
            line-height: 18px;
            display: block;
            padding: 5px 0;
        }

        .new_left_nav .child_btn .fat_btn {
            line-height: 28px;
            padding: 0;
        }

            .new_left_nav .child_btn .fat_btn i:before {
                content: "next";
                font-family: swiper-icons;
                width: 16px;
                margin-right: 5px;
                font-style: normal;
                font-size: 12px;
                color: #999;
                display: inline-block;
                transition: all 0.2s linear 0s;
            }

        .new_left_nav .child_btn a:hover {
            color: #E63E89;
        }

        .new_left_nav .child_btn .fat_btn[aria-expanded="true"] i:before {
            transform: rotate(90deg) translateX(5px)
        }

        .new_left_nav .child_btn .child_btn {
            padding-left: 35px;
        }

        .new_left_nav .child_btn a.active {
            color: #E63E89;
        }

@media(min-width:992px) {
    .kj_nav_inner > li > a {
        padding: 0 16px;
    }
}

@media(min-width:1100px) {
    .kj_nav_inner > li > a {
        padding: 0 20px;
    }
}

@media(max-width:1200px) {
    .index_product .col-md-2 {
        width: 25%;
    }
}

@media(max-width:992px) {
    .index_product .col-md-2 {
        padding-right: 10px;
    }

    .index_product .col-md-2 {
        width: 33.3333%;
    }

    .index_product .row {
        margin-right: -10px;
    }
}

@media screen and (max-width: 768px) {
    .kj-onshows, .kj-inventory-display, .kj-pre-price {
        display: inline-block;
    }

    .index_especially_product .swiper-slide .product_item .img_btn {
        height: 160px;
    }

    .index_especially_product .swiper-slide .product_item {
        height: 255px;
    }

    .index_product .col-md-2 {
        width: 50%;
    }
}

#news_jishuzhiliao li {
    display: flex;
    align-content: center;
    line-height: 35px;
    border-bottom: 1px dashed #eee;
    justify-content: space-between;
}

    #news_jishuzhiliao li a {
        word-break: break-all;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    #news_jishuzhiliao li span {
        flex: 0 0 100px;
    }

.kj-slide-right-bar li > div.kj_erweima {
    text-align: center;
    min-width: 150px;
}

    .kj-slide-right-bar li > div.kj_erweima img {
        max-width: 100%;
        height: auto !important;
    }

.kj-footer-col dd ul li {
    color: #fff;
}
