#top{
	position:fixed;
	right:0;
	width:77px;
	height:60px;
	background: ;
	top:50%;
	margin-top:77px;
	cursor: pointer;
	font-size: 24px;
	text-align: center;
	color:#fff;
	z-index: 999;
	background: url(../img/top.png)  #03acfc no-repeat center;
}
#consult{
	height:140px;
	position: fixed;
	right:0;
	top:50%;
	margin-top:-70px;
	text-align: center;
	color:#fff;
	z-index: 999;
}
#consult .left{
	position:absolute;
	top:0;
	right:77px;
	line-height: 66px;
	width:0px;
	overflow: hidden;
}
#consult .right{
	float: right;
	position:absolute;
	top:0;
	right:0;
}
#consult .left .box1 .bottom{
	padding-top:22px;
	height:44px;
}
#consult .left .bottom p{
	height:22px;
	background: #03acfc;
	border-radius: 5px;
	width:150px;
	margin-left:14px;
	line-height: 22px;
	color:#fff;
	padding-left:22px;
	font-size: 14px;
}
#consult .left .top2{
	padding-left:18px;
	box-sizing: border-box;
	color:#333;
}
#consult .right .box1{
	background: #03acfc;
}
#consult .box1:hover{
	cursor: pointer;
}
#consult .right .top2,#consult .right .bottom{
	width:70px;
	height:26px;
	line-height: 26px;
}
#consult .right .top2{
	background: url(../img/sideicon.png) -84px -4px no-repeat;
	padding-top:39px;
}
#consult .right .bottom{
	background: url(../img/sideicon.png) -140px -4px no-repeat;
	padding-top:39px;
}
#consult .left .top2,#consult .left .bottom{
	height:66px;
	position:relative;
}
#consult .left i{
	display: block;
	width:22px;
	height:22px;
	position:absolute;
	top:22px;
}
#consult .left span{
	color:#03acfc;
	padding-left:5px;
}
#consult .left .top2 i{
	background: url(../img/sideicon.png) -4px -14px no-repeat;
	left:5px;
}
#consult .left .bottom i{
	background: url(../img/sideicon.png) -50px -16px no-repeat;
	left:32px;
}
#consult .top2{
	margin-bottom:8px;
	border:1px solid #03acfc;
	background: #fff;
	font-size: 14px;
	margin-right:5px;
}
#consult .bottom{
	border:1px solid #03acfc;
	background: #fff;
	font-size: 14px;
	margin-right:5px;
}
