﻿#pages
{
	margin-bottom:5px;
	

}
.columns
{
	clear: both;
}
.columns .column1
{
	float: left;
	margin-right:3px;
	margin-left:3px;
	_display:inline;
	background:#EDFEEC;
}
.columns .column2
{
	float: left;
	background:#EDFEEC;
}
.columns .column3
{
	float: right;
	background-color:#EDFEEC;
}
.item
{
	margin-bottom: 8px;
	width: auto;
	background:url(bg_items.jpg) left top no-repeat #fff;
}
.column3 .item
{
	background:none;
}
.column3 .item h3 
{
	width:97%;
	font-size: 12px;
	font-weight: bold;
	height: 26px;
	line-height: 26px;	
	background: url(right_h3.gif) no-repeat;
	margin:0 auto;
	border: none;
}
.column3 .item h3 span 
{
	display: inline-block;	
	color:#fff;
	background:none;
	padding-left:10px;
}

/*********首页整理**********
/****共同属性****/
.indexCon
{
	padding: 5px 8px 8px;
}
/****图文类------Exp:公司简介***/
.index_graphic
{
	word-wrap: break-word; /* IE */
}
.index_graphic dl
{
	width: 100%;
	clear: both;
	
}
.index_graphic dl dt
{
	float: left;
	width: 100px;
	height: 80px;
	border: 3px solid  #39AC30;
	margin-right:7px;
	
}
.index_graphic dl p{
text-indent:2em;
color:#000000;
}
/****图片展示------Exp:产品展示****/
.index_pic
{
	padding-right: 0px;
}
.index_pic ul li
{
	float: left;
	margin-right: 11px;
	_display:inline;
	width:92px;
	height:92px;	
}
.index_pic ul li div.img 
{
	display:block;
	width:90px;
	height:67px;
	overflow:hidden;
	border: 1px solid #39AC30;
}
.index_pic ul li img
{
	width:100%;
}
.index_pic ul li div.protxt
{
	width: 100%;
	text-align:center;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
/***文章列表------Exp:新闻列表****/

.index_list .tline
{
	width: auto;
	height: 90px;
	overflow:hidden;
	position:relative;
	padding-left:110px;
}
.index_list .tline .tpic
{
	width: 100px;
	height: 80px;
	border: 1px solid #e6e6e6;
	padding: 2px;
	float:left;
	position:absolute;
	left:0;
	top:0;
	overflow:hidden;
}

.index_list .tline h1 a
{
	font-size: 12px;
	display: block;
	line-height: 21px;
	letter-spacing: 1px;
	width:100%;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;			
}
.index_list .tline p
{
	line-height: 19px;
}
.index_list .ulist dl
{
	width: auto;
}
.index_list .ulist dl dd
{
	clear: both;
	height: 24px;
	line-height: 24px;
	border-bottom: 1px dotted #ccc;
	width: 100%;
}
.index_list .ulist dl dd span.title
{
	display:inline-block;
	width:45%;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;	
}
.index_list .ulist dl dd span.pubtime
{
	float:right;
	color:#666;
}
/*@留言*/
.index_comments dl dd
{
	text-indent: 2em;
	line-height: 21px;
	border-bottom: 1px dotted #ccc;
	margin-bottom:3px;
}

/*@会员登陆*/
.index_interact li
{
	height:28px;
	line-height:28px;
}
.index_interact small
{
	
	display:inline-block;
	padding-right:5px;
	text-align:right;
}
.index_interact .text
{
	width:62%;
}
.index_interact img
{
	vertical-align:middle;
}
.index_interact li.sub
{
	margin-top:5px;
}
.index_interact li.sub input
{
	margin-right:10px;
}


