body {
    font-family: "Microsoft YaHei"!important;
}

.header {
    height: 84px;
    line-height: 84px;
    background: #FFFFFF;
    vertical-align: middle;
}

.header-top-menu {
    margin: 0 auto;
    height: 30px;
    line-height: 30px;
    text-align: right;
    color: #FFF;
    font-size: 12px;
    border: solid 1px red;
}

.header-right-menu {
    float: right;
    color: #666;
    margin-right: 102px;
}

.header-right-menu a {
    color:#666;
    cursor:pointer;
}

.favorite-top{
    background: url(../images/favorite_top.png) no-repeat;
    background-size: 14px 14px;
    padding-left: 16px ;
}

.main-nav {
    background:url(../images/main_nav_bg.png);
    height: 46px;
    padding-left: 80px;
    clear: both;
}

.main-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-nav li {
    float: left;
    height: 45px;
    line-height: 45px;
    padding: 0;
    width: 120px;
    text-align: center;
}

.main-nav li:hover {
    background:url(../images/main_nav_item_bg_hover.png) repeat-x;
}

.main-nav a {
    color: #FFF;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
    display: block;
}

.main-nav li.wljgs{
    background: url(../images/main_nav_item_bg_wljgs.png) no-repeat 10px 4px;
    height: 45px;
    width:145px;
}

.main-nav li.wljgs:hover {
    background: url(../images/main_nav_item_bg_wljgs.png) no-repeat 10px 4px;
}

.main-nav li.zsdt{
    background: url(../images/main_nav_item_bg_zswd.png) no-repeat 10px 4px ;
    height: 45px;
    width:145px;
}

.main-nav li.zsdt:hover{
    background: url(../images/main_nav_item_bg_zswd.png) no-repeat 10px 4px ;
}

.left {
    position: absolute;
    left: 0;
    top: 130px;
    bottom: 0;
    width: 419px;
}

.poi-count {
    height: 45px;
    line-height: 45px;
    background-color: rgb(255,254,235);
    border: solid 1px rgb(238,221,189);
    border-radius: 5px;
    color: #B98E6C;
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
}

#scrollJdContainer {
    position: absolute;
    top: 115px;
    left: 0;
    bottom: 0;
    border: solid 0px red;
    padding: 10px;
    width: 410px;
}

#scrollGgwContainer {
    position: absolute;
    top: 115px;
    left: 0;
    bottom: 0;
    border: solid 0px red;
    padding: 10px;
    width: 410px;
}

.main {
    position: absolute;
    top: 132px;
    left: 419px;
    right: 0;
    bottom: 0;
    border-left: solid 1px rgb(212, 212, 212);
    border-top: solid 1px rgb(212, 212, 212);
}

#mapContainer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.navbar-default h3 {
    color: white;
    letter-spacing: 2px;
    line-height: 68px;
    height: 68px;
    margin: 0;
}

#mapChannel {
    clear: both;
    margin: 10px 0;
}

#mapChannel ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

#mapChannel li {
    float: left;
    cursor: pointer;
    width: 209px;
    text-align: center;
    color: #666;
    font-size: 16px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: solid 0px transparent;
    border-bottom: solid 1px #e3e3e3;
}

#mapChannel .checked {
    border-bottom: solid 2px #DE2312;
    color: #DE2312;
}

#channelJd{
    background: url(../images/map_nav_icon_jd_gray.png) no-repeat 40px 16px;
}

#channelJd.checked{
    background: url(../images/map_nav_icon_jd.png) no-repeat 40px 16px;
}

#channelGgw{
    background: url(../images/map_nav_icon_ggw_gray.png) no-repeat 45px 16px;
}

#channelGgw.checked{
    background: url(../images/map_nav_icon_ggw.png) no-repeat 40px 16px;
}



.leftContent{
    margin-top: 5px;
}


.sliderbar_module_content td {
    text-align: center;
    font-size: 12px;
    padding: 5px;
}

.ytmap-popup-content {
    font-size: 14px!important;
}

.ytmap-popup{
    padding: 0px!important;
}

.ytmap-popup-closer {
    top: 10px!important;
    right: 10px!important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.my-popup-title{
    width: 322px;
    padding: 10px;
    padding-right: 30px;
    background-color: rgb(245,245,245);
    color: #333;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    white-space:nowrap;/*规定段落中的文本不进行换行*/
    overflow:hidden;/*内容会被修剪，并且其余内容是不可见的。*/
    text-overflow:ellipsis;/*显示省略号来代表被修剪的文本*/
}

.my-popup-content{
  padding: 10px 16px;
}

.ggwContentDiv {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}

/*地图切换*/

.map-change-box {
    position: absolute;
    bottom: 30px;
    right: 10px;
    width: 66px;
    height: 50px;
    background: #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.map-change-box.shou {
    bottom: 260px;
}

.map-change-box:hover {
    width: 200px;
}

.map-change-box ul li {
    width: 66px;
    height: 50px;
    margin-left: 5px;
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 2px;
    border: 1px solid #dddddd;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.map-change-box ul li.active {
    z-index: 10;
}

.map-change-box ul li a {
    display: block;
}

.map-change-item a {
    background-image: url(../images/map_change.jpg);
    background-repeat: no-repeat;
    display: block;
    height: 44px;
    position: relative;
}

.map-change-box:hover .map-change-item1 {
    right: 132px;
}

.map-change-box:hover .map-change-item2 {
    right: 66px;
}

.map-change-box:hover .map-change-item3 {
    right: 0px;
}

.map-change-item1 a {
    background-position: 0px 0px;
}

.map-change-item2 a {
    background-position: 0px -44px;
}

.map-change-item3 a {
    background-position: 0px -88px;
}

.map-change-item4 a {
    background-position: 0px -132px;
}

.map-change-item a span {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    line-height: 14px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background: url(../images/opacity50.png);
}

.map-change-item.active a span {
    background: #0a427b;
}

.map-change-box .arrow {
    border-bottom: 6px solid #fff;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    display: block;
    width: 6px;
    float: left;
    margin-left: 19px;
}

.ytmap-legend{
    width: 200px;
    height: 150px;
    position: absolute;
    left: 10px;
    bottom: 20px;
    border-radius: 5px;
    background-color: rgba(255,255,255,0.7);
}
#cnzz_stat_icon_1278280387 {
    display: none;
}