<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*@内页侧边栏*/
#sidebar
{
	float: left;
	width: 250px;
}

#side1 dt
{
	margin-left: 5px;
	line-height: 20px;
}
.navnoson 
{
	background:url(continue.gif) no-repeat 2px 4px;	
}
.navshow
{
	background:url(continue.gif) no-repeat 2px 4px;	
}
.navhide
{
	background:url(continue.gif) no-repeat 2px 4px;	
}
/*@Tip
内页侧边宽度固定~对于图片类显示样式
使用如下路径:
  .sideCol .index_pic

进行修正

.sindeCol 作为侧边栏目通用预留
*/
#Tbody 
{
	margin-left:auto;
	margin-right:auto;
	margin-bottom:7px;
}
#mainBody
{
	width: 690px;
	float: right;
}
#mainBody-top
{
	height:46px;
	background:url(inbgTop.gif) left top no-repeat;
}
#mainBody-top h3
{
	padding-left:35px;
}
#mainBody-top h3 span
{
	display:block;
	line-height:40px;
}
/*列表类公共样式*/
.mainCon ,.Graphic
{
	padding:20px;
	border-left:1px solid #D9D9D9;
	border-right:1px solid #D9D9D9;
	border-bottom:1px solid #D9D9D9;
	background:url(itemBG.gif) bottom repeat-x #FFF;
}
.mainCon dl
{
	border-bottom:1px dashed #e6e6e6;
	margin-bottom:10px;
}
.mainCon dl dt
{
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	padding-left:25px;
	background:url(continue.gif) 5px center no-repeat #f0f0f0;
}
.mainCon dl dd
{
	padding: 8px 10px;
}
.mainCon .info span
{
	color: #CC0000;
	margin-right: 20px;
}
.mainCon .info a
{
	float: right;
}

.mainCon h2.infoTitle
{
	font-size:16px;
	padding-bottom:10px;
}
.mainCon .subH3
{
	font-size:12px;
	padding-bottom:2px;
	border-bottom:1px solid #CC0000;
}
.mainCon .conner
{
	margin-top:20px;
}
	/*@在线表单*/
	.FormInfo li small
	{
		display:inline-block;
		width:80px;
	}
	.FormInfo li
	{
		line-height:30px;
	}
	.FormInfo li input.text
	{
		width:260px;
	}
	
	
/******单页图文样式*****/
.Single 
{
	word-wrap: break-word; /* IE */	
}
.Single dl dt 
{
	padding:0;
	float:left;
	border:1px solid #e6e6e6;
	padding:5px;
	margin-right:10px;
}
.Single dl dd 
{
	line-height:24px;
	letter-spacing:1px;
	border:none;
}

/******图文展示*****/
.Graphic 
{
	padding:10px 20px;
}
#Tbody .Graphic ul li {
	float:left;
	_display:inline;
	margin:11px;
}
.Graphic ul li .pic  a
{
	display: table-cell;
	vertical-align:middle;
	width:180px;
	height:170px !important;
	height:160px;
	text-align:center;
    /* hack for ie */      
    *display: block;
	*font-size: 133px;
	/* end */      
}
.Graphic ul li .pic img
{
	vertical-align:middle;
}
.name 
{
	text-align:center;
	margin-top:2px;
	width:188px;
	border: 1px solid #e6e6e6;
	background-color:#f0f0f0;
	line-height:24px;
	/*以下控制不折行*/
	overflow: hidden; 
	white-space: nowrap; 
	-o-text-overflow: ellipsis; 
	text-overflow: ellipsis; 
}
		/*@商城里用到的*/
		.name dl, .name dl dd
		{
			border:none;
		}
		.name dl dd
		{
			width:100%;
			overflow: hidden;
			white-space: nowrap;
			-o-text-overflow: ellipsis;
			text-overflow: ellipsis;	
		}
		.name small
		{
			font-size:12px;
		}


.pic A:link, .pic A:visited
{
	text-align: center;
	display: block;
	width: 180px;
	height: 160px;
	border: 1px solid #e6e6e6;
	padding:4px;
	background:#f0f0f0;
}
.pic A:hover
{
	display: block;
	border:5px solid #e6e6e6;
	padding:0;
}


/******列表页*****/

/*---产品列表页面--*/
.Product dl
{
	position:relative;
	float:left;
	_display:inline;
	width: 46%;
	margin-right:15px;
	margin-bottom:10px;
}
.Product .propic img{
	position:absolute;
	width: 100px;
	height: 80px;
	border: 1px solid #C2DEF3;
	padding:3px;
	top:30px;
	left:5px;
}

.Product dl dd.preview
{
	padding-left:120px;
	height: 70px;
}
.Product dl dd.info
{
	margin-top:0;
	padding-top:0;
}

/*@商城内页topBox*/
/*@产品类内页、商城内页*/

#pro-img img
{
	float: left;
	width: 280px;
	height: 180px;
	border: 1px solid #C2DEF3;
	padding:4px;
	background:#fff;
	vertical-align: middle;
	margin-right:15px;
}
ul#info-list
{
	float:right;
	margin:0;
	padding:0;	
}
ul#info-list li
{
	margin-bottom: 5px;
	border-bottom:1px solid #C2DEF3;
	width: 350px;
	height: 27px;
	line-height: 27px;
	padding-left: 10px;
}
#pro-info
{
	clear: both;
	padding: 10px;
}

/******列表页*****/
.filelist dl dt
{
	background-image:none;
	padding-left:10px;
}

/*@留言板*/
	/*@我要留言*/
.Message dl
{
	padding:0;
}
.Message .messagetitle 
{
	width:100px;
	height:26px;
	line-height:26px;
	text-align:center;
	margin:0 auto 20px;
	background-color:#a5a5a5;
}
.Message .messagetitle a
{
	color:#fff;
}
	/*@留言列表*/
.messagebox dl
{
	margin-bottom: 10px;
	border:1px solid #e6e6e6;
}

.messagebox dl dt span
{
	font-size: 11px;
	font-weight:normal;
	color:#333;
}

.messagebox dl dd
{
	padding: 5px 10px;
	margin:0;
	font-size: 12px;
}

/*@留言框*/
.postbox
{
	border:1px solid #e6e6e6;
	padding:10px;
}
.postbox strong
{
	display:inline-block;
	width:85px;
}

.postbox .text 
{
	width:180px;
}
.postbox textarea
{
	width:70%;
	height:80px;
}
/*@内页评论*/
.comTitle
{
	height:24px;
	line-height:24px;
	margin:10px auto;
	padding-left:25px;
	background:url(continue.gif) 5px center no-repeat #f0f0f0;
}
.comTitle strong
{
	margin-right:15px;
}



.Productshow #gallerywrap
{
	border:1px solid #c2def3;
	padding:5px;
	background-color:#f0f0f0;
}
.Productshow #gallerywrap #pointer
{
	border-color:#CC0000;
}</pre></body></html>