a {
    color: #333;
}
    a:hover, a:focus {
        text-decoration: none;
    }

li {
    list-style: none;
}
.row-vertical-center {
    display: flex;
    align-items: center;
}

.margin-center {
    margin: auto;
}


/**/
.col-xs-per20,
.col-sm-per20,
.col-md-per20,
.col-lg-per20,
.col-xs-per30,
.col-sm-per30,
.col-md-per30,
.col-lg-per30,
.col-xs-per40,
.col-sm-per40,
.col-md-per40,
.col-lg-per40,
.col-xs-per60,
.col-sm-per60,
.col-md-per60,
.col-lg-per60,
.col-xs-per70,
.col-sm-per70,
.col-md-per70,
.col-lg-per70,
.col-xs-per80,
.col-sm-per80,
.col-md-per80,
.col-lg-per80 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-per20 {
    width: 20%;
    float: left;
}
.col-xs-per30 {
    width: 30%;
    float: left;
}
.col-xs-per40 {
    width: 40%;
    float: left;
}
.col-xs-per60 {
    width: 60%;
    float: left;
}
.col-xs-per70 {
    width: 70%;
    float: left;
}
.col-xs-per80 {
    width: 80%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-per20 {
        width: 20%;
        float: left;
    }
    .col-sm-per30 {
        width: 30%;
        float: left;
    }
    .col-sm-per40 {
        width: 40%;
        float: left;
    }
    .col-sm-per60 {
        width: 60%;
        float: left;
    }
    .col-sm-per70 {
        width: 70%;
        float: left;
    }
    .col-sm-per80 {
        width: 80%;
        float: left;
    }
    .col-sm-per22 {
        width: 22%;
        float: left;
    }

    .col-sm-per78 {
        width: 78%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-per20 {
        width: 20%;
        float: left;
    }
    .col-md-per30 {
        width: 30%;
        float: left;
    }
    .col-md-per40 {
        width: 40%;
        float: left;
    }
    .col-md-per60 {
        width: 60%;
        float: left;
    }
    .col-md-per70 {
        width: 70%;
        float: left;
    }
    .col-md-per80 {
        width: 80%;
        float: left;
    }
    .col-md-per22 {
        width: 22%;
        float: left;
    }

    .col-md-per78 {
        width: 78%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-per20 {
        width: 20%;
        float: left;
    }
  
    .col-lg-per25 {
        width: 22%;
        float: left;
    }
    .col-lg-per30 {
        width: 30%;
        float: left;
    }
    .col-lg-per10 {
        width: 14%;
        float: left;
    }
    .col-lg-per15 {
        width: 10%;
        float: left;
    }
    .col-lg-per40 {
        width: 43%;
        float: left;
    }
    .col-lg-per60 {
        width: 60%;
        float: left;
    }
    .col-lg-per70 {
        width: 70%;
        float: left;
    }
    .col-lg-per75 {
        width: 78%;
        float: left;
    }
    .col-lg-per80 {
        width: 80%;
        float: left;
    }
    .kj-col-lg-1-5 {
        width: 12.5%;
        float: left;
        padding: 15px;
    }
}

.red {
    color: #DE241C;
}

a:hover {
    text-decoration: none;
    color: #18bddd;
}


/*首页*/

/*固定按钮*/
.kj-fix-btn {
    position: fixed;
    z-index: 999;
    right: 10px;
    top: 25%;
}

.kj-fix-btn > li {
    border: 1px solid #e5e5e7;
    border-bottom: none;
    position: relative;
}

    .kj-fix-btn > li:hover > a {
        background-color: #19b9dd;
        color: #feffff;
    }

.kj-fix-btn > li:last-child {
    margin-top: 10px;
}

    .kj-fix-btn > li > a {
        display: inline-block;
        width: 70px;
        height: 70px;
        color: #ffffff;
        background-color: #008ed6;
        font-size: 12px;
        text-align: center;
        border-radius: 2px;
        border: 1px solid #008ed6;
    }

.kj-fix-btn > li > a > i {
    font-size: 25px;
    padding: 12px 0 6px 0px;
}

    .kj-fix-btn > li > div {
        position: absolute;
        top: 0;
        right: 74px;
        color: #ffffff;
        padding: 10px;
        background-color: #19b9dd;
        display: none;
        min-width: 120px;
        text-align: center;
    }
.kj-head-left .kj-my-cart {
    display: inline-block;
    border: 1px solid #18bddd;
    width: 172px;
    height: 40px;
    text-align: center;
    position: relative;
    color: #676767;
    line-height: 40px;
    left: 100px;
    top: 7px;
}


    .kj-head-left .kj-my-cart > span {
        display: inline-block;
        /* width: 13px; */
        /* height: 13px; */
        /* line-height: 25px; */
        text-align: center;
        /* background-color: #ff1700; */
        color: #ffffff;
        border-radius: 6px;
        position: absolute;
        left: 23px;
        top: -3px;
    }

    .kj-head-left .kj-my-cart > i {
        color: #efab22;
        font-size: 15px;
    }

    .kj-head-left .kj-my-cart:hover, .kj-head-left .kj-my-cart:hover > i {
        color: #ffffff;
        background-color: #18bddd;
    }


.kj-fixbtn-phone {
    width: 154px;
  
    text-align: center;
}

.kj-fix-btn > li:hover > div {
    display: block;
}
/*header*/
.kj-header {
    height: 35px;
    line-height: 35px;
    color: #8a8a8a;
    font-size: 13px;
    background-color: #f5f5f5;
}

.kj-phone {
    padding: 0 12px;
    font-weight: bold;
    color: #e20002;
}

    .kj-phone > i {
        color: #e75202;
        font-size: 13px;
    }

.kj-header a {
    color: #8a8a8a;
}






.kj-cart > i {
    color: #ee3636;
    font-size: 14px;
    padding-right: 6px;
}
/*head*/
.kj-head {
    height: 130px;
}

.kj-head-left > form {
    padding-top: 30px;
    padding-left: 70px;
}

.kj-head-left > img {
    max-width: 140px;
    margin-top: 15px;
}

.kj-search-group {
    position: relative;
}

.kj-search-group > i {
    font-size: 20px;
    color: #babbb6;
    position: absolute;
    left: 14px;
    top: 7px;
}
/*首页顶部二维码*/
.kj-wxchat {
    display: inline-block;
    position: relative;
}

.kj-wxchatimg img {
    max-height: 80px;
    max-width: 80px;
}

.kj-zxlyb .panel-body {
    padding: 9px;
}

.kj-wxchatimg {
    position: absolute;
    top: 35px;
    left: -12px;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #D32F2F;
    border-radius: 10px;
    z-index: 999;
    display: none;
}
.kj-ding-tb1-1 {
    padding-left: 17px;
}
.kj-search-group > input {
    height: 40px;
    border: 2px solid #18bddd;
    text-indent: 30px;
    font-size: 13px;
    background-repeat: no-repeat;
    background-position: 3% 50%;
}

.kj-search-group ~ button {
    color: #ffffff;
    border: 2px solid #004aeb;
    background-color: #004aeb;
    border-radius: inherit;
    margin-left: -4px;
    width: 80px;
    height: 36px;
}

.kj-search-group ~ button:hover {
    color: #ffffff;
    background-color: #004aeb;
    border-color: #004aeb;
}
#loginstatusbox a, .kj-ding-tb1-2-wz a, .kj-ding-tb1-2-wz {
    color: #666;
    font-size: 13px;
}
.kj-ding-tb1-2-wz {
    padding-right: 0px;
    padding-left: 5px;
    text-align: center;
    width: 90px;
}
.kj-ding-tb1-2 {
    font-size: 15px;
    color: rgb(102 102 102);
    margin-right: 0px;
}

/*导航栏*/
.kj-navbar.navbar {
    color: #ffffff;
    background-color: #008ed6;
    border-radius: inherit;
    margin-bottom: 0px;
}

.kj-navbar.navbar a {
    color: #ffffff;
    font-size: 16px;
}

.kj-nav.nav > li {
    position: relative;
}

.kj-nav.nav > .kj-sort > a > i {
    padding-left: 5px;
    font-size: 16px;
    padding-right: 12px;
}

.kj-nav.nav > li > a {
    padding: 15px 30px;
    transition: all 0.5s ease 0s;
}

.kj-nav.nav > li:first-child > a {
    padding: 15px 75px;
    padding-left: 25px;
}

.kj-nav.nav > li > a:focus, .kj-nav.nav > li > a:hover, .kj-nav.nav > li > a.active, .kj-nav.nav > li:hover > a {
    background-color: #19b9dd;
    font-size: 16px;
}

.kj-nav.nav > li > ul {
    position: absolute;
    background-color: #ffffff;
    padding-left: 10px;
    width: -webkit-fill-available;
    z-index: 98;
    box-shadow: 0px 0px 10px rgb(100 100 100 / 15%);
    display: none;
}
.kj-menu-dropdown-ules{
    position: absolute;
    background-color: #004aeb;
    padding-left: 0;
    /*width:;*/
    z-index: 98;
    display: none;
    top: 45px;
    left: 382px;
    width: 220px!important;
}
.kj-menu-dropdown:hover .kj-menu-dropdown-ul {
    display: block;
    transition: all 0.5s ease 0s;
}

.kj-nav.nav > li > ul > li {
    overflow: hidden;
    padding-top: 18px;
    padding-bottom: 8px;
    border-bottom: 1px solid #f2f2f2;
    border-right: 1px solid #fff;
    padding-left: 30px;
    padding-right: 15px;
}
    .kj-nav.nav > li > ul > li:last-child {
    
 
        border-bottom: 1px solid #fff;
    }

    .kj-nav.nav > li > ul > li > a {
        font-size: 15px;
        color: #333;
        text-indent: 20px;
        display: inline-block;
    }
.kj-index-six-one {
    padding-top: 30px;
    padding-bottom:50px;
}
.kj-index-six-one:first-child{
    padding-left: 15px;
}
    .kj-index-six-one:last-child {
        padding-right: 15px;
        padding-left:0px;
    }
    .kj-index-six-one:nth-child(2) {
        padding-left: 10px;
        padding-right: 0px;
    }
.kj-title-after {
    font-size: 26px;
    padding-bottom: 20px;
    font-weight: bold;
}
    .kj-title-after:before {
        content: "";
        width: 200px;
        height: 1px;
        background-color: #b8b7b7;
        position: absolute;
        margin-top: 17px;
        margin-right: 30px;
        margin-left: -229px;
    }
    .kj-title-after:after {
        content: "";
        width: 200px;
        height: 1px;
        background-color: #b8b7b7;
        position: absolute;
        margin-top: 17px;
        margin-left: 26px;
    }
.kj-nav.nav > li > ul > li > ul {
    padding-left: 0;
    /*padding-top: 5px;*/
}

.kj-nav.nav > li > ul > li > ul > li {
    float: left;
    padding: 4px 8px 4px 0;
}

    .kj-nav.nav > li > ul > li > ul > li > a {
        font-size: 13px;
        color: #333;
    }

/* banner */
.kj-banner {
    background-color: #f1f1ef;
}

.kj-index-banner-image {
    display: block;
    height: 450px;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}
.kj-coams {
    color: #333;
    padding-left: 15px !important;
    padding-top: 12px !important;
    background: #f3f3f3 !important;
    margin-left: -10px;
    border: 1px solid #f3f3f3 !important;
}
.kj-form-control {
    margin-bottom: 10px;
    border: 1px solid #eee;
    height: 30px;
}
.kj-btnSuccess {
    color: #fff;
    background: #19b9dd;
    margin-top: 10px;
    padding: 5px 80px;
    letter-spacing: 2px;
    font-size: 15px;
    border-radius: 0px;
    margin-bottom: 10px;
}
.kj-btn-default {
    background: #19b9dd;
    border: none;
    color: #fff;
}
    .kj-btn-default:hover {
        background: #19b9dd !important;
        border: none !important;
        color: #fff !important;
    }
.kj-btnSuccess:hover{
    color: #fff;
}
.kj-coaquery {
    font-size: 15px;
    padding-bottom: 10px;
    color: #333;
}
/* 新品上架 */
.kj-index-xpsj-img {
    display: block;
    height: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 4px;
}
.kj-index-jianj{
    padding-top:20px;
}
.kj-index-profile-heading {
    background: #efefef;
    border: 1px solid #d7d7d7;
    border-radius: 0px;
    font-size: 17px;
    font-weight: bold;
}
.kj-index-profile-body {
    border: 1px solid #d7d7d7;
}
.kj-index-profile-bodysd {
    padding-bottom: 30px;
    padding-top: 30px;
}
.kj-index-file-body {
    border-bottom: 2px solid #e20002;
    padding-bottom: 12px;
    margin-left: -15px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}
    .kj-index-file-body::before {
        content: "";
        display: block;
        margin: 0px auto;
        position: absolute;
        bottom: 0px;
        left: 65px;
        width: 5px;
        height: 5px;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 10px solid #e20002;
        top: 35px;
    }
.kj-page-text {
    padding-left: 40px;
    line-height: 30px;
    text-indent: 25px;
    height: 225px;
    overflow: auto;
    text-overflow: ellipsis;
    font-size: 14px;
}
.kj-news-text {
   
    line-height: 30px;

    overflow: auto;
    text-overflow: ellipsis;
    font-size: 14px;
}
.kj-news-img {
    padding-left: 0px;
}
/* 新品上市 */
.kj-index-newpro {
    margin: 30px 0px 30px 0px;
}

/*.kj-index-threepro-col:hover:after {
    content: "";
    background-color: rgba(0,0,0,0.5);
}*/
kj-index-threepro-col {
    opacity: 1;
}
.kj-index-threepro-col:hover {
    box-shadow: 0px 0px 20px rgb(56 53 53 / 50%);
}

.kj-index-newpro-title {
    font-size: 19px;
    text-align: left;
    font-weight: bold;
    color: #e20002;
    border-left: 5px solid #e20002;
    padding-left: 10px;
}


.kj-index-newpro-con {
    margin-top: 5px;
    border: 1px solid #d7d7d7;
    border-top-width: 3px;
    padding: 25px;
    padding-bottom: 0px;
}
.kj-index-newpro-cons {
    margin-top: 5px;
    border: 1px solid #d7d7d7;
    border-top-width: 3px;
    padding-bottom: 0px;
    border-top-color: #e20002;
    border-right: 0px;
}
.kj-rec-desc {
    margin-top: -40px;
    z-index: 99999;
    font-size: 17px;
}
    .kj-rec-desc li.active > a {
        color: #e20002;
        border: 0px;
        border-bottom: 2px solid red;
        font-size: 17px;
    }
.kj-rec-desc > li > a {
    color: #333 !important;
}
    .kj-rec-desc li > a:hover, .kj-rec-desc > li > a:focus {
        color: #e20002 !important;
        border: 0px !important;
        background: transparent;
        border-bottom: 2px solid #e20002;
    }
    .kj-rec-desc li.active > a, .kj-rec-desc li.active > a:hover, .kj-rec-desc li.active > a:focus {
        color: #e20002 !important;
        background-color: transparent !important;
        border-bottom: 2px solid #e20002;
    }
.kj-rec-desc li > a:hover, .kj-rec-desc li > a:focus {
    text-decoration: none!important;
    background-color: #fff!important;
}

.kj-index-newpro-col {
    padding-left: 15px;
    padding-right: 15px;
}

.kj-index-newpro-col-con {

    padding-bottom: 10px;
    padding-top: 5px;
}
.kj-index-newpro-col-cons {
    border-right: 1px solid #ddd;
    padding-right: 15px;
    padding-bottom: 20px;
    padding-top: 20px;
}
.kj-dssf {
    float: right;
    margin-top: -20px;
    color: #797272;
}
.kj-btn-collect i {
    color: #bebabb;
}
.kj-rightjfu {
    padding-left: 0px;
}

.kj-index-newpro-image {
    display: block;
    height: 150px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.kj-index-newpro-fenlei {
    padding: 1px 3px;
    background-color: #ef6a22;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    position: absolute;
    top: 12px;
    right: 19px;
    border-radius: 6px;
}

.kj-index-newpro-name {
    margin-top: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 12px;
    text-align: center;
}

    .kj-index-newpro-name a {
        font-size: 15px;
        color: #333;
       
    }

.kj-index-newpro-casno a {
    color: #333;
}

.kj-index-newpro-price {
    font-size: 18px;
    color: #f10000;
    font-weight: bold;
}

.kj-index-newpro-youhuiprice {
    font-size: 12px;
    color: #999 !important;
    text-decoration: line-through;
    float: right;
    padding-top: 5px;
}

.kj-index-newpro-btn {
    display: inline-block;
}

/*bottom*/
.kj-bottom {
    background-color: #ffffff;
    color: #333333;
    border-top: 1px solid #e1e1e1;
}

.kj-bottom-con {
    padding-bottom: 20px;
    padding-top: 10px;
}


    .kj-bottom-con > ul > li > a {
        color: #151313;
        font-size: 16px;
    }

.kj-bottom-con > ul > li > ul {
    padding-left: 0;
    padding-top: 22px;
}
.kj-nav-tabs-page{
    border:none;
}
.kj-bottom-con > ul > li > ul > li {
    padding: 8px 0;
}

    .kj-bottom-con > ul > li > ul > li > a {
        color: #aaa;

        font-size: 14px;
    }

/*.kj-yline {
    height: 260px;
    border-left: 1px solid #6a6a6a;
}*/

.kj-bottom-QR {
    width: 100%;
    text-align: center;
    min-height: 160px;
}

    .kj-bottom-QR > img {
        margin: 0 auto;
    }

    .kj-bottom-QR > div {
        font-size: 14px;
        padding: 14px 0;
    }

.kj-xline {
    border-top: 1px solid #e2e1e1;
}

.kj-footer {
    text-align: center;
    color: #c9c9c9;
    line-height: 28px;
}

.kj-footer-notice {
    color: #c80c0b;
}




/*首页结束*/
.search-inp {
    border: 1px solid #00b1ff;
    border-right: none;
    margin-top: 40px;
    width: 90%;
    height: 36px;
    margin-right: -2px;
    position: relative;
    /*right:87px;*/
}

/*品牌中心*/
.kj-brand-title {
    border-bottom: 2px solid #004aeb;
    padding: 9px 0;
}

    .kj-brand-title span {
        font-size: 20px;
        color: #fff;
        padding: 8px 25px;
        /* border-bottom: 2px solid #e83241; */
        background: #004aeb;
        border-radius: 10px;
    }

.kj-brand-sort{
    margin-bottom:45px;
}

.kj-brand-box {
    text-align: center;
    width: 100%;
    height: 118px;
    /* padding: 20px 0; */
    display: block;
    line-height: 105px;
    vertical-align: middle;
}
.kj-search-query:focus {
    border-color: #18bddd !important;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px #18bddd !important;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 2px #18bddd !important;
}

.kj-brand-box img {
    margin: 0 auto;
}

.kj-brand-name{
    padding-top:15px;
}

.kj-brand-name a {
    font-size: 12px;
    color: #333333;
}


/*单页面*/
.kj-page-title {
    font-size: 17px;
    font-weight: bold;
    color: #333333;
    /*border-left: 3px solid #004aeb;*/
    padding-left: 10px;
    margin-bottom: 18px;
    padding-top: 5px;
    position: relative;
}
.kj-brand-titles {
    display: block;
    text-align: center;
    padding-bottom: 10px;
}
.kj-page-title::after {
    border-left: 3px solid #008ed6;
    content: "";
    position: absolute;
    top: 6px;
    left: 0px;
    height: 20px;
}

.kj-page-catalog {
    padding: 0;
    margin-bottom: 20px;
}

    .kj-page-catalog li {
        background-color: #f7f7f6;
        padding: 8px 0 8px 0px;
        margin-bottom: 8px;
        font-size: 15px;
    }
        .kj-page-catalog li a {
        
            color: #333;
            padding-left: 15px;
        }
        .kj-page-catalog li.active {
            color: #fff !important;
            background-color: #18bddd;
        }
        .kj-page-catalog li.active a{
            color: #fff !important;
         
        }

        .kj-page-catalog li:hover {
            background-color: #19b9dd;
        }

.kj-page-catalog li:hover a{
    color:#ffffff;
}

.kj-page-right {
    font-size: 17px;
    font-weight: bold;
    color: #333333;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 10px;
    padding-top: 6px;
}
.kj-page-right-con {
    padding: 20px 0;
    line-height: 30px;
    font-size: 15px;
}


/*搜索结果页*/
.kj-pro-sort{
    border:1px solid #dddddd;
}

/*产品详情页*/
.kj-prodetail-img {
    border: 1px solid #dddddd;
    height: 368px;
    display: flex;
    align-items: center;
}

    .kj-prodetail-img img {
        align-items: center;
        margin: 0 auto;
    }

.kj-prodetail-smimg a {
    display: inline-block;
    border: 2px solid #dddddd;
}

.kj-proname {
    font-size: 23px;
    color: #333333;
}

.kj-proenname {
    color: #333333;
    padding: 5px 0 0px 0;
    line-height: 20px;
    font-size: 14px;
}

    .kj-proenname span {
        padding-right: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-bottom: 10px;
    }
.kj-proinfo-price-youhui {
    color: #ff0000;
    /* padding-top: 5px; */
    display: inline-block;
    /* text-decoration: line-through; */
    font-size: 20px;
}
.kj-proinfo-plogin {
    margin-left: -10px;
}
.kj-pronum {
    color: #666666;
    padding: 5px 0;
}

    .kj-pronum > span {
        display: inline-block;
        width: 200px;
    }

.kj-prodetail-price {
    background-color: #f8f8f8;
    margin-top: 10px;
    padding: 10px 15px;
}

    .kj-prodetail-price table {
        margin-bottom: 0;
    }

        .kj-prodetail-price table > tbody > tr > td {
            border-top: inherit;
        }

        .kj-prodetail-price table > tbody > tr > td:first-child {
            width: 10%;
            color: #666666;
        }

        .kj-prodetail-price table > tbody > tr > td > del {
            font-size: 22px;
            color: #eb3242;
        }

       .kj-prodetail-price table > tbody > tr > td > a {
            text-decoration: underline;
      
        }

.kj-prodetail-num {
    color: #666666;
    padding-top: 20px;
    padding-left: 25px;
}
.kj-cpxq-w5-1 {
    font-size: 16px;
    color: #e93340;
    padding: 13px 38px 13px 37px;
    background-color: #faf0f1;
    margin: 10px 0px 15px 20px;
    border: 1px solid #e93340;
}
.kj-cpxq-w5-2 {
    font-size: 16px;
    color: #faf0f1;
    padding: 13px 38px 13px 37px;
    background-color: #e83241;
    margin: 10px 0px 15px 20px;
    border: 0px;
}
.kj-btn-collect-pro {
    border: 1px solid #bcbabb;
    background: #fff;
     padding: 11px 13px 12px 13px; 
    font-size: 22px;
    /*padding: 8px 15px 8px 15px;*/
    margin-left: 15px;
    color: #bfbbbc;
    border-radius: 10px;
}



.kj-mallhome {
    padding-left: 20px;
}



.kj_loginreg a {
    padding: 0px 8px;
}

.kj_loginreg span a:first-child {
    border-right: 1px solid #D7D7D7;
}

.kj_loginreg i {
    margin-right: 5px;
}
.kj-sp {
    color: #fff;
    font-size: 15px;
    background:#010c2b;
    padding: 9px 32px;
    /* margin-bottom: -6px; */
    border-radius: 1px;
}
    .kj-sp :active {
        color: #fff;
        font-size: 15px;
        background: #626c86;
        padding: 9px 32px;
        /* margin-bottom: -6px; */
        border-radius: 1px;
    }
.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: 128px;
}

.kj-search-hight {
}
    .kj-search-hight img{
        margin-right:0px !important;
        display:inline-block;
    }
.kj-search-query {
    border-width: 2px;
    height: 36px;
    border-radius: inherit;
    border: 2px solid #004aeb;
    text-indent: 30px;
    font-size: 13px;
}


/*.kj-search-form .form-control {
    height: 40px;
    border-radius: 0px;
    border-color: #0592da;
}*/

.kj-search-form .kj-btn-topsearch {
    color: #ffffff;
    border: 2px solid #18bddd;
    background-color: #18bddd;
    border-radius: inherit;
    margin-left: -4px;
    width: 90px;
    height: 40px;
    /* border-radius: 0px 40px 40px 0px; */
    font-size: 16px;
    /* font-weight: bold; */
    letter-spacing: 3px;
}
.kj-rem {
    padding-top: 10px;
}

    .kj-rem a {
        color: #737373;
    }


.kj-search-form-box {
    margin-left: 110px;
    margin-right: -120px;
}


#search-text {
    width: 500px;
    height: 40px;
}

#search-but {
    width: 65px;
    height: 40px;
}
.kj-navbar-container {
    background-color: #fff;
    margin-top: 35px;
    z-index: 99;
    /*border-bottom: 3px solid #004aeb;
    padding-bottom: 2px;*/
}
/*.kj-index-banner {
    margin-top: 41px;
}*/
.kj-navbar {
    background-color: #fff;
    color: #333333;
    border-width: 0px;
    margin-bottom: 0px;
    border-radius: 0px;
    min-height: 45px;
}

 
    .kj-navbar .container, .kj-navbar .navbar-collapse {
        padding-left: 0px;
        padding-right: 0px;
        background-color: transparent;
    }
    


    .kj-navbar .navbar-brand {
        color: #ffffff;
    }

   


.kj_jgukgilnav {
    position: absolute;
    top: 51px;
    left: 0px;
    z-index: 999;
    width: 188px;
    box-shadow: 3px 8px 15px rgba(150,150,150,0.9);
}
.kj_nfunfju:hover .kj_jgukgilnav {
    display: block;
}

.kj_zxkf {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    z-index: 1000;
}

    .kj_zxkf ul li {
        width: 65px;
        height: 65px;
        border-bottom: 0px;
        padding-top: 4px;
        text-align: center;
        position: relative;
        background-color: #fff;
        border: 1px solid #ddd;
        color: #A1A1A1;
        margin-bottom: -1px;
    }

        .kj_zxkf ul li a {
            color: #A1A1A1;
        }

        .kj_zxkf ul li:hover {
            background-color: #0592da;
            color: #fff;
        }

.kj_jgukgilnav ul li .kj-kgil .line:hover:before {
    width: 100%;
}
.kj_jgukgilnav ul li .kj-kgil:hover > ul {
    display: block;
}
.kj_pc_list2 .kj_zkcpflbt .kj_ksmkd {
    display: block;
    float: left;
    position: initial;
    padding-top: 5px;
    width: 740px;
    box-shadow: none;
}
.kj_pc_list2 > li > div > .line {
    width: 150px;
    float: left;
    font-weight: bold;
    white-space: normal;
}
.kj_jgukgilnav ul li ul {
    position: absolute;
    top: 0px;
    left: 100%;
    display: none;
    box-shadow: 3px 8px 15px rgba(150,150,150,0.9);
}
.kj_pc_list2 .kj_zkcpflbt .kj_ksmkd > li .line {
    padding: 5px 8px;
}
.kj_pc_list2 .kj_zkcpflbt .kj_ksmkd > li {
    display: inline-block;
}
.kj_pc_list2 .kj_zkcpflbt:hover {
    background-color: transparent !important;
}
.kj_pc_list2 {
    width: 900px;
}



.kj_jgukgilnav {
    display: none;
}

    .kj_jgukgilnav ul li {
        background-color: #fff;
        /*padding: 10px 25px;*/
    }

        .kj_jgukgilnav ul li:hover {
            background-color: #F0F0F0;
            position: relative;
        }

        .kj_jgukgilnav ul li ul {
            position: absolute;
            top: 0px;
            left: 100%;
            display: none;
            box-shadow: 3px 8px 15px rgba(150,150,150,0.9);
        }

        .kj_jgukgilnav ul li .kj-kgil:hover > ul {
            display: block;
        }

.kj-kgil {
    /*position: relative;*/
}

.kj_jgukgilnav ul {
    background-color: #fff;
    z-index: 999;
    list-style: none;
    padding-left: 0px;
}
.kj_pc_list2 .kj_zkcpflbt {
    clear: both;
    border-bottom: 1px solid #dddddd;
    overflow: auto;
    zoom: 1;
}

.line {
    position: relative;
    padding: 10px 25px;
    white-space: nowrap;
}

    .line:before {
        content: "";
        width: 0;
        height: 2px;
        background: #0592da;
        position: absolute;
        bottom: 0;
        left: 0;
        transition: all 0.5s ease 0s;
    }

.kj_jgukgilnav .fa-caret-right {
    position: absolute;
    top: 12px;
    right: 15px;
}
.kj_zkcpflbt .line:before {
    height: 0px;
}
.kj_pc_list2 > li > div > .line {
    float: left;
    font-weight: bold;
    white-space: normal;
}

.kj_nfunfju:hover .kj_jgukgilnav {
    display: block;
}
.kj-dropdown-toggle {
    padding: 15px 15px!important;
}
.kj-dropdown-toggle i{
    padding-right:5px;
}
/*.kj-navbar-right > li > a:hover, .kj-navbar-right > li > a:focus, .kj-navbar-right > li.active > a {
    color: #0592da !important;
}*/
/*.kj-navbar .navbar-nav > li > a:hover, .kj-navbar .nav > li > a:hover, .kj-navbar .nav > li > a:focus {
    color: #0592da !important;
    background-color: #fff;
}*/
.kj-promenu-dropdown.kj-dropdown-toggle:hover {
    background-color: #0592da !important;
    color: #fff !important;
}
.navbar-toggle .icon-bar {
    background-color: #fff;
}

.kj-promenu-dropdown > a, .kj-promenu-dropdown.open > a {
    background-color: #0592da;
    color: #fff !important;
}

.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: #1193cd;
    color: #fff;
}

.kj-navbar-right .dropdown-menu a {
    padding-top: 10px;
    padding-bottom: 10px;
}
.kj-serviceonline-navbar{
    line-height:45px;
    text-align:right;
    font-size:16px;
    padding-left:15px;
}


.kj-top-image {
    margin-top: -23px;
}

/*.kj-index-banner {
    margin-bottom: 20px;
}*/

.kj-index-tabs {
    background-color:#fff;
}

    .kj-index-tabs .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #00b1ff;
        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: #00b1ff;
        color: #fff;
        border-color: #00b1ff;
        border-bottom: 1px solid #00b1ff;
        border-radius: 0px !important;
    }
.kj-index-banner .swiper-pagination-bullet {
    width: 40px;
    height: 12px;
    line-height: 30px;
    border-radius: 10px;
    font-size: 15px;
    color: #fff;
    opacity: .6 !important;
}
.kj-index-banner .swiper-pagination-bullet-active {
    opacity: 0.8;
    background: #ffffff;
}
    .kj-pro-switer-container {
    border-left: 0px solid #dddddd;
}
.kj-mall-name-href {
    font-size: 15px;
    text-align: center;
    height: 30px;
    overflow: hidden;
    line-height: 26px;
    text-overflow: ellipsis;
}

.kj-pre-price-index-mall {
    text-align: center;
    padding: 5px 8px;
    color: #1458ed !important;
    font-size: 15px;
}
.kj-pro-switer-container .swiper-slide {
    background: #fff;
}
.kj-tabpro-swiper-col .kj-pro-name-href a{
    color: #333;
}
.kj-mall-href-img img {
    max-height: 168px;
    max-width: 95%;
}
.kj-mall-shopcart {
    border: 1px solid #d6d6d6;
    border-radius: 6px;
    padding: 8px 30px;
    text-align: center;
    background-color: #d6d6d6;
    color: #333;
    margin-top: -30px;
    margin-left: 40px;
}
.kj-biewmore {
    color: #333!important;
    font-weight: normal!important;
    font-size: 13px!important;
    padding-top: 5px;
}
.kj-mall-shopcart:hover {
    color: #FFFFFF;
}
.kj-mall-swiper-col {
    background: #fff;
    padding: 20px;
    width: 227px;
    height: 260px;
    box-shadow: 0px 0px 1px rgba(100,100,100,.1);
}
.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-pre-price-index {
    padding: 5px 8px;
    color: #0592da !important;
    font-size: 15px;
    font-weight: bold;
}
.kj-pro-switer-container .swiper-button-prev:after {
    content: "\f104";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    color: #555555;
}
.kj-index-shopcart:hover {
    background-color: #0592da;
    color: #fff;
}
.kj-index-shopcart {
    background-color: #fff;
    color: #333;
    border: 1px solid #ddd;
    padding: 8px 35px;
    margin-top: 6px;
}
.kj-pro-switer-container-hot .kj-pro-href-img {
    height: 210px;
    background: #fff!important;
    display: block;
    line-height: 180px;
    text-align: center;
    border:0px!important;
}
.kj-index-swiper-hot {
    width: 285px;
    padding: 10px 15px;
    background: #fff;
}
.kj-jjgu {
    padding: 0px;
}

    .kj-jjgu h4 {
        text-align: center;
        font-size: 16px;
        color: #999;
    }

.kj-hgujol h4 {
    font-size: 16px;
    margin-top: 0px;
}

.kj-hgujol .kj-newssum {
    font-size: 13px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.kj-newscenter .col-md-6:nth-child(2) {
    padding-left: 0px;
}

.kj-newslistdf {
    padding-top: 15px;
}
.kj-newssum-info {
    color: #999;
    height: 50px;
    line-height: 25px;
    margin-top: -5px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.kj-newslistdf li {
    background-color: #fff;
    background-color: #fff;
    list-style: none;
}
.kj-index-news-box {
    background: #fff !important;
    margin-top: 65px !important;
    padding-top: 30px !important;
    padding-bottom: 60px;
}

.kj-newslistdf li > div {
    margin: 0px 30px;
    border-bottom: 1px solid #ddd;
    padding: 15px 0px;
    margin-left: -40px;
    height: 130px;
}
/*.kj-newslistdf ul li:last-child > div {
    border-bottom: 0px;
}*/

.kj-hgujol h4 a {
    font-size: 18px;
    font-weight: bold;
}

.kj-friendlinkcont {
    padding: 15px 0px;
    border-top: 1px solid #ECECEC;
    border-bottom: 1px solid #ECECEC;
}
.kj-newslistdf h3 {
    font-size: 30px;
    margin-top: 0px;
    text-align: center;
    color: #666;
}
.kj-pro-switer-container-hot .swiper-slide {
    height: 380px;
    margin-top: 0px;
    width: 285px;
    border: 1px solid #e5e5e5;
    margin-right: 0px;
    border-top: 0px;
    border-right: 0px;
}
.kj-tabpro-swiper-col .kj-index-hot-img img{
    max-height: 180px;
    max-width: 100%;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
.kj-hot-tab-content {
}
.kj-index-shopcart-hot {
    background-color: #fff;
    color: #333;
    border: 1px solid #ddd;
    padding: 8px 45px;
    margin-top: 6px;
}
.kj-index-hot-img {
    height: 210px;
    background: #fff;
    display: block;
    line-height: 180px;
    text-align: center;
}
.kj-index-fa {
    background-color: #fff;
    color: #333;
    border: 1px solid #ddd;
    padding: 8px 15px;
    margin-top: 6px;
}
    .kj-index-fa:hover {
        background-color: #0592da;
        color: #fff;
    }
.kj-pro-switer-container .swiper-button-next {
    background-color: #e5e5e5;
    background-image: none;
    text-align: center;
    line-height: 44px;
    right: 0px;
}
.kj-datecolor-news {
    font-size: 13px;
    color: #333;
    /* font-weight: bold; */
    white-space: nowrap;
    overflow: hidden;
    height: 32px;
    display: block;
    padding-left: 15px;
}
.kj-date-news {
    font-size: 13px;
    color: #333;
    /* font-weight: bold; */
    white-space: nowrap;
    overflow: hidden;
    height: 23px;
    display: inline-block;
    padding-left: 15px;
}
.kj-kgij::before {
    content: "■ ";
    color: #eaeaea;
    padding-right: 10px;
    top: -5px;
    position: absolute;
    left: 15px;
}
.kj-iprofile-body{
    padding:0px;
}
.kj-brand {
    padding: 0px;
}
.kj-kgs {
    margin: 0px;
}
    .kj-kgs::before {
        content: "> ";
        color: #a09999;
        padding-right: 10px;
        top: -5px;
        position: absolute;
        left: 15px;
    }
.kj-news-data {
    color: #999999;
    font-size: 14px;
}
.kj-kgij{
    margin: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: 100%;
            filter: alpha(opacity=50);
        }
.kj-product-info-pir {
    padding: 10px 0px;
    min-height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
}
.kj-pre-price-product {
    color: orange !important;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}
.kj-badge-tehui {
    font-size: 16px !important;
    line-height: 24px !important;
    background: #da6464 !important;
    font-weight: 400 !important;
    border-radius: 5px !important;
}
.kj-tabpro-swiper-col .kj-pro-name-href {
    padding: 8px;
    min-height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.kj-pro-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.kj-floor-url {
    font-size: 13px;
    color: #ccc;
    float: right;
    margin-right: 15px;
    padding-top: 3px;
    background: #fff;
    padding-right: 15px;
    margin-top: 3px;
    border-radius: 20px;
}
.kj-product-info {
    padding: 0 8px;
    min-height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
    /*.kj-product-info span {
        padding-right: 15px;
    }*/
.kj-product-xiangq {
    padding-top: 10px;
    color: #878787;
    height: 48px;
    overflow: hidden;
    width: 300px;
}
.kj-formcolumn-item-ct button, select {
    border: 1px solid #dadada;
    border-radius: 8px;
    font-size: 15px;
    height: 35px;
    line-height: 35px;
    padding-left: 10px;
}
/*.kj-index-kucun {
    padding: 0px !important;
}*/
    .kj-index-kucun span {
        padding: 0px !important;
    }
.kj-tabpro-swiper-col .kj-pro-price {
    color: red;
    font-size: 18px;
    padding: 8px;
}

.kj-tabpro-swiper-col .kj-pro-price-box {
    border: 1px solid #008ed6;
    /* width: 90%; */
    margin: 0px auto;
    height: 27px;
}
    .kj-tabpro-swiper-col .kj-pro-price-box:hover {
        border: 1px solid #f8b004;
    }
    .kj-tabpro-swiper-col .kj-pro-price-box .kj-member-price {
        background-color: #008ed6;
        color: #fff;
        float: left;
        width: 40%;
        text-align: center;
        height: 25px;
        line-height: 25px;
        font-size: 15px;
        font-weight: bold;
    }
.kj-tabpro-swiper-col .kj-pro-price-box:hover .kj-member-price:hover {
    background-color: #f8b004;
}
        .kj-tabpro-swiper-col .kj-pro-price-box .kj-market-price {
            background-color: #fff;
            color: #999;
            font-size: 12px;
            float: left;
            text-align: center;
            height: 25px;
            width: 60%;
            line-height: 30px;
        }
            .kj-tabpro-swiper-col .kj-pro-price-box .kj-market-price:before {
                content: "";
                width: 10px;
                float: left;
                height: 22px;
                border-width: 12px;
                border-style: solid;
                border-color: #008ed6 white white #008ed6;
            }
    .kj-tabpro-swiper-col .kj-pro-price-box:hover .kj-market-price:before, .kj-member-price {
        border-color: #f8b004 white white #f8b004;
        background-color: #f8b004;
    }

.kj-index-floor-header {
    border-bottom: 2px solid #00b1ff;
   
    padding-top: 10px;
    padding-bottom: 8px;
    color: #fff;
    font-size: 18px;
    text-indent: 20px;
    margin-bottom: 10px;
}
.kj-youshi {
    padding-bottom: 30px;
    margin-left: 0px;
}
.kj-idx-pro-item-col .kj-pro-href-img img {
    max-height: 145px;
    max-width: 95%;
}
.kj-idx-pro-item-col {
    height: 232px;
    padding: 5px;
}
    .kj-idx-pro-item-col .kj-pro-name-href {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        height: 30px;
        line-height: 30px;
    }
.kj-pro-name-href a{
    font-size:14px;
    color:#333;
}
.kj-info-box:hover {
    background-color: #ebebeb;
}
.kj-defa-price {
    color: #ff4542;
    font-size: 16px;
    font-weight: bold;
}
.kj-pro-href-img {
    min-height: 145px;
    display: block;
    line-height: 145px;
}
.kj-pro-box {
    border: 1px solid #cccccc;
}
.kj-info-box {
    border-top: 1px solid #cccccc;
    padding: 10px;
    height: 72px;
}
.kj-youshipro {
    margin-left: 0px;
}
.kj-about-img img {
    margin: 0 auto;
}
.kj-caption {
    text-align: center;
    padding: 0px !important;
    border-radius: 5px;
}
.kj-recom-product {
    font-size: 23px!important;
    font-weight: bold;
    padding-bottom: 10px;
}
.kj-pro-switer-container-hot .swiper-slide:hover {
    box-shadow: 0 0 8px #ccc;
}
.kj-caption a {
    font-size: 16px;
    height: 50px;
    overflow: hidden;
    line-height: 50px;
    white-space: nowrap;
    color: #333333;
    display: block;
    border-radius: 5px;
}
.kj-bannner-all{
    height:300px;
}
.kj-index-chantj.swiper-button-prev, #protj .swiper-container-rtl .swiper-button-next, #protj .swiper-button-next {
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #42bee8;
    font-size: 62px;
}
.kj-index-chantj .swiper-container-rtl .swiper-button-next, #protj .swiper-button-next {
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #045ccf;
    font-size: 62px;
}
.kj-index-chantj {
    position:relative;

}
    .kj-index-chantj .swiper-button-prev,.kj-swiper-prev {
        left: 0px;
        text-align: center;
        width: 30px;
        height: 40px;
        line-height: 40px;
        color: #fff;
        font-size: 30px;
        top: 45% !important;
        background: #e9e9e9;
        border-radius: 40px 0px 0px 40px;
        padding-left: 7px;
    }
.swiper-button-prev, .swiper-button-next {
    background-image: inherit;
}
.kj-brand-img {
    margin: 0 auto;
    max-height: 200px;
    min-height: 60px;
}
.kj-index-chantj .swiper-button-next, .kj-swiper-next {
    right: 0px;
    text-align: center;
    width: 30px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 30px;
    top: 45% !important;
    background: #e9e9e9;
    border-radius: 40px 0px 0px 40px;
    padding-left: 7px;
}
.kj-index-chantj.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    background-color: transparent;
    border: 2px solid #ddd;
}



        .kj-tjcpname h5:first-child a {
            color: #333333;
            font-size: 16px;
        }





.kj-index-banner-line {
    margin-bottom: 20px;
}
.kj-sdbk{
    background:#fff;
    padding:50px 0;
}
.kj-sdmk-title {
    font-size: 20px;
    padding: 10px;
}
.kj-footer {
    padding-top: 20px;
    color: #666666;
}
.kj-head-left {
    margin-top: -15px;
}

.footer-row {
    padding-top: 30px;
    padding-bottom: 30px;
}

.bottom-box {
    background-color: #f7f7f7;
}

.footer {
    line-height: 68px;
    text-align: center;
    background-color: #f9f9f9;
    color: #333;
}

.bottom-nav ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}


.bottom-nav > ul > li > a {
    font-size: 16px;
    color: #333;
    font-weight: 500;
}
.bottom-nav .catalog2 li > a {
    color: #848484 !important;
    font-size: 13px;
}
.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;
    color: #333;
    line-height: 25px;
}

    .kj-footer-bottom-content p {
        margin: 0px;
        padding: 0px;
    }
.kj-links {
    color: #727272;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
}
.kj-kuujiasoft {
    padding: 0 0 8px 0px;
    margin-top: -16px;
    font-size: 15px;
    color: #848484;
}
/*面包屑*/


/*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 */


#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*/
/*面包屑*/
.breadcrumb {
    padding-top: 20px;
    background-color: white;
    margin-bottom: 8px;
    padding-left: 0px;
}
.breadcrumb > li {
    font-size: 15px;
    color: #333333;
}

.breadcrumb > li > a {
    color: #333333;
    font-size: 15px;
}

.breadcrumb > li > a {
    color: #666666;
    font-size: 15px;
}

.breadcrumb .active {
    color: #000000 !important;
    font-size: 15px;
}

.breadcrumb > li + li:before {
    content:">";
    color:#666666;

}
.kj-pro-content-body {
    padding-top: 10px;
    color: #847f7f;
    line-height: 25px;
    font-size: 15px;
}
/*end*/
/*筛选条件*/
.kj-product-fliter {
    margin-bottom: 20px;
}

.kj-product-fliter {
    border: 1px solid #ddd;
    padding: 10px 0px;
    width: 100%;
}
.kj-service {
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e2e1e1;
}
.kj-product-fliter th {
    font-weight: normal;
    font-size: 13px;
    color: #1d1c1c;
    border-bottom: 1px dashed #d9d9d9;
    padding: 0px;
    background: #f7f5f6;
    padding-left: 35px;
}

.kj_jgigjik {
    height: 25px;
    overflow: hidden;
}

    .kj_jgigjik a.active {
        background-color: #18bddd;
        color: #fff;
    }

.kj-product-fliter td {
    border-bottom: 1px dashed #d9d9d9;
    font-size: 13px;
    vertical-align: middle;
    padding: 6px;
}

    .kj-product-fliter td a {
        display: block;
        float: left;
        padding: 2px 5px;
        margin: 3px 10px;
    }

        .kj-product-fliter td a.kj_product_show1 {
            float: right;
            color: #2f2f31;
        }

.afxli {
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

.afxlipro {
    padding: 15px;
    border-bottom: 2px solid #CCCCCC;
}

.afxli h1 {
    font-size: 17px;
    margin-top: 0px;
    font-weight: bold;
}

.kj_namebm {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

    .kj_namebm span {
        color: #999;
    }

.kj_proxx ul li {
    float: left;
    padding-right: 30px;
}

    .kj_proxx ul li span {
        color: #999;
    }

    .kj_proxx ul li a {
        color: #007eff;
    }

.afxli img {
    max-height: 120px;
}
/*底部*/
/*.s-five:first-child {
    text-align: left !important;
}
.s-five:last-child {
    text-align: right !important;
}
.s-five:nth-child(2) {
    text-align: center !important;
}
.s-five:nth-child(3) {
    text-align: center !important;
}
.s-five:nth-child(4) {
    text-align: center !important;
}*/
.s-five .p-1 {
    margin-bottom: 17px;
    padding-right: 15px;
    display: inline-block;
}
.s-five p img {
    image-rendering: -webkit-optimize-contrast;
   
}
.kj-bottom-box {
    padding-left: 0px;
}
.s-five .p-2 {
    margin-bottom: 10px;
    font-size: 14px;
    color: #403b3b;
    display: inline-block;
    vertical-align: middle;
}
    .s-five .p-2 span {
        padding-bottom: 7px;
        display: block;
        font-size: 18px;
        font-style: normal;
    }
.s-five .p-2 p {
    text-align: left;
}
.kj-bottom-i {
    font-size: 35px!important;
    color: #008ed6;
}
.kj_ngjgu a:first-child {
    color: #008ce9;
    padding-right: 25px;
}

.kj_shebeiproxq.kj_kfiuk {
    border: 0px;
}

.kj_shebeiproxq {
    margin-bottom: 20px;
}

    .kj_shebeiproxq ul li {
        float: left;
        padding-right: 20px;
    }

        .kj_shebeiproxq ul li span {
            color: #666;
        }

        .kj_shebeiproxq ul li a {
            color: #007eff;
        }
/*page*/
.kj-body-container {
    margin-bottom: 40px;
}
.kj-noproduct-search {
    line-height: 200px;
    text-align: center;
    font-size: 14px;
}
.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*/
/*new左侧*/
.kj-newnav-tabs{
    margin-top:30px;
    border:0px;
}
    .kj-newnav-tabs > li.active > a, .kj-newnav-tabs > li.active > a:hover, .kj-newnav-tabs > li.active > a:focus {
        width: 180px;
        text-align: center;
        border-top: 2px solid #0592da;
    }
    .kj-newnav-tabs > li>a{
        width: 174px;
        background-color: #eee;
    }

.kj-rom-read {
    border-bottom: 0px dashed #ddd;
    padding: 20px 10px;
    display: inline-flex;
    border: 1px solid #ddd;
    color: inherit;
    width: 99%;
    overflow: hidden;
    margin: 0px;
    margin-top: -1px;
}
.kj-news-image{
    margin:0 auto;
}
/*合作伙伴*/
.kj-yscp-title {
    padding-bottom: 12px;
    padding-top: 26px;
}

    .kj-yscp-title > span {
        font-size: 20px;
        color: #333333;
    }

    .kj-yscp-title > a {
        border: 1px #e4e4e4 solid;
        color: #484848;
        display: inline-block;
        padding: 5px 12px;
        text-align: center;
        border-radius: 20px;
        font-size: 12px;
    }

        .kj-yscp-title > a:hover {
            background-color: #fd8240;
            color: #ffffff;
        }
.kj-brand-center {
    background-color: #fff;
    padding: 10px;
}

.kj-brand-center-logo {
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.kj-brand-center .kj-brand-item {
    margin-bottom: 0px !important;
}

.kj-brand-center-logo > img {
    line-height: 90px;
    display: inline-block;
}
.kj-brand-item {
    display: block;
    height: 145px;
    background-size: contain;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

/*end*/


/*加购物车 /数量*/
.ShopCartBox {
    display: none !important;
}

.kj_product_shopcart {
    border: none;
    background-color: transparent;
    color: #fff;
    border-radius: 5px;
    /* padding: 5px 0px 1px 5px; */
    background: #f0ab22;
    height: 30px;
    line-height: 25px;
}
.kj-jgujgos {
    padding-bottom: 325px;
}

.kj-pro-num-box {
    position: relative;
    width: 90px;
    height: 26px;
    border: 1px solid #ddd;
    background-color: #fff;
}
.kj-pre-price {
    color: #e83241;
}
.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 {
    width: 30px;
    border: 1px solid rgb(236 231 231);
    background-color: rgb(255 255 255);
    height: 30px;
    line-height: 30px;
    padding: 0px;
}
.kj-cpxq-input2-2 {
    width: 75px;
    text-align: center;
    border: 1px solid rgb(224 224 224);
    height: 35px;
    line-height: 25px;
    border-left: 0px;
    border-right: 0px;
    box-shadow: none;
    -webkit-appearance: none;
}

.kj-pro-num-plus {
    width: 30px;
    border: 1px solid rgb(221, 221, 221);
    background-color: rgb(255 255 255);
    height: 30px;
    line-height: 30px;
    padding: 0px;
}
.kj-pro-price{
    color:red;
}
.kj-cpxq-input-group1-2 {
    /*margin: -22px 0px 0px 110px;*/
    display: inline-block;
    padding-left: 30px;
    margin: -35px 30px 10px 41px;
    display: inline-block;
    padding-left: 30px;
}

.kj-pro-num-box input {
    position: absolute;
    top: 0px;
    width: 30px;
    background-color: #fff;
    border: 0px;
    border-radius: 0px;
    padding: 0px;
    text-align: center;
    height: 24px;
}
.kj-pro-num-box-min input {
    width: 25px;
    height: 25px;
    text-align: center;
    border: 0px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    -webkit-appearance: none
}
/*end*/
.kj_product_page {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}
.kj_xpsc {
    margin-right: 10px;
    text-align: center;
    height: 42px;
    width: 150px;
    line-height: 42px;
    display: block;
    float: left;
    border-radius: 5px;
    color: #fff;
    margin-right: 10px;
    background: #e20002;
    border-radius: 0px;
}

.kj_gzsc i {
    color: #E3393C;
    padding-right: 5px;
}

.kj_gzsc a {
    padding-right: 10px;
}

.kj_jswzny li {
    padding: 5px 0px;
}

    .kj_jswzny li i {
        padding-right: 5px;
    }
    .kj_product_page > div > span {
        display: inline-block;
        padding: 5px 10px;
        border: 1px solid rgb(221,221,221);
        margin-right: 5px;
    }

    .kj_product_page select {
        display: none;
    }

    .kj_product_page > div > span input {
        border: 1px solid rgb(221,221,221);
    }

    .kj_product_page > div > span:last-child {
        border: 0;
    }

.kj_pagecontent {
    line-height: 28px;
}

.kj-tabpro-swiper-col img:hover, .kj-tabpro-swiper-col:hover img {
    transform: scale(1.1);
    transition: 0.5s;
}/*产品列表*/
.kj-productlist-moregui {
    padding: 0px !important;
    border-top: 0px !important;
}
.kj-pro-img img {
    max-width: 100%;
    max-height: 123px;
    margin: 25px auto;
}
.kj-product-shopcart {
    background-color: #fff;
    color: #333;
    border: 1px solid #ddd;
    padding: 8px 30px;
    margin-top: 6px;
    margin-bottom: 20px;
}
.kj-tehui-product {
    margin-right: -1px;
    border: 1px solid #e5e5e5;
    margin-top: 15px;
    padding: 15px 25px;
    padding-bottom: 0px;
}

.kj-product-list th {
    white-space: nowrap;
    border-top: 1px solid #d9d9d9 !important;
    background-color: #f5f5f5;
    vertical-align: middle !important;
    padding: 12px 0px !important;
    text-align: center !important;
    font-weight: normal;
    color: #333;
}
.kj-pro-pir {
    border: 1px solid #ddd;
    margin-right:-1px;
    margin-top:10px;
}
.kj-pro-img {
    min-height: 147px;
    display: block;
}

.kj-table-responsive {
    text-align: center;
    padding: 20px 0px;
    border-bottom: 1px solid #ddd;
}
.kj-choosebox a {
    background: #1458ed;
    padding: 6px 8px;
    /* margin: 10px; */
    color: #fff;
    border-radius: 19px;
    margin-top: 55px;
    display: block;
    text-align: center;
}

.kj-product-listinfo {
    text-align: center;
    vertical-align: middle !important;
    padding-top: 6px;
}
.kj-product-img img {
    max-height: 100px;
    margin: 0 auto;
}

.kj-productlist-table a {
    color: #333;
    display: block;
}
.kj-productlist-table-search td {
    white-space: nowrap;
    vertical-align: middle !important;
    text-align: center;
    border-bottom: 0px solid #eee !important;
    background: #ffffff;
    font-size: 14px;
    font-weight: normal;
    padding: 5px !important;
    line-height: 45px !important;
    border-top: 0px !important;
}
.kj-productlist-table tr td {
    line-height: 36px !important;
    padding: 0px !important;
    vertical-align:middle !important;
    text-align: center !important;
}
.kj-proitem-stock {
    background: #eee;
    padding: 6px 16px;
    font-size: 13px;
    border: 1px solid #d9d9d9;
}
    .kj-proitem-stock:hover {
        background: #18bddd;
        color: #fff;
    }
.kj-productlist-table > tbody > tr:nth-of-type(odd) {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}
.kj-productlist-table > tbody > tr{

    border-bottom: 1px solid #ddd;
}
.kj_nypinpailist {
    padding-left: 0px;
}
.kj-productlist-col {
    min-height: 400px;
}

.kj-proinfo-price {
    color: #f91114;
    /* padding-top: 5px; */
    display: inline-block;
    text-decoration: line-through;
    font-size: 25px;
}

.kj-productitem-row {
    border: 1px solid #eee;
    border-bottom: 0px;
    margin-bottom: 20px;
}

    .kj-productitem-row a {
        color: #fff;
    }

    .kj-productitem-row h1 {
        font-size: 18px;
        font-weight: bold;
        margin: 0px;
        padding: 0px;
        padding-top: 16px;
        padding-bottom: 8px;
    }
.kj-productlist-table-search {
    /*white-space: nowrap;*/
    border-top: 0px !important;
    /* background-color: #f0f5fa; */
    border: 0px solid #ffffff;
    vertical-align: middle !important;
    padding: 10px 1px !important;
    text-align: center;
    margin-bottom: 0px;
    border-bottom: 0px solid #ffffff;
}
.kj-product-listinfo a {
    color: #0592da;
}
.kj-productlist-table-search th {
    white-space: nowrap;
    vertical-align: middle !important;
    text-align: center;
    border-top: 0px solid !important;
    background: #fbf4e4;
    font-size: 14px;
    font-weight: normal;
    border-bottom: 0px solid !important;
    color: #333;
}
.kj-productlist-table-search tr {
    border-top: 0px solid !important;
    border-bottom: 0px solid !important;
}

.kj-productitem-row .kj_proxx {
    padding-bottom: 16px;
}

.kj-productitem-row .kj_namebm {
    padding-top: 8px;
    color: #666;
    font-size: 15px;
}

.kj-productitem-row .kj_namebm span {
    color: #999999;
}

.kj-productitem-row .kj_proxx span {
    color: #999999;
}
.kj-proinfo-guige {
    margin-top: 10px;
}
.kj-productlist-table-search tr:last-child td {
    border-bottom: 0px !important;
}

/*三级目录*/
.kj-product-r {
    position: absolute;
    left: 229px;
    background-color: #ffffff;
    display: none;
    padding: 10px 20px;
    border: 2px solid #008ed6;
    border-left: none;
    border-top: 0;
    width: 807px;
    overflow-y: auto;
    top: 0;
    min-height: 490px;
}
.kj-index-yxdc-newcontent a {
    overflow: hidden;
    font-size: 15px;
    padding-bottom: 5px;
    display: inline-block;
}
.kj-newsao {
    padding-top: 20px;
    border-top: 1px solid #ddd;
}

.kj-nav ul li:hover > .kj-product-r {
    display: block;
}
.kj-nav > li > ul > li {
    background: #fff;
    border-left: 1px solid #fff;
}


.kj-p-mulu > ul {
    list-style: none;
    padding-left: 0;
    list-style: none;
    padding-left: 0;
    float: left;
    position: initial;
    padding-top: 5px;
    width: 740px;
    box-shadow: none;
    padding-top: 0px;
    /* margin-top: 10px; */
    display: contents;
}

/*.kj-classfa ul li:hover>.kj-yiqi {
	display: block;
}*/

/*.kj-yiqi {
	display: none;
}*/

.kj-p-mulu {
    padding-bottom: 10px;
    width: 100%;
    /* float: left; */
    display: inline-block;
}

.kj-clear {
    padding-top: 10px;
}

.kj-p-mulu > ul > li > a {
    float: left;
    padding: 5px 10px;
    color: #666;
    display: inline-block;
}
.kj-p-mulu > ul > li {
    display: inline-flex;
}



.kj-product-head {
    clear: both;
    padding: 0px 0 0px 0;
    padding-right: 15px;
    padding-left: 8px;
    min-width: 88px;
    max-width: 170px;
    border-right: 1px solid #B2B2B2;
    text-align: right;
    font-size: 17px;
    font-weight: bold;
    display: inline-block;
    margin-top: 10px;
}

    .kj-product-head > a {
        color: #464646 !important;
        font-size: 14px !important;
    }

        .kj-product-head > a:hover {
            color: #004aeb;
        }

.kj-p-mulu > ul > li > a:first-child {
    padding-left: 20px;
}
.kj-sub-proitem-row {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 0px;
}
.kj-proitem-title {
    background-color: #004aeb;
    padding-top: 8px;
    border-bottom: 1px solid #5683b9;
}
.kj-sub-proitem-row a {
    color: #ffffff;
}
.kj-sub-proitem-row a i{
    font-size:16px;
    padding-left:8px;
}
.kj-productitem-img {
    padding-top: 16px;
    padding-bottom: 16px;
}

.kj-proitem-goods {
    padding: 0px;
    background-color: #ffffff;
}
.kj-productlist-table {
    margin-bottom: 0px;
    border-right: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}
.kj-toggle-proitem-goods {
    display: inline-block;
    padding-bottom: 8px;

}
.kj-jgujgo .col-md-3 {
    margin-bottom: 20px;
}

.kj-jgujgos > .col-md-3 {
    width: 22%;
}


.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 5px 12px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #0592da;
    border-color: #fff;
}

.pagination > li > a, .pagination > li > span {
    color: #0592da;
}

.kj-procentnav {
    margin-top: 50px;
    margin-bottom: 50px;
}

.kj-prodetails-img .item {
    height: 295px;
    line-height: 295px;
    text-align: center;
}

    .kj-prodetails-img .item img {
        display: inline-block;
    }

.kj-prodetails-name {
    font-size: 26px;
    margin-top: 10px;
}

.kj-prodetails-Ename {
    line-height: 30px;
    font-size: 16px;
}
.kj-procat {
    height: 65px;
    line-height: 65px;
    padding-left: 20px;
    font-size: 22px;
    color: #fff;
    background-color: #0592da;
}





.kj-cpzxul li:hover > a {
    color: #fff;
}

.kj-mall-swiper-col:hover {
    box-shadow: 0px 0px 8px rgba(100,100,100,.2);
}

    .kj-mall-swiper-col:hover img {
        transform: scale(1.1);
        transition: 0.5s;
        padding-bottom: 10px;
    }
.kj-newslistdf ul{
    padding-left:0px;
}
.kj-gujgo {
    height: 434px;
    line-height: 405px;
    text-align: center;
    overflow: hidden;
}
.kj-cpzxul li {
    padding: 15px 20px;
    font-size: 15px;
    border-top: 0px;
    background: #f4f4f4;
    margin: 5px 0px;
}

.kj-cpzxul ul{
list-style:none;
padding:0px!important;
}
.kj-cpzxul li:hover {
    background-color: #0592da;
    color: #fff;
}



.kj-hgujol h4, .kj-newssum {
    overflow: hidden;
    text-overflow: ellipsis;
    color: #999999;
    /* height: 68px; */
    font-size: 13px;
}

    .kj-gujgo:hover img {
        transform: scale(1.1);
        transition: 0.5s;
    }

.kj-gujgo img {
    padding-top: 30px;
    width: 415px;
}

/*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;
        border-bottom: 1px dashed #eeeeee;
        margin-top: 10px;
    }

    .kj-product-fliter dt {
        width: 60px;
        font-weight: normal;
        float: left;
        line-height: 30px;
        color: #999999;
    }

    .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: #008ed6;
        color: #fff;
    }

.kj-product-fliter dd .viewmore {
    float: right;
    color: #338fce;
}
/*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;
        text-align: center;
        /* border-top: 0px!important; */
        background: #f4f4f4;
    }

    .kj-productgoodsinfo-table td {
        vertical-align: middle !important;
        text-align: center;
        border-top: 0px !important;
        border-bottom: 1px solid #eee;
    }

.kj-pinfo-favbox {
    padding-top: 10px;
    padding-bottom: 10px;
}

/*.kj-pinfo-image-col {
    padding-left: 0px;
}*/
.kj_proxx {
    padding-bottom: 20px;
    line-height: 30px;
}
.kj-proin {
    border-bottom: 1px dashed #ddd;
}
.kj-proin-other {
    font-weight: bold;
    font-family: revert;
}
.kj-proin:first-child{
    height: 65px;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*.kj-shiji-right {
    border: 1px solid #f4f4f4;
    min-height: 300px;
    margin-left: -16px;
}*/
.kj-produ-table tr th {
    border-top: 0px !important;
    text-align: center;
    background-color: #fbf4e4;
}
.kj-produ-table tr td {
    border-top: 0px !important;
    text-align: center;
}
.pinfo-detail-title-header {
    padding-bottom: 15px;
    border-bottom: 1px dashed #dddddd !important;
}
.kj-produ-table {
    border: 1px solid #d9d9d9;
}
.kj-thumbnail {
    border: 0px;
    position: relative;
    margin: 0px;
    padding: 0px;
}
.kj-new-data {
    display: inline-block;
}

.kj-newmiurl {
    padding-bottom: 8px;
    color: #999;
    display: inline-block;
}

.kj-newcentitle:hover {
    border-bottom: 2px solid #0344ac;
    transition: 0.5s all linear;
}

.kj-htd:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    border-bottom: 2px solid #0344ac;
}

.kj-htd:hover::before {
    transition: 0.5s all linear;
    width: 100%;
    left: 0;
}

.kj-cooperation {
    background: #f6f6f6;
}

.kj-ration {
    background: #fff;
    margin-top: 20px;
    box-shadow: 0px 0px 8px rgb(100 100 100 / 20%);
    padding-top: 35px;
    padding-bottom: 40px;
}

.kj-coopmain {
    padding-top: 20px;
    padding-bottom: 50px;
}
.kj-index-yxdc-newcontent {
    text-overflow: ellipsis;
    overflow: hidden;
    padding-bottom: 5px;
    background: #ffffff;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #f2f2f2;
    border-top: 0px;
    box-shadow: 0px 0px 3px rgb(100 100 100 / 20%);
    padding-top: 20px;
    margin-bottom: 50px;
}




.kj-pinfo-btn-bar {
    padding-top: 25px;
    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 {
    border: 1px solid #dddddd;
   
    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_pagecontent {
    line-height: 28px;
}

.kj-new-media-list {
    border: 1px solid #f0f0f0;
    padding: 15px;
    margin-top: 10px;
}

.kj-news-title > b > a {
    color: #333;
    font-size: 17px;
}

.kj-info-right {
    text-align: center;
    padding-top: 35px;
}

    .kj-info-right::before {
        border-left: 1px solid #dddddd;
        content: "";
        position: absolute;
        height: 150px;
        top: 13px;
        left: 30px;
    }
.kj-pro-list-item-cas {
    height: 20px;
}

#relproduct-swiper-container .swiper-wrapper .swiper-slide {
    height: 260px;
   
    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: #ddd;
    }

.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: #e20002;
    }

.kj-pinfo-btn-bar button {
    border-radius: 5px;
    color: #fff;
    margin-right: 10px;
    padding: 3px 25px !important;
    background-image: url(../images/probj.png);
    /*background: #e20002;*/
    border-radius: 0px;
}
.kj_xpsc:hover{
    color:#fff!important;
}
.kj-pinfo-btn-bar button:hover {
    color: #fff;
}
    .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 #1193cd;
        color: #1193cd;
        font-size: 17px;
        background-color: #fff;
    }

    .kj-buybox-btnbox .kj-btn-addtocart {
        border: 1px solid #00b1ff;
        color: #fff;
        font-size: 17px;
        background-color: #00b1ff;
    }

.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 {
    padding: 0px 15px 10px;
}
.kj-new-one:hover{
    border: 1px solid #eee;
    box-shadow: 3px 3px 4px 0 rgba(0,0,0,.3);
}



.kj-new-one {
    border: 1px solid #eee;
    padding: 20px;
    margin-top: 10px;
}
.kj-post-title {
    margin: 0px;
    color: #1abc9c;
    font-size: 23px !important;
    margin-bottom: 10px;
}
.kj-post-title>a {
    margin: 0px;
    color: #1abc9c;
}
/*.kj-newslist-box li:before {
            content: "\f105";
            font: normal normal normal 18px/1 FontAwesome;
        }*/
/*登录注册*/
.ckb {
    color: #666;
    line-height: 25px;
    margin-bottom: 6px;
}
    /*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: #00b1ff;
    }

.li-right {
    float: right;
    padding-right: 20px;
}

    .li-right > a {
        color: #00b1ff;
    }

.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;
}
.kj-guestbook_form {
    width: 530px;
    margin: 0 auto;
}
.kj-formcolumn-item-ct input {
    border: 1px solid #dadada;
    border-radius: 8px;
    font-size: 15px;
    height: 35px;
    line-height: 35px;
    padding-left: 10px;
    width: 480px;

}

.formcom-ipt {
    border: 1px solid #dadada;
    border-radius: 8px;
    font-size: 15px;
    height: 35px;
    line-height: 35px;
    padding-left: 10px;
    /* width: 480px; */
}
/*各个页面的banner*/
.kj-bannner-product {
    height: 325px;
    background-size: cover;
    background-position: center center;
}
.kj_ysyzyqo {
    padding: 20px 0;
}
.kj-flex-btn {
    position: fixed;
    z-index: 999;
    right: 16px;
    top: 45%;
}

  
#RegUserLoginBox .userloginbtn {
    padding: 5px 20px;
    font-size: 15px;
    line-height: 1.3333333;
    background-color: rgb(0 74 235);
    border-color: rgb(0 74 235);
    color: #fff;
    box-shadow: none;
    border: navajowhite;
}
#RegUserLoginBox{
  
    font-size: 17px;
   
}
#RegUserLoginBox_modal .modal-content {
    border: 1px solid rgb(255 255 255 / 20%);
}
#RegUserLoginBox_modal .modal-header {
    background: #004aeb;
    color: #fff;
}
    #RegUserLoginBox_modal .modal-header button {
        opacity: 1;
        color: #fff;
    }
@media(max-width:1680px) {
    .kj-menu-dropdown-ules {
        position: absolute;
        background-color: #004aeb;
        padding-left: 0;
        z-index: 98;
        display: none;
        top: 45px;
        left: 260px;
        width: 220px !important;
    }
}

@media(max-width:1600px) {
    .kj-menu-dropdown-ules {
        position: absolute;
        background-color: #004aeb;
        padding-left: 0;
        z-index: 98;
        display: none;
        top: 45px;
        left: 219px;
        width: 220px !important;
    }
}

@media(max-width:1500px) {
    .kj-menu-dropdown-ules {
        position: absolute;
        background-color: #004aeb;
        padding-left: 0;
        z-index: 98;
        display: none;
        top: 45px;
        left: 75px;
        width: 220px !important;
    }
}

@media(max-width:1400px) {
    .kj-menu-dropdown-ules {
        position: absolute;
        background-color: #004aeb;
        padding-left: 0;
        z-index: 98;
        display: none;
        top: 45px;
        left: 75px;
        width: 220px !important;
    }
}
@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;
    }
    .kj-head-QRcode {
        margin-right: -50px;
    }


}

@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 (min-width: 1920px) {
    .kj-top-container {
        width: 1230px;
    }

    .kj-body-container {
        width: 1200px;
    }
}

@media (max-width: 1800px) {
    .kj-top-container {
        width: 1230px;
    }
    .kj-body-container {
        width: 1200px;
    }
}

@media (max-width: 1600px) {
    /*.kj-top-container {
        width: initial;
    }
    .kj-body-container {
        width: initial;
    }*/
}

@media (max-width: 1400px) {
    /*.kj-top-container {
        width: initial;
    }
    .kj-body-container {
        width: initial;
    }*/
}

@media (max-width: 1200px) {
    /*.kj-top-container {
        width: initial;
    }
    .kj-body-container {
        width: initial;
    }*/
    .kj-navbar .navbar-nav > li > a {
        padding-left: 22px;
        padding-right: 22px;
    }
}
@media(min-width:768px) {
    .kj-top-container {
        width: 750px;
    }
}
@media(min-width:992px) {
    .kj-top-container {
        width: 970px;
    }
}

@media(min-width:1200px){
    .kj-top-container {
        width: 1170px;
    }
}
/* md */
@media(min-width:992px) and (max-width:1199px) {
    .kj-search-group > input {
        width: 420px !important;
    }

    .kj-bottom-con > ul > li {
        margin-right: 0;
    }

    .kj-nav.nav > li > ul {
        position: absolute;
        background-color: #ffffff;
        padding-left: 0;
        width: -webkit-fill-available;
        z-index: 98;
        display: none;
        left: 0px;
    }

    .kj-index-banner-image {
        height: 360px;
    }

    .kj-nav.nav > li > ul > li {
        padding: 6px 20px;
    }

    .kj-index-threepro-img {
        height: 195px;
    }

    .kj-index-xpsj-img {
        height: 410px;
        background-position: center center;
    }

    .kj-brand-box {
        margin-top: 20px;
    }
}
@media (max-width: 992px) {
    .kj-top-container {
        width: initial;
    }
    .kj-body-container {
        width: initial;
    }
 
}


/*-end*/

/* sm */
@media(min-width:768px) and (max-width:991px) {
    .kj-head-left > form {
        padding-left: 10px;
        padding-top: 30px;
    }

    /*.kj-search-group > input {
        width: 270px !important;
    }*/

    .kj-nav.nav > li > a {
        padding: 15px 12px;
    }

    .kj-nav.nav > li:first-child > a {
        padding: 15px 35px;
    }

    .kj-bottom-con > ul > li {
        padding-right: 0;
        margin-right: 0;
    }

    .kj-index-threepro-img {
        height: 150px;
    }

    .kj-index-xpsj-img {
        height: 328px;
        background-position: center center;
    }

    .kj-index-banner-image {
        height: 300px;
    }

    .kj-nav.nav > li > ul > li {
        padding: 0px 14px;
    }

    .kj-brand-box {
        margin-top: 20px;
    }
}
/* xs */
@media(max-width:768px) {
    .kj-top-container {
        width: initial;
    }

    .kj-body-container {
        width: initial;
    }

    .kj-page-content-body img {
        max-width: 100% !important;
        height: initial;
    }

    .kj-index-newpro-title {
        font-size: 18px;
        text-align: center;
        /* border-bottom: 1px solid #ebeaea; */
        padding-bottom: 0px;
        margin-top: 20px;
    }

    .kj-index-newpro-con .kj-index-newpro-col:first-child {
        display: none
    }

    .kj-index-newpro-con .kj-index-newpro-col:nth-child(2) {
        display: none
    }

    .kj-search-form-box {
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 10px;
    }

    kj-bannner-all {
        height: 80px !important;
    }

    .kj-mall-shopcart {
        padding: 2px 41px;
    }

    .kj-index-newpro-col {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 10px;
    }

    .kj-navbar .navbar-nav > li > a {
        color: #004aeb;
        border-bottom: 1px dashed #f4f4f4;
        background: #ffffff;
        color: #223b74 !important;
    }

    .kj-index-floor-headtitle {
        padding-left: 15px;
    }

    .kj_ingraljf {
        height: 105px !important;
    }

    .kj-product-content .nav-tabs a {
        border-width: 0px;
        border-radius: 0px;
        padding-left: 15px !important;
        padding-right: 25px !important;
        font-size: 14px;
    }

    .kj-nav.nav > li > a {
        padding: 8px 30px;
        transition: all 0.5s ease 0s;
    }

    .tab-content {
        padding: 0px;
    }

    .kj-hgujol h4, .kj-newssum {
        overflow: hidden;
        text-overflow: ellipsis;
        color: #999999;
        /* height: 68px; */
        font-size: 13px;
        padding-left: 22px;
    }

    .kj-newssum-info {
        color: #999;
        padding-left: 60px;
    }

    .kj-shopcart-mainrea {
        padding-top: 120px;
    }


    .kj-index-shopcart {
        padding: 8px 15px;
    }

    .kj-pro-switer-container-hot .swiper-slide {
        height: 360px;
    }

    .kj-bannner-product {
        height: 62px;
        background-size: contain;
        background-position: center center;
    }

    .kj-onlick-recive {
        writing-mode: unset !important;
        line-height: 30px !important;
        min-height: 30px !important;
    }

    .kj-Coupon-money {
        font-size: 45px !important;
        line-height: 65px !important;
        /* font-weight: bold; */
        color: #ef0036 !important;
    }

    .kj-youhuijian {
        margin-top: 0px !important;
        border-left: 0px solid #e2e2e2 !important;
    }

    .kj-count-box::after {
        width: 0px !important;
        height: 0px !important;
    }

    .kj-count-box {
        border-right: 1px solid #e6e8e9 !important;
    }

    .kj-Coupon-money span sup {
        font-weight: 600 !important;
        font-size: 27px !important;
        padding-right: 15px !important;
    }

    .kj-product-info span {
        padding-right: 9px;
    }

    .kj-logo-area-row {
        height: 135px;
        padding-top: 55px;
    }

    .kj-thumbnail a > img {
        min-height: 130px;
        max-height: 130px;
    }

    .kj-tabpro-swiper-col .kj-pro-href-img {
        height: 150px;
        line-height: 150px;
    }

    .kj-index-swiper-hot {
        padding: 10px;
    }

    .kj-navbar .container, .kj-navbar .navbar-collapse {
        padding-left: 15px;
        padding-right: 15px;
    }

    .kj-navbar {
        background-color: #fff;
        color: #333;
        position: fixed;
        right: 0;
        left: 0;
        top: 0;
        z-index: 1030;
    }

    .kj-fix-btn, .kj-header .pull-left, .kj-head, .kj-nav.nav > li:first-child, .kj-bottom-con, .kj-bottom {
        display: none;
    }
    .kj-page-text {
        padding-left: 40px;
        line-height: 30px;
        text-indent: 25px;
        height: 395px;
        overflow: auto;
        text-overflow: ellipsis;
        font-size: 14px;
    }
    .kj-date-news {
        font-size: 13px;
        color: #333;
        /* font-weight: bold; */
        white-space: break-spaces;
        /* overflow: hidden; */
        /* height: 23px; */
        display: inline-block;
        padding-left: 15px;
        text-overflow: initial;
    }
    .kj-navbar.navbar, .container > .navbar-header {
        min-height: 60px;
        background-color: #fff;
    }
    .kj-index-six-img img {
        height: 30px;
    }
    .kj-shopcart-mainrea {
        padding-top: 25px;
    }
    .kj-shopcart-main {
        padding-top: 15px!important;
    }
    .breadcrumb {
        padding-top: 30px;
    }
    .kj-prodetail-price table > tbody > tr > td:first-child {
        width: 20%;
     
    }
    .kj-productitem-row .kj_proxx {
        line-height: 25px;
    }
    .kj-pro-num-box-min {
        width: 130px;
    }
    .navbar-brand {
        padding: 8px 15px;
    }
    .kj-index-six-title a {
        font-size: 14px;
        color: #c7c7c7;
        /* white-space: nowrap; */
        text-align: center;
    }

        .navbar-brand > img {
            max-width: 94px;
        }

    .navbar-toggle {
        background-color: inherit;
        border-color: #dedede;
        margin-top: 22px;
        margin-right: 20px;
        border: 0px;
        color: #042262;
    }
    .kj-index-six {
        text-align: center;
        margin: 20px 0px;
    }
    .kj-index-six-one {
        margin-top: 10px;
    }
    .kj-index-threepro {
        margin-bottom: 5px;
    }
    .kj-index-threepro-img {
        height: 215px;
    }
    .kj-index-six-img {
        height: 50px;
        /* background: #f4f4f4; */
        padding-top: 10px;
        border-radius: 10px;
        margin-bottom: 10px;
    }
    .kj-index-newpro-image {
        display: block;
        height: 105px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .kj-bottom {
        background-color: #2a2a2a;
        color: #ffffff;
        padding-top: 0px;
        display: block !important;
        padding: 0px;
    }
    .kj-index-newpro-col-con {
        border: 0px;
        border-bottom: 1px solid #ebeaea;
        background: #fff;
    }
    .kj-service {
        padding: 0px 0px 0px 0px;
        margin-top: 0px;
    }
    .f-linebox {
        width: 100%;
        background-color: #777777;
        height: 2px;
    }
    .navbar-toggle .icon-bar {
        background-color: #dedede;
    }
    .kj-index-newpro {
        padding: 30px 0px 0px 0px;
        background: #ffffff;
        margin: 0px;
    }

    .kj-navbar.navbar a {
        color: #323232;
    }

    .kj-index-banner-image {
        height: 128px;
    }
    .kj-footer {
         text-align: left; 
        font-size: 15px;
    }

    .f-hide {
        display: none;
        padding-left: 0px;
        padding-top: 10px;
        margin-bottom: 0px;
    }

        .f-hide li {
            display: block;
            padding-bottom:10px;
        }
        .f-hide a {
            font-size: 14px;
            color: #DFDFDF;
            font-weight: normal;
        }
        .kj-index-threepro-img {
            height: 145px;
        }

  

    .kj-index-xpsj-img {
        height: 254px;
    }

    /*品牌中心*/
    .kj-brand-box{
        margin-top:20px;
    }
/*底部导航*/
    .kj-foot-navbar {
        border-bottom: 1px solid #8a8e96;
        margin: 0px;
        padding-bottom: 40px;
        margin-bottom: 10px;
    }
    .navbar-nav > li {
        float: left;
    }
    .kj-foot-navbar > li > a {
        float: left;
        color: #fff;
        padding-left: 10px;
        font-size: 15px;
        padding-right: 10px;
    }
    .kj-discount-nav-tabs > li.active > a, .kj-discount-nav-tabs > li.active > a:hover, .kj-discount-nav-tabs > li.active > a:focus {
        color: #fff;
        cursor: default;
        background-color: #1458ed;
        border: 0px solid #ddd;
        border-bottom-color: transparent;
        padding: 10px 4px;
        margin: 0px;
    }
    .kj-discount-nav-tabs > li > a {
        color: #333;
        padding: 10px 4px;
    }
    .kj-discount-nav-tabs li {
        width: 33%;
        text-align: center;
    }
    .kj-discount-nav-tabs {
        border-bottom: 1px solid #ebebeb;
    }
    .kj-phone_menu {
        position: absolute;
        top: 10px;
        left: 12px;
        display: block;
        width: 40px;
        height: 40px;
        outline: 0;
        background: url(../images/list.svg) no-repeat center;
        background-size: 34px 34px;
        cursor: pointer;
    }
    .header-top, .bg-both {
        min-height: 58px;
    }
    .header {
        min-height: 110px;
        background: #ffffff;
    }
    .Logo .logo_a {
        position: static;
        margin: 0 auto;
        width: 150px;
    }
    .Logo {
       margin:0px; padding:0px;
    }
        .Logo .logo_a {
            /*position: absolute;
            top: 5px;
            left: 115px;*/
            display: block;
            padding-top:5px;
        }
    .header-top a {
        color: #fff;
    }
    .hide-QQ img {
        height: 35px;
    }
    .Logo .hide-QQ {
        position: absolute;
        top: 10px;
        right: 12px;
        display: block;
        width: 40px;
        height: 40px;
        outline: 0;
        background: url(../images/QQ.svg) no-repeat center;
        background-size: 34px 34px;
        cursor: pointer;
    }
    .logo_a img {
        max-width: 100%;
        max-height: 100%;
        border: none;
    }
    .kj-search-group > input {
        text-indent: 0px;
        height: 38px;
        border-radius: inherit;
        border: 1px solid #048ed7;
        font-size: 13px;
        border-radius: 0px !important;
    }
    .kj-title-after:after {
        content: "";
        width: 0px;
        height: 1px;
        background-color: #b8b7b7;
        position: absolute;
        margin-top: 17px;
        margin-left: 26px;
    }
    .kj-title-after:before {
        content: "";
        width: 0px;
        height: 1px;
        background-color: #b8b7b7;
        position: absolute;
        margin-top: 17px;
        margin-left: 26px;
    }
    .kj-search-form .kj-btn-topsearch {
        color: #484747;
        border: 1px solid #048ed7;
        background-color: #ffffff;
        border-radius: inherit;
        margin-left: -4px;
        width: 64px;
        height: 38px;
        border-left: 1px solid #ddd;
    }
    .menu_box .menu_show {
        left: 0 !important;
        -webkit-transition: all ease .8s;
        -moz-transition: all ease .8s;
        -o-transition: all ease .8s;
        transition: all ease .8s;
    }
    .kj-youshipro {
        margin-left: -30px;
    }
    .menu_box .menu {
        position: fixed;
        z-index: 10004;
        top: 110px;
        left: -110%;
        overflow-y: auto;
        padding: 5px 2% 130px;
        width: 96%;
        height: 100%;
        background: #fff;
        border-right: 2px solid #008ed6;
        -webkit-transition: all ease .5s;
        -moz-transition: all ease .5s;
        -o-transition: all ease .5s;
        transition: all ease .5s;
    }
    .menu-item {
        position: relative;
        border-bottom: 1px dashed #ddd;
        background: #fff;
    }
    .phone_submenu_this {
        transform: rotateX( 180deg );
    }
    .phone_submenu {
        position: absolute;
        top: 10px;
        right: 0;
        display: inline-block;
        width: 40px;
        height: 36px;
        outline: 0;
        text-align: center;
        line-height: 36px;
        color: #008ed6;
        font-weight: 700;
        cursor: pointer;
    }
    .menu-item:hover > a {
        background-color: #fff;
        color: #232323;
    }
    .submenu {
        position: static !important;
        width: 100%;
        height: auto;
        border-top: 1px dashed #ddd;
    }
    .submenu {
        position: absolute;
        top: 60px;
        left: 0px;
        display: none;
        padding: 15px 10px;
        width: 1120px;
        height: 350px;
        background: #fff;
        overflow: hidden;
    }
    .menu a {
        color: #232323;
    }
    .menu-item a {
        display: inline-block;
    }
    .menu-item-title {
        margin: 10px 0;
        padding-left: 45px;
        width: 100%;
        height: 36px;
        color: #fff;
        line-height: 36px;
    }
    .submenu-item {
        padding-top: 5px;
        height: 40px;
        padding: 0;
    }
        .submenu-item .submenu-item-title {
            position: static;
            display: block;
            line-height: 40px;
            padding-left: 36px;
            width: auto;
            max-width: 100%;
            font-weight: normal;
        }
    .menu-item:hover .submenu, .submenu-R-cnt {
        display: none;
    }
    .menu_body{
        overflow:hidden;
    }
    .submenu-R-cnt {
        position: relative;
        padding: 0 50px 0 160px;
        border-bottom: 1px dashed #ddd;
    }
    .submenu-item-con {
        overflow: hidden;
        width: 100%;
        height: 30px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .kj-gallery-top{
        height:200px!important;
    }
    .kj-proname {
       
        margin-top: 20px;
    }
    .kj-pronum {
      
        line-height: 28px;
    }
    .kj-cpxq-w5-2 {
        margin: 8px 0px 12px 0px;
        border: 1px solid #e83241;
    }
    .kj-pro-num-box-min input {
        width: 55px;
        height: 25px;
        text-align: center;
        border: 0px;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
        -webkit-appearance: none
    }
    .kj-f-click {
        padding-top:5px;
        padding-bottom: 5px;
    }

    .kj-index-banner {
        padding-left: 0px;
        padding-top: 25px;
    }

    body {
        padding-top: 0px !important;
    }
}
 

@media(min-width:768px) {

    .kj-logo-area.collapse, .footer-row ul.collapse {
        display: block;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

    kj-bannner-all {
        height: 80px !important;
    }
}
