.fancybox-close {
    top: -30px !important;
}
body .fancybox-skin {
    border-radius: 0px !important;
}
body .fancybox-skin {
    background: #FFF !important;
}
.list-h > li a.fancybox, .list-h .item a.fancybox, .list-v li a.fancybox {
    display: block;
}
.branch-list .pic {
    overflow: hidden;
    position: relative;
}
.branch-list .box .pic img {
    transition: all ease 0.6s;
}
.branch-list .box:hover .pic img {
    transform: scale(1.2);
}

.branch-list {
    margin: 0 -10px;
}
.branch-list li {
    width: 25%;
    padding: 0 10px;
}
.branch-list li:nth-child(4n+1){
    clear: both;
}
.branch-list li .box{
    max-width: 332px;
    margin: 0 auto 35px;    
    position: relative;
    padding-bottom: 20px;
}
.branch-list .box .cover2{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.branch-list li .box .pic{
    position: relative;
}
.branch-list li .box .pic img{
    width: 100%;
}
.branch-list .txt {
    padding: 10px 10px 15px;
}
.branch-list .name {
    color: #B20000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: 5px;
}
.branch-list .description {
    position: relative;
    z-index: 35;
}
.branch-list .description a{
    z-index: 35;
    display: inline-block;
}
.branch-list .description .b-title {
    color: #000000;   
    font-size: 16px;
    margin-bottom: 10px;
}
.branch-list .description .b-content {
    color: #535353;
    font-size: 15px;
    line-height: 23px;
}
.branch-list .description .b-line {
    width: 100%;
    background: #DDDDDD;
    height: 1px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.branch-list li a.map_box{
    display: block;
    position: relative;
    z-index: 35;
    width: 100%;
    margin: 10px 0;
    color: #FFF;
    background: #333333;
    border: solid 1px #333333;
    text-align: center;
    transition: all 0.3s ease;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 28px;
}
.branch-list li a.map_box:hover{
    background: #B20000;
    border: solid 1px #B20000;
}





@media screen and (max-width: 1100px) {
    .branch-list li {
        width: 50%;
    }
    .branch-list li:nth-child(n){
        clear: none;
    }
    .branch-list li:nth-child(2n+1){
        clear: both;
    }
}
@media screen and (max-width: 767px) {
    .branch-list {
        margin: 0 -6px;
    }
    .branch-list li {
        width: 50%;
        padding: 0 6px;
    }
    .branch-list .pic {
        height: auto;
    }
 
}
@media screen and (max-width: 600px) {
    .branch-list {
        margin: 0 -6px;
    }
    .branch-list li {
        width: 100%;
        float: none;
        padding: 0 6px;
    }

}