body{
  height: 100%;
  background: url(../images/about/bg.jpg) no-repeat;
  background-size: 100% 100%;
}
.headerII {
  width: 100%;
  background: url(../images/recruit/top.png) no-repeat 10%;
  height: 30px;
  z-index: 6;
}
.mainContent{
  padding-top: 10vh;
  height:auto;
}
.desContent{
  padding: 8vh 0;
}
.desContent>p{
  font-size: 28px;
  line-height: 5vh;
}

.lessTitle{
  padding-top: 3vh;
}
.lessTitleI{
  padding-top: 3vh;
}
.hongbg{
  background: url(../images/about/hongbg.png) no-repeat;
  background-size: 100% 32%;
  background-position-y: 100%;
  height: auto;
}
.hongImg{
  padding-bottom: 5vh;
}
.carouselLi{
  border-radius: 50%;
  height: 2vh !important;
  width: 1vw !important;
}
@media (min-width: 767.98px) and (max-width: 1440px){
  .linian{
    padding-bottom: 10vw;
  }

  .hongbg{
    background: url(../images/about/hongbg.png) no-repeat;
    background-size: 100% 32%;
    background-position-y: 60%;
    height: 50vh;
  }
  .mainContent .row .w-100>img{
    width: 15vw;
  }
  .mainIII{
    padding-top: 0;
  }
  .mainContent .row .w-100 .lessTitleI{
    padding-top: 3vh;
    width: 9vw;
  }
  .mainContent>.desContent>img{
    max-width: 70%;
  }
  .mainContent>.desContent>p{
    font-size: 18px;
  }
  .hongbg>img{
    width: 12vw;
    height: 28vh;
    margin-top: 0 !important;
  }
}
@media (max-width: 767.98px) { 
  .mainContent .row .w-100 .lessTitleI{
    padding-top: 3vh;
    width: 30%;
  }
  .mainContent .row .w-100>img{
    max-width: 40%;
  }

  .carouselLi{
    display: none;
  }
  .mainContent>.row>.col>img{
    max-width: 50%;
  }
  .mainContent>.row>.w-100{
    text-align: center;
  }
  .mainContent>.desContent>p{
    font-size: 14px;
  }
  .mainContent>.desContent>img{
    width: 100vw;
  }
  .hongbg>img{
    width: 25vw;
    height: 40%;
  }
  .imgStyle>div>img{
    max-width: 40%;
    height: 50%;
    padding:0.5vh 0;
  }
 }