.dealer-address {
    margin-top: 2.16rem;
}

.cu_map {
    margin-bottom: 40px;
    margin-top: 50px;
}


.dealer-address-item {

    width: 48%;
    margin-bottom: 60px;
}

    .dealer-address-item:nth-child(2n) {
        float: right;
    }

.dealer-cpmpany-name {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
}

.dealer-cpmpany-info {
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    margin-top: 10px;
        display: flex;
          justify-content: space-between;
flex-direction: column-reverse;

}

.dealer-cpmpany-address {
}

.dealer-cpmpany-tel {
margin-bottom: 4px;}

.dealer-address-tab-item.active {
    font-weight: 600;
}

.dealer-address-title {
    display: none;
}

.dealer-address-list {
    display: none;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .dealer-address-list.active {
        display: flex;
    }


.dealer-address-banner {
    background-color: #003a7d;
    padding: 20px;
    position:relative;
    margin-bottom:1rem;
}
    .dealer-address-banner .img {
        float: left;
        width: 50%;
    }
    .dealer-address-banner .img img {
        display: block;
        width: 100%;
    }
    .dealer-address-banner .words {
        float: left;
        width: 50%;
        padding-left: 30px;
        padding-top: 15px;
    }
        .dealer-address-banner .words h2 {
            color: #fff;
            overflow: hidden;
            text-overflow: ellipsis !important;
            display: -webkit-box;
            -webkit-line-clamp: 2 !important;
            -webkit-box-orient: vertical !important;
            font-weight: 300;
            font-size: .28rem;
            margin-bottom: 0.2rem;
        }
    .dealer-address-banner .detail {
        color: #f9ad09;
        font-size: .18rem;
        position: absolute;
        bottom: 40px ;
        right: 20px ;
        z-index: 1;
    }
@media (max-width: 960px) {
.cu_map{
	margin-bottom:0
}
    .dealer-address-item {
        width: 100%;
        float: none;
        margin-bottom: 40px;
    }

    .dealer-cpmpany-address {
        float: none;
        width: 100%
    }

    .dealer-cpmpany-name {
        font-size: 14px;
    }

    .dealer-cpmpany-info {
        font-size: 14px;
        display: flex;
        flex-direction: column-reverse;
    }

    .dealer-cpmpany-tel {
	margin-left:0;
	width: 100%
    }

    .dealer-address-title {
        font-weight: 400;
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 20px;
        display: block;
    }

    .dealer-address {
        margin-top: 40px;
    }

    .dealer-address-banner .img {
        float: none;
        width: 100%;
        padding-left: 0;
    }

    .dealer-address-banner .words {
        float: none;
        width: 100%;
        padding-left: 0;
    }

        .dealer-address-banner .words H2 {
            font-size: .3rem;
            height: 30px;
        }

    .dealer-address-banner .detail {
        position: static;
        text-align: right;
        font-size: 14px;
        padding-top: 0.2rem;
    }
    .dealer-address-banner{
        margin:0 0 1rem;
    }
}