@charset "UTF-8";


/* 侧栏飘动 */
#online_qq_layer {
  z-index: 22000;
  position: fixed;
  right: 0px;
  top: 0;
  margin: 113px 0 0 0;
}
#online_qq_tab {
  width: 45px;
  float: left;
  margin: 95px 0 0 0;
  position: relative;
  background: url("../images/qMenu.jpg") no-repeat center;
}
#online_qq_tab a {
  display: block;
  height: 120px;
  line-height: 999em;
  overflow: hidden;
}
#online_floating {
  display: block;
  float: left;
  width: 70px;
  height:200px;
  background: #006CA9;
  padding-top: 15px;
  padding-bottom: 15px;
}
#onlineService {
  display: block;
  float: left;
  width: 140px;
  
  background: #006CA9;
  padding-top: 15px;
  padding-bottom: 15px;
}
.onlineMenu {
  width: 70px;
  height: auto;
  background: none;
  margin: 0 auto;
}
.onlineMenu h3 {
  font-size: 14px;
  color: #fff;

  width: 70px;
  margin: 0 auto;
 border-bottom: none;
  height: 39px;
  line-height: 30px;
  text-align: center;
}
.onlineMenu li {
  height: 30px;
  text-align: center;
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  padding-top: 15px;
}
.onlineMenu li a {
  display: block;
  height: 30px;
  line-height: 30px;
}
.onlineMenu li a img {
  display: block;
  margin: 0 auto;
}
.onlineMenu li.weixin {
  background: url("../images/QQFloat_01_wx.png") no-repeat center;
  position: relative;
}
.onlineMenu li.tel_phone {
  background: url("../images/QQFloat_01_tel.png") no-repeat center;
  position: relative;
}
.onlineMenu li.tel_phone span{
  display: none;
  background:#FF9933;
  width: 200px;
  height: 50px;
line-height: 50px;
  position: absolute;
  right: 80px;
  top: 0px;
  color:#333;
}
.onlineMenu li.tel_phone:hover span {
  display: block;
}
.onlineMenu li.up_floating a{
	display:block;
	background: #006CA9 url(../images/QQFloat_01_top.png) no-repeat center;
	
}
.onlineMenu li.weixin img {
  display: none;
  width: 100px;
  height: 100px;
  position: absolute;
  right: 80px;
  top: -20px;
}
.onlineMenu li.weixin:hover img {
  display: block;
}
.onlineMenu .qTel {
  width: 110px;
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 0 auto;
}
.onlineMenu .qTel span {
  display: block;
  width: 110px;
  height: 20px;
 
  margin: 0 auto;
  padding-bottom: 20px;
}
.onlineMenu .qTel p {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  height: 30px;
  line-height: 30px;
}
