@charset "utf-8";

body {
	font-family: Arial,microsoft yahei ui light
}

#iconWall {
	width:920px;
	
	margin: 0 auto;
	overflow: hidden;
	padding-top: 1px;
	padding-left: 1px;
	list-style: none
}

#iconWall li {
	width: 208px;
	height:106px;
	float: left;
	margin-right: 1px;
	margin-bottom: 1px;
	position: relative
}

#main #products ul {
	margin:0px;
	padding: 0;
}

#main  #products  li {
	margin: 0 0 5px 0;
	padding: 0;
	margin-left:29px;
	list-style: none;
}

#main  #products  li:first-child{margin-left:0px;}

#main  #products  li:nth-child(4n+1){margin-left:0px;}


.img-back,.img-front {
	position: absolute;
	left: 0;
	top: 0;
	background-color: #fff;
	width:208px;

	text-align: center;
	
}

li img {
	vertical-align: middle
}

.img-3d {
	transform-style: preserve-3d;
	backface-visibility: hidden
}

.img-back {
	transform: rotateY(360deg)
}

#btnRefresh {
	text-align: center;
	transition: .3s linear;
	background-color: #fff
}

.iconRefresh {
	width: 28px;
	height: 28px;
	background: url(../img/refresh.png);
	margin: 32px auto 0
}

#btnRefresh:hover {
	color: #fff;
	background-color: #dd2727;
	transition: 0s
}

#btnRefresh:hover .iconRefresh {
	background: url(../img/refresh-white.png)
}

.mask {
	position: absolute;
	left: 0;
	top: 0;
	width:208px;
	height:95px;

	opacity: 0
}

.mask img {
	float: right;
	margin-top: 0px;
	margin-right: 1px
}

.mask p {
	font-size: 12px;
	color: #fff;
	margin-top: 45px;
	text-align: center
}

.mask a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	background-color: red;
	width: 70px;
	display: block;
	margin: 0 auto;
	text-align: center;
	height: 18px;
	line-height: 18px;
	border-radius: 9px
}

li:hover .mask {
	opacity: 1;
	transition: .3s linear
}

footer {
	text-align: center;
	margin-top: 20px;
	color: #666;
	font-size: 16px;
	line-height: 1.4
}




@media only screen and (max-width: 960px) {
	
	
	#iconWall {
	width:100%;
	
	margin: 0 auto;
	overflow: hidden;
	padding-top: 1px;
	padding-left: 1px;
	list-style: none
}

#iconWall li {
	width: 48%;
	height:106px;
	float: left;
	margin-right: 1px;
	margin-bottom: 1px;
	position: relative
}

#main #products ul {
	margin:0px;
	padding: 0;
}

#main  #products  li {
	margin: 0 0 5px 0;
	padding: 0;
	margin-left:10px;
	list-style: none;
}

#main  #products  li:first-child{margin-left:0px;}

#main  #products  li:nth-child(2n+1){margin-left:0px;}
	
	
}