#legend{
    z-index: 2;
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -188px;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    box-sizing: border-box;
    background: url("../../images/bg_infinite.png") repeat 0 0;
}
#legend .legend-list{
    margin-right: 15px;
    font-size: 12px;
    color: #fff;
}
#legend:hover{
    cursor: pointer;
}
#legend .legend-title{
    color: #0ba5ff;
}
#legend .legend-list .icon{
    display: block;
    margin: 7px 5px 8px 0;
    width: 15px;
    height: 15px;
    border-radius: 50% 50%;
    border: 1px solid #0ba5ff;
    background: rgba(11,165,255,.6);
}
#legend .legend-list .icon-xs{
    border: 1px solid #c60000;
    background: rgba(198,0,0,.6);
}
#legend .legend-list .icon-gr{
    border: 1px solid #37179c;
    background: rgba(55,23,156,.6);
}
/*行政区划上点标记的样式*/
.select-marker-school{
    width: 24px;
    height: 36px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-family: Roboto;
    background: url("../../images/icon_location.png") no-repeat 0 0;
}
.select-marker-jyj{/*教育局省级特有的点*/
    width: 80px;
    height: 36px;
}
.select-marker-jyjSheng{/*教育局省级特有的点*/
    width: 80px;
    height: 36px;
    background: url("../../images/icon_loca_PDoE.png") no-repeat 0 0;
}
.select-marker-jyjShi{/*教育局市级特有的点*/
    width: 80px;
    height: 36px;
    background: url("../../images/icon_loca_BoE.png") no-repeat 0 0;
}
.select-marker-jyjXian{/*教育局区县特有的点*/
    width: 80px;
    height: 36px;
    background: url("../../images/icon_loca_DEB.png") no-repeat 0 0;
}
.select-marker-duikou{
    width: 78px;
    height: 36px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-family: Roboto;
    background: url("../../images/icon_loca_duikou.png") no-repeat 0 0;
}
.select-marker-school-title-xs{
    position: absolute;
    top: -27px;
    left: -15px;
    width:54px;
    height:30px;
    line-height: 26px;
    text-align: center;
    background: url("../../images/common/bg_student.png") no-repeat 0 0;
}
.select-marker-school-title-jzg{
    position: absolute;
    top: -27px;
    left: -15px;
    width:54px;
    height:30px;
    line-height: 26px;
    text-align: center;
    background: url("../../images/common/bg_teacher.png") no-repeat 0 0;
}
.select-marker-click{
    background: url("../../images/icon_location_h.png") no-repeat 0 0;
}
.select-marker-school:hover,.highlight_marker{
    background: url("../../images/icon_location_h.png") no-repeat 0 0;
}
.select-marker{
    width: 80px;
    height: 80px;
    border: 1px solid #0ba5ff;
    padding-top: 21px;
    box-sizing: border-box;
    border-radius: 50% 50%;
    background: rgba(11,165,255,.6);
    font-size: 14px;
    color: #0a0839;
    text-align: center;
}
.select-marker-hover{
    background: rgba(11,165,255,1);
    font-size: 14px;
}
.select-marker-hover .select-marker-name{
    font-weight: bold;
}
.select-marker-xs{
    border: 1px solid #c60000;
    background: rgba(198,0,0,.6);
    color: #fff;
}
.select-marker-gr{
    border: 1px solid #37179c;
    background: rgba(55,23,156,.6);
    color: #fff;
}
.select-marker .select-marker-num{
    font-family: Roboto;
}
.Start_marker{
    width: 24px;
    height: 36px;
    background: url("../../images/icon_starting.png") no-repeat 0 0;
}
.End_marker{
    width: 24px;
    height: 36px;
    background: url("../../images/icon_destination.png") no-repeat 0 0;
}
/*返回上一级*/
#return-up,#jygh-return-up,#jyfp-return-up,#jyrd-return-up{
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    height: 40px;
    background: url("../../images/btn_returnmap.png") no-repeat 0 0;
    cursor: pointer;
    opacity: .8;
    z-index: 2;
}
#return-up:hover,#jygh-return-up:hover,#jyfp-return-up:hover{
    opacity: 1;
}
/*IE浏览器placeholder垂直居中*/
#container-left  .search-input:-ms-input-placeholder {
    line-height: 1px;
}
/*chrome浏览器placeholder垂直居中*/
#container-left  .search-input::-webkit-input-placeholder {
    line-height: 32px;
}

/*6.29修改教育概况三级级联菜单*/
#container-left .sel-one{
    width: 100px;
}
.gk-menu-groups{
    width: 320px;
    border: 1px solid #282828;
    margin: 15px 0;
    box-sizing: border-box;
    border-radius: 4px;
}
#container-left .gk-menu-item{
    width: 50%;
    margin-right: 0;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
}
#container-left .gk-menu-item-act{
    background-color: #353535;
    color: #0ba5ff;
}

#jcgk-content .sel-one{
    width: 155px;
}

#jcgk-content .sel-one:last-child{
    margin-right: 0;
}
#tsjy-content{
    display: none;
}
.jygk-option-box{
    width: 320px;
    height: 332px;
    position: absolute;
    left: 0;
    background-color: #353535;
    overflow-y: auto;
    border: 1px solid #282828;
    box-sizing: border-box;
    display: none;
    margin-top: 2px;
    overflow-x: hidden;
}
#container-left .jygk-option-box .sel-list-two{
    width: 100%;
    text-align: left;
    padding-left: 5px;
}
#container-left .jygk-option-box .gk-county-item{
    width: 73px;
    padding-left: 0;
    text-align: center;
}
#container-left .sel-one-jcgk .sel-list-one,
#container-left .sel-one-jygk .sel-list-one{
    border: none!important;
    margin-top: 0!important;
}
#container-left .sel-one-xd .sel-list-one:nth-child(2){
    margin-top: 2px!important;
}
#jcgk-content .sel-two,
#tsjy-content .sel-two{
    top: 0;
    border: none;
    width: 219px;
    height: 330px;
}
#container-left .gk-city-item .sel-list-one-name{
    width: 93px;
    border-right: 1px solid #282828;
    box-sizing: border-box;
}
#container-left .gk-city-item:hover .sel-list-one-name,
#container-left .gk-city-item-act .sel-list-one-name{
    border-right: none;
}
.gk-city-item-act{
    background-color: #535353!important;
}
#container-left .gk-city-item-act .sel-two{
    z-index: 101!important;
}
.margin-top-0{
    margin-top: 0!important;
}
#container-left .jygk-itrm-click-act,
#container-left .jygk-itrm-click-act>.sel-list-one-name{
    color: #0ba5ff!important;
}
#container-left .rdjb-sel-list .sel-list-one:first-child{
    border: none;
}
#container-left .sel-one-province .gk-select-name,
#container-left .sel-one-xd .gk-select-name{
    border: 1px solid #282828 !important;
    border-bottom: 1px solid #6a6a6a!important;
}
.rdjb-sel-list>ul{
    margin-top: 2px;
}
.sel-gk-tsjy .sel-list-two .sel-list-two-name{
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}