/* banner */
.ylibanner{
  background-image: url(../images/starfWelfare/banbg.jpg);
  padding-top: 165px;
  text-align: center;
  color: #fff;
}

/* 我们的服务 */
.ousServiceul li{
  float: left;
  width: calc((100% - 120px)/4);
  overflow: hidden;
  box-shadow:0px 12px 40px 0px rgba(211,211,211,0.5);
  border-radius:4px;
  margin-right: 40px;
  background: #fff;
  transition: all 0.3s ease-in-out;
}
.ousServiceul li:last-child{
  margin-right: 0;
}
.ousServiceul li:hover{
  transform: translateY(-5px);
}
.ousServiceul li img{
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.ousServiceul li p{
  height: 80px;
  line-height: 80px;
  color: #333;
  font-size: 18px;
  text-align: center;
}
/* 健康管理 */
.wealthManage{
  background: #F8F8F8;
  padding: 80px 0 70px;
}
.starfpubcon{
  padding: 0 9%;
}
.starfpubcon .starfpubimg{
  width: 546px;
  height: auto;
  float: left;
}
.starfpubcon .starfpub_info{
  width: calc(100% - 546px);
  float: left;
  padding-left: 8%;
}
.wealthManage .starfpubcon .starfpub_info{
  width: calc(96.5% - 546px);
}

.starfpub_info .ylititle1{
  text-align: left;
}
.starfpub_info .ylititle1:before{
  left: 0;
  transform: translateX(0);
}
.starfpub_btnbox{
  width: 100%;
  overflow: hidden;
}
.starfpub_btnbox .ylibtn2{
  width: calc((100% - 40px)/2);
  float: left;
  height:72px;
  line-height: 72px;
  margin-right: 40px;
  color: #F8F8F8;
  cursor: default;
}

.starfpub_btnbox .ylibtn2:nth-child(2n){
  margin-right: 0;
}
.starfpub_btnbox .ylibtn2:nth-child(-n+2){
  margin-bottom: 40px;
}
/* 员工社区 */
.community{
  padding: 120px 0 132px;
}
.community .starfpubcon .starfpubimg{
  float: right;
}
.community .starfpubcon .starfpub_info{
  padding-left: 0;
  padding-right: 11.5%;
}

@media(max-width:1439px){
  .starfpubcon {
    padding: 5%;
  }
  .starfpubcon .starfpubimg {
    width: 480px;
  }
  .starfpubcon .starfpub_info {
    width: calc(100% - 480px);
  }
  .wealthManage .starfpubcon .starfpub_info {
    width: calc(96.5% - 480px);
  }
  .ousServiceul li p {
    line-height: 1.5;
    text-align: center;
    padding: 20px 15px 0;
  }
}

@media(max-width:1199px){
  .ousServiceul li p {
    height: 60px;
    font-size: 12px;
    padding: 14px 15px 0;
  }
  .starfpubcon {
    padding: 0;
  }
}

@media(max-width:991px){
  /* 我们的服务 */
  .ousServiceul li {
    width: 90%;
    margin-bottom: 30px;
    box-shadow: 0px 6px 20px 0px rgba(211,211,211,0.5);
    border-radius: 2px;
    margin-right: 0;
    margin-left: 5%;
  }
  .ousServiceul li:last-child{
    margin-bottom: 0;
  }
  .ousServiceul li p {
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    padding: 0;
  }
  .starfpubcon .starfpubimg {
    width: 100%;
    height: auto;
    float: none !important;
    margin-bottom: 26px;
  }
  .starfpubcon .starfpub_info {
    width: 100% !important;
    float: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media(max-width:767px){
  /* banner */
  .ylibanner {
    background-image: url(../images/starfWelfare/mbanbg.png);
    padding-top: 80px;
  }

  /* 我们的服务 */
  .ousServiceul li {
    width: 100%;
    margin-left: 0;
  }
  .wealthManage {
    background: #fff;
    padding: 0;
  }
  .starfpub_btnbox .ylibtn2{
    width: calc((100% - 10px)/2);
    height: 60px;
    line-height: 60px;
    margin-right: 10px;
    min-width: 140px;
    font-size: 16px;
  }
  .starfpub_btnbox .ylibtn2:nth-child(2n){
    margin-right: 0;
  }
  .starfpub_btnbox .ylibtn2:nth-child(-n+2){
    margin-bottom: 10px;
  }
  .starfpub_btnbox .ylibtn2:nth-child(1),
  .starfpub_btnbox .ylibtn2:nth-child(4){
    background: #2E83ED;
  }
  .community {
    padding: 60px 0;
  }
  
}