﻿﻿
.col-xs-per20,
.col-sm-per20,
.col-md-per20,
.col-lg-per20 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-per20 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-per20 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-per20 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-per20 {
        width: 20%;
        float: left;
    }
}

body {
    margin: 0px;
    padding: 0px;
}
/*buttons*/

.btn-primary, .btn-primary:active, .btn-primary:focus, .btn-primary:active:focus {
    background-color: #2771e5;
    border-color: #2771e5;
}

    .btn-primary:hover {
        background-color: #317ee7;
        border-color: #317ee7;
    }

    .btn-primary:active {
    }

.btn-default {
    border-color: #2771e5;
    color: #2771e5;
}

.kj-btn-noradius {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.kj-btn-warning-bordered {
    border-color: #ff9600;
    color: #ff9600;
}

    .kj-btn-warning-bordered:hover {
        background-color: #ff9600;
        border-color: #ff9600;
        color: #fff;
    }

    .kj-btn-warning-bordered:active, .kj-btn-warning-bordered:focus, .kj-btn-warning-bordered:active:focus {
        background-color: #ff9600;
        border-color: #ff9600;
        color: #fff;
    }
.kj-btn-warning {
    background-color: #ff9600;
    border-color: #ff9600;
    color:#fff;
}
/*end*/
a {
    color: #333333;
}

    a:hover {
        color: #0058bd;
    }

.breadcrumb a {
    color: #0058bd;
}

.kj_nav {
    margin-bottom: 0px;
    border-bottom: 0px solid #dfdfdf;
}

.kj_top {
    background-color: #f7f7f7;
    color: #666666;
    line-height: 35px;
    border-bottom: 1px solid #dddddd;
}

.kj_top_left a {
    margin-right: 10px;
}

.kj_top_left .glyphicon {
    margin-right: 8px;
}

.kj_top a {
    color: #666666;
}

.kj_top_right a {
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
}

    .kj_top_right a:hover {
        background-color: #eeeeee;
    }

.kj_top_wechat, .kj_top_weibo {
    position: relative;
}

    .kj_top_wechat div, .kj_top_weibo div {
        display: none;
    }

    .kj_top_wechat:hover div, .kj_top_weibo:hover div {
        display: block;
        position: absolute;
        top: 35px;
        right: 0px;
        background-color: #ffffff;
        z-index: 99;
        padding: 10px;
        border: 1px solid #dddddd;
    }

.kj_nav_top {
    margin-left: -15px;
    margin-right: -15px;
    height: 145px;
}

.kj_navv {
    background-color: #0058bd;
    color: #ffffff;
}

.kj_nav_top .navbar-brand {
    padding-top: 28px;
}
/*nav bar*/
.kj_ybnav {
    margin-right: -15px;
    margin-left: -15px;
}

    .kj_ybnav .navbar-nav > li > a {
        padding-top: 13px;
        padding-bottom: 12px;
        font-size: 16px;
        color: #ffffff;
        padding-left: 37px;
        padding-right: 37px;
    }

    .kj_ybnav .navbar-nav > li:after {
        content: "";
        width: 0;
        height: 2px;
        background: #8cc4fa;
        position: absolute;
        bottom: 0;
        left: 0;
        transition: all 0.5s ease 0s;
    }

    .kj_ybnav .navbar-nav > li:hover a, .kj_ybnav .navbar-nav > li:hover a:active, .kj_ybnav .navbar-nav > li > a:active, .kj_ybnav .navbar-nav > li > a:focus{
        color: #ffffff;
        background-color: #2771e5;
    }
    .kj_ybnav .nav .open > a, .kj_ybnav .nav .open > a:hover, .kj_ybnav .nav .open > a:focus {
        background-color: #2771e5;
    }
.kj_ybnav .navbar-nav > li:hover:after {
    width: 100%;
}

    .kj_ybnav .navbar-nav .caret {
        display: none;
    }

    .kj_ybnav .navbar-nav > li > .dropdown-menu {
        background-color: #0058bd;
        border-width: 0px;
    }

        .kj_ybnav .navbar-nav > li > .dropdown-menu a {
            color: #ffffff;
            line-height: 35px;
            text-align: center;
        }

            .kj_ybnav .navbar-nav > li > .dropdown-menu a:hover {
                background-color: #0058bd;
            }

.kj-sitephone-logo {
    height: 50px;
}

.kj-search-box-row {
    background-color: #f2f2f2;
    border: 3px solid #0058bd;
    margin-bottom: 20px;
}

.kj-search-col {
    padding: 25px;
}

.kj-searchbox-box {
    padding-top: 12px;
    width: 800px;
}

.kj-hot-search {
    color: #999999;
    padding-top: 8px;
    padding-bottom: 8px;
}

    .kj-hot-search a {
        color: #999999;
    }

.kj-product-nav-menu {
    width: 215px;
    text-align: center;
    background-color: #2771e5;
}

.kj-searchbox-form {
    /*width:500px;*/
    margin-top:30px;
}

    .kj-searchbox-form input {
        height: 41px;
        transition: all 0.5s ease 0s;
        border: 2px solid #317ee7;
    }

.btn-kj-search {
    height: 41px;
    background-color: #317ee7;
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    transition: all 0.5s ease 0s;
    border-radius: 0px;
}

    .btn-kj-search:hover {
        color: #fff;
        background-color: #0058bd;
    }

    .btn-kj-search i {
        margin-right: 8px;
    }

.kj-search-col-phone {
    border-left: 1px solid #dfdfdf;
}

.kj-index-productcata-tree {
    background-color: #1c8f47;
    padding-left: 8px;
    padding-right: 8px;
}

.kj-index-productcata-tree-h1 {
    font-size: 22px;
    text-align: center;
    padding: 10px;
    color: #ffffff;
}

    .kj-index-productcata-tree-h1:before {
        content: "-";
    }

    .kj-index-productcata-tree-h1:after {
        content: "-";
    }

.kj-index-productcata-item {
    background-color: #ffffff;
    padding: 16px;
    text-align: center;
    margin-bottom: 8px;
    transition: all 0.5s ease 0s;
}

    .kj-index-productcata-item:hover {
        background-color: rgba(255,255,255,.8);
    }

    .kj-index-productcata-item a {
        color: #666666;
        font-size: 15px;
    }

.kj-index-productc-titlebox {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
}

    .kj-index-productc-titlebox a {
        color: #666666;
        padding-top: 10px;
    }

.kj-index-productc-titleh1 {
    font-size: 24px;
    color: #0058bd;
}

.kj-product-item {
    border: 1px solid #f1f1f1;
}

.kj-newproduct-img {
    height: 150px;
    overflow: hidden;
}

.kj-newproduct-href {
    background-color: #f1f1f1;
    padding-top: 8px;
    padding-bottom: 8px;
}

    .kj-newproduct-href a {
        display: block;
        color: #999999;
        text-align: center;
        font-size: 14px;
        height: 21px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .kj-newproduct-href a.kj-namehref {
            color: #333333;
        }

.kj-index-companyprofile {
    margin-top: 40px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f8f8f8;
}

.kj-index-companyprofile-box {
    background-color: #ffffff;
    padding: 15px;
}

.kj-index-newsbox {
    padding: 15px;
}

.kj-index-newslistbox ul {
    margin: 0px;
    padding: 0px;
    padding-top: 10px;
}

.kj-index-newslistbox li {
    padding-top: 5px;
    list-style: none;
    margin: 0px;
    padding-bottom: 5px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

    .kj-index-newslistbox li:last-child {
        border-bottom: 0px;
    }

    .kj-index-newslistbox li:before {
        content: "▪";
        color: #90bef4;
        font-size: 18px;
    }

    .kj-index-newslistbox li a {
        color: #666666;
        padding-left: 10px;
    }

    .kj-index-newslistbox li span {
        float: right;
        font-size: 14px;
        color: #cccccc;
    }

.kj-news-tt-h1 {
    padding-top: 8px;
    padding-bottom: 8px;
}

    .kj-news-tt-h1 a {
        font-size: 18px;
        color: #333333;
    }

.kj-new-tt-summary {
    color: #666666;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 25px;
}

.kj-new-tt-time {
    color: #999999;
}

.kj-idx-cominfo-h1 {
    padding-top: 15px;
    font-size: 25px;
    color: #0058bd;
}

.kj-idx-cominfo-content {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 35px;
    color: #999999;
}

.kj-idx-cominfo-ctrl {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #999999;
}

    .kj-idx-cominfo-ctrl a {
        color: #999999;
    }

/*banner*/
.kj-index-banner {
    position: relative;
}

.kj-index-loginbox {
    width: 330px;
    padding: 30px;
    background-color: rgba(0,0,0,.5);
    height: 369px;
    position: absolute;
    right: 0px;
    top: -369px;
    z-index: 2;
}

.kj-index-loginbox-inner {
    background-color: #fff;
}

    .kj-index-loginbox-inner .media-body {
        vertical-align: middle;
    }

.kj-search-links i {
    color: #91baf2;
    font-size: 9px;
}

.kj-latesnews-box {
    border-bottom: 1px solid #dddddd;
    padding-top: 15px;
    padding-bottom: 15px;
}

.kj-latesnews-title i {
    color: #2771e5;
    margin-right: 10px;
}

.kj-latesnews-title {
    font-weight: bold;
    float: left;
    border-right: 1px solid #dddddd;
    padding-right: 20px;
    font-size: 16px;
    display: inline-block;
}

.kj-latesnews-contentbox {
    float: left;
    width: 1000px;
}

    .kj-latesnews-contentbox .kj-newsitem {
        width: 45%;
        display: inline-block;
        padding-left: 10px;
        padding-right: 10px;
    }

        .kj-latesnews-contentbox .kj-newsitem:before {
            content: "▪";
            color: #0058bd;
            padding-right: 5px;
        }
/*浮动栏目*/
.kj-floatbar {
    position: fixed;
    transition: all 0.5s ease 0s;
    z-index: 2000;
}

.kj-pos-h-right {
    right: 10px;
}

.kj-pos-v-middle {
    top: 50%;
    transform: translateY(-50%);
}

.kj-floatbar-item {
    position: relative;
    margin-bottom: 10px;
}

.kj-floatbar-item-icon {
    width: 60px;
    height: 60px;
    transition: all 0.5s ease 0s;
    font-size: 24px;
    color: #777777;
    border: 1px solid #dddddd;
    line-height: 60px;
    text-align: center;
    background-color: #ffffff;
}

    .kj-floatbar-item-icon:hover {
        background-color: #FB9A19;
        border-color: #FB9A19;
        color: #ffffff;
    }

    .kj-floatbar-item-icon a {
        color: #777777
    }

    .kj-floatbar-item-icon:hover a {
        color: #ffffff;
    }

.kj-floatbar-item-content {
    position: absolute;
    top: 0px;
    min-width: 100px;
    display: none;
    min-height: 100px;
    padding: 10px;
    background-color: #FB9A19;
    color: #ffffff;
}

    .kj-floatbar-item-content a {
        color: #ffffff;
    }

.kj-pos-h-right .kj-floatbar-item-content {
    right: 60px;
}

.kj-floatbar-item:hover .kj-floatbar-item-content {
    display: block;
}

#floatbar-arraw-up {
    display: none;
}

/*---end----*/


/*hot sales*/
.kj-hotsales-div {
    line-height: 50px;
    margin-top: 20px;
}

.kj-hotsales-title {
    font-size: 24px;
    color: #0058bd;
}

.kj-hotsales-item-col {
    border: 1px solid #e0e0e0;
    margin-left: -1px;
    margin-bottom: -1px;
    transition: all 0.5s ease 0s;
}

    .kj-hotsales-item-col:hover {
        box-shadow: 0px 0px 10px rgba(100,100,100,.5);
    }

.kj-hotsales-item-h1 {
    text-align: center;
    font-size: 16px;
    overflow: hidden;
    height: 40px;
    margin-top: 10px;
    line-height: 40px;
    border-bottom: 1px dotted #e0e0e0;
}

.kj-hotsales-item-col img {
    width: 100px;
    max-height: 100px;
}

.kj-hotsales-item-col .media {
    height: 140px;
    overflow: hidden;
    padding: 10px;
    padding-top: 20px;
}

    .kj-hotsales-item-col .media .media-body {
        font-size: 13px;
        color: #666666;
        line-height: 25px;
        white-space: nowrap;
        overflow: hidden;
    }

        .kj-hotsales-item-col .media .media-body a {
            display: block;
            color: #0058bd;
            padding-top: 10px;
        }
/*end*/

/*楼层*/

.kj-idx-cata-floor {
    line-height: 50px;
    margin-top: 20px;
    border-bottom: 2px solid #dddddd;
}

.kj-idx-cata-floor-title {
    font-size: 24px;
}

.kj-idx-floor-imagebox {
    height: 255px;
    background-repeat: no-repeat;
}

.kj-idx-floor-fcol {
    padding: 0px;
}

.kj-idx-floor-frow {
    margin-left: 0px;
    margin-right: 0px;
}

.kj-idx-floor-item-col {
    border: 1px solid #e0e0e0;
    border-width: 0px 1px 1px 0px;
    height: 255px;
    overflow: hidden;
    transition: all 0.5s ease 0s;
}

    .kj-idx-floor-item-col:hover {
        box-shadow: 0px 0px 10px rgba(100,100,100,.5);
    }

.kj-idx-floor-item-proname {
    font-size: 16px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    margin-top: 15px;
}

.kj-idx-floor-item-casno {
    font-size: 12px;
    color: #666666;
    line-height: 20px;
    height: 20px;
    text-align: center;
    overflow: hidden;
}

.kj-idx-floor-item-inquiry {
    border-top: 1px dotted #e0e0e0;
    text-align: center;
    color: #0058bd;
    line-height: 40px;
}

    .kj-idx-floor-item-inquiry a {
        color: #0058bd;
    }

.kj-idx-floor-item-image {
    display: table;
    vertical-align: middle;
    text-align: center;
    height: 140px;
}

    .kj-idx-floor-item-image a {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

.kj-idx-floor-hotsale-h1 {
    background-color: #dddddd;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
}

.kj-idx-floor-hotsale-itembox {
    padding: 5px;
    padding-left: 8px;
    padding-right: 8px;
    background-image: url(../images/num.png);
    background-position: 5px 2px;
    background-repeat: no-repeat;
}

.kj-idx-floor-hotsale-item {
    line-height: 36px;
    border-bottom: 1px dashed #e0e0e0;
    height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-indent: 23px;
}

    .kj-idx-floor-hotsale-item:last-child {
        border-bottom: 0px;
    }

.kj-idx-floor-fcol-hotsale {
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    height: 255px;
    overflow: hidden;
}
/*end*/

/*index service*/
.kj-service-content-row {
    margin-right: -30px;
    margin-left: -30px;
}

.kj-idx-service-imagebox {
    height: 145px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
}

.kj-idx-service-contentbox {
    height: 70px;
    overflow: hidden;
}

.kj-idx-service-title {
    margin-top: 30px;
    font-size: 32px;
    text-align: center;
    position: relative;
    height: 50px;
    margin-bottom: 10px;
}

    .kj-idx-service-title div {
        position: absolute;
        left: 0px;
        top: 0px;
        right: 0px;
    }

    .kj-idx-service-title span {
        background-color: #ffffff;
        padding: 10px;
    }

    .kj-idx-service-title:before {
        content: " ";
        position: absolute;
        left: 0px;
        right: 0px;
        top: 50%;
        border-bottom: 2px solid #e0e0e0;
    }

.kj-idx-service-content-title {
    font-size: 16px;
    font-weight: bold;
}

    .kj-idx-service-content-title a {
        display: block;
    }

        .kj-idx-service-content-title a:after {
            content: "\f105";
            float: right;
            font: normal normal normal 16px/1 FontAwesome;
            color: #0058bd;
        }

.kj-idx-service-contentbox {
    padding: 10px;
    background-color: #f8fcff;
    line-height: 25px;
}

.kj-idx-service-content-intro {
    height: 25px;
    font-size: 12px;
    color: #666666;
}
/*end*/
/*index news*/
.kj-index-newsbox-title {
    font-size: 24px;
    border-left: 4px solid #0058bd;
    padding-left: 10px;
}
/*end*/

.kj-footer-top {
    background-color: #ffffff;
    border-top: 1px solid #e0e0e0;
    padding-top: 18px;
    padding-bottom: 18px;
}

.kj_footer {
    background-color: #2f383d;
    color: #dcdcdc;
}

    .kj_footer a {
        color: #bebebe;
    }

.kj_footernav {
    padding-top: 30px;
    padding-bottom: 30px;
}

    .kj_footernav h5 {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .kj_footernav ul, .kj_footernav ul li {
        list-style: none;
        margin: 0px;
        padding: 0px;
        font-size: 13px;
        line-height: 25px;
        color: #cccccc;
    }

.kj_footer-bottom {
    background-color: #272f33;
    text-align: center;
    color: #939698;
    line-height: 25px;
    padding: 10px;
}

.kj-footer-bottom-friendlink a {
    margin-right: 8px;
}

.kj_footer-bottom a {
    color: #939698;
}

.kj-footer-bottom-quicklink span {
    padding-left: 15px;
    padding-right: 15px;
}
/*page*/
.kj-about-leftbox ul, .kj-about-leftbox li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.kj-about-leftbox .catalog1 > li > a {
    background-color: #0058bd;
    color: #ffffff;
    display: block;
    padding: 8px;
    font-size: 16px;
    text-indent: 20px;
}

.kj-about-leftbox .catalog2 a {
    background-color: #f7f7f7;
    text-indent: 20px;
    display: block;
    padding: 8px;
    font-size: 14px;
    border-bottom: 3px solid #fff;
}

.kj-about-leftbox h5 {
    border-bottom: 2px solid #0058bd;
    color: #0058bd;
    font-size: 18px;
    padding: 10px;
    padding-left: 20px;
}

.kj-about-leftbox-content {
    background-color: #f8f8f8;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .kj-about-leftbox-content li, .kj-about-leftbox-content ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
        color: #666666;
        line-height: 30px;
    }

    .kj-about-leftbox-content a {
        color: #333333;
        display: block;
        text-indent: 20px;
    }
/*end*/
/*product*/

.kj-prolist-col-item {
    border: 1px solid #e5e5e5;
    margin-bottom: 15px;
    padding: 20px;
}

.kj-search-goodlisttogglehref {
    font-size: 14px;
    color: #0058bd;
}

.kj-prolist-col-item-title-search {
    padding-bottom: 10px;
    min-height: 35px;
    margin-bottom: 10px;
}

.kj-prolist-col-item-title {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
    min-height: 50px;
    margin-bottom: 15px;
}

.kj-prolist-col-item-title-h1 {
    font-size: 16px;
}

.kj-prolist-col-item-title-h2 {
    font-size: 14px;
}

.kj-prolist-col-item-subinfo-row {
    line-height: 30px;
}

    .kj-prolist-col-item-subinfo-row span {

    }

.kj-productcata-menutitle {
    background-color: #0058bd;
    color: #ffffff;
    font-size: 25px;
    padding: 15px;
    margin-bottom: 8px;
}

    .kj-productcata-menutitle span {
        display: block;
        font-size: 16px;
    }

.kj-prodcata-item {
    background-color: #f1f1f1;
    margin-bottom: 2px;
    padding: 15px;
}

    .kj-prodcata-item:hover {
        background-color: #ffb82e;
    }

    .kj-prodcata-item a {
        color: #666666;
    }

    .kj-prodcata-item:hover a {
        color: #ffffff;
    }

.col-prolist-item-box {
    border: 1px solid #f1f1f1;
}

.col-prolist-item-box-info {
}

.col-prolist-item-box-img a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.col-prolist-item-box-img img {
    margin: 0px auto;
    width: auto;
    height: auto;
}

.col-prolist-item-box-info {
    padding: 8px;
    color: #666666;
}

    .col-prolist-item-box-info a {
        color: #666666;
    }

.kj-prolist-cata-title {
    border-bottom: 2px solid #dddddd;
    padding-bottom: 10px;
    padding-top: 10px;
}

    .kj-prolist-cata-title h1 {
        font-size: 20px;
        margin: 0px;
        padding: 0px;
    }

    .kj-prolist-cata-title .breadcrumb {
        background-color: transparent;
        margin-bottom: 0px;
    }

.kj-proitem-href-sub {
    padding-bottom: 8px;
    text-align: center;
}

    .kj-proitem-href-sub span {
        float: right;
    }

.col-prolist-item-box-info .btn-prodetail {
    color: #999999;
}

.kj-proitem-href {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.kj-proitem-href-sub {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    padding-bottom: 8px;
}

.kj-hotproduct-title {
    font-size: 16px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    color: #0058bd;
    background-color: #f5f5f5;
}

.kj-hotproduct-outerbox {
    border: 1px solid #e5e5e5;
}

.kj-hotproduct-box {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}

    .kj-hotproduct-box .media {
    }

        .kj-hotproduct-box .media .media-left a {
            border: 1px solid #dddddd;
            display: block;
            padding: 8px;
        }

        .kj-hotproduct-box .media img {
            width: 60px;
        }

        .kj-hotproduct-box .media .media-heading {
            font-size: 14px;
        }

.kj-goodslist-table table {
    border: 1px solid #e0e0e0;
}

.kj-goodslist-table th {
    background-color: #2870e6;
    color: #ffffff;
}

.col-left-menu {
    padding-right: 0px;
}
/*end*/

.col-left-article-menu {
    padding-left: 0px;
}
/*product info*/
/*end*/
.pagination li.active a {
    background-color: #0058bd;
    border-color: #0058bd;
}

.pagination > li > a, .pagination > li > span {
    color: #0058bd;
}

    .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
        color: #0058bd;
    }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #0058bd;
    border-color: #0058bd;
}

.kj-mainarea {
    margin-bottom: 20px;
    margin-top: 20px;
}

.kj_loginreg a {
}

.kj_loginreg .glyphicon-shopping-cart {
    padding-right: 5px;
}

.kj_loginreg a:after {
    content: " | ";
    padding-left: 5px;
    padding-right: 5px;
}

.kj_loginreg a:last-child {
    content: " ";
}
/*
    轮播图
*/
.swiper-pagination-bullet-active {
    background-color: #FB9A19;
}
/*shopcart num box*/
.kj_product_shopcart {
    border: none;
    background-color: transparent;
    color: #d60000;
}

.kj-pro-num-box {
    position: relative;
    width: 90px;
    height: 26px;
    border: 1px solid #ddd;
    margin: 0px auto;
    background-color: #fff;
}

    .kj-pro-num-box button {
        position: absolute;
        top: 0px;
        width: 30px;
        background-color: #fff;
        border: 0px;
        border-radius: 0px;
        padding: 0px;
        text-align: center;
        height: 24px;
    }

.kj-pro-num-minus {
    left: 0px;
    border-right: 1px solid #ddd !important;
}

.kj-pro-num-plus {
    right: 0px;
    border-left: 1px solid #ddd !important;
}

.kj-pro-num-box input {
    width: 28px;
    height: 23px;
    text-align: center;
    border: 0px;
    /*position: absolute;
    left: 31px;
    top: 0px;*/
}
/*end*/

/*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 {
    background-color: red;
    color: #fff;
    
    display: none;
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;

    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
   
    border-radius: 10px;
}
/*end */

.kj-prolist-cata-title h1:before {
    content: "\f105";
    font: normal normal normal 18px/1 FontAwesome;
    color: #ffffff;
    background-color: #FB9A19;
    padding: 2px 8px;
    border-radius: 3px;
    margin-right: 10px;
}

.col-prolist-item-box-img a {
    height: 150px;
    overflow: hidden;
}

    .col-prolist-item-box-img a img {
        max-height: 150px;
    }


.kj-main-article-textarea {
    line-height: 170%;
    font-size: 16px;
}

/*product info filter*/
.goods_sel_dl {
    margin-bottom: 0px;
}

    .goods_sel_dl dd a {
        /*display: inline-block;
    margin: 5px;
    padding: 5px;
    border: 1px solid #ddd;*/
        text-decoration: none;
    }

    .goods_sel_dl dd .sel_active {
        border: 1px solid red;
        border-color: red;
        color: red;
        position: relative;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAMAAABhq6zVAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAJUExURUxpcf8AN////7f4NBoAAAABdFJOUwBA5thmAAAAMUlEQVQI103MAQ4AMAQEQev/j66i6YrEXIKIX9jY2NjYyDmhZnlCo5rdyWvebfYDVAcSmABbA7WD+QAAAABJRU5ErkJggg==);
        background-position: right bottom;
        background-repeat: no-repeat;
    }

    .goods_sel_dl dd .sel_disabled {
        border: 1px dashed #dddddd;
        color: #999999;
        cursor: not-allowed;
    }

    .goods_sel_dl dd .sel_active:before {
        /*content: "";*/
        position: absolute;
        right: 0px;
        bottom: 0px;
        /*text-align: center;
    width: 0px;
    height: 0px;
    border-top: 20px solid red;
    border-left: 20px solid transparent;
    font: normal normal normal 12px/1 FontAwesome;*/
        width: 12px;
        height: 12px;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAMAAABhq6zVAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAJUExURUxpcf8AN////7f4NBoAAAABdFJOUwBA5thmAAAAMUlEQVQI103MAQ4AMAQEQev/j66i6YrEXIKIX9jY2NjYyDmhZnlCo5rdyWvebfYDVAcSmABbA7WD+QAAAABJRU5ErkJggg==);
    }

    .goods_sel_dl dd .sel_active:after {
        /*content: "\f00c";
    color: #ffffff;
    position: absolute;
    right: 1px;
    top: 0px;
    text-align: center;
    width: 10px;
    height: 10px;
    font: normal normal normal 12px/1 FontAwesome;*/
    }

    .goods_sel_dl .kj-pro-num-box {
        margin-left: 0px;
    }

    .goods_sel_dl .kj-order-num {
        border: 0px;
    }

    .goods_sel_dl .kj-pro-num-minus {
    }
/*end*/
/*询盘*/
#ORDERFORM dl {
    font-size: 14px;
    clear: both;
    margin-bottom: 10px;
    min-height: 35px;
    line-height: 35px;
}

#ORDERFORM dt.formcolumn-item-tit {
    width: 20%;
    font-weight: normal;
    color: #666666;
    float: left;
    line-height: 35px;
}

#ORDERFORM dd.formcolumn-item-ct {
    float: left;
    width: 75%;
    line-height: 35px;
}

#ORDERFORM .formcom-area, #ORDERFORM .formcom-ipt, #ORDERFORM select, #ORDERFORM .formcom-vcode {
    border: 1px solid #dddddd;
    height: 35px;
}

#ORDERFORM .formcom-ipt {
    width: 100%;
}

#ORDERFORM select {
    margin-right: 8px;
}

#ORDERFORM .formcom-area {
    width: 100%;
    height: 150px;
}

#ORDERFORM .form-vcodebox {
    float: right;
}

    #ORDERFORM .form-vcodebox img {
        border: 1px solid #dddddd;
        height: 35px;
    }

#ORDERFORM .btn-bulk-inquiry {
    width: 200px;
    background-color: #2771e5;
    color: #ffffff;
}

#ORDERFORM .standard_amount {
    width: 55%;
}

#ORDERFORM .standard_unit {
    width: 42%;
    margin-right: 0px;
}
#ORDERFORM  #inquiry_company {
    display: none;
}
#reguser_verifycode-tips {
    display: none;
}


.iq_modal_dlg .needFill {
    border-color: #8e0b27;
}

.btn-bulk-inquiry {
    height: 37px;
    color: #ffffff;
    background-color: #0058bc;
    border-radius: 3px;
    width: 135px;
}

    .btn-bulk-inquiry:hover {
        color: #fff;
    }

.iq_modal_dlg .modal-header {
    background-color: #0058bc;
    color: #ffffff;
    border-color: #0058bc;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.iq_modal_dlg .close {
    color: #fff;
}

/*end*/
@media(max-width:1200px) {
    .kj-searchbox-box{
        width:650px;
    }
    .kj-productlist-row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .kj-latesnews-contentbox{
        width:800px;
    }

    .kj_ybnav .navbar-nav > li > a {
        padding-left: 23px;
        padding-right: 23px;
    }

    .kj-index-new-productsbox .col-product-item:nth-child(7) {
        display: none;
    }

    .kj-index-new-productsbox .col-product-item:nth-child(8) {
        display: none;
    }

    .col-product-item {
        margin-bottom: 15px;
    }

    .kj-col-lg-idxproduct {
        padding-left: 0px;
        padding-right: 0px;
    }

    .kj-newproduct-img {
        height: 152px;
    }
}

@media(max-width:992px) {
    .kj-searchbox-box {
        width: 500px;
    }
    .kj-product-nav-menu{
        width:160px;
    }
    .kj_ybnav .navbar-nav li {
        font-size: 14px;
    }
    .kj-latesnews-contentbox {
        width: 600px;
     
    }
        .kj-latesnews-contentbox .kj-newsitem {
            overflow: hidden;
            white-space: nowrap;
        }
        .kj_ybnav .navbar-nav > li > a {
            padding-left: 15px;
            padding-right: 15px;
            font-size: 14px;
        }

    .kj_nav_top .navbar-brand {
        padding-top: 18px;
    }

        .kj_nav_top .navbar-brand img {
            height: 80px;
        }

    .kj-index-new-productsbox .col-product-item:nth-child(5) {
        display: none;
    }

    .kj-index-new-productsbox .col-product-item:nth-child(6) {
        display: none;
    }

    .kj-index-new-productsbox .col-product-item:nth-child(7) {
        display: none;
    }

    .kj-index-new-productsbox .col-product-item:nth-child(8) {
        display: none;
    }

    .kj-newproduct-img {
        height: 155px;
    }
}

@media(max-width:768px) {

    .kj-productlist-row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .kj-searchbox-form{
        margin-top:0px;
    }
    .navbar-brand {
        padding: 7px;
    }

    .kj_nav_top .navbar-brand {
        padding-top: 7px;
    }

    .kj_ybnav {
        float: none !important;
        text-align: right;
    }

        .kj_ybnav .navbar-nav > li > a {
            padding-top: 10px;
            padding-bottom: 10px;
        }

    .kj-search-col {
        padding: 8px;
    }

    .kj-index-productc-titlebox {
        padding-top: 10px;
    }

    .kj-index-productc-titleh1 {
        font-size: 18px;
    }
    .kj_nav_top .navbar-brand img {
        height:50px;
    }
    .kj-col-lg-catatree {
        padding-right: 0px;
    }

    .kj-index-productc-titlebox a {
        padding-top: 2px;
    }

    .kj-searchbox-form input, .kj-searchbox-form button {
        height: 40px;
    }

    .btn-kj-search {
        padding-left: 15px;
        padding-right: 15px;
    }

    .col-prolist-item {
        padding: 0px;
        margin-bottom: 10px;
    }

    .kj-col-lg-idxproduct {
        padding-left: 15px;
        padding-right: 15px;
    }

    .kj-index-new-productsbox .col-product-item:nth-child(5) {
        display: block;
    }

    .kj-index-new-productsbox .col-product-item:nth-child(6) {
        display: block;
    }

    .kj-index-new-productsbox .col-product-item:nth-child(7) {
        display: block;
    }

    .kj-index-new-productsbox .col-product-item:nth-child(8) {
        display: block;
    }

    .col-product-item {
        padding: 0px;
    }

    .kj-index-companyprofile .col-idx-com-box {
        padding-left: 15px;
        padding-right: 15px;
    }

    .kj-index-companyprofile {
        margin-top: 10px;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .kj-index-productcata-item {
        float: left;
        width: 50%;
    }

        .kj-index-productcata-item:last-child {
            display: none;
        }

    .kj-main-articleinfo-title {
        font-size: 18px;
    }

    .kj-searchbox-box {
        padding-top: 0px;
        width: 100% !important;
        
    }
        .kj-searchbox-box .row{
            margin-left:0px;
            margin-right:0px;
        }
        .kj-hotsales-div {
            padding-left: 15px;
            padding-right: 15px;
        }

    .kj-idx-cata-floor {
        padding-left: 15px;
        padding-right: 15px;
    }
    .kj-index-newsbox{
        padding-left:0px; padding-right:0px;
    }
    .kj-idx-service-title{
        font-size:24px;
        height:35px;
    }
    .kj-hotsales-item-col .media-left, .kj-hotsales-item-col .media-right, .kj-hotsales-item-col .media-body {
        display:block;
        text-align:center;
        width:100% !important;
    }
    .kj-hotsales-item-col .media{
        padding-top:0px;
    }
    .kj-hotsales-item-col  img{
        margin:0px auto;
    }
    .kj-hotsales-item-col {
        border: 1px solid #e0e0e0;
        border-width: 0px 1px 1px 0px;
        margin-left:0px;
    }
    .kj_nav_top{
        height:115px;
        border-bottom:1px solid #dddddd;
      
    }
    .kj-latesnews-contentbox {
        position: absolute;
        left: 120px;
        top: 0px;
        right: 0px;
        width: initial;
        overflow: hidden;
        height: 50px;
        white-space: nowrap;
        text-overflow: ellipsis;
        line-height: 50px;
    }

    .kj-latesnews-box{
        position:relative;
    }

    .kj-latesnews-contentbox .kj-newsitem {
        width:100%;
    }
    .kj-service-content-row{
        margin-right:-15px;
        margin-left:-15px;
    }
    .kj-idx-floor-item-col:nth-of-type(2n+2), .kj-hotsales-item-col:nth-of-type(2n+2) {
        border-right: 0px;
    }

    #ORDERFORM dt.formcolumn-item-tit {
        width: 30%;
         
    }

    #ORDERFORM dd.formcolumn-item-ct {
    
        width: 65%;
      
    }
}
