/* banner */
.ylibanner{
  background-image: url(../images/recruitService/banbg.jpg);
  padding-top: 165px;
  text-align: center;
  color: #fff;
}
/* 我们的服务 */
.mysercviceitem{
  width:calc((100% - 60px)/2);
  height:200px;
  background:rgba(255,255,255,1);
  box-shadow:0px 12px 40px 0px rgba(211,211,211,0.5);
  border-radius:4px;
  margin-right: 60px;
  float: left;
  padding: 18px 0 18px 18px;
  overflow: hidden;
}
.myservice .mysercviceitem:nth-child(2n){
  margin-right: 0px;
}
.myservice .mysercviceitem:nth-child(n+2){
  margin-bottom: 40px;
}
.mysercviceitem img{
  width: 220px;
  height: auto;
  float: left;
}
.mysercviceitem .text{
  float: left;
  width: calc((100% - 220px));
  padding: 40px 0 0 40px;
}
.mysercviceitem .text h2{
  font-size: 32px;
  color: #333333;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 30px;
}
.mysercviceitem .text p{
  color: #777;
  font-size: 18px;
}

/* 招聘增值服务 */
.addvalueul 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;
  height: 380px;
}
.addvalueul li:last-child{
  margin-right: 0;
}
.addvalueul li:hover{
  transform: translateY(-5px);
}
.addvalueul li img{
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.addvalueul li .addvaluetext{
  padding: 38px 0 0 24px;
}
.addvalueul li .addvaluetext h2{
  font-size: 24px;
  color: #333;
  font-weight: 400;
  margin-bottom: 24px;
}
.addvalueul li .addvaluetext p{
  font-size: 18px;
  color: #777777;
  max-width: 85%;
}

/* 我们的优势 */
.ouradvantage{
  padding: 60px 0 120px;
  background: url(../images/recruitService/advantagebg.jpg) center no-repeat;
  background-size: cover;
}
.ouradvantageul{
  padding: 0 8%;
}
.ouradvantageul li{
  float: left;
  width: calc((100% - 120px)/4);
  height:140px;
  border:1px solid rgba(35,98,177,0.8);
  border-radius:4px;
  margin-right: 40px;
  padding-top: 24px;
  text-align: center;
  transform-origin: center;
  transition: all 0.2s linear;
}
.ouradvantageul li:last-child{
  margin-right: 0;
}
.ouradvantageul li img{
  width: 48px;
  height: auto;
  margin-bottom: 14px;
  vertical-align: bottom;
}
.ouradvantageul li p{
  color: #333;
  font-size: 24px;
}
.ouradvantageul li:hover{
  transform: scale(1.02);
}

@media(max-width:1551px){
  .addvalueul li .addvaluetext p {
    max-width: 90%;
  }
}

@media(max-width:1439px){
  .mysercviceitem .text {
    padding: 40px 10px 0 20px;
  }
  .mysercviceitem .text h2{
    margin-bottom: 14px;
  }
  .ouradvantageul li p {
    font-size: 20px;
  }
}

@media(max-width:1199px){
  .mysercviceitem .text h2{
    font-size: 28px;
  }
  .mysercviceitem .text p {
    font-size: 16px;
  }
  .addvalueul li{
    height: 320px;
  }
  .addvalueul li .addvaluetext h2 {
    font-size: 20px;
    margin-bottom: 14px;
  }
  .addvalueul li .addvaluetext p {
    font-size: 16px;
  }
  .ouradvantageul {
    padding: 0 4%;
  }
  .ouradvantageul li p {
    font-size: 16px;
  }
}

@media(max-width:991px){
  .mysercviceitem {
    width: 100%;
    margin-bottom: 20px !important;
    margin-right: 0 !important;
  }
  .addvalueul li {
    width: calc((100% - 60px)/2);
    margin-right: 60px;
    margin-bottom: 20px;
    height: 360px;
  }
  .addvalueul li:nth-child(2n){
    margin-right: 0;
  }
  .ouradvantageul {
    padding: 0;
  }
  .ouradvantageul li p {
    font-size: 14px;
  }
}

@media(max-width:767px){
  /* banner */
  .ylibanner {
    background-image: url(../images/recruitService/mbanbg.jpg);
    padding-top: 80px;
  }
  /* 我们的服务 */
  .mysercviceitem {
    height: auto;
    background: rgba(255,255,255,1);
    box-shadow: 0px 12px 40px 0px rgba(211,211,211,0);
    border-radius: 0;
    float: none;
    padding: 0;
    margin-bottom: 30px !important;
  }
  .mysercviceitem img {
    width: 100%;
    float: none;
  }
  .mysercviceitem .text {
    float: none;
    width: 100%;
    padding: 20px 0 0 0;
  }
  .mysercviceitem .text h2 {
    font-size: 20px;
  }
  .mysercviceitem .text p {
    font-size: 14px;
  }
  .myservice .mysercviceitem:last-child {
    margin-bottom: 0 !important;
  }
  /* 招聘增值服务 */
  .addvalue{
    width: 100%;
  }
  .addvalueul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
    height: auto;
    box-shadow: 0px 6px 20px 0px rgba(211,211,211,0.5);
    border-radius: 2px;
  }
  .addvalueul li:hover{
    transform: translateY(0);
  }
  .addvalueul li .addvaluetext {
    padding: 18px 20px 0 20px;
    height: 114px;
  }
  .addvalueul li .addvaluetext h2 {
    font-size: 20px;
    margin-bottom: 14px;
    line-height: 1;
  }
  .addvalueul li .addvaluetext p {
    font-size: 14px;
    max-width: 100%;
  }
  .addvalueulSwiper{
    padding: 0 15px 38px 15px;
  }
  .addvalueul .swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 0;
  }
  .addvalueulSwiper .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
  .addvalueulSwiper .swiper-pagination-bullet {
    background: #2C24BA;
    opacity: 0.4;
    outline: none;
  }
  .addvalueulSwiper .swiper-pagination-bullet-active {
    opacity: 1;
    background: #2C24BA;
  }
  /* 我们的优势 */
  .ouradvantage {
    padding: 30px 0 24px;
    background: url(../images/recruitService/madvantagebg.png) center no-repeat;
    background-size: cover;
  }
  .ouradvantageul li {
    width: calc((100% - 10px)/2);
    height: 114px;
    border-radius: 2px;
    margin-right: 10px;
    padding-top: 16px;
    margin-bottom: 16px;
  }
  .ouradvantageul li:nth-child(2n){
    margin-right: 0;
  }
  .ouradvantageul li img {
    width: 30px;
    margin-bottom: 12px;
  }
  .ouradvantageul li p {
    font-size: 16px;
    max-width: 60%;
    margin: 0 auto;
  }
  
}