@charset "gb2312";
body {
	background: url(body_bg.jpg) top left repeat-x #ffffff;
	color:#303030;
	font-family: Verdana, Arial;
	text-align:center;
}
td, body {
	line-height:180%;
	margin:0px;
	padding:0px;
}
body, div, ul, li, dl, dt, dd, form, input, h1, img {
	margin:0;
	padding:0;
	font-size:12px;
}
ul, ol, li, dl, dd, dt {
	list-style-type:none;
}
/**********/

img {
	border: 0px;
}
.pic01 {
	padding:1px;
	border:1px solid #cbcbcb;
}
.red {
	color:#ff6600;
}
.index_title {
	color:#303030;
	font-size:14px;
	font-weight:bold;
}
.left_title_01 {
	font-size:14px;
	font-weight:bold;
	color:#303030;
}
.left_title_02 {
	font-size:14px;
	font-weight:bold;
	color:#303030;
}
/**********/
a:link {
	color: #303030;
	text-decoration: none;
	font-weight:normal;
}
a:visited {
	color: #303030;
	text-decoration: none;
	font-weight:normal;
}
a:hover {
	color: #ff0000;
	text-decoration: none;
	font-weight:normal;
}
a.nav:link {
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;
}
a.nav:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;
}
a.nav:hover {
	color: #ffffff;
	text-decoration:underline;
	font-weight:bold;
}
.left_nav {
	width:230px;
	height:35px;
	line-height:35px;
	border-bottom:1px dotted #b9b9b9;
}
.left_nav a {
	color: #303030;
	background:url(icon_left.gif) no-repeat 10px center;
	padding-left:30px;
	display:block;
	font-weight:normal;
}
.left_nav a:visited {
	color: #303030;
	display:block;
	text-decoration: none;
	font-weight:normal;
}
.left_nav a:hover {
	color: #ff0000;
	display:block;
	background-color:#cae6fe;
	text-decoration: none;
	font-weight:normal;
}

.left_nav_product {
	width:220px;
	padding-left:10px;
	height:35px;
	line-height:35px;
	border-bottom:1px dotted #b9b9b9;
}

/**********/

.index_focus {
	position: relative;
	width: 100%;
	height: 300px;
	margin: 0 auto;
	overflow: hidden;
}
.index_focus .bd li {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
}
.index_focus_post {
	z-index: 10;
}
.index_focus .pic {
	height: auto;
	display: block;
}
.index_focus .pic:hover {
	text-decoration: none;
}
.index_focus .slide_nav {
	position: absolute;
	left: 46%;
	bottom: 2%;
}
.index_focus .slide_nav a {
	cursor: pointer;
	float: left;
	font-size: 28px;
	font-family: arial;
	color: #fff;
	padding: 5px 3px;
	font-size: 20px;
}
.index_focus .slide_nav a:hover {
	text-decoration: none;
}
.index_focus .slide_nav li:hover, .index_focus .slide_nav .on {
	text-decoration: none;
	color: #f08300;
	filter: alpha(opacity=80);
	opacity: 0.8;
}
.index_focus_pre, .index_focus_next {
	display: none;
	position: absolute;
	top: 50%;
	margin-top: -36px;
	width: 72px;
	height: 72px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	z-index: 10;
	background: url(../images/ico_sliding.png) no-repeat;
}
.index_focus_pre {
	left: 30px;
	background-position: 0 0;
}
.index_focus_pre:hover {
	background-position: 0 -144px;
}
.index_focus_next {
	right: 30px;
	background-position: 0 -72px;
}
.index_focus_next:hover {
	background-position: 0 -216px;
}
