html,body {
	font-family: Tahoma;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	height:100%;
}
#body-content {
	padding: 0px;
	width: 1000px;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#sub-head {
	height: auto;
	margin-top:70px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	border-bottom: 1px solid #999999;
	padding-right: 0px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 40px;
	width:1000px;
}
.index-content-title {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
}
#sub-content {
	padding: 0px;
	width: 1000px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#sub-content-left {
	margin:0px 30px 0px 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	width: 200px;
	height: auto;
	border:0px;
	float: left;
}
.index-title-bg {
	background-image: url(../images/index-title-bg.jpg);
	background-repeat: no-repeat;
	width: 180px;
	height: 25px;
	padding-left: 20px;
	line-height: 25px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 15px;
}
#index-left-nav-list {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	list-style-type: none;
}
#index-left-nav-list li {
	height: 25px;
	line-height: 25px;
	color: #666666;
	margin: 7px 0px 0px 0px;
	padding: 0px;
	text-indent: 20px;
	display: block;
}
#index-left-nav-list   li   a {
	text-decoration: none;
	color: #666666;
	display: block;
}
#index-left-nav-list li a:hover {
	text-decoration: none;
	background-image: url(../images/index-left-nav-list-bg_hover.jpg);
	display: block;
	color: #FFFFFF;
	font-weight: bolder;
	text-indent: 25px;
}
#public-notice {
	display:block;
	margin: 0;
	height: 80px;
	border: 1px solid #999999;
	width: 188px;
	/*word-break: break-all;*/
	padding: 5px;
	white-space:normal; 
	width:188px; 
	overflow:auto;
}
#sub-content-right {
	margin:0px;
	padding: 0px 0px 0px 29px;
	height: auto;
	width: 720px;
	float: left;
	border-left: 1px solid #999999;
}
.corp-introduction {
	color: #333333;
	height: 130px;
	width: 710px;
	margin: 0px 10px 10px 0px;
	line-height: 25px;
	display: block;
	font-size: 14px;
}
#corp-product-intro {
	padding: 0px 20px 0px 0px;
	width: 700px;
}

.product-show{
	width:330px;
	margin:5px 10px 0px 0px;
	float:left;
	height: 25px;
	line-height: 25px;
	color: #000000;
}
.product-show a{
	color:#000000;
	text-decoration: none;
}
.product-show a:hover {
	color:#0066CC;
	text-decoration: underline;
}

#sub-foot {
	margin:0px auto;
	padding: 5px 0px 0px 0px;
	border-top: 1px solid #999999;
	width:1000px;
	color: #999999;
	text-align: right;
	height: 20px;
}

/* 清空float */
.kill-clear{
	clear: both;
}

#sub-content #sub-content-right .corp-introduction h1{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}