#companyPrd{width: 1190px;margin:30px auto 60px auto; overflow: hidden;}
#companyPrd h2{color:#333;font-size:24px;text-align: center;margin-bottom:25px;}
#companyslideBar{
  width: 200%;  
  height: 735px;
  position: relative;
}
#companyslideBar li{
  width: 50%;
  float: left;
  height: 700px;
}
#companyslideBar li>div{
  width: 379px;
  float: left;
  height: 360px;
  margin-right: 20px;
}
#companyslideBar li>div:nth-child(3n){
  margin-right: 0;
}

#companyslideBar li div img{
  width: 100%;
}
#companyslideBar li:nth-child(2){
  display: none;
}
#companyslideBar li>div .servicecontent{
  width: 100%;
  height: 93px;
  position: relative;
  border-top: 1px solid transparent;
} 
#companyslideBar li>div .servicecontent:hover{
  background-color: #0B367A;
  color: #fff;
}
#companyslideBar li>div .servicecontent:hover p{
  color: #fff;
}
.servicecontent p{
  text-indent: 25px;
}
.servicecontent p:nth-child(1){
  color: #333;
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 5px;
}
.servicecontent p:nth-child(2){
  font-weight: bold;
  color: #FE841D;
  font-size: 24px;
}
.servicecontent p:nth-child(2) span{
  font-size: 16px;
}
.servicecontent::after{
  content:"";
  background: url(/img/pchome/jiantouhui.png) no-repeat center right;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -10px;
}

#companyslideBar li>div .servicecontent:hover::after{
  background-image: url(/img/pchome/jiantoubai.png);
}
#companyPrd .tit{
  text-align: center;
  font-size: 36px;
  font-family: MicrosoftYaHei-Bold,MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
  line-height: 47px;
  margin-bottom: 25px;
  padding-top: 30px;
}
.tabservice{
  margin-left: 585px;
}
.tabservice p{
  width: 10px;
  height: 10px;
  background-color: #999;
  border-radius: 50%;
  margin-right: 10px;
  float: left;
}
.tabservice .active{
  background-color: #0B367A;
}