@charset "gb2312";
/* CSS Document */
img{
	margin:0;
	padding:0;
	border:0;}
#x_contant{
	width:80%;
	height:134px;
	margin:0 auto;	
	}

#x_contant a{
	width:12.5%;
	height:134px;text-align:center;float:left;}
#x_contant a img{
	display:block;
	-webkit-transition: -webkit-transform 0.4s ease-out;
	-moz-transition: -moz-transform 0.4s ease-out;
	transition: transform 0.4s ease-out;
	width:116px;
	height:134px;}
#x_contant a:hover img{
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	transform: rotate(360deg);}

@media screen and(max-width:960px){
#x_contant{width:90%;height:134px;text-align:center;}
#x_contant a{
	width:12.5%;
	height:134px;text-align:center;float:left;}
}