@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
body {
	font-family: Tahoma, Geneva, sans-serif;
	width:1002px;
	margin:0 auto;
	background:#F3E7D0;
	font-size:12px;
}
a {
	font-size:12px;
	text-decoration:none;
}
ul {
	list-style:none;
}
#header {
	background:url(images/header.jpg) no-repeat;
	height:220px;
}
#mainbox {
	background:#FEF0D5 url(images/left-bg.jpg) repeat-y left;
	overflow:hidden;
	width:1002px;
	margin:0 auto;
}
#leftside {
	background: url(images/left-sde.jpg) no-repeat left top;
	padding-left:46px;
	width:243px;
	float:left;
}
#rightside {
	width:712px;
	float:right;
	line-height:24px;
	color:#7B6250;
	overflow:hidden;
}
.nav_bottom {
	background:url(images/tel.jpg) no-repeat center;
	height:450px;
}
#newlist {
	width:244px;
	background: url(images/nav-bg.gif) repeat-y center;
	padding-top:5px;
	margin:0 auto;
}
#newlist li a {
	background: url(images/ar-bg.jpg) no-repeat left;
	width:193px;
	height:30px;
	line-height:30px;
	font-weight:700;
	display:block;
	text-align:left;
	color:#77604E;
	margin:0 auto;
	padding-left:50px;
}
#newlist li a:hover {
	background: url(images/ahover-bg.jpg) no-repeat left;
	color:#FFAC00;
}
#nav {
	background: url(images/left-top.jpg) no-repeat;
	padding-top:18px;
}
#nav li {
	background:url(images/xinxi.jpg) no-repeat;
	height:37px;
	line-height:37px;
	font-weight:700;
	padding-left:40px;
}
#nav li a:hover {
	color:#F7CE11;
}
#nav li a {
	color:#fff;
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
}
.textbox {
	padding:20px;
	background: url(images/line.jpg) no-repeat bottom;
}
.textbox p {
	text-indent:24px;
	padding-bottom:10px;
}
#img_box {
	margin:0 auto 20px 0;
	text-align:center;
	padding:20px 0 5px 0;
	overflow:hidden;
	width:695px;
}
#img_box li {
	list-style:none;
	float:left;
	padding-bottom:20px;
	margin-left:28px;
}
#ft {
	height:45px;
	clear:both;
	line-height:45px;
	text-align:center;
	color:#735C4C;
	background: url(images/ft-bg.jpg) repeat-x;
}
#ft a {
	color:#735C4C;
}
#ft a:hover {
	color:#735C4C;
}

