﻿
body {
	margin: 0px;
	text-align: left;
	color: black;
	font-family: 宋体, Verdana, Arial, Helvetica, sans-serif;
}
TABLE {
	FONT-SIZE: 9pt;
	COLOR: #333333;
	LINE-HEIGHT: 20px;
	TEXT-DECORATION: none;
}
p {
	font-size: 12px;
	line-height: 150%;
}
img {
	border: 0px;
}
div {
	overflow: hidden;
}
a {
	text-decoration: none;
	color: black;
}
a:hover {
	text-decoration: underline;
	color: black;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.body_bg {
	BACKGROUND-POSITION: center top;
	BACKGROUND-ATTACHMENT: fixed;
	BACKGROUND-REPEAT: no-repeat;
}
.body_bottom_bg {
	BACKGROUND-POSITION: center bottom;
	BACKGROUND-ATTACHMENT: fixed;
	BACKGROUND-REPEAT: no-repeat;
}
.border {
	BORDER-RIGHT: #d1d0d8 1px solid;
	BORDER-TOP: #d1d0d8 1px solid;
	BORDER-LEFT: #d1d0d8 1px solid;
	BORDER-BOTTOM: #d1d0d8 1px solid;
}
.border_font {
	FONT-SIZE: 9pt;
	COLOR: #333333;
	LINE-HEIGHT: 13px;
	HEIGHT: 19px;
	TEXT-DECORATION: none;
}
#left_yqlj {
	width: 233px;
	font-size: 14px;
	text-align: left;
	line-height: 150%;
}
#left_mid ul {
	margin: 10px 0px 20px 0px;
	padding: 0px;
	list-style: none;
	text-align: left;
}
#left_mid ul li {
	background-image: url("sour/icon1.jpg");
	background-position: 5px 10px;
	background-repeat: no-repeat;
	text-indent:16px;
	height: 30px;
	line-height: 34px;
	text-indent: 16px;
}
#left_mid ul li a {
	font-size: 14px;
	color: gray;
	margin-left: 10px;
	font-weight: bold;
	text-decoration: none;
}
#left_mid ul li a:hover {
	color: #3399FF;
}
#left_mid ul li ul {
	display: none;
}

A:link {
	COLOR: #333333;
	TEXT-DECORATION: none;
}
A:visited {
	COLOR: #333333;
	TEXT-DECORATION: none;
}
A:hover {
	COLOR: #ff6600;
	TEXT-DECORATION: underline;
}
A.white:link {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: #184b87;
	LINE-HEIGHT: normal;
	TEXT-DECORATION: none;
}
A.white:visited {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: #184b87;
	LINE-HEIGHT: normal;
	TEXT-DECORATION: none;
}
A.white:active {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: #184b87;
	LINE-HEIGHT: normal;
	TEXT-DECORATION: none;
}
A.white:hover {
	FONT-SIZE: 12px;
	COLOR: #ff3300;
	LINE-HEIGHT: normal;
	TEXT-DECORATION: underline;
}
A.h:link {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: #999999;
	LINE-HEIGHT: normal;
	TEXT-DECORATION: none;
}
A.h:visited {
	FONT-SIZE: 12px;
	COLOR: #999999;
	LINE-HEIGHT: normal;
	TEXT-DECORATION: none;
}
A.h:active {
	FONT-SIZE: 12px;
	COLOR: #999999;
	LINE-HEIGHT: normal;
	TEXT-DECORATION: none;
}
A.h:hover {
	FONT-SIZE: 12px;
	COLOR: #0000cc;
	LINE-HEIGHT: normal;
	TEXT-DECORATION: underline;
}
/****首页新闻动态********************/
.indexnews {
	width: 350px;
	height:auto;
	padding-left:10px;
	padding-top:3px;
}
.indexnews ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
.indexnews ul li {
	width: 350px;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	text-align: left;
	text-indent:24px;
	border-bottom:1px #ECECEC dotted;
	background-image:url('index/icon.gif');
	background-position:5px 48%;
	background-repeat:no-repeat;
}
.indexnews ul li .name {
	float: left;
	width: 260px;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.indexnews ul li .time {
	float: left;
	width: 90px;
	height: 24px;
	line-height: 24px;
	color: #727272;
	text-align:right;
	overflow: hidden;
	white-space: nowrap;
}
/****首页产品展示********************/
#indexprod {
	width:760px;
	height:auto;
	padding-left:2px;
	padding-top:5px;
}
#indexprod ul li {
	float: left;
	width: 132px;
	height: 152px;
	margin: 0px 10px;
	_display:inline;
}
#indexprod ul li .img {
	width: 130px;
	height: 130px;
	border: 1px gray solid;
	background-color:#EEEEEE;
}
#indexprod ul li .img img {
	height:130px;
	width:130px;
}
#indexprod .name {
	width: 132px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#indexprod ul ul {
	display:none;
}
