

#location{width:100%; height:51px; border-bottom:1px solid #ddd;}
#location img {cursor:pointer;}
#lo_wrap{ width:1100px; margin:0 auto; position:relative;}
#lo_wrap div{ float:left; line-height:50px; font-size:13px; text-align:left; color:#aaa; width:160px; padding:0 0px 0 20px; background:url(img/arrow.gif) no-repeat right center;}
#lo_wrap .title{  padding:0 60px 0 20px;}
#lo_wrap .home { width:auto; padding:0 15px; border-left:1px solid #ddd; border-right:1px solid #ddd; background:none;}
.location_menu{ display:none;}
/*.location_menu ul{list-style:none; margin:0;}
.location_menu li span.box{ display:inline-block;width:5px;}
.location_dropdown_m{list-style:none; width:160px; height:auto; position:absolute; left:209px; display:none; cursor:pointer; z-index:99 !important; border:1px solid #ddd; padding:15px 0; background:#fff;}
.location_dropdown_m li a{text-align:left; display:block; padding:5px 0 5px 18px; font-size:12px; line-height:1em; color:#888;}
.location_dropdown_m li a:hover{color:#777; font-weight:bold;}*/



@media screen and (max-width:767px){
#location{ height:40px; border-bottom:1px solid #ddd; border-top:1px solid #ddd;}
#lo_wrap{ width:100%; height:41px; min-width:320px;}
#lo_wrap div{ width:auto; padding:0 10px 0 10px; line-height:40px; border-right:1px solid #ddd; background:none;}
#lo_wrap .title{ width:90px; padding:0 0px 0 10px;}
#lo_wrap .page{ display:none;}
#lo_wrap .home { padding:0 12px;}
.location_menu{ display:block;float:left;}
.location_menu ul{list-style:none; margin:0;}
.location_menu li span.box{ display:inline-block;width:5px;}
.location_dropdown_m{list-style:none; width:99%; height:auto; position:absolute; left:0px; display:none; cursor:pointer; z-index:99 !important; border:1px solid #ddd; padding:15px 25px; background:rgba(0,0,0,0.9);}
.location_dropdown_m li a{text-align:left; display:block;  border-bottom:1px dotted #ddd; padding:0; font-size:14px;line-height:30px;  color:#888;}
.location_dropdown_m li a:hover{color:#777; font-weight:bold;}
.location_dropdown_m li:last-child a { border-bottom:none;}
}