.noPro{text-align:center;width:100%; margin:30px 0;}
.noPro img{height:150px;margin-bottom:30px;}
.noPro span{display:block;font-size:14px;color:#999;}
/*手机浮动*/

/*大包装询价*/
#blukquote_dialog .formcolumn-item{display:flex;align-items:center;margin-bottom:12px;}
#blukquote_dialog .formcolumn-item dt{font-size:14px;color:#555;margin-right:10px;width:130px;}
#blukquote_dialog  .formcolumn-item dd{width:calc(100% - 100px);position:relative}
#blukquote_dialog  .formcolumn-item dd input{width:90%;height:38px;line-height:38px;padding:0 10px;border:1px solid #dedede;border-radius:3px;box-shadow:none;transition:border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;}
#blukquote_dialog .formcolumn-item dd input:focus{border:1px solid #66afe9;outline:0 none;box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px rgba(102, 175, 233, 0.6)}
#blukquote_dialog  .formcolumn-item dd textarea {
    width: 90%;
    height: 150px;
    padding: 5px 10px;
    border: 1px solid #dedede;
    border-radius: 3px;
    box-shadow:none;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    resize:none;
}
#blukquote_dialog  .formcolumn-item dd textarea:focus{border:1px solid #66afe9;outline:0 none;box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px rgba(102, 175, 233, 0.6)}
#blukquote_dialog  .formcolumn-item dd .form-vcodebox img{height:38px;}
#blukquote_dialog  .formcolumn-item-ct{display:flex;line-height:38px;}
#blukquote_dialog  .formcolumn-item dd .form-vcodebox{width:110px;order:1;height:38px;margin-left:10px;}
#blukquote_dialog  .formcolumn-item dd .formcom-vcode{width:62%;}
#blukquote_dialog .formcolumn-item dd .required{order:3;margin-left:10px;font-weight:bold;}
#blukquote_dialog .formcolumn-item.formcolumn-item-tips{margin-bottom:0;}
#blukquote_dialog .formcolumn-item.formcolumn-item-tips .text{font-size:12px;color:#FF0D0D;}

#blukquote_dialog  .formcolumn-item dd .formcolumn-item-tips{order:4; flex:0 0 auto;}
#blukquote_dialog .modal-footer{border-top:0;padding:0 0 50px 0;}
#blukquote_dialog .modal-footer input{background:#02468D;color:#fff;width:40%;padding:0;font-size:16px;height:40px;transition:all 0.2s linear 0s;}
#blukquote_dialog .modal-footer input:hover{background:#02468D;}
    #blukquote_dialog .modal-footer input:hover {
        color: #fff;
        background: #DD2620;
        border-color: #DD2620;
    }
/*筛选*/
.filter_box {
    background-color: #fff;
    padding: 10px 15px;
   
}

    .filter_box ul {
        display: block;
        width: 100%;
    }

        .filter_box ul li {
            display: flex;
            padding: 8px 0;
        }

            .filter_box ul li:first-child {
                border-top: 0;
            }

            .filter_box ul li label {
                width: 120px;
                font-size: 14px;
                font-weight: bold;
                color: #333;
                line-height: 24px;
            }

            .filter_box ul li .filter_btn {
                width: calc(100% - 130px);
                display: flex;
                flex-wrap: wrap;
                height: 24px;
                overflow: hidden;
            }

                .filter_box ul li .filter_btn a {
                    height: 24px;
                    line-height: 24px;
                    font-size: 14px;
                    color: #333333;
                    margin-right: 25px;
                }

                    .filter_box ul li .filter_btn a:hover {
                        color: #e60012;
                        font-weight: bold;
                    }

                    .filter_box ul li .filter_btn a.active {
                        color: #e60012;
                        font-weight:bold;
                    }

            .filter_box ul li .viewmore {
                width: 70px;
                justify-content: flex-end;
                color: #999;
                line-height: 24px;
                font-size: 13px;
                display: inline-flex;
                align-items: center;
            }

                .filter_box ul li .viewmore i {
                    font-size: 14px;
                    margin-left: 3px;
                }

                .filter_box ul li .viewmore:hover {
                    color: #db0000;
                }

/*文章*/
.article_box{display:flex;align-items:flex-start;background:#fff;border-radius:5px;padding:15px;}
.article_box .article_left{width:200px;margin-right:36px;}
.article_box .article_left ul{display:block;}
.article_box .article_left ul li{display:block;transition:all 0.2s linear 0s;border-top:1px solid #dcdcdc;padding-top:8px;padding-bottom:6px;}
.article_box .article_left ul li:first-child{border-top:0;padding-top:0;}
.article_box .article_left ul li .title{display:block;height:46px;line-height:46px;font-size:16px;color:#333333;font-weight:bold;}
.article_box .article_left ul li .btn_box a{margin-bottom:4px;display:flex;justify-content: space-between;padding-left:20px;height:32px;align-items:center;font-size:14px;color:#666666;border-left:3px solid transparent;}
.article_box .article_left ul li .btn_box a:hover{background:#f1f1f1;color:#02468D;border-left-color:#02468D;}
.article_box .article_left ul li .btn_box a.active{background:#f1f1f1;color:#02468D;border-left-color:#02468D;font-weight:bold;}
.article_box .article_right{width:100%;}
.article_box .article_right .article_title{border-bottom:2px solid #d2d2d2;height:46px;line-height:46px;font-size:18px;color:#333333;font-weight:bold;}
.article_box .article_right .article_content{padding:25px 0;font-size:14px;color:#333333;line-height:26px;overflow:hidden;}
.article_box .article_right .article_content img{max-width:100%;height:auto !important;}

/*联系我们**/
.contact_us_box h1{font-size:30px;color:#02468D;line-height:48px;font-weight:bold;margin-top:40px;}
.contactUs_info{display:flex;justify-content: space-between;align-items:flex-start;}
.contactUs_info .code_box{width:110px;text-align:center;}
.contactUs_info .code_box img{max-width:100%;}
.contactUs_info .code_box span{display:block;font-size:14px;color:#333333;}
.contactUs_info .left{display:block;flex:1;flex-wrap:wrap;margin-top:26px;}
.contactUs_info .left span{display:flex;align-items:center;font-size:15px;color:#333333;line-height:24px;flex:0 0 40%;margin-bottom:12px;}
.contactUs_info .left span a{color:#333;}
.contactUs_info .left span a:hover{color:#02468D;text-decoration:underline;}
.contactUs_info .left span i{color:#02468D;font-size:17px;width:30px;}
.contact_us_box .map_box{width:100%;height:415px;background:#f1f1f1;margin-top:30px;}


/*新闻列表*/
.product_nav{display:flex;flex-wrap:wrap;margin-bottom: 15px;justify-content: flex-end;}
.product_nav a{margin-left: 20px;margin-bottom:10px;width: 150px;height: 38px;line-height: 38px;background:#d0d5d9;font-size: 15px;color:#333333;text-align:center;}
.product_nav a:nth-child(5n){margin-right:0;}
.product_nav a:hover{background:#02468D;color:#fff;}
.product_nav a.active{background:#02468D;color:#fff;}
.product_nav a:active{position:relative;top:2px;}

.news_list_container{display:flex;}
.news_list_box{width:100%;}
.news_list_box .news_list{display:block;width:100%;}
.news_list_box .news_list li{width:100%;padding:35px 0;border-bottom:1px solid #eeeeee;display:flex;}
.news_list_box .news_list li:first-child{padding-top:0;}
.news_list_box .news_list li .img_btn{width:370px;height:210px;overflow:hidden;transition:all 480ms ease 0s;margin-right:35px;display:block;}
.news_list_box .news_list li .right{width:calc(100% - 405px);overflow:hidden;}
.news_list_box .news_list li .right .name_btn{margin-top:7px;display:block;width:100%;font-size:23px;color:#02468D;line-height:28px;height:28px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;}
.news_list_box .news_list li .right .name_btn:hover{text-decoration:underline;}
.news_list_box .news_list li .right .time{margin:10px 0 20px 0;font-size:14px;color:#999999;display:flex;align-items:center;line-height:18px;}
.news_list_box .news_list li .right .time i{margin-right:5px;font-size:14px;}
.news_list_box .news_list li .right .info{width:100%;font-size:14px;color:#666666;line-height:28px;margin-bottom:45px;height:56px;overflow:hidden;}
.news_list_box .news_list li .right .more_btn{display:block;font-size:14px;color:#666666;line-height:24px;height:24px;}
.news_list_box .news_list li .right .more_btn i{color:#02468D;margin-right:5px;}
.news_list_box .news_list li .right .more_btn:hover{color:#02468D;}
.kj_news_active{background:#fff;border-radius:5px;padding:30px 40px 30px 30px!important;}
.kj_news_active .kj-main-articleinfo-title{font-size:30px;color:#333;margin-bottom:12px;line-height:36px;}
.kj_news_active .kj-article-time{color:#999;}
.kj_news_active .kj-article-content{color:#333; padding-bottom:50px;line-height: 30px;margin-top:20px;}
.kj_news_active .kj-article-content img{max-width:100%;vertical-align:bottom;}
.kj_news_active .kj-article-bottom{ border-top: 1px solid rgb(242,242,242); margin-top:20px;padding-top:15px;}
.kj_news_active .kj-article-bottom span{display:block;line-height:32px;}
.kj_news_active .kj-article-bottom a{color:#333;}
.kj_news_active .kj-article-bottom a:hover{color:#02468D;text-decoration:underline;}
.kj_news_active .kj_news_product{margin:0 auto;display:block;height:42px;line-height:42px;padding:0 15px;background:#02468D;font-size:14px;color:#fff;width:130px;text-align:center;}
.kj_news_active .kj_news_product:hover{background:#02468D;}
.kj_news_active .kj_news_product:active{position:relative;top:2px;}
.kj-noproduct-search p{display:block;height:40px;line-height:40px;text-align:center;}
/*手机浮动*/
.phone_footer_nav{position:fixed;bottom:0;left:0;width:100%;z-index:100;background:#fff;height:50px;display:none;}
.phone_footer_nav:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: #d2d2d2;
    content: "";
    -webkit-transform: scale(1,0.5);
    transform: scale(1,0.5);
    -webkit-transform-origin: center top;
    transform-origin: center top;
}
.phone_footer_nav a{float:left;display:inline-block;width:25%;text-align:center;color:#000;font-size:12px;transform: scale(0.9);padding-top:7px;}
.phone_footer_nav a i{width:20px;height:20px;display:block;margin:0 auto 3px auto;}
.phone_footer_nav a:nth-child(1) i{background:url("../images/phone_menu.png") no-repeat 0 0;background-size:40px auto;}
.phone_footer_nav a:nth-child(2) i{background:url("../images/phone_menu.png") no-repeat 0 -20px;background-size:40px auto;}
.phone_footer_nav a:nth-child(3) i{background:url("../images/phone_menu.png") no-repeat 0 -40px;background-size:40px auto;}
.phone_footer_nav a:nth-child(4) i{background:url("../images/phone_menu.png") no-repeat 0 -60px;background-size:40px auto;}
.phone_footer_nav a.active{color:#018a9c;}
.phone_footer_nav a.active:nth-child(1) i{background:url("../images/phone_menu.png") no-repeat -20px 0;background-size:40px auto;}
.phone_footer_nav a.active:nth-child(2) i{background:url("../images/phone_menu.png") no-repeat -20px -20px;background-size:40px auto;}
.phone_footer_nav a.active:nth-child(3) i{background:url("../images/phone_menu.png") no-repeat -20px -40px;background-size:40px auto;}
.phone_footer_nav a.active:nth-child(4) i{background:url("../images/phone_menu.png") no-repeat -20px -60px;background-size:40px auto;}
.kj-nav-all h4 {
    margin-bottom: 20px;
    font-weight: bold;
}

.kj-nav-list2 li {
    margin-bottom: 15px;
    position: relative;
}

    .kj-nav-list2 li i {
        position: absolute;
        right: 0;
    }

.kj-nav-list2 li {
    margin-top: 20px;
    padding-left: 20px;
}
.kj-modal.in .modal-dialog {
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: right;
    height: 100vh;
}

#phone-search-box {
    display: flex;
    margin: 0;
}

.kj-modal.in .modal-content {
    border: 0;
    border-radius: 0;
    width: 80%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
}



.kj-modal .modal-header:after, .kj-modal .modal-header:before {
    display: none;
}

.kj-modal .btn-default {
    border: none;
    padding: 0;
}

.kj-concactus-form .formcolumn-item {
    display: flex;
    align-items: center;
    flex-wrap:wrap;
    margin-bottom: 25px;
    width: 100%;
}

    .kj-concactus-form .formcolumn-item dt {
        font-size: 14px;
        color: #555;
        margin-bottom:10px;
        width: 50%;
    }

    .kj-concactus-form .formcolumn-item dd {
        width: 100%;
        position: relative;
    }

        .kj-concactus-form .formcolumn-item dd input {
            width: 50%;
            height: 38px;
            line-height: 38px;
            padding: 0 10px;
            border-radius: 3px;
            box-shadow: none;
            transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
            border: 1px solid #02468D;
        }

            .kj-concactus-form .formcolumn-item dd input:focus {
                outline: 0 none;
            }

        .kj-concactus-form .formcolumn-item dd textarea {
            width: 50%;
            height: 100px;
            border-radius: 3px;
            padding: 5px 10px;
            border: 1px solid #dedede;
            border-radius: 3px;
            box-shadow: none;
            border: 1px solid #02468D;
            border-radius: 3px;
            background-color: #ffff;
            /* border: 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 {
                outline: 0 none;
            }

        .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: 2px;
    display: flex;
    align-items: center;
}

.kj-concactus-form .formcolumn-item dd .formcom-vcode {
    width: 19%;
}

.kj-concactus-form .formcolumn-item dd .required {
    order: 3;
    margin-left: 10px;
    font-weight: bold;
}

.kj-concactus-form .formcolumn-item dd .formcolumn-item-tips {
    order: 4;
}



.kj-concactus-form form {
    display: flex;
    flex-wrap: wrap;
}

.kj-btn-form {
    width: 100%;
    text-align: left;
}

    .kj-btn-form input {
        width: 100%;
        height: 45px;
        background-color: #02468D;
        color: #fff;
        font-size:18px;
        border-radius: 4px;
        width: 150px;
    }

        .kj-btn-form input:hover {
            background-color: #4e8536;
            color: #fff;
        }

.kj-concactus-form {
    margin: 35px 0 0;
}
/*产品详情*/
.kj-detail-swiper {
    width: 365px;
    padding-right: 15px;
}

    .kj-detail-swiper .swiper {
        width: 100%;
        height: 100%;
    }

    .kj-detail-swiper .mySwiper {
        margin-top: 10px;
    }

        .kj-detail-swiper .mySwiper .swiper-slide {
            height: 50px;
            overflow: hidden;
            border-radius: 3px;
            border: 1px solid #d3d3d3;
        }

            .kj-detail-swiper .mySwiper .swiper-slide.active {
                border-color: #02468D;
            }

    .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-slide img {
            max-width: 100%;
        }

    .kj-detail-swiper .swiper {
        width: 100%;
        height: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .kj-detail-swiper .mySwiper2 {
        width: 100%;
        height: 285px;
    }

        .kj-detail-swiper .mySwiper2 .swiper-slide {
        }

.kj-detail-product-in-bottom {
    margin-top: 20px;
    border-left: 1px solid #e6e8e9;
    border-right: 1px solid #e6e8e9;
    border-bottom: 1px solid #e6e8e9;
}

    .kj-detail-product-in-bottom .table {
        margin: 0;
        box-shadow: 0 0 5px 0px #ccc;
        text-align: center;
    }

        .kj-detail-product-in-bottom .table thead {
            background-color: #f4f4f4;
        }

            .kj-detail-product-in-bottom .table thead tr {
                border-top: 1px solid #e6e8e9;
                border-bottom: 1px solid #e6e8e9;
            }

        .kj-detail-product-in-bottom .table th {
            text-align: center;
            border: 0;
        }

        .kj-detail-product-in-bottom .table .kj-num {
            width: 65px;
            height: 28px;
            border: 1px solid #949494;
            display: flex;
            align-items: center;
            margin: 0 auto;
            position: relative;
            top: 6px;
            font-size: 15px;
            background-color: #fff;
            border-radius: 3px;
        }

            .kj-detail-product-in-bottom .table .kj-num input {
                width: 20px;
                height: 19px;
                text-align: center;
                border: 0;
                outline: none;
            }

            .kj-detail-product-in-bottom .table .kj-num span {
                display: inline-block;
                width: 20px;
                height: 26px;
                line-height: 26px;
                text-align: center;
                color: #666;
            }

        .kj-detail-product-in-bottom .table tr td {
            height: 40px;
            line-height: 40px;
            padding: 0;
        }

        .kj-detail-product-in-bottom .table > tbody > tr > td,
        .kj-detail-product-in-bottom .table > tbody > tr > th,
        .kj-detail-product-in-bottom .table > tfoot > tr > td,
        .kj-detail-product-in-bottom .table > tfoot > tr > th,
        .kj-detail-product-in-bottom .table > thead > tr > td,
        .kj-detail-product-in-bottom .table > thead > tr > th {
            border: none;
        }

        .kj-detail-product-in-bottom .table thead {
            background-color: transparent;
        }

.kj-color {
    color: #999;
}

.kj-margin {
    margin-bottom: 15px;
}

.kj-detail-info {
    width: calc(100% - 365px);
}

    .kj-detail-info h1 {
        font-size: 16px;
        font-weight: bold;
        padding-bottom: 15px;
        border-bottom: 1px solid #e5e5e5;
        padding-top: 10px;
        margin-bottom: 10px;
    }

    .kj-detail-info ul {
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
    }

        .kj-detail-info ul li {
            margin-right: 30px;
            list-style: none;
            margin-bottom: 30px;
        }

.kj-nav .breadcrumb > li:last-child a {
    color: #02468D;
}

.kj-detail-other-info {
  margin-top:40px;
}

    .kj-detail-other-info a {
        display: inline-block;
        text-decoration: none;
    }

    .kj-detail-other-info a {
        margin-right: 15px;
        width: 155px;
        height: 45px;
        font-size: 16px;
        border-radius: 3px;
        text-align: center;
        line-height: 43px;
        border: 1px solid #02468D;
        background-color:#02468D;
        color:#fff;
    }
        .kj-detail-other-info a:hover {
            background-color: #DD2620;
            color: #fff;
            border: 1px solid #DD2620;
        }
        .kj-detail-three-tab .nav-tabs {
            border-bottom: 1px solid #dddddd;
        }

    .kj-detail-three-tab .nav-tabs li {
        margin-bottom: 0;
    }

.kj-detail-three-tab .nav > li > a {
    padding: 9px 36px;
    font-size: 16px;
    border-radius: 0;
    background-color: #e4e4e4;
    margin: 0;
    margin-right: 3px;
    color: #000;
    border: none;
}


    .kj-detail-three-tab .nav-tabs > li.active > a,
    .kj-detail-three-tab .nav-tabs > li.active > a:focus,
    .kj-detail-three-tab .nav-tabs > li.active > a:hover,
    .kj-detail-three-tab .nav > li > a:hover {
        color: #fff;
        background-color: #007b74;
        border: none;
        border-radius: 0;
    }

.kj-detail-table {
    padding: 10px;
    border: 1px solid #ddd;
    margin-top: 10px;
}

    .kj-detail-table .table > tbody > tr > th {
        width: 105px;
        background-color: #fff;
        text-align: left;
        padding: 10px;
    }

    .kj-detail-table .table > tbody > tr > td {
        padding: 10px;
        padding-left: 40px;
    }

    .kj-detail-table .table th {
        border-right: 1px solid #e4e4e4;
    }

    .kj-detail-table .table {
        margin: 0;
    }

.kj-related-pro {
    position: relative;
}

    .kj-related-pro h4 {
        font-size: 20px;
        margin-top: 35px;
        font-weight: bold;
    }

    .kj-related-pro .swiper-button-next {
        right: -50px;
    }

    .kj-related-pro .swiper-button-prev {
        left: -50px;
    }

    .kj-related-pro .swiper-button-prev,
    .kj-related-pro .swiper-button-next {
        background-image: none;
    }

        .kj-related-pro .swiper-button-prev i,
        .kj-related-pro .swiper-button-next i {
            font-size: 60px;
            color: #9a9a9a;
        }

            .kj-related-pro .swiper-button-prev i:hover,
            .kj-related-pro .swiper-button-next i:hover {
                color: #007b74;
            }

    .kj-related-pro .swiper-button-next,
    .kj-related-pro .swiper-button-prev {
        top: 58%;
        height: 26px;
    }

        .kj-related-pro .swiper-button-next:after, .kj-related-pro .swiper-button-prev:after {
            display: none;
        }

.kj-default-related {
    margin-top: 20px;
}

.kj-detail-info .kj-table {
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

.kj-detail-info .right_info .name_btn {
    font-size: 25px;
    margin-bottom: 30px;
    line-height: initial;
}

.kj-detail-info .right_info .basic_text_all {
    margin-bottom: 10px;
}

.kj-proBox {
    margin-bottom: 20px;
}

.kj-detailTable .table > tbody > tr > td img {
    width: 100px;
}
.right_info {
    padding-bottom: 20px;
    margin-right:35px;
    padding-top:45px;
    border-bottom: 1px dashed #e9e9e9;
}
.right_info .name_btn {
    margin-bottom: 35px;
    font-size: 28px;
    font-weight: bold;
    display: block;
}
.basic_text{
    font-size:15px;
    margin-bottom:15px;
}
.basic_text label{
    font-weight:normal;
    color:#999;
}
.kj-detailTable .nav-tabs {
    border-bottom: 2px solid #e7e7e7;
}
.kj-detailTable  .nav-tabs > li{
    margin:0;
}
    .kj-detailTable .nav-tabs > li.active > a, .kj-detailTable .nav-tabs > li.active > a:hover, .kj-detailTable .nav-tabs > li.active > a:focus, .kj-detailTable .nav-tabs > li > a:hover {
        border-top: 0;
        border-radius: 0;
        border-left: none;
        color: #333;
        background-color: transparent;
    
        border:none;
    }
    .kj-detailTable .nav-tabs > li a {
        border-top: 0;
        font-size:24px;
        border-left: none;
        border-right: 1px solid #e8e8e8;
        border-radius: 0;
        margin: 0;
    }
.kj-detailTable .tab-pane {
    border-top: none;
    padding:35px 0px;
    font-size:20px;
    line-height:28px;
    min-height:545px;
}
#Details .table > thead > tr > th, .table > tbody > tr > th, #Details .table > tfoot > tr > th, .table > thead > tr > td, #Details .table > tbody > tr > td, .table > tfoot > tr > td {
    border: none;
    font-size: 16px;
}
.kj-detailTable .table > tbody > tr td:nth-of-type(odd) {
    color: #999;
    width: 200px;
}
.kj-cart .btn-default{
    background-color:transparent;
    font-weight:bold;
}
.kj-cart .btn-default:hover{
    color:#02468D;
}
.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
    background-color: transparent;
    outline:none;
    color: #02468D;
}
.kj-cart .dropdown-menu{
    padding:0;
}
.kj-detail-other-info .modal-dialog{
    background-color:#fff;
}
.kj-detail-other-info .modal-content{
    border:none;
    padding:20px;
}
.senior_form{
    width:100%;
}
.senior_form .input-group {
    width: 100%;
}
    .senior_form .input-group input{
        width:100%;
    }
    .kj-detail-other-info .modal {
        padding-right: 0 !important;
    }
.kj-detail-other-info div a.kj-down {
    width: auto;
    height: auto;
    line-height: initial;
    background-color:#fff;
    border-color:#fff;
    font-size: 12px;
    color: #333 !important;
}
    .kj-detail-other-info div a.kj-down:hover {
        background-color: #fff;
        border-color: #fff;
        color: #02468D !important;
    }



.container {
  padding: 0;
  width: 1200px;
}
.kj-site-top {
  background-color: #fff;
  font-size: 13px;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-family: "微软雅黑", Arial, Helvetica, sans-serif;
}
body {
  background-color: #f5f5f5;
}
a {
  color: #333;
}
a:hover {
  color: #02468D;
  transition-duration: 0.39s;
}
.kj-site-top-logo {
  width: 360px;
}
.kj-top-search {
  height: 140px;
  display: flex;
  align-items: center;
  align-self: start;
}
.kj-phone-search {
  display: none;
  transition-duration: 0.39s;
}
.kj-site-top-search-center-all {
  padding-left: 85px;
  display: flex;
  align-items: center;
}
.kj-site-top-search-center {
  border: 2px solid #02468D;
  border-radius: 0;
  position: relative;
  width: 100%;
}
    .kj-site-top-search-center .btn-default:hover {
        background-color: #DD2620;
        color: #fff;
    }
.kj-site-top-search-center input {
  height: 35px;
  border: none;
  padding-left:45px;
  border-radius: 0;
  outline: none;
  width: 95% !important;
}
.kj-site-top-search-center input:focus {
  box-shadow: none;
}
.kj-site-top-search-center button {
  height: 35px;
  width: 80px;
  border: none;
  border-radius: 0 !important;
  color: #fff;
  font-size: 15px;
  background-color: #02468D;
  transition-duration: 0.39s;
}
#kj-site-top-nav-button {
  background-color: #02468D;
}
#kj-site-top-nav-button span {
  background-color: #fff;
}
.kj-site-top-nav {
  border-radius: 0 !important;
  margin-bottom: 0 !important;
  min-height: 0 !important;
  background-color: #fff;
  border: none;
}
.kj-site-top .navbar-collapse {
  padding: 0;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.kj-site-top .navbar-collapse .navbar-nav {
  float: none;
}
.kj-site-top .navbar-collapse::before,
.kj-site-top .navbar-collapse::after {
  display: none;
}
.kj-site-top-nav .navbar-collapse .navbar-nav li {
  transition-duration: 0.39s;
}
.kj-site-top-nav .navbar-collapse .navbar-nav li a {
  display: inline-block;
  padding: 0;
  color: #333;
  font-size: 17px;
  font-weight: bold;
  padding: 10px 30px;
  transition-duration: 0.39s;
}
.kj-site-top-nav .navbar-collapse .navbar-nav li a i {
  margin-right: 20px;
}
.kj-site-top-nav .navbar-nav > li.active > a,
.kj-site-top-nav .navbar-nav > li > a:focus,
.kj-site-top-nav .navbar-nav > li > a:hover {
  background-color: #02468D;
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.kj-phone {
  font-size: 13px;
  display: flex;
  color:#666;
  align-items: center;
}
.kj-phone span {
  margin-right: 10px;
  color: #e60012;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.kj-phone span i {
  font-size: 24px;
  margin-right: 5px;
}
.kj-default-swiper1 {
  height: 520px;
}
.kj-default-swiper1 .swiper-slide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.kj-default-swiper1 .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: #fff;
  width: 10px;
  height: 10px;
  margin: 0 10px;
}
.kj-default-swiper1 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #02468D;
}
.kj-indexClassity {
  margin-top: 45px;
}
.kj-indexClassity .row {
  margin: 0;
  margin-right: -1px;
}
.kj-indexClassity .col-md-3,
.kj-indexClassity .col-md-9 {
  padding: 0;
  padding-right: 1px;
}
.kj-indexClassity .kj-box {
  transition-duration: 0.39s;
  display: flex;
  align-items: flex-end;
  padding: 20px;
  height: 207px;
  text-decoration: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-bottom: 1px;
}
    .kj-indexClassity .kj-box span {
        color: #fff;
        display:block;
        font-size: 16px;

        width: 100%;
    }
    .kj-indexClassity .kj-box span i{
        word-break: break-all;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        font-style:normal;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
        .kj-indexClassity .kj-box span::after {
            content: "";
            transition-duration: 0.39s;
            display: block;
            margin-top: 15px;
            width: 45px;
            height: 2px;
            background-color: #fff;
        }
.kj-indexClassity .kj-box2 {
  height: 415px;
}
.kj-indexClassity .kj-box:hover {
  background-size: 110% 110%;
}
.kj-indexClassity .kj-box:hover span::after {
  width: 100%;
}
.kj-header {
  font-size: 28px;
  font-weight: bold;
  display: flex;
  align-items: flex-end;
  margin: 45px 0 20px;
  justify-content: space-between;
}
.kj-header a {
  font-size: 14px;
  font-weight: normal;
  color: #666;
}
    .kj-header a:hover{
        color:#02468D;
        text-decoration:underline;
    }
    .kj-indexBrand {
        border-top: 1px solid #dcdcdc;
        border-left: 1px solid #dcdcdc;
    }
.kj-indexBrand .row {
  margin: 0;
}
.kj-indexBrand .col-md-2 {
  padding: 0;
  width: 20%;
}
.kj-indexBrand .kj-brand {
  background-color: #fff;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
.kj-indexBrand .kj-brand img {
  max-width: 100%;
  transition-duration: 0.39s;
}
.kj-indexBrand .kj-brand:hover img {
  transform: scale(0.8);
}
.kj-indexPro .nav-tabs {
  border: none;
}
.kj-indexPro .nav-tabs li {
  margin-bottom: 0;
}
.kj-indexPro .nav-tabs li a {
  margin: 0;
  border: none;
  color:#333;
  display: flex;
  align-items: center;
  padding: 0;
}
.kj-indexPro .nav-tabs li a:hover {
  background-color: transparent;
  color: #02468D;
}
.kj-indexPro .nav-tabs li a::after {
  content: "";
  display: inline-block;
  border-left: 1px solid #c1c1c1;
  height: 15px;
  margin: 0 15px;
}
.kj-indexPro .nav-tabs li.active a {
  background-color: transparent;
  border: none;
}
.kj-indexPro .nav-tabs li:last-child a::after {
  display: none;
}
.kj-indexPro .row {
  margin-left: 0;
  margin-right: -10px;
}
.kj-indexPro .col-md-2,
.kj-indexPro .col-md-3,
.kj-indexPro .col-sm-3 {
  padding-left: 0;
  padding-right: 10px;
}
.kj-indexPro .col-md-2 {
  width: 20%;
}
.kj-indexPro .col-md-10 {
  padding-left: 0;
  padding-right: 10px;
  width: 80%;
}
.kj-indexPro .kj-leftbox {
  height: 520px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.kj-pro {
  padding: 0 20px 25px 20px;
  background-color: #fff;
  margin-bottom: 10px;
}
.kj-pro a.kj-img {
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}
    .kj-pro a.kj-img img {
        transition-duration: 0.39s;
        max-width: 80%;
        max-height: 180px;
    }
.kj-pro a.kj-title {
  font-weight: bold;
  display: block;
  height: 50px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.kj-pro:hover a.kj-img img {
  transform: scale(0.8);
}
.kj-footer {
  min-height: 305px;
  background-color: #fff;
  margin-top: 55px;
}
.kj-footer .kj-footTop {
  padding: 40px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.kj-footer .kj-footTop .kj-box {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
}
.kj-footer .kj-footTop .kj-box img {
  margin-right: 20px;
}
.kj-footer .kj-footTop .kj-box span {
  line-height: 24px;
}
.kj-footer .kj-footBtm {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
.kj-footer .kj-left {
  width: calc(100% - 180px);
}
.kj-footer .kj-left hr {
  border-top: 1px solid #d1d1d2;
}
.kj-footer .kj-left .kj-a {
  line-height: 34px;
  color: #666;
}
.kj-footer .kj-left .kj-a a {
  color: #666;
}
.kj-footer .kj-right {
  margin-left: 60px;
}
.kj-footer .kj-right img {
  width: 120px;
}
.kj-footer .kj-contact {
  font-size: 15px;
  display: flex;
  align-items: center;
}
.kj-footer .kj-contact span {
  display: flex;
  align-items: center;
  margin-right: 35px;
}
.kj-footer .kj-contact i {
  color: #02468D;
  margin-right: 10px;
  font-size: 24px;
}
.kj-footer-ipad {
  margin-top: 30px;
  background-color: #eee;
  height: 55px;
  display: none;
  align-items: center;
  justify-content: center;
  color: #333;
}
.kj-footer-ipad i {
  font-style: normal;
  margin: 0 10px;
}
.kj-footer-ipad span {
  display: block;
  height: 1px;
  width: 40px;
  background-color: #333;
}
@media screen and (max-width: 1260px) {
  .container {
    padding: 0;
    width: 1170px;
  }
}
.kj-prolist {
  margin-left: 0;
}
.kj-prolist .kj-pro {
  margin-bottom: 15px;
}
.kj-prolist .col-sm-3 {
  width: 20%;
  padding-left: 0;
}
.kj-classityOut {
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 15px 20px;
  margin-bottom: 15px;
}
.kj-classityOut span {
  flex: 0 0 90px;
  margin-right: 10px;
  color: #999;
}
.kj-classity {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.kj-classity li {
  list-style: none;
  line-height: 30px;
  margin-right: 20px;
}
    .kj-classity li.active a{
        color:#02468D;
        font-weight:bold;
    }
    .kj-nav {
        background-color: transparent;
        margin-bottom: 10px;
    }
.kj-nav .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 45px;
}
.kj-nav .container:before,
.kj-nav .container:after {
  display: none;
}
.kj-nav .breadcrumb {
  background-color: transparent;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.kj-nav .breadcrumb a {
  color: #999;
}
.kj-nav .breadcrumb a:hover {
  color: #333;
}
.kj-nav .breadcrumb li:last-child span {
  color: #333;
  font-weight: bold;
}
.kj-nav .breadcrumb > li + li:before {
  content: ">";
  color: #333;
}
.kj-AB {
  padding: 45px 30px 145px;
  background-color: #fff;
}
.kj-index-contact .media-left {
  padding-left: 20px;
  padding-right: 0;
}
.kj-index-contact .media-left a {
  display: block;
}
.kj-index-contact .media-body {
  color: #666;
}
.kj-index-contact .media-body div.kj-indexContent {
  line-height: 32px;
  margin-top: -5px;
  font-size: 16px;
}
.kj-index-contact .kj-header2 {
  font-size: 26px;
  color: #333;
  font-weight: bold;
  margin-bottom: 20px;
}
.kj-indexPro-out{
  min-height:30px
}
.kj-navigation-page {
    text-align: center;
    margin-top: 20px;
}

    .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.active > a,
        .kj-navigation-page .pagination > li > span:focus,
        .kj-navigation-page .pagination > li > span:hover {
            background: #02468D;
            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;
    }
#topsearchbox{
    position:relative;
}
#topsearchbox i {
    position: absolute;
    z-index:9;
    left:15px;
    font-size:20px;
    color:#999;
    top:50%;
    transform:translateY(-50%);
}
.news_list_container{
    background-color:#fff;
    border-radius:5px;
    padding:20px;
    padding-bottom:0;
}
.kj-proBox{
    background-color:#fff;
    padding-bottom:30px;
}
.kj-mySwiper{
    padding-left:30px;
}
.kj-detailTable{
    background-color:#fff;
    padding:0 15px;
    padding-top:20px;
}
.navbar-nav > li > .dropdown-menu{
    padding:0;
    margin:0;
    top:100%;
    border:none;
}
.kj-site-top-nav .navbar-collapse .navbar-nav li .dropdown-menu a {
    font-size: 14px;
    font-weight: normal;
    display: block;
}
    .kj-site-top-nav .navbar-collapse .navbar-nav li .dropdown-menu a:hover{
        background-color:#02468D;
        color:#fff;
    }
    .kj-site-top-nav .navbar-nav > .open > a, .kj-site-top-nav .navbar-nav > .open > a:hover, .kj-site-top-nav .navbar-nav > .open > a:focus {
        background-color: #02468D;
        color: #fff !important;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
/*float*/
.float_box {
    position: fixed;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.2s linear 0s;
    z-index: 1000;
}

    .float_box ul {
        display: block;
        width: 64px;
    }

        .float_box ul li {
            position: relative;
            display: block;
            width: 64px;
            height: 64px;
            background-image: linear-gradient(to right, #fff, #fff);
            text-align: center;
            vertical-align: bottom;
            transition: all 0.2s linear 0s;
            cursor: pointer;
            border: 1px solid #dcdcdc;
        }

            .float_box ul li:nth-child(5) {
                margin-top: 8px;
            }

            .float_box ul li i {
                font-size: 24px;
                color: #333;
                display: block;
                line-height: 30px;
                padding-top: 9px;
                transition: all 0.2s linear 0s;
            }

            .float_box ul li span {
                font-size: 12px;
                color: #333;
                display: block;
                line-height: 20px;
                transition: all 0.2s linear 0s;
            }

            .float_box ul li:hover {
                background: #02468D;
            }

                .float_box ul li:hover i {
                    color: #fff;
                }

                .float_box ul li:hover span {
                    color: #fff;
                }

            .float_box ul li .qq_box {
                position: absolute;
                right: 64px;
                top: 0;
                display: none;
                background: #02468D;
                border-radius: 3px;
                padding: 10px;
            }

                .float_box ul li .qq_box a {
                    font-size: 14px;
                    color: #fff;
                    display: block;
                    width: 230px;
                    line-height: 28px;
                    transition: all 0.2s linear 0s;
                }

                    .float_box ul li .qq_box a:hover {
                        text-decoration: underline;
                    }

            .float_box ul li .tel_box {
                display: none;
                position: absolute;
                right: 64px;
                top: 0;
                border-top: 4px solid #02468D;
                padding: 20px;
                font-size: 14px;
                background: #fff;
                line-height: 28px;
                width: 262px;
                box-shadow: 0 3px 8px rgba(0,0,0,0.15);
                border-radius: 3px;
            }

                .float_box ul li .tel_box i {
                    font-size: 42px;
                    color: #d3d3d3;
                    margin-right: 10px;
                }

                .float_box ul li .tel_box span {
                    color: #02468D;
                    font-size: 24px;
                    line-height: 28px;
                    text-align: left;
                }

                    .float_box ul li .tel_box span em {
                        display: block;
                        color: #aaa;
                        font-size: 14px;
                    }

            .float_box ul li .code_box {
                padding: 10px;
                background: #02468D;
                border-radius: 3px;
                position: absolute;
                right: 64px;
                top: 0;
                display: none;
            }

                .float_box ul li .code_box img {
                    width: 100px;
                }

                .float_box ul li .code_box span {
                    line-height: 18px;
                    color: #fff;
                }

            .float_box ul li#fqq:hover .qq_box {
                display: block;
            }

            .float_box ul li#ftel:hover .tel_box {
                display: flex;
            }

            .float_box ul li#weixin:hover .code_box {
                display: block;
            }
.float_box ul li:first-child {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    height: 80px;
    padding-top: 10px;
}

.float_box ul li {
    border: none;
    position: relative;
}

    .float_box ul li:nth-child(3) {
        border-bottom-left-radius: 40px;
        border-bottom-right-radius: 40px;
        height: 80px;
        padding-bottom: 10px;
    }

        .float_box ul:last-child li:last-child {
            border-radius: 50%;
            display: flex;
            align-items: center;
            height: 64px;
            padding: 0;
            justify-content: center;
            background-image: linear-gradient(to bottom, #416fa1, #02468D);
        }

    .float_box ul:last-child li:last-child i {
        color: #fff;
    }

    .float_box ul:last-child li:last-child::after {
        display: none;
    }

        .float_box ul:first-child {
            box-shadow: 0 0 5px #dde6ed;
            border-radius: 40px;
        }

.float_box ul:last-child {
    margin-top: 10px;
}

.float_box ul li:first-child::after, .float_box ul li:nth-child(2)::after {
    display: block;
    content: "";
    width: 80%;
    height: 1px;
    background-color: #e9e9e9;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.float_box ul:last-child li:last-child i, .float_box ul:last-child li:last-child a {
    padding: 0;
}
.kj-fangda{
    background-color:rgba(0,0,0,0.8);
    width:100vw;
    height:100vh;
    position:fixed;
    left:0;
    top:0;
    z-index:999;
    display:none;
    text-align:center;
}
.kj-fangda.active{
 display:block;
}
.kj-fangda img{
    width:50%;
    display:block;
    margin:50px auto 20px;
}
    .kj-fangda button {
        margin-right: 15px;
        width: 155px;
        height: 45px;
        font-size: 16px;
        border-radius: 3px;
        text-align: center;
        line-height: 43px;
        border: 1px solid #02468D;
        background-color: #02468D;
        color: #fff;
    }
.chat_us{
    width:180px;
    height:40px;
    text-align:center;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:10px;
    box-shadow:0 0 10px 10px rgba(0,0,0,0.1);
    background-color:#fff;
    position:fixed;
    right:10px;
    bottom:30px;
    z-index:999;
}
.chat_us i{
    color:#02468D;
    font-size:20px;
    margin-right:5px;
}
.follow i{
    color:#02468D;
    font-size:20px;
}
.follow{
    display:flex;
    align-items:center;
}
.follow a{
    margin-left:5px;
}
.swiper-button-next:after, .swiper-button-prev:after{
    display:none;
}
.kj-mySwiper{position:relative}
.kj-mySwiper .swiper-button-next{right:0;color:#02468D;}
.kj-mySwiper .swiper-button-prev{left:0;color:#02468D;}
.kj-detail-swiper .mySwiper .swiper-slide.swiper-slide-thumb-active {
    border-color: #02468D;
}
.kj-mySwiper .swiper-button-next i, .kj-mySwiper .swiper-button-prev i{font-size:20px;}
.basic_text_guige a{padding:3px 8px; border:1px solid #ddd;margin-right:5px;}
.basic_text_guige a:hover,.basic_text_guige a.active{
    border-color:#02468D;
}
.float_box ul li .wcode_box{width:268px;border-radius:5px;position:absolute;right:70px;top:0;display:none;flex-wrap:wrap;background:#fff;padding:10px 5px;box-shadow:0 3px 8px rgba(0,0,0,0.15);}
.float_box ul li .wcode_box .code_item{width:80px;margin:0 3px 5px 3px;text-align:center;background:#f1f1f1;padding:5px 5px 0 5px;border-radius:5px;transition:all 0.2s linear 0s;}
.float_box ul li .wcode_box .code_item img{max-width:100%;}
.float_box ul li .wcode_box .code_item span{font-size:12px;color:#333;display:block;line-height:24px;}
.float_box ul li .wcode_box .code_item:hover{background:#ddd;}
.float_box ul li#wcode:hover .wcode_box{display:flex;}
/*.prolist_box{
    display:flex;
}
.prolist_box .kj-classityOut{
    width:200px;
}
.prolist_box .right_box{
    width:calc(100% - 200px);
}*/
/*筛选*/
.filter_box {
  background: #fff;
  padding: 10px 12px;
  margin-bottom: 10px;
  padding-bottom: 0;
}
.filter_box ul {
  display: block;
  width: 100%;
  padding: 0;
  padding-bottom: 10px;
  
}
.filter_box ul li {
  display: flex;
  margin-bottom: 5px;
}
.filter_box ul li label {
  width: 50px;
  font-size: 13px;
  color: #999;
  line-height: 40px;
  font-weight: normal;
  margin-right: 15px;
  padding-left: 5px;
}
.filter_box ul li .filter_btn {
  width: calc(100% - 125px);
  height: 21px;
  overflow: hidden;
  margin: 9px 0;
}
.filter_box ul li .filter_btn a {
  height: 21px;
  line-height: 21px;
  display: inline-block;
  font-size: 13px;
  color: #333333;
  margin-right: 30px;
}
.filter_box ul li .filter_btn a:hover {
  color: #e60012;
}
.filter_box ul li .filter_btn a.active {
  color: #e60012;
  font-weight: bold;
}
.filter_box ul li .viewmore {
  width: 65px;
  height: 40px;
  color: #333333;
  line-height: 40px;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.filter_box ul li .viewmore i {
  font-size: 16px;
  margin-left: 3px;
  color: #333;
  transition: all 0.2s linear 0s;
}
.filter_box ul li .viewmore:hover {
  color: #e60012;
}
.filter_box ul li .viewmore:hover i {
  color: #e60012;
}
.prolist_out{
    display:flex;
}
.kj-classityOut{
    display:block;
    padding:0;
    width:250px;
}
.kj-prolist_out{
    width:calc(100% - 250px);
    padding-left:20px;
}
.kj-classity li{
    margin-right:0;
    border-top:1px dashed #ddd;
}
.kj-classity {
    display: block;
    padding: 0px 20px;
    margin-bottom: 15px;
}
.prolist_out .leftbox .titles{
    line-height: 40px;
    display: block;
    background-color: #02468D;
    color: #fff;
    font-size:20px;
    font-weight: bold;
    text-align: center;
    margin: 0;
}
.kj-prolist .col-sm-3{
    width:25%;
}
.prolist_out .leftbox {
  width: 250px;
  overflow: hidden;


  background-color: #fff;
}
.prolist_out .leftbox .box {

  padding: 0 10px;
  overflow: hidden;
  position: relative;
}
.prolist_out .leftbox .box::after {
  content: "";
  width: calc(100% - 20px);
  left: 10px;
  bottom: 0;
  display: block;
  position: absolute;
  background-color: #fff;
  height: 1px;
}
.prolist_out .leftbox .box:last-child {
  border: none;
}
/* .prolist_out .leftbox .box:last-child {
      border: none;
    } */
.prolist_out .leftbox .title {
  display: flex;
  font-size: 14px;
  padding-left: 10px;
  align-items: center;
  font-weight: bold;
  text-decoration: none;
  justify-content: space-between;
  height: 50px;
}
.prolist_out .leftbox .title2 {
  display: flex;
  font-size: 14px;
  padding-left: 10px;
  align-items: center;
  text-decoration: none;
  justify-content: space-between;
  height: 40px;
}
.prolist_out .leftbox .title a {
  color: #222;
}
.prolist_out .leftbox .title2 a {
  color: #333;
  font-size: 14px !important;
}
    .prolist_out .leftbox .title.active a {
        font-weight: bold;
        color: #02468D;
    }
.prolist_out .leftbox .title2.active a {
  color: #02468D;
  
}
.prolist_out .leftbox .title i {
  color: #999;
  display: inline-block;
  font-weight: normal;
  font-size: 12px;
  transform: rotate(90deg);
}
.prolist_out .leftbox .title2 i {
  color: #999;
  display: inline-block;
  font-weight: normal;
  font-size: 12px;
  transform: rotate(90deg);
}
    .prolist_out .leftbox .title [aria-expanded='true'] {
        transform: rotate(-90deg);
        color: #02468D;
    }
    .prolist_out .leftbox .title2 [aria-expanded='true'] {
        transform: rotate(-90deg);
        color: #02468D;
    }
.prolist_out .leftbox .title a.active {
  font-weight: bold;
}
.prolist_out .leftbox .item {
  overflow-y: auto;
}
.prolist_out .leftbox .item a {
  padding-left: 30px;
}
.prolist_out .leftbox .item a.active {
  color: var(--bgColor);
  font-weight: bold;
}
.prolist_out .leftbox .item::-webkit-scrollbar-thumb {
  width: 4px;
  background-color: #ccc;
  border-radius: 4px;
}
.prolist_out .leftbox .item::-webkit-scrollbar {
  width: 4px;
}
.prolist_out .leftbox .categorybox .item {
  padding-bottom: 10px;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #eee;
  padding-top: 5px;
}
.prolist_out .leftbox .categorybox a {
  display: block;
  line-height: 30px;
  font-size: 13px;
  color: #666;
   display: -webkit-box;
 overflow: hidden;
 -webkit-line-clamp: 1;
 -webkit-box-orient: vertical;
}
    .prolist_out .leftbox .categorybox a:hover {
        color: #02468D;
    }
    .prolist_out .leftbox .categorybox a.active {
        color: #02468D;
    }
.prolist_out .leftbox .item_box:last-child {
  border: none;
}
.kj-site-top-nav .navbar-collapse .navbar-nav li .dropdown-menu a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dropdown-menu li span {
    display: block;
    transform: rotate(-90deg);
}
.dropdown-menu li .dropdown-menu {
    left: 100%;
    border: none;
}
.dropdown-menu li:hover .dropdown-menu{
    display:block;
    top:0;
}