@charset "utf-8";
/* CSS Document */


.indexProduct1 { position:relative; width:900px;  margin:0 0 50px 0; }


.indexProduct1 .product {  *position:relative; width:900px; height:auto; }
.indexProduct1 .product .list {  width:900px; height:auto; }
.indexProduct1 .product .list li {
	display:block;
	float:left;
	overflow:hidden;
	position:relative;
	width:290px;
	height:357px;
	background-image: url(/img/x1.png);
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
}
.indexProduct1 .product .list li a,
.indexProduct1 .product .list li a:visited,
.indexProduct1 .product .list li a:hover,
.indexProduct1 .product .list li a:active { display:block; overflow:hidden; cursor:pointer; width:290px; height:357px; text-decoration:none; }

.indexProduct1 .product .list li .cover { overflow:hidden; width:282px; height:222px; margin:auto }
.indexProduct1 .product .list li .cover img { display:block; width:282px; height:222px;margin:auto }

.indexProduct1 .product .list li .titleEn1 {
	display:block;
	overflow:hidden;
	line-height:30px;
	color:#ff6600;
	margin-top:30px;
	text-align:center;
	background-color: #ebf3f9;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	font-weight: bold;
}
.indexProduct1 .product .list li .titleEn2 {
	display:block;
	overflow:hidden;
	line-height:30px;
	color:#ff6600;
	text-align:center;
	background-color: #ebf3f9;
	font-size: 16px;
	font-weight: bold;
	font-family: "微软雅黑";
}
.indexProduct1 .product .list li .titleEn {
	display:block;
	overflow:hidden;
	line-height:30px;
	color:#000000;
	text-align:center;
	background-color: #ebf3f9;
	font-size: 16px;
	font-weight: bold;
	font-family: "微软雅黑";
}


.indexProduct1 .product .list li:hover .zoom { display:block; }













