﻿.main_kefu {top:60%; width: 61px; position:fixed; right:0; height: 240px; margin-top: -120px; z-index:9999; background-color: #fff;}

.main_kefu dl{ float: left; width: 100%; height: 59px; border-bottom: solid 1px #eee; border-left: solid 1px #eee; position: relative; z-index: 2;}

.main_kefu dl:first-child{ border-top: solid 1px #eee; }

.main_kefu dl dt{ width: 60px; height: 60px; cursor: pointer; position: relative; z-index: 5;}

.main_kefu dl dt a{ display: block; width: 60px; height: 60px;}

.main_kefu dl.icon1 dt{background:url(../images/kefu.png) no-repeat 6px;}

.main_kefu dl.icon2 dt{background:url(../images/weixin.png) no-repeat 6px;}

.main_kefu dl.icon3 dt{ background:#2468a8 url(../images/kefuicon.png) no-repeat; background-position: -120px -60px; }

.main_kefu dl.icon4 dt{background:url(../images/tel.png) no-repeat 6px;}

.main_kefu dl.icon5 dt{ background-position: -240px 0; }

.main_kefu dl.icon6 dt{background:url(../images/back.png) no-repeat 6px;}

.main_kefu dl:hover dt{ background:#2468a8 url(../images/kefuicon.png) no-repeat;}

.main_kefu dl.icon1:hover dt{background:#2468a8 url(../images/kefuh.png) no-repeat 6px;}

.main_kefu dl.icon2:hover dt{background:#2468a8 url(../images/weixinh.png) no-repeat 6px;}

.main_kefu dl.icon3:hover dt{ background-position: -10px -60px; }

.main_kefu dl.icon4:hover dt{background:#2468a8 url(../images/telh.png) no-repeat 6px;}

.main_kefu dl.icon5:hover dt{ background-position: -240px -60px; }

.main_kefu dl.icon6:hover dt{background:#2468a8 url(../images/backh.png) no-repeat 6px;}



.main_kefu dl.icon2 dd{ width: 150px; height: 150px; transition: all 0.5s ease; position: absolute; top: 0; right: -213px; z-index: 1;}

.main_kefu dl.icon2 dd img{ width: 150px; height: 150px; border: solid 1px #eee;}

.main_kefu dl.icon2:hover dd,.main_kefu dl.icon3:hover dd,.main_kefu dl.icon4:hover dd{ right: 61px;}

.main_kefu dl.icon3 dd{ width: 130px; border: solid 1px #eee; transition: all 0.5s ease; height: 245px;  position: absolute; top: 0; right: -193px; z-index: 1;}

.main_kefu dl.icon3 dd a{ float: left;display: block; width: 100%; height: 40px; text-align: center; line-height: 40px; border-top: solid 1px #eee; background-color: #fff;}

.main_kefu dl.icon3 dd a:hover{ background-color: #2468a8; color: #fff;}

.main_kefu dl.icon3 dd a:first-child{ border-top: 0;}

.main_kefu dl.icon4 dd{ /*height: 48px;*/ padding: 6px 15px; background-color:rgba(0, 0, 0, 0.8); position: absolute; top: 0; right: -261px; color: #fff; font-size: 14px; line-height: 24px; z-index: 1; width: 190px;transition: all 0.5s ease;}

/********.toolbar1*********/
.toolbar_wrap {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9999;
	width: 0;
	height: 100%;
}
.toolbar {
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 100%;
	z-index: 1000;
}
.toolbar .toolbar_tabs {
	position: absolute;
	top: 50%;
	left: -60px;
	width: 60px;
	margin-top: -57px;
}
.toolbar .toolbar_tab {
	position: relative;
	width: 65px;
	height: 66px;
	margin-bottom: 4px;
	cursor: pointer;
	background-color: #0362ab;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.toolbar .tab_person .tab_ico {
	background-position: 7px 8px;
}
.toolbar .tab_ico {
	width: 34px;
	height: 35px;
	margin-left: 1px;
	position: relative;
	z-index: 2;
	background-color: #0362ab;
	_display: block;
	display: inline-block;
	background-image: url(../images/toolbaricon.png);
	background-repeat: no-repeat;
}
.toolbar .tab_text {
	width: 130px;
	font-size: 14px;
	height: 67px;
	line-height: 67px;
	color: #fff;
	text-align: center;
	position: absolute;
	z-index: 1;
	left: 80px;
	top: 0;
	background-color: #006d9b;
	border-radius: 3px;
}
.toolbar_tab:hover, .toolbar_tab:hover .tab_ico, .toolbar_tab_hover, .toolbar_tab_hover .tab_ico {
	background-color: #30b7ef;
}
.toolbar .tab_kf em {
	width: 130px;
	height: 130px;
	text-align: left;
}
.toolbar .tab_kf em img {
	width: 110px;
	height: 110px;
	margin-top: 10px;
	margin-left: 10px;
}
.toolbar .toolbar_tabs a {
	display: inline-block;
	height: 60px;
}
/*.toolbar .tab_kf .tab_text{margin-top:-40rpx;}*/