﻿/*公共部分开始*/

/*
	h1 {页面独一 为页面主题名称用 详细页产品名称}
	h2 {页面大版块名称}
	h3 {页面各个BOX的名称}
	h4 {页面 列表页产品名称，博客日志名称}
	h5 {}
	
	默认颜色(灰色系列 深->浅)
	#000000;
	#0f0f0f;
	#a3a3a3;
	#c9c9c9;
	#efefef;(液晶无)
	#f0f0f0;(液晶无)
*/

/*小项部分*/

	/*默认链接*/
	a:link {
		color:#006666;
		text-decoration:none;
		}
	a:visited {
		color:#006666;
		text-decoration:none;
		}
	a:hover {
		color:#ff6600;
		text-decoration:underline;
		}

	/*默认标签格式*/
	body {
		font-size:63%;
		font-family:Arial, "宋体";
		text-align:left;
		background:#445555;
		color:#0F0F0F;
		padding:0px;
		margin:0px;
		}
	p,ul,ol,li,dl,dt,dd,hr,h1,h2,h3,h4,h5,h6,form,span {
		padding:0px;
		margin:0px;
		}
	li {
		list-style-position:inside;
		}
	h1 {
		font-size:1.3em;
		}
	h2 {
		font-size:1.2em;
		}
	h3 {
		font-size:1.0em;
		}
	h4 {
		font-size:1.0em;
		}
		}
	h6 {
		font-size:0.8em;
		}
	select {
		height:20px;
		}	
	td {
		padding:2px 1px;
		}
	th {
		padding:3px 1px;
		}

	/*格式化标签*/
	
		/*格式化背景*/
	.bgc_a {
		background:#115598;
		}/*蓝色*/
	.bgc_b {
		background:#FF9933;
		}/*黄色*/
	.bgc_c {
		background:#C6302F;
		}/*红色*/
	.bgc_d {
		background:#ccc;
		}/*灰色*/
	.bgc_e {
		background:#BBBBBB;
		}/*灰色*/
	.bgc_f {
		background:#D9D9D9;
		}/*浅灰色*/
	.bgc_g {
		background:#F0F0F0;
		}/*淡灰色*/
	.bgc_h {
		background:#CBE3F9;
		}/*淡蓝色*/
	.bkbg {
		background:#ededed;
		}
		
		/*字体颜色格式化*/
	.fontcolor_a {
		color:#115598;
		}
	.fontcolor_b {
		color:#ff9933;
		}
	.fontcolor_c {
		color:#aaa;
		}
	.fontcolor_d {
		color:#ccc;
		}		
	.fontcolor_e {
		color:#fff;
		}
	.fontcolor_f {
		color:#C6302F;
		}
		/*按钮*/
	.biglongbutton {
		width:155px;
		height:23px;
		font-weight:bold;
		}
	.longbutton {
		width:75px;
		height:23px;
		}
	.shortbutton {
		width:45px;
		height:23px;
		}
		/*清除对齐*/
	.clearboth {
		clear:both;
		display:block;
		}
		/*文字对齐*/
	.textleft {
		text-align:left;
		}
	.textright {
		text-align:right;
		}
	.textcenter {
		text-align:center;
		}
	.floatright {
		float:right;
		}
	.floatleft {
		float:left;
		}
		/*文字大小*/
	.font14 {
		font-size:1.2em;
		}
	.font12 {
		font-size:1.0em;
		}
	.font10 {
		font-size:0.8em;
		}
		/*提交表单background:#E9FFE9;
			使用方法：onmouseout="this.className='edit'" onmouseover="this.className='editbg'"
		*/
	.editbg {
		background:#E5F5FF;
		border:1px solid #006600;
		padding:2px 4px;
		margin:4px 0;
		clear:both;
		}
	.edit {
		border:1px solid #fff;
		padding:2px 4px;
		margin:4px 0;
		clear:both;
		}
		/*编辑表单
			使用方法：onmouseout="this.className='editred'" onmouseover="this.className='editredbg'"
		*/
	.editredbg {
		background:#FFCFCF;
		border:1px solid #ff6600;
		padding:2px 4px;
		margin:4px 0;
		clear:both;
		}
	.editred {
		border:1px solid #fff;
		border-bottom:1px dashed #ccc;
		padding:2px 4px;
		margin:4px 0;
		clear:both;
		}
	#FormButtons,
	.FormButtons {
		text-align:center;
		padding:3px 0;
		}	
		/*选择背景变换
			使用方法：onmouseout="this.className='onselectbg'" onmouseover="this.className='outselectbg'"
		*/
	.onselectbg {
		background:#FFF1DD;
		}
	.outselectbg {
		background:#ffffff;
		}	
		/*除错*/
	.errormessage {
		color:#ff0000;
		padding:6px;
		background:#FFCCCC;
		font-weight:bold;
		border:1px solid #ff0000;
		text-align:center;
		}
	.notemessage {
		color:#ff6600;
		padding:6px;
		background:#FFFACE;
		font-weight:bold;
		border:1px solid #ff6600;
		text-align:center;
		}
		/*输入框*/
	.input {
		margin:2px 0;
		padding:2px;
		border:1px solid #999;
		width:200px;
		background:url(page/black_white.jpg) repeat-x 0 -5px;
		}	
		/*分页*/
	.pagers {
		clear:both;
		padding:6px;
		text-align:right;
		}
	.pagers a:link,
	.pagers a:visited {
		padding:2px 3px;
		text-decoration:none;
		border:1px solid #ccc;
		margin:0 2px;
		}
	.pagers a:hover {
		background:#ff9933;
		color:#fff;
		}
		.pagers .currentPage {
			padding:2px 3px;
			text-decoration:none;
			border:1px solid #ccc;
			margin:0 2px;
			background:#ff9933;
			color:#fff;
			}
	
	
	.listpager {
		clear:both;
		padding:6px;
		text-align:right;
		}
	.listpager a:link,
	.listpager a:visited {
		padding:2px 3px;
		text-decoration:none;
		border:1px solid #ccc;
		margin:0 2px;
		}
	.listpager a:hover {
		background:#ff9933;
		color:#fff;
		}
		.listpager .currentPage {
			padding:2px 3px;
			text-decoration:none;
			border:1px solid #ccc;
			margin:0 2px;
			background:#ff9933;
			color:#fff;
			}
	

	/*IE6 PNG透明
	img, div { behavior: url(style/iepngfix.htc) }*/
	
	/*右侧服务*/
	#online_service {
		font-size:1.2em;
		width:197px;
		height:316px;
		color:#333333;
		background:url(right_online_bg.gif) no-repeat;
		}
		#online_service .words01 {
			color:#ff6600;
			padding:70px 5px 5px 7px;
			}
		#online_service ul {
			padding:2px 3px;
			}
			#online_service ul li {
				list-style-type:none;
				}
/*公共部分结束*/


/*---------------------------------------------------------------------------------------------------私有部分-----------*/
#WUCWigStores1_divMore,#WUCLWIForDefaultProduct_divMore
{   clear:both;
    padding:0 30px;
    margin:-20px 0 0 0;
    text-align:right;
    }
 
/*-----------------------------------------------------------------------------------------------------------------------------------------*/
	.clearboth {
		clear:both;
		}
	
	#wrap {
		font-size:1.2em;
		text-align:left;
		overflow:hidden;
		width:777px;
		}
		
		
		#topnav {
			background:url(head_top_bg.gif) repeat-x;
			}
			#topnav .div123 {
			    margin:0 0 0 573px;
			    padding:3px 0 0 24px;
			    font-size:1.2em;
			    background:url(head_top_nav_bg.gif) no-repeat;
			    width:180px;
			    height:17px;
			    overflow:hidden;
			    }
			    #topnav .div123 a {
				    color:#fff;
				    text-decoration:none;
				    }
			    #topnav .div123 a:hover {
				    text-decoration:underline;
				    }
		
		#header {
			height:70px;
			}
			#logo {
				position:absolute;
				left:10px;
				}
			#logoname {
				float:left;
				padding:10px;
				}
			#googlebaidusearch {
				float:right;
				color:#f9f9f9;
				padding:15px 15px 0 0;
				}
					#googlebaidusearch input {
						height:20px;
						font-size:12px;
						}
					#googlebaidusearch select {
						height:20px;
						font-size:12px;
						background:#92A0A0;
						border:1px solid ;
						visibility:hidden;
						position:absolute;
						}
					#googlebaidusearch .inputs {
						height:15px;
						overflow:hidden;
						width:120px;
						font-size:12px;
						background:#92A0A0;
						border:1px solid ;
						}
				
		#mainnav .mainnav {
			clear:both;
			margin:0 0 0 152px;
			height:29px;
			width:auto;
			display:block;
			overflow:hidden;
			}
			#mainnav .mainnav li {
					float:left;
					display:inline;
					height:30px;
					overflow:hidden
					}
					
		#mainnav .enmainnav {
			clear:both;
			height:32px;
			margin:0 0 -5px 0;
			text-transform:capitalize;
			background:url(nav_en_bg.png) no-repeat right top;
			z-index:100;
			padding:0 0 0 50px;
			}
			#mainnav .enmainnav li {
					float:left;
					padding:0 40px 0 20px;
					display:inline;
					border-right:1px solid #fff;
					margin:8px 0 0 10px;
					}
					#mainnav .enmainnav li a {
						color:#fff;
						text-decoration:none;
						}
					#mainnav .enmainnav li a:hover {
						color:#ff6600;
						text-decoration:none;
						}
		
		.blackline {
			background:#000 url(nav_line_bg.png) no-repeat right top;
			height:5px;
			overflow:hidden;
			z-index:10;
			}	
		.banner {
			clear:both;
			width:777px;
			overflow:hidden;
			text-align:left;
			background:#DBE4B8 url(content_bg.png) repeat-y right 0;
			}
			#picnew {
	position:absolute;
	background:url(new_product.gif) no-repeat;
	height:109px;
	width:106px;
	top:330px;
	left:640px;
	background-image: url(new_product.gif);
				}
			.bad_left {
					float:left;
					}
				.bad_right {
					float:left;
					background:#207E88 url(ad_right_bg.gif) no-repeat;
					height:260px;
					width:234px;
					display:inline;
					margin:2px 25px 0 0;
					overflow:hidden;
					}
					.bad_right img {
						padding:10px;
						}
					.bad_right p {
						padding:5px 25px;
						margin:0 3px;
						}	
					.bad_right a {
						color:#fff;
						text-decoration:none;
						}
		
		#content {
			clear:both;
			width:777px;
			text-align:left;
			background:#DBE4B8 url(content_bg.png) repeat-y right 0;
			}
			
			#breadcrumb {
				text-align:left;
			    clear:both;
			    padding:6px 0 4px 17px;
			    background:#DBE4B8 url(content_bg.png) repeat-y right 0;
				}
				
			#sidebar {
				float:left;
				width:160px;
				overflow:hidden;
				}
				
				/*.sidebarpicshow {
					height:158px;
					background: url(sidebarpic01.gif) no-repeat;
					margin:10px 0 10px 7px;
					}*/
				.sidebarbox {
					margin:0 0 10px 0;
					clear:both;
					}
					.textshowbox {
						margin:0 0 0 7px;
						color:#34515F;
						}
						#showright div p {
							line-height:160%;
							padding:0 0 10px 0;
							}
					
					/*.videolist {
						background:url(see_video.gif) no-repeat;
						height:132px;
						text-align:center;
						padding:30px 0 0 0;
						margin:10px 0 0 7px;
						}
						.videolist .productbox {
							float:left;
							margin:0 0 14px 12px;
							display:inline;
							}
							.videolist .productbox .productpic {
								border:1px solid #ccc;
								width:57px;
								height:39px;
								overflow:hidden;
								}
							.videolist .productbox dl {
								 visibility:hidden;
								 height:0px;
								 width:0px;
								 overflow:hidden;
								}
*/
								
								
					/*			
					.innvalist {
							margin:0 0 0 7px;
							background:#fff;
						}
						.innavtitle {
							padding:5px 0;
							text-align:center;
							background:url(sibar_title.gif) no-repeat;
							height:17px;
							font-size:1.2em;
							border-bottom:3px solid #E57C00;
							}
							.innavtitle a:link, .innavtitle a:visited {
								color:#fff;
								text-decoration:none;
								font-weight:bold;
								}
								
						.innvalist ul {
							padding:0px;
							margin:0px;
							white-space:pre-line;
							}
						.innvalist li {
							list-style-type:none;
							list-style-position:outside;
							display:block;
							}
						.innvalist li a:link, .innvalist li a:visited {
							color:#006666;
							text-decoration:none;
							display:block;
							height:16px;
							padding:5px 5px 5px 20px;
							background:url(rows.gif) no-repeat 5px center;
							border-bottom:1px solid #ccc;
							}
							.innvalist ul ul li a:link, .innvalist ul ul li a:visited {
							color:#006666;
							text-decoration:none;
							display:block;
							height:16px;
							background:none;
							padding:5px 5px 5px 25px;
							border-bottom:1px solid #ccc;
							}
							.innvalist li a:hover {
								background:#34515F;
								color:#fff;
								}
							.innvalist ul ul li a:hover {
								background:#34515F;
								color:#fff;
								}
				*/
						/*-----------------------------------*/
						.innvalist {
							margin:0 0 0 7px;
							background:#fff;
						}
						.innavtitle {
							padding:5px 0;
							text-align:center;
							background:url(sibar_title.gif) no-repeat;
							height:17px;
							font-size:1.2em;
							border-bottom:3px solid #E57C00;
							}
							.innavtitle a:link, .innavtitle a:visited {
								color:#fff;
								text-decoration:none;
								font-weight:bold;
								}
								
						.innvalist ul {
							padding:0px;
							margin:0px;
							white-space:pre-line;
							}
						.innvalist li {
							list-style-type:none;
							list-style-position:outside;
							display:block;
							padding:0px;
							margin:0px;
							}
						.innvalist li a:link, .innvalist li a:visited {
							color:#006666;
							text-decoration:none;
							height:16px;
							display:block;
							padding:5px 5px 5px 20px;
							background:url(rows.gif) no-repeat 5px center;
							border-bottom:1px solid #ccc;
							}
							.innvalist ul ul li a:link, .innvalist ul ul li a:visited {
								color:#006666;
								text-decoration:none;
								display:block;
								height:16px;
								background:url(bg.gif) no-repeat 15px center;
								padding:5px 5px 5px 25px;
								border-bottom:1px solid #ccc;
								}
								.innvalist ul ul ul li a:link, .innvalist ul ul ul li a:visited {
									color:#006666;
									text-decoration:none;
									display:block;
									height:16px;
									background:none;
									/*background:url(styles/default/bg.gif) no-repeat 30px center;*/
									padding:5px 5px 5px 35px;
									border-bottom:1px solid #ccc;
									}
							.innvalist li a:hover {
								background:#34515F;
								color:#fff;
								}
								.innvalist ul ul li a:hover {
									background:#34515F;
									color:#fff;
									}
									.innvalist ul ul ul li a:hover {
										background:#34515F;
										color:#fff;
										}
							/*当前样式*/
								.innvalist li a.ul1 {
									background:#466D7F url(rows.gif) no-repeat 5px center;
									color:#fff;
									}
									.innvalist ul ul li a.ul2 {
										background:#ccc url(bg.gif) no-repeat 15px center;
										color:#333;
										/*
										border-left:5px solid #fff;
*/
										}
										.innvalist ul ul ul li a.ul3 {
											font-weight:bold;
											color:#ff6600;
											font-size:1.2em;
											}
						
						/*-----------------------------------*/
				
			#maincontent {
				float:left;
				width:610px;
				display:inline;
				overflow:hidden;
				margin:0 0 0 7px;
				}
				#WUCLWIForRequest_divOption a {
								padding:1px 5px;
								text-decoration:none;
								color:#fff;
								position:absolute;
								margin:-1px 0 0 0;
								background:url(en_mainnav.gif) repeat-x center center;
								}
				    
				    #newhot {
						position:absolute;
						margin:-55px 0 0 380px;
						}
					/*首页*/
					.shoplist {
						left:-160px;
						position:relative;
						width:748px;
						overflow:hidden;
						z-index:10;
						background:url(index_shop_center.gif) repeat-y;
						}
					
				    .shoplist h3 {
						background:url(index_shop_top.gif) no-repeat;
						width:742px;
						height:35px;
						text-indent:-9999px;
						}
						
							.shoplist .productbox .hylDetail {
								float:right;
								margin:0 10px 0 0;
								}
								.index_shop_list .inlistcenter #WUCLWIForRequest_divOption {
									position:relative;
									top:-30px;
									}
					.shoplist .productbuttom {
						clear:both;
						background:url(index_shop_bottom.gif) no-repeat;
						width:742px;
						height:15px;
						}
					.shoplist .productbox {
								margin:0 0 10px 10px;
								height:160px;
								float:left;
								width:235px;
								display:inline;
								overflow:hidden;
								}	
								.shoplist .productbox .productpic {
									float:left;
									margin:0 5px 0 0;
									border:1px solid #006666;
									width:120px;
									height:130px;
									display:inline;
									overflow:hidden;
									}
									.shoplist .productbox .productpic img {width:120px;height:130px;}
									.shoplist .productbox dl {
										float:left;
										width:100px;
										overflow:hidden;
										}
										.shoplist .productbox dl dd p {
											padding:2px 0;
											height:80px;
											border-bottom:1px solid #ccc;
											margin:5px 0 5px 0;
											}
										.shoplist .productbox dl dt a {
											display:block;
											padding:4px 0;
											}
										.shoplist .productbox dl dd a 
										{
										    background:url(en_mainnav.gif) repeat-x center center;
											padding:2px 5px;
											color:#fff;
										    }
										.shoplist .productbox dl dd .hydetail {
											text-align:right;
											margin:5px 0 3px 0;
											border-top:1px solid #ccc;
											}

									.shoplist #WUCLWIForRequest_divOption {
										position:relative;
										top:-30px;
										}
					/*
					.shoplist {
						background:url(shop_center.gif) repeat-y ;
						width:596px;
						display:block;
						}
						.shoplist h3 {
							background:url(shop_top.gif) no-repeat;
							width:596px;
							height:42px;
							text-indent:-9999px;
							}
						.shoplist .productbox {
							float:left;
							width:260px;
							height:130px;
							padding:0 0 0 20px;
							}
							.shoplist .productbox .productpic {
								float:left;
								width:110px;
								height:120px;
								overflow:hidden;
								border:1px solid #D9E3ED;
								}
								.shoplist .productbox .productpic img {
									
									}
								.shoplist .productbox dl {
									float:left;
									margin:5px 0 0 15px;
									display:inline;
									width:122px;
									}
									.shoplist .productbox dl dt {
										font-weight:bold;
										color:#006666;
										margin:5px 0;
										}
									.shoplist .productbox dl dd {
										padding:3px 0 0 0;
										color:#696363;
										}
										.shoplist .productbox dl dd .hylDetail {
											margin:5px 0 0 0;
											float:right;
											border:1px solid #ccc;
											padding:1px 5px;
											display:inline-block;
											background:url(xiangxi_in.gif) no-repeat center center;
											}
										.shoplist .productbox dl dd .hylOrder {
											margin:5px 0 0 5px;
											border:1px solid #ccc;
											padding:1px 5px;
											display:inline-block;
											background:url(xiangxi_in.gif) no-repeat center center;
											}
										.shoplist .productbox dl dd .PltIntroduce {
											height:50px;
											}
											.shoplist .productbuttom {
													background:url(shop_bottom.gif) no-repeat left bottom;
													width:596px;
													height:13px;
													}
													
							.index_shop_list {}*/
													
													/**/
							.index_shop_list .inlistcenter .productbox2 {
								margin:0 0 10px 0;
								height:160px;
								float:left;
								display:inline;
								width:240px;
								overflow:hidden;
								}	
								.index_shop_list .inlistcenter .productbox2 .productpic {
									float:left;
									margin:0 5px 0 0;
									border:1px solid #006666;
									width:107px;
									height:148px;
									display:inline;
									overflow:hidden;
									}
									.index_shop_list .inlistcenter .productbox2 dl {
										float:left;
										width:100px;
										overflow:hidden;
										}
										.index_shop_list .inlistcenter .productbox2 dl dd p {
											padding:2px 0;
											}
										.index_shop_list .inlistcenter .productbox2 dl dt a {
											display:block;
											}
										.index_shop_list .inlistcenter .productbox2 dl dd .hydetail {
											text-align:right;
											margin:5px 0 3px 0;
											border-top:1px solid #ccc;
											}
											.index_shop_list .inlistcenter .productbox2 dl dd .hydetail a {
												background:url(en_mainnav.gif) repeat-x center center;
												padding:2px 5px;
												color:#fff;
												}
									.index_shop_list .inlistcenter #WUCLWIForRequest_divOption {
										position:relative;
										top:-30px;
										}
					.aboutusshow {
						color:#34515F;
						margin:10px 17px 0 0;
						}
						.aboutusshow div p {
							line-height:160%;
							padding:0 0 10px 0;
							}
							.aboutusshow div p img {
								float:right;
								padding:5px;
								}	
					.contentshow .contentintop {
						background:url(content_in_top.gif) no-repeat;
						width:597px;
						height:35px;
						}
					.contentshow .contentincenter {
						background:url(content_in_center.gif) repeat-y;
						width:567px;
						color:#34515F;
						padding:10px 15px;
						line-height:120%;
						}
						.contentshow .contentincenter p {
						    padding:0 0 7px 0;
						    }	
					.contentshow .contentinbuttom {
						clear:both;
						background:url(content_in_buttom.gif) no-repeat;
						width:597px;
						height:15px;
						}	
						
					.articlesinlist {
						margin:10px 27px 10px 0;
						line-height:160%;
						}
						.articlesinlist li {
							margin:10px 0;
							}
						.articlesinlist a.info {
							text-decoration:none; 
							font-size:1.2em;
							font-weight:bold;
							padding:3px;
							display:block;
							background:#f4f4f4; 
						}

						.articlesinlist a.info .infobox {
							font-weight: normal; 
							display:block;
							border: 1px solid #006666; 
							background:#f4f4f4; 
							color:#666; 
							text-align:left; 
							padding:10px;
						}

						.articlesinlist a.info:hover {
							
							cursor:default;
						}

						.articlesinlist a.info:hover .infobox {
							font-weight: normal; 
							display:block; 
							border: 1px solid #006666; 
							background:#f4f4f4; 
							color:#666; 
							text-align:left; 
							padding:10px; 
						}	
						
						/**/
				    .inlistshow .inlisttop {
						background:url(content_in_top.gif) no-repeat;
						width:597px;
						height:35px;
						}
					.inlistshow .inlistcenter {
						background:url(content_in_center.gif) repeat-y;
						width:567px;
						color:#34515F;
						padding:10px 15px;
						line-height:180%;
						}
						.inlistshow .inlistcenter .productbox {
							background:url(ThumbHolder1.gif) no-repeat;
							width:144px;
							height:159px;
							overflow:hidden;
							display:inline;
							padding:15px 5px 0 5px;
							float:left;
							margin:10px 10px;
							text-align:center;
							}
							.inlistshow .inlistcenter .productbox .productpic {
								width:120px;
								height:130px;
								overflow:hidden;
								text-align:center;
								}
								.inlistshow .inlistcenter .productbox .productpic img {
									width:118px;
									height:128px;
									}	
							.inlistshow .inlistcenter .productbox .hylDetail {
								float:right;
								margin:0 10px 0 0;
								}
								.inlistshow .inlistcenter #WUCLWIForRequest_divOption {
									position:relative;
									top:-30px;
									}
					.inlistshow .inlistbottom {
						clear:both;
						background:url(content_in_buttom.gif) no-repeat;
						width:597px;
						height:15px;
						}	
						
						
					/*****/
					.index_shop_list {
						left:-160px;
						position:relative;
						z-index:10;
						}
				    .index_shop_list .inlisttop {
						background:url(index_shop_top.gif) no-repeat;
						width:742px;
						height:35px;
						}
					.index_shop_list .inlistcenter {
						background:url(index_shop_center.gif) repeat-y;
						width:742px;
						color:#34515F;
						padding:10px 15px;
						line-height:180%;
						}
						.index_shop_list .inlistcenter .productbox {
							background:url(ThumbHolder1.gif) no-repeat;
							width:144px;
							height:159px;
							overflow:hidden;
							display:inline;
							padding:15px 5px 0 5px;
							float:left;
							margin:10px 10px;
							text-align:center;
							}	
							.index_shop_list .inlistcenter .productbox .hylDetail {
								float:right;
								margin:0 10px 0 0;
								}
								.index_shop_list .inlistcenter #WUCLWIForRequest_divOption {
									position:relative;
									top:-30px;
									}
					.index_shop_list .inlistbottom {
						clear:both;
						background:url(index_shop_bottom.gif) no-repeat;
						width:742px;
						height:15px;
						}	
							
					/*页面内容格式设定*/
					
					.contentshow .PltTitle {
						font-weight:bold;
						font-size:1.6em;
						font-family:"黑体";
						margin:0 0 5px 0;
						display:block;
						text-align:center;
						padding:0 0 10px 0;
						border-bottom:1px solid #ccc;
						color:#FF6600;
						}
					.contentshow .PltIntroduce {
						border:1px solid #ccc;
						background:#fff;
						padding:10px;
						}
					.contentshow .PltMainContent {
						font-size:1.2em;
						line-height:200%;
						}
					.contentshow .PltPostDate {
						text-align:right;
						margin:-30px 0 0 0;
						}
					.contentshow .PltViews {
						display:none;
						}
					.contentshow .PltOrders {}
					.listmore {
						margin-right:50px;
						clear:both;
						text-align:right;
						}
						#WUCLWIForRequest_divPager {
							clear:both;
							}
					.contentshow .PltPrice {}
					.contentshow .PltQuantity {}
					.contentshow .PltSpecialCategory {}
							
							
				/*首页 c3list*/
				.c3list {
					clear:both;
					background:#DBE4B8 url(content_bg.png) repeat-y right 0;
					}
				.c3list .c3boxone, .c3list .c3boxtwo, .c3list .c3boxthd {
					float:left;
					width:240px;
					height:95px;
					margin:5px 0 5px 10px;
					display:inline;
					overflow:hidden;
					}
					.c3list ul {
						border:1px solid #eee;
						background:#C9D694;	
						margin:2px 0;					
						}
				.c3list .c3boxone li, .c3list .c3boxtwo li, .c3list .c3boxthd li {
					padding:3px;
					display:block;
					background:url(bg.png) no-repeat 5px center;
					border-bottom:1px solid #fff;
					list-style-type:none;
					margin:0 5px;
					}
				.c3list .c3boxone h3 {
					text-align:center;
					border-left:10px solid #EBBF1A;
					font-size:1.2em;
					background:#207E88;
					padding:5px 0;
					color:#fff;
					}
				.c3list .c3boxtwo h3 {
					text-align:center;
					border-left:10px solid #8A4CAE;
					font-size:1.2em;
					background:#207E88;
					padding:5px 0;
					color:#fff;
					}
				.c3list .c3boxthd h3 {
					text-align:center;
					border-left:10px solid #B9DD00;
					font-size:1.2em;
					background:#207E88;
					padding:5px 0;
					color:#fff;
					}
				.c3list .c3boxtwo h3 {}
				.c3list .c3boxthd h3 {}	
							
								
				#contactwords {
					background:url(content_bottom.png) no-repeat left bottom;
					clear:both;
					}
					#contactwords p {
						text-align:center;
						padding:8px 0;
						text-indent:-9999px;
						color:#E57C00;
						
						}				
				
		/*底部容器框*/
			#footer {
				clear:both;
				}
				#contactcall {
					float:left;
					padding:8px 15px;
					}
				#footer a:link,
				#footer a:visited {
					color:#dedede;
					text-decoration:none;
					}
				#footer a:hover {
					text-decoration:underline;
					color:#ff6600;
					}
				#copyright {
					padding:5px 0 0 100px;
					text-align:left;
					float:right;
					padding:8px 18px;
					line-height:180%;
					color:#dedede;
					}
.list h5 {background:url(li.gif) 0px 6px no-repeat;padding-left:18px; font-size:14px;}
.list h5 a:link{text-decoration:none; color:#336699}
.list h5 a:visited {text-decoration:none; color:#336699}
.list h5 a:hover {text-decoration:underline; color:#FF0000}
.list p{color:#999999; font-size:12px;}
.list p a{color:#CCCCCC; font-size:9px; font-family:Georgia, "Times New Roman", Times, serif; padding-left:5px;}
.list p i{font-family:"黑体"; font-size:10px;}
.k_pagelist em{border:1px solid #666666;background:#CCCCFF;margin-left:6px;}
.k_pagelist a{border:1px solid #cccccc; background:#eeeeee;margin-left:6px;}
.k_pagelist strong{border:1px solid #cccccc;background:#eeeeee;margin-left:6px;}
.title1 {display:table;margin:0px;padding:0px;text-align:left;border-bottom:1px solid #D5D5D5;height:26px;line-height:26px;font-size:14px;width:100%;}
	.title1 strong{display:block;float:left;margin:0px;padding:0px;font-size:14px;color:#069;}
	.title1 a:link,.title1 a:visited,.title1 a:active{display:block;float:left;padding-top:10px;}
.li{padding:0px;margin:0px;line-height:25px;}
.li span{background:url(li1.gif) no-repeat 0px 5px;display:block;text-align:left;word-wrap:break-word;overflow:hidden;white-space:nowrap;}
.li span a:link,.li span a:visited,.li span a:active{margin-left:18px;color:#333}
.li span i{font-style:normal;margin-left:3px;font-size:9px;}
