#home_profession{
  width: 1190px;
  height: 865px;
  margin: 10px auto 0px;
  position: relative;
  padding-top: 40px;
}
.reommend_prg_box{
  width: 1190px;
  margin: 0 auto;
  padding: 20px 0;
}
#home_profession .tit h2{
  text-align: center;
  font-size: 36px;
  font-family: MicrosoftYaHei-Bold,MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
  line-height: 47px;
  margin: 0px 0 34px 0;
}
#home_profession .professionnav{
   width: 1041px;
   height: 45px;
   margin: 0 auto 30px auto;
   box-sizing: border-box; 
   border-top: 1px solid #E7E7E7;
   border-left: 1px solid #E7E7E7; 

}
#home_profession .professionnav li{
   box-sizing: border-box;
   width: 130px;
   height: 45px;
   float: left;
   text-align: center;
   line-height: 45px;
   border-bottom: 1px solid #E7E7E7;
   border-right: 1px solid #E7E7E7;
   cursor:pointer;
}
#home_profession .professionnav .active{
   background-color:#0B367A;
   color: #fff;
}
.profession_con li{
  width: 279px;
  height: 279px; 
  float: left;
  margin-right: 24px; 
  position: relative;
  margin-bottom: 30px;
}
.profession_con li:nth-child(4n){
  margin-right: 0;
}
.profession_con li img{
  width: 279px;
  height: 279px;
}
.profession_con li .procon_con{
   position: absolute;
   bottom: 0;
   padding: 0 20px;
   left: 0px;
   width:242px;
   height:129px;
   background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
}
.profession_con li .procon_div1{
  display: none;
  width:116px;
  height:34px;
  border-radius:17px;
  border:1px solid rgba(255,255,255,1);
  line-height: 34px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin-top: 17px;
}
.profession_con li .procon_p1{
  font-size:24px;
  font-family:MicrosoftYaHei;
  color:rgba(255,255,255,1);
  line-height:31px;
  margin-top:21px;
}
.profession_con li .procon_p2{
    margin: 7px 0 16px 0;
    font-size:12px;
    font-family:MicrosoftYaHei;
    color:rgba(254,132,29,1);
    line-height:16px;
}
.profession_con li .procon_p3{
    width:242px;
    font-size:14px;
    font-family:MicrosoftYaHei;
    color:#fff;
    line-height:19px;
}
.profession_con li:hover .procon_div1{
  display: block;
} 
.profession_con li:hover .procon_con{
  height: 182px;
}
.profession_foot{
   width: 100%;
}
.profession_foot li{
  width: 20%;
  float: left;
  background: url("../img/pchome/profession_foot1.png") no-repeat left;
}
.profession_foot li:nth-child(2){
  background: url("../img/pchome/profession_foot2.png") no-repeat 60px;
}
.profession_foot li:nth-child(3){
  background: url("../img/pchome/profession_foot3.png") no-repeat 60px;
}
.profession_foot li:nth-child(4){
  background: url("../img/pchome/profession_foot4.png")no-repeat  60px;
}
.profession_foot li:nth-child(5){
  background: url("../img/pchome/profession_foot5.png")no-repeat 60px;
}


.profession_foot li p{
  text-indent: 125px;
}

.profession_foot li:nth-child(1) p{
  text-indent: 68px;
}

.profession_foot li p:nth-child(1){
  color: #333;
  font-size: 18px;
  font-weight: bold;
  font-family:MicrosoftYaHei-Bold,MicrosoftYaHei;
  color:rgba(51,51,51,1);
  line-height:24px;
  margin-bottom: 5px;
}
.profession_foot li p:nth-child(2){
  font-size:12px;
  font-family:MicrosoftYaHei;
  color:rgba(51,51,51,1);
  line-height:16px;
}