.navbar-gw22{
	position: absolute!important;
	top: 0;
	/*margin-bottom: 30px;*/
	/*z-index: 1!important;*/
}

.service-bar {
  position: fixed;
  width: 50px;
  right: 10px;
  top: 50%;
  margin-top: -120px;
  z-index: 1;
}
.service-list li {
  margin-bottom: 2px;
  height: 50px;
  position: relative;
  cursor: pointer;
  background:  #fe8431 url(../images/icon_services.png) no-repeat center;
}
.service-list li.service-kefu{
  background:#d4d4d4 url(../images/kf.png) no-repeat center;
}
.service-list li.service-kefu:hover{
  background-color: #fe8431;
}

.service-list li .service-name {
  font-size: 15px;
  color: #fff;
  background: #F99831;
  line-height: 50px;
  text-align: center;
}
.service-list li .service-detail {
  position: absolute;
  border: 1px solid #eeeeee;
  background: #fff;
  top: 0;
  right: 120px;
}
.service-list li .service-name,
.service-list li .service-detail {
  visibility: hidden;
}
.service-list li:hover .service-name {
  visibility: visible;
}
.service-list li:hover .service-detail {
  visibility: visible;
  right: 50px;
  transition: all 0.5s;
}
/*.service-list .service-app {
  background-position: center 0;
}*/
.service-list .service-app .service-detail {
  width: 110px;
  padding: 10px 0;
  text-align: center;
}
.service-list .service-wechat {
  background-position: center 0px;
}
.service-list .service-wechat .service-detail {
  width: 110px;
  padding: 10px 0;
  text-align: center;
}
.service-list .service-qq {
  background-position: center -50px;
}
.service-list .service-qq .service-detail {
  width: 135px;
  padding: 10px;
}
.service-list .service-qq p {
  margin-bottom: 2px;
}
.service-list .service-qq a{
	-webkit-transition: none;
	-moz-transition: none;
	transition: none; 
}
.service-list .service-qq a:hover {
  color: #ff6600;
}
.service-list .service-qq .gray-border {
  border-top: 1px solid #eeeeee;
  margin-top: 8px;
  padding-top: 8px;
}
.service-list .service-phone {
  background-position: center -100px;
}
.service-list .service-phone .service-detail {
  width: 230px;
}
.service-list .service-phone .service-line {
  background: #F99831;
  width: 50px;
  height: 54px;
  float: left;
  font-size: 14px;
  color: #fff;
  padding: 8px;
  line-height: 1.4;
  text-align: center;
}
.service-list .service-phone p {
  font-size: 24px;
  padding: 10px 5px 10px 55px;
}
.service-list .back-top {
  background-position: center -150px;
}
.service-list .back-top .service-name {
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 13px;
  padding: 8px;
  line-height: 1.4;
}
.service-list .triangle-right {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #fff;
  position: absolute;
  top: 22px;
  right: -6px;
  z-index: 2;
}



/*客服功能***************************************/
.kf{
  width: 800px;
  margin:0 auto;
}
.kf *{
  box-sizing: border-box;
}
.kefu{
  width: 800px;
  height: 375px;
  background: #fff url(../images/kfp.png) no-repeat right bottom;
  background: rgba(255,255,255,0.9)  url(../images/kfp.png) no-repeat right bottom;
  filter: alpha(opacity=90);
  position: fixed;
  top:200px;
  right:-1000px;
  z-index: 9999999;
  border-radius: 10px;
  padding:45px;
  box-shadow:0px 0px 12px 0px #ccc;
}
.kf-close{
  position: absolute;
  top:0;
  right:10px;
  font-size: 30px;
  color: #999;
  cursor: pointer;
}
.kf-close:hover{
  color: #666;
}
.kefu>h3{
  color: #444;
  font-size: 20px;
}
.kf-li{
  height: 42px;
  line-height: 42px;
  background: url(../images/kfpic.png) no-repeat left;
  margin:10px 0;
  padding-left: 60px;
}
.kf-dh{
  margin-top: 20px;
  background-position: 0 0;
  font-size: 24px;
  color: #fe8431;
}
.kf-qq{
  margin-bottom: 20px;
}
.kf-wx{
  background-position: 0 -105px;
  position: relative;
}
.kf-wxhm{
  position: absolute;
  left:200px;
  top:-60px;
  display: none;
}
.kf-wx>.kf-a:hover + .kf-wxhm{
  display: block;
}
a.kf-a{
  display: inline-block;
  width: 130px;
  height: 36px;
  color: #fff;
  text-align: center;
  line-height: 36px;
  border-radius: 4px;
  font-size: 16px;

}
a.a-blue{
  background: #3770c7;
}
a.a-blue:hover{
  background: #5280c6;
}

a.a-orange{
  background: #fe8431;
}
a.a-orange:hover{
  background: #fe9b1d;
}
a.a-gray{
  background: #666;
  margin-left: 20px;
}
a.a-gray:hover{
  background: #888;
}
.kf-huidian{
  margin-top: 20px;
}
input.yourtel{
  width: 150px;
  height: 36px;
  line-height: 34px;
  font-size: 16px;
  border:1px solid #ccc;
  background: none;
  padding:0 10px;
  border-radius: 4px;
  margin:-4px 20px 0 0;
}
.hide{
  display: none;
}
.kf-sure{
  width: 360px;
  margin:0 auto;
}
.kf-sure *{
  box-sizing: border-box;
}
.kefu-sure{
  width: 360px;
  height: 200px;
  background: #f5f5f5;
  position: fixed;
  top:280px;
  z-index: 9999999;
  border-radius: 10px;
  padding:40px;
  box-shadow:0px 0px 6px 0px #bbb;
  text-align: center;
}
.kefu-sure>h5{
  font-size: 18px;
  color: #444;
}
.kefu-yournumber{
  font-size: 24px;
  font-weight: bold;
  color: #fe8431;
  margin:15px 0 20px 0;
}
.kefu-wrong{
  width: 360px;
  height: 200px;
  background: #f5f5f5;
  position: fixed;
  top:280px;
  z-index: 9999999;
  border-radius: 10px;
  padding:40px;
  box-shadow:0px 0px 6px 0px #bbb;
  text-align: center;
}
.wrong-text{
  font-size: 18px;
  margin: 20px 0;
}
.kefu-tip{
  width: 320px;
  color: #fff;
  background: #333;
  position:fixed;
  top:380px;
  margin-left: 80px;
  z-index: 9999999;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  border-radius: 30px;
  display: none;
  box-shadow:0px 0px 12px 0px #bbb;
}
input:focus{
	outline: none;
}
