@charset 'utf-8';
@media only screen and (max-width:320px) and (min-width:280px){
	img{ display: block;width: 100%;vertical-align: middle;margin: 0 auto
   }
}
@media only screen and (max-width:980px) and (min-width:320px){
	#st_search{display:none;}
}
@media only screen and (max-width:420px) and (min-width:280px){
        .top{height:96px !important;}
	.top .topinfo .logo-img{margin-left:0px !important;}
        .top .topinfo .logo-img a img{width:100%;}
}

@media only screen and (max-width:780px) and (min-width:380px){
        .nav>li>a {padding: 10px 12px;}
}