.map_bg{
	position:absolute; 
	top: 0px; 
	right: 0px;
}
.map_main{
    float: right;
    width: 300px;
    height: 600px;
    background: #f3f3f3;
    overflow: hidden;
    position: relative;
	z-index: 10086;
}
/*导航头*/
.map_main .map_top{
    float: left;
    width: 100%;
    height: 35px;
    background: #ECECEC;
	border:1px solid #DDDDDD; border-left:none; border-right:none;
	overflow: auto;
}

 .map_top span{
    float: left;
    height: 25px;
	color: #959595;
	line-height: 25px;
	padding: 5px 0px 5px 20px;
}

 .map_top select{
    float: left;
	width: 100px;
    height: 25px;
}

/*滚动条*/
.map_main .div_scroll{width: 100%;height: 563px;overflow: auto;float: left;}
.scroll_container {overflow: hidden;position: relative;/*background-color: #F8F8F8;*/}
.scroll_absolute {position: absolute;}
.scroll_vertical_bar {position: absolute;top: 10px;right: 0;width: 7px;height: 100%;/*background: green;*/margin: 0; padding: 0;}
.scroll_track {position: relative;background-color: #d6d6d6;}/*底色*/
.scroll_drag {position: relative;top: 0;left: 0;cursor: pointer;background-color: #c5088c;}/*滑块颜色*/
.scroll_arrow {text-indent: -20000px;display: block;cursor: pointer;/*background-color: #369DB4;*/}
.scroll_vertical_bar .scroll_arrow {height: 16px;}

.map_main .scroll_track{
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
/*底色*/
.map_main .scroll_drag{
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
/*滑块颜色*/
.us_tit4{
    float: left;
    background: url("../images/us-bg-icon1.png") repeat-x;
    background-position-y:13px;
    position: absolute;
    z-index: 9;
}
.us_tit4 em{float:left;margin-top: 5px;}
.us_tit4 em img{float: left;}
.us_tit4 span{
    display: inline-block;
    margin-left: 32px;
    width: 101px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    background: #c5088c;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.us_list6{
    clear: both;
    background: url("../images/us-bg-icon2.png") repeat-y;
    background-position-x:8px;
    padding-left: 10px;
    overflow: hidden;
    position: relative;
    top: 0px;
}
.us_list6 ul{margin-top: 7px;}
.us_list6 ul li{
    margin-top: 20px;
    height: auto;
    overflow: hidden;
}
.us_list6 ul li.us_l3{margin-top: 28px;}
.us_txt7{
    font-size: 15px;
    color: #c5088c;
}
.us_txt8{
    clear: both;
    float: left;
    color: #888888;
    padding-left: 22px;
    line-height: 20px;
    margin-top: 12px;
}
.us_txt8 i{float:left;font-style:normal;}
.us_txt8 i img{margin-right: 6px;width: 9px;}
.us_txt8 span{
    float: left;
    width: 170px;
}
.us_txt9{
    background: url("../images/us-icon4.png") no-repeat;
    padding-left: 26px;
    color: #c5088c;
    font-size: 13px;
    line-height: 17px;
}
.us_txt9 a{color: #c5088c;float: none;}
.us_txt9 a:hover{color: #e108a1;}
.us_icon1{
    position: absolute;
    bottom: 20px;
    left: 20px;
}