
/*底部样式*/.footer1{

  background: #fff;
  padding: 60px 0 30px 0;
}
.footer1_top{
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
}
.footernav{
  float: left;
  width: 55%;
}
.footnav>li{
  float: left;
  width: 33.33%;
}
.footnav>li>a{
  font-size: 16px;
  color: #222;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}
.footnav li .sub-menu li a{
  line-height: 24px;
  color: #666;
}
.footer1_contact{
  float: right;
  width: 45%;
}
.contacttit{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.footer1_contact_con{
  color: #666;
  line-height: 24px;
}
/*固定的悬浮窗*/.yb_conct {
  position: fixed;
  z-index: 9999999;
  top: 200px;
  right: -127px;
  cursor: pointer;
  transition: all .3s ease;
}
.yb_bar ul li {
  width: 180px;
  height: 53px;
  font: 16px/53px 'Microsoft YaHei';
  color: #fff;
  text-indent: 54px;
  margin-bottom: 3px;
  border-radius: 3px;
  transition: all .5s ease;
  overflow: hidden;
}
.yb_bar .yb_top {
  background:url(../images/fixCont.png) no-repeat 0 0;
}
.yb_bar .yb_phone {
  background:url(../images/fixCont.png) no-repeat 0 -57px;
}
.yb_bar .yb_QQ {
  text-indent: 0;
  background:url(../images/fixCont.png) no-repeat 0 -113px;
}
.yb_bar .yb_ercode {

  background:url(../images/fixCont.png) no-repeat 0 -169px;
}
.hd_qr {
  display: block;
  margin:0 auto;
}
.yb_QQ a {
  display: block;
  text-indent: 54px;
  width: 100%;
  height: 100%;
  color: #fff;
}
.yb_QQ a:hover{
  color: #fff;
}

