/* 视频背景 */
.videoBg{
	background: url(/Public/kindeditor/images/line.jpg) repeat-x;
}
/* 侧栏工具 */
.sideTool{
	position: fixed;
	right: 4px;
	bottom: 80px;
	width: 50px;
	z-index: 9999;
	height: auto;
}
.sideTool-item{
	width: 50px;
	height: 50px;
	margin-top: 15px;
	background: url(/Public/kindeditor/images/common.png) no-repeat;
	position: relative;
}
.sideTool-item a{
	display: block;
	width: 100%;
	height: 100%;
}
.sideTool-item1{
	background-position: -4px -202px;
}
.sideTool-item1:hover{
	background-position: -68px -202px;
}
.sideTool-item2{
	background-position: -576px -297px;
}
.sideTool-item2 a{
	line-height: 16px;
	text-align: center;
	padding: 9px;
	width: auto;
	color: #acb2b8;
}
.sideTool-item2:hover{
	background-position: -633px -297px;
}
.sideTool-item2:hover a{
	color:#fff;
}
.sideTool-item3{
	background-position: -3px -319px
}

.sideTool-item3:hover{
	background-position: -56px -319px;
}
.sideTool-codeList{
	position: absolute;
	right: 120%;
	width: auto;
	height: auto;
	margin-top: -160px;
	border: solid #ccc 1px;
	overflow: hidden;
	background: #fff;
	display: none;
}
.sideTool-codeList-item{
	width: 160px;
	height: 160px;
	text-align: center;
}
.sideTool-item1:hover .sideTool-codeList{
	display: block;
}
.sideTool-codeList-img{
	display: block;
	margin: 5px auto;
	height: 134px;
	width: 134px;
	
}
.sideTool-codeList-item2 .sideTool-codeList-img{
	background-position: -574px -152px;
}
.sideTool-codeList-text{
	line-height: 10px;
}
/* 面包屑导航 */
.crumbsNavList{
	overflow: hidden;
	line-height: 20px;
	margin-bottom: 20px;
	margin-top: 15px
}
.crumbsNavList-item{
	position: relative;
	font-size: 18px;
	margin-right: 20px;
	float: left;
	color: #a7b6c1;
}
.topline{
	width: 100%;
	height: 1px; 
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
}
.crumbsNavList-item a{

	color: #a7b6c1;
}
.crumbsNavList-item:after{
	position: absolute;
	content: '>';
	right: -20;
	top: 0;
	line-height: 20px;
	width: 20px;
	text-align: center;
}
.crumbsNavList-item a:hover{
	color: #ff6600;
}
.crumbsNavList-item:last-child:after{
	display: none;
}
.crumbsNavList-item:last-child a{
	color: #333;
}
/* 侧栏工具2 */
.sideTool2{
	position: fixed;
	bottom: 160px;
	left: 50px;
}
.sideTool2-item{
	width: 50px;
	height: 50px;
	margin-top: 10px;
	background: url(/Public/kindeditor/images/common.png) no-repeat;
	background-color: #e2e8eb;
	background-position: -380px -426px;
} 
.sideTool2-item:hover{
	background-position: -380px -486px;
}
.sideTool2-item a{
	display: block;
	width: 50px;
	height: 50px;
}

/* 幻灯片 */
.wc-banner{
	width: 820px;
    height: 380px;
    position: relative;
    overflow: hidden;
}
.wc-img{position: absolute;top: 0;left: 0}
.wc-img li{float: left;}
.wc-img li a{
  	display: block;
	width: 820px;
    height: 380px;
}
.wc-img li img{
  	display: block;
	width: 820px;
    height: 380px;
}
.wc-num{position: absolute;bottom: 10px;width: 100%;text-align: center;font-size: 0;}
.wc-num li{width: 10px;height: 10px;background:rgba(0,0,0,0.5);display: block;border-radius: 100%;display: inline-block;margin: 0 5px;cursor: pointer;}
.wc-btn{display: none;}
.wc-btn span{display: block;width: 50px;height: 100px;background: rgba(0,0,0,0.6);color: #fff;font-size: 40px;line-height: 100px;text-align: center;cursor:pointer;}
.wc-prev,
.wc-next{
  -moz-user-select:none;/*火狐*/
  -webkit-user-select:none;/*webkit浏览器*/
  -ms-user-select:none;/*IE10*/
  -khtml-user-select:none;/*早期浏览器*/
  user-select:none;
}
.wc-btn .wc-prev{position: absolute;left: 0;top: 50%;margin-top: -50px;}
.wc-btn .wc-next{position: absolute;right: 0;top: 50%;margin-top: -50px;}
.wc-num .wc-active{background-color: #fff;}

