.clear {
  clear: both; }

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
em,
p,
font,
img,
small,
strong,
center,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
caption,
tbody,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 12px;
  vertical-align: baseline; }

ol,
ul {
  list-style: none; }

:focus {
  outline: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption,
th,
td {
  text-align: left;
  font-weight: normal; }

strong {
  font-weight: 600; }

a {
  font: 12px Arial;
  text-decoration: none;
  color: #404040;
  cursor: pointer; }

a:hover {
  text-decoration: underline;
  color: #FF3300; }

h1 {
  font-size: 16px;
  font-weight: 600;
  color: #666; }

#app {
  background-image: url(../images/bg-color.jpg);
  width: 100%;
  min-height: calc(100vh - 36.5px);
  background-repeat: no-repeat;
  background-color: #f5f1e6;
  background-size: 100% 100%; }
  #app .njp-pc-header {
    height: 50px;
    margin: 0 auto;
    width: 1200px;
    border-bottom: 2px solid #bc8169;
    display: flex;
    align-items: center; }
    #app .njp-pc-header .njp-pc-header__logo {
      padding: 0 20px; }
    #app .njp-pc-header .njp-pc-header__nav span,
    #app .njp-pc-header .njp-pc-header__nav a {
      font-size: 14px;
      color: #4b4b4b; }
    #app .njp-pc-header .njp-pc-header__nav > * {
      min-width: 100px;
      text-align: center;
      display: inline-block; }
      #app .njp-pc-header .njp-pc-header__nav > *:hover, #app .njp-pc-header .njp-pc-header__nav > *.on {
        cursor: pointer;
        text-decoration: none;
        color: #bc8169; }
        #app .njp-pc-header .njp-pc-header__nav > *:hover span, #app .njp-pc-header .njp-pc-header__nav > *.on span {
          color: #bc8169; }
    #app .njp-pc-header .njp-pc-header__user {
      margin-left: auto;
      color: #908e8e;
      font-size: 14px; }
      #app .njp-pc-header .njp-pc-header__user a {
        font-size: 14px;
        color: #4b4b4b; }
      #app .njp-pc-header .njp-pc-header__user span {
        font-size: 14px; }
  #app .flex {
    display: flex; }
  #app .wrapper {
    width: 100%; }
    #app .wrapper .w900 {
      width: 900px;
      margin: 0 auto; }
    #app .wrapper .des {
      height: 520px;
      background-repeat: no-repeat;
      background-image: url(../images/home-home-bg.png);
      background-position: left top; }
      #app .wrapper .des > div {
        height: 100%; }
      #app .wrapper .des ._title {
        writing-mode: vertical-rl;
        text-orientation: mixed;
        color: #ad421c;
        font-size: 24px;
        width: 50%;
        padding-right: 40px;
        height: 100%;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        background-image: url(../images/_txt-line.png);
        background-repeat: no-repeat;
        background-position: right center; }
      #app .wrapper .des ._txt {
        padding-left: 20px;
        width: 50%;
        display: flex;
        align-items: center;
        color: #20201f;
        font-size: 14px;
        line-height: 25px; }
        #app .wrapper .des ._txt a._btn {
          display: inline-block;
          color: #af664b;
          font-size: 14px;
          border: 1px solid #af664b;
          padding: 2px 5px;
          margin-top: 10px; }
        #app .wrapper .des ._txt > ._cont > div {
          font-size: 14px;
          overflow: hidden;
          text-overflow: ellipsis;
          word-break: break-all;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 7; }
    #app .wrapper .tag-nav {
      width: 665px;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap; }
      #app .wrapper .tag-nav > .item {
        width: calc(100% / 6);
        writing-mode: vertical-rl;
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
        align-items: center; }
        #app .wrapper .tag-nav > .item a {
          color: #20201f;
          text-decoration: none;
          font-weight: 400;
          height: 150px;
          background-image: url(../images/tag-bg.png);
          font-size: 24px;
          background-repeat: no-repeat;
          background-position: center center;
          width: 60px;
          display: flex;
          justify-content: center;
          align-items: center; }
          #app .wrapper .tag-nav > .item a.on, #app .wrapper .tag-nav > .item a:hover {
            cursor: pointer;
            color: #fff;
            background-image: url(../images/tab-bg-on.png); }
  #app .article {
    margin: 0 auto; }
    #app .article ._title {
      color: #20201f;
      font-size: 24px;
      text-align: center;
      margin: 10px auto; }
    #app .article ._content {
      margin: 0 auto;
      width: 600px;
      color: #20201f; }

.njp-pc-bread {
  width: 900px;
  margin: 10px auto; }
  .njp-pc-bread a {
    color: #908e8e;
    font-size: 14px; }
    .njp-pc-bread a:last-child {
      color: #20201f; }

.news {
  padding-top: 20px; }
  .news ._title {
    color: #20201f;
    font-size: 24px;
    display: flex; }
    .news ._title .search {
      width: 50%;
      margin-left: auto; }
  .news ._content {
    min-height: calc(100vh - 200px); }
    .news ._content .list {
      padding-top: 20px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .news ._content .list .item {
        width: 49%;
        color: #20201f;
        font-size: 14px;
        margin-bottom: 20px;
        background-color: #f2ece2;
        height: 60px;
        border: 1px solid #dbd3c4;
        display: flex;
        align-items: center;
        box-sizing: border-box;
        padding: 0 20px;
        color: #20201f;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-all;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-height: 22px;
        padding: 10px 16px; }
  .news ._page {
    display: flex;
    justify-content: center; }
    .news ._page .el-pagination.is-background .btn-next,
    .news ._page .el-pagination.is-background .btn-prev,
    .news ._page .el-pagination.is-background .el-pager li {
      background-color: #f2ece2; }
    .news ._page .el-pagination.is-background .el-pager li:not(.disabled).active {
      background-color: #af664b;
      color: #FFF; }

.iframe-box {
  padding-top: 20px;
  margin: 0 auto; }
  .iframe-box .header {
    display: flex; }
    .iframe-box .header ._title {
      color: #666666;
      font-size: 22px;
      padding-left: 10px;
      border-left: 2px solid #dbd3c4;
      padding-right: 20px; }
    .iframe-box .header .qr-code {
      margin-left: auto;
      display: flex;
      justify-content: center;
      align-items: center;
      background-image: url(../images/qrborder.png);
      width: 112px;
      cursor: pointer; }
    .iframe-box .header .iframe-tag {
      background-image: url(../images/tag-border.png);
      background-repeat: no-repeat;
      width: 305px;
      height: 35px;
      background-size: 305px 35px;
      display: flex;
      align-items: center;
      padding: 0 14px; }
      .iframe-box .header .iframe-tag .iframe-tag-item {
        background-image: url(../images/njp-default-tag.png);
        background-repeat: no-repeat;
        height: 25px;
        text-align: center;
        width: 92px;
        line-height: 25px;
        display: block;
        background-size: 92px 25px; }
        .iframe-box .header .iframe-tag .iframe-tag-item:hover, .iframe-box .header .iframe-tag .iframe-tag-item.on {
          color: white;
          cursor: pointer;
          background-image: url(../images/njp-default-tag-on.png); }
  .iframe-box .iframe-content {
    padding-top: 10px; }
    .iframe-box .iframe-content > iframe {
      width: 100%; }
    .iframe-box .iframe-content ._content {
      color: #666666;
      line-height: 28px;
      padding-top: 40px;
      display: flex; }
      .iframe-box .iframe-content ._content.center {
        justify-content: center; }
      .iframe-box .iframe-content ._content p {
        font-size: 16px; }

.example {
  width: 100%; }
  .example ._header {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .example ._header ._tag {
      color: #91734e;
      font-size: 14px;
      background-image: url(../images/_extag.png);
      width: 132px;
      text-align: center;
      height: 27px; }
      .example ._header ._tag:hover, .example ._header ._tag.on {
        cursor: pointer;
        color: #fffbe0;
        background-image: url(../images/_extag-on.png); }
    .example ._header img {
      width: 287px;
      height: 7px; }
      .example ._header img:last-child {
        transform: rotate(180deg); }
  .example ._body {
    padding-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center; }

.reel {
  margin-top: 30px; }
  .reel #contantMain {
    position: absolute;
    top: 0rem;
    display: flex;
    justify-content: center;
    width: 100%; }
  .reel #maskMoveLeft,
  .reel #maskMoveRight {
    position: absolute;
    top: 0rem;
    height: 2.65rem;
    width: 50%; }
  .reel #maskMoveLeft {
    left: 0; }
  .reel #maskMoveRight {
    right: 0; }
  .reel img {
    display: block; }
  .reel #maskBox {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 250px;
    left: 0;
    height: 250px;
    z-index: 9; }
  .reel #mask_left,
  .reel #mask_right {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    height: 2.65rem;
    z-index: 9; }
  .reel #mask_left {
    left: 0;
    background-size: 100%; }
  .reel #mask_right {
    right: 0;
    background-size: 100%; }
  .reel #maskImg_right {
    position: absolute;
    left: 0;
    z-index: 10;
    height: 330px;
    top: -9px; }
  .reel #maskImg_left {
    position: absolute;
    right: 0;
    z-index: 10;
    height: 330px;
    top: -9px; }
  .reel #maskImg_left img,
  .reel #maskImg_right img {
    height: 30px; }
  .reel #maskImg_left_body {
    height: 270px;
    width: 39.2px;
    background-image: url(../images/___l.jpg);
    background-size: 330px auto;
    background-position-x: 303px; }
  .reel #maskImg_right_body {
    height: 270px;
    width: 39.2px;
    background-image: url(../images/___r.jpg);
    background-size: 330px auto;
    background-position-x: -303px; }
  .reel #enter {
    position: relative;
    top: 9.8rem;
    background-image: url(../images/gotodetail.png);
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 2rem; }
  .reel .mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    z-index: 99; }

._qrcode {
  text-align: center; }
  ._qrcode img {
    width: 100px;
    height: 100px;
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    margin: 0 auto; }
  ._qrcode p {
    font-size: 14px;
    line-height: 20px;
    color: #393939; }

.login .title {
  color: #ad4220 !important; }

.button-40 {
  background: #ad4220 !important;
  border-color: #ad4220 !important; }

.button-40:hover {
  border-color: #ad8f5c !important;
  background: #ad8f5c !important; }

.pic-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  align-content: flex-start;
  height: calc(100% - 75px);
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */ }
  .pic-list::-webkit-scrollbar {
    /* webkit */
    display: none; }
  .pic-list .pic-item {
    width: 25%;
    height: 200px;
    padding: 10px 10px;
    transition: all .5s;
    box-sizing: border-box;
    position: relative;
    padding: 10px 10px;
    transition: all .5s; }
    .pic-list .pic-item .el-image {
      height: 145px;
      width: 100%; }
    .pic-list .pic-item img {
      object-fit: cover;
      width: 100%; }
    .pic-list .pic-item .title {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      color: #332b1b;
      font-size: 16px;
      font-weight: 600;
      text-align: center; }
    .pic-list .pic-item:hover, .pic-list .pic-item._hoverStatu {
      cursor: pointer; }
      .pic-list .pic-item:hover ._des, .pic-list .pic-item._hoverStatu ._des {
        opacity: 1;
        transition: all .5s;
        font-family: "SourceHanSerifCN"; }
    .pic-list .pic-item ._des {
      box-sizing: border-box;
      padding: 20px 10px;
      width: calc(100% - 20px);
      height: calc(100% - 55px);
      background-color: rgba(0, 0, 0, 0.5);
      text-align: left;
      position: absolute;
      top: 10px;
      left: 10px;
      opacity: 0;
      font-size: 13px;
      line-height: 26px;
      color: white;
      user-select: none; }
      .pic-list .pic-item ._des span {
        display: block;
        height: 100%;
        overflow: hidden;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        transition: all .5s;
        font-weight: 700; }
      .pic-list .pic-item ._des._center span {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center; }
      .pic-list .pic-item ._des.font-20 {
        font-size: 20px; }

.mask {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  left: 0;
  top: 0;
  z-index: 101;
  display: flex;
  justify-content: center;
  align-items: center; }
  .mask > img,
  .mask > video {
    max-width: 95vw;
    max-height: 95%; }
  .mask .content {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    font-size: 20px;
    line-height: 30px;
    width: calc(100% - 40px);
    padding: 20px; }
    .mask .content .title {
      position: relative;
      padding: 0; }
    .mask .content ._des.hideTxt > p {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
    .mask .content ._des p {
      font-size: 22px; }
    .mask .content ._des a {
      color: #0584f2;
      position: relative;
      font-size: 16px; }
      .mask .content ._des a:hover {
        cursor: pointer; }
  .mask .title {
    position: absolute;
    bottom: 0;
    left: 0;
    color: white;
    font-size: 20px;
    line-height: 30px;
    padding: 20px;
    width: 100%;
    box-sizing: border-box; }
    .mask .title p {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      font-size: 20px;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
  .mask .close-img-shade {
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 102; }
  .mask .close-img-shade::before,
  .mask .close-img-shade::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 20px;
    top: 50%;
    left: calc(50% - 10px);
    background-color: white; }
  .mask .close-img-shade::before {
    transform: rotate(45deg); }
  .mask .close-img-shade::after {
    transform: rotate(-45deg); }
  .mask .popup {
    width: 560px;
    min-height: 270px;
    background-color: #fff4dc;
    border-radius: 8px; }
    .mask .popup .popup-header {
      width: calc(100% - 20px);
      padding-left: 20px;
      align-items: center;
      display: flex;
      height: 48px;
      background-color: #e4d1a5;
      border-radius: 8px 8px 0 0;
      color: #5e4422;
      font-size: 16px; }
      .mask .popup .popup-header .popup-close {
        position: relative;
        margin-left: auto; }
        .mask .popup .popup-header .popup-close .close-img-shade {
          right: 5px;
          top: -25px;
          transform: scale(0.7); }
    .mask .popup .popup-body {
      padding: 40px 20px; }
      .mask .popup .popup-body .row {
        align-items: center;
        display: flex;
        margin-bottom: 20px; }
        .mask .popup .popup-body .row label {
          width: 80px;
          height: 40px;
          line-height: 40px; }
        .mask .popup .popup-body .row._tag {
          flex-wrap: wrap;
          align-items: start; }
          .mask .popup .popup-body .row._tag .select-tag {
            margin-bottom: 10px;
            width: calc(30% - 10px); }
            .mask .popup .popup-body .row._tag .select-tag:nth-child(3n) {
              margin-right: 0; }
            .mask .popup .popup-body .row._tag .select-tag:nth-last-child(-n+3) {
              margin-bottom: 0; }
        .mask .popup .popup-body .row .tag-row {
          width: calc(100% - 80px);
          display: flex;
          flex-wrap: wrap; }
        .mask .popup .popup-body .row._time .select-tag {
          width: 30%; }
        .mask .popup .popup-body .row._time span {
          line-height: 40px;
          margin-right: 20px; }
        .mask .popup .popup-body .row._time select {
          background: transparent;
          border: 0;
          outline: none; }
      .mask .popup .popup-body input {
        border: 3px solid #5e4422;
        background-color: #fff4dc;
        border-radius: 5px;
        height: 30px;
        width: 400px;
        padding: 5px 10px; }
      .mask .popup .popup-body .search {
        margin-left: 20px;
        width: 80px;
        height: 46px;
        border-radius: 5px;
        text-align: center;
        line-height: 46px;
        background-color: #5e4422;
        color: white;
        display: block; }
        .mask .popup .popup-body .search:hover {
          cursor: pointer;
          text-decoration: none; }
      .mask .popup .popup-body .select-tag {
        background-color: #dfd1b7;
        width: 80px;
        height: 40px;
        border-radius: 5px;
        line-height: 40px;
        text-align: center;
        margin-right: 20px;
        cursor: pointer;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 0 5px;
        display: block; }
        .mask .popup .popup-body .select-tag.on {
          color: white;
          background-color: #9f2d09; }
  .mask .prev,
  .mask .next {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    transition: all .3s;
    background: url(../images/prev.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer; }
    .mask .prev:hover,
    .mask .next:hover {
      transform: scale(1.5); }
  .mask .prev {
    left: 0; }
  .mask .next {
    right: 0;
    background: url(../images/next.png) no-repeat;
    background-size: 100% 100%; }
    .mask .next:hover {
      transform: scale(1.5); }
