#main {
	height: 100%;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	height: 100%;
	width: auto;
	overflow-x: hidden;
}
#banner {
	float: left;
	height: 469px;
	width: 1000px;
	margin-top: -7px;
	margin-left: -5px;
}
#index_content {
	float: left;
	height: 300px;
	width: 1000px;
	margin-top: -30px;
	background-image: url(../images/index_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#content {
	float: left;
	height: auto;
	width: 754px;
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 50px;
}
#bottom {
	float: left;
	height: 100px;
	width: 1000px;
	font-size: 0px;
}

.productmenu {
	float: left;
	height: 355px;
	width: 246px;
	background-repeat: no-repeat;
	background-image: url(../images/productmenu_bg.jpg);
	margin-top: 5px;
	padding-top: 70px;
}
.productmenu_list {
	height: 20px;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 8px;
	font-size: 16px;
	color: #666;
	padding-left: 5px;
	text-decoration: none;
}
.productmenu_list a:link {
	height: 20px;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 8px;
	font-size: 16px;
	color: #666;
	padding-left: 5px;
	text-decoration: none;
}
.productmenu_list a:visited {
	height: 20px;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 8px;
	font-size: 16px;
	color: #666;
	padding-left: 5px;
	text-decoration: none;
}
.content_title {
	float: left;
	height: 35px;
	width: 361px;
	margin-left: 30px;
}
.content_word {
	float: left;
	height: auto;
	width: 694px;
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 15px;
	color: #333;
	line-height: 25px;
	text-indent: 20pt;
	text-align: justify;
	text-justify: distribute;
}
.product_content_word {
	float: left;
	height: auto;
	width: 694px;
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 15px;
	color: #333;
	text-align: justify;
	text-justify: distribute;
}

.productmenu_list a:hover {
	height: 20px;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 8px;
	font-size: 16px;
	color: #933;
	padding-left: 10px;
	background-image: url(../images/productmenu_over.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
}
#center {
	float: left;
	height: auto;
	width: 1000px;
	background-image: url(../images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.index_content_about {
	float: left;
	height: 180px;
	width: 270px;
	margin-left: 40px;
}
.index_content_work {
	float: left;
	height: 180px;
	width: 320px;
	margin-left: 40px;
	text-align: left;
}
.index_content_title {
	height: 35px;
	width: 210px;
	margin-right: auto;
	margin-left: auto;
}
.index_content_word {
	float: left;
	height: 130px;
	width: 255px;
	font-size: 15px;
	color: #666;
	padding-top: 10px;
	padding-left: 10px;
	line-height: 20pt;
}
.index_content_work_word {
	float: left;
	height: 130px;
	width: 320px;
	font-size: 15px;
	color: #666;
	padding-top: 10px;
	line-height: 20pt;
}
.content_title_word1 {
	font-size: 24px;
	color: #3A855E;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
}
a:link {
	font-size: 12px;
	color: #930;
	text-decoration: none;
}
a:visited {
	font-size: 12px;
	color: #930;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: #CA0000;
	text-decoration: none;
}

.text {
	border: 1px dashed #333;
	background-color: #CCC;
	color: #FFF;
}
