/* 所有媒体查询 */

@media screen and (min-width:992px){
.inner_content .inner_nav{width:30%;float:left;}
.inner_content .inner_right_content{width:70%;float:left;padding-left:20px;}

}

@media screen and (min-width:1170px){
.inner_content .inner_nav{width:25%;float:left;}
.inner_content .inner_right_content{width:75%;float:left;padding-left:20px;}

}

@media screen and (min-width:1440px){
.inner_content .inner_box{}
.inner_content .inner_nav{width:20%;float:left;}
.inner_content .inner_right_content{width:80%;float:left;padding-left:20px;}

}

@media screen and (max-width:1700px){
/*------导航------*/
nav.navbar.bootsnav ul.nav>li>a{font-size:16px;padding:0 10px;}
.fixed_up nav.navbar.bootsnav ul.nav > li > a{padding:0 10px;}

.index_product .index_product_box li .index_product_list .index_product_text a{font-size:16px;}

.index_case .index_case_box .index_case_list .index_case_text h5{font-size:20px;margin-bottom:15px;margin-top:15px;}
.index_case .index_case_box .index_case_list .index_case_text p{font-size:16px;margin-top:20px;margin-bottom:20px;}
.index_case .index_case_box .index_case_list .index_case_text a {font-size:14px;padding:6px 30px;}

.index_about .index_about_box .index_about_text h5{font-size:20px;margin-bottom:15px;padding-bottom:15px;margin-top:10px;}
.index_about .index_about_box .index_about_text p{font-size:16px;margin-top:5px;padding-top:10px;margin-bottom:5px;    padding-bottom:5px;}
.index_about .index_about_box .index_about_text a{font-size:14px;margin-right:15px;padding:5px 15px;margin-top:15px;}

.index_news_box .index_rihgt_news ul li a ,
.index_news_box .company_news ul .company_news_text a{font-size:16px;}
.index_news_box .company_news ul .company_news_list .company_news_text p{line-height:24px;}

}

@media screen and (max-width:1440px){
.footer .foot_right_content .foot_about .foot_about_box{width:80%;}

}

@media screen and (max-width:1280px){
/*------导航------*/
.navbar-nav{margin-top:4px;}
nav.navbar.bootsnav ul.nav>li>a ,
.fixed_up nav.navbar.bootsnav ul.nav > li > a{font-size:14px;padding:0 10px;}
.top_search{margin-top:5px;}
nav.navbar.bootsnav{margin:0;min-height:auto;}
.fixed_up .logo{padding-top:7px;}
.fixed_up .logo img{max-width:90%;}

.footer .foot_right_content .foot_about .foot_about_box{width:90%;}
.footer .foot_left_nav .foot_nav ul li a{font-size:16px;}
.foot_right_content .foot_contact .contact_text{margin-top:5px;}
.footer .foot_right_content{padding:0;}

.message_box{padding:30px 10px;}


}


@media screen and (min-width:992px){
.navbar-nav{text-align:right;}
.navbar-nav>li{display:inline-block;float:none;}


}

@media screen and (max-width:991px){
.total_content{padding:0 15px}
.header .logo{margin-top:0;}
.inner_content .inner_right_content{width:100%;padding:0 15px;}

}

@media screen and (max-width:767px){
.total_title h5{font-size:26px;}
.total_title .title_bg{top:41px;}

.index_product .index_product_box li .index_product_list .index_product_text a{font-size:16px;}	

.index_case .index_case_content{padding:0 15px;}
.index_case .index_case_box{padding:5px;}
.index_case .index_case_box .nav-tabs{padding:0;}
.index_case .index_case_box .nav-tabs>li>a{font-size:16px;}
.index_case .index_case_box .index_case_list{padding:0;margin-top:20px;}
.index_case .index_case_box .index_case_list .index_case_pic{padding:0;margin-bottom:20px;}
.index_case .index_case_box .index_case_list .index_case_text{padding:0;margin-bottom:10px;}
.index_case .index_case_box .index_case_list .index_case_text h5{font-size:20px;margin-bottom:10px;}
.index_case .index_case_box .index_case_list .index_case_text p{font-size:14px;margin-bottom:20px}
.index_case .index_case_box .index_case_list .index_case_text a{padding:6px 30px;font-size:14px;}

.index_advantage{padding:15px 0;}
.index_advantage .index_advantage_box{padding: 0;}
.index_advantage_box ul{margin:10px 0;}

.index_about{padding:10px 0;}
.index_about .index_about_box{padding:0;}
.index_about .index_about_box .index_about_text h5{font-size:20px;padding-bottom:20px;}
.index_about .index_about_box .index_about_text p{font-size:16px;padding-bottom:10px;margin-bottom:10px;}
.index_about .index_about_box .index_about_text a{font-size:14px;padding:6px 10px;}

.index_news_box .company_news{padding:0}
.index_news_box .index_rihgt_news ul li{line-height:24px;padding:10px 0;}
.index_news_box .index_rihgt_news ul li a{font-size:16px;display:block;}
.index_news_box .index_rihgt_news ul li a:before{top:9px}
.index_news_box .index_rihgt_news ul li span{display:inline-block;margin-left:20px;}

.footer .foot_right_content{padding:0;}
.footer .foot_right_content .foot_about{padding:0 15px;}
.footer .foot_right_content .foot_about .foot_about_box{width:100%;}
.foot_right_content .foot_contact .contact_text{padding-top:5px;padding-bottom:10px;}
.foot_right_content .copyright{padding-left:15px}


}