@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	list-style:none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color:#58595b;
	font-size: 12px;
	background-color: #f1f2f2;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	LINE-HEIGHT: 1.5em
}

a { text-decoration:none;}
a { blr:expression(this.onFocus=this.blur()) } /*针对 IE*/
a { outline:none; } /*针对firefox等*/

.main{
	margin:0 auto;
	width:968px;
	position:relativel;
}
.top{
	float:left;
	width:100%;
	background:url(../images/android.png) no-repeat scroll 879px center #4BAB02;
	color:#FFF;
	text-align:center;
	height:60px;
	line-height:60px;
	font-size:33px;
	font-weight:bold;
}

.left{
	width:17%;
	float:left;
	border:#4bab02 1px solid;
	background:#f0f7e8;
	margin-top:15px;
}

.left li{
	float:left;
	width:100%;
}

.left li a{	
	font-size:16px;
	font-weight:bold;
	line-height:28px;
	padding-left:20px;
}

.left li a:hover{
	color:#58595b;
}
.left li a.selected{
	color:#58595b;
}

.a_onclick{
	color:#58595b;
}
.a_click{	
	color:#4bab02;
}

.right{
	width:787px;
	float:right;	
	border:#4bab02 1px solid;
	background:#FFF;
	margin-top:15px;
}

.banner{
	float:left;
	width:787px;
	height:162px;
	background:url(../images/benner.jpg) no-repeat;
}

.title{
	color:#4bab02;
	text-decoration:underline;
	font-size:16px;
	font-weight:bold;
	line-height:35px;
	margin-top:20px;
	float:left;
	width:100%;
}


.screen{
	float:left;
	width:50%;
	margin-top:10px;
}
.screen li{
	float:left;
	text-align:center;
	line-height:30px;
	color:#58595b;
	font-size:14px;
	width:100%;
	font-weight:bold;
}

.screen li img{
	border:#999 1px solid;
	padding:2px;
}

.table_down{
	width:80%;
	background-color:#999;
}

.table_down td{
	padding-left:5px;
	background-color:#FFF;
	text-align:left;
}
.table_down th{
	padding-left:5px;
	background-color:#eee;
	text-align:left;
}
.about{
	color:#58595b;
	float:left; 
	width:49%;
	line-height:19px;
	padding:10px 0;
}
/*foot start*/
.foot{
	width:968px;
	height:35px;
	line-height:35px;
	text-align:center;
	color:#939598;
	font-size:14px;
	float:left;
	margin-top:15px;
}
/*foot end*/