
div.indexmaindiv{height:320px;margin:0px auto;width:1200px;}
div.indexmaindiv div.playerstyles{width:168px;height:44px;background:url('../images/playstyles.png') no-repeat;}
div.indexmaindiv1{margin-top:25px; overflow:hidden;}
div.indexmaindiv1 div.stylesgoleft{float:left;width:21px;height:28px;background:url('../images/arrowhead.png') no-repeat left top;margin:106px 5px 0px 0px;cursor:pointer;}
div.indexmaindiv1 div.stylesgoleft:hover{float:left;width:21px;height:28px;background:url('../images/arrowhead.png') no-repeat left -28px;margin:106px 5px 0px 0px;cursor:pointer;}
div.indexmaindiv1 div.playerdetail{width:172px;height:245px;background:#FFF;font-family:'微软雅黑';}
div.indexmaindiv1 div.playerdetail div.detailimg{width:172px;height:124px;}
div.indexmaindiv1 div.playerdetail div.detailimg img{width:172px;height:115px;}
div.indexmaindiv1 div.playerdetail div.teanames{text-align:center;font-size:14px;margin-top:5px;color:#404040;}
div.indexmaindiv1 div.playerdetail div.teadetail{width:156px;height:27px;margin:5px 8px;color:#666;}
div.indexmaindiv1 div.playerdetail .checkdetail{width:134px;height:27px;display:block;background:url('../images/checkdetail.png') no-repeat;margin:18px;}
div.indexmaindiv1 div.stylesgoright{float:left;width:21px;height:28px;background:url('../images/arrowhead.png') no-repeat left -56px;margin:106px 0px 0px 15px;cursor:pointer;}
div.indexmaindiv1 div.stylesgoright:hover{float:left;width:21px;height:28px;background:url('../images/arrowhead.png') no-repeat left -84px;margin:106px 0px 0px 15px;cursor:pointer;}
/*滚动*/
div.maindiv1{float:left;width:1130px;height:320px;overflow:hidden;position:relative;}
div.maindiv1 ul{position:absolute;left:0;top:0;margin-right:-10px;}
div.maindiv1 ul li{float:left;width:216px;height:320px;margin-left:10px;}
div.maindiv1 ul li img{width:100%;}
/* 代码整理：懒人之家 www.lanrenzhijia.com */
#gallery2 ul li figure {
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
margin:0;	width: 100%;
	height: 235px;
	text-align: center;
	cursor: pointer;
}

#gallery2 ul li figure img {
	position: relative;
	display: block;
	min-height: 100%;
	opacity:1;
}

#gallery2 ul li figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#gallery2 ul li figure figcaption::before,
#gallery2 ul li figure figcaption::after {
	pointer-events: none;
}

#gallery2 ul li figure figcaption,
#gallery2 ul li figure a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
#gallery2 ul li figure a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

#gallery2 ul li  h3 {
	word-spacing: -0.15em;
text-align:center;font-size:12px;
	font-weight:normal; margin-top:10px;
}

#gallery2 ul li figure h2 span {
	font-weight: 800;
}

.gallery2 ul li figure h2,
.gallery2 ul li figure p {
margin-top:20%;
}	

#gallery2 ul li figure p {
	letter-spacing: 1px;
font-size:12px;}

figure.effect-product {
	background-color: #f5f5f5;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;

}

figure.effect-product:hover{
	background-color: #004ea2;-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	
}
figure.effect-product img {
	opacity:1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-product:hover img {
	opacity:1;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

figure.effect-product h2 {font-size:16px;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,0px,0);
	transform: translate3d(0,0px,0);
}

figure.effect-product p {
	margin: 1em 0 0;	opacity: 0;
	padding: 3em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0) scale(1);
	transform: translate3d(0,20px,0) scale(1);
} 

figure.effect-product:hover h2 {
opacity: 1;
	-webkit-transform: translate3d(0,10,0);
	transform: translate3d(0,10,0);
}

figure.effect-product:hover p {
	opacity:0;
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
}