@media (min-width: 1200px)
{
.menu_tool .menu_t{ float:right; padding-top:30px;}
}

@media (min-width: 961px) and (max-width: 1119px)
{
.menu_tool .menu_t{ float:right; padding-top:30px;}
}

@media (min-width: 768px) and (max-width: 960px)
{
.menu_tool .menu_t{ float:right;}
.menu_tool .logo{ width:100%; text-align:center;padding-top:10px; padding-bottom:10px;}
.menu_t{width:100%; padding-top:5px; padding-bottom:5px; background:#990000;}
.menu_t li{ width:33%;text-align:center;float:left;line-height:25px;}
.menu_t li a{ color:#FFFFFF;}
.hot_tel .t_left{ width:100%;height:50px; line-height:50px;background:url(../images/tel.jpg) left no-repeat; padding-left:60px; color:#FFFFFF; font-size:18px;}
.hot_tel .t_left2{ width:100%;height:50px; line-height:50px;background:url(../images/wt.jpg) left no-repeat; padding-left:60px;color:#FFFFFF; font-size:18px;}
.cat_m li{ float:left; width:50%; text-align:center; padding:20px 0;}
.cat_m li img{ width:60%;}
.sidebar{display:none;}
.content{ float:none;margin: 0 auto;}
.foot_bg .f_60{ padding:0 10px;}
.foot_bg .r_40{display:none;}
}

@media (min-width: 480px) and (max-width: 767px)
{
.menu_tool .logo{ width:100%; text-align:center;padding-top:10px; padding-bottom:10px;}
.menu_t{width:100%; padding-top:5px; padding-bottom:5px; background:#990000;}
.menu_t li{ width:33%; text-align:center; float:left; line-height:25px;}
.menu_t li a{ color:#FFFFFF;}
.hot_tel .t_left{ width:100%;height:50px; line-height:50px;background:url(../images/tel.jpg) left no-repeat; padding-left:60px; color:#FFFFFF; font-size:18px;}
.hot_tel .t_left2{ width:100%;height:50px; line-height:50px;background:url(../images/wt.jpg) left no-repeat; padding-left:60px;color:#FFFFFF; font-size:18px;}

.cat_m li{ float:left; width:50%; text-align:center; padding:20px 0;}
.cat_m li img{ width:60%;}
.sidebar{display:none;}
.content{ float:none;margin: 0 auto;}

.h_about{margin:10px auto;}
.h_about .pic{ width:100%; text-align:center}
.h_about .r_ti{ width:100%;}
.h_about .r_ti .c_bg{ width:95%;height:40px; font-size:18px; margin:10px auto;}
.h_about .r_ti .c_txt{ line-height:25px; padding:0 10px;}

.foot_bg .f_60{ padding:0 10px;}
.foot_bg .r_40{display:none;}

.hide_480_767{display:none;}
.show_480_767{display:block;}
}
@media (max-width: 479px) {
	.hide_max479{
		display:none;
		}
	.show_max479{
		display:block;
		}
}