.index_img_div{
  float: left;
  width: 360px;
  margin-left: 145px;
  margin-top: 70px;
  font-family: 'Century Gothic';
}
.index_img_div .title{
  height: 85px;
  line-height: 85px;
  font-size: 24px;
  text-align: center;
  font-family: 'Century Gothic';
  font-weight: bold;
}
.index_img_div .img{
  display: block;
  padding: 0px;
  border: 0px;
  width: 360px;
  height: 460px;
  font-family: 'Century Gothic';

}
.consultation_img{
  position: fixed;
  bottom: 200px;
  right: 30px;
  z-index: 99998;
  cursor: pointer;
  font-family: 'Century Gothic';
}
.consultation_div{
  overflow: hidden;
  position: fixed;
  bottom: 200px;
  right: 30px;
  z-index: 99999;
  width: 400px;
  height: 500px;
  border-radius: 4px;
  background: #cccccc;
  -pie-background: #cccccc;
  behavior: url(../css/PIE.htc);
  font-family: 'Century Gothic';
}
.consultation_div .title{
  font-size: 18px;
  margin-top: 9px;
  text-align: center;
  font-weight: bold;
  font-family: 'Century Gothic';
}
.consultation_div .close{
  width: 36px;
  height: 36px;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../imgs/ic_white_close.png);
  font-family: 'Century Gothic';
}
.consultation_div .input_div{
  overflow: hidden;
  margin: 0px 14px;
  margin-top: 12px;
  font-size: 14px;
  border-radius: 4px;
  background: #ffffff;
  -pie-background: #ffffff;
  behavior: url(../css/PIE.htc);
  font-family: 'Century Gothic';
}
.consultation_div .input_div input{
  height: 37px;
  font-size: 14px;
  display: block;
  padding: 0px;
  padding-left: 13px;
  margin: 0px;
  border: 0px;
  font-family: 'Century Gothic';
}
.consultation_div .input_div textarea{
  height: 90px;
  font-size: 14px;
  display: block;
  padding: 12px 13px;
  margin: 0px;
  border: 0px;
  font-family: 'Century Gothic';
}
.consultation_div .btn1{
  height: 37px;
  font-size: 14px;
  line-height: 37px;
  margin: 0px 14px;
  margin-top: 12px;
  text-align: center;
  color: #ffffff;
  border-radius: 4px;
  cursor: pointer;
  background: #5f8135;
  -pie-background: #5f8135;
  behavior: url(../css/PIE.htc);
  font-family: 'Century Gothic';
}
.consultation_div .btn2{
  height: 37px;
  font-size: 14px;
  line-height: 37px;
  margin: 0px 14px;
  margin-top: 12px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  background: #ffffff;
  -pie-background: #ffffff;
  behavior: url(../css/PIE.htc);
  font-family: 'Century Gothic';
}
#success_info{
  text-align: center;
  overflow: hidden;
  margin-top: 75px;
  font-family: 'Century Gothic';
}
#success_info img{
  display: block;
  margin: 0px auto;
  font-family: 'Century Gothic';
}
html,body,input{
  font-family: 'Century Gothic';
}