@media only screen and (max-width: 1200px) {
    /*header*/


    /**修改表单在ipd竖屏时可以有滚动条 **/
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive > .table {
        margin-bottom: 0
    }
    .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
        white-space: nowrap
    }
    .table-responsive > .table-bordered {
        border: 0
    }
    .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0
    }
    .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0
    }
}
@media only screen and (max-width: 1024px) {
    body{padding-bottom:44px;}

    /*手机端底部导航*/
    .phone_footer_nav {
        display: block;
    }

    /*header*/
    /*导航栏*/
    .kj-navbar .navbar-nav li.li-kj-nav-procata{display:none;}

    /*footer*/
    .footer_box .footer_weixin span b{display:block;}

    /*index banner*/
    #banner-swiper .swiper-wrapper .img_btn {height: 380px;}

    /*售后服务*/
    .ensure_box .ensure_list img{width:58px;}
    .ensure_box .ensure_list span{font-size:15px;}

    /*首页产品分类*/
    .index_product .product_list li img{height:215px;}

    /*热销产品*/
    .index_hot_product .product_list li .img_btn{height:140px;}

    /*float*/
    .float_box{display:none;}
    .float-contact{display:none;}
    .float-contact-mini{display:none;}

}
@media only screen and (max-width: 1020px) {   
    /*header*/
    /*导航栏*/
    .kj-navbar .navbar-nav li a{margin-right:35px;font-size:16px;}

    /*footer*/
    .footer_box{padding-top:30px;}

    /*index banner*/
    #banner-swiper .swiper-wrapper .img_btn {height: 280px;}

    /*首页产品分类*/
    .index_product .product_list li img{height:160px;}
    .index_product .product_list li:hover a.name_btn{font-size:20px;}

    /*热销产品*/
    .index_hot_product .product_list li{width:calc((100% - 40px)/3);}
    .index_hot_product .product_list li:nth-child(5n){margin-right:20px;}
    .index_hot_product .product_list li:nth-child(3n){margin-right:0;}
    /*.index_hot_product .product_list li .img_btn img{height:190px;}*/

    /*首页新闻*/
    .index_news .news_left{width:100%;margin-right:0;margin-bottom:40px;}
    .index_news .news_right{width:100%;}

    /*内容*/
    .page_box .page_list .page_nav{width:100%;margin-right:0;margin-bottom:30px;}
    .page_box .page_list .product_box{width:100%;}

    /*新闻*/
    .news_list .page_nav{width:100%;margin-right:0;margin-bottom:30px;}
    .kj_news{width:100%;}
    .kj_news_active .kj-main-articleinfo-title{font-size:28px;line-height:36px;}

    /*文章*/
    .page_active .nav_left{width:100%;margin-right:0;}
    .page_active .active_right{width:100%;}

    /*产品详情*/
    .product_relevant .img_btn{width:80%;margin:0 auto;}
    .product_relevant .swiper-button-prev{left:-15px;}
    .product_relevant .swiper-button-next{right:-15px;}

    /*搜索*/
    .page_box .page_list .search_box{width:100%;}
}

@media only screen and (max-width: 767px) {
    /**修改表单 **/
   /* .table-responsive{border:0;}*/

    /*header*/
    /*顶部基本信息展示*/
    .header_top_baseInfo{display:none;}
    /*顶部logo及搜索*/
    .header_logo_search{display:none;}
    /*导航栏*/
    .kj-navbar{margin-top:0;}
    .kj-navbar .navbar-header{display:block;}
    .kj-navbar .navbar-header .navbar-brand{padding:0;padding-left:20px;}
    .kj-navbar .navbar-header .navbar-brand img{max-height:36px;margin-top:7px;}
    .kj-navbar .navbar-header .navbar-toggle{border:0;}
    .kj-navbar .navbar-header .navbar-toggle .icon-bar{background-color:#666;}
    .kj-navbar .navbar-header .btn-search-toggle{float:right;margin-top:9px;background:#fff;line-height:30px;padding:0;margin-right:10px;color:#666;font-size:16px;}
    .kj-navbar .navbar-collapse.in{background:#f9f9f9;}
    .kj-navbar .navbar-nav{margin:0;}
    .kj-navbar .navbar-nav li{border-bottom:1px solid #dedede;}
    .kj-navbar .navbar-nav li a{padding-top:15px;padding-bottom:15px;color:#666;}

    /*大包装询价*/
    .modal-footer input{width:90%;padding:8px 12px;font-size:16px;}

    /*详情*/
    .page_des_box .pro_slide_box .table-responsive{padding:15px 15px 0 15px;}
    .page_des_box .panel-default{margin:15px;}
}
@media only screen and (max-width: 500px) {
    /*index banner*/
    #banner-swiper .swiper-wrapper .img_btn {height: 140px;}
    #banner-swiper .swiper-pagination-bullets{bottom:5px;}
    #banner-swiper .swiper-pagination-bullets .swiper-pagination-bullet{margin:0 6px;width:8px;height:8px;}

    /*footer*/
    .footer_box .title{margin-bottom:10px;}
    .footer_box .btn_box{margin-bottom:20px;}
    .footer_box a.footer_logo{margin-top:10px;}

    /*分页*/
    .kj-page .pagination{margin-top:40px;}

    /*售后服务*/
    .ensure_box{display:none;}

    /*首页产品分类*/
    .index_product{padding-top:30px;padding-bottom:40px;}
    .index_product .product_list li{width:calc((100% - 15px)/2)}
    .index_product .product_list li:nth-child(3n){margin-right:15px;}
    .index_product .product_list li:nth-child(2n){margin-right:0;}
    .index_product .product_list li img{height:116px;}
    .index_product .product_list li a.name_btn{font-size:16px;line-height:130px;}
    .index_product .product_list li a.name_btn i{font-size:24px;}
    .index_product .product_list li:hover a.name_btn{font-size:18px;line-height:100px;}
    .index_product .more_btn{margin-top:20px;}

    /*热销产品*/
    .index_hot_product{padding-top:0;padding-bottom:40px;}
    .index_hot_product .title h1{font-size:24px}
    .index_hot_product .product_list li{width:calc((100% - 20px)/2);}
    .index_hot_product .product_list li:nth-child(5n){margin-right:20px;}
    .index_hot_product .product_list li:nth-child(3n){margin-right:20px;}
    .index_hot_product .product_list li:nth-child(2n){margin-right:0;}
    /*.index_hot_product .product_list li .img_btn img{height:140px;}*/
    .index_hot_product .product_list li .info_box .product_info .new_price{font-size:14px;}
    .index_hot_product .product_list li .info_box .product_info .old_price{font-size:12px;}

    /*首页新闻*/
    .index_news{padding-top:25px;padding-bottom:40px;}
    .index_news h1{font-size:24px;}
    .index_news .news_right .image_link_box{padding-bottom:20px;margin-bottom:20px;}
    .index_news .news_right .image_link_box .info_box{width:calc(70% - 15px);margin-left:15px;}
    .index_news .news_right .image_link_box .info_box .title_btn{font-size:15px;}
    .index_news .news_right .image_link_box .info_box a.more_btn{margin-top:0;}

    /*内容*/
    .page_box{padding-bottom:40px;}
    .page_box .page_list .page_nav .btn_box a{line-height:30px;}
    .page_box .page_list .product_box table table{width:105%;max-width:105%;}

    /*搜索*/
    .search_box .search_result li .pro_description .img_btn{width:100%;margin-bottom:15px;}
    .search_box .search_result li .pro_description .right_info{width:100%;margin-left:0;}
    .search_box .search_result li .pro_stock .name_btn{display:block;}
    .search_box .search_result li .pro_stock span{display:block;}
    .search_box .search_result .kj-table{border:1px solid #d9d9d9}
    .search_box .search_result .kj-table table{width:105%;max-width:105%;}
    .search_box .search_result li .pro_stock .stock_btn{margin-top:15px;}

    /*产品详情*/
    .page_des_box .pro_base_info .info_box{width:100%;margin-right:0;margin-bottom:20px;}
    .page_des_box .pro_base_info .img_box{width:100%;height:auto;}
    .page_des_box .pro_btn_box a{width:100px;}
    .page_des_box .pro_btn_box a.car_btn{width:110px;}
    .page_des_box .pro_slide_box .nav-tabs > li{width:100%;}
    .page_des_box .pro_slide_box .nav-tabs > li a{border-left:0;}
    .page_des_box .pro_slide_box .table-responsive{border:0;}
    /*.product_relevant .img_btn img{height:135px;}*/

    /*新闻*/
    .kj_news_active .kj-main-articleinfo-title{font-size:24px;}

    /*产品定制*/
    .page_orderform .formcolumn-item{flex-wrap:wrap;}
    .page_orderform .formcolumn-item dt{width:100%;margin-bottom:5px;}
    .page_orderform .formcolumn-item dd{width:100%;}
    .page_orderform .formcolumn-item-ct{flex-wrap:wrap;}
    .page_orderform .formcolumn-item dd .formcom-vcode{width:40%;}
}