@charset "utf-8";
/*重置样式*/
body, textarea{font:12px/1.5 "Microsoft YaHei","微软雅黑","SimSun","宋体";color:#333;}
body.mainbg {background-color:#fff;}
div.mainborder {width:1000px;border:solid 1px #D5D5D5;margin:15px auto;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {margin:0px;padding:0px;}
table tr td .row {padding-bottom:0px;}
input, select, textarea, button{vertical-align:middle;}
img{border:0px;}
ul, ol{list-style:none;margin:0px;padding:0px;}
li{list-style:none outside none;}
a{color:#0A8CD2;text-decoration:none;}
a:hover{color:#FF6600;text-decoration:underline;}


div.indexmaindiv{height:240px;margin:0px auto;max-width: 1198px;}
div.indexmaindiv div.playerstyles{width:168px;height:44px;background:url('../images/playstyles.png') no-repeat;}
div.indexmaindiv1{margin-top: 5px; overflow:hidden;}
div.indexmaindiv1 div.stylesgoleft{float:left;width:35px;height:35px;background:url('../images/arrowhead.png') no-repeat left top;margin: 76px 5px 0px 0px;cursor:pointer;}
div.indexmaindiv1 div.stylesgoleft:hover{float:left;width:35px;height:35px;background:url('../images/arrowhead.png') no-repeat left -35px;margin:76px 5px 0px 0px;cursor:pointer;}
div.indexmaindiv1 div.playerdetail{width:260px;height:200px;font-family:'微软雅黑';}
.teanames{text-align:center;font-size: 13px;padding-top: 10px;color:#404040;}
div.indexmaindiv1 div.stylesgoright{float:left;width:35px;height:35px;background:url('../images/arrowhead.png') no-repeat left -70px;margin: 76px 0px 0px 15px;cursor:pointer;}
div.indexmaindiv1 div.stylesgoright:hover{float:left;width:35px;height:35px;background:url('../images/arrowhead.png') no-repeat left -105px;margin:76px 0px 0px 15px;cursor:pointer;}
/*滚动*/
div.maindiv1{float:left;max-width: 1090px;height:200px;overflow:hidden;position:relative;}
div.maindiv1 ul{position:relative;left:0;top:0;}
div.maindiv1 ul li{float:left;width:260px;height:200px;margin-left:7px; margin-right:7px;}

.btn2{
	text-align:center;
	border:0px;
	vertical-align:middle;
	cursor:pointer;
	color: #fff;
	font-family:"Microsoft YaHei", "Segoe UI", Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight:normal;
	border-radius: 30px;
	margin-left: auto;
	padding-top: 6px;
	padding-right: 18px;
	padding-bottom: 6px;
	padding-left: 18px;
	border: 1px solid #1E6FA4;
	background-color: #1E6FA4;
}
.btn2:hover{
    color: #fff;
	background-color:#0C7FB6;
	border: 1px solid #0C7FB6;
	
}