.QQconsult {
  position: fixed;
  right: 0;
  bottom: 12vh;
  z-index: 1001;
}

.talks_title {
  padding: 0 20px;
  font-size: 16px;
  line-height: 48px;
  color: #ffffff;
  background-color: #333333;
}

.talks_title img {
  width: 15px;
  height: 15px;
  margin-top: 14px;
}

.talks_title div:first-child {
  float: left;
}

.talks_title .cancel {
  float: right;
}

.talks_qq a {
  display: block;
  height: 52px;
  padding: 0 35px;
  font-size: 16px;
  color: #555555;
  line-height: 52px;
  background-color: #f6f5f5;
  position: relative;
}

.talks_qq:hover div {
  color: #2569e6;
}

.talks_qq div {
  float: right;
}

.talks_qq:hover .yeshi {
  display: block;
}

.talks_qq .hi {
  display: none;
  position: absolute;
  left: 5px;
  top: 10px;
  width: 25px;
  height: 21px;
  background: url('../img/heaher/Hi.png') center center no-repeat;
  background-size: 100% 100%;
}

.talks_qq .iocn-yesqq {
  float: left;
  display: inline-block;
  width: 15px;
  height: 18px;
  margin-top: 16px;
  background: url('../img/heaher/iocn_yesqq.png') center center no-repeat;
  background-size: 100% 100%;
}

.talks_qq .iocn-noqq {
  float: left;
  display: inline-block;
  width: 15px;
  height: 18px;
  margin-top: 16px;
  background: url('../img/heaher/icon_noqq.png') center center no-repeat;
  background-size: 100% 100%;
}

.talke_tel {
  justify-content: space-between;
  padding: 20px 10px;
  background-color: #ffffff;
}

.talke_tel img {
  width: 30px;
  height: 30px;
  margin-top: 5px;
}

.talke_tel div {
  float: right;
}

.talke_tel p {
  color: #333333;
  font-size: 15px;
  letter-spacing: -0.2px;
  margin: 0 -3px;
}

.talke_tel p:hover {
  color: #2569e6;
}

.chosen .chosen_title {
  color: #2569e6 !important;
}

.up_top {
  cursor: pointer;
  width: 70px;
  height: 70px;
  box-shadow: 0px 0px 20px 0px hsla(223, 85%, 37%, 0.15);
  box-sizing: border-box;
  display: none;
  background-color: #fff;
  border-radius: 4px 0 0 4px;
  text-align: center;
  font-size: 14px;
  color: #333;
  padding-top: 12px;
  box-sizing: border-box;
}
.talk_btn{
  cursor: pointer;
  width: 70px;
  height: 70px;
  box-shadow: 0px 0px 20px 0px hsla(223, 85%, 37%, 0.15);
  box-sizing: border-box;
  display: none;
  background-color: #fff;
  border-radius: 4px 0 0 4px;
  text-align: center;
  font-size: 14px;
  color: #333;
  padding-top: 12px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.up_top .iconfont,.talk_btn .iconfont{
  font-size: 24px;
  margin-bottom: 10px;
}

.up_top:hover,.talk_btn:hover {
  background-color: #0152D9;
  color: #fff;
}

.cancel {
  cursor: pointer;
  width: 17px;
  height: 16px;
  margin-top: 15px;
  background: url('../img/index/icon_xx2.png') center center no-repeat;
}

.cancel:hover {
  background: url('../img/index/icon_xx1.png') center center no-repeat;
}

.QQconsult .qq_zixun {
  width: 160px;
  padding-top: 10px;
}

.QQconsult .qq_zixun a {
  float: left;
  margin-left: 10px;
}

.QQconsult .qq_zixun a img {
  width: 80px;
}

.QQconsult .qq_zixun1 {
  width: 160px;
  padding-top: 15px;
}

.QQconsult .qq_zixun1 a {
  width: 80px;
  display: block;
  margin: 0 auto;
}

.QQconsult .qq_zixun1 a img {
  width: 80px;
}

.img-hover {
  cursor: pointer;
  position: relative;
}

.talks20 {
  position: absolute;
  right: 0px;
  bottom: 90px;
  z-index: 2;
  /* box-shadow: 0px 0px 20px 0px hsla(223, 85%, 37%, 0.15); */
  border: #E5E5E5;
  background-color: #fff;
}
@media screen and (max-width:1366px) {
  .talks20{
    transform: scale(0.8);
    transform-origin: bottom right;
  }
}

@media screen and (min-width:1367px) and (max-width:1600px) {
  .talks20{
    transform: scale(0.9);
    transform-origin: bottom right;
  }
}

@media screen and (min-width:1601px) and (max-width:1920px) {
  .talks20{
    transform: scale(1);
    transform-origin: bottom right;
  }
}

.talks20-cont {
  width: 280px;
  box-shadow: 0px 0px 20px 0px hsla(223, 85%, 37%, 0.15);
  border: #241717;
  background-color: #fff;
  position: relative;
  z-index: 3;
  transition: width .5s;
  overflow: hidden;
}

.talks20_img {
  position: relative;
  background: #F7F8F9;
}

.talks20_mode {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 103px;
  width: 100%;
}

.talks20_info {
  padding: 28px 0;
  border-bottom: 1px solid #f0f0f0;
  width: 280px;
  display: flex;
  justify-content: center;
 padding-bottom:26px;
}
.t-marginT-24 {
  margin-top:20px
}
.t-letter-space1{
 letter-spacing:1px;
}
.t-font12{
  font-size: 12px;
   letter-spacing: 4.4px;
   margin-top: 4px;
}
.img-box{
  display:inline-block;
  width:36px;
  height:36px;
  text-align:center;
  padding-top:9px;
   border-radius: 100%;

}
.qq-hover{
}
.talks20_phone {
  padding-left: 2px;
  display: inline-block;
  vertical-align: top;
  width: 143px;
  box-sizing: border-box;
  color: #333333;
 border-right:1px solid #f0f0f0;
 height:114px;
}
.talks20_phone .iconfont{
  color: #999;
}

.talks20_phone_title {
  font-size: 18px;
  line-height: 25px;
  height: 25px;
  margin-bottom: 10px;
  letter-spacing: 7px;
}

.talks20_phone_title img {
  width: 25px;
  height: 25px;
}

.talks20_phone_title span {
  vertical-align: top;
  padding-left: 5px;
  color: #333;
}

.talks20_phone .t-18 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  width: 140px;
  height: 16px;
  line-height: 16px;
  margin-bottom: 9px;
  letter-spacing: -0.1px;
  position: relative;
  top: 5px;
  display: flex;
  justify-content: space-between;
}

.talks20_phone .t-19 {
  letter-spacing: 1.5px;
}

.talks20_phone .t-18 span:last-child {
  font-size: 14px;
}

.talks20_code {
  padding-left: 9px;
  padding-top: 1px;
  box-sizing: border-box;
  display: inline-block;
}

.talks20_code .t-14 {
  font-size: 14px;
  padding-top: 2px;
  color: #333333;
  position: relative;
  top: 2px;
}

.talks20_qq {
  width: 280px;
  height:60px;
margin-top:-12px;
}

.talks20_qq a {
  display: inline-block;
  padding: 12px;
  line-height: 1;
padding-right:0px;
padding-top:20px
}

.talks20_qq span {
  vertical-align: top;
    color: #333;
    letter-spacing: 0.1px;
   line-height:34px;
}

.talks20_qq a:hover span {
  color: #2C62DE;
}

.talks20_qq a:last-of-type {
  position: absolute;
  left: 0;
}

.talk20_show {
  height: 102px;
  width: 43px;
  position: absolute;
  left: -43px;
  bottom: 0px;
  cursor: pointer;
  background-color: #FEFEFE;
  border-radius: 4px 0 0 4px;
  box-shadow: 0px 0px 20px 0px hsla(223, 85%, 37%, 0.15);
  writing-mode: vertical-rl;
  line-height: 42px;
  padding-top: 20px;
  box-sizing: border-box;
  letter-spacing: 1px;
  font-size: 16px;
  color: #333;
  user-select: none;
}

.talk20_show:hover {
  color: #0152D9;
}

.talk20_show .iconfont {
  display: inline-block;
  height: 16px;
  width: 16px;
  margin-top: 3px;
}