.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5
.col-lg-1-3
.col-lg-1-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1-5 {
width: 20%;
float: left;
}

@media (min-width: 768px) {
    kj-pro-image-item-col
    .col-sm-1-5 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
.col-md-1-5 {
width: 20%;
float: left;
}

}

@media (min-width: 1200px) {
    .col-lg-1-3 {
        width: 28%;
        float: left;
    }
    .col-lg-1-9 {
        width: 72%;
        float: left;
    }
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
a{
    text-decoration:none;
}

/*顶部悬浮*/
.kj-site-top-btn-default {
    color: #fff;
    background-color: #013a65;
    border-color: #013a65;
}
    .kj-site-top-btn-default:hover {
        color: #fff;
        background: rgba(235,122,2,.8);
        border-color: #013a65;
    }

   
        /*顶部悬浮*/


.kj-navbar .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
}

    .kj-navbar .container, .kj-navbar .navbar-collapse {
        padding-left: 0px;
        padding-right: 0px;
        background-color: transparent;
    }



    .kj-navbar .navbar-brand {
        color: #ffffff;
    }

        .kj-navbar .navbar-brand:hover {
            color: #ffffff;
            background-color: #42bee800;
        }

.kj-navbar .navbar-nav > li > a {
    color: #fff;
    font-size: 18px;
    padding-left: 32px;
    padding-right:32px;
    transition: all 0.5s ease 0s;
    font-weight: bold;
}
    .kj-navbar .navbar-nav > li::after {
        border-left: 1px solid #dddddd;
        content: "";
        position: absolute;
        height: 20px;
        top: 15px;
    }
.kj-navbar .navbar-nav > li:first-child::after {
    border-left: 0px solid #dddddd;
    content: "";
    position: absolute;
    height: 20px;
    top: 15px;
    left: 10px;
}


    .kj-navbar .navbar-nav > li > a:hover, .kj-navbar .nav > li > a:hover, .kj-navbar .nav > li > a:focus, .kj-navbar .nav > li > a:active {
        color: #fff;
        background-color: #2b3431;
    }

    .kj-navbar .nav > li > a.active {
        color: #fff;
        background-color: #01973e;
    }

.navbar-toggle .icon-bar {
    background-color: #333;
}

.kj-promenu-dropdown > a, .kj-promenu-dropdown.open > a {
    background-color: #42bee800;
}

.kj-promenu-dropdown-ul {
    position: absolute;
    top: 100%;
    min-width: 100%;
    left: 0;
    padding: 5px 0;
    list-style: none;
    margin: 0px;
    display: none;
    z-index: 1000;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 2px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

    .kj-promenu-dropdown-ul .caret, .kj-navbar-right .dropdown-menu .caret {
        float: right;
        font: normal normal normal 14px/1 FontAwesome;
        width: 0px !important;
        height: 0px !important;
        margin-left: 0px !important;
        border-top: 0px !important;
        border-right: 0px !important;
        border-left: 0px !important;
        position: relative;
        display: inline !important;
    }

        .kj-promenu-dropdown-ul .caret:before, .kj-navbar-right .dropdown-menu .caret:before {
            content: "\f105";
        }

.kj-promenu-dropdown:hover .kj-promenu-dropdown-ul {
    display: block;
}

.kj-promenu-dropdown > .kj-promenu-dropdown-ul li {
    position: relative;
}


.kj-promenu-dropdown > .kj-promenu-dropdown-ul > li a {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    padding-left: 30px;
    padding-right: 30px;
}

    .kj-promenu-dropdown > .kj-promenu-dropdown-ul > li a:hover, .kj-promenu-dropdown > .kj-promenu-dropdown-ul li:hover > a,
    .kj-navbar-right .dropdown-menu > li a:hover, .kj-navbar-right .dropdown-menu li:hover > a {
        background-color: #ffffff;
        color: #00adef;
    }

.kj-promenu-dropdown > .kj-promenu-dropdown-ul ul, .kj-navbar-right .dropdown-menu ul {
    position: absolute;
    left: 100%;
    min-width: 100%;
    top: 0px;
    padding: 5px 0;
    display: none;
    z-index: 1000;
    font-size: 14px;
    text-align: left;
    list-style: none;
    margin: 0px;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 2px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.kj-promenu-dropdown > .kj-promenu-dropdown-ul li:hover > ul, .kj-navbar-right .dropdown-menu li:hover > ul {
    display: block;
}

.kj-navbar-right .dropdown-menu {
    border: 0px;
    background: #373737;
    color: #fff;
}

.kj-navbar-right > .dropdown.open > a {
    color: #fff;
    background-color: #fff0;
}

/*.kj-navbar .navbar-nav > li > a:hover::before {
    content: "";
    display: block;
    margin: 0px auto;
    position: absolute;
    bottom: 0px;
    left: 65px;
    width: 5px;
    height: 5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #fcff00;*/


.kj-navbar-right .dropdown-menu a {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
}

.kj-navbar-right .dropdown-menu ul:nth-child(2) {
    border: 1px solid #00adef;
}

.kj-tjcppro:hover {
    box-shadow: 0px 0px 8px rgb(100 100 100 / 20%);
}

.kj-navbar-right .dropdown-menu ul:nth-child(2) > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #333;
}

.kj-serviceonline-navbar {
    line-height: 45px;
    text-align: right;
    font-size: 16px;
    padding-left: 15px;
}


.kj-top-image {
    margin-top: -23px;
}

/*.kj-index-banner {
    margin-bottom: 20px;
}*/

.kj-index-tabs {
    background-color: #fff;
}

    .kj-index-tabs .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #00b1ff;
        border-radius: 0px !important;
        border-left: 0px;
        border-right: 0px;
    }

    .kj-index-tabs .nav-tabs > li.active > a, .kj-index-tabs .nav-tabs > li.active > a:hover, .kj-index-tabs .nav-tabs > li.active > a:focus {
        background-color: #00b1ff;
        color: #fff;
        border-color: #00b1ff;
        border-bottom: 1px solid #00b1ff;
        border-radius: 0px !important;
    }

.kj-index-banner .swiper-pagination-bullet {
    width: 15px;
    height: 16px;
}

.kj-index-banner .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}

.kj-pro-switer-container {
    border-right: 0px solid #dddddd;
    border-left: 0px solid #dddddd;
}
.kj-severice {
    background-color: #f3f3f3;
    margin-left: -130px;
    padding-left: 155px;
    height: 530px;
    padding-top: 120px;
    padding-right: 60px;
    margin-right: 0px;
}
.kj-customer-logo {
    margin-left: 80px;
    margin-top: 60px;
    z-index: 999;
}

.kj-pro-switer-container .swiper-slide:first-child {
    /*border-left: 0px solid #dddddd;*/
}

    .kj-pro-switer-container .swiper-button-prev {
        background-color: #e5e5e5;
        background-image: none;
        text-align: center;
        line-height: 44px;
        left: 0px;
    }

        .kj-pro-switer-container .swiper-button-prev:after {
            content: "\f104";
            font: normal normal normal 14px/1 FontAwesome;
            font-size: 20px;
            color: #555555;
        }

    .kj-pro-switer-container .swiper-button-next {
        background-color: #e5e5e5;
        background-image: none;
        text-align: center;
        line-height: 44px;
        right: 0px;
    }

        .kj-pro-switer-container .swiper-button-next:after {
            content: "\f105";
            font: normal normal normal 14px/1 FontAwesome;
            font-size: 20px;
            color: #555555;
        }

.kj-index-tabs .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
}

.kj-tabpro-swiper-col {
    height: 280px;
}

    .kj-tabpro-swiper-col .kj-pro-href-img {
        height: 180px;
        display: block;
        line-height: 180px;
        text-align: center;
    }

        .kj-tabpro-swiper-col .kj-pro-href-img img {
            max-height: 180px;
            max-width: 95%;
        }

    .kj-tabpro-swiper-col .kj-pro-name-href {
        padding: 8px;
        min-height: 56px;
    }

    .kj-tabpro-swiper-col .kj-pro-price {
        color: red;
        font-size: 18px;
        padding: 8px;
    }

.kj-site-top-dropdown-menu {
    background: rgba(235,122,2,.8);
    white-space: nowrap;
    padding: 5px 8px;
    border-width: 0px;
    top: 100%;
}
.kj-site-top-btn .btn {
    padding: 12px 0px;
}
.kj-navbar-brand {
    padding: 0px 15px !important;
}
.kj-site-top-btn-footer .btn, .kj-site-top-btn-footer .btn:hover, .kj-site-top-btn-footer .btn:focus, .kj-site-top-btn-footer .btn:active,
.kj-site-top-btn-footer.open .btn,
.kj-site-top-btn-footer.open .btn:hover, .kj-site-top-btn-footer.open .btn:focus, .kj-site-top-btn-footer.open .btn:active {
    border-color: transparent !important;
    background-color: transparent !important;
    color: #ffffff !important;
}

.kj-sitetop-dropdown-menu {
    min-width: 270%;
    padding: 14px 0px;
    text-align: center;
    margin: 0px auto;
    background: rgba(235,122,2,.8);
    float: initial;
}
.kj-top-qq-visble {
    background-color: #ffffff;
    color: #eb7a02;
    margin: 10px auto;
    border-radius: 20px;
    padding: 10px 20px;
    white-space: nowrap;
    display: block;
    text-align: center;
}

.kj-content-box1 {
    position: absolute;
    top: 100%;
    right: -71%;
    background: rgba(235,122,2,.8);
    color: #ffffff;
    display: none;
    padding: 10px;
    min-height: 60px;
    min-width: 60px;
    white-space: nowrap;
    z-index: 1000;
}


/*头部*/
.kj-top {
    height: 36px;
    background-color: #333333;
    color: white;
    line-height: 36px;
}
    .kj-top a {
        color: white;
        padding-right: 15px;
        border-right: 1px solid #ccc;
        padding-left: 15px;
    }
    .kj-top a:focus,
    .kj-top a:hover {
        text-decoration: none;
    }

.kj-index-yxdc-drop{
    min-width: 86px;
    left: 10px;

}

/*logo和搜索框*/

.kj-site-btn{
    padding-left:10px;
    margin-right: 65px;

    
}
.kj-site-btn button{
background: none;
    color:#fff;
    border-width:0px;   font-size: 16px;
}
.kj-site-logo{
    padding-left:62px;
    margin-top: 20px;
}
.kj-site-logotext {
    padding-top: 26px;
    padding-left:40px;
    font-size: 20px;
    font-weight: 1000;
    color: #3f3d3e;
}
.kj-site-logotext1 {
    padding-left: 40px;
    color: #3f3d3e;
}


.kj_sear {
    width: 110px;
    height: 30px;
    line-height: 35px;
    margin-top: 25px;
    
}

    .kj_sear input[type="text"] {
        border-right: none;
        box-shadow: none;
    }

    .kj_sear button {
        background: url(../images/sear.png) no-repeat center center;
        width: 34px;
        height: 34px;
        border-left: none;
        border-color: #ccc;
    }


/*导航栏*/
.kj-bannerbox{
    height: 95px;
}
.kj-search-input{
    border:2px solid #0592da;
    border-radius:0px;
    height: 38px;
    padding-left: 30px;
}
.kj-search-btn{
    border-color: #016da5;
    background-color: #016da5;
    color:#ffffff;
    border-radius:0px;
    height: 38px;
}
.kj-index-search .kj-search-btn:focus{
    border-color: #016da5;
    background-color: #016da5;
    color:#ffffff;
}

.kj-search-btn:hover{
    border-color: #0a5ea7;
    background-color: #0a5ea7;
    color:#ffffff;
}

.kj-search-input{
    border:2px solid #0592da;
    border-radius:0px;
    height: 38px;
    padding-left: 30px;
}
.kj-bannercontent{
    color: #0056a3;
    font-size: 28px;
    padding-top: 20px;
}
.kj-bannercontent2{
    color: #666666;
    font-size: 13px;
}
.kj-banner a{
	display: block;
	height: 700px;
}
.kj-banner a>img{
	height: 100%;
}
 .kj-nav {
        background-color: #fff;
        border-color: #fff;
    }
    .kj-nav .navbar-nav > .active > a, .kj-nav .navbar-nav > .active > a:focus, .kj-nav .navbar-nav >li> a:hover {
        background-color: white;
        border-bottom: 2px solid #268537;
        transition: all 0.5s ease 0s;
    }
.kj-input-group {
    border: 1px solid #ddd;
    border-radius: 5px;
}
.kj-fa-sea {
    font-size: 23px;
    color: #747474;
}
.kj-nav .navbar-nav > .open > a, .kj-nav .navbar-nav > .open > a:focus, .kj-navs .navbar-nav > .open > a:hover {
    background-color: white;
}
.kj-nav .navbar-nav a ul li  a{
    color: white;
}
.kj-nav-menulist > .dropdown .dropdown-menu {
    top: 0px;
    left: 100%;
    box-shadow: 3px 8px 15px rgba(150,150,150,0.9);
    background-color: #fff;
    padding: 0px;
}
.kj-nav-menulist > .dropdown > .dropdown-menu {
    top: 120%;
    left: 0px;
    transition: all 0.5s ease 0s;
    display:initial !important;
    opacity:0;
}
kj-com-text {
    padding-top: 20px;
}
.kj-cpmore {
    margin-top: 40px;
    display: block;
    width: 165px;
    text-align: center;
    border: 1px solid #00adef;
    border-radius: 40px;
    height: 42px;
    line-height: 40px;
    color: #ffffff;
    background-color: #00adef;
}
.kj-nav-menulist > .dropdown.open > .dropdown-menu {
    top: 100%;
    display: initial !important;
    opacity: 1;
}
    .kj-nav-menulist > .dropdown .dropdown-menu > li {
        background-color: #fff;
        /*height: 40px;*/
    }
.kj-nav-menulist > .dropdown > .dropdown-menu > li:last-child {
    border-bottom: none;
}
.kj-nav-menulist > .dropdown .dropdown-menu > li > a {
    /*display: block;*/
    font-weight: normal;
    line-height: 34px;
    color: #333;
    text-align: center;
}
.kj-nav-menulist > .open .dropdown-menu > li > a:focus,
.kj-nav-menulist > .open .dropdown-menu > li > a:hover
{
    font-weight:1000;
    color: white;
     background-color: #d2a262;
}

/*.kj-nav-menulist > li:before {
    content: "";
    width: 0;
    height: 2px;
    background: #268535;
    position: absolute;
    bottom: 0;
    left: 20px;
    z-index: 1;
    transition: all 0.5s ease 0s;
}*/
.kj-severice a{
    color:#333;
    list-style:none;
    text-decoration:none;
   
}
.kj-severice p {
    color: #666666;
    line-height: 30px;
}
.kj-nav-menulist > li:hover:before {
    width: 50%;
}
    /* .kj-dropdown {
        border: 1px solid #ddd;
        display: none;
        padding: 0px;
    }
    .kj-dropdown li {

        border-bottom: 1px solid #ddd;
    }
        .kj-dropdown li a{
            line-height:40px;
        }
        .kj-dropdown li:last-child {
            border-bottom: none;
        }
        .kj-dropdown li:hover {
            
            color:white;
        }
.kj-nav .navbar-nav li:hover .kj-dropdown{
    display:block;

}
.kj-dropdown li a:focus,
.kj-dropdown li a:hover{
    background-color: #d2a262;
    color: white;
} */
    /*按钮栏*/
    .kj-navbar .container,
    .kj-navbar .navbar-collapse {
        padding-left: 0px;
        padding-right: 0px;
    }
.kj-logo-area-row {
    height: 100px;
}
.row-vertical-center {
    display: flex;
    align-items: center;
}
.kj-navbar {
    background-color: #00adef;
    border-color: #ffffff;
    margin-bottom: 0px;
    border-width: 0px;
    font-size: 15px;
    color: #333;
}

.kj-search-form .form-control {
    height: 40px;
    border-radius: 0px;
    border-color: #00adef;
    background-repeat: no-repeat;
    background-position: 3% 50%;
    text-indent: 35px;
    border-radius: 3px !important;
    box-shadow: 0px 0px 8px rgb(100 100 100 / 20%);
}

.kj-search-form .kj-btn-topsearch {
    height: 40px;
    border-radius: 0px;
    background-color: #00adef;
    color: #fff;
    border-color: #00adef;
    width: 105px;
}

.kj-search-form-box {
    margin-left: -65px;
    /* margin-top: -8px; */
    margin-right: 18px;
}

.kj-rem {
    color: #999999;
    padding-top: 10px;
    color: #999999;
    padding-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#search-text {
    width: 500px;
    height: 40px;
}

#search-but {
    width: 65px;
    height: 40px;
}


.kj-banner .swiper-pagination-bullet {
    width: 30px;
    height: 5px;
    border-radius: 15px;
    background-color: white;
}
.kj-yxdc-index-newbanner .swiper-pagination-bullet {
    background-color: #035179;
}
/*  */
.kj-index-yxdc {
    padding-top: 95px;
    color: black;
    padding-bottom: 65px;
    background-image: url(../images/1.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 180px;
}
.kj-index-yxdc-desc {
    font-size: 35px;
    color: #1c1d1d;
    font-weight: 1000;
    padding-bottom: 30px;
}
.kj-com-pircture {
    padding-left: 50px;
}
.kj-index-yxdc-desc1 {
    font-size: 20px;
    color: #d4863e;
    text-align: right;
    padding-bottom: 5px;
    border-bottom: 1px dashed #525252;
}
.kj-index-yxdc-desc2 {
    font-size: 14px;
    padding-top: 10px;
    line-height: 30px;
    color: #333333;
}
.kj-index-yxdc-desc3{
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.kj-index-yxdc-text{
    margin-top: 65px;
    font-size: 12px;

}
.kj-index-yxdc-desc4 {
    font-size: 15px;
    color: #d4863e;
    font-weight: 600;
}
.kj-index-yxdc-text1{
    margin-top: 40px;
    font-size: 12px;
    white-space: nowrap;

}
.kj-index-yxdc-desc5{
    padding-right: 70px;
}
.kj-index-yxdc-desc6{
    padding-right: 37px;
    
}
.kj-index-yxdc-col{
 
}
.kj-index-yxdc-desc7{
    font-size: 15px;
}
.kj-index-yxdc-desc8{
    font-size: 20px;
    color: #db751f;
}
.kj-index-yxdc-text2{
    padding-top: 15px;
}

/*收缩*/
@media (min-width: 1920px){
    .kj-top-navbar-container2 {
        width: 1460px;
        margin: 0 auto;
    }
    .kj-top-navbar-containersa {
        width: 1350px;
        margin: 0 auto;
    }

}
@media (max-width: 1800px) {
    .kj-top-navbar-container2 {
        width: 1592px;
        margin: auto;
    }
    .kj-top-navbar-containersa {
        width: 1300px;
        margin: auto;
    }
}

@media (max-width: 1600px) {
    .kj-top-navbar-container2 {
        width: initial;
        margin: 0 auto;
    }
    .kj-top-navbar-containersa {
        width: initial;
        margin: 0 auto;
    }
}
@media (max-width: 1400px) {
    .kj-top-navbar-container2 {
        width: initial;
        margin: 0 auto;
    }
    .kj-top-navbar-containersa {
        width: initial;
        margin: 0 auto;
    }
}
@media (max-width: 1200px) {
    .kj-top-navbar-container2 {
        width: initial;
        margin: 0 auto;
    }
    .kj-top-navbar-containersa {
        width: initial;
        margin: 0 auto;
    }
}
@media (max-width: 992px) {
    .kj-top-navbar-container2 {
        width: initial;
        margin: 0 auto;
    }
    .kj-top-navbar-containersa {
        width: initial;
        margin: 0 auto;
    }
}
@media (max-width: 768px) {
    .kj-top-navbar-container2 {
        width: initial;
        margin: 0 auto;
    }
    .kj-navbar {
        background-color: #fff;
    
    }
    .kj-search-form-box {
        margin-left: 0px; 
         margin-top: -80px; 
       margin-right: 0px; 
    }
    .kj-index-yxdc-desc p img{
        width:100%;

    }
    .btn-search-toggle {
        float: right;
        margin-top: 9px;
        background-color: transparent;
    }
    .kj-top-navbar-containersa {
        width: initial;
        margin: 0 auto;
    }
}
/*-end*/
/* 产品中心催化剂 */
.kj-index-chj-top{
    margin-top: 55px;
}
.kj-index-chj-pro-text{
    font-size: 43px;
    color: #00eaff;
    position:absolute;
    z-index:2;
    text-align: center;
    top: 328px;
    left: 348px;
    
}
/*.kj-yxdc-new {
    margin-left: -80px;
}*/

.kj-index-yxdc-newcontent{

}
.kj-news-nav {
    border-bottom: 0px !important;
}
    .kj-news-nav > li.active > a, .kj-news-nav > li.active > a:hover, .kj-news-nav > li.active > a:focus {
        border: 1px solid #e0e0e0;
        border-radius: 27px;
        background: #278635;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 20px;
        padding: 7px 40px;
    }
    .kj-news-nav > li > a {
        border-radius: 27px;
        background: #ececec;
        color: #222;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 20px;
        padding: 7px 40px;
        border: 0px;
    }
    .kj-index-yxdc-chij-bg {
        background: url(../images/chj.png) no-repeat center center;
        width: 100%;
        height: 754px;
        position: relative;
    }
/* 专项服务 */
.kj-yxdc-service {
    padding-top: 60px;
    background: #ffffff;
    padding-bottom: 40px;
}

.kj-proflnb{
    background:#fff;
}
.kj-cpflij {
    text-align: center;
    padding: 50px 0px 25px 0px;
    box-shadow: 0px 0px 8px rgba(100,100,100,.2);
}
    .kj-cpflij a {
        font-size: 30px;
        font-weight: bold;
        color: #248633;
    }
.kj-more {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #96a29e !important;
    padding-top: 25px;
    display: block;
}
.kj-wz1 {
    color: #1b1c1d;
    font-size: 35px;
    text-align: center;
    font-weight: bold;
}
.kj-wz2 {
    color: #333;
    font-size: 37px;
    text-align: center;
    font-weight: bold;
}
.kj-yxdc-service .kj-hx{
    margin: auto;
    text-align: center;
     font-size: 23px;
   
}
.kj-index-service-content{
    font-size: 15px;
    color: #1b1b1b;
    padding-left: 112px;
    padding-top: 97px;
  
    
}
.kj-index-service-contenttext {
    font-size: 40px;
    color: #d4863e;
}
.kj-index-service-contenttext1{
    
    font-size:40px;
}
.kj-index-service-contenttext2{
 
    color: black;
}
.kj-index-service-contenttext2 .btn-default{
    width: 145px;
    height: 47px;
    background-color: #434343;
    border: 1px solid #434343;
    color: white;
}
.kj-index-service-contenttext2 .btn-default:focus,
.kj-index-service-contenttext2 .btn-default:hover{
     background-color: #515050;
    border: 1px solid #515050;
}
.kj-index-service-contenttext3 {
    font-size: 16px;
    color: #434343;
}

.kj-index-yxdc-service-bg{
    width:100%;
    height: 567px; 
    position: relative;
    margin-top: 10px;
}
.kj-index-yxdc-service-image {
    height: 231px;
    background: rgba(255,255,255,.5);
    margin-top: 43px;
    padding: 70px 70px;
}
.kj-index-yxdc-service-image1 {
    margin: 0px auto;
    width: 100%;
    height: 231px;
    background: rgba(255,255,255,.5);
    margin-top: 28px;
    padding: 70px 70px;
}
.kj-yxdc-page-textpro {
    margin-top: 65px;
    line-height:20pt;
}
.kj-yxdc-btn-shop {
    font-weight: 550;
    font-size: 18px;
    border-radius: 100px;
    background-color: #efefef;
    border-color: #efefef;
    color: #013a64;
    width: 145px;
    text-align: center;
    height: 47px;
    /* position: absolute; */
    /* left: 23%; */
    /* top: 73%; */
    padding-top: 10px;
    box-shadow: 0px 4px 5px rgba(200,200,200,1);
    transition: all 0.5s ease 0s;
}
    .kj-yxdc-btn-shop a:hover {
        background-color: #013a64;
        border-color: #013a64;
        box-shadow: 0px 0px 10px rgba(200,200,200,.5);
    }
/* 行业资讯 */
.kj-index-yxdc-newcontent {
    text-overflow: ellipsis;
    overflow: hidden;
    padding-bottom: 20px;
    background: #f8f8f8;
    padding-left: 15px;
    padding-right: 15px;
}
    .kj-index-yxdc-newcontent a {
        font-size: 17px;
        font-weight: bold;
        color: #565455;
        padding-top: 20px;
        display: block;
    }
.kj-new-data {
    padding: 10px 0;
    font-size: 14px;
    color: #666666;
}
.kj-index-yxdc-newcontent1 {
    margin-top: 17px;
    font-size: 15px;
    color: #666;
    line-height: 20pt;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.kj-index-yxdc-newcontent1 p {
    margin: 0px;
    padding: 0px;
    line-height: 28px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
}
    .kj-index-yxdc-new {
        font-size: 12px;
    }
.kj-index-yxdc-newcontent2{
    color: #0a3661;
    font-size: 14px;
    padding-top: 26px;
    font-weight: 600;

}
.kj-index-newitem{
    line-height:40px;
    font-weight:bold;
   white-space:nowrap;
   text-overflow:ellipsis;
   overflow:hidden;
}
    .kj-index-newitem a:hover{
        color:#d2a262;
    }
    .kj-index-yxdc-new-col {
        margin-top: 15px;
    }
        .kj-index-yxdc-new-col a {
            font-size: 15px;
            color: #373536;
            text-decoration: none;
            padding-left: 6px;
        }
.kj-index-yxdc-new-col   a:focus,
.kj-index-yxdc-new-col   a:hover
{
    color: #d0a15f;
}
.kj-index-yxdc-btn{
    padding-top: 41px;
    text-align: center;
    margin-bottom:87px;
}
.kj-index-yxdc-btn .btn-default{
    width: 91px;
    height: 29px;
    border-radius: 10px;
    font-weight: 600;
    padding: 0px;
}
.kj-index-yxdc-service-img{
    margin-top: 20px;
}
.kj-index-yxdc-new-text{
    border-left:1px solid #bcbcbc;
}
.kj-index-newcap{
   padding-left:15px !important; padding-right:15px !important;
   padding-bottom:20px !important;
}
.kj-yxdc-hyzx-picture{
        border-top-left-radius: 10px;
    border: 1px solid #ddd;
    border-top-right-radius: 10px;
    border-bottom: none;
}
/* banner图 视频  */
.kj-index-banner-video{
    
    margin-bottom: 86px;
}
#swiper2{
    padding-top:40px;
}
.videobox video {
    width: 600px;
    height: 376px;
    margin: 0px auto;
}
video {
    display: inline-block;
    vertical-align: baseline;
}


.kj-index-banner-video .swiper-pagination-bullet {
     width: 50px;
    height: 5px;
     border-radius: 20%;
    background-color: #003466;
    text-align: center;
    margin-top: 34px;
}
.footer {
    background: #1f1f1f;
    color: #fff;
    /* padding-top: 8px; */
    margin-top: 25px;
    border-top: 1px solid #333;
    padding-top: 21px;
    font-size: 16px;
}
/* 底部 */
.kj-index-yxdc-bottom {
    padding-top: 34px;
    color: white;
    background-image: url(../images/bj.jpg);
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
}
.kj-index-yxdc-bottom-content{
    padding-top: 9px;
    padding-bottom: 2px;
    font-size: 23px;
    color: white;
    font-weight: 600;
}
.kj-index-yxdc-bottom-content1{
    font-size: 12px;
    color: white;
}

.kj-index-yxdc-bottom-content3{
    padding-top: 8px;
   padding-left: 19px;
}
.kj-index-yxdc-bottom-content4{
    padding-left: 35px;
}
.kj-index-order-text{
    font-size: 13px;
   
    white-space: nowrap;
}
.kj-index-yxdc-qyfc{
    padding-left: 211px;
}
.kj-index-yxdc-bottom-text{
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
}
.kj-index-yxdc-bottom-text2 {
    padding-bottom: 6px;
}
    .kj-index-yxdc-bottom-text2 a {
        font-size: 15px;
        color: #8d8d8d;
    }
.kj-index-yxdc-bottom-content5{
    padding-top: 27px;
    padding-bottom: 13px;
}
    .kj-index-yxdc-bottom-content5 a {
        font-size: 15px;
        color: #8d8d8d;
    }

.kj-index-yxdc-bottomconnect {
    font-size: 15px;
    color: #8d8d8d;
}
.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: 14px;
        font-weight: 400;
        border: none;
        width: 12%;
        line-height: 36px;
        color: #999999;
    }

    .kj-prodetail-table > tbody > tr > td {
        font-size: 14px;
        border: none;
        line-height: 36px;
        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-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-footer-wechat {
    padding-right: 10px;
    vertical-align: middle
}

/* 企业风采 */
.kj-yxdc-qyfc-text {
    font-size: 33px;
    padding-top: 50px;
    text-align: center;
}
.kj-yxdc-qyfc-content{
    font-size: 16px;

}
.kj-yxdc-qyfc-text2{
    padding-top: 25px;
}
.kj-yxdc-qyfc-text3{
    padding-top: 59px;
    padding-bottom: 153px;
}
.kj-yxdc-qyfc-text4{
    font-size: 33px;
    color: #d32f2e;

}

/* 行业资讯 */
.kj-hyzx-yxdc-text{
        margin-top: -17px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #999;
}
/* 科技研发 */
.kj-yxdc-kjyf-text{
    font-size: 15px;
    margin-top: 45px;
    margin-bottom: 45px;

}
.kj-yxdc-kjyf-col{
    margin-bottom: 34px;
}
.kj-yxdc-kjyf-col1{
    margin-top: 18px;
    font-size: 16px;
    
}
.kj-yxdc-kjyf-bottom{
    margin-bottom: 91px;
}

/* 战略合作 */
.kj-yxdc-zlhz-text{
    padding-top: 37px;
    padding-bottom: 291px;
}
.kj-yxdc-zlhz-text1{
    padding-top: 37px;
}
.kj-yxdc-zlhz-text2{
    padding-top: 53px;
}
/* 人才计划 */
.kj-yxdc-rcjh-top{
    margin-top: 41px;
    margin-bottom: 92px;
}
.kj-yxdc-rcjh-col{
    margin-top: 18px;
    margin-bottom: 121px;
}
.kj-yxdc-rcjh-col1{
    margin-top: 18px;
    margin-bottom: 34px;
}
/* 联系我们 */
.kj-yxdc-lxwm-content{
    margin-top: 41px;
}
.kj-fa-phone{
    color: #aeb6be;
    font-size: 16px;
    margin-right: 16px;
}
.kjyxdc-lxwm-text{
    font-size: 16px;
    color: #666;
    margin-bottom: 22px;
}

.kj-yxdc-lxwm-col{
    margin-bottom: 126px;
    margin-top: 26px;
}
/* 产品中心 */
.kj-yxdc-cpzx-text {
    font-size: 26px;
    color: #333;
    /* margin-top: 32px; */
    margin-bottom: 21px;
    font-weight: bold;
}
    .kj-yxdc-cpzx-text a {
        color: #333;
    }
.kj-menu ul li > dl a {
    width: 100%;
    height: 100%;
    color: #847f7f !important;
    font-size: 15px;
    text-decoration: none;
    display: block;
    border-top: 1px solid #e8e8e8;
    /* margin-top: -1px; */
    /* border-bottom: 0px; */
    padding: 10px;
    font-weight: 400;
    background: #fff;
}
.kj-menu .list-group-item:hover{
    background: #278635;
    line-height: 35px;
    text-indent: 6px;
    box-shadow: 0px 0px 8px rgba(100,100,100,.2);
    color: #fff !important;
}
.kj-menu .list-group-item.active {
    background: #278635;
    line-height: 35px;
    margin-left: 1px;
    border-color: #fff;
    text-indent: 6px;
    box-shadow: 0px 0px 8px rgba(100,100,100,.2);
    color: #fff !important;
}
.kj-menu .list-group-item:hover > a {
    color: #fff;
}
.kj-menu .active .kj-produturl {
    color: #fff !important;
    color: #fff !important;
    padding: 10px 12px;
    border-left: 3px solid red !important;
    margin-left: -23px;
    /* line-height: 37px; */
    display: inline;
    padding-top: 19px;
    padding-bottom: 10px;
    padding-left: 12px;
}
.kj-menu .list-group-item {
    background: #fff;
    line-height: 35px;
    border: 1px solid #eeeeee;
    color: #847f7f !important;
    text-indent: 6px;
    box-shadow: 3px 4px 7px rgba(100,100,100,.2);
}
    .kj-menu .list-group-item a {
        color: #333;
    }
    .kj-menu .list-group-item li>span {
        color: #333;
    }
.kj-menu ul li > dl {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0px;
    margin-bottom: -10px;
}
    .kj-yxdc-cpzx-text1 {
        font-size: 16px;
        padding-left: 0px;
        padding-right: 0px;
    }
.kj-yxdc-cpzx-list.active, .kj-yxdc-cpzx-list.active:focus, .kj-yxdc-cpzx-list.active:hover{
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
    background-color: #d2a262;
    border-color: #d2a262;
}
.kj-yxdc-cpzx-list:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    font-weight: 800;
}
.kj-yxdc-cpzx-list:last-child {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}


.kj-yxdc-cpzx-list {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 4px;
    background-color: #bfbfbf;
    border: 1px solid #ddd;
    height: 52px;
    line-height: 36px;
}
a.kj-yxdc-cpzx-list, button.kj-yxdc-cpzx-list {
    color: white;
    font-weight: 800;
}
.kj-yxdc-cpzx-list a:focus,
.kj-yxdc-cpzx-list a:hover{
    color: white;
}
.kj-index-col{
    margin-bottom: 0px;
    border-width: 0px;
}
/*.kj-index-rec-th:hover{

    box-shadow: 0px 0px 10px rgba(200,200,200,.5);
}*/
.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: #027acf;
    }
.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;
}
.kj-prolist-item:hover {
    box-shadow: 0 0 8px #00adef;
    transform: scale(0.8);
    transition: 0.2s;
}
.kj-index-rec-price a {
    color: #d2a262;
    font-size: 14px;
}
.kj-index-col a>img, .kj-index-col>img {
    border-top: 2px solid #dbdbdb;
    transition: all 0.5s ease 0s;
}

/* 产品展示 */
.kj-yxdc-cpzs-text{
    margin-top: 30px;
    
}
.kj-yxdc-cpzs-content2{
    margin-bottom: 120px;
}
/* 搜索结果 */

a.kj-yxdc-search-list, button.kj-yxdc-search-list{
    font-weight: 600;
    text-align: center;

}
/* 产品详情 */
.kj-yxdc-detail-text {
    font-weight: bold;
    font-size: 28px;
    color: #333;
    margin-bottom: 17px;
}
.kj-yxdc-detail-text1{
    margin-bottom: 27px;
    font-size: 14px;
    white-space: nowrap;
}
.kj-yxdc-detail-con .kj-btn-hot-shop:focus,
.kj-yxdc-detail-con .kj-btn-hot-shop:hover{
     background-color: #d2a262;
    border: 1px solid #d2a262;
    color: white;
}
.kj-btn-hot-shop{
    margin-right:13px;
    font-size: 15px;
    color: #333;
    text-align: center;
    height: 47px;
    background-color: white;
    border-color: #d2a262;
    width: 168px;
    font-weight:bold;
    border-radius: 2px;
    line-height: 36px;
}
.kj-yxdc-detail-col{
 
}
/* 产品详情 */
.kj-yxdc-detail-pro-info{
    margin-top: 23px;
    margin-bottom: 23px;
    font-size: 24px;
    color: #013a64;
}
.kj-detail-item1 {
    width: 9%;
    background-color: #ffffff;
    /* font-weight: 600; */
    white-space: nowrap;
    color: #333333;
    text-indent: 23px;
}

.kj-yxdc-detail-bottom{
    margin-bottom: 55px;
}


.kj-top-navbar-container1 .fa-stack {
    border: 2px solid #ffffff;
    border-radius: 30px;
    overflow: hidden;
    line-height:35px;
}

@keyframes run {
    0% {
        padding-top: 0px;
        opacity: 0;
    }

    50% {
        padding-top: 10px;
        opacity: 0.8;
    }

    100% {
        padding-top: 20px;
        opacity: 0;
    }
}
.kj-hx{
    height:35px;
}
.kj-hx-item {
    transform: translateX(-50%);
    /* z-index: 55; */
    opacity: 0;
    padding-top: 0px;
    font-size: 23px !important;
    -webkit-animation: run 1s infinite linear;
    -moz-animation: run 1s infinite linear;
    -ms-animation: run 1s infinite linear;
    -o-animation: run 1s infinite linear;
    animation: run 1s infinite linear;
}
/*促销产品*/
.kj-promote {
    padding-bottom: 15px;
}

.kj-desc{
    color: #333333;
    font-size: 20px;
    font-family: Regular;
    margin-top: 30px;
}
.kj-desc2{
    color: #999;
    font-size: 14px;
    font-family: Regular;
    margin-top: 30px;
}
.kj-desc2 a{
    color: #999;
}

.kj-line{
    height: 2px;
    width: 100%;
    background-color:#095da7 ;
    margin: auto;
    margin-top: 64px;
}
.kj-index-thumbnail{
    border-radius: 0px;
    margin-bottom: 40px;
    padding: 8px;
     box-shadow: 0px 0px 10px rgba(200,200,200,.5);
     border-width: 0px;
     transition: all 0.5s ease 0s;

}
.kj-index-thumbnail:hover{

    box-shadow: 0px 0px 20px rgba(56,53,53,.5);
}

.kj-index-thumbnail:hover .kj-btn-shop{
    background-color: #013a64;
    border-color: #013a64;
    color:#ffffff;
}
.kj-index-pro-link{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color:#333333;
    line-height: 41px;
    font-size: 14px;
}
.kj-index-pro-link a{
    color:#333333;
    
}
.kj-index-pro-text{
    font-size: 12px;
     color:#666;
}
.kj-index-price{
    color:#ea0000;
    font-size: 16px;
    line-height: 40px;
}
.kj-btn-shop{
    font-weight: 550;
    font-size: 18px;
    border-radius: 100px;
    background-color: #efefef;
    border-color:#efefef;
    color: #013a64;
    width: 50%;
    text-align: center;
    height: 48px;
    position: absolute;
    left: 23%;
    top: 73%;
    padding-top: 10px;
     box-shadow: 0px 4px 5px rgba(200,200,200,1);
     transition: all 0.5s ease 0s;
}

.kj-btn-shop a:hover{
    background-color: #013a64;
    border-color:#013a64;
    box-shadow: 0px 0px 10px rgba(200,200,200,.5);
}


/*推荐产品*/

 .kj-rec-desc{
    color: #333333;
    font-size: 20px;
    margin-bottom: -1px;
 
}
.kj-rec-desc a{
    color: #333;
    padding:15px 15px !important;
}
.kj-rec-desc a:hover{
    color: #00294f;
    text-decoration: none;
}


.kj-index-col{
    margin-bottom: 0px;
    border-width: 0px;
}




.kj-index-rectab{
    width: 140px;
    text-align: center;

}
.kj-rec-desc>li.active>a{
    border-left: hidden;
    border-top: hidden;
    border-right: hidden;
}
.kj-rec-desc>li.active>a:focus,.kj-rec-desc>li.active>a:hover{
    border-left: hidden;
    border-top: hidden;
    border-right: hidden;
    border-bottom-color: #00294f;
    color: #00294f;
}

 

/*新闻资讯*/
.kj-new{
    padding-bottom: 15px;
    padding-top: 53px;
}
.kj-new-desc{
    color: #333333;
    font-size: 20px;
    font-family: Regular;
    
 
}
.kj-new-desc2{
    color: #999;
    font-size: 14px;
    font-family: Regular;  
}
.kj-new-desc2 a{
    color: #999;
}



.kj-new-col{
    margin-bottom: 29px;
  padding:0px;
  border-radius:10px;
  overflow:hidden;
    
}

.thumbnail .kj-new-col{
    padding-left: 0px;
    padding:0px;
    
}





.kj-index-newpro-link{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 60px;
    font-size: 16px;
  
}
.kj-index-newpro-link a{
    color:#333333;
    
}
.kj-index-newpro-text {
    text-overflow: ellipsis;
    font-size: 14px !important;
    color: #999 !important;
  min-height:79px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.kj-index-newpro-text a{
     color:#999 !important;
}
    .kj-index-newpro-text p {
        margin: 0px !important;
        padding: 0px !important;
        font-size: 14px !important;
        color: #999 !important;
        line-height:initial !important;
    }
        .kj-index-newpro-text span{
            display:initial !important;
        }

        .kj-index-newcontent {
            color: #999;
            font-size: 14px;
            font-family: Regular;
            margin-top: 30px;
            text-align: center;
        }
.kj-index-newcontent a{
    color: #999;
}

/*订购指南*/
.kj-bz{
    margin-bottom: 20px;
    margin-top: 30px;
    background-color: white;
}
.kj-bz-po{
   float: left;
   width: 20%;
    vertical-align: middle;
}
.kj-intro{
    float: right;
    width:80%;
    padding-top: 5px;
    padding-left: 15px;

}
.kj-index-bz-desc{
    font-size: 18px;
    color: #333333;
}
.kj-index-bz-desc1{
    font-size: 14px;
    color: #666666;
}
.kj-orderbg{
     background-color: #f6f6f6;
     padding-bottom: 15px;  
}

.kj-ordercontent{
    padding-top: 20px;
    font-size: 13px;
    line-height: 22px;
    
}
.kj-ordercontent a{
    color: #999999;
}

.kj-position{
    margin-top: 20px;
}
/*底部*/
.kj-copy{   
    text-align: center;
    line-height: 30px;
    
}

.kj-bottom-text{
    font-size: 13px;
    color: #eb0000;
    margin-top: -30px;
}
.kj-index-bottomimg{
    height: 80px;
    line-height: 80px;
    text-align: center;
}

/*悬浮kj-index-yxdc-service-bg*/
.kj-connect{
    position:fixed;
	top:250px;
    right:0px;
    z-index: 1000;
}
.kj-connect-content {
    height: 65px;
    width: 65px;
    text-align: center;
    position: relative;
    border: 1px solid #dadada;
    border-bottom: hidden;
    color: rgba(181,190,195,.8);
    background: #fff !important;
}
    .kj-connect-content:hover {
        background: rgba(249,17,17,.8);
        border: rgba(249,17,17,.8);
    }
.kj-content-box {
    position: absolute;
    top: 0px;
    right: 100%;
    color: #fff;
    opacity: 0;
    padding: 10px;
    left: -131px;
    min-height: 60px;
    min-width: 60px;
    white-space: nowrap;

}
    .kj-content-box a {
        color: #fff;
    }
     .kj-connect-content:hover .kj-content-box {
      opacity:1;
    }
.kj-float-qq-visble {
    background-color: #fff;
    color: rgba(249,17,17,.8);
    margin: 10px auto;
    border-radius: 20px;
    padding: 10px 20px;
    white-space: nowrap;
    display: block;
    text-align: center;
}



.kj-contenttext {
    font-size: 12px;
    color: #a1a1a1;
}



#kj-qq {
    font-size: 25px;
    padding-top: 10px;
    color: #a1a1a1;
}
#kj-phone {
    font-size: 25px;
    padding-top: 10px;
    color: #a1a1a1;
}
#kj-qr {
    font-size: 25px;
    padding-top: 10px;
    color: #a1a1a1;
}
#kj-up {
    font-size: 25px;
    padding-top: 10px;
    color: #a1a1a1;
}
.kj-connect-con {
    height: 160px;
    width:65px;
    text-align: center;
    position: relative;
    /* background-color: #dff0f8;
    border: 1px solid #697a82; */
    margin-bottom: 17px;
}
.kj-index-connect-con{
    margin-top: 8px;
    font-size: 15px;
}


.kj-connect-content1 {
    height: 65px;
    width:65px;
    text-align: center;
    position: relative;
    border: 1px solid #dadada;
    background:#fff;
}
    .kj-connect-content1:hover {
        background: rgb(0 173 239);
        border: rgb(0 173 239);
        color: #fff;
    
    }
    .kj-connect-content1:hover #kj-qr {
        color: #fff;
    }
    .kj-connect-content1:hover .kj-contenttext {
        color: #fff;
    }
.kj-conntent-detail {
    position: absolute;
    top: 0px;
    right: 64px;
    width: 135px;
    padding: 6px;
    background-color: #fff;
    display: none;
    border: 1px solid #eb7a02;
    background-color: #fff;
}

.kj-connect .kj-connect-content .kj-contenttext:focus .kj-conntent-detail,
.kj-connect .kj-connect-content .kj-contenttext:hover .kj-conntent-detail
{
  display: block;
}
.kj-index-logo{
   text-align: center;
   margin: auto;
   margin-top: 11px;
}
.kj-connect-con .btn-default{
    background-color: rgba(255,255,255,.8);
    border-color: #6b7a83;
}
.kj-connect-con .open>.dropdown-toggle.btn-default:focus,
.kj-connect-con  .open>.dropdown-toggle.btn-default:hover{
    background-color: rgba(255,255,255,.8);
    border-color: #6b7a83;

}
.kj-yxdc-index-nav-menulist > .dropdown .dropdown-menu {
    top: 0px;
    left: 0%;
}
.kj-yxdc-index-nav-menulist> .dropdown > .dropdown-menu {
    top: 0%;
    left: -127%;

}

.kj-index-dropup .dropdown-menu{
    top: 0;
     
   bottom:initial;
    left:initial;
    right:60px;

}
    .kj-index-dropup .dropdown-menu :last-child {
        top: auto;
        bottom: 0%;
        margin-bottom: 2px;
        left: -100%;
        padding:0px;
    }
   
    .kj-yxdc-index-connect-drop {
        padding: 0px;
    }
.kj-yxdc-index-connect-drop>li>a {
    line-height: 34px;
    text-align: center;
}
.kj-yxdc-index-connect-drop>li>a:focus, .kj-yxdc-index-connect-drop>li>a:hover {
    color: white;
    background-color: #d2a262;
}

.kj-index-dropup .kj-index-yxdc-drop-menu{
    top: auto;
    bottom: -207%;
    left: -102%;

}
.kj-index-yxdc-drop-menu{
    padding: 0px;
}
.kj-index-yxdc-drop-menu li a{
    text-align: center;
    line-height: 34px;
}
.kj-index-yxdc-drop-menu>li>a:focus, .kj-index-yxdc-drop-menu>li>a:hover {
    color: white;
    text-decoration: none;
    background-color: #d2a262;
}




/*detail页面*/
.kj-detail-desc{
    height: 55px;
    border-top: 1px solid #c0c0c0;
    line-height: 55px;
    font-size: 14px;
    color: #333;
}
/*按钮部分*/
.kj-detail-navbar .container,
.kj-detail-navbar .navbar-collapse{
    padding-left: 0px;
    padding-right:0px;
}
.kj-detail-navbar{
    background-color: #ffffff;
    border-color: #ffffff;
    margin-bottom: 0px;
    border-width: 0px;
    font-size: 16px;
    color: #333;
}
.kj-detail-navbar .navbar-nav>li>a{
   
    padding-right: 40px;
    
}

/*甲醇部分*/


.kj-yxdc-detail-text1 {
    margin-bottom: 27px;
    font-size: 14px;
    white-space: nowrap;
}

.kj-yxdc-detail-con .kj-btn-hot-shop:focus,
.kj-yxdc-detail-con .kj-btn-hot-shop:hover {
    background-color: #00adef;
    border: 1px solid #00adef;
    color: white;
}

.kj-btn-hot-shop {
    margin-right: 13px;
    font-size: 15px;
    color: #333;
    text-align: center;
    height: 47px;
    background-color: white;
    border-color: #00adef;
    width: 168px;
    font-weight: bold;
    border-radius: 2px;
    line-height: 36px;
}

.kj-yxdc-detail-col {
}
/* 产品详情 */
.kj-yxdc-detail-pro-info {
    margin-bottom: 20px;
    font-size: 24px;
    color: #00adef;
    margin-top: 20px;
}

.kj-detail-item1 {
    width: 10%;
    background-color: #f9fafd;
    font-weight: 600;
    white-space: nowrap;
    border: 1px solid #ccc !important;
}

.kj-detail-nav-ta-content {
    font-size: 14px;
}

.kj-yxdc-detail-bottom {
    margin-bottom: 55px;
}


.kj-top-navbar-container1 .fa-stack {
    border: 2px solid #ffffff;
    border-radius: 30px;
    overflow: hidden;
    line-height: 35px;
}

@keyframes run {
    0% {
        padding-top: 0px;
        opacity: 0;
    }

    50% {
        padding-top: 10px;
        opacity: 0.8;
    }

    100% {
        padding-top: 20px;
        opacity: 0;
    }
}

.kj-hx {
    height: 35px;
}

.kj-hx-item {
    transform: translateX(-50%);
    /* z-index: 55; */
    opacity: 0;
    padding-top: 0px;
    font-size: 23px !important;
    -webkit-animation: run 1s infinite linear;
    -moz-animation: run 1s infinite linear;
    -ms-animation: run 1s infinite linear;
    -o-animation: run 1s infinite linear;
    animation: run 1s infinite linear;
}
/*导航产品详情*/
.kj-detail-probg{
    background-color: #f5f5f5;
    font-size: 16px;
    border: 1px solid #e5e5e5;
}

.kj-detail-probg a{
    color: #333;

}
.kj-detail-probg a:hover{
    color: #0a5ea7;

}
.kj-detail-navtable{
    font-size: 14px;
    color: #666;
    padding-top: 30px;
    border: 1px solid #e5e5e5;
    padding: 30px;
    border-top: hidden;
    
}
.kj-detail-nav-ta-content > tbody > tr > td {
    padding: 10px;
}

.kj-detail-navtab{
    width: 200px;
    text-align: center;
}
.kj-detail-probg>li.active>a:focus,.kj-detail-probg>li.active>a:hover{
    color: #0a5ea7;
}
/*相关产品*/
.kj-detail-relatepro{
    height: 75px;
    font-size: 20px;
    color: #333;
    padding-top: 40px;
}
.kj-detail-relate-pro-thumbnail{
    border: 0px;
}

.kj-detail-promotion .swiper-button-prev,
.kj-detail-promotion .swiper-button-next
{
     color: #9a9a9a;
     
}
.swiper-button-prev{

    left: 0!important;
   

}

.swiper-button-next{

    right: 0!important;

}
.kj-detail-promotion{
    position: relative;
}

/* biology页面 */
/* biology页面分类 */
.kj-biology-sort{
    font-size: 12px;
    color: #333;
    
}


.kj-biology-sort-desc{
    color: #999;
}
.kj-biology-sort-desc1{
    background-color: #0a5ea7;
    color: white;
    margin-left: 20px;
    margin-right: 20px;
    padding: 5px;
}
.kj-biology-sort-desc2  {
    padding-right: 25px;
}
.kj-biology-sort-desc2 a {
    color: #333;
}

.fa-angle-double-down {
    font-size: 15px;
    color: #00adef;
}
.kj-biology-sort-con{
    border: 1px solid #d9d9d9;
    border-top: 2px solid #d9d9d9;
    padding-top: 10px;
    padding-bottom: 10px;
    padding: 10px;
}
.kj-biology-sort-con1{
    border: 1px solid #d9d9d9;
    border-top: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
    padding: 10px;
}
.kj-product-fliter {
    border: 1px solid #ddd;
    border-top: 2px solid #ddd;
}
.kj-filter-col{
    border-bottom: 1px solid #ddd;
}
.kj-product-fliter th {
    font-weight: normal;
    font-size: 12px;
    color: #999;
    padding: 10px;
}
.kj-product-fliter td {
    font-size: 12px;
    vertical-align: middle;
    padding: 10px;   
}
.kj-product-fliter td a {
    display: block;
    float: left;
    padding: 2px 10px;
    margin: 3px 10px;
}
.kj_jgigjik {
    height: 25px;
    overflow: hidden;
}
.kj-product-fliter td a.kj_product_show1 {
    float: right;
    color: #0a5ea7;
}


.kj-product-fliter a{
    color: #333333;
}
.kj_jgigjik a.active {
    background-color: #0a5ea7;
    color: #fff;
}

/* 甲醛 */
.kj-biology-formalin{

    margin-top: 21px;

}
.kj-biology-formalin-mb{
    font-size: 14px;
    color: #999999;
    padding-left: 35px;
}
.kj-biology-formalin-media{
    font-size: 16px;
    color: #333333;
   
}
.kj-biology-formalin-media-text{
    padding-left: 25px;
}
.kj-biology-formalin-media-text1{
    padding-left: 25px;
}


.kj-biology-formalin-main{
        border: 1px solid #d9d9d9;
        padding: 25px;

}

.kj-biology-formalin .media-object{
    padding-left: 32px;

}
.kj-biology-formalin-second{
   
    font-size: 12px;
   padding: 25px;
    border: 1px solid #d9d9d9;
}
.kj-biology-formalin-desc{
    color: #0a5ea7;
    padding-right: 35px;
    
}
.fa-plus-square{
    color: #0a5ea7;
}
.kj-biology-formalin-table{
    background-color: #f9f9f9;
    margin-top: 15px;
}
.kj-biology-formalin-third{
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed ;
    padding-top: 16px;
    padding-bottom: 16px;
}
.kj-biology-formalin-forth{
    border-bottom: 1px solid #ededed ;
    padding-top: 16px;
    padding-bottom: 16px;
}
.kj-biology-formalin-fifth{
    padding-top: 16px;
    
}

/* 甲醇钠 */
.kj-biology-sodium{
    margin-top: 21px;

}
.kj-biology-sodium-second{
    font-size: 12px;
    border: 1px solid #d9d9d9;
    padding: 25px;
}
.kj-biology-sodium-third{
    font-size: 12px;
    border: 1px solid #d9d9d9;
    border-top: hidden;
    padding: 25px;
}
/* 分页 */
.kj-biology-pagin-main{
    margin-right: 12px;
    border-radius: 5px;
    color: #666;
    font-size: 14px;

}
.kj-biology-pagin-text>li>a{
    color: #666;
}
.kj-biology-pagin-text>li>a:focus,
.kj-biology-pagin-text>li>a:hover{
    color: white;
    background-color: #095da7;
}

/* 更多下拉 */
.kj-section {
    height: 50px;
    font-size: 12px;
	overflow: hidden;
	-webkit-transition: .35s;
    transition: .35s;
    border: 1px solid #ddd;
}
.kj-section1 {
    height: 50px;
    font-size: 12px;
	overflow: hidden;
	-webkit-transition: .35s;
    transition: .35s;
    border: 1px solid #ddd;
    border-top: hidden;
}
.kj-title {
	padding: 25px;
	cursor: pointer;
	width: 100%;
	text-transform: capitalize;
	position: relative;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
    z-index: 10;
    margin-top: -10px;
}
.open .kj-title:before {
	height: 0;
}

.kj-body {
	padding: 20px 20px 40px;
	color: #777;
	-moz-transform: translateY( -100% );
	-ms-transform: translateY( -100% );
	-webkit-transform: translateY( -100% );
	transform: translateY( -100% );
	overflow: hidden;
	-webkit-transition: .35s;
	transition: .35s;
}	
.kj-section.open {
	height: 220px;
}
.kj-section1.open {
	height: 220px;
}
.open .kj-body {
	-webkit-transform: none;
	-ms-transform: none;
	-moz-transform: none;
	transform: none;
}
.kj-biology-formalin-table1{
    background-color: #f9f9f9;

}

/* search页面 */
.kj-search-desc{
    font-size: 24px;
    color: #0a5ea7;
    padding-bottom: 16px;
}
.kj-index-fa-size{
    font-size:21px;
}
/*底部导航宽度*/
.kj-bottom-box {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px){
    .kj-bottom-box{
        width: 750px;
     }
}
@media (min-width: 992px){
    .kj-bottom-box{
        width: 970px;
     }
}
@media (min-width: 1200px){
    .kj-bottom-box{
        width: 1170px;
     }
     .kj-index-yxdc-bottomconnect2{
         margin-left: -41px;
     }
     .kj-index-yxdc-bottomconnect3{
         
     }
}
@media (min-width: 1400px){
    .kj-bottom-box{
        width: 1300px;
     }
      .kj-index-yxdc-bottomconnect3{
          
     }
}
@media (min-width: 1600px){
    .kj-bottom-box{
        width: 1530px;
     }
      .kj-index-yxdc-bottomconnect3{
        
     }
   
}
.kj-bottom-box .row {
    margin-left: 0px;
    margin-right: 0px;
}

/*.kj-index-order-text {
    border-bottom: 1px solid #758c9e;
}*/
.kj-bottom-col-box{
    padding-left:0px;
    padding-right:0px;
    margin-bottom:10px;
}
/*底部导航宽度*/
/*导航条*/
.kj-navbar-brand {
    height: initial;
}
.kj-navbar-box {
    background-color: #fff;
    border-color: #fff;
    margin-bottom: -1px;
}
.kj-navbar-searchbox {
    padding-top: 20px;
    width: 295px;
}
    .kj-navbar-searchbox .input-group-addon {
        border-width: 0px;
        background-color: #ffffff;
        color: #009bff;
        font-size:16px;
    }
    .kj-navbar-searchbox  .kj-btn-default{
        border-width:0px;
    }
    .kj-navbar-searchbox .kj-navbar-input {
        width: 100px;
    }

.kj-nav-menulist>li>a{
    padding-top: 35px;
    padding-bottom: 35px;
    font-size:16px;
}
.kj-nav-menulist>li>a{
         font-size:16px;
         font-weight:600;
     }
     .kj-logo-pc{
         height: 40px;
     }

.kj-nav-menulist > li > a {
    font-size: 13px;
    padding-left: 5px;
    padding-right: 5px;
}
.kj-nav-menulist > li > a{
    /*border-bottom:5px solid #ffffff;*/
    
}
.kj-nav-menulist > li:hover > a {
    /*color: white !important;*/
    /*background-color: #d2a262 !important;*/
    /*padding-bottom: 30px;
    border-bottom: 5px solid #d4863e !important;*/
    background-color:#fff !important;
}

.kj-nav-menulist li ul span.fa {
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg); /* IE 9 */
    -moz-transform: rotate(-90deg); /* Firefox */
    -webkit-transform: rotate(-90deg); /* Safari 和 Chrome */
    -o-transform: rotate(-90deg); /* Opera */
    position: absolute;
    top: 12px;
    right: 10px;
}
.kj-form-control {
    border-color: #333;
}
     .kj-btn-default{
         border-color: #00000000;
         border-left-color: #333;
         
     }

     
    .kj-top-navbar-container{
        width: 750px;
     }
.input-group .kj-form-control:first-child {
    border-radius: 4px;
    border: 0px;
    color: #999999;
}
     .kj-btn-default:hover,
     .kj-btn-default:focus,
     .kj-btn-default:hover {
    color: #333;
    background-color: #000;
    border-color: #000;
}
.kj-nav-menulist li .dropdown-menu > li > a {
    padding: 0px;
}


    @media (min-width: 992px) {
        .kj-top-navbar-container {
            width: 970px;
        }
        .kj-nav-menulist > li > a {
            font-size: 13px;
            padding-left: 5px;
            padding-right: 5px;
        }


    }

    @media (min-width: 1200px) {
        .kj-top-navbar-container {
            width: 1170px;
        }
        .kj-nav-menulist > li > a {
            font-size: 14px;
            padding-left: 2px;
            padding-right: 2px;
        }
        /*.kj-navbar-searchbox {
    
            width: 240px;
        }*/
     
    }

    @media (min-width: 1400px) {
        .kj-top-navbar-container {
            width: 1300px;
        }

        .kj-logo-pc {
            height: 45px;
        }

        .kj-nav-menulist > li{
            font-size:14px;
            padding-left: 7px;
            padding-right: 7px;
        }
        .kj-nav-menulist li .dropdown-menu > li > a {
            padding: 3px 20px;
        }
      
    }

    @media (min-width: 1600px) {
        .kj-top-navbar-container {
            width: 1530px;
        }

        .kj-nav-menulist > li{
            font-size: 16px;
            padding-left: 13px;
            padding-right: 13px;
        }

        .kj-logo-pc {
            height: 51px;
        }
        .kj-nav-menulist li .dropdown-menu > li > a {
            padding: 3px 20px;
        }
       
    }

    @media (min-width: 1800px) {
        .kj-top-navbar-container {
            width: 1640px;
            margin: auto;
        }

        .kj-nav-menulist > li {
            padding-left: 20px;
            padding-right: 20px;
        }
        .kj-nav-menulist li .dropdown-menu > li > a {
            padding: 3px 20px;
        }
  

    }

    @media (min-width: 1920px) {
        .kj-top-navbar-container {
            width: 1500px;
        }

        .kj-nav-menulist > li > a {
            font-size: 16px;
            font-weight: 500;
        }
        .kj-nav-menulist li .dropdown-menu > li > a {
            padding: 3px 20px;
        }
     
    }

    /*导航条 -end*/

.kj-pro-chj-col:after, .kj-pro-image-item-col:after {
    transition: all 0.5s ease 0s;
    content: "";
    background-color: rgba(0,0,0,0);
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
.kj-pro-chj-col:hover:after, .kj-pro-image-item-col:hover:after {
    content: "";
    background-color: rgba(34,105,136,0.5);
}
/*.kj-pro-image-item-col:nth-child(2) {
    width: 49%;
    margin-left: 8px;
    background-repeat: no-repeat;
    
}
.kj-pro-image-item-col:last-child {
    width: 49%;
    margin-left: 8px;
    background-repeat: no-repeat;
    margin-top: 10px;
    height: 290px;
}
.kj-pro-image-item-col:nth-child(3) {
    margin-top: 10px;
    height: 290px;
}*/

.kj-pro-chj-col a {
    opacity: 0;
}
.kj-pro-chj-col:hover a {
    opacity: 1;
    text-decoration:none;
}
    .kj-pro-chj-col:hover a:after{
      
        opacity:1;
    }

.kj-bottom-wechat-qr-box{
    height:120px;
}
.kj-bottom-wechat-qr-box {
    text-align: center;
    color: #ffffff;
    float: right;
    line-height:30px;
    margin-left:8px;
}
    .kj-bottom-wechat-qr-box img{
        width:90px;
        height:90px;
        
    }

.kj-bottom-relinks-box, .kj-bottom-relinks-box a, .kj-bottom-relinks-box p {
    color: #ffffff;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    text-align: right;
}
.kj-bottom-relinks-box {
    clear: both;
    padding-bottom: 10px;
}
/*头部*/
@media (min-width: 1060px) {
    .kj-top-navbar-container1 {
            width: 1060px;
        }
}

@media (min-width: 1250px) {
    .kj-top-navbar-container1 {
        width: 1250px;
    }
}

@media (min-width: 1400px) {
    .kj-top-navbar-container1 {
        width: 1380px;
    }
    .kj-nav-menulist li {
        position: relative;
        padding: 0px 16px;
    }

  
}

@media (min-width: 1600px) {
    .kj-top-navbar-container1 {
        width: 1600px;
    }

}

@media (min-width: 1800px) {
    .kj-top-navbar-container1 {
        width: 1720px;
        margin: auto;
    }

   
}

@media (min-width: 1920px) {
    .kj-top-navbar-container1 {
        width: 1880px;
    }

}

    /*头部   -end*/



.kj-yxdc-index-toptb ul.dropdown-menu{
    border-width:0px;
}
/*首页催化剂*/
.kj-pro-chj-col {
    height: 600px;
    background-position: center center;
    background-size: cover;
    /*flex 布局*/
    display: flex;
    /*实现垂直居中*/
    align-items: center;
    /*实现水平居中*/
    justify-content: center;
    text-align: justify;
}
        .kj-pro-chj-col div{
            z-index:1;
        }

    .kj-pro-chj-col a {
        font-size: 48px;
        color: #fff;
        transition: all 0.5s ease 0s;
    }

        .kj-pro-chj-col a:after {
            content: "ADC连接子";
            display: block;
            transition: all 0.5s ease 0s;
            opacity: 0;
            margin: 10px auto;
            /* border-bottom: 1px solid #fff; */
            height: 1px;
            /* width: 120px; */
            font-size: 35px;
            font-weight: bold;
            border-bottom: 1px solid #fff;
        }

.kj-pro-image-item-col {
    background-position: center center;
    background-size: cover;
    height: 599px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align:center;
    text-decoration:none;
}

.kj-pro-image-item-col  span{
    font-size: 30px;
    color: #00eaff;
    z-index:1;
    opacity:0;
    transition: all 0.5s ease 0s;
}
    .kj-pro-image-item-col span:after {
        content: "";
        display: block;
        transition: all 0.5s ease 0s;
        opacity: 0;
        margin: 10px auto;
        border-bottom: 1px solid #f6f9f9;
        height: 1px;
        width: 120px;
    }
    .kj-pro-image-item-col:hover{
        text-decoration:none;
    }
    .kj-pro-image-item-col:hover span {
        opacity: 1;
    }
    .kj-pro-image-item-col:hover span:after {
        opacity: 1;
        width:180px;
    }
    /**/
.kj-nav-menulist li {
    position: relative;
    padding: 0px 22px;
}

        .kj-nav-menulist li li.dropdown:hover {
            background-color: #efefef;
        }

            .kj-nav-menulist li li.dropdown:hover > ul.dropdown-menu {
                display: block;
            }

.kj-index-dingzhi-phone {
    font-size:24px;
    margin-right: 15px;
    display: inline-block;
    border: 3px solid #d4863e;
    padding: 6px 10px;
    border-radius: 100px;
}






    .kj-page-banner-box {
        height: 420px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

.kj-page-content-body {
    padding-top: 20px;
    padding-bottom: 40px;
    line-height: 200%;
    font-size: 18px;
    line-height: 45px;
}

    .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-newitem-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    min-height: 225px;
}
    .kj-newitem-image:hover {
        transform: scale(0.8);
        transition: 0.6s;
    }
.kj-pro-bread {
    background: #f9fafc;
    height: 45px;
    margin-bottom: 10px;
}
.kj-yxdc-newitem-image {
    border: 2px solid #4d4f50;
    border-radius: 15px;
    overflow: hidden;
}

.breadcrumb .active {
    font-weight: bold;
}

.kj-bread-new {
    margin-top: 20px;
}
.kj-yxdc-hyzx-pag{
    clear:both;
}
.kj-bread-new .breadcrumb {
    background-color: #f9fafc;
    font-size: 16px;
    height: 40px;
    overflow: hidden;
    transition: all 0.5s ease 0s;
    padding: 5px;
    /* margin-bottom: 20px; */
    list-style: none;
    border-radius: 4px;
    margin-top: -15px;
}
        .kj-bread-new .breadcrumb li, .kj-bread-new .breadcrumb a {
            transition: all 0.5s ease 0s;
        }


            .kj-bread-new .breadcrumb li a {
                color: #00adef;
                text-decoration: none;
            }
            .kj-bread-new .breadcrumb li span {
                color: #00adef;
            }
                .kj-bread-new .breadcrumb li a:focus,
                .kj-bread-new .breadcrumb li a:hover {
                    font-weight: 600;
                    font-size: 20px;
                    color: #d4863e;
                }

                .kj-yxdc-hyzx-pag {
        text-align: center;
    }

.kj-prolist-item {
    border-radius: 0px;
    transition: all 0.5s ease 0s;
    padding: 0px 0px!important;
}
.kj-pro-caption {
    background-color: #f1f1f1;
    height: 120px;
    overflow: hidden;
}
.kj-proinfo-item {
    border: 1px solid #eeeeee;
}




    @media(max-width:1400px) {
        .kj-index-service-contenttext1 {
            font-size: 30px;
        }
        .kj-index-service-contenttext {
            font-size: 30px;
        }
        .kj-index-yxdc-service-image {
            padding: 41px 70px;
        }
        .kj-index-yxdc-service-image1 {
            padding: 41px 70px;
        }
        .kj-pro-chj-col {
            height: 500px;
        }
        .kj-nav-menulist li {
            position: relative;
            padding: 0px 16px;
        }
        .kj-pro-image-item-col:nth-child(2) {
            width: 49%;
             margin-left: 0px; 
            background-repeat: no-repeat;
        }
        .kj-pro-image-item-col:nth-child(3) {
            margin-top: 10px;
            height: 239px;
        }
        .kj-pro-image-item-col:last-child {
            width: 49%;
            margin-left: 0px;
            background-repeat: no-repeat;
            margin-top: 10px;
            height: 239px;
        }
        .kj-yxdc-new {
            margin-left: -20px;
        }
        .kj-pro-image-item-col {
            height: 250px;
        }


        .kj-index-yxdc-qyfc {
            padding-left: 114px;
        }

        .kj-index-chj-pro-text {
            top: 122px;
            left: 153px;
        }

        .kj-index-banner-video .kj-index-swiper-pag {
        }


        .kj-nav {
            /*margin-top: 20px;*/
        }

        .kj_sear {
            margin-top: 45px;
            margin-left: -54px;
        }

        /* .kj-navbar .navbar-nav>li>a{
        padding-left:19px;
        padding-right: 19px;
        
    } */
        /* .kj-detail-navbar .navbar-nav>li>a{
    
        padding-right: 20px;
        
    } */
        .kj-detail-spe-contentbox {
            padding-bottom: 17px;
        }

        .kj-detail-spe-contentbox1 {
            padding-bottom: 15px;
        }

        .kj-detail-space {
            padding-top: 5px;
        }

        .kj-detail-spe-contentbox1 .kj-detail-specon-text {
            padding-left: 55px;
        }

        .kj-detail-spe-contentbox1 .kj-detail-specon-text1 {
            padding-top: 30px;
        }

        .kj-detail-spe-content1 {
            padding-top: 15px;
        }

        .kj-biology-sort-desc2 {
            padding-right: 10px;
        }
        .kj-prodetail-table > tbody > tr > th {
            width: 22%;
        }

        .kj-intro {
            padding-top: 2px;
            padding-left: 8px;
        }

        .kj-index-bz-desc {
            font-size: 16px;
        }

        .kj-index-bz-desc1 {
            font-size: 12px;
        }
    }
@media(max-width:1200px) {
    .kj-nav-menulist li {
        position: relative;
        padding: 0px 10px;
    }
    .kj-navbar-searchbox {
        padding-top: 20px;
        width: 160px;
    }
    .kj-yxdc-new {
         margin-left: 0px; 
    }
    .kj-prodetail-table > tbody > tr > th {
        width: 22%;
    }
}
    @media(max-width:992px) {
        .kj-index-yxdc-desc1 {
            font-size: 16px;
            padding-left: 59px;
        }
        .kj-prodetail-table > tbody > tr > th {
            width: 30%;
        }
        .kj-navbar {
            margin-right: -73px;
            margin-top: -90px;
        }
        .kj-nav-menulist li {
            position: relative;
            padding: 0px 10px;
        }

        .kj-pro-chj-col {
            height: 400px;
        }

        .kj-pro-image-item-col {
            height: 150px;
        }

        .kj-yxdc-hyzx-pag {
            margin-bottom: 57px;
        }

        .kj-index-service-content {
            padding-left: 0px;
        }

        .kj-index-service-contenttext {
            font-size: 30px;
        }

        .kj-index-chj-pro-text {
            font-size: 30px;
        }

        .kj_sear {
            padding-left: 40px;
            margin-top: -46px;
            margin-left: 29px;
        }

        .kj-bannercontent {
            font-size: 25px;
            padding-top: 20px;
        }


        .kj-detail-navbar .navbar-nav > li > a {
            font-size: 15px;
            padding-right: 5px;
        }

        .kj-detail-spe-contentbox {
            padding-bottom: 5px;
        }

        .kj-detail-spe-contentbox1 {
            padding-bottom: 5px;
        }

        .kj-detail-space {
            padding-top: 0px;
        }

        .kj-detail-spe-contentbox1 .kj-detail-specon-text {
            padding-left: 55px;
        }

        .kj-detail-spe-contentbox1 .kj-detail-specon-text1 {
            padding-top: 16px;
            padding-left: 100px;
        }

        .kj-detail-spe-content1 {
            padding-top: 3px;
        }

        .kj-biology-sort-desc1 {
            margin-left: 10px;
            margin-right: 10px;
            padding: 2px;
        }

        .kj-nav-menulist li {
            position: relative;
            padding: 0px 16px;
        }

        .kj-biology-sort-desc2 {
            padding-right: 10px;
        }

        .kj-biology-sort-con {
            line-height: 25px;
        }

        .kj-biology-sort-con1 {
            line-height: 25px;
        }

        .kj-biology-formalin-media-text1 {
            padding-left: 0px;
        }

        .kj-phonefooter .navbar-default {
            border-width: 0px;
            background-color: #f2f2f2;
            box-shadow: 1px 1px 5px rgba(0,0,0,.2);
        }

        .navbar-fixed-top, .navbar-fixed-bottom {
            position: fixed;
            right: 0;
            left: 0;
            z-index: 1030;
        }

        .kj-phonefooter .navbar-tabs {
            text-align: center;
            padding: 5px;
        }

        .kj-phonefooter .glyphicon-home {
            color: #777777;
        }

        .kj-phonefooter .glyphicon-th-list {
            color: #777777;
        }

        .kj-phonefooter .glyphicon-shopping-cart {
            color: #777777;
        }

        .kj-phonefooter .glyphicon-user {
            color: #777777;
        }
    }

    @media(max-width:768px) {
        .videobox video {
            width: 342px;
            height: 228px;
        }
        .kj-prodetail-table > tbody > tr > th {
            width: 30%;
        }
        .kj-customer-logo {
             margin-left: 0px; 
             margin-top: 0px; 
            z-index: 999;
        }
        .kj-newitem-image {
            min-height: 125px;
        }
        .kj-yxdc-page-textpro {
            margin-top: 20px;
        }

        .kj-pro-chj-col a {
            opacity: 1;
        }

            .kj-pro-chj-col a:after {
                opacity: 1;
            }

        .kj-pro-image-item-col span {
            opacity: 1;
            font-size: 18px;
        }

        .kj-bread-new .breadcrumb {
            font-size: 14px;
        }


        .kj-yxdc-detail-col {
            padding-left: 15px;
            padding-right: 15px;
        }

        .kj-yxdc-detail-text {
            font-size: 20px;
        }

        .kj-page-banner-box {
            height: 180px;
        }

        .kj-index-yxdc-text1 {
            white-space: normal;
        }

        .kj-index-banner-video {
            margin-bottom: 20px;
        }

        .kj-top-navbar-container {
            width: 100%;
        }

        .kj-index-service-contenttext1 {
            font-size: 24px;
            text-align: center !important;
        }


        .kj-index-yxdc-service-title {
            text-align: center !important;
        }

        .kj-nav {
            margin-top: 0px;
        }

        .kj-navbar-brand {
            padding: 5px;
        }

        .kj-logo-phone {
            height: 50px;
            margin-left: -10px;
        }

        .kj-index-service-contenttext2 {
            padding-top: 8px;
            padding-bottom: 8px;
        }

            .kj-index-service-contenttext2 button {
                display: block;
                margin: 0px auto;
            }

        .kj-index-dingzhi-phone {
            padding: 5px 8px;
        }

        .kj-wz1 {
            font-size: 24px;
        }

        .kj-wz2 {
            font-size: 20px;
        }

        .kj-index-yxdc-new {
            margin-bottom: 10px;
        }

        .kj-index-service-contenttext {
            text-align: center;
        }

        .kj-index-yxdc-service-image {
            padding: 30px;
        }

        .kj-index-yxdc-service-image1 {
            padding: 30px;
        }

        .kj-index-yxdc-desc {
            font-size: 30px;
        }

        .kj-pro-chj-col {
            height: 100px;
        }

            .kj-pro-chj-col a {
                font-size: 24px;
            }

        .kj-pro-image-item-col {
            height: 100px;
        }

        .kj-navbar-searchbox {
            width: initial;
            border: 0px;
        }
        .kj-navbar {
  
             margin-right: 0px;
        }
        .kj-nav {
            background-color: #fff;
            border-color: #fff;
        }

        .kj-nav-menu {
            padding-left: 15px;
            padding-right: 15px;
        }

        .kj-nav-menulist {
            border-top: 1px solid #dddddd;
            padding-left: 15px;
            padding-right: 15px;
            margin-top: 0px;
        }

            .kj-nav-menulist > li {
                border-bottom: 1px solid #dddddd;
            }

                .kj-nav-menulist > li:hover {
                    background-color: #e7e7e7;
                }

                .kj-nav-menulist > li > a {
                    padding-right: 30px;
                    padding-left: 30px;
                    padding-top: 15px;
                    font-size: 12px;
                    padding-bottom: 15px;
                }

            .kj-nav-menulist .dropdown-menu {
                position: initial;
                float: none;
                box-shadow: none;
                border: 1px solid #dddddd;
                padding-top: 0px;
                padding-bottom: 0px;
            }

            .kj-nav-menulist > .dropdown .dropdown-menu {
                box-shadow: none;
            }

                .kj-nav-menulist > .dropdown .dropdown-menu > li > a {
                    padding-right: 45px;
                }





        .kj-navbar .navbar-nav > .open > a, .kj-navbar .navbar-nav > .open > a:focus, .kj-navbar .navbar-nav > .open > a:hover {
            color: white;
            background-color: #3a87af;
        }

        .kj-navbar .navbar-nav .open .kj-dropdown > li > a {
            color: white;
            background: #3a87af;
        }

        .kj-index-yxdc-new-col a {
            padding-left: 0px;
        }

        .kj-navbar .navbar-nav > li > a {
            background-color: rgb(25, 121, 171);
            color: rgb(250, 252, 253);
            border-bottom: 1px solid white;
        }

            .kj-navbar .navbar-nav > li > a:focus, .kj-navbar .navbar-nav > li > a:hover {
                background-color: #3a87af;
                color: #fafcfd;
                border-bottom: 1px solid white;
            }

        .kj-btn-shop {
            top: 58%;
        }

        .kj-rec-desc {
            font-size: 14px;
            margin-bottom: 0px;
        }

        .kj-index-rectab {
            width: 111px;
        }

        .kj-yxdc-qyfc-text3 {
            padding-top: 21px;
            padding-bottom: 88px;
            margin-bottom: 150px;
            white-space: nowrap;
        }

        .kj-yxdc-service {
            margin-top: 35px;
            padding-bottom: 55px;
            padding-top: 20px;
        }

        .kj-news-nav > li > a {
            padding: 7px 26px;
        }

        .kj-yxdc-new {
            margin-left: 0px;
        }

        .kj-index-yxdc-text2 {
            padding-top: 10px;
        }

        .kj-index-yxdc-text1 {
            margin-top: 25px;
        }

        .kj-index-yxdc-text {
            margin-top: 25px;
        }

        .kj-index-yxdc {
            margin-top: 0px;
            padding-bottom: 0px;
            padding-top: 30px;
        }

        .kj-index-map {
            padding-top: 20px;
            padding-left: 15px;
        }

        .kj-com-pircture {
            padding-left: 0px;
        }

        .kj-pro-image-item-col:nth-child(2) {
            width: 49%;
            margin-left: 0px;
            background-repeat: no-repeat;
        }

        .kj-pro-image-item-col:nth-child(3) {
            margin-top: 10px;
            height: 100px;
        }

        .kj-pro-image-item-col:last-child {
            width: 49%;
            margin-left: 0px;
            background-repeat: no-repeat;
            margin-top: 10px;
            height: 100px;
        }

        .kj-proflnb {
            margin-top: 20px;
        }

        .kj_sear {
            position: absolute;
            margin: 0px auto;
            left: 147px;
            top: -61px;
            padding-left: 0px;
        }

        .kj-site-logo {
            padding-left: 12px;
        }

        .kj-index-banner-video {
            margin-top: 28px;
        }

        .kj-index-yxdc-btn {
            padding-top: 15px;
            margin-bottom: 40px;
        }

        .kj-index-yxdc-new-text {
            border-left: none;
        }

        .kj-index-yxdc-newcontent {
            font-size: 15px;
        }

        .kj-index-yxdc-desc1 {
            font-size: 15px;
            padding-left: 60px;
        }

        .kj-index-service-content {
            padding-left: 11px;
            padding-top: 46px;
            text-align: center;
        }

        .kj-index-service-contenttext {
            font-size: 20px;
        }

        .kj-index-service-contenttext2 {
            padding-left: 0px;
        }

        .kj-index-chj-pro-text {
            font-size: 30px;
            left: 111px;
        }


        .kj-detail-navbar .container,
        .kj-detail-navbar .navbar-collapse {
            padding-left: 15px;
            padding-right: 15px;
        }

        .kj-detail-navbar {
            min-height: initial;
        }


        .kj-bannerbox {
            height: auto;
        }

        .kj-nav {
            min-height: initial;
        }

        .kj-navbar {
            min-height: initial;
        }

        .kj-bannerbox .navbar-toggle .icon-bar {
            background-color: #077db1;
        }

        .kj-searchbox {
            padding-top: 20px;
        }

        .kj-detail-spe-contentbox {
            padding-bottom: 10px;
        }

        .kj-rec-desc > li.active > a {
            font-size: 15px;
        }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
            font-size: 15px;
        }

        .kj-detail-spe-contentbox1 .kj-detail-specon-text {
            padding-left: 30px;
        }

        .kj-detail-spe-contentbox1 .kj-detail-specon-text1 {
            padding-left: 45px;
        }

        .kj-detail-spe-content1 {
            padding-top: 10px;
            margin: auto;
            text-align: center;
        }

        .kj-btn-hot-shop {
            margin: 10px;
        }

        .kj-detail-navtab {
            width: 100px;
        }

        .kj-detail-item1 {
            width: 30%;
        }

        .kj-detail-artno-num-input {
            width: 20px;
        }

        .kj-biology-formalin-second {
            padding: 0px
        }

        .kj-biology-formalin-third,
        .kj-biology-formalin-forth,
        .kj-biology-formalin-fifth,
        .kj-biology-pad {
            padding: 20px;
        }

        .kj-biology-formalin-fifth {
            margin-bottom: 16px;
        }

        .kj-biology-sodium {
            padding: 10px;
        }

        .kj-biology-pagin-main {
            margin-right: 0px;
        }

        .kj-detail-artno-table {
            display: block;
            overflow-x: auto;
            white-space: nowrap;
        }

        .kj-biology-formalin-table {
            display: block;
            overflow-x: auto;
            white-space: nowrap;
            margin-top: 0px;
            margin-bottom: 15px;
        }

        .kj-biology-formalin-table1 {
            display: block;
            overflow-x: auto;
            white-space: nowrap;
            margin-top: 0px;
            margin-bottom: 15px;
        }

        .kj-biology-sort-con {
            line-height: 25px;
        }

        .kj-biology-sort-con1 {
            line-height: 25px;
        }

        .kj-biology-formalin .media-object {
            padding-left: 0px;
        }

        .kj-biology-sodium-second,
        .kj-biology-sodium-third {
            padding: 20px;
        }

        .kj-biology-sodium {
            margin-top: 5px;
        }

        .kj-biology-formalin-main {
            padding: 20px;
        }

        .kj-biology-formalin-enter {
            display: block;
        }

        .kj-biology-formalin-media-text {
            padding-left: 0px;
        }

        .kj-biology-formalin-media-text1 {
            padding-left: 0px;
        }

        .visible-xs-block {
            display: block !important;
        }

        .kj-section.open {
            height: 200px;
        }

        .kj-section1.open {
            height: 200px;
        }

        .kj-title {
            padding: 20px;
        }

        .kj-body {
            padding: 0px 20px 50px;
        }

        .kj-section {
            height: 60px;
        }

        .kj-section1 {
            height: 60px;
        }
    }

    @media(min-width:768px) {
        /* 
    .kj-nav .kj-index-nav3 {
        padding: 0px;
    }
    .kj_losear .kj-index-nav2,
    .kj_losear .kj-index-nav1 {
        padding: 0px;
    } */
        /* .kj-index-nav3 ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
    } */
        .col-sm-0-5 {
            width: 12.5%;
            float: left;
        }
        .kj-logo-area.collapse, .footer-row ul.collapse {
            display: block;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
        }

        .col-sm-1-8 {
            width: 15%;
            float: left;
        }

        .col-sm-2-5 {
            width: 20.83%;
            float: left;
        }

        .col-sm-3-5 {
            width: 29.16%;
            float: left;
        }

        .col-sm-4-5 {
            width: 37.5%;
            float: left;
        }

        .col-sm-5-5 {
            width: 45.83%;
            float: left;
        }

        .col-sm-6-5 {
            width: 56.66%;
            float: left;
        }

        .col-sm-7-5 {
            width: 62.5%;
            float: left;
        }

        .col-sm-8-5 {
            width: 70.83%;
            float: left;
        }
    }
    /* @media (min-width: 992px){
    .col-md-0-5 {
        width: 12.5%;
        float: left;
    }

    .col-md-1-8 {
        width: 15%;
        float: left;
    }
    .col-md-2-4 {
        width: 20%;
        float: left;
    }
    .col-md-2-5 {
        width: 20.83%;
        float: left;
    }

    .col-md-3-5 {
        width: 29.16%;
        float: left;
    }

    .col-md-4-5 {
        width: 37.5%;
        float: left;
    }
    .col-md-5-5 {
        width: 45.83%;
        float: left;
    }

    .col-md-6-5 {
        width: 54.16%;
        float: left;
    }

    .col-md-7-5 {
        width: 62.5%;
        float: left;
    }

    .col-md-8-5 {
        width: 70.83%;
        float: left;
    }
     .col-md-9-5 {
        width: 79.16%;
        float: left;
    }   
    .col-md-10-5 {
        width: 87.49%;
        float: left;
    }
} */


    .nowcatatitle {
        position: absolute;
        left: 0px;
        bottom: 0px;
        padding: 20px;
        color: #ffffff;
        font-size: 24px;
        background: linear-gradient(to right, #22cccc, #038edf);
        min-width: 350px;
    }

    .nowcataentitle {
        font-size: 36px;
    }

    @media(max-width:768px) {
        .nowcatatitle {
            font-size: 18px;
            min-width: initial;
        }

        .nowcataentitle {
            font-size: 24px;
        }
    }
