﻿#pages
{
	clear: both;
}
.columns .column1
{
	float: left;
	margin-right:0.4%;
}
.columns .column2
{
	float: left;
}
.columns .column3
{
	float: right;
	width:25%;
}
.item
{
	margin-bottom:18px;
	width: auto;
	background:url(bj1.gif)  -9px repeat-y #f0f5de;	
}
/*
.item h3
{
	font-size: 12px;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	background:url(bg_items_l.gif) left top no-repeat;		
}
.item h3 span
{
	padding-left: 8px;
	display: block;
	background:url(bg_item_line.jpg) bottom center no-repeat;
}
*/

/*********首页整理**********
/****共同属性****/
.indexCon
{
	padding: 8px 10px 30px 20px;
	background:url(bj2.gif) left bottom no-repeat;
}
/****图文类------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 #cacaca;
	margin-right:7px;
}

/****图片展示------Exp:产品展示****/
.index_pic
{
	padding-right: 0;
}
.index_pic ul li
{
	float: left;
	margin-right: 11px;
	_display:inline;
	width:100px;
	height:100px;	
}
.index_pic ul li div.img 
{
	display:block;
	width:100px;
	height:75px;
	overflow:hidden;
}
.index_pic ul li img
{
	width:100%;
}
.index_pic ul li div.protxt
{
	width: 100%;
	margin-bottom: 5px;
	text-align:center;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
/***文章列表------Exp:新闻列表****/

.index_list .tline
{
	width: auto;
	height: 60px;
	display: block;
}
.index_list .tline dl dt
{
	height: 56px;
	float: left;
	margin-right: 5px;
	zoom:1;
}
.index_list .tline dl dd 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 dl dd span
{
	line-height: 19px;
	text-indent: 2em;
}
.index_list .ulist dl
{
	width: auto;
}
.index_list .ulist dl dd
{
	clear: both;
	height: 24px;
	line-height: 24px;
	border-bottom: 1px dotted #cacaca;
	width: 100%;
}
.index_list .ulist dl dd span.title
{
	display:inline-block;
	width:50%;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;	
}
.index_list .ulist dl dd span.pubtime
{
	float:right;
	color:#666666;
}
/*@留言*/
.index_comments dl dd
{
	text-indent: 2em;
	line-height: 21px;
	border-bottom: 1px dotted #cacaca;
	margin-bottom:3px;
}

/*@会员登陆*/
.index_interact li
{
	height:28px;
	line-height:28px;
}
.index_interact small
{
	width:28%;
	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;
}
/**/
.index_slide{
	padding-left:17px;
	padding-bottom:20px;
	background:url(bj2.gif) left bottom no-repeat;
}

