/*---------- base ---------*/
*{
	padding:0;
	margin:0;
}
html{
	background:#FFF;
}
body{
	font:12px Verdana,Arial,Tahoma;
	background:#EDF8FC url(../images/background.jpg) no-repeat;
}
img{
	border:none;
}
a{
	text-decoration:none;
}
ul{
	list-style:none;
}
input,select,button{
	font:12px Verdana,Arial,Tahoma;
	vertical-align:middle;
}
#top_andriod_ad {
	margin-top:4px;
	width:1024px;
	height:90px;
	background:#fff;
}
#top_andriod_ad  img {
	height:90px;
	width:290px;
}
#bottom_andriod_ad {
	margin-top:10px;
	width:980px;
	height:90px;
	background:#fff;
}
#andriod_ad{
	float:left;
}
#top_ad_not{
	float:right;
}
/*---------- commonclass---------*/
.center{
	margin:0px auto;
	clear:both;
}
.w980{
	width:980px;
	position:relative;
}
.w1024{
	width:1024px;
	position:relative;
}
.clear{
	clear:both;
	}
.right{
	float:right;
}
.left {
	float:left;
}
#taobao_pic {
	margin-left:50px;
	margin-bottom:5px;
}
.place{
	width:100%;
	height:30px;
	line-height:30px;
	background:#fff;
	border-bottom:1px dotted #bbb;
	text-indent:12px;
	color:#CCC;
	overflow:hidden;
}

.place strong{
	color:#709C5A;
	font-weight:normal;
	letter-spacing:1px;
}

.place a{
	color:#666;
	margin:0px 2px;
}

.place a:hover{
	color:#333;
	text-decoration:none;
}
.place small{
	display:inline-block;
	vertical-align:middle;
	width:8px;
	height:20px;
	*height:24px;
	overflow:hidden;
	background:url(../images/ico-3.gif) 2px 8px no-repeat;
	font-size:0px;
}
.pages{
	height:25px;
	line-height:25px;
	width:1024px;
	margin:0 auto;
}
.pages ul {
	padding:8px 0px 0px 16px;
}
.pages ul li{
	float:left;
	font-family:Tahoma;
	line-height:17px;
	margin-right:6px;
	color:#666;
}
.pages ul li a{
	color:#666;
}
.pages ul li a:hover{
	color:#690;
	text-decoration:none;
	border-bottom:2px solid #690;
}
.pages ul li.thisclass{
	color:red;
	border-bottom:2px solid #F63;
	font-weight:bold;
}

/*---------detail----------*/
#top_link {
	height:32px;
	background:url(../images/head_link_bg.jpg);
}
#top_link ul{
	height:32px;
}
#top_link ul li{
	line-height:32px;
	float:left;
	padding:0 8px;
	background:url(../images/header_link_rightboder.png) no-repeat right top;
}
#top_link ul li a {
	color:#666;
}
#top_link ul li a:hover {
	color:orange;
}
#top_link ul li a span {
	font-weight:bold;
	color:red;
}
#top_link ul li.baidu {
	padding-top:3px;
	float:right;
}
.form {
	float:right;
	margin-top:5px;
	margin-right:10px;
}
.search-keyword{
	width:150px;
	border:1px solid #aaa;
	height:20px;
}
.search-submit {
	margin-left:4px;
	width:60px;
	height:22px;
	background:#fff;
	border:1px solid #aaa;
	cursor:pointer;
}
#title {
	height:70px;
	background:#fff;
}
#title img {
	float:left;
	height:60px;
	margin:5px 0 0 60px;
}
#title ul {
	width:700px;
	float:right;
}
#title ul  li {
	white-space:nowrap;
	float:left;
	padding:0 10px;
	margin-top:13px;
	border-right:1px solid #666;
}
#title ul  li a {
	color:#666;
}
#title ul  li a:hover {
	color:orange;
}
#nav{
	border:1px solid #FFE9D3;
}
.navblock {	
	float:left;
}
.navblock-left li{
	width:100%;
}
.navblock-middle{
	border-left:1px solid #FFE9D3;;
	border-right:1px solid #FFE9D3;;
}
.navblock-middle li{
	width:20%;
}
.navblock-right li{
	width:20%;
}
.navblock h2{
	border-bottom:1px solid #FFE9D3;
	background:#fdf4e5;
	height:26px;
	line-height:26px;
	font-size:12px;
	font-weight:normal;
	text-align:center;
	color:#666;
}
.navblock ul{
	background:#fff;
	height:82px;
}
.navblock a{
	color:#666;
	font-size:12px;
}
.navblock a:hover {
	color:orange;
}
.navblock li {
	text-align:center;
	height:26px;
	line-height:26px;
	float:left;
}
#header #tags {
	margin-top:4px;
	height:25px;
	border:1px solid #ccc;
	background:#fff;
}
#header #tags h4{
	line-height:25px;
	display:inline-block;
	width:60px;
	float:left;
	padding:0 10px;
	color:#888;
	font-size:12px;
}
#header #tags p{
	padding:5px 60px;
}
#footer {
	clear:both;
	margin-top:4px;
	height:90px;
	background:#f8f8f8;
	border:1px solid #aaa;
}
#footer p{
	line-height:30px;
	text-align:center;
}
#footer p a {
	color:orange;
}