.logo img{
    float: left;
    width: 230px;
    height: 57px;
    margin-top:16px;
}

.rowFluid {
    clear: both;
}
.rowFluid:before, .rowFluid:after, .column:before, .column:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    visibility: hidden;
    overflow: hidden;
}
.span4 {
    width: 25%;
}

.index_product {
    padding: 10px 0;
    background: #fff;
}
.index_product_content {
    margin-left: -10px;
}
.index_product_list {
    display: block;
    margin: 0 0 10px 10px;
    position: relative;
    overflow: hidden;
}
.index_product_list:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: rgba(255, 255, 255, 0.4);
    content: '';
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: scale3d(2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -140%, 0);
    transform: scale3d(2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -140%, 0);
}
.index_product_list:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    transform: translate3d(0, -5px, 0);
    -webkit-transform: translate3d(0, -5px, 0);}
.index_product_list .list_backimg {
    padding: 10px 0 20px 0;
    text-align: center;
  	  border-radius:20px;
}
.index_product_list .list_backimg1 {
    background: url(../images_binzhou/002.png) center repeat;
}
.index_product_list .list_backimg2 {
    background: url(../images_binzhou/003.png) center repeat;
}
.index_product_list .list_backimg3 {
    background: url(../images_binzhou/004.png) center repeat;
}
.index_product_list .list_backimg4 {
    background: url(../images_binzhou/005.png) center repeat;
}
.index_product_list .list_backimg5 {
    background: url(../images_binzhou/006.png) center repeat;
}
.index_product_list .list_backimg6 {
    background: url(../images_binzhou/007.png) center repeat;
}
.index_product_list .list_backimg7 {
    background-color: #f9f9f9;
}
.index_product_list .list_txt {
    color: #fff;
    margin-top: -30px;
}
.index_product_list .list_title {
    font-size: 16px;
}
.index_product_list .list_text {
    font-size: 12px;
}

.list_img img{
    width: 100px;
    height: 100px;
}


