.section{
    overflow: hidden;
}
#navbar .nav-menu:first-child{
    padding-left: 0;
}
/* .through_img{
    width: 100%;
    height: 400px;
    background-image: url("../images/common/banner_swp.png");
    background-position: center center;
}
.through_img>div{
    position: relative;
    height: 100%;
    padding-top: 73px;
}
.through_img p{
    position: absolute;
    left: 0;
    top: 30px;
}
.through_img p,.through_img p a{
    font-size: 14px;
    color: #fff;
}
.through_img h3{
    text-align: center;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
}
.through_img .swp_prev,.through_img .swp_next{
    position: absolute;
    left: 0;
    top:125px;
    cursor: pointer;
}
.through_img .swp_next{
    left: auto;
    right: 0;
}
.through_img .swpbox{
    padding: 50px 50px 0;
    position: relative;
}
.swiper_type{
    overflow: hidden;
    width: 100%;
    height: 182px;
}
.swiper_type .swiper-slide{
    width: 220px;
    height: 182px;
    box-sizing: border-box;
}
.swiper_type .swiper-slide a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 38px 0;
    position: relative;
}
.swiper_type .swiper-slide img{
    display: block;
    margin: 0 auto;
    transition: all 0.5s;
}
.swiper_type .swiper-slide:hover img{
    transform: scale(1.1);
}
.swiper_type .swiper-slide p{
    position: absolute;
    left: 0;
    top: 0;
    height: 182px;
    line-height: 182px;
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

.swiper_type .li1{
    background-image: url("../images/hospital_navigation/li1.png");
    background-size: 100% 100%;
}
.swiper_type .li2{
    background-image: url("../images/hospital_navigation/li2.png");
    background-size: 100% 100%;
}
.swiper_type .li3{
    background-image: url("../images/hospital_navigation/li3.png");
    background-size: 100% 100%;
}
.swiper_type .li4{
    background-image: url("../images/hospital_navigation/li4.png");
    background-size: 100% 100%;
}
.swiper_type .li5{
    background-image: url("../images/hospital_navigation/li5.png");
    background-size: 100% 100%;
}
.swiper_type .li6{
    background-image: url("../images/hospital_navigation/li6.png");
    background-size: 100% 100%;
}
.swiper_type .li7{
    background-image: url("../images/hospital_navigation/li7.png");
    background-size: 100% 100%;
} */


/* 地图以及导航 */
.amap-copyright{
  opacity:0;
}
.hspt_nav{
    min-height: 716px;
    position: relative;
    margin-top: 70px;
}
.hspt_nav .map{
    width: 100%;
    position: absolute;
    left: 0;
    top: 52px;
}
#allmap{
    width: 100%;
    height: 664px;
    position: absolute !important;
    left: 0;
    top: 52px;
}

.navigation_way{
    margin-top: 0;
    margin-right: 40px;
    background-color: rgba(75, 154, 123, 0.9);
    width: 471px;
    min-height: 596px;
    position: relative;
    padding: 78px 36px 47px;
}
.navigation_way::before{
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border: 37px solid transparent;
    border-left: 37px solid #3a886a;
    position: absolute;
    left: 0;
    top: 0;
    transform-origin: left top;
    transform: rotate(45deg);
}
.navigation_area{
    width: 100%;
    border-bottom: 1px solid #fff;
}
.navigation_area li{
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    padding-bottom: 24px;
    margin-left: 33px;
    /* border-bottom: 4px solid transparent; */
    cursor: pointer;
    position: relative;
}

.navigation_area li::after{
    content: "";
    display: block;
    /* width: 100%; */
    height: 4px;
    width: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background-color: #fff;
    transition: all 0.3s;
}
.navigation_area li:first-child{
    margin-left: 0;
}
.navigation_area li:hover::after,.navigation_area li.current::after{
    width: 100%;
}

.navigation_detail{
    margin-top: 36px;
}
.navigation_detail li{
    display: none;
}
.navigation_detail p{
    font-size: 14px;
    color: #fff;
    line-height: 23px;
}
.navigation_detail p .icon-dizhi,.navigation_detail p .icon-dianhua{
    font-size: 18px;
    color: #fff;
    margin-right: 9px;
    vertical-align: middle;
}
.mt8{
    margin-top: 8px;
}
.navigation_detail dt{
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    margin-top: 34px;
    padding-bottom: 36px;
}
.navigation_detail dd{
    float: left;
    margin-left: 63px;
    text-align: center;
  cursor: pointer;
}
.navigation_detail dd p{
    font-size: 14px;
    color: #fff;
}
.navigation_detail dd i{
    font-size: 34px;
    color: #fff;
    vertical-align: middle;
    line-height: 36px;
}
.navigation_detail dd i.icon-gongjiao{
    font-size: 36px;
}
.navigation_detail dd i.icon-ditie{
    font-size: 30px;
}
.navigation_detail dd.ml0{
    margin-left: 0;
}

.navigation_detail .type_ways p{
    font-size: 14px;
    line-height: 23px;
    color: #fff;
    margin-top: 20px;
}
.navigation_detail li.show{
    display: block;
}
.navigation_detail .type_ways>div{
    height: 250px;
    overflow-y: auto;
    padding: 0 5px;
  margin-top:20px;
}
.navigation_detail .type_ways p:first-child{
    margin-top: 0;
}
/*定义滚动条轨道*/
.navigation_detail .type_ways>div::-webkit-scrollbar-track
{
    background-color: rgba(75, 154, 123, 0.9);
    /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.22); */
}
::-webkit-scrollbar-corner{
    border-radius: 2px;
}
/*定义滚动条高宽及背景*/
.navigation_detail .type_ways>div::-webkit-scrollbar
{
    width: 4px;
    height: 4px;
    background-color: rgba(75, 154, 123, 0.9);
}
/*定义滚动条*/
.navigation_detail .type_ways>div::-webkit-scrollbar-thumb
{
    background-color: #ddd;
    border-radius: 2px;
}


/* 楼栋 列表*/
.exploration_main{
    background:#f5f5f5;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center top;
    width: 100%;
    height: 1112px;
    margin-top: 100px;
}
.exploration_main_bg_green_bg{
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    background-image: url("../images/825381d857ba1493.jpg");
    background-repeat:repeat;
}
.exploration_main>.centerArea{
    position: relative;
}
.exploration_main .menu{
    position: absolute;
    /* left: 26px; */
    left: 60px;
    top: 0;
    padding-top: 100px;
    height: 1112px;
    border-left: 1px solid #fff;
}
.exploration_main .menu li{
    margin-left: -4px;
    position: relative;
    height: 52px;
    line-height: 52px;
    color: #fff;
    font-size: 18px;
    margin-top: 36px;
    cursor: pointer;
    transition: all 0.5s;
}

.exploration_main .menu li::after{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.exploration_main .menu .line{
    display: inline-block;
    margin-right: 20px;
    width: 0px;
    height: 1px;
    background-color: #fff;
    vertical-align: 7.5px;
    transition: all 0.5s;
    position: relative;
    z-index: 1;
}
.exploration_main .menu .circle{
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: relative;
    /* background-color: red; */
    vertical-align: 4.5px;
    margin-right: 0px;
    transition: all 0.5s;
}
.exploration_main .menu .circle::before{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: rgba(205, 174, 109, 0);

    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);    
    transition: all 0.5s;
}
.exploration_main .menu .circle::after{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    box-sizing: border-box;
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: all 0.5s;
}
.exploration_main .menu li:hover,.exploration_main .menu li.current{
    font-size: 20px;
}
.exploration_main li:hover .circle::before,.exploration_main li.current .circle::before{
    width: 52px;
    height: 52px;
    background-color: rgba(205, 174, 109, 0.8);
}
.exploration_main li:hover .circle::after,.exploration_main li.current .circle::after{
    width: 34px;
    height: 34px;
}
.exploration_main li:hover .line,.exploration_main li.current .line{
    width: 40px;
}
.exploration_main li:hover .circle,.exploration_main li.current .circle{
    margin-right: 13px;
}


/* 楼层详情 */
.exploration_main .content{
    width: 2000px;
    height: 954px;
    /* margin-left: 305px; */
    margin-left: 354px;
    margin-top: 102px;
    background-color: #fff;
    box-shadow: -2px -2px 18px -6px rgba(143, 143, 143, 0.2),2px 2px 18px -6px rgba(143, 143, 143, 0.2);
}
.exploration_main .content #cstm_scroll{
    margin-left: 54px;
    margin-top: 54px;
    width: 778px;
    /* height: 810px; */
    height: 822px;
    overflow: hidden;
}
.cstm_scroll li{
    width: 720px;
}
.cstm_scroll li>h4{
    font-size: 20px;
    color: #4b9a7b;
}
.cstm_scroll li dl{
    margin-top: 24px;
}
.cstm_scroll dt,.cstm_scroll dd{
    zoom: 1;
}   
.cstm_scroll dt::after,.cstm_scroll dd::after{
    display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}   
.cstm_scroll dt{
    background-image: url("../images/hospital_navigation/dtbg.png");
    background-size: 100% 100%;
}


.cstm_scroll dt>p{
    float: left;
    width: 478px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}
.cstm_scroll dt>p:first-child{
    width: 241px;
}
.cstm_scroll dd>p{
    float: left;
    text-align: center;
    width: 241px;
    height: 79px;
    line-height: 78px;
    font-size: 14px;
    color: #000;
    border-right: 1px solid #f0f0f0;
}
.cstm_scroll dd>div{
    width: 478px;
    position: relative;
    float: left;
    height: 79px;
    border-right: 1px solid #f0f0f0;
}
.cstm_scroll dd>div p{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 14px;
    width: 100%;
    font-size: 14px;
    line-height: 23px;
    color: #000;
    padding: 0 35px;
}
.cstm_scroll dd{
    border-left: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}



/*移动端*/
@media screen and (max-width: 768px){
.hspt_nav {
    min-height: 7rem;
    position: relative;
    margin-top: 0.5rem;
}
#allmap {
    width: calc(100% - 0.48rem);
    margin-left: 0.24rem;
    height: 7rem;
    position: absolute !important;
    left: 0;
    top: 0;
}
.navigation_way {
    margin-top: 7.24rem;
    margin-right: 0.24rem;
    background-color: rgba(75, 154, 123, 0.9);
    width: calc(100% - 0.48rem);
    margin-left: 0.24rem;
    min-height: 6rem;
    position: relative;
    padding: 0.3rem;
}
.navigation_way::before {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border: 37px solid transparent;
    border-left: 37px solid #3a886a;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transform-origin: left top;
    transform: rotate(45deg);
}
.navigation_area li {
    font-size: 0.3rem;
    font-weight: bold;
    color: #fff;
    padding-bottom: 0.2rem;
    margin-left: 56px;
    /* border-bottom: 4px solid transparent; */
    cursor: pointer;
    position: relative;
}
.navigation_detail {
    margin-top: 0.3rem;
}
.navigation_detail p {
    font-size: 0.25rem;
    color: #fff;
    line-height: 1.5;
}
.navigation_detail p .icon-dizhi, .navigation_detail p .icon-dianhua {
    font-size: 0.25rem;
    color: #fff;
    margin-right: 0.1rem;
    vertical-align: middle;
}
.navigation_detail dt {
    font-weight: bold;
    font-size: 0.25rem;
    color: #fff;
    margin-top: 0.3rem;
    padding-bottom: 0.3rem;
}
.navigation_detail dd i {
    font-size: 0.6rem;
    color: #fff;
    vertical-align: middle;
    line-height: 1.2;
}
.navigation_detail dd {
    float: left;
    margin-left: 1.1rem;
    text-align: center;
    cursor: pointer;
}
.navigation_detail .type_ways>div {
    height: 4rem;
    overflow-y: auto;
    padding: 0 0.1rem;
    margin-top: 0.3rem;
}
.navigation_detail .type_ways p {
    font-size: 0.2rem;
    line-height: 2;
    color: #fff;
    margin-top: 20px;
}



.exploration_main {
    background: #f5f5f5;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center top;
    width: 100%;
    height: 8rem;
    margin-top: 0.5rem;
}
.exploration_main_bg_green {
    position: absolute;
    width: 31%;
    height: 100%;
    left: 0;
    background-image: url(../images/825381d857ba1493.jpg);
    background-repeat: repeat;
}
/*.exploration_main .menu {
    position: absolute;
    left: 0.24rem;
    top: 0;
    padding-top: 0.1rem;
    height: 8rem;
    width: 2.2rem;
    border-left: 1px solid #fff;
}
.exploration_main .menu li {
    margin-left: -0.1rem;
    position: relative;
    height: 1rem;
    line-height: unset;
    color: #fff;
    font-size: 0.2rem;
    margin-top: 0.5rem;
    cursor: pointer;
    transition: all 0.5s;
}
.exploration_main .menu .line {
    display: inline-block;
    margin-right: 0.2rem;
    width: 0px;
    height: 1px;
    background-color: #fff;
    vertical-align: 7.5px;
    transition: all 0.5s;
    position: relative;
    z-index: 1;
    opacity: 0;
}
.exploration_main .menu .circle {
    display: inline-block;
    width: 0.2rem;
    height: 0.2rem;
    border-radius: 50%;
    position: relative;
    vertical-align: unset;
    margin-right: -0.15rem;
    margin-left: -0.02rem;
    transition: all 0.5s;
}
.exploration_main .menu li::after {
    content: "";
    display: block;
    width: 0.15rem;
    height: 0.15rem;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0.5rem;
    transform: translateY(-50%);
    display: none;
}
.exploration_main .menu .circle::before {
    content: "";
    display: block;
    width: 0.15rem;
    height: 0.15rem;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: all 0.5s;
}
.exploration_main .menu .circle::after {
    content: "";
    display: block;
    width: 0.15rem;
    height: 0.15rem;
    box-sizing: border-box;
    border-radius: 50%;
    border: 0.04rem solid #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: all 0.5s;
}
.exploration_main .menu li:hover, .exploration_main .menu li.current {
    font-size: 0.2rem;
}
.exploration_main li:hover .line, .exploration_main li.current .line {
    width: 0;
    height: 0.3rem;
}
.exploration_main li:hover .circle, .exploration_main li.current .circle {
    margin-right: 0;
}
.exploration_main li:hover .circle::before, .exploration_main li.current .circle::before {
    margin-top: -0.22rem;
    width: 0.4rem;
    height: 0.4rem;
    background-color: rgba(205, 174, 109, 0.8);
}
.exploration_main li:hover .circle::after, .exploration_main li.current .circle::after {
    width: 0.2rem;
    height: 0.2rem;
    margin-top: -0.22rem;
}*/
.exploration_main {
    background: #f5f5f5;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center top;
    width: 100%;
    height: 8rem;
    margin-top: 0.5rem;
}
.exploration_main .menu {
    position: absolute;
    left: 0.24rem;
    top: 0;
    padding-top: 0.1rem;
    height: 100%;
    min-height: 9rem;
    width: 2.4rem;
    border-left: 1px solid #fff;
    padding-top: 0.4rem;
}
.exploration_main .menu li {
    margin-left: -0.1rem;
    position: relative;
    height: 0.73rem;
    line-height: unset;
    color: #fff;
    font-size: 0.2rem;
    margin-top: 0.2rem;
    cursor: pointer;
    transition: all 0.5s;
}
.exploration_main .menu .line {
    display: inline-block;
    margin-right: 0.2rem;
    width: 0px;
    height: 1px;
    background-color: #fff;
    vertical-align: 7.5px;
    transition: all 0.5s;
    position: relative;
    z-index: 1;
    opacity: 0;
}
.exploration_main .menu .circle {
    display: inline-block;
    width: 0.2rem;
    height: 0.2rem;
    border-radius: 50%;
    position: relative;
    /* background-color: red; */
    vertical-align: unset;
    margin-right: -0.15rem;
    margin-left: -0.02rem;
    transition: all 0.5s;
}
.exploration_main .menu li::after {
    content: "";
    display: block;
    width: 0.15rem;
    height: 0.15rem;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0.5rem;
    transform: translateY(-50%);
    display: none;
}
.exploration_main .menu .circle::before {
    content: "";
    display: block;
    width: 0.15rem;
    height: 0.15rem;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: all 0.5s;
}
.exploration_main .menu .circle::after {
    content: "";
    display: block;
    width: 0.15rem;
    height: 0.15rem;
    box-sizing: border-box;
    border-radius: 50%;
    border: 0.04rem solid #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: all 0.5s;
}
.exploration_main .menu li:hover, .exploration_main .menu li.current {
    font-size: 0.2rem;
}
.exploration_main li:hover .line, .exploration_main li.current .line {
    width: 0;
    height: 0.05rem;
}
.exploration_main li:hover .circle, .exploration_main li.current .circle {
    margin-right: 0;
}
.exploration_main li:hover .circle::before, .exploration_main li.current .circle::before {
    margin-top: 0rem;
    width: 0.4rem;
    height: 0.4rem;
    background-color: rgba(205, 174, 109, 0.8);
}
.exploration_main li:hover .circle::after, .exploration_main li.current .circle::after {
    width: 0.2rem;
    height: 0.2rem;
    margin-top: 0;
}
.exploration_main .content {
    width: 78%;
    height: 8rem;
    margin-left: 22%;
    margin-top: 0;
    background-color: #fff;
    box-shadow: -2px -2px 18px -6px rgba(143, 143, 143, 0.2), 2px 2px 18px -6px rgba(143, 143, 143, 0.2);
}
.exploration_main .content>ul {
    width: calc(100% - 0.4rem);
    margin-left: 0.2rem;
    margin-top: 0.2rem;
    padding-bottom: 0.5rem;
}
.exploration_main .content .des {
    font-size: 0.2rem;
    line-height: 1.5;
    color: #000;
    width: 100%;
}
.exploration_main .content li p,.exploration_main .content li p strong,.exploration_main .content li p a,.exploration_main .content li p span {
    font-size: 0.2rem;
    line-height: 1.5;
    color: #000;
    width: 100%;
}
.exploration_main .content #cstm_scroll {
    margin-left: 0.1rem;
    margin-right: 0.1rem;
    margin-top: 0.2rem;
    width: calc(100% - 0.2rem);
    /* height: 810px; */
    height: 8rem;
    overflow: hidden;
}
.mCSB_inside > .mCSB_container {
    margin-right: 0.3rem;
}
.cstm_scroll li {
    width: 100%;
}
.cstm_scroll li>h4 {
    font-size: 0.25rem;
    color: #4b9a7b;
}
.cstm_scroll li img{
    width: 100%;
}


}









