﻿/*@内页侧边栏*/
#sidebar {
	float: right;
	width: 27%;
	text-align: left;
	border:1px solid #e5e5e5;
	background:url(bg_sidebar_bg.gif) right top no-repeat #fff;
}
#side1 dl
{
	padding-left:10px;
}
#side1 dt {
	margin-left: 5px;
	line-height: 20px;
}

.navnoson {
	background:url(ico_tag.gif) no-repeat left 4px;
}
.navshow {
	background:url(ico_tag.gif) no-repeat left 4px;
}
.navhide {
	background:url(ico_tag.gif) no-repeat left 4px;
}

/*@Tip
内页侧边宽度固定~对于图片类显示样式
使用如下路径:
  .sideCol .index_pic

进行修正

.sindeCol 作为侧边栏目通用预留
*/
#Tbody 
{
	margin-bottom:7px;
}
#mainBody 
{
	width: 71.5%;
	float: left;
	border:1px solid #e5e5e5;
	background: url(bg_column.gif) right top repeat-x #fff;	
}

/*列表类公共样式*/
.mainCon 
{
	padding:10px 25px 25px;
}
.mainCon dl
{
	padding:3px;
	border: 1px solid #cfd9e2;
	border-top:none;
	background: url(bg_footer.png) repeat-x #f9f8f7;
	margin-bottom:8px;
}
.mainCon dl dt
{
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
}
.mainCon dl dt span a
{
	color:#31acd4;	
}
.mainCon dl dt span a:hover
{
	color:#ff8f22;
}
.mainCon dl dd
{
	margin: 8px 10px 0px;
}
.mainCon .preview
{
	color: #666;
	text-indent: 2em;
}
.mainCon .info{
	line-height: 21px;
	color: #555;
}
.mainCon .info span
{
	color: #87b0de;
	margin-right: 20px;
}
.mainCon .info a
{
	color: #ff8f22;
	float: right;
}


.mainCon h2.infoTitle
{
	font-size:16px;
	text-align:center;
	padding-bottom:20px;
}
.mainCon .subH3
{
	height:24px;
	line-height:24px;
	font-size:12px;
	text-align:center;
	background:url(bg_column.gif) repeat-x;	
	border:1px solid #e5e5e5;
}
.mainCon .conner
{
	background:url(bg_footer.png) repeat-x #f9f8f7;	
	border:1px dashed #cfd9e2;
	padding:20px 25px 20px;
	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 {
	width:100%;
	background:none;
	padding:0;
	border:none;
}
.Single dl dt 
{
	padding:0;
	background:none;
	float:left;
	border:3px solid #e0e0e0;
	margin-right:10px;
}
.Single dl dd 
{
	line-height:24px;
	letter-spacing:1px;
}

/*@图片展示、商城*/
.Graphic 
{
	padding:10px;
}
.Graphic ul li {
	float:left;
	_display:inline;
	margin:14px;
}
.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;
	line-height:20px;
	border:1px solid #e5e5e5;
	/*以下控制不折行*/
	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;	
		}
		.name small
		{
			font-size:12px;
		}
		
		
	
.pic A:link, .pic A:visited {
	text-align: center;
	display: block;
	width: 180px;
	height: 160px;
	border: 5px solid #e5e5e5;
}
.pic A:hover {
	display: block;
	border-color: #cfd9e2;
}


/*@新闻类列表*/
.newslist dl dt span
{
	padding-left:15px;
}


/*@新闻类内页*/

/*@产品列表类*/
.Product dl
{
	position:relative;
	float:left;
	_display:inline;
	width: 45%;
	margin:0 8px 10px !important;
	margin:0 10px 0;
}
.Product .propic img
{
	position:absolute;
	width: 100px;
	height: 80px;
	border: 5px solid #e5e5e5;
	top:30px;
}
.Product dl dd.preview
{
	padding-left:110px;
	height: 70px;
}
.Product dl dd.info
{
	margin-top:0;
	padding-top:0;
}



/*@商城内页topBox*/
.topBox
{
	margin-bottom: 5px;
	border: 1px solid #cfd9e2;
	border-top: none;
	height:33px;
	padding:0 10px;
	background: url(bg_footer.png) repeat-x #f9f8f7;
}

/*@产品类内页、商城内页*/
#pro-img img {
	float:left;
	width:250px;
	height:200px;
	border:5px solid #e5e5e5;
	vertical-align:middle;
}
ul#info-list {
	float:right;
	margin:0;
	padding:0;
}
ul#info-list li {
	margin-bottom:5px;
	border-bottom:1px solid #e5e5e5;
	width:350px;
	height:27px;
	line-height:27px;
	padding-left:10px;
}
#pro-info {
	clear:both;
	padding:10px;
}
.infolist {
	color:#666;
}


/*@留言板*/
	/*@我要留言*/
.Message dl
{
	padding:0;
}
.Message .messagetitle 
{
	width:100px;
	height:26px;
	line-height:26px;
	text-align:center;
	margin:0 auto;
	background:url(bg_sidebar_bg.gif) top right no-repeat;
	border:1px solid #e5e5e5;
}
.Message .messagetitle a
{
	color:#ff8f22;
}
	/*@留言列表*/
.messagebox dl {
	margin:10px auto;
	border:1px solid #e5e5e5;
}
.messagebox dl dt
{
	padding-left:10px;
	background:url(bg_column.gif) repeat-x;
	height:24px;
	line-height:24px;
	border-bottom:1px solid #e5e5e5;	
}
.messagebox dl dt span {
	color:#709dd2;
	font-size:11px;
	font-weight:normal;
}
.messagebox dl dt.reply
{
	border-top:1px solid #e5e5e5;
}
.messagebox dl dd {
	padding:0 10px 8px;
	color:#666;
}


/*@留言框*/
.postbox dl
{
	padding:5px;
}
.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;
	background:url(bg_column.gif) repeat-x;
	border:1px solid #e5e5e5;	
	padding-left:10px;	
}

