body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    background-color:#fff;
    font-family: 'OpenSans','Myriad Pro','Verdana','PingFangSC-Light','Hiragino Sans GB','Microsoft YaHei';
}
.kj-struc-product-col .kj-ss-proname {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.kj-struc-product-col h3 {
    font-size: 15px;
}
.c {
    overflow: hidden;
}
.container {
    width: 1300px !important;
    margin: 0 auto;
    padding: 0;
}
.l {
    float: left;
}
.r {
    float: right;
}
a {
    text-decoration: none;
    color: rgb(102,102,102);
}
a:focus,
a:hover {
    color: rgb(223,11,0);
    text-decoration: none;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.red1 {
    color: rgb(223,11,0);
}
/*top*/
.kj_top {
    height: 36px;
    line-height: 36px;
    background-color: rgb(245,245,245);
    border-bottom: 1px solid rgb(238,238,238);
}
.kj_top_inner a {
    padding: 0 15px;
}
.kj_top_inner a i {
    margin-right: 5px;
    color: rgb(223,11,0);
}
.kj_top_inner .l > span {
    color: rgb(223,11,0);
    font-weight: bold;
}
.kj_top_inner .r a i {
    font-weight: bold;
}
/*header*/
.kj_header {
    height: 110px;
}
.kj_logo {
    margin-top: 20px;
}
.kj_logo img {
    max-height:60px;
}
.kj_search {
    margin-top: 35px;
}
.kj_search input {
    height: 35px;
    line-height: 35px;
    border: 1px solid rgb(223,11,0);
    width: 545px;
    float: left;
    text-indent: 50px;
    outline: 0;
}
.kj_search_inner {
    position: relative;
}
.kj_search_inner > i {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    color:#666;
}
.kj_search span .btn {
    border-radius: 0;
    padding: 0;
    border: 0;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 70px;
    background-color: rgb(223,11,0);
    color: #fff;
    margin-left: -1px;
    float: left;
    outline: 0;
}
.kj_contact {
    margin-left: 30px;
    font-size: 20px;
    color: rgb(223,11,0);
    height: 40px;
    line-height: 40px;
}
.kj_contact > i {
    font-size: 30px;
    color: rgb(223,11,0);
    margin-right: 5px;
    font-weight:bold;
    vertical-align: middle;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
    background-color: rgb(223,11,0);
    color: #fff;
    outline: 0;
}
/*nav*/
.kj-topnav {
    height: 30px;
    line-height: 30px;
}
.kj_mainnav > li {
    float: left;
    position: relative;
}
.kj_mainnav > li > a {
    padding: 0 20px;
    color: #333;
    font-size: 16px;
}
.kj_mainnav > li.active > a,
.kj_mainnav > li > a:hover {
    color: rgb(223,11,0);
}
.kj_mainnav > li:first-child > img {
    position: absolute;
    left: 30px;
    top: 21px;
    z-index: 9;
    display: none;
}
.kj_mainnav > li:first-child > ul {
    position: absolute;
    left: 0;
    top: 30px;
    z-index: 9;
    width: 180px;
    background-color: #fff;
    border-radius: 5px;
    padding: 5px 1px;
    box-shadow: 0 0 2px rgba(102,102,102,.5);
    display: none;
}
.kj_mainnav > li:first-child:hover > img,
.kj_mainnav > li:first-child:hover > ul {
    display: block;
}
.kj_mainnav > li:first-child > ul > li {
    height: 40px;
    line-height: 40px;
    border: 1px solid transparent;
    border-bottom: 1px dashed rgb(221,221,221);
    padding: 0 10px;
}
.kj_mainnav > li:first-child > ul > li:last-child {
    border-bottom: 1px solid transparent;
}
.kj_mainnav > li:first-child > ul > li > a {
    color: #333;
    display: block;
}
.kj_mainnav > li:first-child > ul > li > a > i {
    float: right;
    color: #666;
}
.kj_mainnav > li:first-child > ul > li:hover {
    border: 1px solid rgb(223,11,0);
}
.kj_mainnav > li:first-child > ul > li:hover > a,
.kj_mainnav > li:first-child > ul > li:hover > a > i {
    color: rgb(223,11,0);
}
.kj_mainnav > li:first-child > ul > li:hover > ul {
    display: block;
}
ul.kj_productlist {
    position: absolute;
    border: 1px solid rgb(223,11,0);
    top: 0;
    left: 178px;
    width: 935px;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    z-index: 9;
    display: none;
}
ul.kj_productlist > li {
    margin-bottom: 10px;
    overflow: hidden;
    line-height: 30px;
    display:inline-block;
}
ul.kj_productlist > li > a {
    float: left;
    width: 110px;
    font-size: 12px;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: right;
}
ul.kj_productlist > li > a:hover,
ul.kj_productlist > li > a:hover > i {
    color: rgb(223,11,0);
}
ul.kj_productlist > li > a > i {
    margin-left: 5px;
    font-size: 12px;
}
ul.kj_productlist1 > li > div {
    overflow: hidden;
    font-size: 12px;
}
ul.kj_productlist > li > div > a {
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 6px;
    padding-left: 6px;
    color: #333;
    font-size: 12px;
}
ul.kj_productlist > li > div > a:hover {
    color: rgb(223,11,0);
}
/*banner*/
.kj_banner {
    position: relative;
}
.kj_banner .carousel-control {
    opacity:0;
}
/*banner_bottom*/
.kj_banner_bottom {
    margin-top: 25px;
}
.kj_banner_bottom > ul > li > a {
    width: 100%;
    text-align: center;
    height: 231px;
    line-height: 231px;
}
.kj_banner_bottom > ul > li > a > img {
    max-width: 100%;
    max-height: 231px;
}
/*优势产品线*/
.kj_youshichanpinxian {
    margin-top: 45px;
}
.title {
    /*background: url("../images/line.png") repeat-x center center;*/
    border-top:2px solid rgb(223,11,0);
    position:relative;
    text-align: center;
}
.title > span {
    font-size: 18px;
    font-weight: bold;
    padding: 0 15px;
    background-color: #fff;
    color: rgb(223,11,0);
    position:absolute;
    top: -12px;
    left: 48%;
}
.kj_youshi_inner {
    margin-top: 30px;
}
.kj_youshi_inner > li {
    margin-bottom: 25px;
}
.kj_youshi_inner > li > div {
    background-color: rgb(245,245,245);
    position: relative;
}
.kj_youshi_inner > li > div > a {
    display: block;
    width: 100%;
    text-align: center;
    height: 245px;
    line-height: 200px;
}
    .kj_youshi_inner > li > div > a > img {
        width: 100%;
        height: 245px;
        object-fit: cover;
    }
.kj_youshi_inner > li > div > p {
    margin: 0;
    height: 45px;
    line-height: 45px;
    color: #333;
    font-size: 16px;
    text-align: center;
}
.kj_youshi_inner > li > div > div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(219,67,79,.5);
    color: #fff;
    font-size: 15px;
    padding-top: 70px;
    padding-left: 20%;
    line-height: 24px;
    cursor: pointer;
    display: none;
}
.kj_youshi_inner > li > div:hover > div {
    display: block;
}
.kj_youshi_inner > li > div:hover > p {
    opacity:0;
}
/*热卖产品*/
.kj_remaichanpin {
    margin-top: 45px;
}
.kj_remai_inner {
    position: relative;
    width: 1400px;
    margin: 25px auto 0;
}
.kj_remai_inner > a {
    position: absolute;
    z-index: 9;
    width: 50px;
    text-align: center;
    height: 75px;
    line-height: 75px;
    top: 105px;
}
.kj_remai_inner > a.left1 {
    left: 0;
}
.kj_remai_inner > a.right1 {
    right: 0;
}
.kj_remai_inner > a > i {
    color: rgb(203,203,203);
    font-size: 30px;
    font-weight: bold;
}
.kj_remai_inner > a:hover > i {
    color: rgb(223,11,0);
}
.kj_remai_content {
    width: 1300px;
    margin: 0 auto;
}
.kj_remai_list {
    margin-left: -10px;
    margin-right: -10px;
    height: 302px;
}
.kj_remai_list > li {
    float: left;
    width: 20%;
    padding: 0 10px;
    margin-bottom: 20px;
}
.kj_remai_list > li > div {
    border: 1px solid rgb(216,216,216);
    padding: 0 6px;
    height: 300px;
}
.kj_remai_list > li > div > a {
    display: block;
    width: 100%;
    text-align: center;
    height: 210px;
    line-height: 210px;
    border-bottom: 1px solid rgb(235,235,235);
}
.kj_remai_list > li > div > a > img {
    max-width: 100%;
    max-height: 210px;
}
.kj_remai_list > li > div > div {
    padding: 5px 0;
    text-align: center;
    line-height: 24px;
}
.kj_remai_list > li > div > div > a {
    display: block;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.kj_remai_list > li > div > div > a:hover {
    color: rgb(223,11,0);
}
.kj_remai_list > li > div > div > span {
    display: block;
    color: rgb(141,141,141);
}
.kj_remai_list > li > div > div > span.kj_price {
    font-size: 18px;
    color: rgb(223,11,0);
}
/*bottom*/
.kj-footer-itembox {
    padding-top: 40px;
    padding-bottom: 20px;
}
.kj-footer-itembox > li {
    float: left;
    width: 25%;
    margin: 0;
    padding: 0 10px;
    font-size: 16px;
    text-align: center;
}
.kj-footer-itembox > li:first-child {
    text-align: left;
}
.kj-footer-itembox > li:last-child {
    text-align: right;
}
.kj-footer-itembox > li p {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    margin-bottom: 0;
    font-size: 16px;
    color: #333;
}
/*foot*/
.kj_foot {
    padding-top: 30px;
    background-color: rgb(250,250,250);
}
.kj-footer-col dt {
    font-size: 16px;
    font-weight: 500;
    color: #333;
}
.kj-footer-col dd {
    margin-top: 10px;
}
.kj-footer-col.kj_code dd {
    margin-top: 0;
    text-align: right;
}
.kj-footer-col dd ul li {
    line-height: 22px;
}
.kj-footer-col dd ul li > a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.kj_code img {
    max-width: 100%;
    max-height: 113px;
    margin-right: 20px;
}
/*footer*/
.kj_footer {
    text-align: center;
    line-height: 24px;
    padding: 20px 0 15px;
    color: rgb(128,128,128);
}
.kj_footer_nav > a {
   color: #999;
    padding: 0 12px;
}
.kj_footer_nav > a:hover {
    color: rgb(223,11,0);
}
.kj-phonefooter .navbar-default {
    border-width: 0;
    background-color: #fcfcfc;
    box-shadow: 1px 1px 5px rgba(0,0,0,.2);
}
.kj-phonefooter .nav-tabs a i {
    color: #777;
}
.kj-phonefooter .nav-tabs {
    text-align: center;
    padding: 5px;
}
.kj-phonefooter .nav-tabs a {
    color: #999;
    text-align: center;
}
.kj-phonefooter .nav-tabs a:hover,
.kj-phonefooter .nav-tabs a.active,
.kj-phonefooter .nav-tabs a.active i {
    color: rgb(223,11,0);
}
.kj-phonefooter .nav-tabs a i {
    color: #777;
}
.kj-phonefooter .nav-tabs div.kj-addtocart-btn-bottom-col a.kj-addtocart-btn-href {
    display: block;
    font-size: 16px;
    margin-top: -5px;
    margin-bottom: -15px;
    margin-right: -5px;
    line-height: 60px;
    background-color: rgb(223,11,0);
    color: #fff;
}
.kj-phonefooter .nav-tabs div.kj-addtocart-btn-bottom-col {
    padding: 0;
    margin: 0;
}
/*fixed*/
.kj-slide-right-bar {
    display:block;
    position: fixed;
    top: 200px;
    right: 15px;
    width: 60px;
    z-index: 9999;
}
.kj-slide-right-bar1 {
    top: auto;
    bottom: 30px;
}
.kj-slide-right-bar > ul,
.kj-slide-right-bar > ul > li {
    margin: 0;
    padding: 0;
    list-style: none;
    position:relative;
}
.kj-slide-right-bar > ul > li {
    background-color: #fff;
    margin-bottom: 5px;
    position: relative;
}
.kj-slide-right-bar > ul > li > a {
    display: block;
    height: 60px;
    color: #666;
    padding: 3px;
    text-align: center;
    border: 1px solid rgb(221,221,221);
    position: relative;
}
.kj-slide-right-bar > ul > li > a > i {
    font-size:24px;
}
.kj-slide-right-bar > ul > li > a > span {
    display: block;
    text-align: center;
    font-size:12px;
}
.kj-slide-right-bar > ul > li > a > sup {
    position:absolute;
    right:0;
    top:0;
    background-color:rgb(223,11,0);
    color:#fff;
    border-radius:20px;
    padding:0 4px;
    display:block !important;
    line-height:16px;
}
.kj-slide-right-bar > ul > li > a:hover {
    border: 1px solid rgb(223,11,0);
    background-color: rgb(223,11,0);
    color: #fff;
}
.kj-slide-right-bar > ul > li > a:hover > sup {
    background-color: #fff;
    color: rgb(223,11,0);
}
.kj_qq > div {
    position: absolute;
    right: 60px;
    top: 0;
    border: 1px solid rgb(223,11,0);
    width: 175px;
    padding: 15px 24px;
    display:none;
    background-color: #fff;
}
.kj_qq:hover > div {
    display:block;
}
.kj_qq > div > p {
    font-size: 20px;
    color: #333;
}
.kj_qq > div > ul {
    margin-top: 20px;
}
.kj_qq > div > ul > li {
    background: rgb(253,226,224) url("../images/qq.png") no-repeat left center;
    border-radius: 30px;
    padding-left: 30px;
    height: 32px;
    line-height: 32px;
    margin-bottom: 12px;
}
.kj_qq > div > ul > li > a {
    display: block;
    width: 100%;
    color: rgb(223,11,0);
    font-size:12px;
    text-align: center;
}
/*news_yemian*/
.breadcrumb {
    background-color: #fff;
    margin-top: 10px;
    margin-bottom:10px;
    font-size: 15px;
    padding-left: 0;
}
.breadcrumb > li > a:hover,
.breadcrumb > .active {
    color:rgb(223,11,0);
}
.breadcrumb > li + li:before {
    content:">";
    margin: 0 5px;
}
.kj_news_banner {
    position: relative;
    height: 260px;
    background: url("../images/xinwendongtai.png") no-repeat center center;
    background-size: cover;
    border-top: 2px solid rgb(223,11,0);
}
.kj_news_list {
    min-height:65px;
    line-height:64px;
    text-align:center;
    border-bottom:1px solid rgb(233,233,233);
}
.kj_news_list > a {
    display:inline-block;
    font-size:18px;
    color:#333;
    margin:0 50px;
    border-bottom:1px solid transparent;
}
.kj_news_list > a.active,
.kj_news_list > a:hover {
    color:rgb(223,11,0);
    border-bottom:1px solid rgb(223,11,0);
}
.kj_zixun {
    margin-top: 35px;
}
.kj_zixun > li {
    padding-bottom: 20px;
    margin-bottom: 25px;
    border-bottom: 1px dashed rgb(221,221,221);
}
.kj_zixun_image {
    float:left;
    width:280px;
    text-align:center;
    height:146px;
    line-height:146px;
}
.kj_zixun_image img {
    max-width:100%;
    max-height:146px;
}
.kj_zixun_inner {
    float:right;
    width:1000px;
}
.kj_zixun_title > a {
    font-size:18px;
    display:block;
    height:35px;
    line-height:35px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    color:#333;
}
.kj_zixun_title > a:hover {
    color:rgb(223,11,0);
}
.kj_zixun_summary {
    margin-top: 5px;
    color: #999;
    font-size: 15px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.kj_zixun_inner > p {
    margin-top:35px;
    margin-bottom:0;
    color:rgb(204,204,204);
}
.kj_products_page {
    margin-top: 50px;
}
.kj_products_page select {
    display: none;
}
.kj_products_page > div > span {
    display:inline-block;
    padding:5px 10px;
    border:1px solid rgb(221,221,221);
    margin-right:5px;
    margin-bottom: 10px;
}
.kj_products_page > div > span:last-child {
    border:0;
    padding:0 10px;
}
.kj_products_page > div > span input {
    border:1px solid rgb(221,221,221);
    outline:0;
    height:32px;
    margin-right:5px;
    background-color:#fff;
}
/*news_info*/
.kj_news_zixun .kj-main-articleinfo-title {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: rgb(223,11,0);
    margin-top: 20px;
}
.kj_news_zixun .kj-article-time {
    margin-top: 10px;
    text-align: center;
    color: rgb(223,11,0);
    padding-bottom: 5px;
    border-bottom: 1px solid rgb(230,230,230);
    margin-bottom: 30px;
}
.kj_news_zixun .kj-main-article {
    line-height: 30px;
    color:#333;
}
.kj_news_zixun .kj-main-article > div > img {
    margin-bottom:20px;
    max-width:100%;
}
/*pages*/
.kj_pages_banner {
    position: relative;
    height: 260px;
    background: url("../images/gongsijianjie.png") no-repeat center center;
    background-size: cover;
    border-top: 2px solid rgb(223,11,0);
}
.kj_pages_list {
    min-height: 65px;
    line-height: 64px;
    text-align: center;
    border-bottom: 1px solid rgb(233,233,233);
}
.kj_pages_list > a {
    display: inline-block;
    font-size: 18px;
    color: #333;
    margin: 0 50px;
    border-bottom: 1px solid transparent;
}
.kj_pages_list > a.active,
.kj_pages_list > a:hover {
    color: rgb(223,11,0);
    border-bottom: 1px solid rgb(223,11,0);
}
.kj_pages_content {
    margin-top:60px;
    font-size:16px;
    color:#333;
    line-height:32px;
}
/*product_yemian*/
.kj_products_banner {
    position: relative;
    border-top: 2px solid rgb(223,11,0);
}
.kj_products_left {
    float: left;
    width: 235px;
}
.kj_products_list > li {
    line-height:36px;
    background-color:rgb(244,244,244);
    border:1px solid rgb(204,204,204);
    margin-bottom:8px;
    position:relative;
}
    .kj_products_list > li > a {
        font-size: 15px;
        color: #333;
        padding-left: 15px;
        padding-right: 25px;
        display: inline-block;
    }
.kj_products_list > li > a:hover {
    color: rgb(223,11,0);
}
.kj_products_list > li > i {
    color:#666;
    position:absolute;
    top:0px;
    right:0px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    margin-right:15px;
}
.kj_products_list > li.active {
    background-color:rgb(223,11,0);
    border:1px solid rgb(223,11,0);
}
.kj_products_list > li.active > a,
.kj_products_list > li.active > i {
    color:#fff;
}
.kj_products_list > li > ul {
    background-color:#fff;
    padding:0 15px;
    display:none;
}
.kj_products_list > li > ul > li > a {
    font-weight:bold;
}
.kj_products_list > li > ul li.active > a {
    color:rgb(223,11,0);
}
.kj_products_list > li > ul li > i {
    color:#666;
    float:right;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}
.kj_products_list > li > ul > li ul {
    display:none;
}
.kj_products_list > li > ul > li > ul li > a {
    font-size:13px;
    margin-left:5px;
}
.kj_products_message {
    float:right;
    width:1035px;
}
.kj_product_content {
    position:relative;
   
    background:rgb(238,239,241);
    background-size:contain;
    padding:20px;
}
.kj_product_content > h3 {
    margin:0;
    color:rgb(223,11,0);
    font-weight:bold;
}
.kj_product_content > p {
    margin-top:15px;
    margin-bottom:0;
    color:#333;
    line-height:24px;
    font-size:13px;
    max-width:80%;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.kj_shopcart_table {
    background-color:#fff;
}
    .table.kj_shopcart_table tr td{
        border:1px solid #ddd;
    }
    .kj_product {
        margin-top: 30px;
    }
.kj_product > .table {
    border-bottom: 4px solid rgb(204,204,204) !important;
}
.kj_pt_info > a {
    max-width: 160px;
    width: 100%;
    display: block;
    text-align: center;
}
.kj_pt_info > a img {
    max-width:100%;
    max-height:100px;
}
.kj_pt_info p span {
    color: #666;
}
.kj_pt_info p span {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}
.kj_pt_message > span {
    color:#999;
    margin-right:20px;
}
.kj_pt_message > span > span,
.kj_pt_message > span > a {
    color:#333;
}
.kj_pt_message > span > a:hover,
.kj_pt_info1 > p a:hover {
    color:rgb(223,11,0);
}
.table > tbody > tr.kj_pt_caozuo > td {
    border-top: 0;
    border-bottom: 1px solid rgb(237,237,237);
    height: 30px;
    line-height: 30px;
}
.kj_pt_product > .table-striped > tbody > tr > td {
    height:40px;
    padding-top:10px;
}
.kj_pt_caozuo > td > a:first-child {
    float: left;
    text-align: left;
    width: 10%;
    color: rgb(223,11,0);
}
.kj_pt_caozuo > td > span {
    float:left;
    text-align:left;
    width:80%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.kj_pt_caozuo > td > a:last-child {
    float: left;
    width: 10%;
    text-align:right;
    text-decoration:underline;
    color: rgb(238,43,36);
}
.kj_pt_inner > td {
    /*border-bottom: 4px solid rgb(204,204,204) !important;*/
    padding-bottom: 10px !important;
}
.kj_pt_info1 > p a {
    font-size:18px;
    color:#333;
    font-weight:bold;
}
.kj_pt_info1 > p a em{
    background:rgb(223,11,0);
    font-style:normal;
    font-size:12px;
    color:#fff;
    border-radius:30px;
    height:18px;
    line-height:18px;
    padding:0 8px;
    margin-left:6px;
    vertical-align:top;
}
.kj_pt_goodslist .table-striped > thead > tr th {
    color:#333;
    background-color:rgb(250,226,225);
    border-bottom:0;
}
.kj_pt_goodslist .table-striped > tbody > tr td {
    background-color:rgb(246,246,246);
}
.kj-pro-num-box {
    position: relative;
    width: 112px;
    height: 37px;
    border: 1px solid #dddddd;
    text-align: center;
}
.kj-pro-num-box button {
    width: 35px;
    height: 35px;
    background-color: #ffffff;
    position: absolute;
    margin: 0px;
    padding: 0px;
    top: 0px;
    border:0;
}
.kj-pro-num-box button:hover {
    background-color: #f8f8f8;
}
.kj-pro-num-box .kj-pro-num-minus {
    left: 0px;
}
.kj-pro-num-box .kj-pro-num-plus {
    right: 0px;
}
.kj-pro-num-box input {
    width: 40px;
    height: 35px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    border:0;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.kj-pro-num-box-min {
    height: 27px;
    line-height: 25px;
    width: 85px;
    margin: 0px auto;
}
.kj-pro-num-box-min button {
    width: 25px;
    height: 25px;
}
.kj-pro-num-box-min input {
    height: 25px;
    width: 30px;
}
.tab-pane {
    padding-top:20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    border-top: 0;
    border-bottom: 0;
    text-align:center;
    word-break: break-all;
}
.kj_product_finalprice {
    color: rgb(223,11,0);
}
.kj_product_shopcart {
    outline: 0;
    border: 0;
    background-color: transparent;
}
a.kj_product_shopcart {
    color: rgb(1,118,206);
    text-decoration:underline;
}
.kj_product_shopcart .fa-cart-plus {
    font-size: 1.5em;
    color: rgb(223,11,0);
}
.kj_product_shopcart > i {
    color: rgb(223,11,0);
    font-size: 18px;
    font-weight: bold;
}
.ShopCartBox {
    display: none !important;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color:#fff;
}
.kj_pt_caozuo > td > a:last-child > i {
    color: #666;
    margin-left: 5px;
    font-weight: bold;
}
/*product_info*/
.productdes_tips {
    background: rgb(223,11,0);
    font-style: normal;
    font-size: 12px;
    color: #fff;
    border-radius: 30px;
    height: 18px;
    line-height: 18px;
    padding: 0 8px;
    margin-left: 6px;
    vertical-align: top;
}
.productinfo_table {
    margin-top: 10px;
    margin-bottom: 10px;
}
.productinfo_table tr th {
    background-color: rgb(243,243,243);
    text-align: center;
    border: 0 !important;
    width: 12%;
    line-height:24px !important;
}
.productinfo_table tr td {
    text-align:left !important;
    line-height:24px !important;
}
.kj_productinfo_image {
    float: right;
    text-align:right;
}
#carousel-proinfo-generic {
    width: 225px;
    float:right;
}
.kj_ztgdprony .item {
    height: 225px;
    text-align: center;
    line-height: 225px;
    width:225px;
    border:1px solid rgb(225,225,225);
}
.kj_ztgdprony.carousel-inner .item img {
    display: inline-block;
    max-width: 99%;
}
.kj_wybzdhr {
    height: 60px;
    overflow: hidden;
    position: relative;
}
.kj_left, .kj_right {
    position: absolute;
    display: block;
    width: 30px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    top: 0;
    opacity: 0.7;
}
.kj_left > i, .kj_right > i {
    font-size:30px;
    font-weight:bold;
}
.kj_left {
    left: 0;
}
.kj_right {
    right: 0;
}
.kj-carousel-indicators-proinfo {
    bottom: auto;
    position: relative;
    left: 36px;
    width: 70%;
    margin-left: 0px;
    text-align:left;
}
.kj-carousel-indicators-proinfo li {
    width: 55px;
    height: 55px;
    text-indent: 0px;
    border: 2px solid #E6E8E9;
    border-radius: 0px;
    line-height: 55px;
    text-align: center;
    margin: 5px;
}
.kj-carousel-indicators-proinfo li.active {
    width: 55px;
    height: 55px;
    margin: 5px;
    border-color: #FD0000;
}
.kj-carousel-indicators-proinfo li img {
    max-width: 47px;
    max-height: 47px;
}
.kj_productinfo_message,
.kj_relproduct_title,
.kj_relpwenxian_title {
    background-color: rgb(245,245,245);
    border: 1px solid rgb(225,225,225);
    height: 42px;
    line-height: 42px;
    font-size: 15px;
    color: #333;
    padding-left: 10px;
}
.kj_productinfo_message > span {
    margin-right:5px;
}
#progoodslist {
    border:1px solid rgb(225,225,225);
    border-top:0;
}
#progoodslist .table-striped > thead > tr th {
    color:#333;
    font-weight:normal;
    background-color:rgb(255,243,243);
}
#progoodslist .table-striped > tbody > tr td {
    background-color:#fff;
    border-bottom:1px dashed rgb(225,225,225);
}
#progoodslist .table-striped > tbody > tr td:first-child {
    color:rgb(223,11,0);
}
#progoodslist .table-striped > tbody > tr:last-child td {
    border-bottom:0;
}
.kj-productinfo-fliter dd {
    border-bottom: 1px solid #efefef;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 80px;
    line-height: 34px;
}
.kj-productinfo-fliter dt {
    border-bottom: 0px solid #f8f8f8;
    width: 60px;
    line-height: 35px;
    padding-top: 10px;
    padding-bottom: 0px;
    float: left;
}
.kj-productinfo-fliter dd a {
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #ffffff;
    margin-right: 10px;
    display: inline-block;
    position: relative;
    margin-top:2px;
}
.kj-productinfo-fliter dd a:hover {
    border-color: #ff6600;
    color: #ff6600;
}
.kj-productinfo-fliter dd a.disable {
    color: #cccccc;
    cursor: not-allowed;
    border: 1px dashed #dddddd;
}
.kj-productinfo-fliter dd a.disable:hover {
    border: 1px dashed #dddddd;
    color: #cccccc;
}
.kj-productinfo-fliter dd a.active {
    border-color: red;
    color: red;
}
.kj-productinfo-fliter dd a.active:before {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    text-align: center;
    width: 0px;
    height: 0px;
    border-top: 20px solid red;
    border-left: 20px solid transparent;
    font: normal normal normal 12px/1 FontAwesome;
}
.kj-productinfo-fliter dd a.active::after {
    content: "\f00c";
    color: #ffffff;
    position: absolute;
    right: 1px;
    top: 0px;
    text-align: center;
    width: 10px;
    height: 10px;
    font: normal normal normal 12px/1 FontAwesome;
}
.kj_relproduct,
.kj_relpwenxian,
.kj-productinfo-content-box {
    margin-top: 20px;
}
.kj_products_list2 {
    padding:25px 20px 5px;
    border:1px solid rgb(225,225,225);
    border-top:0;
    overflow:hidden;
}
.kj_products_list2 > li {
    padding:0 10px;
    margin-bottom:20px;
}
.kj_products_list2 > li > a {
    display:block;
    width:100%;
    text-align:center;
    height:162px;
    line-height:162px;
    border:1px solid rgb(221,221,221);
}
.kj_products_list2 > li > a > img {
    max-width:99%;
    max-height:160px;
}
.kj_pronyname {
    margin-top:20px;
}
.kj_pronyname > a {
    display:block;
    font-size:16px;
    color:#333;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.kj_pronyname > a:hover,
.kj_pronyname > p > a:hover {
     color:rgb(223,11,0);
}
.kj_pronyname > p {
    color:rgb(128,128,128);
    margin-top:2px;
    margin-bottom:0;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.kj_pronyname > p > a {
    color:rgb(128,128,128);
}
.nav-tabs > li > a {
    border-radius:0;
    margin-left:3px;
    border:1px solid rgb(225,225,225);
    font-size:15px;
    background-color:rgb(245,245,245);
    padding:0;
    width:212px;
    text-align:center;
    height:42px;
    line-height:42px;
}
.nav-tabs > li:first-child > a {
    margin-left:0;
}
.nav > li > a:hover,
.nav > li > a:focus,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border: 1px solid rgb(225,225,225);
    color: rgb(223,11,0);
    background-color:#fff;
    border-bottom:1px solid transparent;
}
.kj-productcontent,
.kj_relpwenxian_content {
    padding: 20px;
    border:1px solid rgb(225,225,225);
    border-top:0;
    overflow:hidden;
}
.kj-product-content .tab-pane {
    padding-top:0;
}
.proinfor_conttxt {
    line-height:45px;
    font-size:15px;
    border-bottom:1px dashed rgb(213,213,213);
}
.proinfor_conttxt:first-child {
    border-top:1px dashed rgb(213,213,213);
}
.proinfor_conttxt_tit {
    float: left;
    width: 120px;
    border-right: 1px dashed rgb(213,213,213);
    padding-left: 10px;
    color:#666;
    font-weight:bold;
}
.proinfor_conttxt_cont {
    margin-left: 119px;
    border-left: 1px dashed rgb(213,213,213);
    font-size: 15px;
    padding-left: 15px;
}
.kj-productcontent > p {
    font-size:15px;
    color:#666;
    line-height:24px;
}
.kj-productcontent > h3 {
    font-size: 15px;
    color: #666;
    font-weight:bold;
    margin-top:15px;
}
.kj_relpwenxian_content > li {
    height:30px;
    line-height:30px;
}
.kj_relpwenxian_content > li > img {
    margin-right:5px;
}
.kj_relpwenxian_content > li > a {
    display:inline-block;
}
.CalculatorTable > li > div {
    float: left;
    overflow: hidden;
}
.CalculatorTable > li > div > label {
    display:block;
    color:#666;
    font-weight:normal;
}
.CalculatorTable > li > div > input {
    border:1px solid rgb(169,169,169);
    height:19px;
    line-height:19px;
    text-indent:5px;
    float:left;
}
.CalculatorTable > li > div > select {
    border:1px solid rgb(169,169,169);
    height:19px;
    line-height:19px;
    float:left;
    margin-left:5px;
}
.CalculatorTable > li > div.toolfzlmol_otherinf {
    float: left;
    width:100%;
    margin-top:15px;
    font-size:13px;
    color: rgb(223,11,0);
    font-weight:bold;
}
#Button2 {
    float: left;
    width: 95px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    margin-top: 20px;
    font-size: 15px;
    background-color: rgb(223,11,0);
    color: #fff;
    border-radius: 10px;
    outline: 0;
    border: 0;
}
#dilCalc > ul > li > input {
    border: 1px solid rgb(169,169,169);
    height: 19px;
    line-height: 19px;
    text-indent: 5px;
}
#dilCalc > ul > li > input.button_commom,
.button_commom {
    width: 95px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    margin-top: 20px;
    font-size: 15px;
    background-color: rgb(223,11,0);
    color: #fff;
    border-radius: 10px;
    outline: 0;
    border: 0;
}
.mt5 {
    margin-top:10px;
}
.toolfzlmol_otherinf > span {
    margin-right:30px;
}
@media (max-width: 1300px) {
    .container {
        width: 970px !important;
    }
    .kj_search input {
        width: 300px;
    }
    ul.kj_productlist {
        width: 792px;
    }
    .kj_remai_inner {
        width: 970px;
    }
    .kj_remai_inner > a {
        width: 35px;
    }
    .kj_remai_content {
        width: 900px;
    }
    .kj_remai_list > li {
        width: 25%;
    }
    /*news_yemian*/
    .kj_zixun_inner {
        width: 670px;
    }
    /*product_yemian*/
    .kj_products_message {
        width: 715px;
    }
    /*product_info*/
    .nav-tabs > li {
        width:25%;
        margin-bottom:5px;
    }
    .nav-tabs > li > a {
        width:98%;
        margin-left:2%;
    }
    .nav-tabs > li:first-child > a {
        margin-left: 2%;
    }
    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:focus {
        background-color: rgb(245,245,245);
        border-bottom: 1px solid rgb(225,225,225);
    }
}
@media (max-width: 992px) {    
    .container {
        width: 750px !important;
    }
    #mobilesearchbox .input-group {
        width: 660px;
    }
    .kj_banner {
        margin-top: 110px;
    }
    .kj_remaichanpin {
        margin-bottom: 60px;
    }
    .kj_remai_inner {
        width: 750px;
    }
    .kj_remai_content {
        width: 680px;
    }
    .kj_remai_list > li {
        width: 33%;
    }
    .title > span {
        left:42%;
    }
    .kj_footer {
        margin-bottom: 60px;
    }
    /*news_yemian*/
    .kj_zixun_inner {
        width: 100%;
        float: none;
    }
    /*product_yemian*/
    .kj_products_message {
        float:none;
        width: 100%;
    }
    /*pages*/
    .kj_pages_list > a,
    .kj_news_list > a {
        margin: 0 40px;
    }
    /*product_info*/
    #carousel-proinfo-generic {
        float:none;
        margin:10px auto;
    }
    #serialCalc ul {
        float:none !important;
        margin-bottom:20px;
        overflow:auto;
    }
}
@media (max-width: 768px) {
    .container {
        width: 96% !important;
    }
    #mobilesearchbox {
        position: absolute;
        left: 70px;
        right: 80px;
        top: 0;
        padding: 0;
        border-width: 0;
    }
    #mobilesearchbox .input-group {
        width: auto;
    }
    .kj_banner {
        margin-top: 60px;
    }
    .kj_remai_inner {
        width: 100%;
    }
    .kj_remai_inner > a {
        width: 10%;
    }
    .kj_remai_content {
        width: 80%;
    }
    .kj_remai_list > li {
        width: 100%;
    }
    .title > span {
        left: 32%;
    }
    /*pages*/
    .kj_pages_list > a,
    .kj_news_list > a {
        margin: 0 10px;
    }
    /*product_info*/
    .nav-tabs > li {
        width: 50%;
    }
    .kj_product > .table-striped > tbody > tr > td {
        height: auto;
        line-height: 30px;
        border:1px solid rgb(204,204,204) !important;
    }
    .kj_pt_message > span {
        display:block;
        margin-right:0;
    }
    .kj_productinfo_message {
        display:none;
    }
    #progoodslist {
        padding: 0 10px;
        border-top: 1px solid rgb(225,225,225);
    }
    .kj_products_list2 {
        padding:25px 10px 5px;
    }
    .productinfo_table tr.visible-xs-block {
        display:table-row !important;
    }
    .productinfo_table tr th {
        width:30%;
    }

   
    .kj-price-box .kj-price {
        color: red;
        font-size: 30px;
    }
    .toolfzlmol_otherinf > span {
        margin-right: 0;
        display: block;
        margin-bottom: 5px;
    }
    #serialCalc ul.kj_result table {
        width: 600px;
    }
    /* Force table to not be like tables anymore */
    .kj_product_table table,
    .kj_product_table thead,
    .kj_product_table tbody,
    .kj_product_table th,
    .kj_product_table td,
    .kj_product_table tr {
        /*display: block;
        width: 100%;*/
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    .kj_product_table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .kj_product_table tr {
        border: 1px solid #ccc;
        margin-bottom: 10px;
    }
    .kj_product_table td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 5% !important;
        white-space: normal;
        text-align: left !important;
    }
    .kj_products_message .dl-horizontal dt {
        float:left;
    }
    .kj_pt_caozuo > td {
        /*display: block !important;*/
    }
    .kj_pt_caozuo > td > a {
        /*display:block !important;*/
        /*margin:5px 0 !important;*/
        width:20% !important;
        text-align:left !important;
    }
    .kj_product_table .kj_pt_goodslist td {
        padding-left:8px !important;
    }
    .kj_product.kj_pt_product > .table {
        border: 0;
    }
    .kj_product_page > div > span {
        margin-bottom:5px;
    }
    .kj_pt_info1 > p a{
        font-size:14px;
    }
    .kj_product > .table-striped > tbody > tr > td.kj_pt_info {
        padding: 0px !important;
        width: 30% !important;
        border-width: 0px !important;
        border:0px !important;
    }
    .kj_product > .table-striped > tbody > tr > td.kj_pt_info1 {
        line-height:20px;
        border: 0px !important;
    }
}

span[id^="stockinventory_"] {
    color: #df0b00;
}
.kj-jiegoushi{
    display:inline-block;
}
