@charset "utf-8";
body,html {
	background-image: url(index_bg.jpg);
	background-repeat: repeat-x;
	padding: 0px;
	text-align: center;
	margin: 0px;
	background-attachment: fixed;
	background-position: center;
}
.container {
	width: 1200px;
	padding: 0px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border-radius: 20px;
	overflow: hidden;
	border: 3px solid #C60;
}


.index_top {
	background-image: url(index_top.jpg);
	background-position: center;
	height: 240px;
	font-weight: bold;
}
.index_main {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}
.index_content {
	margin: 0px;
	padding: 0px;
}

.index_nav {
	background-image: url(index_nav.jpg);
	height: 30px;
}
.index_nav ul {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	line-height: 30px;
	list-style-type: none;
	padding: 0px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	width: 850px;
	margin-top: 0px;
}

.index_nav ul li {
	float: left;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin: 0px;
}

.index_nav ul li a {
	color: #333;
	text-decoration: none;
}

.index_nav ul li a:hover {
	color: #066;
}

.index_banner {
	width: 900px;
	height: 387px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
.it {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	background-color: #F7F7F7;
	padding-left: 30px;
}

.left {
	width: 300px;
	float: left;
	border: 1px solid #999;
}
.left ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.left ul li {
	font-size: 18px;
	line-height: 60px;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	letter-spacing: 0.5em;
	padding-left: 20px;
}
.left ul li a {
	color: #333;
	text-decoration: none;
}
.left ul li a:hover {
	color: #063;
}

.right {
	float: left;
	width: 898px;
	margin: 0px;
	padding: 0px;
}
.item {
	background-image: url(item.jpg);
	height: 30px;
	background-repeat: no-repeat;
	text-align: left;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	color: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	margin-top: 10px;
}
.intro {
	margin-top: 5px;
	margin-right: 20px;
	margin-left: 20px;
	text-align: left;
}
.intro p {
	text-indent: 2em;
	font-size: 14px;
	line-height: 25px;
	margin: 0px;
	padding: 0px;
}


.l {
	clear: both;
}
.index_bottom {
	height: 39px;
	font-size: 12px;
	font-weight: bold;
	color: #033;
	text-decoration: none;
	line-height: 30px;
	background-image: url(index_bottom.jpg);
	clear: both;
}
