.introduce_rightbar {
  position: relative;
}
.introduce_rightbar .process {
  width: 100%;
  height: 100px;
  overflow: hidden;
  border: 1px solid #e6e6e6;
}
.introduce_rightbar .process .process_img {
  width: 100%;
  text-align: center;
  padding-top: 20px;
}
.introduce_rightbar .process .process_info {
  overflow: hidden;
  padding: 10px 108px 10px 95px;
}
.introduce_rightbar .process .process_info span:first-child {
  float: left;
  color: #20abff;
  font-size: 14px;
}
.introduce_rightbar .process .process_info span:last-child {
  float: right;
  color: #cccccc;
  font-size: 14px;
}
.introduce_rightbar .imgbanner {
  font-size: 0;
  height: 100px;
}
.introduce_rightbar .imgbanner img {
  width: 100%;
  height: 100%;
}
.introduce_rightbar .baoming {
  padding-top: 35px;
  font-size: 14px;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  height: 900px;
}
.introduce_rightbar .baoming .xuxianfa {
  margin: 0;
}
.introduce_rightbar .baoming .xuxianfa .xuxian {
  height: 20px;
  background: url("../images/xuxian.png") repeat-x center;
  background-size: 4%;
  margin: auto;
  width: 814px;
}
.introduce_rightbar .baoming .form-group {
  margin-bottom: 26px;
}
.introduce_rightbar .baoming .form-group:nth-child(4) .radio-inline,
.introduce_rightbar .baoming .form-group:nth-child(6) .radio-inline,
.introduce_rightbar .baoming .form-group:nth-child(7) .radio-inline {
  color: #666666;
}
.introduce_rightbar .baoming .form-group .mylabel {
  font-size: 14px;
  color: #333;
  text-align: left;
  padding-left: 44px;
  font-weight: 400;
}
.introduce_rightbar .baoming .form-group textarea {
  resize: none;
}
.introduce_rightbar .baoming .form-group input,
.introduce_rightbar .baoming .form-group textarea,
.introduce_rightbar .baoming .form-group select.form-control:focus {
  border-color: #ccc;
  outline: none;
  box-shadow: none;
  resize: none;
}
.introduce_rightbar .baoming .form-group .bitianfa {
  position: relative;
}
.introduce_rightbar .baoming .form-group .bitianfa .bitian {
  width: 10px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 12px;
}
.introduce_rightbar .baoming .form-group .mysubmit {
  width: 100%;
  margin-top: 14px;
  text-align: center;
}
.introduce_rightbar .baoming .form-group .mysubmit button {
  width: 100px;
  height: 40px;
  font-size: 16px;
  color: #fff;
  border-radius: 6px;
  border: none;
  outline: none;
}
.introduce_rightbar .baoming .form-group .mysubmit button:first-child {
  background-color: #f15a24;
  margin-right: 20px;
}
.introduce_rightbar .baoming .form-group .mysubmit button:last-child {
  background-color: #f7931e;
}
