* {
	margin: 0px;
	padding: 0px;
}

body {
	BACKGROUND-IMAGE: url(images/index1_02.jpg);
	BACKGROUND-REPEAT: repeat-x;
	BACKGROUND-COLOR: #dfecee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img {
	border: 0px;
}


#main {
	background-image: url(images/main_bg.jpg);
	background-repeat: no-repeat;
	width: 1002px;
}

#top {
	height: 146px;
}

#top h1{
	text-align: right;
	padding-top: 30px;
	padding-bottom: 40px;
	color: #003399;
	font-family: "黑体";
	font-size: 24px;
	font-weight: normal;
}


.logo {
	float: left;
	padding-left: 30px;
}

#menu {
	background-image: url(images/menu.gif);
	background-repeat: no-repeat;
	float: right;
	height: 28px;
	width: 640px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
}

#menu a {
	color:#FFFFFF;
	text-decoration:none;
}

#menu a:hover{
	color:#0b6481;
}

#mid {
	height: 460px;
}

#mid_left {
	width: 300px;
	float: left;
}

#mid_right {
	margin-left: 360px;
	padding-top: 30px;
}

.find {
	height: 240px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #268f70;
	background-color: #defff5;
}

.find p {
	padding-left: 40px;
}


.find_tille{
	background-color: #62d2b0;
	margin: 1px;
	height: 24px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 40px;
	padding-top: 6px;
}

#foot {
	margin-top: 40px;
	color: #0b6481;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
}

#foot a {
	color:#0b6481;
	text-decoration:none;
}

#foot a:hover{
	color:#FF0000;
}

