/*1024pxΟΤΖΑ*/
@media screen and (max-width : 999px) {
   #layout_mo{display:block;}
    #shouye{ display: none;}
	#aboutus{display: none;}
	#xinwen{display: none;}
	#youqing{display: none;}
	#bottom{display: none;}

	

}

/*800pxΟΤΖΑ*/
@media screen and (max-width : 800px) {


}

/*640pxΟΤΖΑ*/
@media screen and (max-width : 640px) {

    
}

/*320pxΟΤΖΑ*/
@media screen and (max-width: 320px) {


}


