
/*public*/
.clearfix{
	clear: both;
}

.box-hidden{
	display: none;
}

.bottom-line{
	border-bottom: 1px dashed #999999;
}

/*company*/


.company-introitem{
	width: 25%;
	float: left;
	background: url(index-compcurbg11.png) no-repeat center bottom;
	text-align: center;
	height:40px;line-height: 32px; color:#fff; font-size:14px;
}
.index-compcur{
	display: block;
	background: url(index-compcurbg.png) no-repeat center bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover; 
	background-size: cover;
	height:40px;
}

/*news*/
.news-wrap{
	width: 100%;
	margin: 0 auto;
	margin-bottom: 12px;
	background: url(index-compcurbg12.png) repeat-x;
}
.new-tit{
	width: 33.3%;
	float: left;
	background: url(index-compcurbg11.png) no-repeat center bottom;
	text-align: center;
	height:40px;line-height: 31px; color:#fff; font-size:14px; display:block
}
.index-newscur{
	display: block;
	background: url(index-compcurbg.png) no-repeat center bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover; 
	background-size: cover;
	
}