.branch-list {
    margin: 0 -40px;
}

.branch-list .item {
    width: 100%;
    padding: 0 20px;
}

.branch-list .item:nth-child(4n+1) {
    clear: left;
}

.branch-list .box {
    margin: 0 auto 50px;
    position: relative;
    display: flex;
    background: #F6F6F6;
    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-list .pic {
    position: relative;
    overflow: hidden;
}

.branch-list .txt {
    position: relative;
    padding: 50px 50px 50px 80px;
    letter-spacing: 1px;
}


.contactbutton{
    display:flex;
    z-index:35;
    align-items: center;
    margin: 20px 0 0 0;
}
.branchbt{
    height: 50px;
    width:50px;
    background:#333;
    z-index: 35;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    margin: 0 0px 0 5px;
     transition: all 0.3s ease;
}
.branchbt:hover {
    background: #555;
    color: #fff;
}



.branch-list .name {
    position: relative;
    overflow: hidden;
    font-size: 22px;
    color: #333333;
    font-weight: 500;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 1.5px;
    padding: 0 0 15px;
    margin: 0 0 20px;
}

.branch-list .name::before {
    content: '';
    position: absolute;
    width: 26px;
    height: 4px;
    background: #333333;
    bottom: 0;
    left: 0;
}

.branch-list .description {
    position: relative;
    color: #878787;
    font-size: 15px;
    z-index: 35;
    padding: 0;
    margin: 10px 0;
    list-style: none;
}

.branch-list .description .tel {
    color: #333333;
    font-family: 'Lora',serif;
    font-size: 35px;
    line-height: 1;
}

.branch-list .description a {
    position: relative;
    z-index: 35;
    display: inline-block;
}

.branch-list .description li+li {
    margin: 5px 0 0;
}

.branch-list .description i {
    color: #333;
    margin: 0 5px 0 0;
    font-size: 20px;
}

.branch-list li a.map_box {
    display: block;
    position: relative;
    z-index: 35;
    width: 203px;
    height: 50px;
    line-height: 50px;
    margin: 0;
    color: #fff;
    background: #333333;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 2px;
    font-family: 'Cormorant Garamond',serif;
    transition: all 0.3s ease;
}

.branch-list li a.map_box:hover {
    background: #555;
    color: #fff;
}

/* content */
.branch-intro {
    position: relative;
    box-sizing: border-box;
    margin: 0 0 40px;
}

.branch-intro .gallery {
    float: left;
    width: 46%;
    padding: 0 30px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.branch-intro .gallery .pic {
    position: relative;
}

.branch-intro .br-intro {
    float: right;
    width: 54%;
    padding: 0 0 0 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.branch-intro .br-intro .br-name {
    position: relative;
    color: #333;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.2;
    padding: 20px 0;
    margin: 0;
    text-align: left;
    letter-spacing: 1px;
}

.branch-intro .br-intro .br-name::before {
    content: '';
    position: absolute;
    width: 26px;
    height: 4px;
    background: #333333;
    bottom: 0;
    left: 0;
}

.branch-intro .br-intro-list {
    position: relative;
    box-sizing: border-box;
    padding: 0;
    margin: 30px 0 0;
    color: #878787;
    font-size: 15px;
}

.branch-intro .br-intro-list li {
    position: relative;
    list-style-type: none;
    padding: 12px 0;
    border-bottom: 1px solid #ddd;
    letter-spacing: 1px;
}

.branch-intro .br-intro-list li .tel {
    color: #333333;
    font-family: 'Lora',serif;
    font-size: 35px;
    line-height: 1;
}

.branch-intro .br-intro-list li li+li {
    margin: 5px 0 0;
}

.branch-intro .br-intro-list li i {
    color: #333;
    margin: 0 5px 0 0;
    font-size: 20px;
}

.branch-intro .br-map {
    position: relative;
    box-sizing: border-box;
    margin: 30px 0 0;
}

.branch-intro .br-map iframe {
    width: 100%;
    box-sizing: border-box;
    height: 280px;
    margin: 40px auto 20px;
    border: 10px solid #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
}

.branch-intro .br-detail {
    position: relative;
    box-sizing: border-box;
    clear: both;
}

.branch-intro .br-detail .title {
    position: relative;
    display: block;
    padding: 5px 15px 5px 0;
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #DDDDDD;
}

.branch-intro .br-detail .title span {
    font-weight: 500;
    color: #646464;
    font-size: 19px;
    letter-spacing: 0.5px;
    font-family: 'Cormorant Garamond',serif;
    padding-left: 15px;
}

.branch-intro .br-detail .title::before {
    content: '';
    position: absolute;
    width: 77px;
    height: 1px;
    background: #555555;
    left: 0;
    bottom: 0;
}

.branch-intro .br-detail .editor {
    position: relative;
    box-sizing: border-box;
    color: #545454;
    letter-spacing: 0.5px;
    line-height: 1.6;
}

/* --------------- rwd --------------- */
@media screen and (max-width: 1280px) {
    .branch-list {
        margin: 0 -10px;
    }

    .branch-list .item {
        padding: 0 10px;
    }
}

@media screen and (max-width: 1000px) {
    .branch-list .item {
        width: 50%;
    }

    .branch-list .item:nth-child(4n+1) {
        clear: none;
    }

    .branch-list .item:nth-child(2n+1) {
        clear: left;
    }

    .branch-list .item:nth-child(odd) {
        border-left: none;
    }

    .branch-list .box {
        flex-direction: column;
    }

    .branch-list .txt {
        padding: 30px;
    }

    .branch-list .name, .branch-intro .br-intro .br-name {
        font-size: 18px;
    }

    .branch-list .description .tel, .branch-intro .br-intro-list li .tel {
        font-size: 25px;
    }

    .branch-list li a.map_box {
        width: 150px;
        height: 40px;
        line-height: 40px;
    }
    .branchbt {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 16px;
    }

    .branch-intro .gallery, .branch-intro .br-intro, .stage {
        float: none;
        width: 100%;
        margin: 0 auto;
    }

    .branch-intro .gallery, .branch-intro .br-intro {
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    .branch-list .box {
        margin: 0 auto 30px;
    }
}

@media screen and (max-width: 580px) {
    .branch-list .item {
        width: 100%;
    }

    .branch-list .item:nth-child(n) {
        clear: none;
    }

    .branch-list li+li {
        border-left: none;
    }
}
