﻿.kj-top-center .kj-flex-center {
    display: flex;
    align-items: center;
    height: 100px;
    background:#fff;
}
.kj-site-top{
    background-color:#fff;
}
@keyframes dropdown {
    from {
        transform: translateY(-140px);
        opacity: 0;
    }

    to {
        transform: translateY(0px);
        opacity: 1;
    }
}
.kj-collapse .navbar-nav > li > .dropdown-menu {
    padding: 0;
   
}
.kj-collapse .navbar-nav > li:hover .dropdown-menu {
   display:block;
}
.kj-collapse .navbar-nav > li > .dropdown-menu a {
    padding: 8px 20px;
    transition-duration: 0.39s;
}
        .kj-collapse .navbar-nav > li > .dropdown-menu a:hover {
            background-color: #025dac;
            color:#fff;
        }
        .kj-top-header {
            height: 45px;
            background-color: #025dac;
            line-height: 45px;
            color: #fff;
            font-size: 13px;
        }

    .kj-top-header .kj-site-top-right {
        text-align: right;
    }

        .kj-top-header .kj-site-top-right span {
            display: inline-block;
            margin-left: 30px;
        }

            .kj-top-header .kj-site-top-right span i {
                margin-right: 5px;
            }

    .kj-top-header a {
        display: inline-block;
        color: #fff;
        height: 45px;
        line-height: 45px;
        font-size: 13px;
    }

.kj-top-center {
    height: 100px;
    background: url(../images/video-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.kj-top-center-concent {
    display: flex;
    align-items: center;

}

    .kj-top-center-concent button {
        background-color: #025dac;
        margin-right: 0;
    }

        .kj-top-center-concent button span {
            background-color: #fff;
        }

    .kj-top-center-concent img {
        margin-right: 10px;
    }

    .kj-top-center-concent div div {
        font-size: 15px;
        color: #20265e;
        font-weight: bold;
    }

    .kj-top-center-concent div span {
        color: #999999;
    }

.kj-top-search {
    padding-top: 8px;
}

.kj-search-btn {
    border-radius: 50%;
}

.kj-top-nav .navbar-default {
    background-color: #fff;
}

    .kj-top-nav .navbar-default .navbar-nav > li > a {
        color: #333;
        font-size: 16px;
        font-weight: bold;
        padding: 10px 26px;
        transition-duration:.39s;
    }

        .kj-top-nav .navbar-default .navbar-nav > li > a:hover {
            color: #025dac;
        }

.kj-top-nav {
    transition-duration: 0.39s;
}

    .kj-top-nav .navbar {
        min-height: 60px;
        margin-bottom: 0;
        border-radius: 0;
    }

        .kj-top-nav .navbar .kj-collapse {
            min-height: 60px;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

            .kj-top-nav .navbar .kj-collapse img {
                display: none;
            }

.kj-site-top-search-center {
    height: 45px;
    border-radius: 25px;
    background-color: #fff;
    width: 0;
    border: 1px solid #fff;
    transition-duration: 0.39s;
}

    .kj-site-top-search-center .form-control {
        height: 45px;
        border: none;
        border-radius: 25px;
        padding-left: 30px;
        outline: none;
        display: none;
        width: 95% !important;
        transition-duration: 0.39s;
    }

        .kj-site-top-search-center .form-control:focus {
            box-shadow: none;
        }

    .kj-site-top-search-center button {
        height: 45px;
        width: 45px;
        border: none;
        border-radius: 25px !important;
        background-color: #fafafa;
        transition-duration: 0.39s;
    }

.kj-collapse-car a {
    height: 45px;
    width: 45px;
    border: none;
    border-radius: 25px !important;
    background-color: #fafafa;
    transition-duration: 0.39s;
    color: #333;
    display: block;
    line-height: 45px;
    text-align: center;
    margin-left: 10px;
    position:relative;
}

    .kj-collapse-car a:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

.kj-modal {
    background-color: transparent;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.08);
    border: none;
    padding-top: 300px;
}

    .kj-modal .kj-close {
        text-align: center;
        padding-top: 10px;
    }

    .kj-modal button.close {
        width: 45px;
        height: 45px;
        background-color: #025dac;
        color: #fff;
        border-radius: 50%;
        float: initial;
        opacity: 1;
    }

.kj-modal-search {
    border-bottom: 2px solid #fff;
    position: relative;
    padding-left: 40px;
}

    .kj-modal-search .kj-fa-search {
        position: absolute;
        left: 10px;
        top: 5px;
        color: #fff;
        font-size: 20px;
    }

    .kj-modal-search .kj-fa-long-arrow-right {
        font-size: 20px;
    }

    .kj-modal-search .form-control {
        border: none;
        outline: none;
        -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.08);
        background-color: transparent;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
    }

    .kj-modal-search input::-webkit-input-placeholder {
        color: #fff;
        font-size: 16px;
        font-weight: bold;
    }

    .kj-modal-search input::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #fff;
        font-size: 16px;
        font-weight: bold;
    }

    .kj-modal-search input:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #fff;
        font-size: 16px;
        font-weight: bold;
    }

    .kj-modal-search input:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #fff;
        font-size: 16px;
        font-weight: bold;
    }

    .kj-modal-search .btn-default {
        border: none;
        background-color: transparent;
        color: #fff;
    }

@media (min-width: 768px) {
    .kj-modal-dialog {
        width: 800px;
    }
}

.kj-mySwiper {
    height: 715px;
    position: relative;
    width: 100%;
}

    .kj-mySwiper .swiper-slide {
        height: 715px;
        background-position: center center;
        background-size: cover;
        background-repeat:no-repeat;
    }

    .kj-mySwiper .swiper-button-next,
    .kj-mySwiper .swiper-button-prev {
        width: 50px;
        height: 50px;
        background-size: 44px 44px;
    }

    .kj-mySwiper .swiper-button-next {
        background-image: url('../images/right.png');
    }

    .kj-mySwiper .swiper-button-prev {
        background-image: url('../images/left.png');
    }

.kj-product {
    margin-top: 60px;
}

.kj-product-header {
    text-align: center;
}

    .kj-product-header div {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .kj-product-header div span {
            display: inline-block;
            width: 40px;
            height: 1px;
            background-color: #c5c4c4;
            color: #c5c4c4;
            position: relative;
        }

            .kj-product-header div span i {
                position: absolute;
                right: -10px;
                top: -7px;
                transform: rotate(45deg);
            }

            .kj-product-header div span:last-of-type i {
                right: 40px;
            }

    .kj-product-header h5 {
        font-size: 16px;
        color: #025dac;
        font-weight: bold;
    }

    .kj-product-header h2 {
        font-size: 34px;
        font-weight: bold;
        margin: 0 50px;
    }

.kj-nav-tabs {
    margin-top: 50px;
}

    .kj-nav-tabs .nav-tabs {
        border: none;
        display: flex;
        align-items: flex-start;
        justify-content: space-around;
    }

        .kj-nav-tabs .nav-tabs li {
            width: 175px;
            height: 135px;
            text-align: center;
        }

            .kj-nav-tabs .nav-tabs li a {
                margin: 0;
                color: #333;
                position: relative;
                border-radius: 0;
                border-left: 0;
                background-color: #d7e9ff;
            }

                .kj-nav-tabs .nav-tabs li a h4 {
                    font-weight: bold;
                    font-size: 16px;
                }

                .kj-nav-tabs .nav-tabs li a div {
                    height: 91px;
                    background: url('../images/DNA1.png') no-repeat;
                    background-position: center center;
                    background-size: 60px 60px;
                }

                .kj-nav-tabs .nav-tabs li a span {
                    border-bottom: 10px solid transparent;
                    border-top: 10px solid #025dac;
                    border-left: 10px solid transparent;
                    border-right: 10px solid transparent;
                    position: absolute;
                    bottom: -20px;
                    display: none;
                }

            .kj-nav-tabs .nav-tabs li:nth-child(2) a div {
                height: 71px;
                background-image: url('../images/ar.png');
                background-size: 50px 50px;
            }

            .kj-nav-tabs .nav-tabs li:nth-child(3) a div {
                background-image: url('../images/new.png');
            }

            .kj-nav-tabs .nav-tabs li:nth-child(4) a div {
                height: 71px;
                background-image: url('../images/instrument.png');
                background-size: 50px 50px;
            }

        .kj-nav-tabs .nav-tabs > li.active > a,
        .kj-nav-tabs .nav-tabs > li.active > a:focus,
        .kj-nav-tabs .nav-tabs > li.active > a:hover {
            color: #fff;
            cursor: default;
            background-color: #025dac;
            padding-bottom: 12px;
        }

            .kj-nav-tabs .nav-tabs > li.active > a div,
            .kj-nav-tabs .nav-tabs > li.active > a:focus div,
            .kj-nav-tabs .nav-tabs > li.active > a:hover div {
                background-image: url('../images/DNA.png');
            }

            .kj-nav-tabs .nav-tabs > li.active > a span,
            .kj-nav-tabs .nav-tabs > li.active > a:focus span,
            .kj-nav-tabs .nav-tabs > li.active > a:hover span {
                display: block;
                left: 47%;
            }

        .kj-nav-tabs .nav-tabs > li:nth-child(2).active > a div,
        .kj-nav-tabs .nav-tabs > li:nth-child(2).active > a:focus div,
        .kj-nav-tabs .nav-tabs > li:nth-child(2).active > a:hover div {
            background-image: url('../images/ar1.png');
        }

        .kj-nav-tabs .nav-tabs > li:nth-child(3).active > a div,
        .kj-nav-tabs .nav-tabs > li:nth-child(3).active > a:focus div,
        .kj-nav-tabs .nav-tabs > li:nth-child(3).active > a:hover div {
            background-image: url('../images/new1.png');
        }

        .kj-nav-tabs .nav-tabs > li:nth-child(4).active > a div,
        .kj-nav-tabs .nav-tabs > li:nth-child(4).active > a:focus div,
        .kj-nav-tabs .nav-tabs > li:nth-child(4).active > a:hover div {
            background-image: url('../images/instrument1.png');
        }

.kj-swiper-cc, .kj-swiper-aa {
    position: relative;
}

    .kj-swiper-cc .swiper-button-next,
    .kj-swiper-cc .swiper-button-prev {
        width: 50px;
        height: 50px;
        background-size: 44px 44px;
        top: 42%;
    }
    .kj-swiper-aa .swiper-button-next,
    .kj-swiper-aa .swiper-button-prev {
        width: 50px;
        height: 50px;
        background-size: 44px 44px;
        top: 42%;
    }

    .kj-swiper-cc .swiper-button-next {
        background-image: url('../images/right1.png');
        right: -70px;
    }

    .kj-swiper-aa .swiper-button-next {
        background-image: url('../images/right1.png');
        right: -70px;
    }

    .kj-swiper-cc .swiper-button-prev {
        background-image: url('../images/left1.png');
        left: -70px;
    }
    .kj-swiper-aa .swiper-button-prev {
        background-image: url('../images/left1.png');
        left: -70px;
    }
.kj-default-swiper3, .kj-default-swiper4, .kj-default-swiper5, .kj-default-swiper6 {
    width: 100%;
    margin-top: 60px;
}

    .kj-default-swiper3 .swiper-slide a, .kj-default-swiper4 .swiper-slide a, .kj-default-swiper5 .swiper-slide a, .kj-default-swiper6 .swiper-slide a {
        color: #666666;
    }

    .kj-default-swiper3 .swiper-slide h4, .kj-default-swiper4 .swiper-slide h4, .kj-default-swiper5 .swiper-slide h4, .kj-default-swiper6 .swiper-slide h4 {
        margin-top: 25px;
    }

        .kj-default-swiper3 .swiper-slide h4 a, .kj-default-swiper4 .swiper-slide h4 a, .kj-default-swiper5 .swiper-slide h4 a, .kj-default-swiper6 .swiper-slide h4 a {
            color: #333;
            font-size: 18px;
            font-weight: bold;
            display: -webkit-box;
            overflow: hidden;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
        }

.kj-index-about {
    min-height: 595px;
    position: relative;
    margin-top: 120px;
    background: url('../images/bg1.png') no-repeat;
    background-position: center bottom;
    background-size: cover;
    z-index: 2;
    padding-bottom: 150px;
}

    .kj-index-about .kj-index-about-top {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        height: 368px;
        background: url('../images/aboutus.png') no-repeat;
        background-position: center center;
        background-size: cover;
        z-index: -1;
    }

    .kj-index-about .kj-index-about-header {
        padding-top: 65px;
    }

        .kj-index-about .kj-index-about-header h5 {
            color: #19ced6;
        }

        .kj-index-about .kj-index-about-header diV span {
            color: #fff;
            background-color: #fff;
        }

        .kj-index-about .kj-index-about-header diV h2 {
            color: #fff;
        }

    .kj-index-about .kj-swiper-ad {
        width: 98%;
        margin: 0 auto;
        margin-top: 60px;
        padding-bottom: 60px;
    }

        .kj-index-about .kj-swiper-ad .swiper-pagination-bullet {
            width: 30px;
            height: 4px;
            opacity: 1;
            border-radius: 0;
            background-color: #6bb4f3;
        }

        .kj-index-about .kj-swiper-ad .swiper-pagination-bullet-active {
            background-color: #025dac;
        }

        .kj-index-about .kj-swiper-ad .kj-ad-inside {
            height: 400px;
            width: 100%;
            position: relative;
            padding-top: 240px;
            overflow: hidden;
            transition-duration: .39s;
            background-repeat:no-repeat;
        }
            .kj-index-about .kj-swiper-ad .kj-ad-inside:hover{
                transform:scale(1.5);
            }
            .kj-index-about .kj-swiper-ad .swiper-slide {
                overflow: hidden;
            }
        .kj-index-about .kj-swiper-ad .kj-ad-inside:hover div {
            transform: translateY(0px); 
            transform:scale(0.6);
        }
            .kj-index-about .kj-swiper-ad .kj-ad-inside div {
                width: 80%;
                height: 80px;
                margin: 0 auto;
                background-color: rgba(255, 255, 255, 0.9);
                border-radius: 10px;
                padding-top: 15px;
                text-align: center;
                transform: translateY(160px);
                transition-duration:.39s;
            }

                .kj-index-about .kj-swiper-ad .kj-ad-inside div a {
                    text-decoration: none;
                }

                    .kj-index-about .kj-swiper-ad .kj-ad-inside div a span {
                        margin: 0;
                        font-size: 20px;
                        color: #19ced6;
                        font-weight: bold;
                    }

                        .kj-index-about .kj-swiper-ad .kj-ad-inside div a span:first-child {
                            color: #025dac;
                            font-size: 20px;
                            font-weight: bold;
                        }

    .kj-index-about .kj-ad-inside:hover div {
        display: block;
    }

    .kj-index-about .KJ-index-news .kj-product-header h5 {
        color: #025dac;
    }

    .kj-index-about .KJ-index-news .kj-product-header h2 {
        color: #333;
    }

.kj-index-news-img {
    height: 265px;
}

.KJ-index-news .kj-product-header {
    text-align: center;
}

    .KJ-index-news .kj-product-header div {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .KJ-index-news .kj-product-header div span {
            display: inline-block;
            width: 40px;
            height: 1px;
            background-color: #c5c4c4;
            color: #c5c4c4;
            position: relative;
        }

            .KJ-index-news .kj-product-header div span i {
                position: absolute;
                right: -10px;
                top: -7px;
                transform: rotate(45deg);
            }

            .KJ-index-news .kj-product-header div span:last-of-type i {
                right: 40px;
            }

    .KJ-index-news .kj-product-header h5 {
        font-size: 16px;
        color: #025dac;
        font-weight: bold;
    }

    .KJ-index-news .kj-product-header h2 {
        font-size: 34px;
        font-weight: bold;
        margin: 0 50px;
    }

.kj-default-swiper5 .kj-swiper-slide {
    width: 95%;
    margin: 0 auto;
    margin-bottom: 10px;
    box-shadow: 0px 0px 5px #ccc;
    background-color: #fff;
}

.kj-default-swiper5 .kj-news-text {
    padding: 0 20px;
    padding-bottom: 40px;
}

    .kj-default-swiper5 .kj-news-text span {
        display: block;
        margin-top: 10px;
        color: #333;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        color: #666666;
        line-height: 24px;
    }

        .kj-default-swiper5 .kj-news-text span i {
            margin-right: 5px;
            color: #025dac;
        }

    .kj-default-swiper5 .kj-news-text h5 {
        color: #333;
        font-weight: bold;
        margin-top: 25px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .kj-default-swiper5 .kj-news-text a {
        color: #fff;
        margin-top: 20px;
        background-color: #025dac;
        padding: 12px 32px;
        border-radius: 3px;
        transition-duration: 0.39s;
    }

        .kj-default-swiper5 .kj-news-text a i {
            margin-left: 5px;
        }

        .kj-default-swiper5 .kj-news-text a:hover {
            background-color: #044074;
        }

.kj-footer {
    background-color: #24324a;
    padding-bottom: 20px;
    padding-top: 70px;
}

    .kj-footer hr {
        border-top-color: #a0abbe;
        margin-top: 40px;
        opacity: 0.5;
    }

    .kj-footer .kj-con-left {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

        .kj-footer .kj-con-left ul {
            padding: 0;
        }

            .kj-footer .kj-con-left ul li {
                list-style: none;
                color: #a0abbe;
                margin-bottom: 15px;
            }

                .kj-footer .kj-con-left ul li span {
                    text-align: center;
                    padding-right: 15px;
                }

                .kj-footer .kj-con-left ul li a {
                    color: #a0abbe;
                }

                .kj-footer .kj-con-left ul li:first-child {
                    margin-bottom: 40px;
                }

        .kj-footer .kj-con-left .kj-right-line {
            width: 1px;
            height: 255px;
            background-color: #a0abbe;
            margin-right: 30px;
            opacity: 0.5;
        }

    .kj-footer .kj-con-right {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        padding-left: 40px;
    }

        .kj-footer .kj-con-right ul {
            padding: 0;
        }

            .kj-footer .kj-con-right ul li {
                list-style: none;
                color: #a0abbe;
                margin-bottom: 15px;
                font-size: 15px;
            }

                .kj-footer .kj-con-right ul li i {
                    margin-right: 10px;
                    font-size: 12px;
                }

                .kj-footer .kj-con-right ul li a {
                    color: #a0abbe;
                }

                .kj-footer .kj-con-right ul li:first-child {
                    margin-bottom: 40px;
                    font-size: 20px;
                    font-weight: bold;
                    color: #fff;
                }

        .kj-footer .kj-con-right .kj-qr {
            text-align: center;
        }

            .kj-footer .kj-con-right .kj-qr li:last-child {
                font-size: 14px;
            }

.kj-footer-bottom {
    min-height: 40px;
    line-height: 30px;
    color: #a0abbe;
    text-align: center;
}

    .kj-footer-bottom a {
        color: #a0abbe;
    }

@keyframes myfirst {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes myfirst {
    /* Safari 与 Chrome */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.kj-scroll-top {
    animation: myfirst 1s;
    -webkit-animation: myfirst 1s;
    /* Safari 与 Chrome */
    animation-fill-mode: forwards;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    width: 100%;
}

    .kj-scroll-top .navbar-default .navbar-nav > li > a {
        padding: 10px 15px;
    }

    .kj-scroll-top .kj-top-header {
        display: none;
    }

    .kj-scroll-top .kj-top-center {
        display: none;
    }

    .kj-scroll-top .navbar .kj-collapse img {
        display: block;
        width:200px;
    }
  
/*产品列表*/
.kj-product-bg {
    height: 450px;
    width: 100%;
}

.kj-product-bg {
    text-align: center;
    padding-top: 220px;
    color: #7899b8;
}

    .kj-product-bg h2 {
        margin: 0;
        font-size: 45px;
        word-spacing: 8px;
        letter-spacing: 4px;
    }

    .kj-product-bg h4 {
        font-size: 30px;
    }

.kj-center-nav {
    display: flex;
    align-items: center;
    height: 60px;
    color: #666;
}

    .kj-center-nav i {
        margin-right: 10px;
        color: #babdc2;
    }

    .kj-center-nav ol {
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: left;
        background-color: transparent;
    }
        .kj-center-nav ol li:before {
            content: initial;
        }
        .kj-center-nav ol li.active {
            color: #025dac;
        }
        .kj-center-nav ol li {
            list-style: none;
        }

            .kj-center-nav ol li a {
                color: #666666;
            }

            .kj-center-nav ol li::after {
                content: "\00A0>\00A0";
            }

            .kj-center-nav ol li:last-child a {
                color: #025dac;
            }

            .kj-center-nav ol li:last-child::after {
                content: "";
            }

.kj-pro-list-left-nav {
    width: 100%;
    margin-bottom: 30px;
    background-color: #f9f9f9;
}

    .kj-pro-list-left-nav h4 {
        padding-left: 35px;
        height: 88px;
        padding-bottom: 32px;
        background: url('../images/leftnav.png') no-repeat;
        background-position: center center;
        background-size: cover;
        display: flex;
        align-items: flex-end;
        justify-content: left;
        margin: 0;
        font-size: 24px;
        font-weight: bold;
        color: #fff;
    }

        .kj-pro-list-left-nav h4 i {
            font-style: normal;
            font-size: 14px;
            margin-left: 15px;
        }

    .kj-pro-list-left-nav ul {
        padding: 0;
        margin: 0;
        width: 100%;
    }

        .kj-pro-list-left-nav ul li {
            width: 100%;
            list-style: none;
            height: 55px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            position: relative;
            padding: 0 15px;
            transition-duration: 0.39s;
            border-bottom: 1px solid #dddddd;
        }

            .kj-pro-list-left-nav ul li span {
                display: inline-block;
                width: 40px;
                height: 30px;
                background: url('../images/生物化学1.png');
                background-position: center center;
                background-size: 100% 100%;
                margin-right: 10px;
            }

            .kj-pro-list-left-nav ul li a {
                color: #333;
                display: block;
                width: 100%;
                height: 100%;
                line-height: 55px;
            }

                .kj-pro-list-left-nav ul li a:hover {
                    text-decoration: none;
                    color: #025dac;
                }
            .kj-pro-list-left-nav ul li:hover {
                background-color: #e7f3fc;
            }
                .kj-pro-list-left-nav ul li.active a{
                    text-decoration: none;
                    color: #025dac;
                }
            .kj-pro-list-left-nav ul li.active{
                background-color: #e7f3fc;
            }
            .kj-pro-list-left-nav ul li:nth-child(2) span {
                background-image: url('../images/细胞登记1.png');
            }

            .kj-pro-list-left-nav ul li:nth-child(3) span {
                background-image: url('../images/细胞生物学1.png');
            }

            .kj-pro-list-left-nav ul li:nth-child(4) span {
                background-image: url('../images/生物检测1.png');
            }

          

                .kj-pro-list-left-nav ul li:hover span {
                    background-image: url('../images/生物化学.png');
                }

            .kj-pro-list-left-nav ul li.active span {
                background-image: url('../images/生物化学.png');
            }

            .kj-pro-list-left-nav ul li:nth-child(2):hover span {
                background-image: url('../images/细胞登记.png');
            }
            .kj-pro-list-left-nav ul li:nth-child(2).active span {
                background-image: url('../images/细胞登记.png');
            }

            .kj-pro-list-left-nav ul li:nth-child(3):hover span {
                background-image: url('../images/细胞生物学.png');
            }
            .kj-pro-list-left-nav ul li:nth-child(3).active span {
                background-image: url('../images/细胞生物学.png');
            }

            .kj-pro-list-left-nav ul li:nth-child(4):hover span {
                background-image: url('../images/生物检测.png');
            }
            .kj-pro-list-left-nav ul li:nth-child(4).active span {
                background-image: url('../images/生物检测.png');
            }
.kj-pro-list {
    width: 100%;
    height: 300px;
    margin: 0 auto;
    margin-bottom: 10px;
}

    .kj-pro-list img {
        height: 230px;
        display: block;
    }

    .kj-pro-list a {
        color: #333;
        text-align: center;
        display: block;
    }

    .kj-pro-list .kj-pro-a {
        margin-top: 15px;
        font-weight: bold;
        display: block;
    }

    .kj-pro-list:hover {
        box-shadow: 0 0 10px 0 #ccc;
    }
/*    .kj-pro-list:hover img{
        border:none !important;
    }*/

.kj-navigation-page {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 85px;
}

    .kj-navigation-page .pagination > li > a,
    .kj-navigation-page .pagination > li > span {
        border: 1px solid #e5e5e5;
        color: #333;
        padding: 9px 15px;
        background-image: linear-gradient(#ffffff, #f2f2f2);
        font-weight: bold;
        color: #000;
    }

        .kj-navigation-page .pagination > li > a:focus,
        .kj-navigation-page .pagination > li > a:hover,
        .kj-navigation-page .pagination > li > span:focus,
        .kj-navigation-page .pagination > li > span:hover {
            background: #025dac;
            color: #fff;
        }

    .kj-navigation-page .pagination > li:last-child > a,
    .kj-navigation-page .pagination > li:last-child > span {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .kj-navigation-page .pagination > li:first-child > a,
    .kj-navigation-page .pagination > li:first-child > span {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }
/* 新闻页*/
.kj-news-bg {
    padding-right: 700px;
    color: #fff;
}

.kj-news-header {
    border-bottom: 1px solid #c9c9c9;
}

.kj-news-nav {
    justify-content: space-between;
}

.kj-center-nav-in {
    display: flex;
    align-items: center;
    justify-content: left;
}

.kj-news-cc {
    padding-top: 35px;
}

    .kj-news-cc .kj-news-cc-text h3 a{
        font-size: 23px;
        color: #025dac;
        text-decoration:none;
    }

    .kj-news-cc .kj-news-cc-text p {
        color: #999999;
        margin-bottom: 20px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

        .kj-news-cc .kj-news-cc-text p i {
            margin-right: 10px;
        }

    .kj-news-cc .kj-news-cc-text span {
        color: #666666;
    }

    .kj-news-cc .kj-news-cc-text a {
        display: block;
        margin-top: 20px;
        color: #666666;
    }

        .kj-news-cc .kj-news-cc-text a i {
            color: #025dac;
            margin-right: 10px;
        }

.kj-news-line {
    width: 100%;
    height: 1px;
    background-color: #eeeeee;
    margin-top: 35px;
}

.kj-news-cc .kj-news-cc-text span {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.kj-page-header{
    height:60px;
    display:flex;
    align-items:center;
    margin:0;
    padding:0;
}
.kj-page-header li{
    list-style:none;
}
.kj-page-header li a{
    color:#333;
    padding:22px 20px;
    transition-duration:.39s;
}

.kj-page-header li a:hover {
    background-color: #24324a;
    color: #fff;
}
    .kj-page-header li a.active {
        background-color: #24324a;
        color: #fff;
    }
.kj-news-headers li a {
    padding: 22px 64px;
}

    .kj-news-headers li a:hover {
        background-color: #025dac;
    }

    .kj-news-headers li a.active {
        background-color: #025dac;
    }
/*产品详情*/
.kj-detail-swiper .swiper {
    width: 100%;
    height: 100%;
}

.kj-detail-swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.kj-detail-swiper .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.kj-detail-swiper .swiper-slide {
    height: 260px;
}

.kj-detail-swiper .mySwiper2 {
    height: 80%;
    width: 100%;
}

.kj-detail-swiper .mySwiper {
    padding: 10px 0;
}

    .kj-detail-swiper .mySwiper .swiper-slide {
        width: 25%;
        height: 57px;
        border: 1px solid #ddd;

    }

        .kj-detail-swiper .mySwiper .swiper-slide:hover {
            border: 1px solid #e6332c;
        }

.kj-datail-info-header h2 {
    font-size: 28px;
    margin-top: 0;
}

.kj-datail-info-header p {
    color: #999;
}

    .kj-datail-info-header p span {
        color: #025dac;
    }

.kj-datail-info-price {
    background: url('../images/detailbg.png') no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 50px;
    color: #999;
    line-height: 50px;
    padding-left: 15px;
}

    .kj-datail-info-price span {
        font-size: 22px;
        color: #e6332c;
        font-weight: bold;
        margin-left: 24px;
        position: relative;
        top: 2px;
    }

.kj-goods-in {
    display: flex;
    align-items: center;
    height: 30px;
    margin-top: 10px;
    padding-left: 15px;
}

    .kj-goods-in div {
        margin: 0;
        padding-left: 30px;
    }

    .kj-goods-in .kj-num {
        width: 95px;
        height: 28px;
        border: 1px solid #cccccc;
        display: flex;
        align-items: center;
        margin-left: 30px;
        padding:0;
    }

        .kj-goods-in .kj-num input {
            width: 45px;
            text-align: center;
            border: 0;
            outline: none;
        }

        .kj-goods-in .kj-num span {
            display: inline-block;
            width: 24px;
            height: 26px;
            line-height: 26px;
            text-align: center;
            background-color: #f7f7f7;
        }

    .kj-goods-in span {
        color: #999;
    }

    .kj-goods-in ul {
        padding-left: 30px;
        display: flex;
        align-items: center;
        justify-content: left;
        flex-wrap: wrap;
        margin: 0;
    }

        .kj-goods-in ul li {
            list-style: none;
            border: 1px solid #cccccc;
            padding: 4px 10px;
            margin-right: 10px;
        }

.kj-textarea {
    display: flex;
    align-items: flex-start;
    margin-top: 10px;
    padding-left: 15px;
}

    .kj-textarea span {
        display: block;
        width: 36px;
        color: #999;
    }

    .kj-textarea .form-control {
        margin-left: 22px;
        display: inline-block;
        width: 92%;
        border-radius: 0;
    }

.kj-detail-buy {
    margin-top: 35px;
}

    .kj-detail-buy a {
        border: 1px solid #0e70c7;
        width: 180px;
        border-radius: 0;
        transition-duration:.39s;
    }
        .kj-detail-buy a:hover {
            background-color: #044074 !important;
            color:#fff;

        }


.kj-detail-buy a i {
    margin-right: 5px;
}

        .kj-detail-buy a:last-child {
            background-color: #025dac;
            color: #fff;
            margin-left: 5px;
        }

.kj-detail-text {
    margin-top: 30px;
    padding-bottom: 30px;
}

    .kj-detail-text .kj-detail-text-cc {
        border: 1px solid #cccccc;
        border-top: none;
        padding: 45px 30px;
        padding-bottom:20px;
    }

        .kj-detail-text .kj-detail-text-cc h4 {
            margin: 0;
            font-size: 16px;
            font-weight: bold;
            margin-bottom: 15px;
        }

        .kj-detail-text .kj-detail-text-cc p {
            margin: 0;
            line-height: 24px;
        }

        .kj-detail-text .kj-detail-text-cc div {
            margin-bottom: 40px;
        }

    .kj-detail-text h3 {
        font-size: 18px;
        margin: 0;
        border-bottom: 2px solid #dcdcdc;
    }

        .kj-detail-text h3 span {
            display: inline-block;
            width: 130px;
            height: 40px;
            background-color: #025dac;
            color: #fff;
            line-height: 40px;
            text-align: center;
            font-size: 16px;
            font-weight: bold;
        }
/* 产品搜索页 */

.kj-prosearch-detailes ul li:first-child {
    background-color: #f7f7f7;
    font-size: 15px;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}

.kj-prosearch-detailes ul li {
    padding: 10px 0px 10px 8px;
    border-bottom: 1px dashed #dcdcdc;
    display: flex;
}

    .kj-prosearch-detailes ul li > span {
        color: #999;
        width: 50px;
    }

.kj-prosearch-chooselist .kj-chooselist-more {
    width: 70px;
    text-align: right;
    color: #333;
}

.kj-prosearch-chooselist .kj-prosearch-list {
    width: calc(100% - 130px);
    display: flex;
    flex-wrap: wrap;
    height: 20px;
    overflow: hidden;
}

.kj-prosearch-detailes ul li .kj-prosearch-list > a {
    color: #333;
    margin-right: 25px;
}

#kj-product-fliter-pc-outbox .kj-prosearch-list .active {
    color: red;
}

.kj-prosearch-pricelist {
    padding: 15px;
}

.kj-prosearch-casbox {
    border-top: 2px solid #cccccc;
}

.kj-prosearch-goodlist {
    border-bottom: 1px solid #d9d9d9;
}

.kj-prosearch-pricelist .pro-list-click {
    float: right;
}

    .kj-prosearch-pricelist .pro-list-click a {
        color: #025dac;
        text-decoration: none;
    }

.kj-prosearch-pricelist span:first-child {
    width: 100px;
    display: inline-block;
}

.kj-prosearch-goodlistmore {
    color: #e30c30;
    padding: 8px 15px;
    font-size: 13px;
    cursor: pointer;
}



.container > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

.kj-nav-box .navbar-nav > li:first-child > a {
    padding: 15px 0px;
    padding-right: 30px;
}

.kj-shopcart-count {
    min-width: 10px;
    padding: 1px 5px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #19ced6;
    border-radius: 10px;
    position:absolute;
    bottom: 22px;
    left: 27px;
    font-weight:lighter;
}

.kj-prodetails-bottom > span {
    float: left;
}

.kj-page {
    text-align: center;
}

.kj-search-shopping:hover {
    background-color: #025dac;
    color: #fff;
}

    .kj-search-shopping:hover i {
        color: #fff;
    }

.kj-prolist-right {
    margin-bottom: 20px;
    min-height: 400px;
}

.pro-num button {
    float: left;
    width: 25px;
    height: 23px;
    background-color: transparent;
}

.pro-num .minus, .kj-pro-num-box .kj-pro-num-minus {
    border: 0px;
    border-right: 0px;
    overflow: hidden;
    float: left;
}

.pro-num .plus, .kj-pro-num-box .kj-pro-num-plus {
    border: 0px;
    border-left: 0px;
    float: right;
}

.pro-num input, .kj-pro-num-box input {
    width: 20px;
    height: 23px;
    text-align: center;
    border: 0px;
    border-left: 0px;
    border-right: 0px;
}

.pro-num, .kj-pro-num-box {
    margin: 0 auto;
    border: 1px solid #949494;
    height: 25px;
    width: 72px;
    border-radius: 5px;
    text-align: center;
}

.kj-prolist-pack thead tr th {
    background-color: #f7f7f7;
    text-align: center;
}

    .kj-prolist-pack thead tr th:first-child {
        text-align: left;
    }

.kj-prolist-pack tbody tr td {
    text-align: center;
    line-height: 30px;
}

    .kj-prolist-pack tbody tr td:first-child {
        text-align: left;
    }

.kj-prolistleft-box dt {
    padding: 8px 15px;
    background-color: #025dac;
    color: #fff;
}

.kj-prolistleft-box dd {
    background-color: #f4f4f5;
}

    .kj-prolistleft-box dd ::after {
        content: "\f105";
        font: normal normal normal 14px/1 FontAwesome;
        float: right;
        color: #7a94c8;
    }

    .kj-prolistleft-box dd a {
        color: #333;
        padding: 8px 15px;
        display: block;
    }

.kj-prolistleft-box .active {
    border-left: 2px solid #025dac;
    background-color: #fff;
}

.pro-pack-open {
    background-color: #f9f9f9;
    text-align: center;
}

    .pro-pack-open a {
        color: #333;
        text-decoration: none;
        font-size: 12px;
    }

        .pro-pack-open a > i {
            color: #e3150a;
        }

.kj-prolist-con a {
    color: #333;
}

    .kj-prolist-con a:hover {
        color: #025dac;
        text-decoration: none;
    }

.kj-prolist-con {
    color: #999;
}

    .kj-prolist-con span {
        padding-right: 10px;
    }

    .kj-prolist-con h4 {
        padding-bottom: 5px;
        font-weight: 600;
    }

.kj-prolistright-des {
    border: 1px solid #ddd;
    margin-bottom: 15px;
}

    .kj-prolistright-des .kj-prolistright-top img {
        height: 110px;
        float: right;
        width:110px;
    }

.kj-prolistright-top {
    padding: 15px 15px;
}

.kj-prolist-pack {
    padding: 0px 15px;
}

    .kj-prolist-pack tbody tr {
        text-align: center;
        border-bottom: 1px solid #ddd;
    }

.kj-prolist-bot {
    margin-bottom: 20px;
}

.kj-prolist-shopcar {
    float: right;
}

    .kj-prolist-shopcar a {
        color: #fff;
        padding: 8px 15px;
        background-color: #025dac;
        border-radius: 10px;
        text-decoration: none;
    }

        .kj-prolist-shopcar a:hover {
            background-color: #2a6cad;
        }

.kj-prolist-collect a {
    color: #333;
    text-decoration: none;
}

.kj-prolist-collect i {
    color: #333;
    margin-right: 5px;
    margin-left: 10px;
}

.kj-prolist-collect:hover a {
    color: #025dac;
}

.kj-search-nav {
    display: flex;
    align-items: center;
    justify-content: left;
    color: #999;
}

    .kj-search-nav ol {
        padding-left: 15px;
    }

        .kj-search-nav ol li a {
            color: #999;
        }

        .kj-search-nav ol li:last-child a {
            color: #025dac;
        }
.kj-product-list-nav .kj-product-list-nav-in {
    position: relative;
    border-bottom: 1px dashed #e0e0e0;
}

    .kj-product-list-nav .kj-product-list-nav-in span {
        color: #999999;
        display: block;
        height: 30px;
        line-height: 30px;
        position: absolute;
        top: 5px;
    }

        .kj-product-list-nav .kj-product-list-nav-in span:first-of-type {
            left: 0;
            width: 70px;
        }

        .kj-product-list-nav .kj-product-list-nav-in span:last-of-type {
            right: 0;
            width: 39px;
        }

            .kj-product-list-nav .kj-product-list-nav-in span:last-of-type::before {
                content: "更多";
            }

    .kj-product-list-nav .kj-product-list-nav-in .kj-product-list-see-more::before {
        content: "收起" !important;
    }

.kj-product-list-nav ul {
    width: 97%;
    padding-left: 65px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: left;
    flex-wrap: wrap;
    height: 40px;
    overflow: hidden;
    padding-right: 40px;
}

    .kj-product-list-nav ul li {
        list-style: none;
        margin-right: 20px;
        height: 40px;
        line-height: 40px;
    }

        .kj-product-list-nav ul li a {
            color: #333;
        }

            .kj-product-list-nav ul li a.active {
                color: #ea5047;
            }

        .kj-product-list-nav ul li:first-child {
            color: #da261c;
        }

.kj-product-list-nav .kj-product-list-nav-in:last-child {
    border: none;
}

.kj-product-list-nav-change span:last-of-type::before {
    content: "收起" !important;
}

.kj-product-list-nav-change ul {
    overflow: initial;
    height: auto;
}

.kj-product-list-nav {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

    .kj-product-list-nav .kj-product-list-nav-in {
        position: relative;
        border-bottom: 1px dashed #e0e0e0;
    }

        .kj-product-list-nav .kj-product-list-nav-in span {
            color: #999999;
            display: block;
            height: 30px;
            line-height: 30px;
            position: absolute;
            top: 5px;
        }

            .kj-product-list-nav .kj-product-list-nav-in span:first-of-type {
                left: 0;
                width: 70px;
            }

            .kj-product-list-nav .kj-product-list-nav-in span:last-of-type {
                right: 0;
                width: 39px;
            }

                .kj-product-list-nav .kj-product-list-nav-in span:last-of-type::before {
                    content: "更多";
                }

        .kj-product-list-nav .kj-product-list-nav-in .kj-product-list-see-more::before {
            content: "收起" !important;
        }

.kj-product-list-product {
    margin-top: 40px;
}

    .kj-product-list-product .kj-product-list-product-in {
        border: 1px solid #e0e0e0;
        margin-bottom: 20px;
    }

        .kj-product-list-product .kj-product-list-product-in .kj-product-list-product-in-top {
            position: relative;
            min-height: 120px;
            padding-left: 10px;
        }

            .kj-product-list-product .kj-product-list-product-in .kj-product-list-product-in-top img {
                width: 100px;
            }

            .kj-product-list-product .kj-product-list-product-in .kj-product-list-product-in-top .media {
                height: 100%;
                display: flex;
                align-items: center;
                justify-content: left;
            }

            .kj-product-list-product .kj-product-list-product-in .kj-product-list-product-in-top .media-body {
                padding-top: 28px;
                padding-bottom: 32px;
            }

                .kj-product-list-product .kj-product-list-product-in .kj-product-list-product-in-top .media-body h4,
                .kj-product-list-product .kj-product-list-product-in .kj-product-list-product-in-top .media-body p {
                    margin-top: 10px;
                    display: -webkit-box;
                    overflow: hidden;
                    -webkit-line-clamp: 1;
                    -webkit-box-orient: vertical;
                }

                    .kj-product-list-product .kj-product-list-product-in .kj-product-list-product-in-top .media-body h4 span,
                    .kj-product-list-product .kj-product-list-product-in .kj-product-list-product-in-top .media-body p span {
                        color: #999;
                    }

                .kj-product-list-product .kj-product-list-product-in .kj-product-list-product-in-top .media-body ul {
                    display: flex;
                    align-items: center;
                    justify-content: left;
                    padding: 0;
                    margin: 0;
                    margin-top: 20px;
                }

                    .kj-product-list-product .kj-product-list-product-in .kj-product-list-product-in-top .media-body ul li {
                        list-style: none;
                        padding-right: 10px;
                    }

            .kj-product-list-product .kj-product-list-product-in .kj-product-list-product-in-top .kj-goto-product-info {
                position: absolute;
                right: 5px;
                bottom: 10px;
                color: #340e70;
                font-size: 12px;
            }

                .kj-product-list-product .kj-product-list-product-in .kj-product-list-product-in-top .kj-goto-product-info i {
                    margin-left: 5px;
                }

.kj-product-list-product-in-bottom {
    display: none;
}

    .kj-product-list-product-in-bottom .table {
        margin: 0;
        text-align: center;
    }

        .kj-product-list-product-in-bottom .table thead {
            background-color: #f4f4f4;
        }

        .kj-product-list-product-in-bottom .table th {
            text-align: center;
            border: 0;
        }

        .kj-product-list-product-in-bottom .table tr {
            border-top: 1px solid #e6e8e9;
        }

            .kj-product-list-product-in-bottom .table tr td {
                height: 40px;
                line-height: 40px;
                padding: 0;
            }



                .kj-product-list-product-in-bottom .table tr td:nth-child(8) {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }

.kj-pro-num div {
    margin: 0 auto;
    border: 1px solid #757575;
    border-radius: 3px;
    width: 70px;
    padding: 5px;
    color: #757575;
    line-height: initial;
}

    .kj-pro-num div input {
        width: 40%;
        text-align: center;
        border: none;
        height: 100%;
    }

.kj-product-list-product-in-bottom .table tr td:nth-child(8) div i {
    color: #757575;
}

.kj-cart {
    display: inline-block;
    width: 25px;
    height: 20px;
    background: url('../images/addcar.png') no-repeat;
    background-position: center center;
    background-size: 22px 20px;
    position: relative;
    top: 5px;
}

.kj-product-list-product-in-bottom .table > tbody > tr > td,
.kj-product-list-product-in-bottom .table > tbody > tr > th,
.kj-product-list-product-in-bottom .table > tfoot > tr > td,
.kj-product-list-product-in-bottom .table > tfoot > tr > th,
.kj-product-list-product-in-bottom .table > thead > tr > td,
.kj-product-list-product-in-bottom .table > thead > tr > th {
    border: none;
}

.kj-product-list-nav-in ul a {
    color: #333;
}

.kj-pre-price {
    color: #e3150a;
}

.kj-product-list-product-in-bottom .table > tbody > tr > td {
    color: #666666;
}

.kj-prolist-pro-info span {
    color: #999;
    margin-right: 20px;
}

    .kj-prolist-pro-info span a {
        margin-left: 5px;
        color: #333;
    }
.kj-concactus{
    min-height:400px;
    border:1px solid #ddd;
    padding:20px;
}
.kj-concactus ul{
    list-style:none;
    padding-left:0;
    margin-top:30px;
}
    .kj-concactus ul li{
        margin-bottom:20px;
    }
        .kj-concactus ul li span {
            display: inline-block;
            width: 50px;
            height: 50px;
            line-height: 50px;
            border: 1px solid #24324a;
            border-radius: 50%;
            text-align: center;
            font-size: 16px;
            margin-right: 20px;
            color: #24324a;
        }
/*联系我们*/
.kj-concactus-form .formcolumn-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

    .kj-concactus-form .formcolumn-item dt {
        font-size: 14px;
        color: #555;
        margin-right: 10px;
        width: 80px;
    }

    .kj-concactus-form .formcolumn-item dd {
        width: calc(100% - 100px);
        position: relative;
    }

        .kj-concactus-form .formcolumn-item dd input {
            width: 90%;
            height: 38px;
            line-height: 38px;
            padding: 0 10px;
            border: 1px solid #dedede;
            border-radius: 3px;
            box-shadow: none;
            transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
        }

            .kj-concactus-form .formcolumn-item dd input:focus {
                border: 1px solid #66afe9;
                outline: 0 none;
                box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px rgba(102, 175, 233, 0.6);
            }

        .kj-concactus-form .formcolumn-item dd textarea {
            width: 90%;
            height: 150px;
            padding: 5px 10px;
            border: 1px solid #dedede;
            border-radius: 3px;
            box-shadow: none;
            transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
            resize: none;
        }

            .kj-concactus-form .formcolumn-item dd textarea:focus {
                border: 1px solid #66afe9;
                outline: 0 none;
                box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px rgba(102, 175, 233, 0.6);
            }

        .kj-concactus-form .formcolumn-item dd .form-vcodebox img {
            height: 38px;
        }

.kj-concactus-form .formcolumn-item-ct {
    display: flex;
    line-height: 38px;
}

.kj-concactus-form .formcolumn-item dd .form-vcodebox {
    width: 110px;
    order: 1;
    height: 38px;
    margin-left: 10px;
}

.kj-concactus-form .formcolumn-item dd .formcom-vcode {
    width: 20%;
}

.kj-concactus-form .formcolumn-item dd .required {
    order: 3;
    margin-left: 10px;
    font-weight: bold;
}

.kj-concactus-form .formcolumn-item dd .formcolumn-item-tips {
    order: 4;
}


 .modal-footer {
    border-top: 0;
    padding: 15px 0 30px 0;
}

     .modal-footer input {
        background: #78bbe6;
        color: #fff;
        width: 40%;
        padding: 0;
        font-size: 16px;
        height: 40px;
        transition: all 0.2s linear 0s;
    }

         .modal-footer input:hover {
            background: #1d64a4;
        }

         .modal-footer input:hover {
            color: #fff;
        }
.kj-btn-form input {
    width: 140px;
    background-color: #025dac;
    color:#fff;
    height:38px;
}
.kj-btn-form {
    text-align:right;
}

.kj-left {
    position: fixed;
    right: 0;
    top: 40%;
    z-index: 200;
}

    .kj-left li {
        list-style: none;
        color: #000;
        width: 60px;
        height: 60px;
        padding: 10px 0;
        background-color: #fff;
        text-align: center;
        font-size: 12px;
        border: 1px solid #dcdcdc;
        transition-duration: 0.39s;
        position: relative
    }

        .kj-left li div {
            position: absolute;
            left: -120px;
            top: 0;
            width: 120px;
            background-color: #025dac;
            min-height: 35px;
            display: none;
            padding: 10px;
        }

            .kj-left li div a {
                color: #fff;
            }

            .kj-left li div img {
                width: 80%;
            }

        .kj-left li i {
            font-size: 26px;
        }

        .kj-left li:hover {
            background-color: #025dac;
            color: #fff;
            text-decoration: none;
        }

            .kj-left li:hover div {
                display: block;
            }

.kj-default-swiper1 {
    height: 495px;
}
.kj-data{
    padding:0;
}
.kj-data li{
    list-style:none;
    padding:30px;
    border:1px solid #ddd;
    transition-duration:.39s;
}
.kj-data li a{
    color:#333;
}
.kj-data li a i{
    margin-left:15px;
}
    .kj-data li:hover{
        background:#24324a;
        color:#fff;
    }
    .kj-data li:hover a{
        color: #fff;
    }
.ShopCartBox{
    display:none;
}
.kj-pro-swiper-img img{
    height:330px;
    max-width:100%;
}

@media screen and (max-width: 1400px) {
    .kj-index-about .kj-swiper-ad .kj-ad-inside {
        height: 335px;
    }
}