.citymap{ position:relative;}
/*background is bug fixed*/
.citymap .city{ position:absolute; cursor:pointer; background:url(../images/city-x.png) no-repeat left top;}

/*城市配置*/
.citymap .chengdu{ left:650px; top:630px; width:70px; height:50px;}		
.citymap .suzhou{ left:728px; top:414px; width:70px; height:50px;}		

.citymap .open_menu{ background:url(../images/map_tip_bg.png) no-repeat left top; height:96px; padding:10px 0 0 10px; position:absolute; min-width:390px; top:-100px; display:none; }
.citymap .open_menu span.right_bg{ background:url(../images/map_tip_bg.png) no-repeat left bottom; position:absolute; right:-11px; width:11px; top:0px; height:106px;}
.citymap .open_mxenu a,.citymap .open_xmenu a i{ display:inline-block; background:url(../images/map_btn.png) no-repeat; height:39px; color:#FFFFFF;}
.citymap .open_menu i.bg_style{ background:url(../images/map_tip_bg2.png) no-repeat left top; width:40px; height:33px; position:absolute; bottom:-27px; left:55px;}
.citymap .open_menu a{ margin:0 5px 5px 0;  background-position:left top; position:relative; font-size:18px; vertical-align:middle; display:inline-block; float:left;overflow:hidden;}
.citymap .open_menu a font{ position:absolute; left:0; bottom:0; font-size:12px; color:#FFFFFF; background-color:#333333; width:100%; text-align:center;opacity:0.8;}
.citymap .open_menu a img{ height:80px;}
.citymap .open_menu .more{ width:20px; display:inline-block; padding:5px 0 0 5px; color:#fff; border:1px solid #84ad71; background-color:#84ad71; border-radius:3px; font-size:14px; }
.citymap .open_menu a i{ position:absolute; right:-9px; width:9px; background-position:right -39px;}
.citymap .open_menu a:hover{ background-position:left -78px;}
.citymap .open_menu a:hover i{ background-position:right -117px;}
.citymap .open_menu a:active{ background-position:left -156px;color:#000;}
.citymap .open_menu a:active i{ background-position:right -195px;}
