/*-----------媒体查询所有样式-----------*/

@media screen and (min-width:992px) and (max-width:1199px){
/*------total_title-------*/
.total_title h5:before{left:20%;}
.total_title h5:after{right:20%;}

}
@media screen and (min-width:992px){
.navbar-collapse.collapse{margin-top:18px;}

.rec_news .rec_news_box{flex-flow:row}
.rec_news .rec_news_box ul{width:46%}
}


@media screen and (max-width:991px){
/*--------------header_top-----------*/
.header .topnav_list .logo img{max-width:45%;}
nav.navbar.bootsnav .navbar-toggle{top:13px;}
.header .topnav_list .logo{margin-top:10px;}
.header .topnav_list{padding-top:0px;padding-bottom:10px;}

/*------total_title-------*/
.total_title h5:before{left:85px;}
.total_title h5:after{right:85px;}

/*------------数字滚动-------------*/
.index_success ul.success_box .success_list{padding:10px;}
.index_success ul.success_box .success_list span.number{font-size:30px;}

.index_service .service_box li{width:33%;margin-bottom:10px;}

.inner_content .inner_nav ul li a{padding:5px 30px;}

.inner_culture .cuilture_list .culture_text{padding:20px;}
.inner_culture .cuilture_list .culture_text p{height:70px;}

}

@media screen and (max-width:767px){
.header .topnav_list .logo img {max-width:40%;}	
nav.navbar.bootsnav .navbar-toggle{top:11px;}
.index_success{position:relative;bottom:0;}

/*------total_title-------*/
.total_title h5:before{left:-30px;}
.total_title h5:after{right:-30px;}

.index_service .service_box li{width:50%;margin-bottom:10px;}

ul.index_product_box .index_product_list .index_product_text a{height:50px;}

.center_adv{background-size:cover;}

.index_product .total_title , .index_advantage , .index_about , .index_news , .index_partner{margin:0;padding:0;}
.index_partner .partner_box{width:100%;margin-top:20px;}

.index_about .about_box .about_pic .about_pic_plist span{padding: 8px 10px;}

.index_service{margin-top:0;}

.inner_content .inner_nav{margin:5px 0;padding:5px 0;}
.inner_content .inner_nav ul li a{padding:5px 15px;margin-bottom:15px;}
.news_content .news_box .news_list .news_text a{display:block;}
.news_content .news_box .news_list .news_text span.news_time{float:none;}
.news_content .news_box .news_list .news_text span.read{display:inline-block;margin-left:15px;margin-right:5px;margin-bottom:15px;}
.inner_page ul li a{margin-bottom:10px;}

.product_detail_box .details_list #LoutiNav li span{padding:9px 20px;}

}

@media screen and (max-width:480px){
.header .topnav_list .logo img{max-width:60%;}	

/*------total_title-------*/
.total_title h5:before{left:-100px;}
.total_title h5:after{right:-100px;}

.product_detail_box .details_list #LoutiNav.fixed_nav{left:0;top:61px;}
.product_detail_box .details_list #LoutiNav li{padding:0 2px;}
.product_detail_box .details_list #LoutiNav li span{padding:9px 6px;}
.product_detail_box{padding:8px;}

.job_box ul li .job_list .job_text a:before{left:-2px;}
.job_box ul li .job_list .job_text a:after{right:-2px;}

.contact_content .contact_main .contact_box .contact_text{padding:20px;}
.message_box{padding:0;}

}
