a:link {
	text-decoration:none;
	color:#333333;
}
a:visited {
	text-decoration:none;
	color:#333333;
}
a:hover {
	text-decoration:none;
	color:#FF0000;
}
a:active {
	text-decoration:none;
	color:#333333;
	
}
img {
	border:0;
}/*轮显广告*/
#example{
width:480px;
height:auto;
position:absolute;
clear:both;
}
#imageMenu {
	width: 480px;
	height: 200px;
	overflow: hidden;

}
#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
/*	width: 1000px;*/
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:98px;
	height: 200px;
}

#imageMenu ul li.landscapes a {
	background: url(../image/oulin.jpg) repeat scroll 0%;
}

#imageMenu ul li.people a {
	background: url(../image/kaiqi.jpg) repeat scroll 0%;
}

#imageMenu ul li.nature a {
	background: url(../image/tejia.jpg) repeat scroll 0%;
}

#imageMenu ul li.urban a {
	background: url(../image/xiangou.jpg) repeat scroll 0%;
}
/*footer begin*/
#footer{
width:950px;
clear:both;
margin:auto;
padding:auto;
background-color:#FFFFFF;
text-align:center;
}
.link{
		margin:auto;
		width:950px;
		border:1px solid #95C3E4;
		height:30px;
		clear:both;
		background:#f1f6fc;
}
.link ul{
		margin:auto;
		width:900px;
		
}
.link li{
		margin:auto;
		width:900px;
		text-align:center;
		font-size:18px;
		text-shadow:#CCCCCC;
}
.footer{
		margin:auto;
		width:900px;
		background:#FFFFFF;
		clear:both;
}
.footer ul{
		margin:auto;
		width:900px;
		background:#FFFFFF;
		clear:both;
}
.footer li{
		margin:auto;
		width:900px;
		background:#FFFFFF;
		clear:both;
		line-height:24px;
		text-align:center;
}
/*footer over*/
