@charset "gb2312";
/* CSS Document */
body{
	background:url(bg.jpg) repeat-x top center; 
	background-color:#ffffff; 
	font-family:"宋体"; 
	font-size:12px; 
	margin:0 auto;  
	color: #333333;
	text-align:left;
}

*{
	margin:0px;
	padding:0px;
}

ul,ul li{ 
    list-style:none; 
	margin:0; 
	padding:0;
	}
td {
	font-family:宋体,Arial; font-size: 12px;
	line-height: 180%;
	color: #333333;
	text-decoration: none;
}
img{
	 border:none;
	}
input {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
	background-repeat: repeat-x;
	border: 1px solid #CCCCCC;
	padding: 2px;
}
select, textarea {font-family:宋体,Arial; font-size:12px;}
A:link {list-style:none; font-family:宋体,Arial; font-size:12px; text-decoration:none; color:#333333}
A:visited {list-style:none; font-family:宋体,Arial; font-size:12px; text-decoration:none; color:#333333}
A:hover {list-style:none; font-family:宋体,Arial; font-size:12px; text-decoration:none; color:#cc0000}
A:active {list-style:none; font-family:宋体,Arial; text-decoration:none; color:#cc0000}




/*================================网站共用头部样式=====================================*/
.head{
	width:1000px;
	height:305px;
	margin:0 auto;
	overflow:hidden;
	}
.top{
	width:100%;
	height:28px;
	float:left;
	background:url(topbg.jpg) no-repeat top center;
	line-height:28px;
	}
.toptime{
	width:300px;
	height:100%;
	text-align:left;
	float:left;
	}
.topweather{
	width:300px;
	height:100%;
	float:left;
	text-align:center;
	}
.topshoucang{
	width:300px;
	height:100%;
	float:right;
	text-align:right;
	}
.banner{
	width:100%;
	height:238px;
	float:left;
	margin-top:0px;
	margin-left:0px;
	position:relative;
	background:url(bannerbg.jpg) top center no-repeat;
	}
.search{
	width:270px;
	height:32px;
	position:absolute;
	top:18px;
	right:8px;
	z-index:9999;
	}
.search input{
	width:160px;
	height:28px;
	float:left;
	margin-left:38px;
	text-align:left;
	line-height:28px;
	background:none;
	border:none;
	color:#FFF;
	}
.submitform{
	width:58px;
	height:100%;
	float:right;
	cursor:pointer;
	background:url(searchbg.jpg) no-repeat;
	}

	
	
	
/*首页menu部分*/
.menu{
	width:100%;
	height:39px;
	float:left;
	background:url(menubg.jpg) no-repeat;
	}
.menusimple{
	width:72px;
	height:100%;
	float:left;
	background:url(menuline.jpg) top right no-repeat;
	text-align:center;
	color:#FFF;
	font-family:"微软雅黑";
	font-size:16px;
	line-height:39px;
	}
.menuindex{
	margin-left:5px;
	}
.menusimple a{
	color:#FFF;
	font-family:"微软雅黑";
	font-size:16px;
	}
.menusimple a:hover{
	color:#F00;
	font-family:"微软雅黑";
	font-size:16px;	
	}
.menusimple a:visited{
	color:#FFF;
	font-family:"微软雅黑";
	font-size:16px;	
	}
.menusimple a:active{
	color:#F00;
	font-family:"微软雅黑";
	font-size:16px;		
	}
	
	
/*内页menu样式（需要与首页menu一起作用才能生效）*/
.listmainpicmenu{
	background:url(listpic/listpicmenubg.jpg) top center no-repeat;
	}
.listpicmenuindex{
	margin-left:35px;
	}	
.listpicmenu{
	width:100px;
	display:inline;
	}
	
	
/*内页位置样式*/
.weizhi{
	width:100%;
	height:30px;
	line-height:30px;
	text-align:left;
	float:left;
	color:#666666;
	}
.weizhi a{
	color:#666666;
	}	
.weizhi a:hover{
	color:#F00;
	}


/*====================================共用部分底部===============================*/
/*友情链接*/
.friendlinktop{
	width:100%;
	height:37px;
	float:left;
	background:url(friendlinktopbg.jpg) no-repeat;
	margin-top:10px;
	}
.friendlinkcontent{
	width:968px;
	float:left;
	min-height:20px;
	height:auto !important;
	height:20px;
	overflow:visible;
	border-left:1px solid #a3e1ff;
	border-right:1px solid #a3e1ff;
	text-align:left;
	padding-top:5px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:5px;
	line-height:25px;
	}
.friendlinkcontent img{
	width:130px;
	height:45px;
	float:left;
	margin-left:8px;
	margin-top:10px;
	}
.friendlinkbottom{
	width:100%;
	height:10px;
	float:left;
	background:url(friendlinkbottombg.jpg) no-repeat;
	}
	
/*网站底部*/
.footer{
	width:1000px;
	min-height:50px;
	margin:20px auto;
	text-align:center;
	line-height:22px;
	}
