/* ///////////////// 顶部css 开始 //////////////////////////// */

.top	/*布局顶部 div*/
{	
	width:100%;	
	text-align:center;
	display:block;
}

.top-main /*顶部内容容器 div*/
{
	width:955px;
	height:100px;
	background:url(../images/top_bg.gif) #fff;
	margin: 0px auto;
	text-align:left;
	border-top:1px solid #999999;
	border-right:1px solid #999999;
	border-left:1px solid #999999;
	display:block;
	padding-top:10px;
	margin-top:10px;
}
	/*顶部标题信息 table*/
	.top-title
	{
		width:100%;			
		padding:1px 0 0 0;	
		font-family:simsun;
		font-size:9pt;
		color:#ffffff;
		font-weight:bold;		
	}	

	.top-title span a
	{
		color:#aaccff;
	}

	/*顶部容器 左侧 div*/
	.top-main-left
	{
		margin-left:10px;
		font-family:simhei;
		font-size:20px;
		color:#000000;
		line-height:12px;
		background:url(../images/logo.gif) no-repeat; 
		width:300px;	
		*height:80px !important;
		height:80px !important;
		height:70px;
		float:left;
		padding:5px 0 0 90px;
	}
		
	/*顶部容器 右侧 div*/
	.top-main-right
	{
		float:right;
		text-align:right;
		width:500px;	
		height:45px !important;	/* for firefox */
		*height:45px !important;	/* for ie7 */
		height:46px;
		padding:16px 15px 0 0;
	}	
	
		/*热点关注 p */
		.top-main-right .search
		{			
			padding-top:0;
		}

		.search input
		{
			height:18px;		
			background:#000000;
			color:#cccccc;
			vertical-align:middle;
			margin-top:0 !important;
			margin-top:0px;			
		}

		.searchInput /*搜索输入框*/
		{
			width:170px;	
			padding-top:4px !important;
			*padding:0px !important;				
		}

		.searchBtn /*搜索按钮 button*/
		{			
			width:40px;		
			padding-top:0px !important;
			*padding-top:3px !important;			
		}
		
	
	/*下拉菜单*/
	.navmenu
	{
		padding:0;	
		height:26px !important;	/*for firefox*/
		*height:27px !important; /* for ie7 */
		height:25px;
		background:url(../images/navmenu_bg.gif) #333333;
	}
		/*下拉菜单 ul*/
		/*下拉菜单css代码 开始:*/ 
		/* Root = 横向, Secondary = 纵向 */ 
		ul#navmenu { 			
			margin: 0 0 0 auto; 
			border: 0; 
			padding: 0; 
			width: 588px; /*For KHTML*/ 
			list-style: none; 
			height: 27px; 
			position:relative;
			top:0px;
			z-index:99;
		} 
		ul#navmenu li { 
			margin: 0px; 
			border: 0; 
			padding-top: 0; 
			float: right; /*For Gecko*/ 
			display: inline; 
			list-style: none; 
			position: relative; 
			height: 27px; 	
		} 
		
		/* 2nd 菜单 */
		ul#navmenu ul {
			margin-top:3px !important;  /* for firefox */
			*margin-top:4px !important;  /* for ie7 */
			margin-top:2px;			
			padding: 0; 
			border-right:1px solid #999999;
			border-bottom:1px solid #999999;
			width: 148px; 
			list-style: none; 
			display: none; 
			position: absolute; 
			/*2nd 菜单与root的距离*/
			top:24px !important;	/*for firefox*/
			*top: 25px !important;	/*for ie7*/
			top: 25px; 

			left: 0;			
		} 
		ul#navmenu ul li { 			
			float: none; /*For Gecko*/ 
			border:none;
			display: block !important; 
			display: inline; /*For IE6*/ 
			padding:0;			
			margin-top:-1px !important;	/* for firefox */
			*margin-top:-2px !important;	/* for ie7 */			
			margin:0;				
		} 
		
		/* 根菜单链接 */ 
		ul#navmenu a { 
			border-top:1px #000000 solid; 		
			border-right:0; 		
			border-left: 1px solid #707070; 		
			border-bottom: 0;
			padding: 0 14px; 
			float: none !important; /*For Opera*/ 
			float: left; /*For IE*/ 
			display: block; 			
			color: #FFF; 
			font: bold 12px Verdana, Arial, Helvetica, sans-serif;
			line-height:26px !important; /* for firefox */
			*line-height:27px !important; /* for ie7*/
			line-height:24px;
			text-decoration: none; 
			height: 27px !important;	/*for ie7 and firefox 此属性会影响到二级菜单的高度*/
			height: 1%; /*For IE*/ 
			padding-top:0 !important;			
			padding-top:3px;
		} 
		/* 根菜单鼠标移动到链接上的效果 */ 
		ul#navmenu a:hover, 
		ul#navmenu li:hover a, 
		ul#navmenu li.iehover a { 			
			background:url(../images/navmenu_prefix_bg.gif) no-repeat left #FFF; 
			border-left:1px solid #EEE;
			color: #239AD6; 
			padding-top:0px;
			height:27px;
		} 
		/* 2nd 菜单链接 */ 
		ul#navmenu li:hover li a, 
		ul#navmenu li.iehover li a { 
			display:block;
			height:24px;
			float: none; 
			border-top:0; 		
			border-right:0; 		
			border-left: 1px solid #EEE; 		
			border-bottom: 0;
			background:url(../images/navmenu_prefix_bg.gif) no-repeat left #FFF; 
			color: #239AD6; 
			padding-top:0px;			
			font-weight:lighter;
		} 
		/* 2nd Menu Hover Persistence */ 
		ul#navmenu li:hover li a:hover, 
		ul#navmenu li:hover li:hover a, 
		ul#navmenu li.iehover li a:hover, 
		ul#navmenu li.iehover li.iehover a { 
			display:block;
			height:24px;
			background: #0089CF; 
			color: #FFF; 
		} 
		/* 3rd Menu */ 
		ul#navmenu li:hover li:hover li a, 
		ul#navmenu li.iehover li.iehover li a { 
			background: #4477AA; 
			color: #FFF; 
		} 
		/* 3rd Menu Hover Persistence */ 
		ul#navmenu li:hover li:hover li a:hover, 
		ul#navmenu li:hover li:hover li:hover a, 
		ul#navmenu li.iehover li.iehover li a:hover, 
		ul#navmenu li.iehover li.iehover li.iehover a { 
			background: #6699BB; 
			color: #FFF; 
		} 
		/* 4th Menu */ 
		ul#navmenu li:hover li:hover li:hover li a, 
		ul#navmenu li.iehover li.iehover li.iehover li a { 
			background: #4477AA; 
			color: #FFF; 
		} 
		/* 4th Menu Hover */ 
		ul#navmenu li:hover li:hover li:hover li a:hover, 
		ul#navmenu li.iehover li.iehover li.iehover li a:hover { 
			background: #6699BB; 
			color: #FFF; 
		} 
		ul#navmenu ul ul, 
		ul#navmenu ul ul ul { 
			display: none; 
			position: absolute; 
			top: 0; 
			left: 160px; 
		} 
		/* Do Not Move - Must Come Before display:block for Gecko */ 
		ul#navmenu li:hover ul ul, 
		ul#navmenu li:hover ul ul ul, 
		ul#navmenu li.iehover ul ul, 
		ul#navmenu li.iehover ul ul ul { 
			display: none; 
		} 
		ul#navmenu li:hover ul, 
		ul#navmenu ul li:hover ul, 
		ul#navmenu ul ul li:hover ul, 
		ul#navmenu li.iehover ul, 
		ul#navmenu ul li.iehover ul, 
		ul#navmenu ul ul li.iehover ul { 
			display: block; 
		} 

		/* 经销商专区 用户导航 开始 */

		#k_usernav a
		{
			color:#FFF;
			margin-right:10px;
		}













/*首页标签效果*/

.hometbl-top  {
	background-image: url(../images/mqhbg1.gif);
	height:26px;
	width:680px;
}

.hometbl
{
width:680px;
margin-left:0;
}

.hometbl td
{
padding:15px;
border:1px #cccccc solid;
border-top:0;
}

.sec1  {
	cursor:hand;
	width:111px;
	height:26px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #999999;
	background-image: url(../images/menu_out.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: center;
	line-height: 26px;
	font-weight: bold;
	margin-right:5px;
}
.sec2  {
	cursor:hand;
	width:111px;
	height:26px;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color:  #000000;
	font-weight:  bold;
	background-image: url(../images/menu_over.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: center;
	line-height: 26px;
	margin-right:5px;
}

/* ///////////////// 顶部css 结束 //////////////////////////// */


/* ///////////////// 中部css 开始 //////////////////////////// */

.index h5 /*首页主体链接*/
{
		color:#0066cc;
		font-size:12px;
		background:url(../images/link_arrow.gif) no-repeat left;
		padding-left:10px;
		width:208px;
		margin-left:0px;
		border-top:1px #eeeeee dotted;
}


.body-main	/*div 中部主体*/
{
	width:935px;
	padding:10px;
	margin:0 auto;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	display:table;
	height:auto;
	background:#FFF;
}

	.body-main-above	/*中部主体 上 div*/
	{
		width:933px;
		height:255px;
	}

	/*首页幻灯片*/
	.slide
	{		
		margin-top:0;
		margin-left:1px;
	}

	.body-main-underside	/*中部主体 下 div*/
	{
		padding:1px;
		*height:auto !important;
		min-height:250px;
		height:250px;
	}

		.body-underside-left /*中部主体 下 左 div*/
		{
			float:left;
			width:225px;
			height:111px;			
		}

			.body-underside-left dl
			{

			}

			.body-underside-left dl dt, .body-underside-left dl dd
			{
				float:left;
				width:108px;
				overflow-x:hidden;	/*为防止下拉框宽度太大，破坏页面结构*/
			}

			.body-underside-left dl dt
			{
				width:115px;
			}

			.body-underside-left dl dd img
			{
				cursor:pointer;
			}

			.body-underside-left dl dd select	/*for firefox*/
			{
				border:1px solid #999;
			}

			.body-underside-left .beside-title
			{				
				padding-top:25px;				
				color:#999999;
			}
			

		.body-underside-right /*中部主体 下 左 div*/
		{
			float:left;
			width:700px;
			height:250px;			
		}


/* ///////////////// 中部css 结束 //////////////////////////// */

.bottom
{
	float:none;
	clear:both;
	width:100%;			
	text-align:center;
}

.bottom-main
{
	margin:0 auto;
	text-align:left;
	padding:19px 0 0 16px;
	width:939px;
	height:57px;
	background:url(../images/bot_bg.gif) repeat-x #DDDDDD;
	border:1px solid #999999;
	border-width:0px 1px 1px 1px;
	margin-bottom:10px;
}

.bottom a
{
	color:#646464;
	text-decoration:none;
}

.copyright
{
	font-size:20px;
	margin:0 4px 0 0;	
	position:relative;
	top:3px;
}

/* ///////////////// 底部css 结束 //////////////////////////// */


/* ///////////////// 子栏目css 开始 //////////////////////////// */

/* ////// 子栏目头部 开始 ////// */
	.top-main-sub
	{
		background:url(../images/sub_top_bg.gif);
		height:105px;
	}

	.top-main-right-sub ul
	{
		width:500px;
		margin-top:10px !important;
		*margin-top:15px !important;
		margin-top:25px;
	}

	.top-main-right-sub ul li
	{
		float:left;
		color:#999999;
		padding:0px;
		border-left:1px solid #999;	
		height:auto;
	}

	.top-main-right-sub ul li a:link , .top-main-right-sub ul li a:visited , .top-main-right-sub ul li a:active
	{
		font-weight:bold;
		padding:5px 10px;		
		text-decoration:none;
	}

	.top-main-right-sub ul li a:hover
	{		
		background:#0081D1;
		color:#FFF;
	}
		
		/*子栏目当前位置 div*/
		.position
		{
			width:100%;					
			margin-top:16px !important;
			margin-top:14px;		
		}

		.sub-guide
		{
			float:left;			
			color:#FFFFFF;
			margin-left:24px !important;
			margin-left:12px;
		}

		.sub-guide a:link, .sub-guide a:visited, .sub-guide a:active
		{
			color:#FFFFFF;
		}		
		/*子栏目搜索*/
		.top-main-sub .search
		{
			float:right;
			margin-right:16px !important;
			margin-right:8px;
		}

		
/* ////// 子栏目头部 结束 ////// */

/* ////// 子栏目中部 开始 ////// */
.body-main-sub
{
	padding:0;
	width:955px;
}


 .location a:visited, .location a:link, .location a:active
{
	color:#999;
}


/*页面标题*/
.pageTitle
{
	width:660px;
	text-align:left;
	color:#333;
	line-height:40%;
	font-family:simsun;
	font-size:20px;	
	height:40px;
	margin-top:10px;
	font-weight:bold;
}

.pageTitle span
{
	position:relative;
	top:12px; /*调节title的上下相对位置*/
}
.pageTitle h5
{
	position:relative;
	font-size:12px;
	top:23px; /*调节title的上下相对位置*/
	font-family:simsun;
	margin-left:2px;
	font-weight:300;
}

	/*子栏目左侧 div*/
		.body-sub-left
		{
			float:left;
			width:188px;
			text-align:left;
			height:auto;
		}
			
			.subClass ul /*子栏目列表 ul*/		 
			{
				width:100%;	
				overflow:hidden;							
			}

			.subClass ul li
			{
				border-bottom:1px solid #EEEEEE;
				height:28px;				
			}

			.subClass ul li a:link, .subClass ul li a:visited, .subClass ul li a:active
			{
				color:#69c;
				*display:inline-block !important; /*for ie7*/
				display:block;
				width:100%;
				height:22px;
				text-decoration:none;
				padding:5px 0 0 15px;
				background:#FFF url(../images/arrow.gif ) no-repeat  15px  10px;	
				padding-left:25px;
			}

			.subClass ul li a:hover
			{
				background:#def;
				border-top:1px solid #fff;
				border-bottom:1px solid #fff;
				color:#36c;
			}

			/*快速链接 div 开始*/
			.shortcut
			{								
				text-align:left;			
				padding-bottom:0px;
				margin:20px 0 30px 18px;
			}

			.shortcut h5
			{
				color:#0088DD;
				font-size:12px;
				font-weight:bold;
			}

			.shortcut ul
			{
				margin-top:10px;
			}

			.shortcut ul li
			{
				
			}

			.shortcut ul li a
			{
				color:#666666;
				padding-left:16px;
				background:url(../images/arrow2.gif) no-repeat ;
			}

		/*子栏目右侧 div*/
		.body-sub-right
		{
			float:left;		
			width:736px;/*整个右侧部分的宽度*/
			padding:5px 15px 15px 15px;			
			border-left:1px solid #999999;
		}		

			/*栏目图片*/
			.list-pic img
			{
				width:532px;
				height:140px;
				margin-bottom:6px;
			}

			/*栏目列表内容 div*/
			.list-content
			{
				width:736px;
				*height:auto !important;
				min-height:550px;
				height:550px;
				margin-top:10px;
			}

/* ////// 子栏目中部 结束 ////// */
/* ///////////////// 子栏目css 结束 //////////////////////////// */


/* ///////////////// 内部页css 开始 //////////////////////////// */
/* 文章列表 */
	.article-list
	{
		width:100%;
		margin:10px 0;		
	}
	

	.article-list li
	{		
		height:20px;
		display:block;		
		clear:both;
		padding:3px 0;
		border-bottom:1px dashed #ccc;		
	}
	
	.article-list li a
	{
		display:block;
		width:460px;
		padding-left: 12px;
		background:url(../images/arrow1.gif) no-repeat 0 6px;
		float:left;		
	}
	
	.article-list span
	{
		float:right;
	}
	
	/* 文章详细内容 */
	.article
	{
		float:left;
		text-align:left;
		width:532px;
	}
	
	.article-title h5
	{
		text-align:center;
		font-size:14px;
		font-weight:bold;
		color:#336699;
		padding-bottom:10px;
		border-bottom:1px dashed #ccc;
	}
	
	.article-content /*文章内容页的文字大小*/
	{
		text-indent:26px;
		margin:10px 0;
		font-size:13px;
		letter-spacing: 1px;
	}



	/*--------------- 各栏目内部页 css 开始 ---即主体部分--------------*/
	.inside-left /*内部页左侧，即整个网页中间部分的内容*/
	{
		float:left;
		width:533px;/*532px*/
		font-size:12px;
	}
	.inside-left span
	{
	width:100%
	background:#f6f6f6;
	border:#eeeeee solid 1px;
	color:#000;
	}
	.inside-left h6
	{
		color:black;
		background:url(../images/title_bg.gif);
		border-left:6px #fc0 solid;
		padding-left:6px;
		margin-top:5px;
		margin-bottom:6px;
		font-size:13px;
		padding-top:3px;
		border-bottom:1px #eee solid;
	}
	.inside-left dl
	{
	width:100%;
	float:100%;
	margin-top:10px;
	}
	.inside-left dl h5
	{
		color:green;
		background:gray;
	}
	.inside-left dt
	{
		width:122px;
		font-weight:bold;
		font-size:13px;
		float:left;
		color:#6699cc;
	}
	.inside-left dd
	{
		width:390px;
		float:left;
		border-left:1px #ccc dotted;
		padding-left:10px;
		margin-left:10px;
		margin-bottom:18px;
	}





	.inside-right
	{
		float:right;
		text-align:left;
		width:180px;
		border:1px solid #f3f3f3;
		height:620px;
		padding:10px 0 10px 10px;
		background:#f9f9f9;
	}


/*页面内第一行图片、第二行title、第三行文字*/

	.inside dl
	{
		float:left;
		width:170px;
		margin-left:10px;
		border-top:1 #eeeeee solid;
		border-bottom:1 #eeeeee solid;
	}

	.inside dt
	{
		width:170px;
		font-weight:bold;
		background:#eee;
	}

	.inside dd
	{
		width:170px;
		margin-left:10px;
		background:#f9f9f9;
	}


	.inside h5  /*文章主体部分重要提示*/
	{
		width:170px;
		margin-left:10px;
		background:#f9f9f9;
	}
/*新闻中心 内部页 开始*/
		/*左侧新闻信息块 div*/
		.news-index-block
		{
			width:266px;
			float:left;
			height:150px;
			margin-top:10px;

		}

			/*左侧新闻信息块 左 div*/
			.block-left
			{
				float:left;
				width:75px;
			}

			.block-left img
			{
				width:66px;	
				border:1px #666 solid;
			}

			/*左侧新闻信息块 右 div*/
			.block-right
			{
				float:left;
				text-align:left;
				width:180px;
				line-height:140%;
				border-top:5px solid #ddf;
				padding:5px 0 0 0;;
			}

			.block-right h5
			{
				margin-bottom:5px;
				color:#06c;
				font-size:12px;
				font-weight:bold;
				background:url(../images/news-h5-bg.gif) no-repeat left;
				padding-left:10px;	
			}


			/*文章列表*/
			ul.sub-articlelist
			{
				
			}

			ul.sub-articlelist li
			{
				height:18px;
				border-top:1px dotted #eeeeee;
				width:180px;
				overflow:hidden;
				text-overflow:ellipsis;
			}

			ul.sub-articlelist li span
			{
				font-size:11px;
				margin-right:5px;
			}

			ul.sub-articlelist li a:link, .block-right ul li a:visited, .block-right ul li a:active
			{
				background:#FFF;
				display:block;
				padding-top:2px;
				color:#666666;
				text-decoration:none;
				background:url(../images/link_arrow.gif) no-repeat left;
				padding-left:10px;
			}

			ul.sub-articlelist li a:hover
			{
				color:#f93;
			}

			 /*更多链接 li */
			ul.sub-articlelist .news-more
			{
				padding-top:3px !important;
				padding-top:6px;
			}

			ul.sub-articlelist .news-more a:link, .block-right .news-more a:visited
			{
				background:url(../images/link_arrow_or.gif) no-repeat left;
				color:#0066cc;	
				display:inline;			
			}
			
			ul.sub-articlelist .news-more a:hover
			{
				background:#FFF;
			}

			ul.sub-articlelist .news-more img
			{
				*vertical-align:middle;
			}
	/*左侧新闻信息块 结束 */

	/*右侧新闻信息块 开始*/
	.inside-right h5
	{		
		margin-bottom:10px;
		color:#06c;
		font-size:14px;
		font-weight:bold;
		background:url(../images/news-h5-bg.gif) no-repeat left;
		padding-left:10px;		
	}

		.inside-right dl
		{
			margin-top:15px;

		}

		.inside-right dl dt , .inside-right dl dd
		{
			float:left;
		}

		.inside-right dl dt
		{
			width:73px;			
		}

		.inside-right dl dt img
		{
			width:73px;
			height:55px;
			margin-top:3px;
		}

		.inside-right dl dd
		{
			width:100px;
			margin-left:7px !important;	/*for firefox*/			
			*margin-left:8px;				
		}

		.inside-right dl dd a:link, .inside-right dl dd a:visited, .inside-right dl dd a:active
		{
			color:#666666;
		}

		.inside-right dl dd a em
		{
			font-weight:bold;			
		}

		.inside-right  .news-more
		{
			width:100%;
			margin-top:15px;
		}

		.inside-right  .news-more a
		{
			margin-left:10px;

		}
	/*右侧新闻信息块 结束*/
/*新闻中心 内部页 结束*/

/*服务中心 内部页 开始*/
		.pointOfSale
		{
			height:250px;
		}

		.pointOfSale dl dt
		{
			width:93px;
		}

		.pointOfSale dl dt img
		{
			width:93px;
			height:93px;
		}

		.pointOfSale dl dd
		{
			width:100px;
			overflow-x:hidden;
		}

		.pointOfSale .beside-title
		{
			margin-top:25px;
		}

		.QandA
		{			
			border-top:none;
			height:300px;
		}

		.QandA .sub-articlelist
		{
			width:200px;
		}

		.QandA .sub-articlelist li
		{
			width:200px;			
		}

		.QandA .sub-articlelist li a
		{
			background:#FFF;
			display:block;
			padding-top:2px;
			width:328px;
			color:#636363;
			text-decoration:none;
		}

		.QandA .sub-articlelist li.news-more
		{
			margin-top:0;
		}

		.QandA .sub-articlelist li.news-more a
		{
			margin-left:10px;
			color:#0063C6;	
			display:inline;		
		}

		/*销售网点 开始*/
			.pos-list
			{
				width:100%;
				border:1px solid;			
				border-color:#DBE5F1;
				border-collapse:collapse;
			}

			.pos-list th
			{
				background:#4F81BD;
				color:#FFF;
				border-left:1px solid #DBE5F1;
			}
			
			.pos-list td
			{
				border:1px solid #DBE5F1;
			}

		
/*服务中心 内部页 结束*/

/*销售服务 内部页 开始*/
	.special-pic-list a img
	{
		margin-bottom:10px;
	}


	.service-other dl
	{
		width:170px;	
		margin-bottom:10px;
	}


	.service-other dl dt
	{
		width:36px;		
	}

	.service-other dl dt img
	{
		width:36px;
		height:36px;
	}

	.service-other dl dd
	{
		width:126px;	
		line-height:140%;
	}
/*销售服务 内部页 结束*/

/*产品中心 内部页 开始*/
	/*产品中心 首页 开始*/
	.product-index-list	/* dl */
	{
		margin:0;
		padding:0;	
		clear:none;
		float:left;
		background:url(../images/product_center_bg.gif);
		width:355px;
		height:124px;
		border-top:1px solid #DFDFE0;
		border-left:1px solid #F6F6F6;
		border-right:1px solid #F6F6F6;		
	}

	.product-index-list dt , .product-index-list dd
	{
		float:left;
	}

	.product-index-list dt
	{
		width:138px;
		text-align:center;
	}

	.product-index-list dt img
	{
		margin-top:17px;
	}

	.product-index-list dd
	{
		border-top:0px solid #333399;		
		width:192px;			
	}

	.product-index-list dd em
	{
		display:block;		
		font-weight:bold;
		font-size:14px;
		margin:4px 0;	
	}

	.product-index-list dd em a:link, .product-index-list dd em a:visited
	{
		color:#3366cc;
	}

	.product-index-list dd p
	{
		height:94px;
		overflow:hidden;
		line-height:130%;
	}
	
	.product-index-list dd p a:link, .product-index-list dd p a:visited
	{
		color:#666666;
	}

	/* 产品中心 子类(系列)列表 开始 */
	.product-sublist dt
	{
		width:152px;
		height:202px;
	}

	.product-sublist dd
	{
		border-top:2px solid #009CFF;
		width:166px;
		height:198px;		
	}

	.product-sublist dd em a:link, .product-index-list dd em a:visited
	{
		color:#30382D;
	}

	.product-sublist dd p
	{		
		overflow : visible;
	}

	/*产品中心 单品列表 开始*/
	.product-list
	{
		width:100%;
	}

	.product-list dt, .product-list dd
	{
		float:left;
	}

	.product-list dt
	{
		width:200px;
	}

	.product-list dd
	{
		margin-left:15px;
		width:460px;		
	}

	.product-list dd em
	{
		color:#0066CC;
		font-weight:bold;
	}

	.product-list dd p
	{
		height:150px;
	}
/*产品中心 内部页 结束*/
	/*--------------- 各栏目内部页 css 结束 -----------------*/
/* ///////////////// 内部页css 结束 //////////////////////////// */


/*一般化css*/
/*白色文本 9pt 宋体*/
.whitetxt
{

}

.whitetxt a:link , .whitetxt a:visited
{
	font-family:simsun;
	font-size:9pt;
	color:#999999;
	font-weight:200;
}

/*清除浮动*/
.clear
{
	clear:both;
	font-size:0px;
	height:0px;
	line-height:0px;
}

/*向左飘动*/
.float-left
{
	float:left;
}
/*向右飘动*/
.float-rigth
{
	float:right;
}

/*向左对齐*/
.align-left
{
	text-align:left;
}

/*向右对齐*/
.align-rigth
{
	text-align:right;
}

/*居中对齐*/
.align-center
{
	text-align:center;
}


/* 与左侧间隔15px */
.marginLeft15
{
	margin-left:15px;
}

/*显示手型*/
.hand
{
	cursor:pointer;
}

/*my翻页*/
.showpage a:link , .showpage a:visited
{
	text-decoration:none;
}

.showpage a:hover
{
	color:#009900;
}

.showpage input
{
	border:1px solid #999;
	margin-right:5px;
}

