.page-title-block{
    height: 164px;
    overflow: hidden;
    position: relative;
    color: #777777;
}
.page-title-block .title{
    font-size: 36px;
    margin-top: 50px;
}

.brand-list {
    margin-top: 60px;
    position: relative;
}
.brand-list .brand-list-block{
    margin-bottom: 72px;
    position: relative;
}

.brand-list .brand-list-block .logo-block{
    position: relative;
    height: 270px; 
    vertical-align: middle;
    text-align: center;
}

.brand-list .brand-list-block .logo-block img{
    position: absolute;
    max-width: 80%;
    max-height: 80%;
    width: 300px;
    height: 124px;
    left: 50%;
    top: 50%;
    display: block;
    margin-left: -150px;
    margin-top: -62px;
}
.brand-list .info-block {
    position: relative;
    height: auto; 
    padding-left: 30px; 
}

.brand-list .info-block .type-list{
    margin-top: 30px;
}
.brand-list .info-block .type-list a{
    line-height: 30px;
    padding: 0 10px;
    font-size: 14px;
    display: inline-block;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.brand-list .info-block .type-list a:hover{
    color: #ffffff;
    background-color: #262626;
}
.brand-list .info-block .more{
    margin-top: 30px;
    padding-left: 10px;
    font-size: 18px;
}


.list-pagination-wrapper {
    margin-top: 40px;
    margin-bottom: 160px;
    text-align: center;
}

.list-pagination-wrapper .pagination li a {
    margin-left: 5px;
    margin-right: 5px;
    background-color: #f7f8f9;
    border-color: #f7f8f9;
    font-size: 12px;
    border-radius: 6px;
    padding: 9px 15px;
    color: #bfbfbf;
    font-weight: lighter;
}

.list-pagination-wrapper .pagination li a:hover {
    background-color: #e9e8e9;
}

.list-pagination-wrapper .pagination li.active a {
    background-color: #1890ff;
    color: #fff;
    font-weight: normal;
}

.pagination li a {
    margin-left: 5px;
    margin-right: 5px;
    background-color: #f7f8f9;
    border-color: #f7f8f9;
    font-size: 12px;
    border-radius: 6px;
    padding: 9px 15px;
    color: #bfbfbf;
    font-weight: lighter;
}

.pagination li a:hover {
    background-color: #fefefe;
}

.pagination li.active a {
    background-color: #1890ff;
    color: #fff;
    font-weight: normal;
}

.search-breadcrumb-block {
    padding-top: 50px;
    padding-bottom: 42px;
    border-bottom: 2px #f0f1f2 solid;
}

.search-breadcrumb-block a {
    line-height: 40px;
    padding-left: 10px;
    padding-right: 10px;
}
.search-breadcrumb-block .title {
    line-height: 40px;
    font-size: 30px;
    margin-left: -15px;
}
.product-list-row{
    padding-top: 24px;
}
.product-list-row .product-list{
    margin-top: 30px;
}
.product-list .product-img{
    padding: 0;
    overflow: hidden;
}
.product-list .product-img img{
    width: 100%;
    display: block;
    overflow: hidden;
    transition: transform 1s ease 0s;
}
.product-list .product-img:hover img {
    transform: scale(1.08);
    -ms-transform: scale(1.08);
}


.product-list .product-txt{
    background-color: #262626;
    color:#ffffff;
    padding: 15px 25px;
}
.product-list .title{
    font-size: 18px;
}
.product-list .sub-title{
    color:#93959e;
    font-size: 12px;
}
.border-all{
    border:1px #ebebeb solid
}

/* 阴影浮动效果 */
.index-news-group, .case-list {
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

.index-news-group:hover, .case-list:hover{
    -webkit-box-shadow: 3px 3px 48px 3px rgba(160,160,160,0.8) ;
    box-shadow: 3px 3px 48px 3px rgba(160,160,160,0.8) ; 
    transform: translate3d(0,-5px,0);
    -webkit-transform: translate3d(0,-5px,0);
    -moz-transform: translate3d(0,-5px,0);
    -o-transform: translate3d(0,-5px,0);
}

.case-list{
    position: relative;
    padding: 0;
    margin: 0;
    height: 338px;
    overflow: hidden;
}

.case-list .product-txt .title {
    text-overflow:ellipsis;
    white-space:nowrap; 
    overflow:hidden; 
}

.index-news-group .news-title {
   text-overflow:ellipsis;
    white-space:nowrap; 
    overflow:hidden;  
    
}

.info-blok{
    line-height: 2;
}

p{
   padding: 0; 
   margin: 0;
}

.info-blok img{
    max-width: 100% !important;
}

@media (max-width: 991px) {
    .brand-list .info-block {
        height: auto;
    }
    .brand-list .info-block .more {
        position: relative;
        padding-top: 20px;
        padding-right: 15px;
        bottom: 0;
        text-align: right;
        font-size: 14px;
    }
    .mob-footIcon{
        padding-bottom: 15px;
    }
    .copyright .col-xs-12{
        text-align: left;
    }
    .case-detail.container{
        padding-bottom: 90px;
    }

    .case-detail .title-block{
        padding-top: 10px;
        padding-bottom: 20px;
        border-bottom: 1px #f0f1f2 solid;
    }

    .case-detail .title-block .title{
        font-size: 20px;
    }

    .case-detail .info-container {
        padding-right: 0px !important;
    }

    .sales-detail .info-blok .com-title {
        font-size: 16px !important;
        padding-bottom: 26px !important;
    }

    .sales-detail .info-blok .contact-list ul li {
        padding-bottom: 8px !important; 
    }

    .info-blok .contact-list ul li .title {
        font-size: 14px !important;
    }

    .search-breadcrumb-block {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px;
        border-bottom: 1px #f0f1f2 solid;
    }

    .search-breadcrumb-block .input-group{
        margin-top: 15px;
    }
    
    
   .case-detail  .share-footer {
        padding-bottom: 20px;
        padding-top: 20px;
        margin-top: 30px;
    }


}
    