
.brand-header{
    max-width: 1100px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.a_layout{
    max-width: 1100px;
    margin: 0 auto;
   
}


.branch-box{
    background: #fff;
    border-radius: 20px;
    padding: 50px 10px;
    margin-top: 70px;
}



.branch-box .title{
    color: #444444;
    font-size: 24px;
    text-align: center;
    letter-spacing: 2px;
   
    padding-bottom: 10px; 
   
    border-bottom: 1px solid #e7e7e7;
    max-width: 1100px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.branch-list{
    max-width: 1100px;
    margin: 0 auto;
}


.branch-list .item{
    width: calc(50% - 20px);;
    float: left;
    
    margin: 5px 10px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.3s ease;
}
.branch-box  .box{
    display: flex;
    position: relative;
    align-items: center;
}

.branch-list .box .cover {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}

.branch-box  .box .map{
    width: 190px;
    height: 140px;
    border: 1px solid #ddd;
   
}
 
 
.branch-box  .box  .txt{
    width: calc(100% - 190px);
    padding-left: 20px;
}

.branch-box  .box  .txt .name{
    font-weight: normal;
    color: #EE8AB3;
}

.branch-box  .box  .txt a{
    display: inline-block;
}

.branch-box  .box  .txt a:hover{
    text-decoration: underline;
}

@media screen and (max-width: 1000px) {

    .branch-box {
        
        padding: 30px 20px;
        margin-top: 35px;
    }

    
 


    .branch-box .title{
        max-width: 767px;
    }
    .branch-list {
        max-width: 767px;
        margin: 0 auto;
    }

    .branch-list .item {
        width: 100%;
        float: left;
        margin: 5px 0px 40px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        transition: all 0.3s ease;
    }

    .branch-box .box .map{
        width: 50%;
    }

    .branch-box .box .txt {
        width: 50%;
        padding-left: 20px;
    }
}

@media screen and (max-width: 484px) {

    .branch-box .box {
        display: flex;
        position: relative;
        align-items: center;
        flex-direction: column;
    }

    .branch-box .box .map{
        width: 100%;
    }

    .branch-box .box .txt {
        width: 100%;
        padding-left: 0px;
        padding-top: 20px;
    }
}