css3经过放大

.cp1{ width:1198px; height:440px; border:1px solid #dcdcdc; border-top:2px solid #ec6e00; margin-top:20px;}

.cp1 a{display:block; overflow:hidden;}
.cp2 a{display:block; overflow:hidden;}

.cp1 a:hover img{
transform: scale(1.05);
transition: all 1s ease 0s;
-webkit-transform: scale(1.05);
-webkit-transform: all 1s ease 0s;
}
.cp2 a:hover img{
/*transform:translateX(5px);
transition: .3s transform;*/
transform: scale(1.05);
transition: all 1s ease 0s;
-webkit-transform: scale(1.05);
-webkit-transform: all 1s ease 0s;
}