  
@media screen and (max-width: 768px){
  #zixun #consult_tool{
    display:none;
  }
}
/* 左侧咨询栏 */
#consult_tool {
  position: fixed;
  left: 0px;
  top: 275px;
  z-index: 2010;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  /* Firefox 4 */
  -webkit-transition: all .2s ease-in-out;
  /* Safari 和 Chrome */
  -o-transition: all .2s ease-in-out;
  /* Opera */
  -ms-transform-origin: left bottom;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
#consult_tool .toolbarbox {
  width: 138px;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  color: #ffffff;
  text-align: center;
  position: relative;
}
#consult_tool .toolbarbox .close {
  cursor: pointer;
  position: absolute;
  width: 26px;
  height: 26px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  right: -13px;
  top: -13px;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-box-pack: center;
  -webkit--moz-box-pack: center;
  box-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-align-items: center;
  box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
}
#consult_tool .toolbarbox .close img {
  width: 12px;
  height: 12px;
}
#consult_tool .toolbarbox .chat {
  padding: 12px 0 15px;
  border-bottom: 1px solid whitesmoke;
  position: relative;
}
#consult_tool .toolbarbox .chat img {
  width: 110px;
  height: 110px;
}
#consult_tool .toolbarbox .chat p {
  color: #666666;
  font-size: 12px;
  margin-top: 12px;
}
#consult_tool .toolbarbox .parting {
  width: 100%;
  height: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-box-pack: center;
  -webkit--moz-box-pack: center;
  box-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-align-items: center;
  box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
}
#consult_tool .toolbarbox .mobile {
  /*margin-bottom: 20px;*/
}
#consult_tool .toolbarbox .mobile.firmobile {
  padding-top: 20px;
  /*margin-bottom: 25px;*/
}
#consult_tool .toolbarbox .mobile .zixun {
  color: #666666;
}
#consult_tool .toolbarbox .mobile .zixun img {
  width: 11px;
  height: 11px;
}
#consult_tool .toolbarbox .mobile .zixun span {
  margin-left: 8px;
  font-size: 12px;
}
#consult_tool .toolbarbox .mobile .tel {
  color: #20A586;
  font-size: 12px;
  margin-top: 10px;
}
#consult_tool .toolbarbox .mobile .qq {
  display: block;
  margin-top: 15px;
}
#consult_tool .toolbarbox .mobile .qq .qqbox {
  width: 90px;
  height: 26px;
  margin: 0 auto;
  font-size: 12px;
  border-radius: 13px;
  background-color: #20A586;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-box-pack: center;
  -webkit--moz-box-pack: center;
  box-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-align-items: center;
  box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
}
#consult_tool .toolbarbox .mobile .qq .qqbox img {
  margin-right: 6px;
}
#consult_tool .toolbarbox .apply {
  padding-bottom: 20px;
  border-bottom: 1px solid whitesmoke;
  cursor: pointer;
  display: inline-block;
  display: block;
  margin-top: 20px;
}
#consult_tool .toolbarbox .apply .p1 {
  color: #fff;
  width: 90px;
  height: 26px;
  background: #20A586;
  margin: 0 auto;
  border-radius: 13px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-box-pack: center;
  -webkit--moz-box-pack: center;
  box-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-align-items: center;
  box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
}
#consult_tool .toolbarbox .apply .p1 img {
  width: 12px;
  height: 12px;
}
#consult_tool .toolbarbox .apply .p1 span {
  margin-left: 8px;
  font-size: 12px;
}
#consult_tool .toolbarbox .go {
  position: relative;
  cursor: pointer;
  padding: 20px 0;
}
#consult_tool .toolbarbox .go .txt {
  font-size: 12px;
  color: #666;
  margin-top: 10px;
}
.btnico_jt {
    width: 20px;
    height: 60px;
    position: fixed;
    z-index: 2010;
    left: 0px;
    top: 50%;
    overflow: hidden;
    border-radius: 0px 5px 5px 0px;
    cursor: pointer;
    display: none;
}
  .btnico_jt .ico_jt {
    width: 13px;
    height: 19px;
    margin: 20px 5px;
    background: url(/image/btnico.png);
    background-position: 0px 0px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 15;
}
 .btnico_jt .btnico_jt_bj {
    background-color: #ff6800;
    width: 20px;
    height: 60px;
    float: left;
    position: absolute;
    left: 0px;
    top: 0px;
}