

.item {
  position: relative;  

  margin: 0%;
  overflow: hidden;
  width: 100%;

  
}
.item img {
  max-width: 100%; 
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.item:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.item-overlay{
	background:#FFF;color:#333333;
	text-align:center;}

.title4 { 
  background-color:#FFF;
  color: #555; 
  font-weight:bold;
  display: inline;
  line-height:20px;
  padding: 5px 10px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  box-shadow:0px 3px 6px #999;
			-moz-box-shadow:0px 3px 6px #999;
	-webkit-box-shadow:0px 3px 6px #999;	
}	
.title4 strong { 

  color: #D81C5B; 
  font-weight:600;
 font-family:"宋体", "Microsoft Yahei", "微软雅黑", STXihei, "华文细黑", sans-serif;
}	
	
	
.item2 {
  position: relative;  

  margin: 0%;
  overflow: hidden;
  width: 100%;

}
.item2 img {
  max-width: 100%; 
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.item2:hover img {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
