
@media only screen and (max-width: 1330px) {
    /*float*/
    .float_box{right:1px;}
    .float_box ul{width:40px;}
    .float_box ul li{padding:0;height:40px;width:40px;}
    .float_box ul li span{display:none;}
    .float_box ul li i{font-size:20px;padding-top:0;line-height:40px;}
    .float_box .scrollTop{width:40px;height:40px;line-height:40px;}
    .float_box .scrollTop i{font-size:16px;}
    .float_box ul li .qq_box,.float_box ul li .code_box,.float_box ul li .tel_box{right:40px;}
    .float_box ul li .code_box span,.float_box ul li .tel_box span{display:block;}

}
@media only screen and (max-width: 1280px) {
    .index_about_box{height:600px;}
    .index_about_box .about_left{padding-top:90px;}
}
@media only screen and (max-width: 1250px) {
    .container{width:1000px;}
    .kj-navbar{flex:0 0 calc(100% - 255px);margin-left:0;}
    .kj-navbar .navbar-nav{float:right;}
    .kj-navbar .navbar-nav >li >a{margin-right:0;margin-left:20px;}
    .header_logo_search .search_box{margin-left:auto;}
    .footer_box .footer_nav ul{margin-left:50px;}
    .product_container .product_list_right .product_list_ul li{width:calc((100% - 20px)/3)}
    .product_container .product_list_right .product_list_ul li:nth-child(4n){margin-right:10px;}
    .product_container .product_list_right .product_list_ul li:nth-child(3n){margin-right:0;}
    .brand_list_ul li{width:calc(100%/5);}
}
@media only screen and (max-width: 1200px) {
    /*index*/
    .kj-navbar .navbar-nav .li-kj-nav-procata{display:none;}

    /**修改表单在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;}

    /*float*/
    .float_box{display:none;}

}
@media only screen and (max-width: 1020px) {
    .container{width:750px;}
    .header_top_baseInfo span{display:none;}
    .kj-navbar .navbar-nav >li >a{margin-left:12px;font-size:14px;}
    .index_about_box{height:565px;background-position:center left !important;}
    .index_about_box .about_left{width:100%;}
    .index_about_box .about_left .brief_box{padding-right:0;}
    .index_news_box .news_image_text{height:auto;flex-wrap: wrap;}
    .index_news_box .news_image_text .left_news,.index_news_box .news_image_text .right_news{width:100%;}
    .index_news_box ul li{width:100%;margin-right:0;margin-bottom:12px;}
    .footer_box .footer_nav .contact_box{display:none;}
    .footer_box .footer_nav ul{margin-left:0;}
    .footer_box .footer_copyright{flex-wrap: wrap;}
    .footer_box .footer_copyright span.technical_support{width:100%;text-align:left;}

    /*产品列表*/
    .product_container .product_list_right .product_list_ul li{width:calc((100% - 10px)/2);}
    .product_container .product_list_right .product_list_ul li:nth-child(3n){margin-right:10px;}
    .product_container .product_list_right .product_list_ul li:nth-child(2n){margin-right:0;}

    /*产品详情*/
    .product_info_details{flex-wrap: wrap;}
    .product_info_details .right_box{width:100%;margin-top:20px;}
    .product_info_details .right_box .footer_info_box{flex-wrap: wrap;}
    .product_info_details .right_box .footer_info_box span{width:100%;margin-top:10px;}
    .product_base_info .info_box{width:100%;padding-left:0;margin-top:20px;}
    .product_base_info .info_box .price_box{width:100%;}
    .brand_list_ul li{width:25%;}
    .product_description_box .warm_tips_box .service_box li{flex-wrap:wrap;}
    .product_description_box .warm_tips_box .service_box li .text_info{width:100%;padding:0 0 20px 0;}
    .product_description_box .warm_tips_box .service_box li:nth-child(2n) .text_info{order:1;}
    .product_description_box .warm_tips_box .service_box li:nth-child(2n) .img_box{order:2;}


    /*联系我们*/
    .contactUs_info .left span{flex:0 0 100%;padding:0;}
}

@media only screen and (max-width: 767px) {
    .container{width:100%;}
    /**修改表单 **/
   .table-responsive{border:0;}
    /*顶部基本信息展示*/
    .header_top_baseInfo{display:none;}
    /*顶部logo及搜索*/
    .footer_box{display:none;}
    .header_logo_search .logo_btn,.header_logo_search .search_box{display:none;}

    /*header*/
    .header_logo_search{padding:0;}
    .header_logo_search .container{padding:0;}
    .kj-navbar{width:100%;background:#fff;border-bottom:2px solid #3e84c5;flex:0 0 100%;}
    .kj-navbar .navbar-header{display:block;padding:0 15px;}
    .kj-navbar .navbar-header .navbar-brand{padding:0;}
    .kj-navbar .navbar-header .navbar-brand img{max-height:36px;margin-top:7px;}
    .kj-navbar .navbar-header .navbar-toggle{border:0;margin-right: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-nav{margin:0;flex-wrap:wrap;float:left;width:100%;}
    .kj-navbar .navbar-nav > li{flex:100%;}
    .kj-navbar .navbar-nav li a{margin:0;text-align:center;}
    .kj-navbar .navbar-nav li{border-top:1px solid #dedede;}
    .kj-navbar .navbar-nav li.li-kj-nav-procata{display:none;}
    .kj-navbar .navbar-nav li a{color:#333;}
    .kj-navbar .navbar-nav >li.active > a{color:#fff;background:#3e84c5;border:0;}

    /*index*/
    #banner-swiper .swiper-button-next,#banner-swiper .swiper-button-prev{display:none;}
    .index_product_cate{padding:20px 0;}
    .index_product_cate ul{justify-content:flex-start;}
    .index_product_cate ul li{width:calc((100% - 30px)/3);margin:10px 0;text-align:center;}
    .index_product_cate ul li a{font-size:16px;}
    .index_product_cate ul li i{font-size:50px;line-height:50px;margin-bottom:5px;}
    .index_about_box{height:auto;padding:30px 0;}
    .index_about_box .about_left{padding-top:0;}
    .index_about_box .about_left h6{font-size:16px;line-height:30px;margin-bottom:0;}
    .index_about_box .about_left h1{font-size:20px;line-height:40px;margin-bottom:15px;}
    .index_about_box .about_left .brief_box{font-size:14px;line-height:28px;}
    .index_about_box .about_left .more_btn{margin-top:25px;}
    .index_news_box{padding:30px 0;}
    .index_news_box .title{font-size:20px;font-weight:bold;line-height:40px;margin-bottom:15px;}
    .index_news_box .news_image_text .left_news a{height:230px;}
    .index_news_box .news_image_text .right_news{padding:15px;}
    .index_news_box .news_image_text .right_news .item_list{margin-top:12px;}
    .index_news_box ul{margin-top:12px;}

    /*产品列表*/
    .search_tips{line-height:20px;margin-top:10px;}
    .product_list_ul2 li .pro_description .right_info{flex:auto;margin-top:10px;width:100%;}
    .product_list_ul2 li .pro_stock{padding:5px 0;}
    .product_cate_brief h1{font-size:20px;line-height:40px;font-weight:bold;}
    .product_container .product_list_left{width:100%;margin-right:0;margin-bottom:20px;}
    .product_container .product_list_right{width:100%;}
    .product_container .product_list_right .product_list_ul li{height:260px;}
    .product_container .product_list_right .product_list_ul li .img_btn{height:160px;}


    /*产品详情*/
    .product_info_details .left_box{width:100%;margin-right:0;}
    .product_info_details .left_box .image_box{height:auto;}
    .product_info_details .image_box .tb-booth{height:auto;}
    .product_info_details .right_box .pro_title{font-size:20px;}
    .product_info_details .right_box .footer_info_box{margin-top:15px;}
    .product_info_details .right_box .info_box .list{flex:0 0 100%;}
    .product_info_details .right_box .btn_box a{width:auto;padding:0 10px;font-size:14px;}
    .product_description_box{margin-top:30px;}
    .product_description_box .title{font-size:16px;}
    .product_base_info .image_box{width:100%;margin-right:0;}
    .product_base_info .image_box .tb-booth{height:auto;max-height:100%;}
    .product_base_info .info_box h1{font-size:20px;line-height:26px;}
    .product_base_info .info_box .btn_box a{width:auto;padding:0 10px;font-size:14px;}
    .product_base_info .info_box .price_box{width:100%;}
    .product_description_box .warm_tips_box .service_box li .text_info .brief_info{line-height:20px;}

    /*新闻*/
    .news_list li{padding:25px 0;}
    .news_list li:first-child{padding-top:0;}
    .news_list li .img_btn{width:100%;margin-right:0;}
    .news_list li .right_info{width:100%;padding:0 10px;}
    .news_list li .right_info .title_btn{margin-top:10px;font-size:18px;}
    .news_list li .right_info span{height:auto;}
    .news_list li .right_info .more_btn{display:none;}
    .kj_news{padding:15px;}
    .kj_news .kj_news_inner .info_text{font-size:12px;line-height:18px;}
    .kj_news .kj_news_inner .kj_news_title a{font-size:14px;}
    .kj_news .kj_news_inner .kj_news_title .time{font-size:12px;}

    .kj_news_active{padding:15px;margin:30px 0;}
    .kj_news_active .kj-main-articleinfo-title{font-size:20px;line-height:30px;}
    .kj_news_active .kj-article-content{margin-top:10px;line-height:24px;}

    .brand_list_ul,.news_list{margin-top:30px;}
    .brand_list_ul li{width:50%;}
    /*文章*/
    .inner_page_map .container{flex-wrap: wrap;}
    .inner_page_map .btn_box{flex:0 0 100%;}
    .inner_page_map .btn_box a{padding:0 10px;height:40px;line-height:40px;font-size:14px;}
    .page_article_box{}
    .article_cate_title{font-size:20px;margin-bottom:12px;margin-top:0;line-height:30px;font-weight:bold;margin-top:30px;}
    .page_article_box .article_content,.about_article{font-size:14px;line-height:28px;margin-top:10px;}

    .contact_us_box{margin-top:20px;}
    .contactUs_info{flex-wrap: wrap;}
    .contactUs_info .left span{flex:0 0 100%;width:100%;}
    .contactUs_info .left{flex:0 0 100%;margin-top:12px;}
    .user_btn{float:right;margin-top:13px;}
}
