a{
	text-decoration:none;
}
.products_c{
	width:1200px;
	margin:0 auto;
}
.tv_hot {
    width:286px;
	float:left;
	margin:4px;
	text-align:center;
}
.tv_hot a .avatar {
    display: block;
    height:180px;
    overflow: hidden;
    width:286px;
	border:1px solid #b92323;
}
.tv_hot>a>.avatar>img {
    height:180px;
	width:286px;
	transition: all 1.5s ease 0s;
	-webkit-transform: all 1.5s ease 0s;
}
.avatar:hover, .zhuti .avatar:hover, .bbsinner .avatar:hover {
    box-shadow: 0 0 10px gray;
}
.avatar:hover img, .zhuti .avatar:hover img, .bbsinner .avatar:hover img {
    transform: scale(1.2);
	-webkit-transform: scale(1.2);
}