外层div
position: relative;
width: 400px;
height: 400px;
overflow: hidden;
/* vertical-align: middle; */
text-align: center;
background-color: #f6f6f6;
display: box;
display: -webkit-box;
display: -moz-box;
-webkit-box-pack: center;
-moz-box-pack: center;
-webkit-box-align: center;
-moz-box-align: center;
内层 img
max-width: 400px;
max-height: 400px;
margin: 0 auto;
text-align: center;
参考我改的页面: http://www.jcbzw315.com/product/2804.html