
.registr_cont .choseType .active{
color: #0B367A;
}


#hotCompany{
  width: 1190px;
  height: 635px;
  margin: 60px auto 20px;
  position: relative;
}

#hotCompany .tit {
  text-align: center;
  font-size: 36px;
  font-family: MicrosoftYaHei-Bold,MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
  line-height: 47px;
  margin: 0px 0 34px 0;
}
#hotCompany  ul {
  width: 100%;
  float: left;
}
#hotCompany  ul li{
  float: left;
  width:575px;
  height:236px;
  background:rgba(255,255,255,1);
  box-shadow:0px 0px 15px 0px rgba(0,0,0,0.1);
  margin-right: 40px;
  margin-bottom: 40px;
}
#hotCompany  ul li:nth-child(2n){
  margin-right: 0;
}
#hotCompany  ul li .hotcompimg{
  width:130px;
  height:175px;
  float: left;
  margin: 30px;
  border: 1px solid #e7e7e7;
}
#hotCompany  ul li .hot_box{
   width: 380px;
   margin-top: 38px;
   float: left;
}
#hotCompany  ul li .hot_box p:nth-child(1){
  height:26px;
  font-size:20px;
  font-family:MicrosoftYaHei;
  color:rgba(51,51,51,1);
  line-height:26px;
}
#hotCompany  ul li .hot_box p:nth-child(2){
  height:31px;
  font-size:24px;
  font-family:MicrosoftYaHei-Bold,MicrosoftYaHei;
  font-weight:bold;
  color:rgba(254,132,29,1);
  line-height:31px;
  margin: 13px 0 10px 0;
}

#hotCompany  ul li .hot_box p:nth-child(3){
  height:16px;
  font-size:12px;
  font-family:MicrosoftYaHei;
  color:rgba(153,153,153,1);
  line-height:16px;
}

#hotCompany ul li .add_shopping{
  color: #ffac22;
  background: url(/img/contract/contract_car.jpg) no-repeat 20px center;
  width:140px;
  height:40px;
  line-height: 40px;
  border-radius:20px;
  border:1px solid rgba(231,231,231,1);
  display: block;
  margin-top: 22px;
  text-indent: 50px;
}