﻿/* Copyright (c) 2008 All rights reserved. */
/* Built by yzh */
/* yangzihui@gmail.com */
/* ///////////////////////////////////////////// */

* { margin: 0px; padding: 0px; border: 0px; }

body { background: #eee; margin: 0px; padding:0; /* text-align: center; */}
body,div,td,th { font-family: '宋体', Arial, verdana, simsun, Lucida Grande, sans-serif;  font-size: 12px; color: #333; line-height: 180%; }

div,form,img { padding: 0px; border: 0px; margin: 0px; }
dl,dt,dd,ul,ol,li { list-style-type: none; list-style-position: outside; padding: 0px; border: 0px; margin: 0px; }
dl,ul { clear: left; text-align: left; }
dt,dd,li { display: block; }
h1,h2,h3,h4,h5 { margin: 0px; }
select,input { font-size: 9pt;}
/* td,p { text-align: left; } */

em { font-style: normal; }

a { text-decoration: none; }
a:link    { color: #333; }
a:visited { color: #333; }
a:hover   { color: #F60; text-decoration: underline; }


/* ///////////////// 顶部css 开始 //////////////////////////// */
.top
{
	width:100%;	
	text-align:center;
	display:block;		
}

.top-main
{
	width:955px;
	height:104px;
	display:block;
	margin: 0px auto;
	background:url(../images/top-bg.gif);
	text-align:left;
	border-top:1px solid #999999;
	border-right:1px solid #999999;
	border-left:1px solid #999999;
	border-bottom:1px solid #004E86;
}

	.top-left, top-right
	{
		float:left;
	}

	.top-left
	{
		width:262px;
		height:100%;
		background:url(../images/top-left-bg.gif) no-repeat left bottom;
		display:table;
	}

	.top-left-en
	{
		background:url(../images/top-left-bg-en.gif) no-repeat left bottom;
	}

	.logo2
	{
		margin:24px 0 0 27px;
	}

	.top-right
	{
		text-align:right;
		height:100%;
	}

	.top-right .top-link
	{
		padding:7px 20px 0 0;
		height:20px;
	}

	.top-right .top-link a
	{
		margin-right:4px;
	}

	.top-right .top-link a:link , .top-right .top-link a:visited
	{
		color:#666;
	}

	.top-right .top-link a:hover
	{
		color:#06c;
	}

	.top-right .top-link a img
	{
		width:15px;
		height:15px;
		vertical-align:middle;
		margin-right:3px;
	}

	.top-search
	{
		padding:7px 20px 0 0;
		height:40px;
		background:url(../images/search_mirror.gif) no-repeat right bottom;
	}

	.input_search
	{
		width:262px;
		height:17px;
		padding:2px 0 0 0;
		border:1px solid #CCCCCC;
		vertical-align:middle;
		background:url(../images/input-search-bg.gif);
	}

	.input_search_submit
	{
		width:53px;
		height:21px;		
		vertical-align:middle;		
	}


	/*下拉菜单*/
	.navmenu
	{		
		height:29px;				
		float:right;
	}
	/*CSS Code for Menu Begin:*/ 
	/* Root = Horizontal, Secondary = Vertical */ 
	ul#navmenu { 
		margin: 0 20px 0 0; 
		border: 0 none; 
		padding: 0; 
		width: 560px; /*For KHTML*/ 
		list-style: none; 
		height: 29px; 
		display:inline;			
	} 
	ul#navmenu li { 
		margin: 0; 
		border: 0 none; 
		padding: 0; 
		float: left; /*For Gecko*/ 
		display: inline; 
		list-style: none; 
		position: relative; 
		height: 29px; 
		z-index:99;
	} 
	ul#navmenu ul { 
		margin: 0; 
		border: 0 none; 
		padding: 0; 
		width: 94px; 
		list-style: none; 
		display: none; 
		position: absolute; 
		top: 29px; 
		left: 0; 
		border-left:1px solid #004E86;
		border-right:1px solid #004E86;
		border-bottom:1px solid #004E86;	
		filter: alpha(opacity=90);
	} 
	ul#navmenu ul li { 
		float: none; /*For Gecko*/ 
		display: block !important; 
		display: inline; /*For IE*/ 			
	} 
	/* Root Menu */ 
	ul#navmenu a { 	
		padding: 0 12px; 
		float: none !important; /*For Opera*/ 
		float: left; /*For IE*/ 
		display: block; 	
		color: #FFF; 
		font: bold 12px Verdana, Arial, Helvetica, sans-serif; 	
		line-height:29px !important;	/*For firefox*/
		*line-height:31px !important;	/*For ie7*/	
		line-height:30px;
		text-decoration: none; 
		height: auto !important; 
		height: 1%; /*For IE*/ 
	} 
	/* Root Menu Hover Persistence */ 
	ul#navmenu a:hover, 
	ul#navmenu li:hover a, 
	ul#navmenu li.iehover a { 
		background: #1D7DBC; 
		color: #FFF; 
	} 
	/* 2nd Menu */ 
	ul#navmenu li:hover li a, 
	ul#navmenu li.iehover li a { 
		float: none; 
		background: #1D7DBC; 
		color: #FFF; 
		font-weight:200;	
	} 
	/* 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 { 
		background:#198ED5; 
		color: #FFF; 		
		
	} 
	/* 3rd Menu */ 
	ul#navmenu li:hover li:hover li a, 
	ul#navmenu li.iehover li.iehover li a { 
		background: #1D7DBC; 
		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: #1D7DBC; 
		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: #1D7DBC; 
		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: #1D7DBC; 
		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; 
	} 
/* ///////////////// 顶部css 结束 //////////////////////////// */

/* ///////////////// 中部css 开始 //////////////////////////// */
.body-main	/*div 中部主体*/
{
	width:955px;
	margin:0 auto;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	display:table;
	height:100%;
	background:#FFF;
	overflow:hidden;
}
/* ///////////////// 中部css 结束 //////////////////////////// */

/* ///////////////// 底部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:58px;
	background:url(../images/bottom_bg.gif) #DDDDDD;
	border:1px solid #999999;
	border-width:1px 1px 0px 1px;
	overflow:hidden;
}

.bottom-left, .bottom-right
{
	float:left;
}

.bottom-left
{
	width:224px;
}
	/*飞雕在你身边*/
	.beside
	{
		
	}

	.beside dt, .beside dd
	{
		float:left;
		overflow-x:hidden;	/*为防止下拉框宽度太大，破坏页面结构*/
	}

	.beside dt
	{
		width:65px;
	}

	.beside dd
	{
		width:108px;
	}

	.beside dd img
	{
		cursor:pointer;
	}

	.beside dd select	/*for firefox*/
	{
		border:1px solid #999;
	}

	.beside .beside-title
	{	
		color:#000;
		font-weight:bold;
	}

	.beside-map
	{
		width:60px;
	}

.bottom-right
{
	width:695px;	
	height:100%;
}

.bottom-right a:link, .bottom-right a:visited
{
	color:#555555;
	text-decoration:none;
}

.bottom-right a:hover
{
	color:#0066CC;
	text-decoration:underline;
}

	.bottom-link	/*ul*/
	{
		width:100%;
	}

	.bottom-link li
	{
		float:left;
	}

	.bottom-link li a
	{
		padding:0 10px;
	}

	.copyright
	{
		clear:both;
	}

	.copyright em
	{
		font-size:20px;
		margin:0 4px 0 0;
		position:relative;
		top:3px;
	}

.bottom_bottom
{
	width:956px;
	height:18px;
	border-left:1px solid #999999;
	margin:0 auto 10px;
	background:url(../images/bottom_bottom.gif) bottom no-repeat;
}

.bottom_bottom a:link, .bottom_bottom a:visited
{
	color:#999999;
	text-decoration:none;
}

.bottom_bottom a:hover
{
	color:#0066CC;
	text-decoration:underline;
}
/* ///////////////// 底部css 结束 //////////////////////////// */



/* ///////////////// 首页内部模板 开始 //////////////////////////// */

	.body-main-above	/*中部主体 上 div*/
	{
		width:955px;	
		margin-top:10px;
	}

	/*首页幻灯片*/
	.slide
	{		
		margin:10px;
		display:inline;
	}

	.body-main-underside	/*中部主体 下 div*/
	{
		margin:10px 0;
		height:auto;		
	}

		.body-underside-left /*中部主体 下 左 div*/
		{
			float:left;
			width:223px;
			height:195px;						
			display:inline;
			margin-left:10px;
		}

			.pic_list	/*ul*/
			{
				padding-top:7px;
			}

			.pic_list li
			{
				height:50px;
				margin-bottom:12px !important;
				margin-bottom:10px;
			}

		.body-underside-right /*中部主体 下 左 div*/
		{
			float:left;
			width:712px;
			height:195px;	
		}

			.index-catalog
			{
				float:left;
				width:452px;
				height:193px;
				border:1px #D1C9D5 solid;
				display:inline;
				margin-left:10px;				
			}

			div.loop-block
			{
				margin-left:15px;
			}

				/*产品类别循环*/
				.loop-block dl
				{
					clear:none;
					float:left;
					width:84px;
					height:136px;
					margin:15px 0 0 0px;
				}

				.loop-block dl dt
				{
					height:100px;
					text-align:center;
				}

				.loop-block dl dt img
				{
					width:75px;
					margin-top:10px;			
				}

				.loop-block dl dd
				{
					text-align:center;
				}

				.catalog-over	/*鼠标移动到上面时的效果*/
				{
					background:url(../images/catalog-bg.gif);
					cursor:pointer;
				}

				.loop-block a:link,.loop-block a:visited
				{
					padding:3px 0 0 14px;
					background:url(../images/arrow2.gif) no-repeat left;
					color:#444444;
					text-decoration:none;
				}

				.catalog-over a:link, .catalog-over a:visited
				{					
					background:url(../images/arrow2-over.gif) no-repeat left;
					color:#06c;				
				}

			.index-news
			{
				float:left;
				width:244px;
				height:193px;
				border:1px #D1C9D5 solid;
				border-width:1px 1px 1px 0;
			}

				.index-news ul
				{
					width:208px;
					margin:16px 0 0 18px;
				}

				.index-news ul li
				{
					border-top:1px dashed #eee;
					overflow:hidden;
					width:208px;
					white-space:nowrap;
					text-overflow:ellipsis ;
					height:23px;
				}

				.index-news a:link, .index-news a:visited
				{
					position:relative;
					top:2px;
					padding-left:14px;
					background:url(../images/arrow3.gif) no-repeat 0 1px;
					color:#555;
				}

				.index-news a:hover
				{
					background:url(../images/arrow2.gif) no-repeat 0 1px;
					color:#06c;
				}

				.index-news-more /*li*/
				{
				
				}

				.index-news-more a:link, .index-news-more a:visited
				{
					position:relative;
					top:6px;
					padding-left:14px;
					background:url(../images/arrow2.gif) no-repeat 0 1px;
					color:#000;
				}

		
/* ///////////////// 首页内部模板 结束 //////////////////////////// */


/* ///////////////// 子栏目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:25px !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;
}

/*页面标题*/
.pageTitle
{
	width:100%;	
	height:56px;
	background:#60A9F2;
	text-align:left;	
	border-bottom:1px solid #999;	
}

	.pagetitle-left , pagetitle-right
	{
		float:left;
	}

	.pagetitle-left
	{
		width:700px;
		height:100%;
	}

	.pagetitle-left span
	{
		position:relative;
		margin:0px 0 0 24px;
		top:20px;	
		color:#FFF;
		font-family:simhei;
		font-size:20px;	
	}

	.pagetitle-left-product
	{
		float:none;
		width:100%;
	}

	.pagetitle-right
	{
		text-align:right;
	}

/* 经销商专区 用户导航 开始 */
		#k_usernav
		{				
			position:relative;
			top:37px;	
			padding:4px 10px 4px 20px;
			height:12px;
			display:inline-block;
			background:url(../images/usernav_bg.gif) no-repeat left top #FFF;
			z-index:1;
		}

		#k_usernav a
		{
			color:#06c;
			margin-right:10px;
			font-size:12px;			
		}

	/*子栏目左侧 div*/
		.body-sub-left
		{
			float:left;
			width:231px;
			text-align:left;
			height:auto;
			border-right:1px solid #999999;
			padding-bottom:9999px;
			margin-bottom:-9999px;
		}
			
			.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:#000000;
				font-weight:bold;	
				*display:inline-block !important; /*for ie7*/
				display:block;
				width:100%;
				height:22px;
				text-decoration:none;
				padding:5px 0 0 24px;
				background:#FFF;			
			}

			.subClass ul li a:hover
			{
				background:#eee;
				border-top:1px solid #369;
				border-bottom:1px solid #369;
			}

			/*快速链接 div 开始*/
			.shortcut
			{								
				text-align:left;			
				padding-bottom:0px;
				margin:20px 0 30px 24px;			
			}

			.shortcut h5
			{
				color:#0088DD;
				font-size:12px;
				font-weight:bold;
			}

			.shortcut_ul
			{
				margin-top:10px;
			}

			.shortcut_ul li
			{
				
			}

			.shortcut_ul li a
			{
				color:#797979;
				padding:16px;
				background:url(../images/arrow2.gif) no-repeat 0 17px ;
			}

		/*子栏目右侧 div*/
		.body-sub-right
		{
			float:left;		
			width:660px;
			min-height:900px;
			height:100%;
			padding:20px;
			padding-bottom:9999px;
			margin-bottom:-9999px;
		}		

			/*栏目图片*/
			.list-pic img
			{
				width:680px;
				height:180px;
				border:1px solid #999999;
			}

			/*栏目列表内容 div*/
			.list-content
			{
				width:680px;
				*height:auto !important;
				min-height:550px;
				height:550px;
				margin-top:20px;
			}

/* ////// 子栏目中部 结束 ////// */
/* ///////////////// 子栏目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
	{
		margin:10px 0;
		text-align:left;
	}
	
	.article-title h5
	{
		text-align:center;
		font-size:14px;
		font-weight:bold;
		color:#336699;
		padding-bottom:10px;
		border-bottom:1px dashed #ccc;
	}
	
	.article-content
	{
		margin:10px 0;
	}



	/*--------------- 各栏目内部页 css 开始 -----------------*/
	.inside-left
	{
		float:left;
		width:438px;
	}

	.inside-right
	{
		float:right;
		text-align:left;
		width:200px;
		border:1px solid #CECECE;
		border-width:1px 1px 0 1px;
		height:620px;
		padding:15px;
	}

/*新闻中心 内部页 开始*/
		/*左侧新闻信息块 div*/
		.news-index-block
		{
			width:100%;
			border-top:1px solid #9C9C9C;
		}

			/*左侧新闻信息块 左 div*/
			.block-left
			{
				float:left;
				width:95px;
			}

			.block-left img
			{
				margin-top:15px;
				width:95px;				
			}

			/*左侧新闻信息块 右 div*/
			.block-right
			{
				float:right;
				text-align:left;
				width:328px;
				border-top:4px solid #60A9F2;
				margin-bottom:35px;			
			}

			.block-right h5
			{
				margin:10px 0;
				color:#0063C6;
				font-size:14px;
				font-weight:bold;
				background:url(../images/news-h5-bg.gif) no-repeat left;
				padding-left:10px;
				width:318px;
			}

			/*文章列表*/
			ul.sub-articlelist
			{
				
			}

			ul.sub-articlelist li
			{
				height:23px;
				border-top:1px dashed #eaeaea;
				width:328px;
				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;
				width:328px;
				color:#636363;
				text-decoration:none;
			}

			ul.sub-articlelist li a:hover
			{
				background:#BCDBF9;
				color:#369;
			}

			 /*更多链接 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
			{
				margin-left:10px;
				color:#0063C6;	
				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:#0063C6;
		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:120px;
			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:#636363;
		}

		.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;
				padding:0 5px;
				white-space:nowrap;
				text-align:center;
			}
			
			.pos-list td
			{
				border:1px solid #DBE5F1;
				padding:0 5px;
				white-space:nowrap;
				vertical-align:middle;
				height:40px;
				text-align:center;
			}

			/*网店地址*/
			.pos-list td.pos-address
			{
				white-space:normal;
				text-align:left;
			}
		
/*服务中心 内部页 结束*/

/*销售服务 内部页 开始*/
	.special-pic-list a img
	{
		border:1px solid #999;
		margin-bottom:20px;
	}

	.service-other dl dt
	{
		width:50px;		
	}

	.service-other dl dt img
	{
		width:43px;
		height:43px;
	}

	.service-other dl dd
	{
		width:140px;			
	}
/*销售服务 内部页 结束*/

/*产品中心 内部页 开始*/
	/*产品中心 首页 开始*/
	.product-index-list	/* dl */
	{
		margin:0;
		padding:0;	
		clear:none;
		float:left;
		/*background:url(../images/product_center_bg.gif);*/
		width:330px;
		height:124px;
		border-top:1px solid #DFDFE0;
		border-left:1px solid #F3F3F4;
		border-right:1px solid #F3F3F4;		
	}

	.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;
		width:99px;
	}

	.product-index-list dd
	{
		border-top:4px solid #4193C4;		
		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:#0471B2;
	}

	.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
	{
		height:auto;
	}

	.product-sublist dt
	{
		width:152px;
		height:202px;		
	}

	.product-sublist dd
	{
		border-top:2px solid #009CFF;
		width:178px;
		height:198px;		
	}

	.product-sublist dd em a:link, .product-index-list dd em a:visited
	{
		color:#30382D;
	}

	.product-sublist dd p
	{		
		overflow : visible;
	}

	.product-index-list .morelink:link , .product-index-list .morelink:visited
	{
		color:#06c;
	}

	/*产品中心 单品列表 开始*/
	.product-list
	{
		width:100%;
		border-bottom:1px dotted #D1C9D5;
		margin-top:5px;
	}

	.product-list dt, .product-list dd
	{
		float:left;
	}

	.product-list dt
	{
		width:200px;	
	}

	.product-list dd
	{
		margin-left:15px;
		width:380px;		
		margin-left:80px;
	}

	.product-list dd em
	{
		color:#0066CC;
		font-weight:bold;
	}

	.product-list dd p
	{
		height:auto;
		white-space:pre;
		text-align:left;		
		margin-bottom:10px;
	}
/*产品中心 内部页 结束*/

/*电子目录 开始*/
.catalog .product-index-list
{
	height:auto;
	border-left:none;
	border-right:none;
}

.catalog .product-index-list dd
{
	width:100%;
	display:block;
	height:auto;
	overflow:visible;
	height:200px;	
}

.catalog .product-index-list dd a
{
	white-space:nowrap;
	margin-right:10px;
}

.catalog-form	/*p*/
{
	margin-bottom:10px;
}
/*电子目录 结束*/

/*工程投标书 开始*/
.project
{
	text-indent:0;
}

.p-top-left , .p-top-right
{
	float:left;
	text-align:left;
}
	.p-intro
	{
		margin:0 0 0 40px;
		width:430px;
	}

	.p-intro li
	{
		height:23px;
		width:100%;
		border-bottom:1px dotted #6D6D6D;
		padding-top:3px;
	}

	.p-intro li em
	{
		font-weight:bold;
	}

	.p-intro li span
	{
		color:red;
	}

	.project p
	{
		font-size:15px;
		margin:10px 0;
		font-weight:bold;			
	}
/*工程投标书 结束*/

/*家居装修指南 开始*/
form.fangxing
{
	margin-bottom:20px;
	text-align:center;
}

form.fangxing h5
{
	margin-bottom:10px;
}

form.fangxing p
{	
	margin-top:10px;	
	text-align:center;
	width:57%;
}

form.fangxing center
{
	margin-top:10px;
}

.fangxinTable
{
	width:100%;
	border:1px solid #DBE5F1;
	border-collapse:collapse;
	margin-bottom:20px;
	text-align:left;
}

.fangxinTable td
{
	border:1px solid #DBE5F1;
	padding:2px;
}

.fangxinTable caption
{
	font-weight:bold;
	text-align:left;
	background:#60A9F2;
	color:#FFF;
	padding:2px;
}

.t-title td
{
	background:#eee;
	border:1px solid #FFF;
}
/*家居装修指南 结束*/
	/*--------------- 各栏目内部页 css 结束 -----------------*/
/* ///////////////// 内部页css 结束 //////////////////////////// */


/*一般化css*/
/*白色文本 9pt 宋体*/
.whitetxt
{

}

.whitetxt a:link , .whitetxt a:visited
{
	font-family:simsun;
	font-size:9pt;
	color:#ACEFF5;
	font-weight:200;
}

/*更多链接*/
.morelink:link , .morelink:visited 
{
	color:#06c;
}

/*清除浮动*/
.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;
}

/*首页产品类别标题*/
.catalog-title	/*h5*/
{
	height:23px;
	padding:4px 0 0 15px;
	font-size:14px;
	font-weight:bold;
	background:url(../images/catalog-title-bg.gif) no-repeat left;
	border-bottom:1px #EEEEEE solid;
	color:#06c;
}

.catalog-title a:link , .catalog-title a:visited , .catalog-title a:active
{
	background:none;
	padding:0;
	margin:0 0 0 10px;
	color:#06c;
	font-family:黑体;
	position:static;
}

/*iframe*/
/*首页左侧*/
#IframeIndexLeft
{
	width:100%;
	height:100%;			
}

/*栏目快速导航*/
#IframeShortcut
{
	width:100%;
}

.iframeBody
{
	background:#FFF;
}

/*体验飞雕右侧 关注*/
.IframeAttention
{
	height:100%;
}

#fbcontent
{
	padding:1px;margin:0px;border:1px solid;border-color:#777 #EEE #EEE #777 ;
}

/*右侧列表*/
.rightList 
{
	margin-top:10px;
}

.rightList li
{
	height:25px;
	padding-top:5px;
	border-bottom:1px dashed #ccc;
}

.rightList li.news-more
{
	border:none;
}

/*登录表单*/
#loginForm
{
	background:url(../images/logbg.jpg) no-repeat; 
	margin:0 auto; 
	height:210px; 
	width:332px;
	padding:40px 0 0 280px;
}

#loginForm p label
{
	color:#000;
	font-weight:bold;
}

/*英文版css开始*/
.en_indexPic_left, .en_indexPic_right
{
	float:left;
	display:inline;
}

.en_indexPic_left
{
	width:634px;
	height:226px;
	margin-left:10px;	
}

.en_indexPic_right
{
	width:298px;
	height:226px;
	background:#20284D;
	color:#FFF;
	font-weight:bold;
	font-family:Arial;
}

.en_indexPic_right h5
{
	margin:60px 0 0 50px;
	font-size:20px;
}

.en_indexPic_right p
{
	margin:10px 0 0 50px;
	width:220px;
}

.ic-en
{
	width:634px;
	border:none;
}

.in-en
{
	width:298px;
	border:none;
}

.ic-en h5, .in-en h5
{
	border-left:5px #0166B6 solid;
	border-bottom:1px solid #BDBDBD;
	background:none;
}

.ic-en h5 a:link, .ic-en h5 a:visited, .ic-en h5 a:active,.in-en h5 a:link, .in-en h5 a:visited, .in-en h5 a:active
{
	background:none;
	margin:0;
	color:#0B6AAE;
	font-family:Arial;
	font-size:14px;
}

.lb-en dl
{
	width:120px;	
}

.lb-en dl dt img
{
	width:85px;
}

.catalog-en-over
{
	background:url(../images/catalog-bg-en.gif);
	cursor:pointer;
}

.br-en
{
	*width:70% !important; /*ie7*/
	width:100% !important; /*ff*/
	width:50%; /*ie6*/

}

