@charset "utf-8";

.npc-wrap {
  background: url(../images/e17706043ee92b842c35d50b4f5ab23d.jpg) no-repeat center 89px fixed;
  background-size: cover;
  height: 100%;
  overflow: hidden;
}

.npc-wrap .content {
  padding: 200px 0 300px;
}

.npc-main-pic {
  position: absolute;
  top: 0;
  left: 0; 
  right: 0; 
  margin: 0 auto;
  z-index: 1;
  width: 100%;
  text-align: center;
}



/* .npc-main-pic.npc0 {
  margin: -150px 0 0;
}

.npc-main-pic.npc1 {
  left: 50%;
  margin-left: -30%;
}

.npc-main-pic.npc2 {
  left: 50%;
  margin-left: -41%;
}

.npc-main-pic.npc3 {
  margin: -100px 0 0;
}

.npc-main-pic.npc4 {
  margin: -50px 0 0;
} */

.npc-tit {
  position: absolute;
  left: -50px;
  top: 60px;
  display: block;
  margin: 0;
  z-index: 2;
}

.npc-tit2 {
  display: none;
  margin: 0 0 30px;
}

.npc-txt {
  padding: 150px 0 0;
  color: #fff;
  font-size: 16px;
  position: relative;
  z-index: 3;
  margin: 0;
}

.npc-txt strong {
  font-size: 20px;
}

@media (max-width: 1200px) {
  .npc-tit {
    display: none;
  }

  .npc-tit2 {
    display: block;
  }

  .npc-txt {
    padding: 0;
  }
}

@media (max-width: 1000px) {}

@media (max-width: 767px) {

  .npc-txt-box {
    position: relative;
    z-index: 2;
    background: #8b83a1;
    padding-top: 50px;
    padding-bottom: 100px;
  }
  
  .npc-txt-box:before {
    background: transparent url(../images/overlay.png) repeat-x 0 0;
    width: 100%;
    height: 100px;
    content: '';
    position: absolute;
    left: 0;
    bottom: 100%;
  }
  .npc-main-pic {
    position: relative;
  }

  .npc-main-pic.npc1 {
    left: auto;
    margin-left: 0;
  }

  .npc-main-pic.npc2 {
    left: auto;
    margin-left: 0;
  }
  .npc-main-pic.npc0, .npc-main-pic.npc3, .npc-main-pic.npc4 {
    margin-top: 0;
  }
  .npc-txt {
    font-size: 14px;
  }

  .npc-wrap .content {
    padding-top: 130px;
    padding-bottom: 0;
  }
}