@charset "utf-8";
#box_root {
	margin-right:auto;
	margin-left:auto
}
#box_main {
	margin-right:auto;
	margin-left:auto
}
#box_left {
	width:100%
}
.kf {
	background: url(../neiye/images/xx16.png) no-repeat;
	width: 88px;
	height: 200px;
	position: fixed;
	z-index: 999999;
	right: 17px;
	bottom: 178px;
	background-size: cover;
}
.kf ul {
	padding-top: 95px;
	margin-left: 14px;
}
.kf ul li {
	height: 33px;
	text-align: center;
	color: #fff;
	border-bottom: 1px dotted #fff;
	width: 55px;
	padding-top: 5px;
	line-height: 15px;
}
.kf ul li a span {
	display: none;
	font-size: 12px;
}
 @media (max-width:768px) {
 .kf {
 background: url(../neiye/images/xx16.png) no-repeat;
 width: 88px;
 height: 203px;
 position: fixed;
 z-index: 999999;
 right: 17px;
 bottom: 0;
 background-size: cover;
 display:none
}
 .kf ul {
 padding-top: 99px;
 margin-left: 25px;
}
 .kf ul li {
 height: 22px;
 text-align: center;
 color: #fff;
 border-bottom: none;
 width: 35px;
 padding-top: 14px;
 line-height: 26px;
 font-size: 14px;
}
 .kf ul li a span {
 display: none;
 font-size: 16px;
}
}
