@media only screen and (max-width: 1350px) {
    .index_hotPro_box .index_hotPro .swiper-button-next, .index_hotPro_box .index_hotPro .swiper-button-prev{display:none;}
    .index_large_box .index_large .swiper-button-next,.index_large_box .index_large .swiper-button-prev{display:none;}
    .index_promotion_box .index_promotion .swiper-button-next, .index_promotion_box .index_promotion .swiper-button-prev{display:none;}
}
@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*/
    .header_box .logo_btn{width:110px;}
    .header_box .right_box{width:calc(100% - 110px)}
    .header_box .right_box .search_tel .search_form{width:520px;}
    .kj-navbar .navbar-nav li a{font-size:15px;padding:0 10px;}
    .kj-navbar .navbar-nav .li-kj-nav-procata{display:none;}


    /*float*/
    .float_box{display:none;}

    /*footer*/


    /*index*/
    .index_service ul li{height:200px;}
    .index_service ul li .bg_box a{max-height:72px;}
    .index_hotPro_box .index_hotPro .product_item .img_btn{height:210px;}
    .index_large_box .index_large .product_item .footer_info .price_box{flex-wrap: wrap;}
    .index_large_box .index_large .product_item .footer_info .base_info a{font-size:12px;}
    .index_large_box .index_large .product_item .footer_info .base_info span{font-size:12px;}
    .index_promotion_box .index_promotion ul li .img_box{flex:0 0 40%;}
    .index_promotion_box .index_promotion ul li .right_info{flex:0 0 60%;}
    .xs_product .img_box{flex:0 0 40%;}
    .xs_product .right_info{flex: 0 0 60%;}

    .index_brand_box .index_brand ul li a {
        height: 120px;
    }

    /*列表*/
    .kj-product-row .product_item .footer_info .price_box{flex-wrap:wrap;}

    /*品牌列表*/
    .brand_list_ul li{width:calc((100% - 75px)/4);}
    .brand_list_ul li:nth-child(4n){margin-right:0;}
    .brand_list_ul li:nth-child(5n){margin-right:25px;}
}
@media only screen and (max-width: 1020px) {   
    /*header*/
    .header_box{padding-top:0;height:auto;}
    .header_box .container{flex-wrap: wrap;}
    .header_box .logo_btn{margin:10px auto;}
    .header_box .right_box{width:100%;}
    .header_box .right_box .search_tel{flex-wrap:wrap;}
    .header_box .right_box .search_tel .search_form{width:100%;margin-bottom:10px;}
    .header_box_height{height:279px;}
    

    /*footer*/
    .footer_contactUs .container{flex-wrap: wrap;}
    .footer_contactUs .guarantee_box{width:100%;justify-content: space-between;margin-top:20px;}
    .footer_contactUs .guarantee_box .item{margin-left:0;}



    /*index*/
    #banner-swiper .swiper-wrapper .img_btn{height:380px;}
    .index_service ul{flex-wrap: wrap;}
    .index_service ul li{flex:0 0 33.3333%;}
    .index_promotion_box .index_promotion ul li{
        flex-wrap: wrap;padding:12px 20px;
        background:-webkit-gradient(linear, left left, left right, from(#f46523),to(#fb9e49) );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f46523',endColorstr='#fb9e49' );
        background:linear-gradient(to right, #f46523, #fb9e49);
        background:#f46523\9;
    }
    .index_promotion_box .index_promotion ul li .img_box{flex:0 0 100%;}
    .index_promotion_box .index_promotion ul li .right_info{flex:0 0 100%;padding:0;margin-top:20px;}
    .index_promotion_box .index_promotion ul li .right_info .kucui{right:0;}

    .xs_product{
        flex-wrap: wrap;padding:12px 20px;
        background:-webkit-gradient(linear, left left, left right, from(#f46523),to(#fb9e49) );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f46523',endColorstr='#fb9e49' );
        background:linear-gradient(to right, #f46523, #fb9e49);
        background:#f46523\9;
    }
    .xs_product .img_box{flex:0 0 100%;}
    .xs_product .right_info{flex:0 0 100%;padding:0;margin-top:20px;}
    .xs_product .right_info .kucui{right:0;}
    .index_news_box .index_news{flex-wrap: wrap;}
    .index_news_box .index_news .news_item{width:100%;}
    .index_news_box .index_news .news_item:first-child{margin-right:0;margin-bottom:30px;}
    .index_news_box .index_news .news_item .img_box{height:auto;}
    .index_news_box .index_news .news_item .img_box img{height:auto;}
    .index_large_box .index_large .product_item .img_btn{height:180px;}
    

    /*列表*/
    .kj-product-row .product_item{width:calc((100% - 30px)/3);}
    .kj-product-row .product_item:nth-child(3n){margin-right:0;}
    .kj-product-row .product_item:nth-child(4n){margin-right:15px;}
    .kj-product-row .product_item .img_btn{height:180px;}
    .kj-product-row .hot_product_item{width:calc((100% - 30px)/3);}
    .kj-product-row .hot_product_item:nth-child(3n){margin-right:0;}
    .kj-product-row .hot_product_item:nth-child(4n){margin-right:15px;}
    .kj-product-row .hot_product_item .img_btn{height:180px;}

    .product_list .product_list_ul li .pro_description{padding:15px 10px 40px 10px;}
     .product_list .product_list_ul li .pro_description .stock_btn{bottom:10px;}

    /*品牌列表*/
    .brand_list_ul li{width:calc((100% - 50px)/3);}
    .brand_list_ul li:nth-child(3n){margin-right:0;}
    .brand_list_ul li:nth-child(4n){margin-right:25px;}

    .message_footer_box .container{flex-wrap:wrap;}
    .message_footer_box .image_box{width:100%;margin-right:0;margin-bottom:30px;}
    .message_footer_box .form_box{width:100%;}

}

@media only screen and (max-width: 767px) {
    .table-responsive{border:0;}

    /*顶部基本信息展示*/
    .header_box{position:inherit;}
    .header_box .logo_btn{display:none;}
    .header_box .right_box .search_tel{display:none;}
    .header_box_height{height:0;}
	 .header_box .right_box .code_img{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;margin-right:0;}
    .kj-navbar .navbar-header .navbar-toggle .icon-bar{background-color:#fff;}
    .kj-navbar .navbar-header .btn-search-toggle{float:right;margin-top:8px;color:#fff;background:none;line-height:30px;padding:0;margin-right:10px;font-size:16px;}
    .kj-navbar .navbar-collapse{box-shadow:none;}
    .kj-navbar .navbar-nav{margin:0;}
    .kj-navbar .navbar-nav li{border-bottom:1px solid rgba(255,255,255,0.1);}
    .kj-navbar .navbar-nav li a{color:#fff;}
    .kj-navbar .navbar-nav li.active a{background:none;color:#F46523;}

    /*footer*/
    .footer_box{padding:40px 0;}
    .footer_contactUs{padding-bottom:40px;}
    .footer_contactUs .guarantee_box{flex-wrap: wrap;}
    .footer_contactUs .guarantee_box .item{margin-bottom:15px;}
    .footer_box .footer_nav{flex-wrap: wrap;}
    .footer_box .footer_nav ul{flex:0 0 100%;padding-top:0;justify-content: space-between;margin-bottom:30px;}
    .footer_box .footer_nav ul li{margin-right:0;}

    /*index */
    #banner-swiper.swiper-container-horizontal>.swiper-pagination-bullets{bottom:10px;}
    #banner-swiper .swiper-wrapper .img_btn{height:190px;}
    .index_title h1{font-size:28px;}
    .index_title h6{font-size:16px;margin-bottom:20px;}
    .index_service{margin-top:40px;margin-bottom:40px;}
    .index_service ul{margin-top:40px;}
    .index_service ul li{flex:0 0 100%;}
    .index_service ul li{height:240px;}
    .index_service ul li .bg_box a{max-height:90px;}
    .index_hotPro_box .index_hotPro .product_item .img_btn{height:235px;}
    .index_hotPro_box .index_hotPro{margin-top:40px;}
    .index_large_box{margin-top:40px;margin-bottom:40px;}
    .index_large_box .index_large{margin-top:40px;}
    .index_large_box .index_large .product_item .img_btn{height:auto;}
    .index_promotion_box .index_promotion{margin-top:40px;}
    .index_promotion_box .index_promotion ul li{width:100%;margin-right:0;}
    .xs_product{width:100%;margin-right:0;}
    .index_news_box{margin-top:40px;margin-bottom:40px;}
    .index_news_box .index_news{margin-top:40px;}
    .index_news_box .index_news .news_item .info_box{padding:30px 15px}
    .index_brand_box .index_brand{margin-top:40px;}
    .index_brand_box .index_brand ul li{width:calc((100% - 12px)/2)}
    .index_brand_box .index_brand ul li:nth-child(2n){margin-right:0;}
    .index_brand_box .index_brand ul li a{height:100px;}

    /*分页*/
    .kj-page .pagination{margin-top:40px;}

    /*列表*/
    .kj-product-row .product_item{width:100%;margin-right:0;}
    .kj-product-row .product_item:nth-child(4n){margin-right:0;}
    .kj-product-row .product_item .img_btn{height:auto;}

    .kj-product-row .hot_product_item{width:100%;margin-right:0;}
    .kj-product-row .hot_product_item:nth-child(4n){margin-right:0;}
    .kj-product-row .hot_product_item .img_btn{height:auto;}
    
    .product_list .product_list_ul li .pro_description .img_btn{margin-bottom:12px;}
    .product_list .product_list_ul li .pro_description .right_info{flex:0 0 100%;width:100%;margin-left:0;}
    .product_list .product_list_ul li .pro_description .right_info .basic_text{width:100%;margin-right:0;}
   

    /*详情*/
    .product_base_info .pro_image_box{margin:0 auto 15px auto;}
    .product_base_info .pro_info_box .name_box{padding-right:0;width:100%;}
    .pro_slide_box .nav-tabs li a{font-size:14px;}
    .pro_slide_box .articleBox{padding:20px 15px 0 15px;}

    /*品牌列表*/
    .brand_list_ul li{width:calc((100% - 25px)/2);margin-bottom:12px;}
    .brand_list_ul li:nth-child(2n){margin-right:0;}
    .brand_list_ul li:nth-child(3n){margin-right:25px;}
    .brand_list_ul li:nth-child(6n){margin-right:0;}
    .brand_list_ul li .img_btn{height:90px;}

    .news_list_box .news_list li{flex-wrap:wrap;}
    .news_list_box .news_list li .img_btn{width:100%;margin-bottom:20px;}
    .news_list_box .news_list li .right{width:100%;padding-left:0;}
    .kj_news_active{margin-top:15px;}
    .kj_news_active .kj-main-articleinfo-title{font-size:28px;}
    .message_footer_box .form_box .guestbook_form .formcolumn-item{flex:0 0 100%;}
    .message_footer_box .form_box .guestbook_form .formcolumn-item .formcolumn-item-ct input{width:calc(100% - 10px)}
    .message_footer_box .form_box .guestbook_form .formcolumn-item .formcolumn-item-ct textarea{width:calc(100% - 10px)}

    .product_list .product_list_ul li .pro_stock span em{display:block;width:100%;margin:0;width:100%;}
}
