@charset "utf-8";


.npc-wrap {
  position: relative;
  background: url(../imgs/npc-bg.jpg) no-repeat center 0;
  background-size: cover;
  overflow: hidden;
}

.npc-wrap .content{
  height: 100vh;
  background-size: cover;
}


.npc-main-pic {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 16px;
  width: 114%;
}

.npc-main-pic-1{
  left: 36%;
}

.npc-main-pic-2{
  left: 20%;
}


.npc-info {
  padding: 216px 13px 150px 95px;
}

.npc-tit {
  display: block;
  margin: 190px -50px 40px;
  z-index: 2;
}


.npc-txt {
  color: black;
  font-size: 16px;
  position: relative;
  z-index: 3;
  margin: 0;
}

.npc-txt strong {
  font-size: 20px;
}

.npc-footer{
  z-index: 99;
  position: absolute;
  bottom:20px;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 2100px){
  .npc-wrap {
    height: 100vh;
}
}

@media (max-width: 1800px){
  .npc-wrap .content {
    height: 100vh;
    background-size: cover;
}
  .npc-tit{
    width: 50%;
  }
  .npc-main-pic {
    width: 60%;
  }
  .npc-main-pic-1{
    width: 80%;
  }
  .npc-main-pic-2{
    width: 88%;
    left: 30%;
  }
}
@media (max-width: 1200px) {
  .npc-tit{
    width: 40%;
    margin: 191px 0 45px;
  }
  .npc-main-pic {
    right: 0;
    margin: 0 auto;
  }
  .npc-main-pic-2{
    width: 90%;
    left: 30%;
  }
}

@media (max-width: 991px) {
  .npc-wrap {
    height: 100%;
  }

  .npc-main-pic {
    position: relative;
    top: 0;
  }

  .npc-wrap .content {
    padding: 100px 0;
  }

  .npc-info {
    padding: 50px 0 0;
  }
}

@media (max-width: 768px) {
  .npc-info {
    position: relative;
    z-index: 2;
    padding: 0;
  }

  .npc-main-pic {
    width: 100%;
    left: 0;
    padding: 50px 0;
    text-align: center;
  }
  .npc-tit {
    width: 80%;
    margin: unset;
    margin-top: 150px;
  }
  .npc-txt {
    font-size: 14px;
  }
  .npc1{
    padding-top:1rem !important;
  }
  .npc2{
    padding-top:1rem !important;
  }
  .npc3{
    padding-top:1rem !important;
  }
  .npc4{
    padding-top:1rem !important;
  }
  .npc6{
    padding-top:1rem !important;
  }
}

@media (max-width: 480px) {
  .npc-wrap{
    overflow-x: visible;
  }
  .npc-wrap .content {
    padding-top: 60px;
    height: 100%;
  }

  .npc-main-pic {
    top: 0;
    padding: 0;
    width: 80%;
    left: 0;
  }
  .npc-main-pic-1 {
    width: 100%;
}

  .npc-main-pic-2{
    width: 140%;
    left: -19%;
  }
  .npc-main-pic-3 {
    width: 130%;
    left: -40px;
}
}