.routcon h2{
    text-align: center;
    margin-bottom: 100px;
    font-size: 28px;
}
.routmap{
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* border: solid 1px #c62125; */
    box-shadow: 0px 0px 6px rgba(85, 85, 85, 0.342);
}
.routmap img{
    width: 100%;
    height: 100%;
}
.routmap img:hover{
    transform: scale(1.1);
    transition: all 0.5s;
    /* cursor:pointer */
}
.routicon{
    height: 50px;
}
.routicon p{
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    font-weight: 700;
}
.routicon img{
    margin-right: 20px;
    /* line-height: 40px; */
    /* height: 40px; */
    vertical-align: middle;
}
.routline{
    width: 100%;
    height: 1px;
    background-color: #ddd;
}
.guidtit{
    font-size: 22px;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 20px;
}
.routguid ul{
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
}
.routguid ul li{
    text-align: center;
    margin-bottom: 50PX;
}
.routguid ul li:nth-child(2) .routsubway{
    margin-bottom: 12px;
}
.guidtxt{
    line-height: 28px;
}
.guidtxt span{
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 18px;
}

@media screen and (min-width: 1160px){
    .routicon {
        height: 70px;
    }
    .routicon p{
        font-size: 22px;
        height: 70px;
        line-height: 70px;
    }
    .guidtxt span{
        font-size: 20px;
    }
    .routguid ul {
        float: left;
    }
    .routguid ul li{
        text-align: start;
        width: 50%;
        float: left;
    }
    /* .routicon img{
        bac
    } */
}
