﻿
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: 'OpenSans','Myriad Pro','Verdana','PingFangSC-Light','Hiragino Sans GB','Microsoft YaHei';
}
.c {
    overflow: hidden;
}
.container {
    width: 1200px !important;
    margin: 0 auto;
    padding: 0;
}
.l {
    float: left;
}
.r {
    float: right;
}
a {
    text-decoration: none;
    color: rgb(102,102,102);
}
a:focus,
a:hover {
    color: rgb(26,170,153);
    text-decoration: none;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.green_color {
    color: rgb(26,170,153);
}
/*head*/
.kj_header {
    height: 100px;
}
.kj_hd_logo {
    margin-top: 15px;
}
.kj_search {
    margin-top: 35px;
}
.kj_hd_login {
    height: 36px;
    line-height: 36px;
    margin-left: 10px;
    font-size: 16px;
    padding: 0 5px;
}
.kj_hd_login a {
    padding:0 5px;
}
.kj_search input {
    height: 36px;
    border: 1px solid rgb(26,170,153);
    width: 360px;
    float: left;
    text-indent: 40px;
    outline: 0;
    font-size: 12px;
}
.kj_search button {
    border-radius: 0;
    border: 0;
    height: 36px;
    line-height: 36px;
    text-align: center;
    padding: 0 20px;
    background-color: rgb(26,170,153);
    color: #fff;
    margin-left: -1px;
    float: left;
}
.kj_search button:hover {
    background-color: rgb(26,170,153);
    color: #fff;
}
.kj_search_inner {
    position: relative;
}
.kj_search_inner > i {
    position: absolute;
    width: 36px;
    height: 36px;
    left:0;
    text-align: center;
    line-height: 36px;
    color: rgb(187,187,187);
}
.kj_hd_contact {
    margin-top: 35px;
}
.kj_hd_contact i {
    font-size: 30px;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid rgb(221,221,221);
    color: rgb(234,144,16);
}
.kj_hd_phone span {
    font-size: 18px;
    color: rgb(234,144,16);
}
/*nav*/
.kj_nav {
    height: 48px;
    font-size: 16px;
    background-color: rgb(26,170,153);
}
.kj_nav_inner > li {
    position: relative;
    float: left;
}
.kj_nav_inner > li  > a {
    display: inline-block;
    height: 48px;
    line-height: 48px;
    padding: 0 43px;
    color: #fff;
}
.kj_nav_inner > li.active  > a,
.kj_nav_inner > li  > a:hover {
    background-color: rgb(14,145,133);
}
.kj_nav_inner > li > ul {
    position: absolute;
    z-index: 99;
    background-color: rgb(26,170,153);
    width:220px;
    padding: 7px 10px;
    display: none;
}
.kj_nav_inner > li > ul > li {
    padding: 5px 0;
    text-indent: 15px;
    background-color: rgb(26,170,153);
    border-bottom: 1px dashed rgb(234,144,16);
    position:relative;
}
    .kj_nav_inner > li > ul > li ul {
        position: absolute;
        left: 100%;
        top: 0px;
        width: 220px;
        padding-top: 8px;
        padding-bottom: 8px;
        display:none;
        background-color: rgb(14,145,133);
    }
    .kj_nav_inner > li > ul > li:hover{
        background-color:rgb(14,145,133);
    }
        .kj_nav_inner > li > ul > li:hover > ul {
            display: block;
           
        }
    .kj_nav_inner > li > ul > li > ul > li:hover {
        background-color: rgb(26,170,153);
    }
    .kj_nav_inner > li > ul > li > ul > li:hover > ul {
        display: block;
        background-color: rgb(26,170,153);
    }
        .kj_nav_inner > li > ul > li > ul > li > ul >li:hover{
            background-color:rgb(14,145,133);
        }
        .kj_nav_inner > li > ul > li:last-child {
            border-bottom: 0;
        }
.kj_nav_inner > li > ul > li > a {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}
.kj_nav_inner > li > ul > li > a:hover,
.kj_nav_inner > li > ul > li ul li a:hover {
    color:aquamarine;
}
.kj_nav_inner > li > ul > li ul li {
    color: #fff;
}
.kj_nav_inner > li > ul > li ul li a {
    font-size: 12px;
    color: #fff;
    padding: 0 2px;
}
/*banner*/
.kj_banner {
    margin-top:15px;
}
.left,
.right {
    display: none;
}
.carousel-indicators li {
    background-color:#fff;
    border:0;
}
.carousel-indicators .active {
    background-color: rgb(234,144,16);
}
/*box*/
.kj_box {
    margin-top: 25px;
    border: 2px solid rgb(230,230,230);
    padding: 10px 5px;
}
.kj_box_left {
    float: left;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: red;
    border-right: 1px solid rgb(214,214,214);
}
.kj_box_left img {
    margin-top: -10px;
    margin-right: 10px;
}
.kj_box_right {
    float: left;
    margin-left: 10px;
    width: 1050px;
    height: 40px;
    line-height: 40px;
}
.kj_box_right ul {
    /*width: 5000px;*/
    position: relative;
    left: 0;
}
.kj_box_right li {
    list-style: disc;
    margin-left: 50px;
    color:red;
}
.kj_box_right li a {
    display: inline-block;
    height: 36px;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 320px;
    vertical-align: middle;
}
    .kj_box_right li a {
    color:red;
    }
    /*product*/
    .kj_product {
        margin-top: 20px;
    }
.kj_product_title {
    height: 45px;
    line-height: 45px;
    font-size: 22px;
    color: rgb(51,51,51);
    width: 100%;
}
.kj_product_title a {
    float: right;
    font-size: 14px;
    color: rgb(153,153,153);
}
.kj_product_title a:hover {
    color: rgb(26,170,153);;
}
.kj_product_inner > li {
    float: left;
    width: 20%;
    border: 1px solid rgb(229,229,229);
    margin-left: -1px;
    border-top: 3px solid rgb(26,170,153);
    margin-bottom: 10px;
    text-align: center;
}
.kj_product_inner > li:first-child {
    margin-left: 0;
}
.kj_product_inner > li:hover {
    box-shadow: 0 2px 5px rgb(229,229,229);
}
.kj_product_inner > li a {
    display: block;
}
.kj_product_inner > li > a {
    max-width: 100%;
    height: 215px;
    line-height: 215px;
    text-align: center;
}
.kj_product_inner > li a img {
    max-width: 100%;
    max-height: 215px;
}
.kj_pi_info {
    padding: 20px;
}
.kj_pi_info a {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgb(51,51,51);
    font-size: 16px;
}
.kj_pi_info a:hover {
    color: rgb(26,170,153);
}
/*newscenter*/
.kj_newscenter {
    margin-top: 25px;
}
.kj_newscenter_left {
    border: 1px solid rgb(229,229,229);
    width: 930px;
    float: left;
}
.kj_nl_title {
    border-bottom: 1px solid rgb(229,229,229);
    height: 40px;
    line-height: 40px;
    background-color: rgb(248,248,248);
    padding-right: 10px;
}
.kj_nl_title ul {
    float: left;
}
.kj_nl_title ul li {
    float: left;
    font-size: 16px;
    border-right: 1px solid rgb(229,229,229);
}
.kj_nl_title ul li a {
    display: block;
    padding: 0 40px;
    color: rgb(51,51,51);
}
.kj_nl_title ul li.active a,
.kj_nl_title ul li a:hover {
    background-color: rgb(26,170,153);
    color: #fff;
}
.kj_nl_title > a {
    float: right;
    font-size: 14px;
    color: rgb(153,153,153);
}
.kj_nl_title > a:hover {
    color: rgb(26,170,153);
}
.kj_nl_inner {
    display: none;
}
.kj_nl_inner.active {
    display: block;
}
.kj_nl_inner {
    padding: 24px 0;
    height: 228px;
}
.kj_nl_image > a {
    display: block;
    width: 100%;
    height: 175px;
    line-height: 175px;
    text-align: center;
}
.kj_nl_image > a img {
    max-width: 100%;
    max-height: 172px;
}
.kj_nl_list > li {
    height: 30px;
    line-height: 30px;
    font-size: 15px;    
    padding: 0 5px;
}
.kj_nl_list > li > a {
    display: block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.kj_nl_list > li > a i {
    margin-right:5px;
    color: rgb(204,204,204);
}
.kj_nl_list > li a:hover i {
    color: rgb(26,170,153);
}
/*newscenter_right*/
.kj_newscenter_right {
    float: right;
    width: 240px;
    background-color: rgb(248,248,248);
    border: 1px solid rgb(229,229,229);
    padding: 15px;
    height: 270px;
}
.kj_nr_title {
    font-size: 18px;
    color: rgb(51,51,51);
    border-left: 4px solid rgb(26,170,153);
    text-indent: 10px;
}
.kj_nr_inner {
    margin-top: 25px;
}
.kj_nr_inner .input-group input {
    border-radius: 0;
    border: 0;
    margin-bottom: 15px;
}
.kj_nr_inner .input-group button {
    margin-top: 20px;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    background-color: rgb(26,170,153);
    color: #fff;
    width: 100%;
    text-align: center;
    border: 0;
    outline: 0;
}
/*friendlink*/
.kj_friendlink {
    margin-top: 30px;
}
.kj_friendlink .panel-default {
    border-radius: 0;
    box-shadow: none;
}
.kj_friendlink .panel-default > .panel-heading {
    background-color: rgb(248,248,248);
    font-size: 16px;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    color: rgb(51,51,51);
}
.kj_friendlink .panel-default > .panel-body {
    padding: 20px 15px 10px;
}
.kj_friendlink ul li {
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}
/*footer*/
.kj_footer {
    border-top: 1px solid rgb(229,229,229);
    margin-top: 20px;
    background-color: rgb(248,248,248);
    padding: 20px 30px;
}
.kj_footer_inner {
    line-height: 30px;
    color: rgb(102,102,102);
}
.kj_footer_nav {
    margin-bottom: 10px;
}
.kj_footer_nav li {
    float: left;
}
.kj_footer_nav > li ul {
    display:none;
}
.kj_footer_nav li > a {
    padding: 0 20px;
    border-left: 1px solid rgb(102,102,102);
}
.kj_footer_nav li:first-child > a {
    padding-left: 0;
    border-left: 0;
}
.kj_footer_code {
    margin-right: 30px;
}
.kj-phonefooter .navbar-default {
    border-width: 0;
    background-color: #fcfcfc;
    box-shadow: 1px 1px 5px rgba(0,0,0,.2);
}
.kj-phonefooter .nav-tabs a i {
    color: #777;
}
.kj-phonefooter .nav-tabs {
    text-align: center;
    padding: 5px;
}
.kj-phonefooter .nav-tabs a {
    color: #999;
    text-align: center;
}
.kj-phonefooter .nav-tabs a:hover,
.kj-phonefooter .nav-tabs a.active,
.kj-phonefooter .nav-tabs a.active i {
    color: rgb(26,170,153);
}
.kj-phonefooter .nav-tabs a i {
    color: #777;
}
.kj-phonefooter .nav-tabs div.kj-addtocart-btn-bottom-col a.kj-addtocart-btn-href {
    display: block;
    font-size: 16px;
    margin-top: -5px;
    margin-bottom: -15px;
    margin-right: -5px;
    line-height: 60px;
    background-color: rgb(26,170,153);
    color: #fff;
}
.kj-phonefooter .nav-tabs div.kj-addtocart-btn-bottom-col {
    padding: 0;
    margin: 0;
}
/*fixed*/
/*.kj-slide-right-bar {
    display:block;
    position: fixed;
    top: 200px;
    right: 6px;
    width: 54px;
    z-index: 9999;
}
.kj-slide-right-bar ul,
.kj-slide-right-bar li {
    margin: 0;
    padding: 0;
    list-style: none;
    position:relative;
}
.kj-slide-right-bar li {
    background-color: rgb(26,170,153);
    margin-bottom: 5px;
    height: 54px;
    line-height: 54px;
}
.kj-slide-right-bar li>a {
    display: block;
    color: #fff;
    text-align: center;
    text-decoration: none;
}
.kj-slide-right-bar li>a>i {
    font-size:24px;
}
.kj-slide-right-bar li>a>span {
    display: block;
    text-align: center;
    font-size:12px;
}
.kj-slide-right-bar li > div {
    position:absolute;
    width:150px;
    text-align:left;
    padding:10px;    
    top:0;
    right:54px;
    z-index:9999;
    border:1px solid #ddd;
    background-color: #fff;
    display:none;
}
.kj-slide-right-bar li:hover {
    background-color: rgb(234,144,16);
}
.kj-slide-right-bar li:hover > div {
    display:block;
}*/
.yb_conct {
    position: fixed;
    z-index: 9999999;
    top: 100px;
    right: -135px;
    cursor: pointer;
    transition: all .3s ease;
}
.kj_downloadfj {
    display: block;
    background-color: #1AAA99;
    width:140px;
    height:35px;
    line-height:35px;
    color:#fff;
    text-align:center;
    font-weight:bold;
    float:right;
    margin:20px 0px;
}
.yb_bar ul li {
    width: 180px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    text-indent: 10px;
    margin-bottom: 3px;
    border-radius: 3px;
    transition: all .5s ease;
    overflow: hidden;
    line-height: 40px;
    background-color: rgb(26,170,153);
}
.yb_bar ul li:hover {
    background-color: rgb(234,144,16);
}
.yb_bar ul li i {
    font-size:24px;
    margin-right:20px;
}
/*.yb_bar .yb_ercode {
    height: 200px;   
}*/
.hd_qr {
    padding: 0 29px 25px 55px;
}
.yb_bar ul li a {
    color:#fff;
}
/*pages*/
.form-control {
    box-shadow:none;
}
.kj-main-article .kj_nr_inner .input-group .form-control {
    border: 1px solid rgb(204,204,204);
}
/*news*/
.kj_procata_list .kj_procata_title {
    height: 45px;
    background: rgb(26,170,153);
    display: block;
    color: #fff;
    line-height: 45px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.kj_procata_ul .subnavtitle {
 
}
.kj_procata_ul{
    line-height:25px;
    border:1px solid #ddd;
    padding:10px;
}
.kj_procata_ul .catalog2_ahref {
    font-size: 16px;
    font-weight: bold;
    display:block;
    line-height:30px;
}
.kj_procata_ul .catalog3_ahref {
    font-size:14px;
}
    .kj_procata_ul .web960navahref:before {
        content: "•";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        padding-right: 10px;
    }
.kj_procata_ul .subnavtitle:before {
    content: "\f0da";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 10px;
}
    .kj_procata_ul .catalog4_ahref {
        font-size: 12px;
    }
    .kj_procata_ul li ul {
    margin-left: 10px;
}
.list-group-item {
    border-radius: 0 !important;
    border: 0;
    border-bottom: 1px dashed rgb(204,204,204);
    margin-bottom: 0;
    text-align: center;
}
.list-group-item:hover,
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    background-color: rgb(26,170,153);
    border-color: rgb(26,170,153);
}
.list-group-item:hover a,
.list-group-item.active a,
.list-group-item.active:hover a,
.list-group-item.active:focus a {
    color:#fff;
}
.daohang {
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.daohang h2 {
    font-size: 24px;
    font-weight: normal;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    margin-left: 15px;
    color: rgb(26,170,153);
}
.daohang > div {
    height: 30px;
    line-height: 30px;
    margin-top: 15px;
    text-align: right;
    overflow: hidden;
}
.breadcrumb {
    background-color:#fff;
}
.kj_ni_list {
    border: 1px solid rgb(204,204,204);
    border-bottom:0;
}
.kj_ni_list > li {
    padding: 10px 15px;
    border-bottom: 1px solid rgb(204,204,204);
}
.pagination > li > a,
.pagination > li > span {
    color: rgb(26,170,153);
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: rgb(26,170,153);
    border-color: rgb(26,170,153);
}
.kj_qqky {
    line-height: 25px;
    text-align: center;
}
/*news_info*/
.kj-article-bottom {
    min-height: 30px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    margin-top: 35px;
    line-height: 30px;
    padding: 5px;
    font-family: "微软雅黑";
}
.kj-article-bottom span {
    max-width:50%;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
/*product_yemian*/
.jiesho {
    line-height: 24px;
    text-indent: 2em;
    display: block;
    padding-left: 5px;
    padding-top: 25px;
}
.products {
    padding-top: 5px;
    margin-top: 15px;
}
.products li {
    height: 230px;
    overflow: hidden;
    margin-bottom:10px;
}
.products li > div {
    border:1px solid rgb(204,204,204);
}
.products li > div > a {
    display:block;
    height: 170px;
    line-height:170px;
    text-align: center;
    overflow: hidden;
}
.products li > div > a img {
    max-width:100%;
    max-height:170px;
}
.products li p {    
    padding:10px;
    margin-bottom:0;
    margin-top: 4px;
    background: #f5f5f5;
    text-align: center;
    overflow: hidden;
    max-width:100%;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.products li p a {
    color: #4a4a4a;
}
.products li:hover p {
    background: rgb(234,144,16);
}
.products li:hover p a {
    color: #fff;
}
/*product_info*/
.pro_basic {
    width: 100%;
    height: auto;
    margin-bottom:30px;
    border-collapse:collapse;
}
.pro_basic caption {
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding-top:0;
    padding-bottom:0;
    padding-left: 20px;
    background-color: rgb(26,170,153);
    font-size: 18px;
    color: #fff;    
    
}
.pro_basic tr {
    border-right: 1px solid #ccc;
}
.pro_basic td {
    border-left: 1px solid #ccc;    
    color: #666;
    border-bottom: 1px solid #ccc;
    height: 45px;
    padding-left: 20px;
}
.pro_basic td:first-child {
    background: #f2f2f2;
    width: 120px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #fff;
}
.title-h3 {
    line-height: 50px;
    padding-top: 20px;
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    color: rgb(26,170,153);
    font-weight: bold;
}
.kj_relproduct {
    position: relative;
    width: 100%;
}
.kj-relproduct-sheet {
    height: 262px;
    width: 4000px;
}
.kj-relproduct-sheet .kj-product-item {
    float: left;
    width: 240px;
    border: 1px solid rgb(231,231,231);
    margin-right: 10px;
    padding: 15px 10px;
}
.kj-relproduct-sheet .kj-product-item:hover {
    border-color:rgb(26,170,153);
}
.kj-product-item .caption > a {
    display:block;
    font-size:16px;
    color:rgb(51,51,51);
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.kj-product-item .caption > p {
    color:rgb(153,153,153);
    margin-top:5px;
}
.kj-product-item .caption a:hover {
    color: rgb(26,170,153);
}
@media (max-width: 1200px) {
    .container {
        width: 970px !important;
    }
    .kj_hd_logo {
        margin-top: 30px;
    }
    .kj_hd_logo img {
        max-width: 100%;
    }
    .kj_search input {
        width:280px;
    }
    .kj_nav_inner > li > a {
        padding: 0 30px;
    }
    .kj_box_right {
        width: 820px;
    }
    .kj_newscenter_left {
        width: 730px;
    }
    .kj_newscenter_right {
        width: 210px;
    }
    /*product_info*/
    .kj-relproduct-sheet .kj-product-item {
        width:232px;
    }
}
@media (max-width: 992px) {
    .container {
        width: 750px !important;
    }
    #mobilesearchbox .input-group {
        width: 660px;
    }
    .kj_banner {
        margin-top: 110px;
    }
    .kj_box_left {
        width: 100px;
    }
    .kj_box_right {
        width: 620px;
    }
    .kj_newscenter_left {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    .kj_nl_inner {
        height:auto;
    }
    .kj_newscenter_right {
        float: none;
        width: 240px;
    }
    .kj_footer_inner {
        font-size: 14px;
    }
    .kj_footer_code {
        display: none;
    }
    /*product_info*/
    .kj-relproduct-sheet .kj-product-item {
        width: 270px;
    }
}
@media (max-width: 768px) {
    .container {
        width: 96% !important;
    }
    .row {
        margin-left: 0;
        margin-right: 0;
    }
    #mobilesearchbox {
        position: absolute;
        left: 65px;
        right: 80px;
        top: 0;
        padding: 0;
        border-width: 0;
    }
    #mobilesearchbox .input-group {
        width: auto;
    }
    .kj_banner {
        margin-top: 60px;
    }
    .kj_box_left {
        display: none;
    }
    .kj_box_right {
        width: 96%;
        margin-left: 2%;
    }
    .kj_product_inner > li {
        width: 50%;
        margin-bottom: 10px;
    }
    .kj_product_inner > li:nth-child(odd) {
        margin-left: 0;
    }
    .kj_nl_title ul li {
        font-size: 14px;
    }
    .kj_nl_title ul li a {
        padding: 0 10px;
    }
    .kj_nl_title > a {
        font-size: 12px;
    }
    .kj_newscenter_right {
        width: 100%;
    }
    .kj_footer_nav {
        display: none;
    }
    /*news_info*/
    .kj-article-bottom span {
        float: none;
        display: block;
        max-width:100%;
    }
    /*product_info*/
    .kj-relproduct-sheet .kj-product-item {
        width: 100%;
        max-width: 248px;
    }
}

@media(max-width:768px){
    #bs-example-navbar-collapse-1 .nav2{
        display:none;
    }
    .kj_procata_nav{
        display:none;
    }
    .daohang h2.l{
        float:initial;
    }
}