@media only screen and (max-width: 1330px) {
    .product_relevant .swiper-button-next, .product_relevant .swiper-button-prev{display:none;}
    .about_development .swiper-button-next, .about_development .swiper-button-prev{display:none;}
    .about_honor .swiper-button-next, .about_honor .swiper-button-prev{display:none;}
    .index_custom_service .swiper-button-next, .index_custom_service .swiper-button-prev{display:none;}
    .index_advantage .swiper-button-next, .index_advantage .swiper-button-prev{display:none;}
}

@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: 1130px) {

}
@media only screen and (max-width: 1024px) {
    body{padding-bottom:44px;}
    .phone_footer_nav{display:block;}

    /*header*/
    .header_logo_search .search_form{width:400px;}

    /*float*/
    .float_box{display:none;}

    /*内页banner*/
    .page_banner{height:180px;}
    .page_banner h1{font-size:40px;}
    .page_banner h3{display:none;}

    /*index*/
    #banner-swiper .swiper-wrapper .img_btn{height:260px;}
    .index_advantage_pro .advantage_pro ul li .more_btn{bottom:6px;}

    /*公司简介*/
    .about_box .about_info{flex-wrap: wrap;margin-top:20px;}
    .about_box .about_info .about_left{width:100%;padding:0;order:2;}
    .about_box .about_info .about_img{width:100%;order:1;text-align:center;margin-bottom:20px;}
    .about_development{padding-bottom:80px;}
    .about_development .swiper-line{top:185px;}
    #about-development{margin-top:30px;}

    /*产品分类1*/
    .product_container .product_right .product_cata_1 ul li{width:calc((100% - 15px)/2);}
    .product_container .product_right .product_cata_1 ul li:nth-child(3n){margin-right:15px;}
    .product_container .product_right .product_cata_1 ul li:nth-child(2n){margin-right:0;}
    .product_container .product_right .product_cata_2 ul li .img_btn{height:120px;}

    /*产品列表*/
    .product_list_ul li .kj-table{margin:0;}
    .product_list_ul2 li .kj-table{margin:0;}
    .product_list_ul li .pro_description .right_info{flex:0 0 100%;width:100%;margin-left:0;}
    .product_list_ul li .pro_description .right_info .basic_text{width:100%;margin-right:0;}
    .product_list_ul2 li .pro_description .right_info{flex:0 0 100%;width:100%;order:2;}
    .product_list_ul2 li .pro_description .img_btn{order:1;}
    .product_list_ul2 li .pro_description .right_info .basic_text{width:100%;margin-right:0;}

    /*独家产品*/
    .product_only_box ul li{width:calc((100% - 45px)/4);}
    .product_only_box ul li:nth-child(5n){margin-right:15px;}
    .product_only_box ul li:nth-child(4n){margin-right:0;}

    /*产品详情*/
    .pro_desc_content .right_box .info_box .list{flex:0 0 50%;}

    /*品牌列表*/
    .brand_list_ul li{width:calc((100% - 90px)/6);}
    .brand_list_ul li:nth-child(6n){margin-right:0;}
    .brand_list_ul li:nth-child(8n){margin-right:18px;}

}
@media only screen and (max-width: 1020px) {   
    /*header*/
    .header_logo_search .container{justify-content:center;}
    .header_logo_search .search_box{justify-content:center;}
    .kj-navbar .navbar-nav li > a{padding:0 20px;}

    /*footer*/
    .footer_box{display:none;}

    /*内页banner*/
    .page_banner{height:100px;}
    .page_banner h1{font-size:30px;}
    .page_banner .line{display:none;}

    /*index*/
    .index_advantage_pro .advantage_pro{flex:0 0 100%;margin-right:0;}
    .index_advantage_pro .new_arrivals{width:100%;margin-top:20px;}

    /*公司简介*/
    .about_honor{padding-bottom:50px;}

    /*产品分类1*/
    .product_container .product_right .product_cata_1 ul li{width:100%;margin-right:0;}
    .product_container .product_right .product_cata_1 ul li:nth-child(3n){margin-right:0;}
    .product_container .product_right .product_cata_2 ul li{width:calc((100% - 40px)/3)}
    .product_container .product_right .product_cata_2 ul li:nth-child(5n){margin-right:20px;}
    .product_container .product_right .product_cata_2 ul li:nth-child(3n){margin-right:0;}

    /*产品详情*/
    .pro_desc_content .right_box .info_box .list{flex:0 0 100%;}

    /*化合物库详情页*/
    .product_hhwk_desc .base_detail .image_box{margin-right:35px;}
    .product_hhwk_desc .base_detail .detail_price{width:calc(100% - 215px);}

    /*产品列表*/
    .product_cata_introduce{flex-wrap: wrap}
    .product_cata_introduce .info_right{width:100%;padding-right:0;flex:0 0 100%;margin-bottom:10px;}

    /*独家产品*/
    .product_only_box ul li{width:calc((100% - 30px)/3);}
    .product_only_box ul li:nth-child(4n){margin-right:15px;}
    .product_only_box ul li:nth-child(3n){margin-right:0;}

    /*技术服务*/
    .technology_list ul li{flex-wrap: wrap;}
    .technology_list ul li .img_box{margin-bottom:20px;}
    .technology_list ul li .info_box{width:100%;}
    .technology_list ul li:nth-child(2n) .img_box{order:1;}
    .technology_list ul li:nth-child(2n) .info_box{order:2;}

}

@media only screen and (max-width: 767px) {
    /**修改表单 **/
   .table-responsive{border:0;}
    /*顶部基本信息展示*/
    .header_top_baseInfo{display:none;}
    /*顶部logo及搜索*/
    .header_logo_search{display:none;}

    /*header*/
    .kj-navbar{width:100%;background:#fff;border-bottom:2px solid #02944b;}
    .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;}
    .kj-navbar .navbar-nav > li{flex:100%;}
    .kj-navbar .navbar-nav li a{margin-right:0;text-align:center;}
    .kj-navbar .navbar-nav li.active a{color:#02944b;}
    .kj-navbar .navbar-nav li{border-top:1px dotted #dedede;}
    .kj-navbar .navbar-nav li.li-kj-nav-procata{display:none;}
    .kj-navbar .navbar-nav li a{color:#333;}

    /*index*/
    #banner-swiper .swiper-wrapper .img_btn{height:100px;}
    .index_advantage_pro{padding:20px 0;}
    .index_advantage_pro .title_box h1{font-size:20px;}
    .index_advantage_pro .title_box h6{font-size:14px;}
    .index_advantage_pro .advantage_pro ul li{width:100%;margin-right:0;align-items: flex-start;}
    .index_advantage_pro .advantage_pro ul li .info_box{padding-top:10px;}
    .index_custom_service{padding:20px 0;}
    .index_title_box h1{font-size:20px;font-weight:bold;}
    .index_custom_service .swiper-pagination{margin-top:20px;}
    .index_cooperation{padding:20px 0;}
    .index_cooperation ul li{width:100%;margin-right:0;flex-wrap: wrap;height:auto;padding-bottom:20px;}
    .index_cooperation ul li .info_box{margin-left:0;flex:0 0 100%;}
    .index_cooperation .more_btn{margin-top:10px;}
    .index_custom_service .swiper-container{padding:0;}

    /*内页banner*/
    .page_banner h1{font-size:20px;font-weight:bold;}

    /*map*/
    .page_map> span{display:none;}

    /*公司简介*/
    .about_title{font-size:20px;line-height:32px;}
    .about_box{padding-bottom:40px;}
    .about_box .about_info{margin-bottom:20px;}
    .about_development{padding-top:20px;padding-bottom:40px;}
    .about_development .swiper-line{top:135px;}
    #about-development .swiper-slide{text-align:center;}
    #about-development .circle{padding-left:0;}
    #about-development .circle em,#about-development .circle i{margin-left:auto;margin-right:auto;}
    #about-development .time{font-size:20px;line-height:32px;}
    #about-development span{line-height:28px;text-align:left;}
    .about_honor{padding-top:20px;}
    #about-honor{margin-top:20px;}
    #about-honor .img_box{height:235px;}

    /*产品分类1*/
    .product_container{flex-wrap: wrap;}
    .product_container .product_left{width:100%;margin-right:0;margin-bottom:20px;}
    .product_container .product_left h1{font-size:20px;}
    .product_container .product_right{width:100%;}
    .classification_info h1{font-size:20px;}
    .product_container .product_right .product_cata_2 ul li{width:calc((100% - 20px)/2)}
    .product_container .product_right .product_cata_2 ul li:nth-child(3n){margin-right:20px;}
    .product_container .product_right .product_cata_2 ul li:nth-child(2n){margin-right:0;}
    .product_container .product_right .product_cata_2 ul li .img_btn{height:168px;}


    /*产品详情*/
    .pro_desc_content{flex-wrap: wrap;}
    .pro_desc_content .left_box{width:100%;margin:0;margin-bottom:10px;}
    .pro_desc_content .right_box{width:100%;}
    .pro_desc_content .right_box .info_box{margin-top:10px;}
    .pro_desc_content .right_box .info_box .list{margin:0;}
    .pro_desc_table .btn_box{flex-wrap: wrap;}
    .pro_desc_table .btn_box .right_btn{justify-content: flex-start;}
    .pro_desc_table .btn_box .right_btn a{margin-left:0;margin-right:8px;}
    .pro_slide_box .nav{flex-wrap: wrap;}
    .pro_slide_box .nav li{margin-right:0;width:50%;margin-top:1px;padding-right:1px;}
    .pro_slide_box .nav li a{border-radius:0;padding:0;width:100%;text-align:center;margin-right:1px;}
    .product_relevant .img_btn{height:160px;}

    /*化合物库详情页*/
    .product_hhwk_desc .product_title{font-size:20px;height:auto;line-height:28px;padding-bottom:5px;}
    .product_hhwk_desc .product_title em{display:block;line-height:24px;}
    .product_hhwk_desc .base_detail{flex-wrap: wrap;}
    .product_hhwk_desc .base_detail .image_box{width:100%;margin-right:0;margin-bottom:20px;}
    .product_hhwk_desc .base_detail .detail_price{width:100%;}
    .product_hhwk_desc .base_detail .btn_box{flex-wrap: wrap;margin-bottom:30px;}
    .compound_composition h1{font-size:20px;}

    /*产品列表*/
    .product_cata_introduce{margin-top:0;}
    .product_cata_introduce .info_right h1{font-size:20px;}

    /*品牌列表*/
    .brand_btn{flex-wrap: wrap;border-bottom:0;}
    .brand_btn a{width:calc((100% - 24px)/3);margin-bottom:3px;}
    .brand_btn a:nth-child(3n){margin-right:0;}
    .brand_btn a:after{bottom:0;}
    .brand_list_ul li{width:calc((100% - 18px)/2);}
    .brand_list_ul li:nth-child(2n){margin-right:0;}

    /*文章*/
    .article_box{flex-wrap: wrap;margin-bottom:20px;}
    .article_box .article_left{width:100%;margin-right:0;}
    .article_box .article_right{width:100%;}

    /*新闻*/
    .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;}

    /*客户案例*/
    .news_list_box .news_list li{flex-wrap: wrap;}
    .news_list_box .news_list li .img_btn{width:100%;margin-right:0;margin-bottom:10px;}
    .news_list_box .news_list li .right{width:100%;}

    /*独家产品*/
    .product_only_box h1{font-size:20px;}
    .product_only_box ul{margin-bottom:20px;}
    .product_only_box ul li{width:100%;margin-right:0;}
    .product_only_box ul li:nth-child(4n),.product_only_box ul li:nth-child(5n){margin-right:0;}

    /*技术服务*/
    .technology_list ul li .img_box{width:100%;}
}
