 
/*右侧浮窗*/
.fixed-kefu-window{
	width: 72px;
    position: fixed;
    top: 50%;
    z-index: 999;
    right: 0;
}
.fixed-kefu-window .fixed-kefu-inner{
	position: relative;
	width: 100%;
	height: auto;
}
.fixed-kefu-window ul{
	position: absolute;
	z-index: 10;
	width: 100%;
	height: auto;
	border-right:none;
    overflow: hidden;
}
.fixed-kefu-window ul li:nth-child(1){
	border-top-left-radius: 5px;
}
.fixed-kefu-window ul li{
	width: 72px;
	height: 69px;
	text-align: center;
	border: 1px solid #ddd;
	border-bottom: none;
	cursor: pointer;
	color: #333;
	font-size: 14px;
	background: #fff;
	list-style: none;
}
.fixed-kefu-window ul li:last-child{
	border-bottom: 1px solid #ddd;
	border-bottom-left-radius: 5px;
}
.fixed-kefu-window ul li a{
	color: #333;
	text-decoration:none;
}
.fixed-kefu-window ul li:hover{
	background: #f00;
	color: #fff;
}
.fixed-kefu-window ul li:hover a{
	color: #fff;
}
.fixed-kefu-window ul li:hover span{
	color: #fff !important;
}
.fixed-kefu-window ul li span{
	font-size: 12px;
}
.fixed-kefu-window ul li i{
     width: 40px;
     height: 44px;
     display: block;
     margin-left: 16px;
}
.fixed-kefu-window ul li.back-top{
	padding-top: 12px;
	height: 53px;
}
.fixed-kefu-window ul li.phone{
	position: relative;
}
.fixed-kefu-window ul li.phone:hover{
	border-left: none;
}
.fixed-kefu-window .phone-zk-con{
	position: absolute;
	z-index: 1;
	width: 215px;
	height: 69px;
	line-height: 69px;
	top: 71px;
	right: 0;
	color: #fff;
	font-size: 14px;
	overflow: hidden;
	display:none;
}
.fixed-kefu-window .phone-zk{
	position: relative;
	z-index: 1;
	width: 143px;
	height: 69px;
	line-height: 69px;
	background: #f00;
	right: -145px;
	color: #fff;
	font-size: 14px;
}
.fixed-kefu-window .phone-zk b{
	float: left;
	font-weight: normal;
}
.fixed-kefu-window .phone-zk em{
	width: 40px;
    height: 38px;
    display: block;
    background: url(./phone-02.png) no-repeat center;
    margin-top: 16px;
    float: left;
}
.fixed-kefu-window ul li.kefu i{
     background: url(./sqzx.png) no-repeat center;
}
.fixed-kefu-window ul li.shfw i{
	background: url(./shfw.png) no-repeat center;
}
.fixed-kefu-window ul li.phone i{
     background: url(./phone-01.png) no-repeat center;
}
.fixed-kefu-window ul li.liuyan i{
     background: url(./liuyan-01.png) no-repeat center;
}
.fixed-kefu-window ul li.back-top i{
     background: url(./back-top-01.png) no-repeat center;
}
.fixed-kefu-window ul li.yijian i{
	background: url(./yijian.png) no-repeat center;
}
.fixed-kefu-window ul li.shouchang i{
	background: url(./like-1.png) no-repeat center;
}
.fixed-kefu-window ul li.download i{
	background: url(./download-1.png) no-repeat center;
}
.fixed-kefu-window ul li.email i{
	background: url(./email-1.png) no-repeat center;
}
.fixed-kefu-window ul li.kefu:hover i{
     background: url(./sqzx-white.png) no-repeat center;
}
 
.fixed-kefu-window ul li.phone:hover i{
     background: url(./phone-02.png) no-repeat center;
}
.fixed-kefu-window ul li.liuyan:hover i{
     background: url(./liuyan-02.png) no-repeat center;
}
.fixed-kefu-window ul li.back-top:hover i{
     background: url(./back-top-02.png) no-repeat center;
}
.fixed-kefu-window ul li.yijian:hover i{
	background: url(./yijian-white.png) no-repeat center;
}
.fixed-kefu-window ul li.shouchang:hover i{
	background: url(./like.png) no-repeat center;
}
.fixed-kefu-window ul li.download:hover i{
	background: url(./download.png) no-repeat center;
}
.fixed-kefu-window ul li.email:hover i{
	background: url(./email.png) no-repeat center;
}
.fixed-kefu-window .liuyan-pane{
	position: absolute;
	width: 239px;
	height: 167px;
	border: 1px solid #ddd;
	right: 74px;
	top: 140px;
	font-size: 14px;
	color: #333;
	display: none;
	background:#fff;
}
.fixed-kefu-window .liuyan-pane .tw-phone{
	margin-top: 14px;
}
.fixed-kefu-window .liuyan-pane .tw-phone input{
	width: 142px;
	height: 23px;
	border:1px solid #ddd;
	outline: none;
	padding-left: 5px;
	font-size: 12px;
}
.fixed-kefu-window .liuyan-pane span{
	width: 70px;
	height: 23px;
	text-align: right;
	display: inline-block;
	float: left;
	margin-right: 5px;
	font-size: 12px;
}
.fixed-kefu-window .liuyan-pane .tw-des{
	margin-top: 15px;
}
.fixed-kefu-window .liuyan-pane .tw-des textarea{
	width: 142px;
	height: 70px;
	border:1px solid #ddd;
	outline: none;
	resize: none;
	padding-left: 5px;
	font-size: 12px;
    padding-top: 3px;
    font-family: "Microsoft Yahei";
}
.fixed-kefu-window .liuyan-pane .btn{
	width: 64px;
	height: 28px;
	background: #f00;
	line-height: 28px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	margin-left:75px;
	margin-top:5px;
}
  
  .rightfc { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    outline: 0; 
    font-weight: normal; 
    font-style: normal; 	
    font-family: "Microsoft YaHei"; 
    font-size: 12px;	
    color: #333;
    vertical-align: baseline; 
}
 
 
/*浮动相关*/
.fl{float:left;}
.fr{float:right;}

.clear{clear:both;visibility:hidden; display: block; font-size:0; line-height:0;}
.clearfix:after {visibility:hidden; display:block; font-size:0; content: " "; clear:both; height:0;}
.clearfix{*zoom:1;} 

