.ProductList_b2 li:nth-child(3n+3) {
    margin-right: 0;
}
.ProductList_b2 li {
    margin-bottom: 40px;
    margin-right: 2.6%;
    text-align: center;
    line-height: 60px;
    width: 31.6%;
	float:left;
}
.ProductList_b2 li a {
    display: block;
}
.ProductList_b2 .picimg {
    z-index: -1;
    position: relative;
    overflow: hidden;
	/*height:400px;*/
}
.ProductList_b2 .picimg:before{
    z-index: 1;
    transition: 0.3s ease 0s;
    opacity: 0;
    content: '';
    position: absolute;
    width: 100%;
    height: 0%;
    /*background: rgba(0,0,0,0.5) url(/images/ico5.png) no-repeat 50%;
    background-size: 30px 30px;*/
    top: 0;
    left: 0;
}
.ProductList_b2 img {
    height: auto;
    width: 100%;
}
.ProductList_b2 h3 {
    transition: 0.3s ease 0s;
    background: #f8f8f8;
    color: #333;
    font-size: 16px;
    font-weight: normal;
}
.ProductList_b2 li span {
    display: none;
}
.ProductList_b2 a:hover img{
	-webkit-transform: scale(1.08); transform: scale(1.08);
	transition:all 0.6s;
}
.ProductList_b2 a:hover h3 {
    background: #0061ae;
    color: #fff;
}
.ProductList_b2 a:hover .picimg:before{
    height: 100%;
    opacity: 1;
}
#scrollPic {height: auto;width: 100%; margin:0 auto;}

@media only screen and (max-width: 1200px){
	.ProductList_b2 li:nth-child(3n+3) {
    margin-right:4%;
}
.ProductList_b2 li:nth-child(2n) {
    margin-right: 0;
}

.ProductList_b2 li {
    margin-right:4%;
    width: 48%;
}
	}
@media only screen and (max-width: 800px){
.ProductList_b2 li {
    margin-right: 0;
    width: 100%;
}
	}