@charset "utf-8";
/*首页*/
div.indexmaindiv {
	height: 120px;
	margin: 0px auto;
	width: 1200px;
	margin-top:30px;
}
div.indexmaindiv div.playerstyles {
	width: 168px;
	height: 44px;
	background: url('images/areabackground/playstyles.png') no-repeat;
}
div.indexmaindiv1 {
}
div.indexmaindiv1 div.stylesgoleft {
	float: left;
	width: 31px;
	height: 31px;
	background:url(../images/1.png) no-repeat;
	margin: 60px 0px 0px 30px;
	cursor: pointer;
}
div.indexmaindiv1 div.playerdetail {
	width: 177px;
	height: 113px;
	background: #FFF;
	font-family: '微软雅黑';
	border:1px solid #ccc;
	margin-right:10px;
	/*border-radius:10px;*/
	text-align:center;
	overflow:hidden;
	display:table;
}
div.indexmaindiv1 div.playerdetail img{
	max-width: 177px;
	max-height: 113px;
}
div.indexmaindiv1 div.stylesgoright {
	float: right;
	width: 31px;
	height: 31px;
	background:url(../images/2.png) no-repeat;
	margin: 60px 30px 0px 0px;
	cursor: pointer;
}
/*滚动*/
div.maindiv1 {
	float: left;
	width: 1025px;
	height: 140px;
	overflow: hidden;
	position: relative;
	margin-left:30px;
}
div.maindiv1 ul {
	position: absolute;
	left: 0;
	top: 18px;
}
div.maindiv1 ul li {
	float: left;
	width: 179px;
	height: 115px;
	margin: 0px 12px;
}