﻿@charset "utf-8";
/* CSS Document */
/*公共样式*/
html, body, div, span, applet, object, iframe, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, tt, var, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
}


:focus, input, select, textarea, button {
    outline: 0;
    border: 0;
    background-color: transparent;
}
/**/
.col-xs-per20,
.col-sm-per20,
.col-md-per20,
.col-lg-per20,
.col-xs-per30,
.col-sm-per30,
.col-md-per30,
.col-lg-per30,
.col-xs-per40,
.col-sm-per40,
.col-md-per40,
.col-lg-per40,
.col-xs-per60,
.col-sm-per60,
.col-md-per60,
.col-lg-per60,
.col-xs-per70,
.col-sm-per70,
.col-md-per70,
.col-lg-per70,
.col-xs-per80,
.col-sm-per80,
.col-md-per80,
.col-lg-per80 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-per20 {
    width: 20%;
    float: left;
}

.col-xs-per30 {
    width: 30%;
    float: left;
}

.col-xs-per40 {
    width: 40%;
    float: left;
}

.col-xs-per60 {
    width: 60%;
    float: left;
}

.col-xs-per70 {
    width: 70%;
    float: left;
}

.col-xs-per80 {
    width: 80%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-per20 {
        width: 20%;
        float: left;
    }

    .col-sm-per30 {
        width: 30%;
        float: left;
    }

    .col-sm-per40 {
        width: 40%;
        float: left;
    }

    .col-sm-per60 {
        width: 60%;
        float: left;
    }

    .col-sm-per70 {
        width: 70%;
        float: left;
    }

    .col-sm-per80 {
        width: 80%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-per20 {
        width: 20%;
        float: left;
    }
 
    .col-md-per30 {
        width: 30%;
        float: left;
    }

    .col-md-per40 {
        width: 40%;
        float: left;
    }

    .col-md-per60 {
        width: 60%;
        float: left;
    }

    .col-md-per70 {
        width: 70%;
        float: left;
    }

    .col-md-per80 {
        width: 80%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-per20 {
        width: 20%;
        float: left;
    }

    .col-lg-per25 {
        width: 25%;
        float: left;
    }

    .col-lg-per30 {
        width: 30%;
        float: left;
    }

    .col-lg-per10 {
        width: 10%;
        float: left;
    }

    .col-lg-per15 {
        width: 15%;
        float: left;
    }

    .col-lg-per40 {
        width: 40%;
        float: left;
    }

    .col-lg-per60 {
        width: 60%;
        float: left;
    }

    .col-lg-per70 {
        width: 70%;
        float: left;
    }

    .col-lg-per80 {
        width: 80%;
        float: left;
    }
}
a {
    color: #333;
}

    a, a:link, a:visited, a:hover, a:active {
        text-decoration: none;
    }

        a:hover {
            color: #1B96D5;
        }

table {
    border-collapse:collapse;
 
}

img, iframe {
    border: none;
    text-decoration: none;
}

label {
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

select {
    margin: inherit;
}

a, button {
    cursor: pointer;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.o {
    overflow: hidden;
}

.l {
    float: left;
}

.r {
    float: right;
}
/* CSS Document */
.c {
    overflow: hidden;
    zoom: 1;
}

.kj_cp .row {
    margin-right: 11px;
    margin-left: -12px;
}
/* CSS Document */

.kj_losear {
    padding-top: 0px;
    padding-bottom: 0px;
}

.kj_ztbjys {
    background: #f9f9f9;
    border-bottom: 1px solid #111;
}
.kj_navv > ul > li:hover .dropdown-menu li a{
    color:#333;
    padding:10px;
    text-align:center;
}
.kj_navv > ul > li:hover .dropdown-menu {
    padding: 0;
    box-shadow: 0 14px 12px rgb(0 0 0 / 18%);
    border:none;
}
    .kj_navv > ul > li:hover .dropdown-menu li a:hover {
        color: #fff !important;
        background-color: #1B96D5;
    }
.kj_col-flex3 span{
    display:block;
}
.kj_search {
    height: 35px;
   display:flex;
   width:500px;
  
}
.searchBox_right{
    display:flex;
    align-items:center;
    justify-content:right;
}
.kj_losear{
    padding:15px 0;
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.kj_search input[type="text"] {
    width: 100%;
    background-color: #fff;
    height: 35px;
    border-radius: 20px 0 0 20px;
    text-indent: 20px;
    float: left;
    line-height: 45px;
    border: 1px solid #ccc;
    border-right: none;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
    background-color:#1B96D5;
    border-color:#1B96D5;
}
.pagination > li > a, .pagination > li > span{
    color:#111;
}
.kj_search input[type="button"] {
    flex: 0 0 75px;
    background-color: #1B96D5;
    height: 35px;
    border-radius: 0 20px 20px 0;
    line-height: 35px;
    float: right;
    color: #fff;
    transition-duration: .39s;
}
    .kj_search input[type="button"]:hover {
        background-color: #AAA9A9;
    }
.kj_telephone {
    background: url(../images/telephone.png) no-repeat left center;
    height: 50px;
    font-size: 18px;
    padding-left: 50px;
    padding-top: 16px;
    font-weight: bold;
    color: #111111;
    background-size: 40px;
    margin-left:30px;
}

.kj-banner .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: white;
    border: 2px solid #1B96D5;
}
.kj-banner .swiper-slide  a{
    height:540px;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
}
.kj-newitem-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    min-height: 155px;
}

.kj-prolist-item:hover .kj-newitem-image {
    transform: scale(0.8);
    transition: 0.6s;
}
.kj-prolist-item:hover .kj-pro-enname a{
    color:#1B96D5;
}
.kj-pro-index-col-item:hover a{
    color:#1B96D5;
}
.kj_footernav{
    margin-top:50px;
}
.kj-pro-caption {
    padding-bottom: 0 !important;
}
/*面包屑*/
.kj-bread-new {
    margin-top: 20px;
}
/*导航*/
.kj_nav {
    background-color: #AAA9A9;
}

.kj_navv {

}

    .kj_navv > ul > li {
        float: left;
        position: relative;
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .kj_navv > ul > li:hover .nav2 {
            display: block;
        }
        .kj_navv > ul > li:hover {
            background-color: #1B96D5;
        }
        .kj_navv > ul > li:hover a {
            color: #fff;
        }
        .kj_navv .dropdown:hover > ul {
            display: block;
            top: 100%;
            margin: 0px;
        }
    .kj_navv .dropdown-menu li a{
        padding:8px 20px;
    }
    .nav2 {
        position: absolute;
        top: 50px;
        left: 0px;
        width: 100%;
        background-color: #50A7DF;
        text-align: center;
        padding: 5px;
        z-index: 99;
        display: none;
    }

    .nav2 a {
        color: #fff;
        display: block;
        padding: 5px;
        border-bottom: 1px dashed #fff;
    }

    .nav2 li:last-child a {
        border-bottom: 0px;
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 6px 10px;
}

.kj_navv > ul > li > a {
    display: inline-block;
    color: white;
    padding: 0 40px;
    font-size: 15px;
    border-right: 1px solid #3879a2;
}

.kj_navv > ul > li:last-child a {
    border-right: none;
}

.kj_navv ul li.active {
    background-color: #1B96D5;
}
    .kj_navv ul li.active a,
    .kj_navv ul li a:hover {
        color: #fff;
    }

.kj_losear img, .kj_folist img {
width:285px;
}
    .kj_folist img{
        width:110px;
    }
    /*banner图*/
    .kj_banner {
        height: 530px;
        background: url(../images/banner.jpg) no-repeat center center;
    }
/*产品展示*/
.kj_cpzs {
    margin-top: 30px;
}

.kj_cpzstit {
    border-bottom: 1px solid #ebebeb;
    height: 31px;
}

    .kj_cpzstit h3 {
        border-bottom: 2px solid #1B96D5;
        display:inline-block;
        margin-top: 0;
        padding-bottom: 9px;
        font-size: 18px;
        font-weight: bold;
    }

.kj_productlists {
    margin-top: 30px;
}

.kj_cpzsconimg p {
    width: 100%;
    height: 155px;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
}

    .kj_cpzsconimg p img {
        max-width:90%;
        max-height:90%;
    }
.kj-tese-cc:hover{
    box-shadow: 0 2px 10px 0 #bdc7cc;
}
.kj-pro-enname {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    padding: 10px 0px;
    border-bottom: 1px solid #d7d7d7;
}

.kj-pro-cas {
    padding-top: 10px;
    font-size: 13px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.kj-prolist-item:hover {
    box-shadow: 0 0 8px rgba(21, 97, 146,.5);
    transition: all 0.5s ease 0s;
}

.kj-index-rec-price a {
    color: #d2a262;
    font-size: 14px;
}

.kj-index-rec-text {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    color: #333333;
    padding: 10px 0px 0px 0px;
}

    .kj-index-rec-text a {
        color: #111111;
    }

.kj-index-col a > img, .kj-index-col > img {
    border-top: 2px solid #dbdbdb;
    transition: all 0.5s ease 0s;
}
.kj-left-nav {
    margin: 0;
    margin-right: 50px;
    margin-bottom: 20px;
}

    .kj-left-nav .kj-hot-pross div:last-of-type a {
        border: none;
    }

    .kj-left-nav div {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .kj-left-nav div img {
            max-width: 100%;
            height: 80px;
            display: block;
            margin: 20px auto;
        }

    .kj-left-nav .kj-hot-pross div a {
        display: block;
        width: 100%;
        color: #333;
        font-weight: bold;
        text-decoration: none;
        border-bottom: 2px solid #cd2027;
        padding-bottom: 10px;
    }

    .kj-left-nav .kj-left-nav-first {
        color: #fff;
        height: 55px;
        line-height: 55px;
        background-color: #1B96D5;
        font-weight: bold;
        font-size: 20px;
        text-align: center;
        margin: 0;
    }

    .kj-left-nav ul {
        padding: 0;
        padding-left: 15px;
        margin-bottom: 0px;
        border: 1px solid #dcdcdc;
        border-top: 0;
    }

    .kj-left-nav li {
        font-size: 14px;
        transition-duration: 0.39s;
        padding-right: 10px;
        line-height: 50px;
        list-style: none;
    }

        .kj-left-nav li a {
            display: inline-block;
            height: 50px;
            color: #333;
            font-weight: bold;
            text-decoration: none;
        }

           /* .kj-left-nav li a ::before {
                content: "•\00A0\00A0\00A0"
            }*/

        .kj-left-nav li ol {
            padding: 0;
            height: 0;
            overflow: hidden;
            transition-duration: 0.39s;
        }

            .kj-left-nav li ol li {
                list-style: none;
                line-height: 30px;
            }

                .kj-left-nav li ol li a {
                    padding-left: 15px;
                }

                    .kj-left-nav li ol li a:hover {
                        color: #cd2027;
                    }

        .kj-left-nav li.active {
            transition-duration: 0.39s;
        }

            .kj-left-nav li.active a span {
                color: #cd2027;
            }

            .kj-left-nav li.active ol {
                transition-duration: 0.39s;
                height: auto;
                overflow: initial;
            }

            .kj-left-nav li.active i {
                color: #cd2027;
            }

/* 产品展示 */
.kj-yxdc-cpzs-text {
    margin-top: 30px;
}

.kj-prodetail-left {
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 335px;
    background-position: center center;
    border: 1px solid #ddd;
}

.kj-prodetail-right {
    padding-left: 50px;
}

.kj-prodetail-right-h3 {
    color: #12428a;
    font-size: 26px;
}

.kj-prodetail-right-small {
    color: #666;
    font-size: 15px;
    line-height: 20px;
}

.kj-table-name > tbody > tr > th {
    width: 20px;
}

.kj-prodetail-table {
    border: none;
}

/*.kj-prodetail-table > tbody > tr:nth-child(2n+1) {
        background-color: #f2f2f2;
    }*/
.kj-prodetail-table > tbody > tr > th {
    font-size: 16px;
    font-weight: 400;
    border: none;
    width:7%;
    line-height: 25px;
    color: #999999;
}

    .kj-prodetail-table > tbody > tr > td {
        font-size: 14px;
        border: none;
        line-height: 25px;
        width: 43%;
    }
/* 产品详情页-信息部分 */
/*.kj-basetxt {
    margin-bottom: 30px;
}*/

.kj-basetxt-t {
    border-bottom: 2px solid #1f8fcf;
}

.kj-basetxt-btn {
    background-color: #1f8fcf;
    width: 122px;
    height: 42px;
    line-height: 42px;
    color: #fff;
    border: none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-size: 16px;
}

.kj-basetxt-con, .kj-safetxt-con {
    padding: 17px 37px;
    border: 1px solid #dedede;
}

.kj-basetxt-table, .kj-safetxt-table {
    padding: 17px 27px;
    color: #666;
    border-collapse: collapse;
}

    .kj-basetxt-table > tbody > tr, .kj-safetxt-table > tbody > tr {
        height: 40px;
        line-height: 40px;
        padding-left: 20px;
    }

        .kj-basetxt-table > tbody > tr:first-child > th, .kj-safetxt-table > tbody > tr:first-child > th {
            border-top: none;
        }

        .kj-basetxt-table > tbody > tr:first-child > td, .kj-safetxt-table > tbody > tr:first-child > td {
            border-top: none;
        }

        .kj-basetxt-table > tbody > tr > th {
            font-size: 15px;
            font-weight: bold;
            border-right: 1px solid #e5e5e5;
            padding-left: 20px;
            width: 18%;
        }

        .kj-basetxt-table > tbody > tr > td {
            font-size: 14px;
            width: 70%;
            padding-left: 8%;
        }

.kj-product-if.kj-media-left {
    border: 1px solid #dddddd;
}

.kj-product-contentdf {
    margin-top: 35px;
    border: 1px solid #E5E5E5;
}

    .kj-product-contentdf ul.nav-tabs {
        background-color: #f7f7f7;
        border-bottom: 1px solid #fff;
    }

    .kj-product-contentdf > ul > li.active {
        background-color: #fff;
    }

.kj-productinfo-content-box ul li.active {
    border-left: none;
}

.kj-product-contentdf > ul > li {
    list-style: none;
    width: 137px;
    float: left;
    text-align: center;
    font-size: 16px;
}

    .kj-product-contentdf > ul > li > a {
        border: 0px;
    }

.kj-nav-tabs > li.active > a, .kj-nav-tabs > li.active > a:focus, .kj-nav-tabs > li.active > a:hover {
    border: none;
}

.c {
    padding: 0;
}
/* 产品详情页-信息部分-安全信息 */
.kj-safetxt-table > tbody > tr > th {
    font-size: 15px;
    font-weight: bold;
    padding-left: 20px;
}

    .kj-safetxt-table > tbody > tr > th:nth-child(1) {
        border-right: 1px solid #e5e5e5;
        width: 10%;
    }

    .kj-safetxt-table > tbody > tr > th:nth-child(3) {
        width: 25%;
        padding-left: 7%;
    }

.kj-safetxt-table > tbody > tr:nth-child(1) > th:nth-child(1) {
    vertical-align: bottom;
}

.kj-safetxt-table > tbody > tr > td {
    font-size: 14px;
    border-right: 1px solid #e5e5e5;
    padding-left: 20px;
    width: 35%;
}
/* 相关产品 */
/* 相关产品-字体描边 */
.kj-related {
    margin-bottom: 50px;
}

.kj-related-t {
    font-size: 22px;
    line-height: 22px;
    -webkit-text-stroke-width: thin;
    color: #1e1f21;
    margin-bottom: 16px;
    padding-left: 0px;
}
.kj-tejian-cc{
    height:308px;
    overflow:hidden;
}


.kj-relatedpro-list {
    padding: 20px;
    border: 1px solid #dddddd;
}

    .kj-relatedpro-list:nth-child(1) {
        margin-left: 0px;
    }

.kj-relatedpro-img {
    margin: 10px auto 20px;
}

    .kj-relatedpro-img > img {
        width: fit-content;
        height: fit-content;
    }

.kj-relatedpro-p {
    color: #333;
    font-weight: bold;
    font-size: 15px;
    display: block;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 20px;
}

.kj-relatedpro-small {
    color: #666;
    font-size: 14px;
    line-height: 24px;
}

.kj-relatedpro-button {
    display: inline-block;
    width: 100%;
    height: 34px;
    line-height: 34px;
    border: 1px solid #1f8fcf;
    color: #1f8fcf;
    font-size: 15px;
    margin: 20px auto;
    text-align: center;
    background-color: #fff;
    border-radius: 4px;
}

    .kj-relatedpro-button:hover {
        background-color: #1f8fcf;
        color: #fff;
    }

.kj-index-yxdc-bottomconnect3 {
    float: right;
    padding-bottom: 49px;
}

.kj-index-yxdc-bottomconnect4 {
    padding-bottom: 6px;
}

    .kj-index-yxdc-bottomconnect4 a,
    .kj-index-yxdc-bottomconnect5 a {
        color: white;
    }

.kj-index-yxdc-bottom-qr {
    margin-left: 37%;
}

.kj-index-yxdc-line {
    width: 79%;
    height: 1px;
    background-color: white;
    margin: 0px auto;
}

.kj-yxdc-detail-con .kj-btn-hot-shop:focus,
.kj-yxdc-detail-con .kj-btn-hot-shop:hover {
    background-color: #1B96D5;
    color: white;
}

.kj-yxdc-detail-text {
    font-weight: bold;
    font-size: 28px;
    color: #333;
    margin-bottom: 17px;
}

.kj-yxdc-detail-pro-info {
    margin-top: 23px;
    margin-bottom: 23px;
    font-size: 24px;
    color: #013a64;
}

.kj-detail-item1 {
    width: 120px;
    background-color: #ffffff;
    /* font-weight: 600; */
    white-space: nowrap;
    color: #333333;
    text-indent: 23px;
}

.kj-yxdc-detail-bottom {
    margin-bottom: 55px;
}



.kj-page-banner-box {
    height: 420px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.kj-page-content-body {
    padding-bottom: 40px;;
    font-size: 14px;
    line-height: 30px;
}

.kj-rec-desc .active a {
    background-color: #dddddd !important;
    border-radius: 0px !important;
}

.kj-pagination {
    text-align: center;
}

/*.kj-new-media-list {
        border: 1px solid #f0f0f0;
        padding: 15px;
        margin-top: 10px;
    }*/


.kj-top-navbar-container1 .fa-stack {
    border: 2px solid #ffffff;
    border-radius: 30px;
    overflow: hidden;
    line-height: 35px;
}

.kj-yxdc-detail-text1 {
    margin-bottom: 27px;
    font-size: 14px;
    white-space: nowrap;
}

.kj-yxdc-detail-pro-info {
    margin-bottom: 20px;
    font-size: 24px;
    color: #111111;
    margin-top: 20px;
}

.kj-btn-hot-shop {
    margin-top:20px;
    font-size: 15px;
    color: #333;
    text-align: center;
    height: 47px;
    background-color: #AAA9A9;
    width: 168px;
    font-weight: bold;
    border:none;
    border-radius: 2px;
    color:#fff;
    line-height: 36px;
}

.kj-footer-wechat {
    padding-right: 10px;
    vertical-align: middle
}

.kj-yxdc-cpzs-content2 {
    margin-bottom: 120px;
}
/* 搜索结果 */

a.kj-yxdc-search-list, button.kj-yxdc-search-list {
    font-weight: 600;
    text-align: center;
}

.kj_cpzstxt {
    padding: 10px;
   
}

    .kj_cpzstxt h4 {
        height: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }


.kj_casfz {
    font-size: 12px;
    color: #989898;
    line-height: 20px;
}

.kj_cpzstxt h4 a {
    font-size: 16px;
}

.kj_cpzscont:hover {
    box-shadow: 0 2px 10px 0 #bdc7cc;
}

.kj_cashde, .kj_fzsde {
    height: 20px;
    overflow: hidden;
    font-size: 14px;
}

.kj_more a {
    font-size: 16px;
}

.kj_txttitle a {
    font-size: 16px;
}
/*推荐产品，联系我们*/
.kj_tuli {
    margin-top: 30px;
}

.kj_tjcp {
    background: url(../images/beijing1.jpg) no-repeat left center;
    border-radius: 10px;
    height: 180px;
    background-size: 100% 100%;
    padding-left: 25px;
}

    .kj_tjcp h3 {
        font-size: 24px;
        margin-top: 65px;
        font-weight: bold;
    }

        .kj_tjcp h3:hover {
            color: #febf00;
        }

    .kj_tjcp span:hover {
        color: #febf00;
    }

    .kj_tjcp span {
        font-size: 16px;
        font-weight: bold;
    }

    .kj_tjcp.kj_lxwm {
        background: url(../images/beijing2.jpg) no-repeat left center;
    }

/*公司简介，公司动态，行业动态*/
.kj_gsjdt {
    margin-top: 30px;
}

.kj_more {
    margin-top: 5px;
    color: #989898;
}

.kj_gsjjimg {
    margin-top: 20px;
    margin-bottom: 10px;
}

    .kj_gsjjimg p {
        width: 100%;
        height: 72px;
        line-height: 72px
    }

        .kj_gsjjimg p img {
            max-width: 100%;
            max-height: 72px;
            vertical-align: middle;
        }

.kj_gsjjcont {
    color: #868686;
    font-size: 16px;
    line-height: 28px;
    height: 195px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
}

.kj_hmore {
    margin-top: 25px;
}

    .kj_hmore a {
        display: inline-block;
        padding: 10px 30px;
        background-color: #007DD7;
        color: #fff;
    }

.kj_gsdtimg a p {
    width: 100%;
    height: 75px;
    line-height: 75px;
    text-align: center;
}

    .kj_gsdtimg a p img {
        max-width: 100%;
        max-height: 75px;
        vertical-align: middle;
    }

.kj_txttitle {
    height: 20px;
    overflow: hidden;
}

.kj_txtcont {
    margin-top: 10px;
    line-height: 20px;
    color: #999;
    font-size: 14px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.kj_gsdt ul li {
    border-bottom: 1px dashed #ebebeb;
    padding-bottom: 25px;
    margin-top: 20px;
    overflow: hidden;
}

    .kj_gsdt ul li:last-child {
        border-bottom: none;
    }

/*友情链接*/
.kj_frilink {
    margin-top: 50px;
    border-top: 1px solid #f2f2f2;
    margin-bottom: 40px;
}

.kj_frilinkcont {
    margin-top: 30px;
}

    .kj_frilinkcont ul li {
        padding-left: 0;
    }

        .kj_frilinkcont ul li a p {
            height: 66px;
            width: 100%;
            line-height: 65px;
            text-align: center;
        }

            .kj_frilinkcont ul li a p img {
                max-width: 100%;
                max-height: 65px;
                vertical-align: middle;
            }
/*底部导航*/
.kj_footernav {
    background-color: #AAA9A9;
    padding-top: 20px;
    padding-bottom: 0px;
}


    .kj_folist.r {
        margin-right: 0;
    }

    .kj_folist > span, .kj_erweima {
        margin-bottom: 12px;
        display: block;
        font-size: 16px;
        color:#fff;
    }

.kj_erweima {
    text-align: center;
}

.kj_nct {
    margin-bottom: 15px;
    line-height: 25px;
}

.kj_folist ul li a {
    color: #fff;
}
.kj_folist ul li a:hover{
    text-decoration:underline;
}

    .kj_copyrig {
        height: 55px;
        line-height: 55px;
        background-color: #292f38;
        color: #B2B6BC;
    }

.kj_jszc, .kj_jszc a {
    color: #B2B6BC;
}
/*底部版权*/
.kj_copyright {
   /* border-top: 1px solid #ebebeb;*/
    min-height: 55px;
    line-height: 55px;
    background-color: #AAA9A9;
    color: #fff;
}
    .kj_copyright a{
        color:#fff;
    }
    /*内页*/
    .kj_dhsxg {
        margin-top: 15px;
        margin-bottom: 15px;
    }

.kj_nct {
    margin-bottom: 15px;
    line-height: 25px;
}

.kj-help-ul li a {
    padding: 8px 15px;
    display: block;
}

.kj-help-ul li {
    background-color: #f6f6f4;
    border-radius: 6px;
    margin-bottom: 10px;
}
.kj-help-ul > li > a{
    font-weight:bold;
}
.kj-help-ul > li > a > i {
    float: right;
}
.kj-help-ul li.active>a {
    color: #1B96D5;
}


.nynewsbt {
    height: 45px;
    line-height: 45px;
    background-color: transparent;
    border-top: 1px solid #1B96D5;
    padding-left: 30px;
    margin-bottom: 6px;
    color:#999;
}
.kj_nynews span{
    color:#666;
}
.kj_nynews{
    min-height:500px;
}
.kj_nynews li:nth-child(2n) {
    background-color: #ebf6ff;
}

.kj_nynews .icon-xiaotuziCduan- {
    color: #737373;
    font-size: 10px;
    padding-right: 10px;
}

.nynewsbt span {
    width: 100px;
    text-align: center;
    float: right;
}

.kj_nynews li {
    padding: 10px;
}
.kj-related .kj-prolist-item:hover{
    box-shadow:none;
    border-color:#1B96D5;
}
.kj-pro-index-col-item:hover{
    background-color:#1B96D5;
    color:#fff;
}
    .kj-pro-index-col-item:hover .kj_casfz {
        color: #fff;
    }
    .kj-pro-index-col-item:hover a{
        color:#fff;
    }
    .kj-main-articleinfo-title {
        font-size: 20px;
        text-align: center;
        margin-top: 0;
    }

.kj-article-time {
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
}

.kj-main-article {
    line-height: 28px;
    margin-bottom: 10px;
    min-height:500px;
}

.kj_prowbk {
    border: 1px solid #ccc;
    padding: 15px 0;
}
    .kj_prowbk:hover {
        border: 1px solid #AAA9A9;
    }
     .kj_prowbk:hover img{
         transform:scale(0.9)
     }
.kj_prodftxt h3 a {
    font-size: 18px;
}

.kj_prodftxt h3 small {
    font-size: 14px;
}

.kj_prodfimg a p {
    width: 100%;
    height: 180px;
    line-height: 180px;
    text-align: center;
}

    .kj_prodfimg a p img {
        max-width: 100%;
        max-height: 105px;
        vertical-align: middle;
    }

.kj-product-item {
    margin-bottom: 15px;
}

.kj-product-info h1 {
    font-size: 20px;
}

.panel-default-kj .panel-heading {
    font-size: 18px;
    overflow: hidden;
    background-color: #edf5fe;
    color: #0a4b93;
}

.panel-body {
    line-height: 25px;
}

.orderform .formcolumn-item {
    display: inline-block;
    width: 50%;
    float: left;
}

.formcolumn-item-tit {
    line-height: 30px;
}

.orderform .formcolumn-item .formcom-ipt, .orderform .formcolumn-item .formcom-area {
    border: 1px solid #dddddd;
    height: 40px;
    width: 95%;
    text-indent: 8px;
}

.orderform .formcolumn-item .formcom-ipt, .orderform .formcolumn-item .formcom-area {
    border: 1px solid #dddddd;
    height: 40px;
    width: 95%;
    text-indent: 8px;
}

.orderform .formcolumn-item .form-vcodebox {
    float: right;
}

.orderform .formcolumn-item .formcom-vcode {
    border: 1px solid #dddddd;
    height: 40px;
    width: 45%;
    background-color: #fff;
}

.orderform .formcolumn-item:last-child .formcolumn-item-ct input {
    border: 1px solid #22a3ff;
    background-color: #fff;
    color: #22a3ff;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.kj-product-col h3 {
    font-size: 14px;
    height: 40px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    line-height: 20px;
    text-align: center;
}

.kj_cpypro {
    border: 1px solid #dddddd;
    margin-bottom: 10px;
}

.kj_pronylb > a p {
    width: 180px;
    height: 180px;
    line-height: 180px;
    text-align: center;
}

    .kj_pronylb > a p img {
        max-width: 150px;
        max-height: 150px;
        vertical-align: middle;
    }

.kj_pronyxq {
    margin-top: 5px;
}

    .kj_pronyxq h4 {
        margin-bottom: 5px;
    }

.kj_cpzstit i {
    color: #c6c6c6;
}

.kj_cpzscon_ul{
    height:335px;

}
    .kj_cpzscon_ul > li {
        border-bottom: 1px solid #dddddd;
        position: relative;
        line-height: 55px;
        transition: all 0.5s ease 0s;

    }
        .kj_cpzscon_ul > li ul li a{
            color:#333;
        }
        .kj_cpzscon_ul > li:hover a {
            color: #1B96D5;
        }
        .kj_cpzscon_ul > li > a > i {
            float: right;
        }
        .kj_cpzscon_ul > li>ul{
            display:none;
            position:absolute;
            left:100%;
            top:0px;
            background-color:#ffffff;
            border-radius:3px;
            border:1px solid #dddddd;
            z-index:9999;
        
        }
        .kj_cpzscon_ul > li:hover{
            background-color:#f8f8f8;
            padding-left:15px;
        }
        .kj_cpzscon_ul > li:hover > ul {
            display: block;
        }
        .kj_cpzscon_ul > li > ul > li {
            white-space: nowrap;
            border-bottom:1px solid #dddddd;
            padding:0px 20px;
            min-width:200px;
        }
            .kj_cpzscon_ul > li > ul > li>a {
                color: #333 !important;
            }

            .kj_cpzscon_ul > li > ul > li:hover {
                background-color: #f8f8f8;
            }
                .kj_cpzscon_ul > li > ul > li:hover a{
                    color:#1B96D5 !important;
                }
                .kj_cpzscon {
                    height: 300px;
                    overflow: hidden;
                    padding-top: 0px;
                    margin-top: 10px;
                }


                    .kj_cpzscon ul {
                        padding: 0 5px;
                        height: 345px;
                        overflow: hidden;
                    }

        .kj_cpzscon ul li {
            max-width: 220px;
           
            margin-top: 5px;
        }

.carousel-indicators li {
    background-color: #c2c2c2;
    width: 12px;
    height: 12px;
}

.carousel-indicators .active {
    width: 15px;
    height: 15px;
    background-color: inherit;
    border-color: #111111;
}


#online_service_bar {
    position: absolute;
    top: -80px;
    right: 0;
    overflow: hidden;
    z-index: 1001;
}

#online_service_fullbar {
    width: 140px;
    height: 210px;
    background-color: #1d9ad6;
    position: fixed;
    right: 10px;
    top: 135px;
    border-radius: 10px;
    z-index: 1000;
}

#online_service_minibar {
    margin-top: 30px;
    width: 35px;
    height: 170px;
    display: block;
    cursor: pointer;
    background: url(../images/yckf.png) no-repeat;
}

.kj_zxkf {
    font-size: 20px;
    color: white;
}

.service_bar_head {
    height: 48px;
    text-align: center;
    line-height: 48px;
}

.service_bar_main {
    width: 130px;
    height: 140px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 10px;
}

.kj_zxdh {
    padding-top: 10px;
}

.kj_qqjtimg img {
    margin-top: 5px;
}

.kj_qqjtimg {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

#service_bar_close {
    position: absolute;
    width: 35px;
    height: 35px;
    top: -10px;
    right: -5px;
    cursor: pointer;
    display: block;
    background: url(../images/close.png) no-repeat right top;
}
/*产品分类*/
ul.kj_cpzscon > li {
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid rgb(235,235,235);
}

    ul.kj_cpzscon > li:last-child {
        border-bottom: 0;
    }

    ul.kj_cpzscon > li > a {
        display: block;
        font-size: 16px;
        overflow: hidden;
    }

        ul.kj_cpzscon > li > a > span {
            float: left;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: 90%;
        }

        ul.kj_cpzscon > li > a > i {
            float: right;
            font-size: 14px;
        }

#mainarea {
    margin-bottom: 50px;
}
.kj-concactus-form .formcolumn-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    width: 50%;
}

    .kj-concactus-form .formcolumn-item dt {
        font-size: 14px;
        color: #555;
        margin-right: 10px;
        width: 80px;
    }

    .kj-concactus-form .formcolumn-item dd {
        width: calc(100% - 100px);
        position: relative;
    }

        .kj-concactus-form .formcolumn-item dd input {
            width: 96%;
            height: 38px;
            line-height: 38px;
            padding: 0 10px;
            border: 1px solid #dedede;
            border-radius: 3px;
            box-shadow: none;
            transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
        }

            .kj-concactus-form .formcolumn-item dd input:focus {
                border: 1px solid #333;
                outline: 0 none;
                box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px rgba(51, 51, 51, 0.6);
            }

        .kj-concactus-form .formcolumn-item dd textarea {
            width: 98.2%;
            height: 100px;
            padding: 5px 10px;
            border: 1px solid #dedede;
            border-radius: 3px;
            box-shadow: none;
            transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
            resize: none;
        }

            .kj-concactus-form .formcolumn-item dd textarea:focus {
                border: 1px solid #66afe9;
                outline: 0 none;
                box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px rgba(102, 175, 233, 0.6);
            }

        .kj-concactus-form .formcolumn-item dd .form-vcodebox img {
            height: 38px;
        }

.kj-concactus-form .formcolumn-item-ct {
    display: flex;
    line-height: 38px;
}

.kj-concactus-form .formcolumn-item dd .form-vcodebox {
    width: 110px;
    order: 1;
    height: 38px;
    margin-left: 10px;
}

.kj-concactus-form .formcolumn-item dd .formcom-vcode {
    width: 20%;
}

.kj-concactus-form .formcolumn-item dd .required {
    order: 3;
    margin-left: 10px;
    font-weight: bold;
}

.kj-concactus-form .formcolumn-item dd .formcolumn-item-tips {
    order: 4;
}
.kj-concactus-form form {
    display: flex;
    flex-wrap: wrap;
}
.kj-btn-form input {
    width: 195px;
    background-color: #333;
    color: #fff;
    height: 38px;
    margin-right: 0px;
    border-radius: 0;
    transition-duration: .39s;
}
.kj-page-topmargin{
    margin-bottom:80px;
}
.kj-btn-form input:hover {
    background-color: #1B96D5;
    color: #fff;
}



.kj-btn-form {
    text-align: center;
    width: 100%;
}
@media (max-width:1200px) {
    .container {
        width: 970px;
    }
    .kj-prodetail-table > tbody > tr > th {
        width: 14%;
    }
    .kj-pro-cas{
        font-size:12px;
    }
    .kj-pro-enname{
        font-size:12px;
    }
    .kj-newitem-image {
        min-height: 110px;
    }
    .kj-related .kj-newitem-image {
        min-height: 180px;
    }
    .kj_cpzsconimg p {
        height: 140px;
    }
    .kj_cpzscon ul li {
        height: 240px;
    }
    .kj-banner .swiper-slide a {
        height: 320px;
       
    }
    .kj_cpzscon ul {
        padding: 0 5px;
        height: 250px;
        overflow: hidden;
    }
    .kj_cpzstxt h4 a {
        font-size: 14px;
    }
    .kj_navv > ul > li > a {
        padding: 0 28px;
    }

    .kj_gsdtimg a p {
        width: 75px;
        height: 75px;
        line-height: 75px;
        text-align: center;
    }

        .kj_gsdtimg a p img {
            max-width: 75px;
            max-height: 75px;
            vertical-align: middle;
        }

    .kj_folist {
        margin-right: 100px;
    }

    .kj-product-info h1 {
        font-size: 20px;
        padding-left: 15px;
    }
    /*xiugai*/
    .kj_search {
        width: 470px;
    }

        .kj_search input[type="text"] {
            width: 370px;
        }
    .kj-prodetail-left{
        min-height:310px;
    }
}

@media (max-width:992px) {
    .kj-navbar-header{
        margin-right:35px !important;
    }
    .kj-newitem-image {
        min-height: 165px;
    }
    .kj_cpzsconimg-cc p{
        height:180px;
    }
    .kj-prodetail-right{
        padding-left:15px;
        margin-top:20px;
    }
    .kj-btn-form {
        margin-top: 20px;
    }
    .kj_cpzscon ul li {
        max-width: 175px;
    }
    .kj-concactus-form .formcolumn-item{
        width:100%;
    }
    .navbar-header .navbar-brand {
        float: left;
        height: 50px;
        padding: 10px 15px;
        font-size: 18px;
        line-height: 20px;
        margin-left: 4px;
        background-color: transparent;
    }
    .container {
        width: 750px;
    }
    .kj-banner .swiper-slide a {
        height: 255px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .kj-prodetail-table > tbody > tr > th {
        width: 8%;
     
    }
    .navbar-header {
        background-color: #ffffff;
    }

    .navbar-default .navbar-nav > li > a {
        color: #333;
    }
        .navbar-default .navbar-nav > li > a:hover {
            color: #1B96D5 !important;
            background-color: #e7e7e7;
        }
    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
        color:#1B96D5 !important;
        padding:15px 5px;
    }
    .navbar-default .navbar-nav > li > a {
        padding: 15px 5px;
    }
    .kj-banner {
        margin-top: -15px;
    }
    .kj_tjcp {
        margin-bottom: 10px;
    }

    .navbar-form.navbar-right {
        width: 196px;
    }
    .kj_search

    .nav > li > a {
        position: relative;
        display: block;
        padding: 15px 4px;
    }

    .kj_folist {
        margin-right: 50px;
    }

    .kj-content-last {
        border-bottom: 1px solid #ddd;
        text-align: center;
        position: relative;
        height: 20px;
        margin-top: 20px;
    }

        .kj-content-last .kj-content-last-inner {
            text-align: center;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
        }

            .kj-content-last .kj-content-last-inner span {
                display: inline-block;
                background-color: #f1f1f1;
                color: #ccc;
                padding: 10px 20px 10px 20px;
            }

    .kj-content-last-outer {
        margin-bottom: 30px;
    }

  /*  .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: #fff;
        background-color: transparent;
    }*/

    body {
        margin-top: 60px !important;
    }

    .kj_frilinkcont ul li {
        padding-left: 0;
        margin-top: 10px;
    }

    .navbar-default {
        background-color: #fff;
    }
    /*xiugai*/
    .kj_gsjj {
        margin-bottom: 30px;
    }
    .kj-left-nav{
        margin-right:0px;
    }
    .kj-felx-cc{
        display:flex;
        align-items:center;
        justify-content:space-between;
    }
}

@media (max-width:768px) {
    .kj-felx-cc{
        display:block;
    }
    .breadcrumb {
        margin-top: 15px;
    }
    .kj-navbar-header {
        margin-right: 0px !important;
    }
    .kj-concactus-form .formcolumn-item dd .formcom-vcode {
        width: 45%;
    }
    .kj-related{
        margin-bottom:0;
    }
    .kj-page-content-body {
        padding-top: 15px;
    }
    .kj-main-article-textarea {
        margin-top: 20px;
    }
    .nynewsbt{
        margin-top:25px;
    }
    .kj-page-topmargin {
        margin-top: 25px;
        margin-bottom:30px;
    }
    .navbar-collapse {
        padding: 0 !important;
    }
    .kj_products_message{
        margin-top:15px;
    }
    .container {
        width: 100%;
    }
    .kj-contac{
        margin-top:20px;
    }
    .kj-prodetail-table > tbody > tr > th {
        width: 6%;
    }
    .kj-yxdc-detail-text {
        padding-top: 15px;
        font-size:20px;
    }
    .kj-help-ul{
        margin-top:20px;
    }
    .kj_cpzsconimg-cc p {
        height: 165px;
    }
    .kj-banner {
        margin-top: 0px;
    }
    .kj-row{
        margin-right:0;
    }
        .kj-row-cc{
            padding-right:0;
        }
        .kj-banner .swiper-slide a {
            height: 150px;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
        }
    .nav > li > a{
        padding:15px 8px;
    }
    #mobilesearchbox {
        border-width: 0;
        width: auto;
        margin:0;
    }
    .kj_gsjjcont{
        font-size:14px;
    }
    .kj_w {
        width: 100%;
    }

    .navbar-default .navbar-toggle {
        background-color: #ddd;
    }

    body {
        margin-top: 0 !important;
        overflow-x:hidden;
    }

    .kj_tuli > div {
        margin-top: 10px;
    }

    .kj_gsjj {
        margin-top: 20px;
    }

    .kj_frilink {
        margin-top: 20px;
    }

    .kj_copyright {
        border-top: 1px solid #ebebeb;
        min-height: 30px;
        line-height: 30px;
        background-color: #f8f8f8;
        color: #475058;
        font-size: 12px;
        padding: 0 10px;
    }

    .kj-main-article-title {
        color: #fff;
        font-size: 20px;
        text-align: center;
    }

    .navbar-default .navbar-nav > li > a {
        color: #777;
    }

    .navbar-header .navbar-brand {
        float: left;
        height: 50px;
        padding: 10px 15px;
        font-size: 18px;
        line-height: 20px;
        margin-left:4px;
    }

    .orderform .formcolumn-item {
        display: inline-block;
        width: 100%;
        float: left;
    }

    .navbar-default {
        background-color: #fff;
    }
    /*xiugai*/
    .kj_cpzscon ul li {
        padding: 0 5px;
    }

    .kj_prodfimg a p {
        height: 75px;
        line-height: 75px;
    }

        .kj_prodfimg a p img {
            max-height: 70px;
        }

    .kj-item-caption {
        font-size: 12px;
    }

    .kj_prodftxt h3 {
        word-wrap: break-word;
        margin:0px; padding:0px;
        font-size:16px;
    }
        .kj_prodftxt h3 a {
            font-size: 16px;
        }
        .kj_tjcp {
            height: 145px;
        }

        .kj_tjcp h3 {
            margin-top: 45px;
        }

    .kj-product-item-col{
         padding-right:0px;
         margin-bottom:15px;
    }
    .kj-newitem-image {
        min-height: 120px;
    }
    .kj-related .kj-newitem-image {
        min-height: 120px;
    }
    #mainarea {
        margin-bottom: -15px;
    }
    .kj-product-sheet{
        margin-right:0;
    }
    .kj-product-item-col .thumbnail {
        margin-bottom: 0px;
    }
    .kj-index-rec-text, .kj-pro-enname {
        font-size: 14px;
    }
    .kj-pro-cas{
        font-size:12px;
    }
    .navbar-nav{
        margin:0px;
    }

    .kj-page-content-body, .kj-main-article {
        font-size: 14px;
        line-height: 200%;
    }
        .kj-page-content-body img, .kj-main-article  img{
            max-width: 100% !important;
            height: initial !important;
        }
    .kj-bread-new{
        margin-top:0px;

    }
}

@media(min-width:769px){
    .kj_navv>ul{
        display:flex;
        width:100%;
    }
        .kj_navv > ul > li {
            flex-grow: 1;
            text-align:center;
            float:none;
        }
            .kj_navv > ul > li > a{
                border-right:0px;
                padding:0px 0px;
            }
}
.kj-page-content-body a{
    color:#1B96D5;
}
.kj-page-content-body a:hover{
    color:#1B96D5;
}
.kj-help-ul li > a:hover{
    color:#1B96D5;
}
.kj_cpzsconimg p{
    background-color:#fff;
}
/*关于我们*/
.about_article {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 40px 0;
}

    .about_article .text_article {
        flex: 1;
        margin-right: 50px;
        font-size: 15px;
        color: #333333;
        line-height: 32px;
    }

    .about_article .img_box {
        flex: 0 0 450px;
    }

        .about_article .img_box img {
            max-width: 100%;
        }

/*联系我们**/
.kj-contac .bounceInRight1 {
    height: 400px;
}

.kj-contac .bounceInRight1 {
    height: 550px;
    margin-bottom: 50px;
}

.bounceInLeft1 {
    min-height: 20px;
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
    margin-bottom: 50px;
}

    .bounceInLeft1 > div {
        width: calc((100% - 100px)/3);
        background-color: #f7f7fa;
        height: 280px;
        display: flex;
        justify-content: start;
        align-items: center;
        flex-direction: column;
        padding: 10px;
        border-radius: 10px;
    }

    .bounceInLeft1 .imgbox {
        height: 60px;
        margin: 60px 0 20px;
    }

    .bounceInLeft1 img {
        height: 100%;
    }

    .bounceInLeft1 > div:nth-child(2) img {
        height: 43px;
    }

    .bounceInLeft1 .title {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .bounceInLeft1 .content p,
    .bounceInLeft1 .content p a {
        font-size: 15px;
        color: #999999;
        transition: all 0.3s;
    }

    .bounceInLeft1 .content a:hover {
        color: #003b95;
    }
/*文章*/
.article_box {
    display: flex;
    align-items: flex-start;
    margin-bottom: 80px;
    background: #fff;
    border-radius: 5px;
    padding: 15px;
}

    .article_box .article_left {
        width: 200px;
        margin-right: 36px;
    }

        .article_box .article_left ul {
            display: block;
        }

            .article_box .article_left ul li {
                display: block;
                transition: all 0.2s linear 0s;
                border-top: 1px solid #dcdcdc;
                padding-top: 8px;
                padding-bottom: 6px;
            }

                .article_box .article_left ul li:first-child {
                    border-top: 0;
                    padding-top: 0;
                }

                .article_box .article_left ul li .title {
                    display: block;
                    height: 46px;
                    line-height: 46px;
                    font-size: 16px;
                    color: #333333;
                    font-weight: bold;
                }

                .article_box .article_left ul li .btn_box a {
                    margin-bottom: 4px;
                    display: flex;
                    justify-content: space-between;
                    padding-left: 20px;
                    height: 32px;
                    align-items: center;
                    font-size: 14px;
                    color: #666666;
                    border-left: 3px solid transparent;
                }

                    .article_box .article_left ul li .btn_box a:hover {
                        background: #f1f1f1;
                        color: #2974ba;
                        border-left-color: #2974ba;
                    }

                    .article_box .article_left ul li .btn_box a.active {
                        background: #f1f1f1;
                        color: #2974ba;
                        border-left-color: #2974ba;
                        font-weight: bold;
                    }

    .article_box .article_right {
        width: calc(100% - 236px);
    }

        .article_box .article_right .article_title {
            border-bottom: 2px solid #d2d2d2;
            height: 46px;
            line-height: 46px;
            font-size: 18px;
            color: #333333;
            font-weight: bold;
        }

        .article_box .article_right .article_content {
            padding: 25px 0;
            font-size: 14px;
            color: #333333;
            line-height: 26px;
            overflow: hidden;
        }

            .article_box .article_right .article_content img {
                max-width: 100%;
                height: auto !important;
            }
.noPro {
    text-align: center;
    width: 100%;
}

    .noPro img {
        height: 150px;
        margin-bottom: 30px;
    }

    .noPro span {
        display: block;
        font-size: 14px;
        color: #999;
    }
.kj_cpzscon ul li {
    padding: 0 5px;
}

.kj_prodfimg a p {
    height: 100px;
    line-height: 100px;
    width: 129%;
}

.kj-item-caption span {
    display: block;
}

.kj_prodfimg a p img {
    max-height: 70px;
}

.kj-item-caption {
    font-size: 12px;
}
.kj-item-caption {
    color: #999;
    line-height: 26px;
}
.kj_prodfimg a p img {
    max-width: 100%;
    transition-duration:.3s;
    max-height: 105px;
    vertical-align: middle;
    transition-duration: .39s;
}
.kj_prodfimg a p {
    width: 100%;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border: 1px solid #eee;
    overflow: hidden;
    margin-left: 15px;
}
.kj-item-caption2{
    margin-left:20px;
}
.kj-item-caption-out{
    padding-right:40px;
}
.kj_prodfimg{
    width:15%;
}
/*大包装询价*/
#blukquote_dialog .formcolumn-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

    #blukquote_dialog .formcolumn-item dt {
        font-size: 14px;
        color: #555;
        margin-right: 10px;
        width: 80px;
    }

    #blukquote_dialog .formcolumn-item dd {
        width: calc(100% - 100px);
        position: relative
    }

        #blukquote_dialog .formcolumn-item dd input {
            width: 90%;
            height: 38px;
            line-height: 38px;
            padding: 0 10px;
            border: 1px solid #dedede;
            border-radius: 3px;
            box-shadow: none;
            transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
        }

            #blukquote_dialog .formcolumn-item dd input:focus {
                border: 1px solid #66afe9;
                outline: 0 none;
                box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px rgba(102, 175, 233, 0.6)
            }

        #blukquote_dialog .formcolumn-item dd textarea {
            width: 90%;
            height: 150px;
            padding: 5px 10px;
            border: 1px solid #dedede;
            border-radius: 3px;
            box-shadow: none;
            transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
            resize: none;
        }

            #blukquote_dialog .formcolumn-item dd textarea:focus {
                border: 1px solid #66afe9;
                outline: 0 none;
                box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px rgba(102, 175, 233, 0.6)
            }

        #blukquote_dialog .formcolumn-item dd .form-vcodebox img {
            height: 38px;
        }

#blukquote_dialog .formcolumn-item-ct {
    display: flex;
    line-height: 38px;
}

#blukquote_dialog .formcolumn-item dd .form-vcodebox {
    width: 110px;
    order: 1;
    height: 38px;
    margin-left: 10px;
}

#blukquote_dialog .formcolumn-item dd .formcom-vcode {
    width: 20%;
}

#blukquote_dialog .formcolumn-item dd .required {
    order: 3;
    margin-left: 10px;
    font-weight: bold;
}

#blukquote_dialog .formcolumn-item dd .formcolumn-item-tips {
    order: 4;
}

#blukquote_dialog .modal-footer {
    border-top: 0;
    padding: 15px 0 30px 0;
}

    #blukquote_dialog .modal-footer input {
        background: #1B96D5;
        color: #fff;
        width: 40%;
        padding: 0;
        font-size: 16px;
        height: 40px;
        transition: all 0.2s linear 0s;
    }

        #blukquote_dialog .modal-footer input:hover {
            background: #1B96D5;
        }

        #blukquote_dialog .modal-footer input:hover {
            color: #fff;
        }
.kj_footernav .container:before, .kj_footernav .container:after{
    display:none;
}
.kj-detail-three-tab .nav-tabs {
    border-bottom: 2px solid #1B96D5;
}

.kj-detail-three-tab .nav > li > a {
    padding: 9px 36px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 0;
    background-color: #fff;
    margin: 0;
    color: #000;
    border: none;
}

.kj-detail-three-tab .nav-tabs > li {
    margin: 0;
}

    .kj-detail-three-tab .nav-tabs > li.active > a,
    .kj-detail-three-tab .nav-tabs > li.active > a:focus,
    .kj-detail-three-tab .nav-tabs > li.active > a:hover,
    .kj-detail-three-tab .nav > li > a:hover {
        color: #fff;
        background-color: #1B96D5;
        border: none;
        border-radius: 0;
    }
.kj-proBox {
    background-color: #fff;
    border: 1px solid #dcdcdc;
    margin-bottom: 15px;
    margin-top:20px;
}
.kj-detail-table{
    padding:20px;
    line-height:30px;

}
    .kj-detail-table{
        max-width:100%;
        height:auto !important;
    }
.kj_nct {
    color: #fff;
}
.kj_navv li .dropdown-menu li a{color:#333}
@media screen and (max-width: 768px) {
    .kj-contac .bounceInRight1{
        height:auto;
    }
    .download_form{
        flex-wrap:wrap;
    }
    .kj-contac .bounceInRight1 {
        height: 300px;
        margin-bottom: 50px;
        clear: both;
    }
    .bounceInLeft1 {
        display: block;
    }
        .bounceInLeft1 > div{
            width:100%;
            margin-bottom:15px;
        }
        .kj_footernav .container {
            justify-content: left !important;
        }
    .kj-item-caption2 {
        display: none;
    }
    .kj_prodfimg a p{
        height:95px;
    }
    .kj_prodfimg {
        width: 33%;
    }
}