body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: 'OpenSans','Myriad Pro','Verdana','PingFangSC-Light','Hiragino Sans GB','Microsoft YaHei';
}

.c {
    overflow: hidden;
}

.container {
    width: 1200px !important;
    margin: 0 auto;    
    padding:0;
}

.l {
    float: left;
}

.r {
    float: right;
}

a {
    text-decoration: none;
    color: rgb(102,102,102);
}

    a:focus,
    a:active,
    a:visited {
        text-decoration: none;
    }

    a:hover {
        color: rgb(255,158,2);
        text-decoration: none;
    }

ul {
    list-style: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.red {
    color: red;
}

.white {
    color: #fff;
}

.orange {
    color: rgb(255,158,2);
}

.orange-bg1 {
    background-color: rgb(255,158,2);
}

.blue {
    color: rgb(37,128,201);
}

.blue-bg1 {
    background-color: rgb(37,128,201);
}

.gray1 {
    color: rgb(153,153,153);
}

.gray-bg {
    background-color: rgb(245,245,245);
}

.green-bg1 {
    background-color: #009fe0;
}

.green {
    color: #009fe0;
}

    .green:hover {
        color: rgb(255,158,2);
    }

.padding-lr-0 {
    padding-right: 0;
    padding-left: 0;
}
/*top*/
.kj_top {
    height: 35px;
    background-color: rgb(245,245,245);
    font-size: 12px;
    line-height: 35px;
}

    .kj_top a {
        display: inline-block;
        margin: 0 5px;
    }

        .kj_top a:hover {
            color: #bd0900;
        }

.kj_top_link i {
    font-size: 13px;
    margin: 0 5px;
}
.kj_home_toper {
    padding:0;
}
.kj_header1 {
    display:none;
    position: fixed;
    top: 0; 
    left: 0;
    right: 0;
    z-index:999;
    background-color:#fff;
    border-bottom:solid 1px #ccc;
    height:75px;
    padding-top:10px;
    box-shadow:0 1px 5px #ccc;    
}
/*header*/
.kj_header {
    height: 100px;
    background-color: #fff;
    width: 100%;
}

.kj_hd_logo {
    position: absolute;
    text-align: center;
    padding-top: 20px;
    z-index: 99;
    width: 198px;
    height: 185px;
    background-color: #fff;
    border-top: 1px solid rgb(226,226,226);
    box-shadow: 0 0 10px #bbb;
}

.kj_top_logo {    
    margin-top: -8px;
}

.kj_header_logo {
    margin-top: 12px;
}

.kj_header_code {
    text-align:center;
    padding-right:0;
}
.kj_header_code span {
    position:relative;
    top:-5px;
}
.kj_product_code span {
    position:relative;
    top:-10px;
}
.kj_contact1 {    
    margin-top: 8px;
    font-size: 15px;
}

.kj_hd_search {
    margin-top: 30px;
    position: relative;
    padding: 0;
}

.kj_hds_search {
    position: absolute;
    font-size: 22px;
    top: 2px;
    left: 5px;
    z-index: 9;
}

.kj_hd_search input {
    width: 415px;
    height: 40px;
    border: solid 1px #009fe0;
    outline: 0;
    text-indent: 30px;
    margin-right: -4px;
    float: left;
}
.kj_header1 .kj_hd_search input {
    width: 405px;
}
.kj_hd_search .buttons {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    border: 0;
    outline: 0;
    font-size: 14px;
    padding: 0 20px;
    text-align: center;
    color: #fff;
}

    .kj_hd_search .buttons:last-child {
        margin-left: 10px;
    }

.kj_hd_search .shopcart {
    height: 40px;
    line-height: 40px;
    border: solid 1px #ddd;
    padding: 0 35px;
}

    .kj_hd_search .shopcart i {
        margin-right: 5px;
    }

    .kj_hd_search .shopcart sup {
        background-color: rgb(255,158,2);
        color: #fff;
        border-radius: 20px;
        padding: 2px 5px;
        line-height: 24px;
    }

.kj_hd_search > span a {
    display: inline-block;
    margin-top: 5px;
    padding: 0 5px;
}

.kj_hd_search1 {
    text-align: center;
    padding-top: 10px;
}

    .kj_hd_search1 input {
        width: 40%;
        height: 30px;
        line-height: 30px;
        border: solid 1px rgb(37,128,201);
        outline: 0;
        text-indent: 5px;
        margin-right: -4px;
    }

    .kj_hd_search1 button {
        position: relative;
        top: 1px;
        height: 30px;
        line-height: 30px;
        color: #fff;
        border: 0;
        outline: 0;
    }

.navbar-default {
    background-color: #fff;
}
/*nav*/
.kj_nav {
    /*height: 52px;*/
    line-height: 50px;
    border-bottom: 2px solid #009fe0;
}

.kj_nav_inner {
    /*margin-right: 45px;*/   
    position:relative;
    bottom:-3px;
    left:50px;
}
.kj_nav_inner1 {    
    position: relative;
    bottom: -10px;
    left:25px;
}

    .kj_nav_inner li {
        float: left;
    }

        .kj_nav_inner li a {
            display: block;
            padding: 0 15px;
        }

        .kj_nav_inner li.active a {
            color: #009fe0;
        }

.kj_contact {
    color: #000;    
}
.kj_contact2 {    
    position: relative;
    bottom: -6px;
}

    .kj_contact strong {
        font-size: 16px;
    }
/*banner*/
.kj_banner_left {
    border: 1px solid #ddd;
    height: 385px;
    padding: 0;
}

    .kj_banner_left > ul > li {
        padding: 8px 15px;
        border-bottom: 1px solid #ddd;
    }

        .kj_banner_left > ul > li:last-child {
            border-bottom: none;
        }

        .kj_banner_left > ul > li:hover {
            background-color: #009fe0;
        }

            .kj_banner_left > ul > li:hover a {
                color: #fff;
            }

        .kj_banner_left > ul > li > a {
            font-weight: bold;
            color: #000;
        }

            .kj_banner_left > ul > li > a:hover,
            .kj_banner_left > ul > li ul li a:hover {
                color: rgb(255,158,2);
            }

.kj_pc_list3 > ul {
    height: 40px;
    overflow: hidden;
}

.kj_banner_left > ul > li ul li {
    float: left;
    line-height: 20px;
}

    .kj_banner_left > ul > li ul li a {
        display: block;
        font-size: 12px;
        padding-right: 0;
        padding-left: 10px;
    }

.kj_banner_inner {
    position: relative;
}
.kj_banner_inner .carousel-control {
    opacity:0;
}
.kj_banner_inner .carousel-indicators li {
    background-color: rgb(230,230,230);
}
.kj_banner_inner .carousel-indicators .active {
    background-color: rgb(255,158,2);
}
.bannerSlide {
    position: relative;
}

    .bannerSlide .item {
        display: none;
    }

        .bannerSlide .item.active {
            display: block;
        }

        .bannerSlide .item img {
            width: 100%;
	    height: 385px;
        }

.banner_change {
    position: absolute;
    bottom: 15px;
    left: 49%;
    z-index: 9;
}

    .banner_change .prev,
    .banner_change .next {
        display: none;
    }

.middle_points span {
    cursor: pointer;
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: rgb(230,230,230);
}

    .middle_points span.now {
        background-color: rgb(255,158,2);
    }

.kj_banner_right {
    border: 1px solid #ddd;
    height: 385px;
    padding: 0;
}

.kj_home_login {
    height: 135px;
    border-bottom: 1px solid #ddd;
    text-align: center;
    padding-top: 20px;
}

    .kj_home_login span {
        display: block;
        margin-top: 10px;
        font-size: 12px;
        color: rgb(138,138,138);
    }

#loginstatusbox1 > a {
    display: inline-block;
    padding: 0 5px;
}

.kj_messages {
    padding: 10px;
}

.kj_message_title a {
    color: #000;
}

    .kj_message_title a:hover {
        color: rgb(255,158,2);
    }

.kj_message_title span a {
    display: inline-block;
    margin: 0 10px;
    padding-bottom: 5px;
}

    .kj_message_title span a:first-child {
        margin-left: 0;
    }

    .kj_message_title span a.active {
        border-bottom: 2px solid #009fe0;
        text-decoration: none;
    }

.kj_message_inner {
    padding-top: 10px;
}

    .kj_message_inner ul li {
        line-height: 22px;
    }

        .kj_message_inner ul li a {
            font-size: 13px;
        }

    .kj_message_inner > ul {
        display: none;
    }

        .kj_message_inner > ul.active {
            display: block;
        }
/*productlist*/
.kj_product_center {
    position: relative;
    width: 220px;
    height: 36px;
    line-height: 40px;
    bottom: -17px;
    text-align: center;
    background-color: #009fe0;
}

    .kj_product_center > a {
        color: #fff;
        font-size: 16px;
    }

.kj_pc_list {
    width: 220px;
    position: absolute;
    top: 36px;
    left: 0;
    z-index: 9;
    text-align: left;
    line-height: 20px;
    border: 1px solid #ddd;
    background-color: #fff;
    overflow: initial;
    display: none;
}

    .kj_pc_list > li {
        padding: 8px 15px;
        border-bottom: 1px solid #ddd;
    }

        .kj_pc_list > li:last-child {
            border-bottom: none;
        }

        .kj_pc_list > li:hover {
            background-color: #009fe0;
        }

            .kj_pc_list > li:hover a {
                color: #fff;
            }

.kj_pc_listl > a {
    display: block;
}

.kj_pc_listl > li > a {
    font-weight: bold;
    color: #000;
}

.kj_pc_list > li > a:hover,
.kj_pc_list > li ul li a:hover {
    color: rgb(255,158,2);
}

.kj_pc_list1 > ul {
    height: 40px;
    overflow: hidden;
}

.kj_pc_list > li ul li {
    float: left;
    line-height: 20px;
}

    .kj_pc_list > li ul li a {
        display: block;
        font-size: 12px;
        padding-right: 0;
        padding-left: 10px;
    }

.kj_pc_list2,
.kj_pc_list4 {
    position: absolute;
    top: -2px;
    left: 218px;
    width: 982px;
    min-height: 388px;
    padding: 20px 27px;
    border: 2px solid #009fe0;
    border-left: 1px solid #ddd;
    background: #fff;
    z-index: 10;
    display: none;
}

.kj_pc_list4 {
    left: 198px;
    width: 1002px;
    top: -2px;
    min-height: 385px;    
}

.sub_dl {
    overflow: hidden;
    width: 100%;
    float: left;
    border-bottom: 1px solid rgb(229, 229, 229);
    margin-bottom: 10px;
}

.sub_dt {
    float: left;
    font-weight: bold;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 0;
    line-height: 24px;
    width: 160px;
    text-align: right;
}

    .sub_dt > a {
        margin-right: 5px;
    }

    .sub_dt a {
        color: #009fe0 !important;
    }

.sub_dd {
    float: left;
    padding: 5px;
    line-height: 24px;
    text-align: justify;
}

a.lk_4 {
    padding: 0 9px;
    line-height: 24px;
    color: rgb(102,102,102) !important;
    border-left: 1px solid rgb(221,221,221);
}

    a.lk_4:hover {
        color: rgb(255,158,2) !important;
    }
/*dingzhi*/
.kj_dingzhi {
    margin-top: 20px;
}

.kj_title {
    font-size: 18px;
    line-height: 40px;
}

.kj_dingzhi_inner li {
    padding: 0 5px;
    position: relative;
    overflow: hidden;
}

    .kj_dingzhi_inner li a img {
        width: 100%;
    }

    .kj_dingzhi_inner li .kj_dingzhi_info,
    .kj_dingzhi_inner li .kj_dingzhi_hover {
        display: block;
        width: 97%;
        position: absolute;
        bottom: 0;
        height: 35px;
        line-height: 35px;
        color: #fff;
        background-color: rgba(0,0,0,.5);
        text-align: center;
    }

    .kj_dingzhi_inner li .kj_dingzhi_hover {
        display: none;
        height: 100%;
        padding-top: 30%;
        cursor:pointer;
        background-color: rgba(0,0,0,.4);
    }

        .kj_dingzhi_inner li .kj_dingzhi_hover a {
            color: #fff;
        }

            .kj_dingzhi_inner li .kj_dingzhi_hover a:hover {
                color: rgb(255,158,2);
            }

.kj_hotproduct {
    margin-top: 20px;
}

.kj_hotproduct_inner li {
    float: left;
    width: 20%;
    border: 1px solid #ddd;
    text-align: center;
    margin-left: -1px;
    margin-top: 10px;
    margin-bottom: 5px;
    cursor:pointer;
}

    .kj_hotproduct_inner li:first-child {
        margin-left: 1px;
    }

    .kj_hotproduct_inner li:hover {
        box-shadow: 0 0 10px #bbb;
    }

    .kj_hotproduct_inner li > a {
        display: block;
        width: 170px;
        height: 105px;
        overflow: hidden;
        margin: 20px auto;
    }

        .kj_hotproduct_inner li > a img {
            width: 100%;
        }

    .kj_hotproduct_inner li > p {
        font-size: 12px;
        min-height: 40px;
    }

.kj_hotproduct_price {
    margin-bottom: 20px;
}

    .kj_hotproduct_price span {
        display: inline-block;
        padding: 0 20px;
        color: rgb(189,189,189);
        border: 1px solid rgb(255,158,2);
    }

        .kj_hotproduct_price span:first-child {
            color: #fff;
            margin-right: -5px;
        }
/*pinpai*/
.kj_pinpai {
    margin-top: 20px;
}

    .kj_pinpai ul li {
        float: left;
        width: 20%;        
        margin-right: -1px;
        position: relative;
        margin-top: 10px;
        cursor:pointer;
    }
        .kj_pinpai ul li a {
            display:inline-block;
            border: 1px solid #ddd;
            position:relative;
        }

        .kj_pinpai ul li:last-child {
            margin-right: 0;
        }

        .kj_pinpai ul li a img {
            width: 100%;
        }

.kj_product_hover {
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 100%;
    padding-top: 18%;
    color: #fff;
    background-color: rgba(0,0,0,.4);
    text-align: center;
    display: none;
}

    .kj_product_hover span {
        display: block;
        width: 90px;
        margin: 0 auto;
        padding: 5px 15px;
        border-radius: 10px;
        color: #fff;
    }
/*product*/
.kj_product {
    margin-top: 20px;
}

.kj_product_inner > li {
    border: 1px solid #ddd;
    margin-right: -2px;
    margin-top: 10px;
    padding: 0 10px;
    margin-bottom: 5px;
    margin-left: 1px;
    cursor:pointer;
}

    .kj_product_inner > li:hover {
        box-shadow: 0 0 10px #bbb;
    }

    .kj_product_inner > li:nth-child(4n) {
        margin-right: 0;
    }

.kj_pi_title {
    height: 55px;
    line-height: 55px;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    border-bottom: 1px dotted #ddd;
}
.kj_pi_inner > a > img {
    max-height:100px;
}
.kj_pii_inner {
    padding-left: 0;
}

    .kj_pii_inner ul li {
        font-size: 12px;
        height: 20px;
        line-height: 20px;
        max-width: 124px;
        overflow: hidden;
    }

    .kj_pii_inner > p {
        font-size: 16px;
        margin-top: 10px;
    }
/*news*/
.kj_news {
    margin-top: 20px;
}

    .kj_news .kj_title span a {
        display: inline-block;
        font-size: 14px;
        padding: 0 10px;
    }

        .kj_news .kj_title span a.active {
            background-color: #009fe0;
            color: #fff;
            text-decoration: none;
        }

.kj_news_inner {
    border: 1px solid #ddd;
    border-top: 1px solid #009fe0;
    padding-top: 20px;
}

    .kj_news_inner > ul {
        display: none;
        position:relative;
    }

        .kj_news_inner > ul.active {
            display: block;
        }

        .kj_news_inner > ul li {
            margin-bottom: 30px;
        }

            .kj_news_inner > ul li > div > a img {
                width: 100%;
                max-height: 150px;
            }

.kj_ni_inner {
    max-height: 146px;
    overflow: hidden;
    cursor:pointer;
}

    .kj_ni_inner span {
        font-size: 13px;
        color: rgb(153,153,153);
    }
.kj_news_more {
    position:absolute;
    right:15px;
    bottom:-20px;
}
/*bottom*/
.kj_bottom {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .kj_bottom > ul li {
        font-size: 16px;
    }

        .kj_bottom > ul li img {
            margin-right: 10px;
        }
/*foot*/
.kj_foot {
    margin-top: 20px;
}

.kj_foot_inner {
    padding-top: 20px;
    padding-bottom: 20px;
}

.kj_fi_title > strong {
    font-size: 24px;
}

.kj_fi_title > span {
    color: rgb(153,153,153);
}

.kj_fi_inner {
    padding-top: 20px;
}

    .kj_fi_inner li {
        line-height: 24px;
    }

        .kj_fi_inner li a {
            color: rgb(84,84,84);
            font-size: 13px;
        }

            .kj_fi_inner li a:hover {
                color: rgb(255,158,2);
            }

    .kj_fi_inner > li > a {
        font-size: 15px;
        font-weight: bold;
    }
/*footer*/
.kj_footer_inner {
    height: 45px;
    line-height: 45px;
    border-top: 1px solid #ddd;
    text-align: center;
    color: rgb(153,153,153);
    font-size: 12px;
}

.kj-phonefooter {
    text-align: center;
}

    .kj-phonefooter .phone-tabs {
        border-bottom: 0;
        padding-top: 5px;
    }

.ShopCartBox .shopcartitemtableheader td {
    font-weight: bold;
    background-color: #efefef;
    text-align: center;
}

.ShopCartBox .shopcartitemtable td {
    padding: 3px;
    border-bottom: 1px solid #dddddd;
    text-align: center;
}
.ShopCartBox .shopcartitemtable td.productmessage {
    max-width:110px;
    overflow:hidden;
}
.ShopCartBox .shopcartctrlbox {
    padding: 15px;
    font-size: 16px;
    background-color: #efefef;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 140px;
}

    .ShopCartBox .shopcartctrlbox .shopcartjiesau {
        float: right;
        padding: 5px;
    }

.ShopCartBox .minshopcartboxnum {
    font-size: 20px;
}
/*fixed2*/
.global_toolbar {
    position: fixed;
    z-index: 1001;
    top: 0;
    right: 3px;
    width: 0;
    height: 100%;
    -webkit-transition: all .4s cubic-bezier(.2,.83,.42,.91);
    transition: all .4s cubic-bezier(.2,.83,.42,.91);
    border-left: 1px solid #d0d0d0;
    background: #fff;
}

    .global_toolbar.open {
        width: 430px;
    }

.toolbar_btn {
    position: absolute;
    top: 40%;
    left: -40px;
    width: 40px;
}

.toolbar_btn1 {
    position: absolute;
    top: auto;
    bottom: 50px;
}

.toolbar_btn a, .toolbar_btn a samp {
    position: relative;
    display: block;
    height: 40px;
    -webkit-transition: all .4s cubic-bezier(.2,.83,.42,.91);
    transition: all .4s cubic-bezier(.2,.83,.42,.91);
    border-bottom: 1px solid #37393d;
}

.toolbar_btn a {
    margin-bottom: 5px;
    background-color: #46bced;
    color: #fff;
}

    .toolbar_btn a:hover {
        background-color: #0d97d0;
    }

    .toolbar_btn a samp {
        z-index: 2;
        width: 40px;
    }

        .toolbar_btn a samp i {
            width: 20px;
            height: 20px;
            font-size: 20px;
            display: block;
            position: absolute;
            top: 10px;
            left: 10px;
        }

        .toolbar_btn a samp sup {
            position: absolute;
            right: 0;
            top: 0;
            background-color: rgb(242,169,12);
            color: #fff;
            border-radius: 20px;
            padding: 0 4px;
            display: block;
            line-height: 16px;
        }

    .toolbar_btn a span {
        font-size: 16px;
        font-style: normal;
        line-height: 40px;
        position: absolute;
        z-index: 1;
        top: 0;
        right: 40px;
        display: block;
        overflow: hidden;
        width: 0;
        height: 40px;
        -webkit-transition: all .4s cubic-bezier(.2,.83,.42,.91);
        transition: all .4s cubic-bezier(.2,.83,.42,.91);
        text-align: center;
        color: #fff;
        background-color: #0d97d0;
    }

        .toolbar_btn a span i {
            font-style: normal !important;
        }

.toolbar_content {
    border-left: 3px solid #0d97d0;
    position: relative;
    top: -20px;
    bottom: 0;
    height: 100%;
}
/*kj_online*/
.panel-header {
    width: 430px;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    display: block;
    background: #eceaea;
    position: relative;
}

    .panel-header .title i {
        font-size: 22px;
    }

.contact_list {
    overflow-x: hidden;
    overflow-y: auto;
    top: 150px;
    width: 100%;
}

    .contact_list dl {
        padding: 10px;
        display: table;
        width: 350px;
        margin: 0 auto;
        border-bottom: dashed 1px #ccc;
    }

        .contact_list dl dd {
            height: 40px;
            line-height: 40px;
        }

            .contact_list dl dd > a {
                display: block;
            }

.idea-form {
    padding: 10px 50px 40px;
}

    .idea-form .formcolumn-item-tit {
        height: 35px;
        line-height: 35px;
        color: #666;
        display: inline-block;
        width: 100%;
        font-weight:normal;
    }
    .idea-form select {
        height:36px;
        line-height:36px;
        width:100%;
        border:1px solid rgb(221,221,221);
    }
    .idea-form .formcolumn-item-ct textarea {
        line-height: 18px;
        display: inline-block;
        padding: 8px;
        width: 308px;
        min-height: 160px;
        border: 1px solid rgb(221,221,221);
        background: #fff;
        text-indent: 5px;
        outline: 0;
        box-sizing: content-box;
        color: #333;
        font-size: 12px;
    }
    .idea-form .formcolumn-item-ct span {
        display:none;
    }
    .idea-form .formcolumn-item-ct input {
        height:36px;
        line-height:36px;
        width:100%;
        border:1px solid rgb(221,221,221);
        color:rgb(192,192,192);
        outline:0;
        text-indent: 15px;
    }
.idea-footer {
    position: relative;
    overflow: hidden;
}

    .idea-footer input.submit-btn {
        display: block;
        width: 100%;
        height: 40px;
        color: #fff;
        background: #ff585c;
        font-size: 14px;
        margin-top: 30px;
        border: 0;
    }

.kj_right_close {
    font-size: 16px;
    cursor: pointer;
}

.contact_header iframe {
    position: initial !important;
    display: initial !important;
}

    .contact_header iframe .main {
        margin: 0 auto;
    }
/*page*/
.kj-main-article-textarea .kj-main-article {
    line-height: 24px;
}

.list-group-item.active a {
    color: #fff;
}

.kj-mainarea {
    margin-top: 10px;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    background-color: #009fe0;
    border-color: #009fe0;
}
.kj_search_product {
    position:relative;
    min-height:620px;
    background:url("../images/search_bg.png") no-repeat top center;
    background-size:100% 100%;
}
.kj_search_logo {
    max-width:70px;
    position:absolute;
    top:5px;
    left:20px;
}
.kj_search_search {    
    position:absolute;
    bottom:40%;
    left:15%;
}
.kj_search_search input {
    height:40px;
    line-height:40px;
    border-radius:20px;
    border:1px solid #000;
    text-indent:10px;
    outline:0;
    width:280px;
    position:relative;
}
.kj_search_search button {
    position:absolute;
    top:4px;
    right:10px;
    border:0;
    outline:0;
}
/*product-yemian*/
.kj-product-item {
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 10px;
}

.kj-progoods-list .table th,
.kj-progoods-list .table td {
    text-align: center;
}

.kj-pro-num-box.kj-pro-num-box-min input {
    width: 30%;
}

.kj-product-content .tab-content {
    padding: 10px 0;
}

.kj-addtocart-btn-bottom-col {
    padding-top: 10px;
}

.proTitdiv {
    font-size: 14px;
    margin-top: 15px;
    height: 40px;
    line-height: 40px;
    background: #FFF9F4;
    color: #333;
    border: 1px #ccc solid;
    border-bottom: 0;
    text-align: left;
    padding-left: 15px;
}

.kj-product-list > a {
    display: inline-block;
    width: 100%;
}

    .kj-product-list > a p {
        width: 200px;
        margin: 0 auto;
        height: 140px;
    }

        .kj-product-list > a p img {
            width: 100%;
            max-height: 140px;
            vertical-align: middle;
        }

.gouwu > button {
    border: 0;
    outline: 0;
    background-color: #009fe0;
}
/*product_info*/
.productinfo_img > .item {
    height: 240px;
    border: 1px solid #ddd;
    text-align: center;
    padding-top: 40px;
}

    .productinfo_img > .item img {
        width: 240px;
        height: 150px;
        margin: auto;
    }

.kj-productinfo-fliter dd {
    border-bottom: 1px solid #efefef;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 80px;
    line-height: 35px;
}

.kj-productinfo-fliter dt {
    border-bottom: 0px solid #f8f8f8;
    width: 60px;
    line-height: 35px;
    padding-top: 10px;
    padding-bottom: 0px;
}

.kj-productinfo-fliter dd a {
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #ffffff;
    margin-right: 10px;
    display: inline-block;
    position: relative;
    margin-top: 2px;
}

    .kj-productinfo-fliter dd a:hover {
        border-color: #ff6600;
        color: #ff6600;
    }

    .kj-productinfo-fliter dd a.disable {
        color: #cccccc;
        cursor: not-allowed;
        border: 1px dashed #ddd;
    }

        .kj-productinfo-fliter dd a.disable:hover {
            border: 1px dashed #ddd;
            color: #cccccc;
        }

    .kj-productinfo-fliter dd a.active {
        border-color: red;
        color: red;
    }

        .kj-productinfo-fliter dd a.active:before {
            content: "";
            position: absolute;
            right: 0px;
            top: 0px;
            text-align: center;
            width: 0px;
            height: 0px;
            border-top: 20px solid red;
            border-left: 20px solid transparent;
            font: normal normal normal 12px/1 FontAwesome;
        }

        .kj-productinfo-fliter dd a.active::after {
            content: "\f00c";
            color: #ffffff;
            position: absolute;
            right: 1px;
            top: 0px;
            text-align: center;
            width: 10px;
            height: 10px;
            font: normal normal normal 12px/1 FontAwesome;
        }

.productinfo_list {
    margin-top: 20px;
}

    .productinfo_list li a {
        padding: 10px;
    }

.productinfo_table {
    border: 1px solid rgb(221,221,221);
}

    .productinfo_table tr th {
        background-color: rgb(243,243,243);
        text-align: center;
        width: 20%;
    }

.kj_button {
    font-size: 14px;
    padding: 5px 10px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    background-color: #009fe0;
    color: #fff;
}

.wrap-bigimg {
    width: 400px;
    height: 400px;
    line-height: 400px;
    overflow: hidden;
    border: 1px solid #ddd;
    position: absolute;
    z-index: 99;
    left: auto;
    top: auto;
    background: #fff;
    display: none;
}

    .wrap-bigimg p {
        text-align: center;
    }

    .wrap-bigimg img {
        width: 320px;
        height: 200px;
        max-width: 400px;
        max-height: 400px;
        vertical-align: middle;
        cursor: pointer;
    }

.kj-productcontent {
    padding: 20px;
    margin-bottom: 12px;
    border: #ddd solid 1px;
}

    .kj-productcontent dl {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        font-size: 14px;
        margin-bottom: 8px;
    }

        .kj-productcontent dl dt {
            float: left;
            color: #888;
            text-align: right;
            width: 90px;
        }

#anquan .kj-productcontent dl dt {
    width: 130px;
}

.kj-productcontent dl dd {
    float: left;
    color: #333;
    display: inline-block;
    vertical-align: top;
    word-wrap: break-word;
    margin-left: 5px;
    max-width: 1030px;
}
.kj-price-box .kj-price {
    color: red;
    font-size: 22px;
}
/*search*/
.kj_search_none {
    margin: 100px auto;
    display: table;
    text-align: center;
}

    .kj_search_none dt {
        display: table-cell;
        vertical-align: top;
    }

        .kj_search_none dt i {
            font-size: 40px;
            color: #ffbb19;
        }

    .kj_search_none dd {
        padding-left: 22px;
        display: table-cell;
    }
/*reg*/
.kj_reg_body {
    background: url("../images/reg_banner.jpg") no-repeat center center;
    background-size: cover;
}

.kj_reg_top {
    background-color: #fff;
    height: 65px;
    line-height: 65px;
}

.kj_reg_logo {
    float: left;
}

.kj_reg_logo span {
    display: inline-block;
    padding: 0 10px;
    font-size: 16px;
}

.kj_reg_contact {
    font-size: 16px;
}

    .kj_reg_contact span {
        font-size: 14px;
    }
/*login*/
.kj_login_main {
    background: url("../images/login_banner.jpg") no-repeat center center;
    background-size: cover;
    padding-bottom: 50px;
}
/*shopcart*/
.kj_fapiao {
    display:none;
}
.savemoney {
    font-size:20px;
}
.kj-mainarea.container {
    padding:0;
}
/*structure*/
.pro_goodslist th,
.pro_goodslist td {
    text-align:center;
    border:1px solid #ccc;
    padding:10px;
}
@media (max-width: 1200px) {
    .container {
        width: 970px !important;
        padding: 0;
    }

    .kj_hd_logo {
        width: 161px;
        height: 161px;
        padding-top: 10px;
    }
    .kj_contact1 {        
        font-size: 13px;
    }

    .kj_moreproduct {
        font-size: 12px;
    }

    .kj_pc_list3 > ul {
        height: 35px;
    }

    .kj_hd_search input {
        width: 300px;
    }
    .kj_header1 .kj_hd_search input {
        width: 290px;
    }
    .kj_hd_search .shopcart {
        padding: 0 25px;
    }

    .kj_nav_inner {
        margin-right: 15px;
    }

        .kj_nav_inner li a {
            display: block;
            padding: 0 5px;
        }

    .kj_banner_left {
        padding: 0 3px;
    }

    .kj_banner_left {
        height: 310px;
    }
    .bannerSlide .item img {
       height:auto;
    }
    .kj_banner_right {
        height: 310px;
        overflow: hidden;
    }

    .kj_banner_left > ul > li {
        padding: 2px 0;
    }

        .kj_banner_left > ul > li ul li a {
            padding: 0 1px;
        }

    .kj_home_login {
        height: 115px;
        padding-top: 10px;
    }

    .kj_message_inner ul li {
        line-height: 16px;
    }

        .kj_message_inner ul li a {
            font-size: 12px;
        }

    .kj_hotproduct_price span {
        padding: 0 15px;
    }

    .kj_dingzhi_inner li .kj_dingzhi_info,
    .kj_dingzhi_inner li .kj_dingzhi_hover {
        width: 96%;
    }

    .kj_ni_inner {
        max-height: 120px;
    }

        .kj_ni_inner > p {
            font-size: 12px;
        }

        .kj_ni_inner span {
            font-size: 12px;
        }

    .kj_product_center,
    .kj_pc_list {
        width: 210px;
    }

    .kj_pc_list2 {
        left: 210px;
        width: 760px;
    }

    .kj_pc_list4 {
        left: 160px;
        width: 810px;
        min-height: 310px;
    }

    .kj-productcontent dl dd {
        max-width: 830px;
    }
}

@media (max-width: 992px) {
    .container {
        width: 750px !important;
    }

    .navbar-brand {
        padding: 5px 10px;
    }

    .navbar-nav li a {
        padding: 10px;
    }

    .kj_banner_inner {
        margin-top: 60px;
    }

    .kj_dingzhi_inner li {
        margin-bottom: 10px;
    }

        .kj_dingzhi_inner li .kj_dingzhi_info,
        .kj_dingzhi_inner li .kj_dingzhi_hover {
            width: 97%;
        }
    .kj_hotproduct_inner li {
        width: 32%;
        margin-left: 5px;
    }

    .kj_pinpai ul li {
        width: 33%;
    }

    .kj_ni_inner {
        max-height: 85px;
    }
    .kj_bottom {
        margin-bottom:60px;
    }
    .kj_bottom > ul li {
        font-size: 12px;
    }
    .kj_bottom > ul li img {
        margin-right: 0;
    }
        .kj_bottom > ul li a {
            margin-right: 0;
        }
    .kj-mainarea {
        margin-bottom:60px;
    }
    /*news_info*/
    .kj_news_info {
        margin-top: 60px;
    }
    /*product_info*/
    .productinfo_img {
        margin-top: 50px;
    }
    /*search*/
    .kj-productcontent dl dd {
        max-width: 610px;
    }
}

@media (max-width: 768px) {
    .container {
        width: 100% !important;
    }
    .row {
        margin-left:0;
        margin-right:0;
    }
    .kj_banner_inner {
        padding: 0;
    }

    .kj_title {
        font-size: 14px;
        padding-left: 5px;
    }

    .kj_dingzhi_inner li {
        padding: 0;
    }

        .kj_dingzhi_inner li .kj_dingzhi_info,
        .kj_dingzhi_inner li .kj_dingzhi_hover {
            width: 100%;
        }

    .kj_hotproduct_inner li:first-child,
    .kj_pinpai ul li:first-child,
    .kj_pinpai ul li {
        margin-left: 5px;
    }

    .kj_hotproduct_inner li {
        width: 48%;
    }

        .kj_hotproduct_inner li > a {
            width: 150px;
        }

    .kj_hotproduct_price span {
        padding: 0 5px;
    }

    .kj_pinpai ul li {
        width: 48%;
    }

    .kj_product_hover span {
        width: 70px;
        padding: 5px 10px;
        font-size: 12px;
    }

    .kj_news .kj_title span a {
        font-size: 12px;
        padding: 0 5px;
    }

    .kj_news {
        padding-bottom: 10px;
    }

    .margin-xs.row {
        margin-left: 0;
        margin-right: 0;
    }

    .margin-0 {
        margin: 0;
    }

    .kj_news_inner > ul li {
        margin-bottom: 10px;
        cursor:pointer;
    }    
    body {
        padding-top: 0 !important;
    }    
    .kj-product-list > a p {
        width: 90px;
        padding-top: 35px;
    }
    .kj_news_more {    
        bottom: 0;
    }
    /*product_info*/
    /*.productinfo_table tr th {    
        width:30%;
    }*/
    .productinfo_list li a {
        padding: 10px 5px;
    }
    /*search*/
    .kj-productcontent dl dd {
        max-width: 200px;
    }
    /*reg*/
    .kj_reg_logo {
        float: none;
    }
    .kj_reg_logo span {
        float: right;
    }
    #ShopCartBox {
        display:none !important;
    }
    .pro_goodslist td img {
        max-width: 160px;
    }
}
/*product_info*/
.kj_productinfo_message {
    margin-top:30px;
}
.kj_productinfo_message p {
    line-height:24px;
}
.kj_search_products {
    border: 1px solid #ddd;
    padding: 10px;
}
.kj_search_products .kj-product-item {
    border: 0;
    padding: 0;
    margin-bottom: 0;
}
.kj_search_products .kj-product-item .kj_search_m {
    display: none;
}
.kj_search_products .kj-product-item:first-child .kj_search_m {
    display: block;
}
.kj_search_products .kj_search_list .panel {
    margin-bottom: 0;
}
.main.bg {
    display:none !important;
}
.kj_friendlink {
    margin-top:20px;
    overflow:hidden;
}
.kj_friendlink > a {
    font-size: 15px;
    font-weight: bold;
    color: rgb(84,84,84);
    float:left;
    width:100px;
}
.kj_friendlink > ul {
    float:left;
    overflow:hidden;
}
.kj_friendlink > ul li {
    float:left;
    padding:0 10px;
}