.map__div{/* 地图主DIV 外框 */
    position:relative;
    overflow:hidden;
    width: 100%; 
    height: 100%; 
    z-index: 1000; 
    left: 0px; 
    top: 0px; 
    background-image:url('../images/map_bg_la.JPG'); 
    background-attachment:fixed;
}
.map__ground{/*容器*/
    position:absolute;/*绝对定位*/
    top:0px;left:0px;
    z-index:0;
}
.map__pic{/*放地图的*/
    position:absolute;
    left:0px;top:0px;
    z-index:0;
}
.map__mark{/*文字 标志层*/
    position:absolute;
    left:0px;top:0px;
    z-index:101;
}
.map__mark2{/*文字 标志层*/
    position:absolute;
    left:0px;top:0px;
    z-index:100;
}
.map__picitem{/*单个图片*/
    position:absolute;
}
.map__point{
    kkcursor:pointer;
    white-space: nowrap;
    font-size:9pt;
    color:#303030;
    height:14px;
    letter-spacing:1px;
    position:absolute;
    filter:
        Dropshadow(offx=1,offy=0,color=white)
        Dropshadow(offx=0,offy=1,color=white)
        Dropshadow(offx=0,offy=-1,color=white)
        Dropshadow(offx=-1,offy=0,color=white);
}
.map__point_img{position:absolute;cursor:pointer;}

.map__point_red{
    cursor:pointer;
    white-space: nowrap;
    font-size:9pt;
    color:#ff1122;
    height:14px;
    letter-spacing:1px;
    position:absolute;
    filter:
        Dropshadow(offx=1,offy=0,color=white)
        Dropshadow(offx=0,offy=1,color=white)
        Dropshadow(offx=0,offy=-1,color=white)
        Dropshadow(offx=-1,offy=0,color=white);
}
.shuoming {
height: 208px;
width: 502px;
position:absolute;
z-index:1000;
text-align:left;
}
.shuoming div{
height: 208px;
width: 502px;
position:absolute;
z-index:1000;
background-image: url(icon_home.png)!important;/* FF IE7 */
background-repeat: no-repeat;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Img.3/biao_bg.png'); /* IE6 */
_background-image: none; /* IE6 */

}
.shuoming iframe{
    left:8px;
    top:8px;
    position:absolute;
    z-index:1001;
}