/* banner */
.ylibanner{
  background-image: url(../images/salaryMang/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: 24px;
  text-align: center;
}

/* 现状 */
.condiction{
  width: 100%;
  padding: 80px 0 60px;
  background: url(../images/salaryMang/condictionbg.png) center no-repeat;
  background-size: cover;
}
.condiction .ylititle1{
  margin-bottom: 35px;
}
.condiction p.titlep{
  color: #777777;
  text-align: center;
  font-size: 36px;
  line-height: 1.5;
  margin-bottom: 70px;
}
.condictionul{
  padding: 0 10%;
}
.condictionul li{
  float: left;
  width: 33.33%;
  text-align: center;
}
.condictionul li h2{
  font-weight: 600;
  font-size: 60px;
  color: #2362B1;
  position: relative;
  margin-bottom: 24px;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}
.condictionul li h2 > span{
  font-weight: 500;
  font-size: 36px;
  line-height: 1;
  vertical-align: top;
}
.condictionul li h2:hover{
  color: #5b52ff;
}
.condictionul li p{
  color: #666666;
  font-size: 20px;
}
/* 特色 */
.special{
  padding: 80px 0 40px;
  background: url(../images/salaryMang/specialbg.jpg) center no-repeat;
  background-size: cover;
}
.specialul li{
  float: left;
  width:calc((100% - 120px)/4);
  height:160px;
  background:rgba(63,119,187,0.6);
  border-radius:4px;
  margin-bottom: 40px;
  margin-right: 40px;
  text-align: center;
  padding-top: 24px;
}
.specialul li:nth-child(4n){
  margin-right: 0;
}
.specialul li img{
  width: 68px;
  height: auto;
  margin-bottom: 15px;
  vertical-align: bottom;
  transform-origin: center;
  transition: all 0.3s ease-in-out;
}
.specialul li:hover img{
  transform: scale(1.05);
}
.specialul li p{
  font-size: 24px;
  color: #FFFFFF;
}
/* 功能 */
.function{
  padding: 80px 0 70px 8%;
}
.function .functimg{
  width: 546px;
  float: left;
  box-shadow:0px 12px 40px 0px rgba(211,211,211,0.5);
}
.function .functinfo{
  width: calc(100% - 546px);
  float: left;
  padding-left: 120px;
}
.functinfo .ylititle1{
  text-align: left;
}
.functinfo .ylititle1:before{
  left: 0;
  transform: translateX(0);
}
.functinfo p{
  font-size: 32px;
  color: #777777;
  line-height: 1;
  margin-bottom: 28px;
}
.functinfo p span{
  color: #2362B1;
  font-weight: 500;
}
.function .ylibtn2{
  margin-top: 68px;
}

@media(max-width:1439px){
  .function {
    padding: 80px 0 70px;
  }
  .function .functinfo {
    padding-left: 60px;
  }
}

@media(max-width:1199px){
  .condictionul {
    padding: 0 5%;
  }
  .specialul li p {
    font-size: 18px;
  }
  .function .functimg {
    width: 450px;
  }
  .function .functinfo {
    width: calc(100% - 450px);
    padding-left: 40px;
  }
  .functinfo p {
    font-size: 22px;
    margin-bottom: 18px;
  }
  .function .ylibtn2 {
    margin-top: 40px;
  }
  .ousServiceul li p{
    font-size: 18px;
  }
}

@media(max-width:991px){
  .condictionul {
    padding: 0;
  }
  .specialul li {
    height: 120px;
  }
  .specialul li img {
    width: 40px;
  }
  .specialul li p {
    font-size: 14px;
  }
  .function .functimg {
    width: 80%;
    float: none;
    margin-left: 10%;
  }
  .function .functinfo {
    width: 100%;
    padding-left: 0px;
    float: none;
  }
  .functinfo {
    width: 100%;
    padding-left: 0;
    text-align: center;
    margin-top: 30px;
  }
  .functinfo .ylibtn2 {
    margin-top: 0;
    margin: 40px auto 0;
  }
}

@media(max-width:767px){
  /* banner */
  .ylibanner {
    background-image: url(../images/salaryMang/mbanbg.png);
    padding-top: 80px;
  }

  /* 我们的服务 */
  .ousServiceul li {
    width: calc((100% - 10px)/2);
    box-shadow: 0px 6px 20px 0px rgba(211,211,211,0.5);
    border-radius: 2px;
    margin-right: 0;
    margin-right: 10px;
  }
  .ousServiceul li:nth-child(2n){
    margin-right: 0;
  }
  .ousServiceul li:nth-child(-n+2){
    margin-bottom: 20px;
  }
  .ousServiceul li p {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  
  /* 现状 */
  .condiction {
    padding: 40px 0;
    background: url(../images/salaryMang/mcondictionbg.png) center no-repeat;
    background-size: cover;
  }
  .condiction .ylititle1 {
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .condiction p.titlep {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .condictionul li {
    margin: 0;
    float: left;
    width: 50%;
    margin-bottom: 36px;
  }
  .condictionul li h2 {
    font-size: 40px;
    margin-bottom: 12px;
  }
  .condictionul li p {
    font-size: 12px;
  }
  .condictionul li h2 > span {
    font-size: 18px;
  }
  .condictionul li:last-child{
    width: 100%;
    float: none;
    margin-bottom: 0;
  }
  /* 特色 */
  .special {
    padding: 40px 0;
    background: url(../images/salaryMang/mspecialbg.png) center no-repeat;
    background-size: cover;
  }
  .specialul li {
    float: left;
    width: calc((100% - 10px)/2);
    height: 120px;
    border-radius: 2px;
    margin-bottom: 12px;
    margin-right: 10px;
    padding-top: 22px;
  }
  .specialul li:nth-child(2n){
    margin-right: 0;
  }
  .specialul li img {
    width: 25px;
    margin-bottom: 20px;
  }
  .specialul li p {
    font-size: 14px;
  }
  .mspecialSwiper{
    padding-bottom: 38px;
  }
  .mspecialSwiper .swiper-pagination-bullet {
    background: #2362B1;
    opacity: 0.4;
    outline: none;
  }
  .mspecialSwiper .swiper-pagination-bullet-active {
    opacity: 1;
    background: #2362B1;
  }
  .special .swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 0;
  }
  /* 功能 */
  .function {
    padding: 60px 0;
  }
  .function .functimg {
    width: 100%;
    margin-left: 0;
    box-shadow: 0px 6px 20px 0px rgba(211,211,211,0.5);
  }
  .functinfo {
    margin-top: 40px;
  }
  .functinfo p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  
}