.switch_nav{
    border: none;
}
/*地图*/
.baidu_map{
    width: 100%;
}
.baidu_map .map{
    box-sizing: border-box;
    border: 2px solid #810703;
    height: 500px;
}
.baidu_map .address{
    width: 100%;
    text-align: right;
    font-size: 16px;
    color: #8d8d8d;
    margin-top: 0.8%;
}

/*地铁*/
.metro{
    width: 100%;
    margin-top: 1%;
}
.metro .title{
    width: 100%;
    box-sizing: border-box;
    padding-left: 40px;
    position: relative;
}
.metro .title i{
    width: 30px;
    content: url("../images/route_hospital_03.png");
    position: absolute;
    top: 0;
    left: 0;
}
.metro .title .title_con{
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}
.metro .content{
    width: 100%;
    box-sizing: border-box;
    padding-left: 40px;
    line-height: 26px;
    font-size: 14px;
    color: #8d8d8d;
}

/*公交*/
.bus{
    width: 100%;
    margin-top: 1%;
}
.bus .title{
    width: 100%;
    box-sizing: border-box;
    padding-left: 40px;
    position: relative;
}
.bus .title i{
    width: 30px;
    content: url("../images/route_hospital_06.png");
    position: absolute;
    top: 0;
    left: 0;
}
.bus .title .title_con{
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}
.bus .content{
    width: 100%;
    box-sizing: border-box;
    padding-left: 40px;
    line-height: 26px;
    font-size: 14px;
    color: #8d8d8d;
}

/*小车*/
.trolley{
    width: 100%;
    margin-top: 1%;
}
.trolley .title{
    width: 100%;
    box-sizing: border-box;
    padding-left: 40px;
    position: relative;
}
.trolley .title i{
    width: 30px;
    content: url("../images/route_hospital_08.png");
    position: absolute;
    top: 0;
    left: 0;
}
.trolley .title .title_con{
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}
.trolley .content{
    width: 100%;
    box-sizing: border-box;
    padding-left: 40px;
    line-height: 26px;
    font-size: 14px;
    color: #8d8d8d;
}

.footer{
    margin-top: 40px;
}