#contentwrap {
    width: 100%;
}

.br_box {
    width: 100%;
    height: 78px;
    display: none;
}

.content_box {
    max-width: 1280px;
    margin: 0 auto;
}

.main_banner {
    background: url(../img/footer_main.jpg) center no-repeat;
    width: 100%;
    height: 500px;
    background-size: cover;
}

.footer_menu {
    width: 100%;
    height: 45px;

    margin-top: 0px;
    margin-bottom: 100px;

    border-top: 2px solid #000;
    box-sizing: border-box;
}

.footer_menu ul {
    width: 100%;
}

.footer_menu li {
    width: 25%;

    text-align: center;
    line-height: 45px;

    background-color: #fff;
    box-sizing: border-box;
    background-color: #f8f8f8;

    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.footer_menu li a {
    display: block;
}

.footer_menu li:hover a {
    color: #bbb;
}

.footer_menu li:nth-child(1) {
    border-left: 1px solid #ccc;
}

.footer_menu li:nth-child(4) {
    background-color: #ffffff;

    border-bottom: 0;
}

.footer_menu li:nth-child(4) a {
    color: #000;
}

.map_box {
    width: 100%;
    height: 450px;
    margin: 0 auto;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}

.map_box p {
    color: white;
    line-height: 55px;
    text-align: center;
    font-size: 14px;
}

.content_box > p {
    text-align: center;
    background: #000;
    color: white;
    font-size: 14px;
    line-height: 21px;
    padding: 15px 20px;
}

.train_box {
    margin-top: 20px;

}

.train_box li:first-child > p {
    font-size: 16px;
    margin-left: 0px;
    text-align: center;
}

.train_box ul {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;


    border-bottom: 1px solid #ddd;
    padding-top: 40px;
    padding-bottom: 60px;
}

.train_box li {
    width: 25%;
    position: relative;
}

.train_box ul p {
    line-height: 30px;
    margin-left: 40px;
    font-size: 16px;
    font-weight: bold;
}

.train_circle {
    width: 30px;
    height: 30px;
    background-color: #9d8d68;
    border-radius: 100%;
    float: left;
}

.number {
    color: white;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    margin-left: 5px;
}

.bus_box {
    margin-top: 20px;

}

.bus_box li:first-child > p {
    font-size: 16px;
    margin-left: 0px;
    text-align: center;
    font-weight: bold;
    line-height: 30px;
}

.bus_box ul {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;


    border-bottom: 1px solid #ddd;
    padding-top: 40px;
    padding-bottom: 60px;
}

.bus_box li {
    width: 25%;
    position: relative;
}

.bus_box li:nth-child(2) .bus_circle {
    background-color: #e55555;
}

.bus_circle {
    width: 100px;
    height: 30px;
    background-color: #6dc689;
    border-radius: 6px;
    float: left;
}

.bus_box .number {
    color: white;
    font-weight: bold;
    text-align: center;
    line-height: 27px;
    font-size: 18px;
    margin-left: 5px;
}

.where {
    width: 100%;
    margin: 0 auto;
    margin-top: 100px;
    
    border: 1px solid #ddd;
    box-sizing: border-box;
    border-style: dashed;
    padding: 20px;
}

.where p {
    line-height: 40px;
    text-align: center;
}

.where p:first-child {
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 20px;
    text-align: center;
}


/**********************************/


@media all and (max-width:1023px) {
    .main_banner {
        height: 300px;
    }
}

@media all and (max-width:767px) {

    .br_box {
        display: block;
    }

    .footer_menu li {
        font-size: 0.8em;
    }

    .train_box li:first-child {
        width: 100%;
        margin-bottom: 20px;
    }

    .bus_box li:first-child {
        width: 100%;
        margin-bottom: 20px;
    }

}

@media all and (max-width:414px) {
    .footer_menu li {
        font-size: 0.8em;
    }
    
    .bus_box li {
        width: 85px;
    }

    .bus_circle {
        width: 85px;
        height: 30px;
        background-color: #6dc689;
        border-radius: 6px;
        float: left;
    }

    .bus_box .number {
        color: white;
        font-weight: bold;
        text-align: center;
        line-height: 29px;
        font-size: 16px;
    }
    
    .where {
        width: 90%;
    }
}
