@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
}
#top {
	height: 40px;
	width: 965px;
	margin: auto;
}
#head {
	margin: auto;
	height: 456px;
	width: 965px;
}
#main {
	height: 772px;
	width: 965px;
	margin: auto;
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#main #bg {
	height: 17px;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
}
#main #banner {
	height: 65px;
	background-image: url(../images/baner.jpg);
}
.list {
	height: 163px;
	background-image: url(../images/list1.jpg);
	background-repeat: no-repeat;
}
.left {
	float: left;
	height: 163px;
	width: 420px;
	margin-left: 60px;
}
.right {
	float: right;
	height: 163px;
	width: 420px;
	margin-right: 65px;
}

.list1{
	height: 163px;
	background-image: url(../images/list2.jpg);
	background-repeat: no-repeat;
}
#main .list a img {
	margin-top: 10px;
	margin-left: 10px;
	border: 2px ridge #333;
}
#main a img {
	margin-top: 8px;
	margin-left: 10px;
	border: 2px ridge #333;
}
#main h1 {
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #701E20;
	font-size: 20px;
	line-height: 40px;
	font-family: "微软雅黑";
	font-weight: bold;
}
#main h1 a {
	color: #701e20;
	text-decoration: none;
}


.list2{
	height: 163px;
	background-image: url(../images/list3.jpg);
	background-repeat: no-repeat;
}
#main h1 a:hover {
	color: #5B0F18;
	text-decoration: underline;
}

.list3{
	height: 163px;
	background-image: url(../images/list4.jpg);
	background-repeat: no-repeat;
}
#main #footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 21px;
}
