.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
body {
  background: #f2f2f2;
}
ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
a {
  text-decoration: none;
}
.content {
  width: 1200px;
  margin: 0 auto;
}
.hyBanner {
  height: 280px;
  width: 100%;
  background: url(../img/heyanBanner.png) no-repeat center;
}
.hyBanner p,
.counterBanner p,
.contractBanner p {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  line-height: 280px;
}
.Main {
  background: #fff;
  margin-top: 30px;
  padding: 25px 30px;
}
.searchInfo {
  text-align: center;
  font-size: 15px;
}
.searchInfo .form-control {
  width: 50%;
  display: inline-block;
  margin: 0 15px;
}
.searchbutton {
  border: 0px;
  padding: 8px 40px;
  color: #fff;
  border-radius: 4px;
  background: #3483fb;
  margin-left: 15px;
}
.searchbutton:hover {
  color: #fff;
  background: #3483fb;
}
.mainrow {
  margin-bottom: 20px;
  width: 100%;
}
.mainrow .title {
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding-left: 25px;
  background: #378bf8;
}
.table-responsive {
  margin-top: 20px;
}
.table-responsive table thead {
  color: #666;
}
.counterBanner {
  height: 280px;
  width: 100%;
  background: url(../img/jsqBanner.png) no-repeat center;
}
.contractBanner {
  height: 280px;
  width: 100%;
  background: url(../img/chaxunBanner.png) no-repeat center;
}
.counternav,
.Contractnav {
  width: 1000px;
  margin: 0 auto;
  height: 50px;
  line-height: 50px;
}
.counternav ul li {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  background: #f6f6f6;
  cursor: pointer;
  width: 33.3%;
  float: left;
}
.counternav .LiActive {
  color: #fff;
  background: #457bea !important ;
}
.Counter,
.Contract {
  width: 1000px;
  margin: 0 auto;
  background: #f4f8fc;
  padding: 20px 40px;
  margin-top: 30px;
}
.control-label {
  text-align: right;
  padding-right: 20px;
  line-height: 34px;
}
.Counter .form-group .radio-inline {
  margin-top: 5px;
}
.Counter .button,
.Contract .button {
  color: #fff;
  background: #457bea;
  width: 140px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 4px;
  margin: 20px auto;

  cursor: pointer;
}
.Contractnav ul li {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  background: #f6f6f6;
  cursor: pointer;
  width: 50%;
  float: left;
}
.Contractnav .LiActive {
  color: #fff;
  background: #1e82f0 !important ;
}
.Contract .button {
  background: #1e82f0;
}
.Contractmain {
  width: 1000px;
  margin: 0 auto;
}
.Contractmain .title {
  background: #1e82f0;
}
.Stepnav {
  width: 100%;
  margin: 35px 0;
}
.Stepnav ul {
  margin: 0 50px;
}
.Stepnav ul li {
  position: relative;
  display: table-cell;
  width: 25%;
}
.Stepnav ul li::before {
  content: '';
  position: absolute;
  top: 18px;
  border-top: 1px solid #dcdcdc;
  left: 15px;
  right: 5px;
}
.Stepnav ul li:last-child:before {
  content: none;
}

.Stepnav a {
  display: inline-block;
  text-decoration: none;
  text-align: left;
  position: relative;
}
.Stepnav .step-nav-icon {
  display: inline-block;
  overflow: hidden;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  box-shadow: 0 0 1rem rgba(9, 41, 77, 0.12);
  background: #fff;
  color: #222;
  vertical-align: middle;
}
.Stepnav .step-nav-title {
  display: block;
  margin-top: 10px;
  color: #666;
  position: relative;
  left: -20px;
}
.Stepnav li:nth-child(1) .step-nav-title {
  left: -50px;
}
.Stepnav li:nth-child(5) .step-nav-title {
  left: 8px;
}
.Stepnav .step-spot {
  width: 12px;
  height: 12px;
  border-radius: 50px;
  background: #dcdbdc;
  display: inline-block;
  position: absolute;
  top: 12px;
}
.Stepnav .step-spotclick {
  background: #1e82f0;
}
.Stepnav .active .step-nav-icon {
  color: #fff;
  background: #1e82f0;
  border: 5px solid #ccd9f3;
  line-height: 28px;
}
.Stepnav .active .step-nav-title {
  color: #1e82f0;
}
.Stepnav .active::before {
  border-top: 1px solid #1e82f0;
}
.Stepnav .reject .step-nav-icon {
  color: #fff;
  background: #de4343;
  border: 5px solid #df7f7f;
  line-height: 28px;
}
.Stepnav .reject .step-nav-title {
  color: #de4343;
}
.Stepnav .reject::before {
  border-top: 1px solid #de4343;
}
