a {
    color: #333;
}

    a:hover {
        text-decoration: none;
        color: #E50100;
    }

ul {
    padding: 0;
    margin: 0;
}

    ul li,ol li {
        list-style: none;
    }

.container-fluid {
    padding: 0;
}

/*.row {
    margin: 0;
}*/
.c {
overflow:hidden;
}
@media (min-width:1200px) {
    /* 自定义八列栅格 */
    .col-md-1-5 {
        width: 12.5%;
        display: inline-block;
    }
    /* 自定义五列栅格 */
    .col-md-2-5 {
        width: 20%;
        display: inline-block;
    }
}
/* 首页页面样式 */

/* 顶部 */
/* 顶部左边 */
.kj-header {
    background-color: #e50100;
    border: 1px #e75e5d solid;
    /*padding: 16px 0;*/
}

.kj-logo {
    margin-left: -10px;
}
/* 顶部中间 */
.kj-searchinput, .kj-searchbtn {
    height: 40px;
    border: none;
    /*margin: 18px 0px;*/
    line-height:40px;
}

.kj-searchinput {
    margin-right: -18px;
    border-radius: 3px;
    
}

.kj-searchbtn {
    margin-left: 8px !important;
    border-radius: 4px;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    color: #fff;
    float:left;
    padding:0px;
    width:110px;
    background-color: #2f2f2f;
}

    .kj-searchbtn:hover {
        color: #fff;
    }
.kj_gjgik {
margin:15px 0px;
}
.kj-icon-search {
    height: 40px;
    font-size: 22px;
    color: #e50100;
    position: absolute;
    z-index: 2;
    top: 0px;
    width: 40px;
    right: 0px;
    border: 0px;
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
    background-color: #fff;
}
/* 顶部右边 */
.kj-login {
    background-image: url(../images/01-04.png);
    background-repeat: no-repeat;
    padding: 0 22px;
    float: right;
    background-size: cover;
    color: #fff;
    height: 22px;
}

    .kj-login a {
        font-size: 13px;
        padding: 0 10px;
        color:#fff;
    }

        .kj-login a:first-child {
            border-right: 1px #e28484 solid;
        }

        .kj-login a:hover {
            color: #fff;
        }

.kj-header-right {
    padding-right: 0;
    padding-left: 0;
    margin: 15px 0;
}
.kj-flex-btn a {
color:#fff;
}
.kj-icon-phone {
    color: #fff;
    font-size: 32px;
    line-height: 45px;
    padding-left: 15px;
}



.kj-tel, .kj-worktime {
    color: #fff;
}

.kj-tel {
    font-size: 17px;
    font-weight: bold;
}

.kj-worktime {
    font-size: 12px;
}

/* 导航栏 */
.kj-nav {
    background-color: #e50100;
    position: fixed;
    top: 122px;
    width: 100%;
    z-index: 1049;
}
.kj-index-banner {
padding-top:48px;
}
.navbar-header {
    margin: 6px;
}

.navbar-brand {
    display: none;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
}

div#bs-example-navbar-collapse-1 {
    padding: 0;
}

.kj-nav-bottom > li > a {
    padding: 14px 39px;
    font-size: 16px;
    transition: all 0.5s ease 0s;
}

.kj-nav-bottom > li.kj-cart > a {
    border-left: 1px #ef6766 solid;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #e51000;
    border: none;
}

.kj-nav-bottom > li:hover > a {
    color: #fff;
    background-color: #e51000;
}

.kj-nav-bottom > li > a:link {
    background-color: #e51000;
    color: #fff;
}

.kj-nav-bottom > li > a:visited {
    background-color: #e51000;
    color: #fff;
}

.kj-nav-bottom > .kj-searchinput {
    width: 77%;
    text-indent: 10px;
}

.kj-nav-bottom > li > .kj-searchbtn {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
/* 大屏 */
.kj-nav-bottom > li > .dropdown-menu {
    width: 1170px;
    left: -270px;
    padding: 0;
    border: 1px #e51000 solid;
    min-height: 302px;
    /*display: block;*/
}

    .kj-nav-bottom > li > .dropdown-menu > li>div {
        width: 150px;
       
    }
    .kj-nav-bottom > li > .dropdown-menu > li {
        position: initial;
    }
    .kj-nav-bottom > li > .dropdown-menu > li > div {
        position: relative;
    }
        .kj-nav-bottom > li > .dropdown-menu > li:hover > div > a:before {
            content: "";
            width: 0;
            height: 0;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-left: 10px solid #E51000;
            position: absolute;
            top: 14px;
            left: 149px;
            z-index: 1100;
        }
        .kj-nav-bottom > li > .dropdown-menu > li.kj-ligkgo {
            position: absolute;
            right: 10px;
            top: 28px;
        }
.kj-nav-bottom > li > .dropdown-menu > li > div > a {
    background-color: #f1f1f1;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    padding: 15px 30px;
    display: block;
}
        .kj-nav-bottom > li > .dropdown-menu > li.dropdown:first-child > .dropdown-menu {
            display: block;
        }


        .kj-nav-bottom > li > .dropdown-menu > li:hover > div > a {
            background-color: #e51000;
            color: #ffffff;
        }

        .kj-nav-bottom > li > .dropdown-menu > li > .dropdown-menu {
            top: 0px;
            left: 151px;
            border: none;
            box-shadow: none;
            padding: 2px 20px;
            min-width: 400px;
            min-height: 420px;
        }

        .kj-nav-bottom > li > .dropdown-menu > li:hover .dropdown-menu {
            display: block;
        }
      
        .kj-nav-productcenter > ul > li {
            position: initial;
        }

    .kj-nav-productcenter > ul > li > ul {
        top: 0px;
    }

.kj-nav-bottom > li > .dropdown-menu > li > .dropdown-menu > li {
    border-bottom: 1px #e5e5e5 solid;
    width: 970px;
    padding: 10px 0;
    overflow: hidden;
}

    .kj-nav-bottom > li > .dropdown-menu > li > .dropdown-menu > li:last-child {
        border: none;
    }

    .kj-nav-bottom > li > .dropdown-menu > li > .dropdown-menu > li > a {
        color: #e51000;

        line-height: 30px;
        font-size:15px;
        float:left;
        padding:0px;
    }

        .kj-nav-bottom > li > .dropdown-menu > li > .dropdown-menu > li > a:hover {
            background-color: #ffffff;
        }

    .kj-nav-bottom > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu {
        display: block;
        border: none;
        box-shadow: none;
        font-size: 13px;
        padding: 0;
        position: relative;
        left: 0px;
        top: 0px;
        min-width: 87%;
        margin-left: 30px;
    }

        .kj-nav-bottom > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li {
            display: inline-block;
            border: none;
            box-shadow: none;
            float: left;
            margin: 4px 0px;
        }
.kj-nav-bottom > li > ul {
display:none;
}
.kj-nav-bottom > li:hover > ul {
    display: block;
}
.kj-nav-bottom > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a {
    padding: 0px 12px;
    font-size: 13px;
    border-right: 1px solid #ddd;
}

            .kj-nav-bottom > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li:last-child > a {
                border-right: none;
            }

            .kj-nav-bottom > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a:hover {
                background-color: #ffffff;
            }
/* 小图标 */
.kj-nav-bottom > li  > a > .caret::before {
    content: "\f107";
}

.kj-nav-bottom > li > .dropdown-menu > li > div > a > span.caret::before, .kj-nav-bottom > li > .dropdown-menu > li > .dropdown-menu > li > a > .caret::before {
    content: "\f105";
}

.kj-nav-bottom > li > a > .caret, .kj-nav-bottom > li > .dropdown-menu > li > .dropdown-menu > li > a > .caret, .kj-nav-bottom > li > .dropdown-menu > li > div > a > span.caret {
    font: normal normal normal 14px/1 FontAwesome;
    display: inline;
    width: 0px !important;
    height: 0px !important;
    border-top: 0 !important;
    border-right: 0 !important;
    margin-left: 0 !important;
    border-left: 0 !important;
    padding-left: 10px;
}

.kj-nav-bottom > li > .dropdown-menu > li > .dropdown-menu > li > a > .caret {
    display: none;
}




/* 固定按钮 */
.kj-flex-btn {
    position: fixed;
    right: 10px;
    top: 20%;
    z-index: 999;
}

    .kj-flex-btn a {
        display: block;
        background-image: url(../images/icon-banner.png);
        background-repeat: no-repeat;
        width: 52px;
        height: 56px;
        text-align: center;
        line-height: 59px;
        margin-bottom: 10px;
    }

        .kj-flex-btn a:hover {
            color: #ffffff;
        }

        .kj-flex-btn a .fa {
            font-size: 22px;
        }
    .kj-flex-btn li:hover .kj-flex-img, .kj-flex-btn li:hover .kj-flex-img i {
        display: block;
    }
    .kj-flex-btn li {
    color:#fff;
    text-align:center;
    }
    .kj-flex-img {
        width: 113px;
        height: 114px;
        position: absolute;
        left: -120px;
        top: -15px;
        background-color: #e51000;
        padding: 20px;
        border-radius: 16px;
        display: none;
    }
.kj-flex-btn li {
position:relative;
}
.kj-flex-btn .fa-caret-right {
    color: #e51000;
    font-size: 22px;
    position: absolute;
    top: -3px;
    right: -7px;
    display: none;
    height: 100px;
    line-height: 100px;
}
.kj-jgujomap {
width:500px;
height:500px;
}
#ShopCartBox {
display:none!important;
}
.kj-bottom-con img {
    max-height: 120px;
}
.kj-flex-btn li:hover img.kj-flex-img {
    display: block;
}

.kj-flex-btn li:hover i.fa-caret-right {
    display: block;
}
/* 轮播图 */
:root {
    --swiper-theme-color: #e51000;
}

/* 页面内容部分 */
/* 数据部分 */
.kj-data {
    padding-top: 35px;
}


.kj-data-list {
    border: 1px #dddddd solid;
    border-top: 3px #2f2f2f solid;
    text-align: center;
    padding: 30px 0;
    margin-right: -1px;
}

    .kj-data-list:last-child {
        border-right: 1px #dddddd solid;
    }

    .kj-data-list:hover {
        box-shadow: 0 0 6px #dddddd;
    }

    .kj-data-list a {
        display: block;
        color:#333;
    }

        .kj-data-list a:first-child {
         
            font-size: 32px;
            font-weight: 500;
        }

.kj-line {
    margin: 24px auto;
    border-top: 2px #e50100 solid;
    width: 30px;
    display:block;
}

.kj-data-list a:last-child {
    color: #333333;
    font-size: 16px;
}

.kj-data-list:hover a:first-child {
    color: #e50100;
  font-weight:bold;
}

/* 新品推荐 */
.kj-newpro {
    margin-top: 35px;

}

.kj-newpro-title {
    display: inline-block;
    color: #fff;
    background-color: #e50100;
    font-size: 17px;
    padding: 6px 26px;
    border-radius: 4px;
}

.kj-newpro a {
    color: #999999;
    margin-top: 13px;
}
.kj-kgiko {
margin-bottom:10px;
}
.kj-newpro-col {
    padding: 0 3px;
}
.kj-bottom-link a {
color:#fff;
}
.kj-newpro-data {
    line-height: 25px;
    text-align: center;
    border: 1px #dddddd solid;
    border-top: 3px #e50100 solid;
    margin-top: 20px;
}

    .kj-newpro-data img {
        margin: 0 auto;
        padding: 20px 0;
        height: 190px;
        width: auto;
    }

.kj-greybanner {
    background-color: #f6f6f6;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 5px;
    padding-right: 5px;
    height:25px;
}
.kj-yggd {
height:25px;
}
.kj-newpro-data a {
    color: #333333;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding-left: 5px;
    padding-right: 5px;
}
/* 我们的客户轮播 */
.kj-customer-swiper {
    position: relative;
    margin: 30px 0;
    overflow: hidden;
}

.kj-customer-logo {
    border: 1px #ececec solid;
    text-align: center;
    height:98px;
    line-height:98px;
    
}
    .kj-customer-logo img {
    display:inline-block;
    }

.kj-cooper .fa-chevron-right, .kj-cooper .fa-chevron-left {
    background-color: #d9d9d9;
    width: 26px;
    height: 26px;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    line-height: 26px;
    position: relative;
    z-index: 2;
    top: -93px;
}

.kj-cooper .fa-chevron-right {
    left: 1128px;
}

.kj-cooper .fa-chevron-left {
    left: -40px;
}

/* 页面底部 */
.kj-bottom {
    background-color: #2f2f2f;
    border-top: 3px solid #ED1C24;
}

.kj-botttom-border {
    border-bottom: 1px #444444 solid;
}

/*.kj-bottom .container {
    padding: 0;
}*/

    .kj-bottom .container .col-md-3 {
        padding: 0;
    }

.kj-bottom-logo {
    padding: 35px 38px 35px 0;
    border-right: 1px #424242 solid;
    margin: 32px 0 28px 20px;
}

.kj-bottom-con {
    margin-top: 32px;
    color: #8e8e8e;
    padding: 0;
    margin-bottom: 32px;
}

    .kj-bottom-con ul li {
        line-height: 28px;
    }

        .kj-bottom-con ul li:first-child {
            color: #fff;
            font-size: 16px;
            line-height: 36px;
        }

    .kj-bottom-con a {
        font-size: 14px;
        color: #8e8e8e;
    }

    .kj-bottom-con:last-child {
        text-align: right;
        margin-right: 10px;
        margin-left: -10px;
    }

.kj-bottom-link ul li {
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    line-height: 50px;
}

    .kj-bottom-link ul li a {
        font-size: 14px;
        padding-right: 14px;
    }

        .kj-bottom-link ul li a:hover {
            color: #ffffff;
        }

/* 页脚 */
.kj-footer {
    background-color: #282828;
    color: #ffffff;
    font-size: 13px;
    line-height: 42px;
    padding: 0;
}

    /*.kj-footer div {
        padding: 0 5px;
    }*/

.kj-footer-it {
    text-align: right;
}

/* 产品列表页 */
.breadcrumb {
    padding: 0 5px;
}

/*.kj-con {
    padding: 0;
}*/

.kj-pro-con {
    border-bottom: 1px #e50100 solid;
    /*padding: 0;*/
}

.kj-yourposition ol {
    background-color: #ffff;
    color: #333333;
    margin: 10px 0px;
    padding: 0;
    font-size: 13px;
    display: inline-block;
}

    .kj-yourposition a {
        color: #333333;
        line-height: 42px;
    }

    .kj-yourposition li.active {
        color: #e50100;
    }

.kj-pesticides-txt {
    font-size: 24px;
    color: #e50100;
    padding: 20px 0 5px 6px;
}

.kj-pesticides-btn {
    padding: 0;
}

    .kj-pesticides-btn a {
        color: #929292;
        font-size: 14px;
        padding: 10px 32px;
        background-color: #f5f5f5;
        margin-right: 6px;
        border-radius: 3px;
      display:block;
      float:left;
      margin-bottom:8px;
    }

        .kj-pesticides-btn a:hover {
            color: #ffffff;
            background-color: #e50100;
        }
/* 分页 */
.kj-pagination {
    text-align: center;
    margin: 30px 0px;
}

.pagination li a {
    margin-right: 10px;
    color: #E50100;
    border: 1px #c3c3c3 solid;
    border-radius: 4px;
}



.pagination li a:hover {
    background-color: #e50100;
    color: #ffffff;
    border: 1px #e50100 solid;
}

/* 产品详情页 */
.kj-pro-img, .kj-details-box {
    border: 1px #e5e5e5 solid;
    margin: 25px 0;
    min-height: 278px;
    line-height: 220px;
}

    .kj-pro-img .item {
        margin-left: -15px;
        text-align: center;
      
    }
        .kj-pro-img .item img {
        display:inline-block;
        }

        .kj-details-box {
            padding: 26px 10px;
            font-size: 14px;
            color: #7a7a7a;
            line-height: 32px;
        }

    .kj-details-box div {
        margin-bottom: 10px;
    }
.kj_ygbjyx {
margin-bottom:50px;
}.kj-details-box span {
    color: #909090;
    background-color: #f1f1f1;
    display: inline-block;
    margin-right: 10px;
    width: 80px;
    text-align: center;
}

    .kj-details-box div div.col-md-6 {
        padding: 0;
        margin-bottom: 0;
    }

.kj-pro-introduce {
    border: 1px #e5e5e5 solid;
    background-color: #f1f1f1;
    color: #666666;
    font-size: 13px;
    line-height: 24px;
    padding: 10px 20px;
}

.nav-tabs > li > a {
    border-radius: 0;
    padding: 10px 63px;
    color: #333333;
    margin-right: 8px;
    background-color: #f5f5f5;
    border: 1px #dddddd solid;
}

.nav-tabs > li:last-child > a {
    margin-right: 0;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #E51000;
    font-weight: bold;
    background-color: #ffffff;
}

.tab-content {
    border: 1px #dddddd solid;
    border-top: none;
    padding: 30px;
    color: #959595;
    min-height: 402px;
}

    .tab-content div {
        line-height: 40px;
    }
/* 表格 */
.kj-pro-table {
    padding: 0;
    margin-top: 15px;
    text-align: center;
    font-size: 12px;
}

    .kj-pro-table .table tr {
        border: 1px #dddddd solid;
    }

    .kj-pro-table .table th, .kj-pro-table .table td {
        padding: 0;
        border: none;
    }

    .kj-pro-table .table th {
        text-align: center;
        color: #fff;
        background-color: #e50100;
        line-height: 40px;
    }

    .kj-pro-table .table td {
        color: #6b6b6b;
        line-height: 60px;
        vertical-align:middle;
    }

        .kj-pro-table .table td i {
            color: #e50100;
            font-size: 16px;
        }

        .kj-pro-table .table td .kj-num {
            display: table;
            margin: 0 auto;
        }

.kj-num input {
    line-height: 20px;
    width: 35px;
    text-align: center;
    margin: 0 6px;
    border: 1px #a9a9a9 solid;
}
button:focus {
border:0px;
outline:0px;
}
.kj-num button {
    border: none;
    width: 21px;
    height: 17px;
    padding: 6px 0;
    margin: 4px 0px;
}

.kj-pro-num-minus {
    background: url(../images/03-02jian.png) no-repeat left center;
}

.kj-pro-num-plus {
    background: url(../images/03-03jia.png) no-repeat right center;
}

.kj-details-nav-box {
    padding: 0;
    border: 1px #dddddd solid;
    line-height: 40px;
    margin-bottom: 15px;
}

.kj-details-navtab li {
    display: inline-block;
    margin-left: 6px;
    background-color: #f5f5f5;
    padding: 0 57px;
    border: 1px #dddddd solid;
    border-top: none;
}

    .kj-details-navtab li:first-child {
        margin-left: 0;
        border-left: none;
    }

    .kj-details-navtab li:last-child {
        border-right: none;
    }

    .kj-details-navtab li a {
        color: #767676;
        font-size: 16px;
    }

    .kj-details-navtab li.active {
        background-color: #fff;
        border-bottom: none;
    }

        .kj-details-navtab li.active a {
            color: #e51000;
            font-weight: bold;
        }

.kj-navtab-con {
    height: 400px;
    color: #666666;
    padding-top: 40px;
    padding-left: 20px;
}

/* 详情页右边内容部分 */
.kj-con-right {
    margin: 25px 0;
    text-align: right;
    /*padding: 0;*/
}
    .kj-con-right .row {
    margin-left:0px;
    margin-right:0px;
    }

    .kj-con-right li {
        display: block;
        padding: 17px 0;
        border: 1px #e5e5e5 solid;
        text-align: center;
        margin-right: -1px;
        margin-bottom: -1px;
    }
.kj-product-sheet a {
color:#333;
}
li.kj-border-bottom {
    border-bottom: 1px #e5e5e5 solid;
}

li.kj-border-r {
    border-right: 1px #e5e5e5 solid;
}

.kj-con-right li:hover {
    background-color: #e50100;
}

    .kj-con-right li:hover a {
        background-color: #e50100;
        color: #ffffff;
    }

.kj-con-right a {
    color: #333333;
    font-size: 14px;
}

.kj-r {
    padding: 0;

    text-align: center;
}

.kj-right-pro {
    border: 1px #dddddd solid;
    border-bottom: none;
    margin-top: 30px;
}

.kj-right-pro-title {
    font-size: 16px;
    color: #e51000;
    background-color: #f1f1f1;
    line-height: 48px;
    font-weight: bold;
}

.kj-right-pro-box {
    border-bottom: 1px #dddddd solid;
}

    .kj-right-pro-box img {
        margin: 20px auto;
    }

    .kj-right-pro-box div {
        line-height: 26px;
    }

/* 搜索结果页 */
.kj-search-result {
    font-size: 22px;
    font-weight: bold;
    color: #e51000;
    line-height: 54px;
    padding: 0;
}

.kj-brandlist {
    font-size: 15px;
    color: #404040;
    border: 1px #e5e5e5 solid;
    padding: 0;
    line-height: 60px;
    margin-bottom: 30px;
}

    .kj-brandlist div.col-md-12 {
        padding: 0;
    }

    .kj-brandlist div a {
        padding: 0 12px;
        color: #404040;
    }

        .kj-brandlist div a.kj-morebrand {
            color: #e51000;
        }

.kj-brand {
    background-color: #f4f4f4;
    padding-left: 25px;
}

.kj-brandlist div a.active {
    color: #fff;
    background-color: #e51000;
    margin: 0 10px;
    padding: 2px 8px;
}

.kj-brandlist div a:hover {
    color: #e51000;
}

.kj-query-result {
    line-height: 50px;
    margin-bottom: 20px;
    margin-left: -15px;
}
.kj-kfikgo {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.kj-query-result-right {
    color: #a5a5a5;
    line-height: 26px;
}

.kj-search-title {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 40px;
}

.kj-info {
    font-size: 13px;
    color: #333333;
    padding-right: 26px;
}

.kj-casno {
    color: #e51000;
    padding-right: 26px;
}
/* 搜索结果页表格 */
.kj-result-table {
    border: 1px #dddddd solid;
    border-top: none;
    text-align: center;
    color: #7f7f7f;
    margin-bottom: 50px;
}

    .kj-result-table th {
        background-color: #f4f4f4;
        font-size: 14px;
        text-align: center;
        color:#333;
    }

    .kj-result-table td.kj-txt-color {
        color: #e51000;
    }

    .kj-result-table td i {
        color: #e51000;
        font-size: 18px;
    }
.largeinquiry_form dl {
    width: 46%;
    height: 70px;
    float: left;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 8px;
}
.largeinquiry_form .formcom-ipt {
    width: 95%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.largeinquiry_form .formcom-area {
    width: 95%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.largeinquiry_form .formcolumn-item-ct .formcom-vcode {
    width: 30%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-vcodebox img {
    max-width: 66%;
    float: right;
}
.kj_csamsdss {
    border-radius: 0px;
}
    .kj_csamsdss .panel-heading {
        padding: 0px;
        border-bottom: 0px;
    }
    .kj_csamsdss .nav-tabs {
        border-bottom: 0px;
    }
        .kj_csamsdss .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            border: 0px;
            color: red;
        }

    .kj_csamsdss .nav > li > a {
        padding: 10px 25px;
    }
.kj_phss {
    margin-top: 30px;
}
#coasearchform, #msdssearchform {
    display: block;
}
    #coasearchform input[type="text"] {
        border-radius: 0px;
    }
.kj_tjsdan button {
    margin-top: 25px;
}
.kj-body-container {
margin:20px 0px 40px 0px;
min-height:300px;
}
.kj-newslist-box li {
    padding: 10px 0px;
    border-bottom: 1px dashed #ddd;
}
    .kj-newslist-box li a {
    color:#333;
    }
        .kj-newslist-box li a:hover {
            color: #E50100;
        }
.kj-nav-bottom ul li a {
font-size:16px;
}
.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 6px 13px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #E50100;
    border-color: #E50100;
}
.kj_relaproimg {
border:1px solid #ddd;
padding:10px;
height:140px;
line-height:140px;
text-align:center;
}
.kj-relapro h4 a{
    color:#333;
    font-size:14px;
}
.kj-relapro h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.kj_relaproimg img {
    max-height: 115px;
    display: inline-block;
}
.kj-product-sheet {
margin:30px 0px 50px 0px;
}
.kj-search {
    width: 525px;
    position: relative;
    float: left;
}
.kj_sty dl {
    width: 47%;
    float: left;
    margin-top: 25px;
}
.guestbook_form .formcom-ipt {
    background-color: #fff;
    border: 1px solid #ccc;
    width: 97%;
    max-width: 95%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.guestbook_form .formcom-area {
    background-color: #fff;
    border: 1px solid #ccc;
    max-width: 97%;
    width: 95%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-vcodebox {
    float: right;
    margin-right: 30px;
}
    .form-vcodebox img {
        max-width: 66%;
        float: right;
    }
.kj_yanzheng {
    width: 30%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.kj-juji {
padding:10px 0px;
}
.kj-jfujtab table td {
    word-wrap: break-word;
    word-break: break-all;
}
/* 各尺寸样式 */
@media (max-width:1200px) {
    .kj-icon-phone {
            padding-left: 19px;
        }

        .kj-login a {
            padding: 0 8px;
        }
    .kj-search {
        width: 385px;
    }
    .kj-nav-bottom > li > a {
        padding: 14px 26px;
    }

    .kj-nav-bottom > li > .dropdown-menu {
        width: 992px;
        left: -246px;
    }

        .kj-nav-bottom > li > .dropdown-menu > li > .dropdown-menu > li {
            width: 788px;
        }

                .kj-nav-bottom > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a {
                    padding: 0 11px;
                }

        .kj-cooper .fa-chevron-right {
            left: 924px;
        }

        .kj-bottom-logo {
            margin-left: 0;
            padding-right: 18px;
        }
        /* 产品详情页 */
        .kj-con-right li {
            width: 70px;
            border: none;
            border: 1px #e5e5e5 solid;
       
            margin-bottom: -1px;
        }

        .kj-right-pro {
            margin-top: 30px;
        }

        .nav-tabs > li > a {
            padding: 10px 44px;
            margin-right: 14px;
        }

        .tab-content {
            min-height: 348px;
        }
        /* 搜索结果页 */

        .kj-query-result {
            margin-bottom: 30px;
        }

        .kj-query-result-right {
            margin-left: 0;
        }

        .kj-brandlist div a {
            padding: 0 9px;
        }

    /*.kj-pro-img {
        height: 76px;
        line-height: 76px;
    }*/
    }

    @media (max-width:992px) {
        .kj-logo {
            padding: 10px 0;
        }
        .kj-phonefooter .navbar-default {
            border-width: 0px;
            background-color: #fcfcfc;
            box-shadow: 1px 1px 5px rgba(0,0,0,.2);
        }
        .kj-nav-bottom > li > a {
            padding: 14px 16px;
        }
        .kj-jgujomap {
       width:95%;
        }
        .kj-phonefooter .col-lg-l-2 {
            width: 20%;
            float: left;
        }
        .kj-nav-bottom > li > .dropdown-menu {
            position: absolute;
            min-width: 0;
            left: 0;
            width: auto;
            height: auto;
        }
        .kj-phonefooter .nav-tabs a {
            color: #999999;
            text-align: center;
        }
            .kj-phonefooter .nav-tabs a i {
                color: #777777;
            }
        .kj-shopcart-count {
            background-color: red;
            width: 15px;
            height: 15px;
            line-height: 15px;
            text-align: center;
            border-radius: 50%;
            color: #fff;
            display: inline-block;
        }
        .kj-phonefooter .nav-tabs {
            text-align: center;
            padding: 5px;
        }

            .kj-nav-bottom > li > .dropdown-menu > li > .dropdown-menu {
                top: 0;
                border-radius: 0;
                border: 1px #e51000 solid;
                padding: 10px;
                display: none;
            }

        .nav .open > a {
            background-color: #ffffff;
        }

        .kj-nav-bottom > li > .dropdown-menu > li > .dropdown-menu > li {
            width: 180px;
        }

            .kj-nav-bottom > li > .dropdown-menu > li > .dropdown-menu > li > a {
                margin-bottom: 0;
                line-height: 30px;
            }

            .kj-nav-bottom > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu {
                position: static;
                display: none;
            }

                .kj-nav-bottom > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li {
                    display: block;
                }

                    .kj-nav-bottom > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a {
                        border: none;
                        color: #e51000;
                        line-height: 26px;
                        text-indent: 20px;
                    }

        /* 产品详情页 */
        /*.kj-pro-img {
            padding: 82px 0;
        }*/

        .kj-xs {
            margin-bottom: 10px;
        }

        .nav-tabs > li > a {
            padding: 10px 50px;
            margin-right: 8px;
        }

        .tab-content {
            margin-bottom: 20px;
        }
        /* 搜索结果页 */
        .kj-num {
            width: 73px;
        }

            .kj-num input {
                margin: 0;
                width: 22px;
            }

        .kj-query-result-right {
            margin-left: -46px;
        }

        .kj-query-result div img {
            margin: 10px 0;
        }
    }

    @media (max-width:767px) {
        .navbar-brand {
            display: inline-block;
        }
        .kj-nav-bottom > li > .dropdown-menu > li > div {
            width: 100%;
            padding-right: 45px;
        }
        .kj-bottom-logo {
            padding: 0px;
            margin: 0px;
            margin-bottom: 20px;
            border-right: 0px;
            margin-top: 15px;
            display: inline-block;
        }
        .kj-bottom-con {
            min-height: 120px;
            margin: 15px 0px;
        }
        .kj-data .row {
            margin-left: 0px;
            margin-right: 0px;
        }
        .kj-icon-search {
        right:20px;
        }
        .kj-nav-bottom {
            margin-right: 0px;
            margin-left: 0px;
        }

        .navbar-brand > img {
            width: 127px;
            margin-top: -12px;
        }

        .kj-nav-bottom .kj-searchinput {
            width: 90%;
            margin-left: 20px;
        }
        .kj-nav-bottom > li:hover > ul {
        display:none;
        }
        .kj-nav-bottom .kj-searchbtn {
            height: 41px;
        }

        .navbar-toggle {
            margin-right: 0;
        }

        .kj-nav-bottom > li > .dropdown-menu {
            left: 22px;
            height: auto;
            box-shadow: none;
            background-color: #e51000;
        }

        .kj-nav-bottom li a {
            padding: 10px 28px;
            margin: 0;
        }

        .kj-nav-bottom > li > a > .caret {
            padding-right: 20px;
        }
        .kj-nav-bottom > li > .dropdown-menu > li > div > a {
            background-color: inherit;
            padding: 5px 10px;
            color:#fff;
        }
        /*.kj-nav-bottom > li > .dropdown-menu > li {
            width: 352px;
        }*/
        .kj-nav-bottom > li > .dropdown-menu > li > a {
            color: #ffffff;
            text-align: left;
            background-color: #e51000;
            font-weight: normal;
            padding-left: 20px;
        }

            .kj-nav-bottom > li > .dropdown-menu > li > .dropdown-menu {
                position: static;
                background-color: #e51000;
                display: none;
                padding: 0;
                margin: 0;
                padding: 0 15px;
            }

                .kj-nav-bottom > li > .dropdown-menu > li > .dropdown-menu > li {
                    width: 320px;
                }

                    .kj-nav-bottom > li > .dropdown-menu > li > .dropdown-menu > li.open > a {
                        color: #ffffff;
                        background-color: #e51000;
                    }

                    .kj-nav-bottom > li > .dropdown-menu > li > .dropdown-menu > li > a {
                        color: #ffffff;
                        margin: 0;
                        background-color: #e51000;
                        font-size: 14px;
                        display: block;
                        width: 78%;
                    }
        .kj-nav-bottom > li > .dropdown-menu > li.dropdown:first-child > .dropdown-menu {
            display: none;
        }
        .kj-nav-bottom > li > .dropdown-menu {
        min-height:100px;
        }
        .kj-nav-bottom > li > .dropdown-menu > li > .dropdown-menu > li > a:link {
            background-color: #E51000;
            color: #ffffff;
            line-height: none;
        }

        .kj-nav-bottom .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
            padding: 10px 15px 10px 40px;
        }

        .kj-nav-bottom > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu {
            display: none;
            position: initial;
            background-color: #e51000;
            font-size: 14px;
            margin-left:10px;
        }

            .kj-nav-bottom > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li {
                display: block;
                float:none;
            }

                .kj-nav-bottom > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a {
                    border: none;
                    color: #ffffff;
                    padding: 0 0px;
                }

        .kj-nav-bottom > li > a.kj-menu-view-on > .caret, .kj-nav-bottom > li > .dropdown-menu > li > .dropdown-menu > li > a.kj-menu-view-on > .caret {
            margin-top: 12px;
        }

        .kj-nav-bottom > li > a > .caret::before {
            content: "\f105";
        }

        .kj-nav-bottom > li > a > .caret {
            font: normal normal normal 14px/1 FontAwesome;
            display: inline;
            width: 0 !important;
            height: 0px !important;
            border-top: 0 !important;
            border-right: 0 !important;
            margin-left: 0 !important;
            border-left: 0 !important;
            padding-left: 10px;
        }

        .kj-nav-bottom > li a.kj-menu-view-on .caret {
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            transform: rotate(90deg);
        }

        .kj-nav-bottom > li > a > .caret, .kj-nav-bottom > li > .dropdown-menu > li > .dropdown-menu > li > a > .caret, .kj-nav-bottom > li > .dropdown-menu > li > a > span.caret, .kj-nav-bottom > li > .dropdown-menu > li > div > a > span.caret {
            display: inline-block;
            float: right;
            transition: transform 0.4s ease-out;
        }
        .kj-nav-bottom > li > .dropdown-menu > li:hover .dropdown-menu {
        display:none;
        }
        .kj-nav-bottom > li > .dropdown-menu {
            position: initial;
            float: none;
            padding-left: 20px;
        }

            .kj-nav-bottom > li > .dropdown-menu > .dropdown {
                position: initial;
                clear: both;
            }

        .kj-data {
            padding: 15px 0 0 0;
        }

        .kj-customer-logo img {
            width: 138px;
            height: 58px;
        }

        .kj-botttom-border {
            padding-left: 10px;
        }

        .kj-bottom-link ul li {
            font-size: 13px;
            line-height: 30px;
        }

            .kj-bottom-link ul li a {
                font-size: 12px;
            }

        .kj-footer {
            padding: 10px 0;
        }

            .kj-footer div {
                text-align: center;
                line-height: 26px;
                font-size: 12px;
            }
        /* 产品列表页 */
        .kj-pesticides-btn a {
            padding: 10px;
        }

        .pagination li a {
            margin-bottom: 10px;
        }
        /* 产品详情页 */
        .kj-pro-img {
            margin: 15px 0;
        }

        .kj-details-box {
            margin-top: 0;
        }

        .kj-xs {
            margin-bottom: 10px;
        }

        .nav-tabs > li > a {
            padding: 10px 5px;
            margin-right: 6px;
        }

        .tab-content {
            margin-bottom: 20px;
        }

        .kj-pro-introduce {
            margin-bottom: 20px;
        }
        /* 搜索结果页 */
        .kj-query-result div img {
            margin: 0 auto;
        }

        .kj-query-result-right {
            margin-left: 0;
        }

        .kj-search-title {
            text-align: center;
        }
    }
