/*底部*/
#footer{
	background: #2a2c37;
	color:#f7f6f6;
	padding-bottom: 40px;
}
#footer .work-box{
	margin-right:30px;
}
#footer .work-box .footer-logo{
	width:212px;
	height: 64px;
	margin:27px 0 35px 0;
}
#footer .work-box li{
	font-size: 13px;
	line-height: 26px;
	letter-spacing: 1px;
}
#footer dl{
	margin:57px 39px;
}
#footer dl dt{
	font-size: 16px;
	margin-bottom: 10px;
}
#footer dl dd a{
	color:#f7f6f6;
}
#footer dl dd{
	line-height: 26px;
	padding-left: 35px;
}
#footer dl dt span{
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 28px;
	background: url(/web/img/icon/icon.png) no-repeat 0px -37px;
	margin-right: 5px;
}
#footer dl dt .icon-lead{
	background-position:-30px -36px ;
}
#footer dl dt .icon-service{
	background-position:0px -64px ;
}
#footer dl dt .icon-answer{
	background-position:-30px -64px ;
}
#footer  .scode-box{
	margin-top:57px;
}
#footer  .scode-box li{
	float: left;
	margin-left: 30px;
}
#footer  .scode-box li img{
	height: auto;
}
#footer .beian{
	text-align: center;
	font-size: 14px;
	letter-spacing: 1px;
}
/*客服*/
.kefu{
	width:60px;
	height:240px;
	position: fixed;
	right:0;
	top:40%;
	background: rgba(0,0,0,0.8);
	z-index: 999;
}
.kefu ul{
	width:60px;
}
.kefu li{
	margin:0 auto;
	width:50px;
	height:60px;
	background: url(/web/img/icon/1.png) no-repeat 3px 4px;
	position: relative;
	border-bottom:1px solid #a0a0a0;
	background-size: 94%;
}
.kefu li:last-child{
	border:0;
}
.kefu li .active{
	width:190px;
	height:60px;
	line-height: 60px;
	position: absolute;
	left:0;
	top:0;
	/*transform: translateX(100%);*/
	/*-webkit-transform: translateX(100%);*/
	/*-moz-transform: translateX(100%);*/
	/*-o-transform: translateX(100%);*/
	/*-ms-transform: translateX(100%);*/
	transition: all 0.3s ease-in 0s;
	-webkit-transition: all 0.3s ease-in 0s;
	-moz-transition: all 0.3s ease-in 0s;
	-o-transition: all 0.3s ease-in 0s;
	-ms-transition: all 0.3s ease-in 0s;
	background:#ff0000 ;
	color:#fff;
	font-size: 20px;
	transform: translateX(-130px);
	-webkit-transform: translateX(-130px);
	-moz-transform: translateX(-130px);
	-o-transform: translateX(-130px);
	-ms-transform: translateX(-130px);
	

}
/*.kefu li:hover .active{*/
	/*transform: translateX(-130px);*/
	/*-webkit-transform: translateX(-130px);*/
	/*-moz-transform: translateX(-130px);*/
	/*-o-transform: translateX(-130px);*/
	/*-ms-transform: translateX(-130px);*/
/*}*/
.kefu li .active a{
	color:#fff;
	font-size: 20px;
}
.kefu li .active span{
	display: inline-block;
	vertical-align: top;
}
.kefu li .active .icon{
	display: inline-block;
	width:50px;
	height:60px;
	background: url(/web/img/icon/1.png) no-repeat 3px 4px;
	background-size: 94%;
}
.kefu .phone,.kefu .phone .active .icon{
	background-position: 3px -52px;
}
.kefu .qq,.kefu .qq .active .icon{
	background-position: 3px -109px;
}
.kefu .scode,.kefu .scode .active .icon{
	background-position: 3px -176px;
}
.kefu li .sao{
	width:90px;
	height:90px;
	position: absolute;
	left:0;
	top:0;
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-o-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transition: all 0.3s ease-in 0s;
	-webkit-transition: all 0.3s ease-in 0s;
	-moz-transition: all 0.3s ease-in 0s;
	-o-transition: all 0.3s ease-in 0s;
	-ms-transition: all 0.3s ease-in 0s;
	background:#ff0000 ;
}
.kefu .scode:hover .sao{
	transform: translateX(-94px);
	-webkit-transform: translateX(-94px);
	-moz-transform: translateX(-94px);
	-o-transform: translateX(-94px);
	-ms-transform: translateX(-94px);
}
#KFLOGO,#iconDivMain1{
display:none;
height:0;
}