@charset "utf-8";
/* CSS Document */
*{ margin: 0; padding: 0; border: 0; outline: 0; font-style: inherit; font-size: inherit; font-family: inherit; }
div{ max-height: 999999px; }
a{ text-decoration:none; -webkit-tap-highlight-color: rgba(255,255,255,0); }
a:hover{ color: #0054dd !important; }
a,a:link,a:visited,a:active{ color: inherit; cursor: pointer; -webkit-tap-highlight-color:rgba(0,0,0,0); }
.clear{
	clear: both;
	display: block;
}
.def_content{
	width: 1024px;
	margin: 0 auto;
	position: relative;
}     
/*导航*/
#Navigation{
	margin-bottom: 2px;
}
#Navigation h1{
	display: none;
}
#Navigation .header{
	background: #0061c2;
}
#Navigation .header a.home{
	width: 130px; height: 45px;
	background: url(/Public/logo/logo180x80.png) no-repeat center; background: none\9; background-size: 130px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Public/logo/logo180x80.png',sizingMethod='scale');
	position: absolute;  left: 0;
}
:root #Navigation a.logo{
	filter: none;
	background: url(/Public/logo/logo180x80.png) no-repeat center; background-size: 98px;
}
#Navigation .header .item_content{
	height: 44px;
	margin-left: 158px;
	font-size: 0; line-height: 44px;
	overflow: hidden;
}
#Navigation .header .item_content a{
	height: 44px;
	padding: 0 10px;
	font-size: 14px; line-height: 44px; text-align: center; color: #fff;
	vertical-align: top;
	position: relative;
	display: inline-block;
}
#Navigation .header .item_content a:hover{
	color: #fff !important;
}
#Navigation .header .item_content a + a{
	margin-left: 20px;
}
#Navigation .header .item_content a:after{
	margin-left: -6px;
	border-top: 8px solid #fff; border-left: 6px solid transparent; border-right: 6px solid transparent;
	position: absolute; top: -1px; left: 50%;
	display: none;
	content: '';
}
#Navigation .header .item_content a.on:after{
	display: block;
}
#Navigation .header .item_content a.favorite{
	margin-right: 15px;
	float: right;
}
#Navigation .league{
	height: 44px;
	background: #fff;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
	font-size: 0; line-height: 44px; text-align: center;
	overflow: hidden;
}
#Navigation .league a{
	height: 44px;
	padding: 0 10px; margin: 0 10px;
	font-size: 14px; line-height: 44px; text-align: center; color: #4a4a4a;
	position: relative;
	display: inline-block;
}
#Navigation .league a:after{
	width: 28px; height: 4px;
	margin-left: -14px;
	background: #f00;
	position: absolute; bottom: 0; left: 50%;
	display: none;
	content: '';
}
#Navigation .league a:hover:after{
	display: block;
}
#Navigation .league a.on{
	color: #0054dd;
}
#Navigation .league a.on:after{
	display: block;
}
/*屏幕变小时候*/
@media screen and (max-width: 750px) and (max-width:900px) { 
#Navigation,
#wAdTop1Data,
 .footer
 {
    width: 1080px;
  }
}