.header {
  top: 0;
  left: 0; }

.ggwc-banner {
  position: relative; }
  .ggwc-banner .list {
    width: 100%;
    overflow: hidden;
    position: relative; }
    .ggwc-banner .list li {
      height: 592px;
      background: center no-repeat;
      background-size: auto 100%; }
  .ggwc-banner .arrow a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    z-index: 5;
    top: 292px;
    width: 56px;
    height: 56px;
    background: rgba(255, 0, 0, 0.64); }
    .ggwc-banner .arrow a:before {
      display: block;
      content: '';
      position: absolute;
      left: -4px;
      top: -4px;
      right: -4px;
      bottom: -4px;
      box-sizing: border-box;
      border: rgba(191, 166, 0, 0.64) solid 4px;
      border-radius: 50%; }
    .ggwc-banner .arrow a.prev {
      left: 57px; }
    .ggwc-banner .arrow a.next {
      right: 57px; }
  .ggwc-banner .ren1 {
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: 6px;
    margin-left: -551px; }
  .ggwc-banner .ren2 {
    position: absolute;
    z-index: 2;
    right: 50%;
    bottom: 10px;
    margin-right: -539px; }
  .ggwc-banner .rabbit {
    position: absolute;
    z-index: 5;
    left: 50%;
    bottom: 42px;
    transform: translateX(-50%); }
  .ggwc-banner .title {
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: -19px;
    transform: translateX(-50%); }

[v-cloak] {
  display: none; }

.ggwc {
  position: relative;
  min-height: 100vh; }
  .ggwc .icons .ico {
    position: absolute;
    pointer-events: none; }
  .ggwc .icons .ico-1 {
    left: 50%;
    top: 119px;
    z-index: 5;
    margin-left: -645px; }
  .ggwc .icons .ico-2 {
    left: 50%;
    top: 209px;
    margin-left: -80px; }
  .ggwc .icons .ico-3 {
    left: 50%;
    top: 67px;
    z-index: 5;
    margin-left: 535px; }
  .ggwc .icons .ico-4 {
    left: 50%;
    top: 424px;
    margin-left: 238px; }
  .ggwc .icons .ico-5 {
    left: 50%;
    top: 471px;
    margin-left: 620px; }
  .ggwc .icons .ico-6 {
    left: 50%;
    top: 621px;
    margin-left: -750px; }
  .ggwc .icons .ico-7 {
    left: 50%;
    top: 595px;
    margin-left: -290px; }
  .ggwc .icons .ico-8 {
    left: 50%;
    top: 545px;
    margin-left: 225px; }
  .ggwc .icons .ico-9 {
    left: 50%;
    top: 850px;
    margin-left: 583px; }
  .ggwc .icons .ico-10 {
    left: 50%;
    top: 905px;
    margin-left: -42px; }
  .ggwc .icons .ico-11 {
    left: 50%;
    top: 1112px;
    margin-left: 445px; }
  .ggwc .icons .ico-12 {
    left: 50%;
    top: 1265px;
    margin-left: -330px; }
  .ggwc .icons .ico-13 {
    left: 50%;
    top: 1240px;
    margin-left: 260px; }
  .ggwc .wal {
    width: 1130px;
    margin: 0 auto;
    position: relative;
    z-index: 2; }
  .ggwc .nav {
    padding: 71px 0 43px 0; }
    .ggwc .nav ul {
      display: flex;
      justify-content: center; }
    .ggwc .nav li {
      padding: 0 2.5px; }
    .ggwc .nav a {
      display: block;
      box-sizing: border-box;
      width: 77px;
      height: 38px;
      line-height: 36px;
      text-align: center;
      border-radius: 20px;
      border: #CBCBCB solid 1px;
      font-size: 14px;
      color: #000000; }
      .ggwc .nav a:hover, .ggwc .nav a.on {
        background: #E91300;
        color: #fff;
        border-color: #E91300; }
  .ggwc .list {
    min-height: 50vh; }
    .ggwc .list ul {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-gap: 40px; }
    .ggwc .list li a {
      display: block;
      text-align: center; }
      .ggwc .list li a .img img {
        display: block;
        width: 100%;
        height: 250px;
        object-fit: cover; }
      .ggwc .list li a .name {
        font-size: 16px;
        color: #4F4F4F;
        height: 64px;
        line-height: 64px;
        width: 252px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        text-align: center; }

.ggwc-layer {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease; }
  .ggwc-layer.show {
    opacity: 1;
    visibility: visible; }
  .ggwc-layer .container {
    position: relative;
    width: 825px;
    background: #E5DBC7;
    border: 4px solid #62554A;
    border-radius: 19px;
    box-sizing: border-box;
    padding: 20px; }
    .ggwc-layer .container .close {
      position: absolute;
      z-index: 5;
      top: -7px;
      right: 40px; }
    .ggwc-layer .container .container2 {
      box-sizing: border-box;
      border-radius: 12px;
      border: 2px solid #B9B0A9;
      background: #fff;
      position: relative;
      padding: 38px 45px 40px 250px; }
      .ggwc-layer .container .container2 .img {
        position: absolute;
        left: 45px;
        top: 40px;
        width: 160px; }
        .ggwc-layer .container .container2 .img img {
          width: 100%; }
      .ggwc-layer .container .container2 .name {
        font-size: 24px;
        color: #000000;
        line-height: 1.3em; }
      .ggwc-layer .container .container2 .title {
        display: flex;
        align-items: center;
        padding: 30px 0 20px 0; }
        .ggwc-layer .container .container2 .title h5 {
          font-size: 16px;
          color: #C4A12D;
          flex: 0 0 auto;
          padding-right: 15px; }
        .ggwc-layer .container .container2 .title:after {
          display: block;
          content: '';
          width: 100%;
          height: 1px;
          background: #E1E1E1; }
      .ggwc-layer .container .container2 .content {
        font-size: 15px;
        line-height: 24px;
        color: #8C8C8C;
        min-height: 280px; }
      .ggwc-layer .container .container2 .btn {
        padding-top: 30px; }
        .ggwc-layer .container .container2 .btn a {
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: 30px;
          width: 158px;
          height: 53px;
          background: #E10B10;
          color: #FDFDF4;
          font-size: 18px;
          font-weight: bold; }

.page-num {
  display: flex;
  justify-content: center;
  padding: 50px 0 200px 0; }
  .page-num .el-pagination.is-background .el-pager li:not(.disabled, .active):hover {
    color: #DD2522; }
  .page-num .el-pagination.is-background .el-pager li:not(.disabled).active {
    background: #DD2522; }

.kpjc-banner {
  position: relative; }
  .kpjc-banner .list {
    width: 100%;
    overflow: hidden;
    position: relative; }
    .kpjc-banner .list li {
      height: 375px;
      background: center no-repeat;
      background-size: auto 100%; }
  .kpjc-banner .title {
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: -31px;
    transform: translateX(-50%); }

.kpjc {
  position: relative;
  min-height: 100vh; }
  .kpjc .icons .ico {
    position: absolute;
    pointer-events: none; }
  .kpjc .icons .ico-1 {
    left: 50%;
    top: -60px;
    z-index: 5;
    margin-left: -632px; }
  .kpjc .icons .ico-2 {
    left: 50%;
    top: 35px;
    margin-left: -333px; }
  .kpjc .icons .ico-3 {
    left: 50%;
    top: 6px;
    margin-left: 340px;
    z-index: 5; }
  .kpjc .icons .ico-4 {
    left: 50%;
    top: 56px;
    margin-left: 588px; }
  .kpjc .icons .ico-5 {
    left: 50%;
    top: 354px;
    margin-left: -630px;
    z-index: 5; }
  .kpjc .icons .ico-6 {
    left: 50%;
    top: 636px;
    margin-left: -705px; }
  .kpjc .icons .ico-7 {
    left: 50%;
    top: 736px;
    margin-left: 550px; }
  .kpjc .wal {
    width: 1130px;
    margin: 0 auto;
    position: relative;
    z-index: 2; }
  .kpjc .nav {
    padding: 71px 0 43px 0; }
    .kpjc .nav ul {
      display: flex;
      justify-content: center; }
    .kpjc .nav li {
      padding: 0 2.5px; }
    .kpjc .nav a {
      display: block;
      box-sizing: border-box;
      width: 77px;
      height: 38px;
      line-height: 36px;
      text-align: center;
      border-radius: 20px;
      border: #CBCBCB solid 1px;
      font-size: 14px;
      color: #000000; }
      .kpjc .nav a:hover, .kpjc .nav a.on {
        background: #E91300;
        color: #fff;
        border-color: #E91300; }
  .kpjc .list {
    min-height: 50vh; }
    .kpjc .list ul {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 30px; }
    .kpjc .list .item {
      transform-origin: center top;
      position: relative;
      padding-top: 35px; }
      .kpjc .list .item:before {
        display: block;
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        height: 43px;
        background: url("../images/v4/creative/images/img253.png") center top no-repeat; }
      .kpjc .list .item .img {
        border-radius: 14px;
        padding: 10px;
        background: #c2e4f0;
        position: relative;
        z-index: 2; }
        .kpjc .list .item .img img {
          width: 100%;
          height: 220px;
          object-fit: cover;
          border-radius: 14px; }
        .kpjc .list .item .img:after {
          display: block;
          content: '';
          position: absolute;
          z-index: 5;
          left: 0;
          top: 0;
          right: 0;
          bottom: 0;
          background: url("../images/v4/creative/images/img59.png") center no-repeat;
          cursor: pointer; }
      .kpjc .list .item .name {
        font-size: 16px;
        color: #4F4F4F;
        height: 50px;
        line-height: 50px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        text-align: center; }
    .kpjc .list li:nth-child(3n+2) .item .img {
      background: #EDD6AA; }
    .kpjc .list li:nth-child(3n+3) .item .img {
      background: #FEDDEC; }
    .kpjc .list li:nth-child(1) .item {
      transform: rotate(-2deg);
      top: 5px; }
    .kpjc .list li:nth-child(2) .item {
      transform: rotate(1deg); }
    .kpjc .list li:nth-child(3) .item {
      transform: rotate(4deg); }
    .kpjc .list li:nth-child(4) .item {
      transform: rotate(-1deg); }
    .kpjc .list li:nth-child(5) .item {
      transform: rotate(-2deg); }
    .kpjc .list li:nth-child(6) .item {
      transform: rotate(1deg); }
    .kpjc .list li:nth-child(7) .item {
      transform: rotate(-2deg);
      top: 5px; }
    .kpjc .list li:nth-child(8) .item {
      transform: rotate(1deg); }
    .kpjc .list li:nth-child(9) .item {
      transform: rotate(4deg); }

.video-layer {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease; }
  .video-layer.show {
    opacity: 1;
    visibility: visible; }
  .video-layer .container {
    position: relative;
    width: 1125px;
    background: #000000;
    border: 4px solid #AE9A89;
    border-radius: 19px;
    box-sizing: border-box; }
    .video-layer .container .close {
      position: absolute;
      z-index: 5;
      top: -7px;
      right: 22px; }
    .video-layer .container .img {
      width: 100%;
      border-radius: 15px;
      overflow: hidden;
      position: relative; }
    .video-layer .container video {
      display: block;
      width: 100%; }

.index-1 {
  background: url("../images/v4/creative/images/index-1.png") center top no-repeat;
  height: 420px; }
  .index-1 ul {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 350px; }
  .index-1 li {
    padding: 0 6px;
    position: relative; }
    .index-1 li a {
      display: block;
      text-align: center; }
      .index-1 li a .img {
        width: 158px; }
      .index-1 li a .name {
        font-size: 18px;
        padding-top: 12px;
        font-weight: bold;
        color: #3D3232; }
  .index-1 li:nth-child(2), .index-1 li:nth-child(5) {
    top: -26px; }
  .index-1 li:nth-child(3), .index-1 li:nth-child(4) {
    top: -43px; }

.index-map-btns {
  position: absolute;
  z-index: 50000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center; }
  .index-map-btns ul {
    display: flex; }
  .index-map-btns li {
    padding: 0 11px; }
  .index-map-btns a {
    display: block;
    text-align: center;
    width: 220px;
    height: 380px;
    background: url("../images/v4/creative/images/img220.png") center no-repeat; }
    .index-map-btns a .img {
      height: 263px;
      display: flex;
      align-items: flex-end; }
    .index-map-btns a .name {
      font-size: 18px;
      font-weight: bold;
      color: #000000;
      padding-top: 30px; }

.index-2 {
  height: 740px;
  background: url("../images/v4/creative/images/index-2.jpg") center no-repeat;
  position: relative; }
  .index-2:after {
    display: block;
    content: '';
    background: url("../images/v4/creative/images/img1109.png") center no-repeat;
    width: 1109px;
    height: 645px;
    position: absolute;
    z-index: 5;
    left: 50%;
    top: 54px;
    margin-left: -540px;
    pointer-events: none; }
  .index-2 .title {
    text-align: center;
    padding: 62px 0 60px 0; }
  .index-2 .wal {
    max-width: 999px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; }
    .index-2 .wal .item {
      border-radius: 57px;
      position: relative; }
      .index-2 .wal .item .list {
        width: 100%;
        overflow: hidden;
        position: relative;
        text-align: center; }
        .index-2 .wal .item .list a {
          display: block; }
          .index-2 .wal .item .list a .name {
            font-size: 18px;
            color: #010101; }
      .index-2 .wal .item .dots {
        position: absolute;
        z-index: 5;
        left: 0;
        right: 0;
        bottom: 20px;
        display: flex;
        justify-content: center; }
        .index-2 .wal .item .dots span {
          width: 9px;
          height: 9px;
          border-radius: 50%;
          background: #FF0A0A;
          margin: 0 5px; }
        .index-2 .wal .item .dots span.swiper-pagination-bullet-active {
          background: #F8D14B; }
      .index-2 .wal .item .arrow a {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        position: absolute;
        z-index: 5;
        top: 50%;
        transform: translateY(-50%);
        width: 44px;
        height: 44px;
        background: rgba(255, 0, 0, 0.64);
        opacity: 0; }
        .index-2 .wal .item .arrow a:before {
          display: block;
          content: '';
          position: absolute;
          left: -4px;
          top: -4px;
          right: -4px;
          bottom: -4px;
          box-sizing: border-box;
          border: rgba(191, 166, 0, 0.64) solid 4px;
          border-radius: 50%; }
        .index-2 .wal .item .arrow a img {
          width: 18px; }
        .index-2 .wal .item .arrow a.prev {
          left: 30px; }
        .index-2 .wal .item .arrow a.next {
          right: 30px; }
      .index-2 .wal .item:hover .arrow a {
        opacity: 1; }
    .index-2 .wal .item-1 {
      border-top-left-radius: 33px;
      background: #DBEFFF;
      width: 481px;
      height: 523px; }
      .index-2 .wal .item-1 .list a .img {
        padding: 77px 0 37px 0; }
        .index-2 .wal .item-1 .list a .img img {
          height: 332px; }
      .index-2 .wal .item-1 .dots {
        bottom: 30px; }
    .index-2 .wal .item-2 {
      background: #FFEDBF;
      width: 499px;
      height: 240px; }
      .index-2 .wal .item-2 .list {
        top: -6px; }
      .index-2 .wal .item-2 .list a .img {
        padding: 0 0 20px 0; }
        .index-2 .wal .item-2 .list a .img img {
          height: 161px; }
    .index-2 .wal .item-3 {
      background: #FFD8CC;
      width: 499px;
      height: 257px;
      margin-top: 22px; }
      .index-2 .wal .item-3 .list {
        top: -9px; }
      .index-2 .wal .item-3 .list a .img {
        padding: 0 0 20px 0; }
        .index-2 .wal .item-3 .list a .img img {
          height: 177px; }

.index-3 {
  height: 765px;
  background: url("../images/v4/creative/images/index-3.png") center no-repeat;
  position: relative; }
  .index-3 .title {
    text-align: center;
    padding: 173px 0 40px 0; }
  .index-3 .list {
    width: 100%;
    overflow: hidden;
    position: relative; }
    .index-3 .list ul {
      display: flex;
      justify-content: center; }
    .index-3 .list li {
      padding: 0 10px;
      height: 400px; }
      .index-3 .list li .item {
        transform-origin: center top;
        position: relative;
        padding-top: 35px;
        width: 400px;
        display: block; }
        .index-3 .list li .item:before {
          display: block;
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          right: 0;
          height: 43px;
          background: url("../images/v4/creative/images/img253.png") center top no-repeat; }
        .index-3 .list li .item .img {
          border-radius: 14px;
          padding: 10px;
          background: #c2e4f0;
          position: relative;
          z-index: 2; }
          .index-3 .list li .item .img img {
            width: 100%;
            height: 260px;
            object-fit: cover;
            border-radius: 14px; }
          .index-3 .list li .item .img:after {
            display: block;
            content: '';
            position: absolute;
            z-index: 5;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            background: url("../images/v4/creative/images/img59.png") center no-repeat;
            cursor: pointer; }
        .index-3 .list li .item .name {
          font-size: 16px;
          color: #4F4F4F;
          height: 50px;
          line-height: 50px;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          text-align: center; }
    .index-3 .list li:nth-child(1) .item {
      transform: rotate(4deg);
      top: 5px; }
      .index-3 .list li:nth-child(1) .item:before {
        background-image: url("../images/v4/creative/images/img253_1.png"); }
      .index-3 .list li:nth-child(1) .item .img {
        background: #FFD8CC; }
    .index-3 .list li:nth-child(2) .item {
      transform: rotate(-1deg); }
      .index-3 .list li:nth-child(2) .item:before {
        background-image: url("../images/v4/creative/images/img253_2.png"); }
      .index-3 .list li:nth-child(2) .item .img {
        background: #C2E4F0; }
    .index-3 .list li:nth-child(3) .item {
      transform: rotate(-5deg); }
      .index-3 .list li:nth-child(3) .item:before {
        background-image: url("../images/v4/creative/images/img253_3.png"); }
      .index-3 .list li:nth-child(3) .item .img {
        background: #F0E7C2; }
  .index-3 .dots {
    display: flex;
    justify-content: center; }
    .index-3 .dots span {
      width: 9px;
      height: 9px;
      border-radius: 50%;
      background: #FF0A0A;
      margin: 0 5px; }
    .index-3 .dots span.swiper-pagination-bullet-active {
      background: #F8D14B; }
  .index-3 .arrow a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    z-index: 5;
    top: 50%;
    transform: translateY(-150%);
    width: 44px;
    height: 44px;
    background: rgba(255, 0, 0, 0.64);
    opacity: 0; }
    .index-3 .arrow a:before {
      display: block;
      content: '';
      position: absolute;
      left: -4px;
      top: -4px;
      right: -4px;
      bottom: -4px;
      box-sizing: border-box;
      border: rgba(191, 166, 0, 0.64) solid 4px;
      border-radius: 50%; }
    .index-3 .arrow a img {
      width: 18px; }
    .index-3 .arrow a.prev {
      left: 50%;
      margin-left: -750px; }
    .index-3 .arrow a.next {
      right: 50%;
      margin-right: -750px; }
  .index-3:hover .arrow a {
    opacity: 1; }

.index-4 {
  width: 1398px;
  margin: 0 auto;
  padding: 55px 0; }
  .index-4 ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 54px; }
  .index-4 li {
    position: relative; }
    .index-4 li .name {
      position: absolute;
      left: -17px;
      top: 50px;
      z-index: 5;
      width: 48px; }
      .index-4 li .name em {
        position: absolute;
        z-index: 2;
        left: 12px;
        top: 52px;
        font-size: 14px;
        width: 1em;
        line-height: 1.1em;
        color: #626262;
        font-style: normal; }
    .index-4 li a {
      display: block;
      height: 275px;
      background: url("../images/v4/creative/images/img430_1.png") center no-repeat;
      background-size: cover;
      padding: 60px 40px 0 58px;
      box-sizing: border-box;
      position: relative; }
      .index-4 li a h3 {
        font-size: 18px;
        line-height: 24px;
        font-weight: 600; }
      .index-4 li a p {
        font-size: 12px;
        line-height: 20px;
        height: 80px;
        color: #767676;
        margin-top: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical; }
      .index-4 li a .time {
        font-style: italic;
        color: #E10200;
        font-size: 12px;
        position: absolute;
        right: 50px;
        bottom: 30px; }
  .index-4 li.li_01 a {
    background-image: url("../images/v4/creative/images/img430_1.png"); }
  .index-4 li.li_02 a {
    background-image: url("../images/v4/creative/images/img430_2.png"); }
  .index-4 li.li_03 .name em {
    top: 60px; }
  .index-4 li.li_03 a {
    background-image: url("../images/v4/creative/images/img430_3.png"); }
  .index-4 li.li_04 a {
    background-image: url("../images/v4/creative/images/img430_4.png"); }

/*# sourceMappingURL=fans.css.map */
