.brand-list .brand-bd {
    position: relative;
    height: auto;
}

.brand-list .item,
.brand-list .additem {
    position: absolute;
    overflow: hidden;
    top: 0;
    box-sizing: border-box;
    left: 40%;
    background: #fff;
    transition: all 0.3s;
    text-align: center;
}
.brand-list .item img { transition: all 0.3s; }
.brand-list .item:hover img { transform: scale(1.05); }

#picture.brand-list .item,#picture.brand-list .additem,#picture.brand-list .item .box,#picture.brand-list .mask {
    width: 380px;
    height: 284px;
}


#pro.brand-list .item .img,#pro.brand-list .item img {
    max-width: 340px;
    height: 255px;
}


#case.brand-list .item,#case.brand-list .additem,#case.brand-list .item .box {
    width: 326px;
    height: 225px;
}
#case.brand-list .item .img,#case.brand-list .item img {
    max-width: 326px;
    min-height: 225px;
}

#case .box .title {
    font-size: 16px;
    color: #666666;
    background: #cccccc;
    text-align: center;
    width: 100%;
    padding: 0 5%;
    line-height: 40px;
    box-sizing: border-box;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    transition: all 0.3s;
}

#case a:hover .title {
    color: #fff;
    background: #666666;
}


#picture.brand-list .item .img,#picture.brand-list .item img {
    max-width: 380px;
    min-height: 284px;
}


#pro.brand-list .item,#pro.brand-list .additem#pro.brand-list .item .box {
    width: 340px;
    height: 450px;
}

#pro.brand-list .item .title {
    line-height: 80px;
    font-size: 22px;
    color: #333333;
}

#pro.brand-list .item .cont {
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    font-size: 15px;
    color: #666666;
    margin: 20px 0 10px 0;
}

#pro.brand-list .item .more {
    height: 33px;
    border:1px solid #d0d0d0;
    box-sizing: border-box;
}


#pro.brand-list .item .more {
    height: 33px;
    line-height: 33px;
    font-size: 15px;
    border:1px solid #d0d0d0;
    box-sizing: border-box;
    text-align: center;
}

#pro.brand-list .item .more a {
    display: inline-block;
    margin: 0 30px;
    color: #666;
    height: 20px;
    line-height: 20px
}

#pro.brand-list .item .more:hover {
    border:1px solid #f00;
}


#pro.brand-list .item .more .box:hover {
    color: #f00;
}

.brand-list .item a {
    display: block;
    position: relative;
    background: #fefefb;
}

 .mask {
    position: absolute;
    bottom: -100%;
    left: 0;
    background: rgba(0, 0, 0, .8);
    transition: all 0.3s;
}

#picture.brand-list .item .box:hover .mask {
    pointer-events:none;
    bottom: 0;
}

.mask .title {
    font-size: 24px;
    color: #fff;
    text-align: center;
    width: 100%;
    z-index: 2;
    padding: 0 5%;
    display: inline-block;
    height: auto;
    line-height: 1.4;
    vertical-align: middle;
    position: absolute;
    top: 53%;
    left: 0;
}

.mask .line {
    display: block;
    width: 42px;
    height: 42px;
    background: url(../../Image/search.png) no-repeat;
    position: absolute;
    top: 25%;
    left: 50%;
    margin-left: -21px;
}

.mask .line:after {
    content: '';
    width: 46px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -23px;
}