/*通用全局设定*/
body,input,button,select,textarea,table{font:12px '\5b8b\4f53','\5fae\8f6f\96c5\9ed1';}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {margin:0;padding:0;}
fieldset,img {border:0;}
table{border-collapse:collapse;border-spacing:0;}
ol,ul{list-style:none;}
input,button,select,textarea{outline:none;}
textarea{resize:none;}
a:link, a:visited,a:hover, a:active {text-decoration: none;}
/*重设 HTML5 标签*/
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block;}
audio,canvas,video {display:inline-block;*display:inline;*zoom:1;}
/*==公用样式==*/
.clear:after {visibility:hidden;display:block;font-size:0;content:"";clear:both;height:0;}
.clear{zoom:1;}
h1,h2,h3,h4,h5,h6{font-weight: normal;}
/*开始*/
ul{width: 670px; margin: 0; padding: 0;}
ul li{ width:198px; height: 190px; overflow: hidden; float: left; margin-right: 25px; position: relative;}
ul li a{display: block; width: 100%; height: 100%;}
ul li p{ line-height: 27px; text-align:center; font-size: 14px; font-family:"\5fae\8f6f\96c5\9ed1"; color: #474747; height: 38px; padding: 13px 0; overflow: hidden;}
ul li i{position: absolute; width: 60px; height: 60px; overflow: hidden;  left: 65px; top: 40px; display: block;  -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; -ms-transition: all 0.4s ease-out; transition: all 0.4s ease-out;}
ul li i em {width: 100%; height: 100%;display: block; border-radius: 50%; }
ul li i em img{width: 100%; height: 100%; opacity: 1; -webkit-transition: opacity 0.4s ease-in;}
ul li:hover i{-webkit-transform:scale(0.7,0.7) translate(-100px,45px) rotate(360deg);  -moz-transform:scale(0.7,0.7) translate(-100px,45px) rotate(360deg);  -ms-transform:scale(0.7,0.7) translate(-100px,45px) rotate(360deg); -o-transform:scale(0.7,0.7) translate(-100px,45px) rotate(360deg); transform:scale(0.7,0.7) translate(-100px,45px) rotate(360deg);}
ul li:hover em img{opacity: 0.3;}