@charset "utf-8";
body {
-moz-user-select: none;  
-webkit-user-select: none;  
-ms-user-select: none;
user-select: none;
}
.leftkf {
	position:fixed;
	left:0;
	top:80px;
	z-index:9999;
	width: 120px;
	min-height: 300px;
	background-color: #fff;
}
.list-title {
	background-image: url(../images/telbg.gif);background-position: right;background-repeat: no-repeat;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	color: #FFFFFF;
	font-family: "微软雅黑", "黑体";
	margin-bottom: 10px;
}
.leftkf li {
	line-height: 26px;
	margin-right: 10px;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D6D3CC;
	padding-bottom:5px;
	padding-top:5px;
}
.leftkf li:last-child {
 border:none;
}
.leftkf img {
	width:100px;
	height:100px;
}
.tyyj-gy{
	background-color: #FFFFFF;
-moz-box-shadow: 0px 1px 3px #DEDEDE;
    -webkit-box-shadow: 0px 1px 3px #DEDEDE;
	box-shadow: 0px 1px 3px #DEDEDE;
-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #FFFFFF;

}


.bottomBarbg {
	position:fixed;
	left:-100%;
	bottom:0;
	z-index:888;
	width:100%;
	height:80px;
	background:rgba(6,20,124,0.95);
}
.bottomBarbgo {
	position:fixed;
	bottom:100px;
	left:-100%;
	z-index:888;
	width:57px;
}
.left0 {
	left:-100%;
}

