.banner-row {
    height: 520px;
    position: relative;
    margin: 0 auto;
    background: url(/static/images/img06-c0beedbaa8899fb2afc21321b9036877.png) no-repeat;
    background-position: 50% !important;
}

.banner-row .text-row {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding-top: 50px;
    color: #fff;
}

.banner-row .text-row .text1 {
    font-size: 34px;
    margin-bottom: 20px;
}

.banner-row .text-row .text2 {
    font-size: 26px;
    margin-bottom: 40px;
}

.column .transport {
    background-color: #ffffff;
    box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.05);
    border: solid 1px #e5e5e5;
    margin-bottom: 80px;
    display: flex;
    align-items: flex-start;
}

.column .transport .address {
    width: 300px;
    background-color: #f6f7f9;
}

.column .transport .address p {
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
}

.column .transport .address p.active {
    color: #fff;
    background: #e50614;
}

.column .map {
    height: 620px;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
}

.column .transport .num {
    padding: 20px 30px;
}

.yuan {
    width: 6px;
    height: 6px;
    margin-left: 46px;
    border: 6px solid #e50614;
    border-radius: 50%;
    margin-bottom: 5px;
}
.btn-row{
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

.down-btn{
    display: inline-block;
    width: 200px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    color: #e50614;
    border: 1px solid #e50614;

}
.down-btn:hover{
    background: #e50614;
    color: #fff;
}