@charset "utf-8";
/*------------ branch ------------*/
.branch-list .pic .mask{
    display: none;
}
.branch-list.type3 .box {
    border-radius:0 40px 0 0;
    overflow:hidden;
}
.branch-list.type3 .box .pic{
    z-index:-1;
}
.branch-list.type3 .box .pic:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 40px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: transparent;
    box-shadow: 75px 70px 0 40px #fff;
    filter: blur(0);
}
.branch-list.type3 .box .text-box{
        border-radius: 40px 0 40px 40px;

    background: #fff;
    margin-top: -40px;
    position: relative;
}
.branch-list.type3 .item .name{
    border-bottom: solid 4px #0E6137;
    transition: all .3s ease;
    padding: 24px 24px 16px 24px;
}
.branch-list.type3 .item .box:hover .name{
    border-color: #91B223;
}
.branch-list.type1 .map_box,
.branch-list.type2 .map_box{
    background:#0E6137;
    color:   #fff;
}
.branch-list.type1 .box .map_box:hover,
.branch-list.type2 .box .map_box:hover{
    background: #91B223;
}
.branch-list.type3 .map_box{
    width: 100%;
    max-width: inherit;
    border-radius: 0;
    background: #9C9C9C;
    color: #fff;
    letter-spacing: 3px;
    margin: 0;
}
.branch-list.type3 .map_box:before{
    font-family: 'icon-font2' !important;   
    content: "\e1026";
    font-size: 18px;
    margin: 0px 8px 3px 0;
    display: inline-block;
    vertical-align: middle;
}
.branch-list.type3 .box .map_box:hover{
    background: #91B223;
}
/*------------ rwd ------------*/
@media screen and (max-width: 520px){
}
