/*成功案例全部项*/
.neirong{
	width:1200px;
	margin:0 auto;
	padding-bottom:100px;
}
.neirong .common{
	
}

.tabContainer .bar{
	text-align:center;
	margin:40px auto;
	overflow: hidden;
	*width:781px;

	
}
.tabContainer .bar li{
	display: inline-block;
	width:156px;
	height:53px;
	text-align: center;
	line-height: 46px;
	display:inline-block;
	*float:left;
	cursor: pointer;

}
.tabContainer .bar li:hover{
	color:#ff8420;
}
.tabContainer .bar li.active{
	background: url(../images/cur-bg.png) no-repeat 0 0;
	color:white;
}
.common .text div{
	overflow: hidden;
	margin-bottom:20px;
}
.common .text h1{
	font-size:22px;
	color:#555555;
	float:left;
}
.common .text h2{
	float:right;
	margin-top:4px;
}

.col-2 .text h1{
	font-size:18px;
}
.col-2 .text a:hover{
	text-decoration: underline;
	color:#ff8420;
}
.col-2{
	overflow: hidden;
}
.col-2 .box{
	width:259px;
	float:left;
	margin:0 20.5px;
	cursor: pointer;
	height:220px;
}

.col-2 .box img{
	width:100%;
	height:152px;
	border:1px solid #eee;
}
.col-2 .box h1{
	font-size:15px;
	font-weight:bold;
	padding:10px;
	padding-left:0;
	padding-bottom:0;
	
	color:#555555;
}
.col-2 .box h1:hover{
	color:#1288fd;
}
.col-2 .box p{
	font-size:13px;
	padding:10px 0;
}
.col-2 .box p:hover{
	color:#1288fd;
}
