.index_main3 .w {
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.map {
    bottom: 0;
}
#container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
/* 标题 开始 ------ */
body > .title {
    width: auto;
    height: 36px;
    font-size: 36px;
    font-family: "cnb";
    color: #000C32;
    line-height: 36px;
    position: fixed;
    top: 17.59%;
    left: 50%;
    transform: translateX(-50%);
}
/* 标题 结束 ------ */
/* 信息窗体 开始 ------ */
.info-box {
    width: auto;
    min-width: 383px;
    height: 150px;
    background: #FFFFFF;
    border-radius: 3px;
    overflow: hidden;
}
.info-box .left {
    min-width: 233px;
    height: 150px;
    padding: 18px 10px 19px 19px;
    box-sizing: border-box;
    float: left;
}
.info-box .left h3 {
    width: 100%;
    height: 20px;
    font-size: 20px;
    color: #000C32;
    margin: 0;
    margin-bottom: 19px;
    line-height: 20px;
}
.info-box .left .text {
    width: 100%;
    height: 26px;
}
.info-box .left .text.text1 {
    margin-bottom: 20px;
}
.info-box .left .text span {
    height: 20px;
    font-size: 20px;
    color: #474747;
    line-height: 20px;
}
.info-box .left .text .title {
    width: 80px;
    margin-top: 4px;
    float: left;
}
.info-box .left .text .con {
    min-width: 114px;
    float: left;
    margin-left: 10px;
}
.info-box .left .text .con em {
    height: 26px;
    font-size: 36px;
    font-family: "en";
    font-style: normal;
    font-weight: 500;
    color: #FF8706;
}
.info-box .thumb {
    width: 150px;
    height: 150px;
    float: left;
    position: relative;
}
.info-box .thumb > img,
.info-box .thumb .thumb-btn > img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.info-box .thumb .thumb-btn {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 20px;
    bottom: 20px;
}
/* 信息窗体 结束 ------ */
/* 图例 开始 ------ */
.legend {
    width: auto;
    height: 20px;
    position: fixed;
    left: 30.63%;
    bottom: 4.21%;
}
.legend-item {
    width: auto;
    height: 20px;
    float: left;
}
.legend-item:nth-child(2) {
    margin-left: 28px;
}
.legend-item img {
    display: block;
    float: left;
}
.legend-item:nth-child(1) img {
    width: 18px;
    height: 18px;
    margin-top: 1px;
}
.legend-item:nth-child(2) img {
    width: 20px;
    height: 20px;
}
.legend-item span {
    width: auto;
    height: 20px;
    font-size: 14px;
    color: #696969;
    line-height: 20px;
    margin-left: 8px;
    display: block;
    float: left;
}
/* 图例 结束 ------ */
/* 导航 开始 ------ */
.nav {
    width: 216px;
    height: 58%;
    position: fixed;
    left: 16.25%;
    top: 24.72%;
    padding-bottom: 40px;
}
.nav-con {
    width: 100%;
    height: auto;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: none;
    /* firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
}
.nav-con::-webkit-scrollbar {
    display: none;
    /* Chrome Safari */
}
.nav-more-btn {
    width: 100%;
    height: 40px;
    position: absolute;
    left: 0;
    color: #666;
}
.nav-more-btn i {
    display: block;
    width: 24px;
    height: 12px;
    background: url(../images/xiahuangjian.png) no-repeat;
    background-size: 100% 100%;
    margin: 14px auto;
    cursor: pointer;
}
.nav ul {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.nav ul li {
    width: 100%;
    /* height: 58px; */
    height: auto;
    overflow: hidden;
    position: relative;
}
.nav ul li h2 {
    width: 206px;
    height: 58px;
    font-size: 20px;
    line-height: 58px;
    color: #000C32;
    padding-right: 19px;
    box-sizing: border-box;
    position: relative;
    border-bottom: 1px solid #696969;
    cursor: pointer;
    margin: 0;
}
.nav ul li h2::after {
    content: '';
    width: 19px;
    height: 19px;
    background: url(../images/icon_add.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.nav ul li .con {
    display: none;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0;
}
.nav dd {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.nav dd h3,
.nav dd h4 {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 18px;
    line-height: 28px;
    color: #696969;
    margin-bottom: 0;
}
.nav .con dd:nth-child(1) h3 {
    margin-top: 9px;
}
.nav dd h3 {
    margin-top: 18px;
}
.nav dd h4 {
    margin-top: 9px;
    cursor: pointer;
}
/* hot --- */
.nav ul li.hot::after {
    /* content: ''; */
    width: 206px;
    height: 1px;
    background: #696969;
    position: absolute;
    left: 0;
    bottom: 0;
}
.nav ul li.hot h2 {
    border-bottom: 1px solid #FF8706;
}
.nav ul li.hot h2::before {
    content: '';
    width: 72px;
    height: 3px;
    background: #FF8706;
    position: absolute;
    left: 0;
    bottom: -2px;
}
.nav ul li.hot h2::after {
    background: url(../images/icon_reduce.png) no-repeat center center;
}
.nav ul li.hot .con {
    display: block;
    padding-bottom: 4px;
}
.nav dd h4.active {
    font-family: "cnb";
    color: #FF8706;
}
/* hot --- */
/* 导航 结束 ------ */
/* 统计 开始 ------ */
.total {
    width: auto;
    height: auto;
    overflow: hidden;
    position: fixed;
    top: 26.48%;
    left: 77.3%;
}
.total ul {
    width: auto;
    height: auto;
    overflow: hidden;
}
.total ul li {
    margin-bottom: 28px;
}
.total ul li h3 {
    width: 100%;
    height: 26px;
    font-size: 36px;
    font-family: "en";
    font-weight: 500;
    color: #FF8706;
    line-height: 26px;
    position: relative;
}
.total ul li h3::after {
    content: '';
    width: 38px;
    height: 2px;
    background: #FF8706;
    position: absolute;
    left: 0;
    bottom: -12px;
}
.total ul li h3 em {
    height: 16px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #696969;
    line-height: 27px;
}
.total ul li span {
    height: 20px;
    font-size: 20px;
    color: #696969;
    line-height: 20px;
    margin-top: 26px;
    display: block;
}
/* 统计 结束 ------ */
/* 标记点 开始 ------ */
.icon-marker {
    width: auto;
    height: auto;
    /* overflow: hidden; */
    display: flex;
}
.icon-marker img {
    display: block;
}
.icon-marker img.icon1 {
    width: 18px;
    height: 18px;
    margin-top: 1px;
}
.icon-marker img.icon2 {
    width: 20px;
    height: 20px;
}
.icon-marker img.icon3 {
    width: 57px;
    height: 57px;
}
.icon-marker span {
    width: 120px;
    height: 20px;
    font-size: 14px;
    color: #696969;
    line-height: 20px;
    margin-left: 4px;
}
.map .icon-marker-span3 {
    font-size: 30px;
    height: 46px;
    line-height: 46px;
    margin-left: 0px;
}
/* 标记点 结束 ------ */
  
@media (max-width: 1680px){
    /* 标题 开始 ------ */
    body > .title {
        font-size: 32px;
    }
    /* 标题 结束 ------ */
    /* 信息窗体 开始 ------ */
    .info-box {
        min-width: 335px;
        height: 131px;
        margin-top: -25px;
    }
    .info-box .left {
        min-width: 204px;
        height: 131px;
        padding: 16px 13px 17px 17px;
    }
    .info-box .left h3 {
        height: 18px;
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 17px;
    }
    .info-box .left .text {
        height: 23px;
    }
    .info-box .left .text.text1 {
        margin-bottom: 18px;
    }
    .info-box .left .text span {
        height: 18px;
        font-size: 18px;
        line-height: 18px;
    }
    .info-box .left .text .title {
        width: 72px;
        margin-top: 3px;
    }
    .info-box .left .text .con {
        min-width: 93px;
        margin-left: 9px;
    }
    .info-box .left .text .con em {
        height: 23px;
        font-size: 32px;
    }
    .info-box .thumb {
        width: 131px;
        height: 131px;
    }
    .info-box .thumb .thumb-btn {
        width: 21px;
        height: 21px;
        position: absolute;
        left: 17px;
        bottom: 17px;
    }
    /* 信息窗体 结束 ------ */
    /* 图例 开始 ------ */
    .legend {
        height: 18px;
    }
    .legend-item {
        height: 18px;
    }
    .legend-item:nth-child(2) {
        margin-left: 28px;
    }
    .legend-item:nth-child(1) img {
        width: 16px;
        height: 16px;
        margin-top: 1px;
    }
    .legend-item:nth-child(2) img {
        width: 18px;
        height: 18px;
    }
    .legend-item span {
        height: 18px;
        font-size: 12px;
        line-height: 18px;
        margin-left: 7px;
    }
    /* 图例 结束 ------ */
    /* 导航 开始 ------ */
    .nav {
        width: 192px;
    }
    .nav ul li h2 {
        width: 180px;
        height: 51px;
        font-size: 18px;
        line-height: 51px;
        padding-right: 17px;
    }
    .nav ul li h2::after {
        width: 17px;
        height: 17px;
    }
    .nav dd h3,
    .nav dd h4 {
        font-size: 16px;
        line-height: 26px;
    }
    .nav .con dd:nth-child(1) h3 {
        margin-top: 9px;
    }
    .nav dd h3 {
        margin-top: 16px;
    }
    .nav dd h4 {
        margin-top: 7px;
    }
    /* hot --- */
    .nav ul li.hot::after {
        /* content: ''; */
        width: 180px;
    }
    .nav ul li.hot h2::before {
        width: 63px;
    }
    .nav ul li.hot .con {
        padding-bottom: 3px;
    }
    /* hot --- */
    /* 导航 结束 ------ */
    /* 统计 开始 ------ */
    .total ul li {
        margin-bottom: 25px;
    }
    .total ul li h3 {
        height: 23px;
        font-size: 32px;
        line-height: 23px;
    }
    .total ul li h3::after {
        width: 33px;
        bottom: -11px;
    }
    .total ul li h3 em {
        height: 14px;
        font-size: 14px;
        line-height: 24px;
    }
    .total ul li span {
        height: 18px;
        font-size: 18px;
        line-height: 18px;
        margin-top: 22px;
    }
    /* 统计 结束 ------ */
    /* 标记点 开始 ------ */
    .icon-marker img.icon1 {
        width: 16px;
        height: 16px;
        margin-top: 1px;
    }
    .icon-marker img.icon2 {
        width: 18px;
        height: 18px;
    }
    .icon-marker img.icon3 {
        width: 51px;
        height: 51px;
    }
    .icon-marker span {
        width: 120px;
        height: 18px;
        font-size: 12px;
        line-height: 18px;
        margin-left: 4px;
    }
    .map .icon-marker-span3 {
        font-size: 28px;
    }
    /* 标记点 结束 ------ */
    .total {
        left: 78.3%;
    }
    .nav {
        left: 13.25%;
    }
}
@media (max-width: 1440px){
    body > .title {
        font-size: 27px;
    }
    .map .icon-marker-span3 {
        font-size: 26px;
    }
    .total {
        left: 79.3%;
    }
    .nav {
        left: 12.25%;
    }
}
/* logo隐藏 */
.amap-logo,
.amap-copyright {
    display: none!important;
}
/* 首页 单独样式 */
.index_main3 .info-box {
    display: none;
}
/* 社区选择页面 单独样式 */
.community-con {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.community-con .icon-marker-span3 {
    display: none;
}


.icon-marker img.icon1 {
    width: 10px;
    height: 10px;
}
.icon-marker img.icon2 {
    width: 10px;
    height: 10px;
}
.icon-marker span {
    font-size: 12px;
}