﻿/*--侧边栏--*/
#sidebar
{
	float: left;
	width: 26.5%;
	text-align: left;
}
#sidebar h3
{
	font-size: 12px;
	font-weight: bold;
	background: url(bg_list.jpg) left top no-repeat;
	height: 35px;
	margin: 0;
}
#sidebar h3 span
{
	line-height:31px;
	padding-left:40px;
	display: block;
	color:#666666;
	background:url(ico_tit.gif) 15px 10px no-repeat;	
}
#side1, #side2
{
	margin-bottom: 5px;
}
#side1 dl, #side1 dl dt {
	margin-left: 5px;
	line-height: 20px;
}
#side1 dl
{
	margin-left:20px;
}
.navnoson {
	background:url(icon_li.gif) no-repeat left  7px;
}
.navshow {
	background:url(icon_ul.gif) no-repeat left 7px;
}
.navhide {
	background:url(icon_ul.gif) no-repeat left 7px;
}

/*@Tip
内页侧边宽度固定~对于图片类显示样式
使用如下路径:
  .sideCol .index_pic

进行修正

.sindeCol 作为侧边栏目通用预留
*/
/*--主题内容部分--*/
#Tbody
{
	width:100%;
}
#mainContent
{
	clear: both;
	width: 100%;
	background:url(bg_post.gif) bottom right no-repeat;	
}
/*--内容部分--*/
#mainBody
{
	width: 72%;
	float: right;
}
#mainBody-top h3 span
{
	height: 28px;
	line-height:28px;	
	font-size:14px;
	padding-left:25px;
	margin-left:10px;
	color:#fff;
	background:url(bg_in_tit.gif) left 7px no-repeat;
}


/*列表类公共样式*/
.mainCon 
{
	padding:20px 25px 25px;
}
.mainCon dl
{
	border-bottom:1px solid #dfdfdf;
	background:url(ico_title.gif) left top no-repeat;	
	margin-bottom:10px;
}
.mainCon dl dt
{
	line-height:27px;
	font-weight:bold;
	letter-spacing:1px;	
	padding-left:35px;
	padding-bottom:3px;
}
.mainCon dl dd
{
	margin: 8px 10px 0px;
	color:#333;
}
.mainCon .preview
{
	line-height:19px;
	text-indent:2em;
}
.mainCon .info{
	line-height:21px;
	color:#676f73;
}
.mainCon .info span
{
	color: #ff0033;
	margin-right: 20px;
}
.mainCon .info a
{
	color: #288eb6;
	float: right;
}
.mainCon h2.infoTitle
{
	font-size:16px;
	text-align:center;
	padding-bottom:20px;
}
.mainCon .subH3
{
	background:url(bg_list_title.gif);
	height:26px;
	line-height:26px;	
	font-size:12px;
	text-align:center;
	padding-bottom:5px;
}
.mainCon .conner
{
	padding:20px 25px 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;
	background:none;
	float:left;
	border:5px solid #dfdfdf;
	margin-right:10px;
}
/******图文展示*****/
.Graphic 
{
	padding:10px;
}
.Graphic ul li {
	float:left;
	_display:inline;
	margin:15px;
}
.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;
	padding:0px 5px;
	width:180px;
	line-height:26px;
	background-color:#feac00;
	/*以下控制不折行*/
	overflow: hidden; 
	white-space: nowrap; 
	-o-text-overflow: ellipsis; 
	text-overflow: ellipsis; 		
}
		/*@商城里用到的*/
		.name dl, .name dl dd
		{
			padding:0;
			margin:0;
			background-image:none;
			border:none;
		}
		.name dl dd
		{
			width:100%;
			overflow: hidden;
			white-space: nowrap;
			-o-text-overflow: ellipsis;
			text-overflow: ellipsis;	
		}
		
.pic A:link, .pic A:visited {
	text-align: center;
	display: block;
	width: 180px;
	height: 160px;
	border: 5px solid #feac00;
}
.pic A:hover {
	display: block;
	border-color: #ff8a00;
}



/*@产品列表类*/
.Product dl
{
	position:relative;
	float:left;
	_display:inline;
	width: 46%;
	margin:0 10px 10px !important;
	margin:0 10px 0;
}
.Product .propic img
{
	position:absolute;
	width: 100px;
	height: 80px;
	border: 5px solid #eee;
	top:30px;
}
.Product dl dd.preview
{
	padding-left:110px;
	height: 60px;
}


/*@商城内页topBox*/
.topBox
{
	margin-bottom: 5px;
	border: 1px solid #cfd9e2;
	height:33px;
	line-height:33px;
	padding:0 10px;
	background:#f9f8f7;
}

/*--产品展示内页--*/
#pro-img img {
	float:left;
	width:250px;
	height:200px;
	border:5px solid #ccc;
	vertical-align:middle;
}
ul#info-list {
	float:right;
	margin:0;
	padding:0;
}
ul#info-list li {
	margin-bottom:5px;
	border-bottom:1px solid #dfdfdf;
	width:360px;
	height:27px;
	line-height:27px;
	padding-left:10px;
}
#pro-info {
	clear:both;
	padding:10px;
}
.infolist {
	color:#666;
}




/*@留言板*/
	/*@我要留言*/
.Message dl
{
	padding:0;
}
.Message .messagetitle 
{
	width:198px;
	height:34px;
	line-height:34px;
	text-align:center;
	margin:0 auto 20px;
	background:url(line.gif) no-repeat;
}
	/*@留言列表*/
.messagebox dl {
	margin:10px auto;
	border:1px solid #dfdfdf;	
}
.messagebox dl dt
{
	padding-left:25px;
	height:24px;
	line-height:24px;
	background:url(ico_tlink_2.gif) 5px center no-repeat #e6e6e6;
}
.messagebox dl dt span {
	color:#669933;
	font-size:11px;
	font-weight:normal;
}
.Message .messagebox dl dd 
{
	margin:0;
	padding:5px 10px;
	font-size:12px;
	line-height:24px;
	color:#666;
}

/*@留言框*/
.postbox {
	border:1px solid #ccc;
	padding:10px;
}
.postbox dl {
	margin-left:20px;
}
.postbox strong
{
	display:inline-block;
	width:85px;
}
.postbox .text 
{
	width:180px;
}
.postbox textarea
{
	width:70%;
	height:80px;
}
/*@内页评论*/
.comTitle
{
	margin:10px auto;
	padding-left:10px;	
	height:26px;
	line-height:26px;
	background:url(bg_menu.jpg)
}
.comTitle strong
{
	padding-left:22px;
	padding-right:5px;
	background:url(ico_tit.gif) 0 center no-repeat;
}

