@charset "UTF-8";
/* 左侧咨询栏 */
#consult_tool {
  position: fixed;
  right: 0px;
  top: 350px;
  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;
  left: -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: #ff6800;
  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: #fff6ef;
  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: #666666;
  width: 90px;
  height: 26px;
  background: #fff6ef;
  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;
}

/* 免费电话弹框 */
#free_call {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.5);
}
#free_call .free_call_box {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 100px auto;
  width: 600px;
  height: 320px;
  box-sizing: border-box;
  padding: 35px 50px 45px;
  border-radius: 10px;
  background: #fff;
}
#free_call .free_call_con .title {
  font-size: 20px;
  color: #666;
}
#free_call form {
  padding-top: 30px;
}
#free_call form input {
  display: block;
  margin-bottom: 20px;
  width: 100%;
  height: 50px;
  padding: 0 37px;
  box-sizing: border-box;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  font-size: 16px;
}
#free_call form .tel {
  background: url(../images/username.png) 13px center no-repeat;
}
#free_call form .verify {
  width: 350px;
  background: url(../images/verify.png) 13px center no-repeat;
}
#free_call form .verify_box {
  display: none;
}
#free_call form .verify_box a {
  width: 123px;
  height: 50px;
  box-sizing: border-box;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  overflow: hidden;
}
#free_call form .verify_box a img {
  width: 100%;
  height: 100%;
}
#free_call form .submit {
  width: 100%;
  height: 55px;
  line-height: 55px;
  border-radius: 4px;
  font-size: 18px;
  background: #ff6800;
  color: #fff;
}
#free_call form .submit i {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: 0 7px -5px 0;
  background: url(../images/free_call.png) 50% no-repeat;
}
#free_call .call_left {
  position: absolute;
  top: 30px;
  left: -50px;
  width: 50px;
  height: 140px;
  padding: 15px 10px;
  box-sizing: border-box;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  color: #fff;
  background: url(../images/free_bg.png) no-repeat;
}
#free_call .close {
  position: absolute;
  top: -22px;
  right: -22px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff url(../images/free_close.png) center no-repeat;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
}

.btnico_jt {
  width: 20px;
  height: 60px;
  position: fixed;
  z-index: 2010;
  right: 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(../images/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;
}
