/* 右侧漂浮导航*/
* {
  margin: 0;
  padding: 0;
  outline: 0;
}
.side-bar{
  top: 30%;
  right:0;
}
.side-bar-show{
  position: absolute;
  bottom: 5px;
  width: 100%;
  color: #fff;
  font-size: 12px;
  text-align:center;
}
.side-bar-urls{
  color: #fff;
  color: #fff;
  font-size: 12px;
}
.side-bar-hidden{
  position: absolute;
  right: 66px;
  width: 200px;
  height: 134px;
  background-color: #019eef;
  text-align: center;
  display: none;
  line-height: 65px;
  color: white;
  font-weight: bold;
  font-size: 23px;
  font-family: "Microsoft Yahei";
}
.side-bar-hiddens{
  position: absolute;
  right: 66px;
  width: 200px;
  height: 250px;
  top:-74px;
  background-color: #019eef;
  text-align: center;
  display: none;
  line-height: 40px;
  color: white;
  font-weight: bold;
  font-size: 23px;
  font-family: "Microsoft Yahei";
}
.side-bar-hidden a{
  font-size: 18px;
  border: 1px solid white;
  padding: 5px 8px;
  font-weight: lighter;
  text-decoration: none;
  color: white;
  border-radius: 5px;
}
.icon-phone-tips{
  font-size: 14px;
}
.side-bar-hidden a:hover{
  font-weight: bold;
  border: 2px solid white;
}
.right-icon {
  background-image: url(/images/gdt-img2.png);
  background-repeat: no-repeat;
}
/*右侧悬浮icon*/
.side-bar {
  width: 66px;
  position: fixed;
  bottom: 20px;
  right: 0;
  line-height: 0;
  z-index: 100;
}
.right-icon {
  width: 66px;
  height: 66px!important;
  display: inline-block;
  background-color:#68b0d8 ;
  margin-bottom: 10px;
  position:relative;
}
.right-icon:hover {
  background-color: #019eef;
}
.side-bar .icon-qq {
  background-position: 0 -62px;
}
.side-bar .icon-chat {
  background-position: 0 -130px;
  position: relative;
}
.side-bar .icon-chat:hover .chat-tips {
  display: block;
}
.side-bar .icon-phone {
  background-position: 0 -187px;
}
.side-bar .icon-totop {
  background-position: 0 -239px;
}
.chat-tips {
  padding: 20px;
  border: 1px solid #d1d2d6;
  position: absolute;
  right: 78px;
  top: -55px;
  background-color: #ffffff;
  display: none;
    width: 200px;
}
.chat-tips i {
  width: 9px;
  height: 16px;
  display: inline-block;
  position: absolute;
  right: -9px;
  top: 80px;
  background-position:-88px -350px;
}
.chat-tips img {
  width: 138px;
  height: 138px;
}

/*客服弹窗位置*/
#_DialogDiv_0{
  position: fixed ! important;
  top: 13% ! important; 
  z-index: 999;
}
/*获取微信的hover属性*/
.wechats{
display: none;width: 56%;margin: 0 auto;
}
.wechats img{
  width: 100%;
}
/*获取微信的hover属性*/
.wechats{
  position: absolute;z-index: 99;border:#ccc solid 1px;width:300px;display: none;
}
.wechats img{
  width: 100%;
}

.wechat:hover div{
 display: block;
}


/*客服弹窗位置*/
#_DialogDiv_0{
  position: fixed ! important;
  top: 13% ! important; 
  z-index: 999;
}
#_DialogDiv_0  table td {
    border:none!important ;
}#_DialogDiv_0  span {
    margin-left:10px;
}