@charset "utf-8";
/* CSS Document */
body
{
	font-family: 微软雅黑,Verdana,sans-serif,宋体;
	font-size: 12px;
	border: 0;
	margin:0 0;
	padding:0 0;
    cursor:default;
    color:#495c6a;
    background-color:#E4E7EE;
    overflow:hidden;
}
/*网站banner样式*/
.tabCenter
{
	font-family: 微软雅黑,Verdana,sans-serif,宋体;
	width:438px;
	height:30px;
	line-height:20px;
	border-bottom:0px;
	margin-top:5px;
	margin-left:9px;
	background:transparent url(../images/line.png) center bottom repeat-x;
}
.help_tab
{
	float:left;
	height:20px;
	font-size:14px;
	color:#0082D1;
	font-weight:bold;
}
a
{
	color:#333;
	text-decoration:none;
	outline:none;
}
.navIcon
{
	float:left;
	width:20px;
	height:40px;
	background:transparent url(../images/navIcon.png) center center no-repeat;
}
.hostIcon
{
	float:left;
	width:30px;
	height:20px;
	background:transparent url(../images/top_icon.png) center center no-repeat;
}
.moreIcon
{
	float:right;
	width:15px;
	height:20px;
	background:transparent url(../images/moreBg.png) 2px center no-repeat;
}
.help_tab
{
	float:left;
	width:100px;
	height:20px;
	line-height:22px;
}
.more_tab
{
	float:right;
	width:30px;
	height:20px;
	line-height:22px;
	text-align:right;
}

.more_tab a
{
	color:#287AD6;
}
.more_tab a:hover
{
	text-decoration:underline;
}
/*Top10样式*/
#top10
{
	margin-left:9px;
	width:438px;
	height:222px;
}
.appUl
{
	float:left;
	width:435px;
	margin: 0 0;
	padding:0 0;
	list-stlye:none;
	list-style-type:none;
	overflow:hidden;
}
.appLi
{
	font-family: 微软雅黑,Verdana,sans-serif,宋体;
	float:left;
	height:60px;
	width:140px;
	margin-left:5px;
	margin-top:10px;
	list-stlye:none;
	list-style-type:none;
	overflow:hidden;
	text-align:left;
}
.appLi .appIcon
{
	float:left;
	height:50px;
	width:55px;
}
.appLi .appIcon img
{
	height:50px;
	width:50px;
	margin-top:5px;
}
.appLi .appName
{
	float:left;
	height:20px;
	width:83px;
	line-height:20px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	font-size:14px;
	color:#222;
}
.appLi .appVersion
{
	float:left;
	height:16px;
	width:83px;
	line-height:16px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	color:#888;
}
.appLi .appDown
{
	float:left;
	text-align:center;
	width:70px;
	height:26px;
	line-height:26px;
	background:transparent url(../images/downloadBg.png) 0 0 no-repeat;
	cursor:pointer;
	display:none;
	text-align:left;
	padding-left:10px;
	margin-top:10px;
}
.appLi:hover .appVersion
{
	display:none;
}
.appLi:hover .appDown
{
	display:block;
}
.appDown a:hover
{
	text-decoration:underline;
}
