.main{
	padding-bottom: 30px;
	background: #fff;
}
.main-left,.main-right{
	width: 100%;
	height: auto;
}
.main-title h2{
	font-size: 16px;
}
.main-title h2,.main-title p{
	width: 100%;
	height: 70px;
	line-height: 70px;
	font-weight: bold;
	border-bottom: 1px solid #e0e0e0;
}
.main-left p{
	line-height: 2;
	color: #333;
	padding: 10px 0;
}
.main-left ul li{
	padding: 5px 0;
	list-style: disc inside;
}

/*行业案例*/
.case{
	padding: 15px 0;
}
.case h4{
	font-weight: bold;
	padding: 15px 0;
}
.carousel{
	width: 100%;
	min-height: 170px;
	max-height: 294px;
	overflow: hidden;
	padding-bottom: 30px;
}
.carousel-indicators{
	bottom: 0;
}
.item img{
	margin: 15px 0;
}
.carousel-indicators li{
	border: none;
	background-color: #d8d8d8;
}
.carousel-indicators .active{
	width: 10px;
	height: 10px;
	margin: 1px;
	background-color: #969696;
}



.details-bottom{
	width: 100%;
	height: auto;
	padding: 30px 0;
	border-top: 1px solid #e0e0e0;
	margin-top: 30px;
}
.bottom-left,.bottom-center,.bottom-right{
	width: 100%;
	height: 25px;
	line-height: 25px;
}
.bottom-center{
	text-align: center;
}
.bottom-right{
	text-align: right;
}
.details-bottom a{
	color: #333;
	text-decoration: none;
}
.bottom-left a .glyphicon{
	font-size: 10px;
	margin-right: 5px;
}
.bottom-right a .glyphicon{
	font-size: 10px;
	margin-left: 5px;
}
.details-bottom a:hover,.details-bottom a:focus{
	color: #00a9de;
}
.details-bottom a:hover .details-text,.details-bottom a:focus .details-text{
	border-bottom: 1px solid #00a9de;
}

/*右侧*/
.main-right-main{
	width: 100%;
	height: auto;
	padding: 15px 0;
}
.main-right-main ul li{
	display: block;
	width: 100%;
	height: auto;
	padding: 10px 0;
}
.main-right-main ul li a{
	text-decoration: none;
	color: #555;
	font-weight: bold;
}
.main-right-main ul li a:hover,.main-right-main ul li a:focus{
	color: #00a9de;
}
.main-right-main ul li a span{
	font-size: 10px;
	margin-right: 10px;
	font-weight: bolder;
}


.news-details-img,.news-details-img img{
	width: 100%;
}
.news-details-text{
	padding: 10px;
	width: 100%;
	height: 60px;
}
.news-details-text a{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
    display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 2;

}