@charset "utf-8";
/* CSS Document */
@import url("top.css");
@import url("foot.css");
@import url(reset.css);
@import url(global.css);
@import url(animate.css);


.box{ width:100%; overflow:hidden;}
.w_1200{ width:1200px; margin:0 auto;}
.zhqn{ padding:20px 0; overflow:hidden;}
.zhqn ul li{ width:25%; text-align:center; float:left; font-size:16px; height:150px;}
.zhqn ul li img{ margin:10px auto;}
.zhqn ul li:hover img{ transform: rotateY(360deg); transition: transform 0.7s ease-out 0s;}