/*   
 * 描述: 基于Bootstrap的样式组件
 * 作者: 林舒涛
*/
/**	-----------------------------------------	<1> 组件		-----------------------------------------
	**/
/**	-----------------------------------------	<1-> 文本区域效果 1	
	**/
.ce-text-2-1:hover {
	background: #fcfcfc;
	box-shadow: 0 0 5px #ddd;
	-webkit-transition: box-shadow 0.2s ease-in-out;
	-moz-transition: box-shadow 0.2s ease-in-out;
	-o-transition: box-shadow 0.2s ease-in-out;
	transition: box-shadow 0.2s ease-in-out;
}
.ce-text-2-1 {
	overflow: hidden;
	margin-bottom: 10px;
	padding: 15px 15px 10px;
}
.ce-text-2-1:hover span {
	color: #656565;
}
.ce-text-2-1 .service-icon {
	float: left;
	padding: 10px;
	color: #3FB9FF;
	font-size: 24px;
	text-align: center;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.ce-text-2-1 .desc {
	padding: 0 22px;
	overflow: hidden;
}
.ce-text-2-1 .desc h4 {
	font-size: 22px;
	line-height: 25px;
	color: #555;
	margin-top: 5px;
	text-shadow: none;
	font-weight: normal;
}

/**	-----------------------------------------	<1-> 表格效果 1	
	**/
.ce-table-2-1 {
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	margin-top: 15px;
	font-size: 12px;
	text-align: center;
}
.ce-table-2-1 tr td {
	border-right: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	line-height: 30px;  
}
.ce-table-2-1 tr:FIRST-CHILD {
	background-color: #F5F5F5;
	font-weight: bold;
}

/**	-----------------------------------------	<1-> bootstrap三角形样式修改	
	**/
.be-caret {
	border-top: 7px solid;
  	border-right: 7px solid transparent;
  	border-left: 7px solid transparent;
	color: #8BBAFF;
}

/**	-----------------------------------------	<1-> 页面固定 1	
	**/
.ce-fixed,.ce-fixed-bg {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1001;
	width: 60px;
	height: 100%;
}
.ce-fixed-bg {
	background-color: #232532;
	filter: alpha(opacity = 70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
.ce-fixed .ce-fixed-panel {
	position: absolute;
	top: 80px;
	width: 60px;
	height: 100%;
	z-index: 1002;
	text-align: center;
}
.ce-fixed .ce-fixed-panel > div {
	margin-bottom: 20px;
	padding: 0 10px;
	color: #CCC;
	font-size: 12px;
	line-height: 20px;
	cursor: pointer;
}
.ce-fixed .ce-fixed-panel > div:hover {
	color: #56CEDD;
}
.ce-fixed .ce-fixed-panel > div.ce-fixed-panel-last {
	bottom: 150px;
	position: absolute;
	width: 100%;
}
/**面板中按钮效果**/
.ce-fixed-hidden-2,
.ce-fixed-hidden-3 {
	position: absolute;
	background: #232532;
	padding: 10px;
	margin-right: 5px;
	display: none;
}
.ce-fixed-hidden-2 {
	right: 70px;
	top: 70px;
	color: #ccc;
	font-size: 18px;
	width: 150px;
}
.ce-fixed-hidden-2 small {
	color: #56CEDD;
}
.ce-fixed-hidden-3 {
	right: 70px;
	width: 120px;
	top: 135px;
}
.ce-fixed-hidden-2:after,.ce-fixed-hidden-3:after  {
	top: 18px;
	right: -10px;
	content: "";
	position: absolute;
	border-bottom: 10px solid transparent;
	border-top: 10px solid transparent;
	border-left: 10px solid #2f2f2f;
}

/**	-----------------------------------------	<1-> 进度条 1	
	**/
.ce-progress {
	padding: 20px 0;
	line-height: 30px;
}
.ce-progress > div.progress {
	border: 1px solid #B6B6B6;
	height: 30px;
	margin-bottom: 0;
	padding: 0;
}
.ce-progress .ce-progress-label {
	margin-top: -30px;
	color: #fff;
}
.ce-progress .ce-progress-label i {
	display: inline-block;
	width: 20px;
}