.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/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/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/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/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/index-2.jpg") center no-repeat;
  position: relative; }
  .index-2:after {
    display: block;
    content: '';
    background: url("../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/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/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/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/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/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/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/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: 39px; }
  .index-4 li.li_01 a {
    background-image: url("../images/img430_1.png"); }
  .index-4 li.li_02 a {
    background-image: url("../images/img430_2.png"); }
  .index-4 li.li_03 .name em {
    top: 60px; }
  .index-4 li.li_03 a {
    background-image: url("../images/img430_3.png"); }
  .index-4 li.li_04 a {
    background-image: url("../images/img430_4.png"); }

@font-face {
  font-family: "TIMES";
  src: url("TIMES.TTF") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "TIMESBD";
  src: url("TIMESBD.TTF") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "TIMESBI";
  src: url("TIMESBI.TTF") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "TIMESI";
  src: url("TIMESI.TTF") format("truetype");
  font-weight: normal;
  font-style: normal; }
.calendar-bg {
  background: url("../images/bg5.jpg") center top; }

.calendar-banner {
  height: 230px; }
  .calendar-banner .bg {
    height: 576px;
    background: center no-repeat;
    background-size: auto 100%; }

.calendar {
  position: relative;
  z-index: 5; }
  .calendar .layer-container {
    width: 298px;
    position: absolute;
    left: 50%;
    margin-left: -95px;
    top: -160px;
    z-index: 9; }
    .calendar .layer-container .layer {
      background: url("../images/img787.png") center no-repeat;
      width: 787px;
      height: 407px;
      position: absolute;
      z-index: 9;
      left: 50%;
      transform: translateX(-50%);
      top: 150px;
      margin-left: -50px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding-top: 10px;
      box-sizing: border-box;
      opacity: 0;
      visibility: hidden; }
      .calendar .layer-container .layer h2 {
        font-size: 25px;
        color: #E2401A;
        font-weight: bold; }
      .calendar .layer-container .layer .content {
        width: 552px;
        font-size: 16px;
        line-height: 24px;
        text-align: justify;
        padding: 15px 0; }
      .calendar .layer-container .layer .btn a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 160px;
        height: 50px;
        background: #E2401A;
        color: #fff;
        border-radius: 30px;
        font-size: 18px; }
    .calendar .layer-container:hover .layer {
      opacity: 1;
      visibility: visible; }
  .calendar .wal {
    min-height: 936px;
    background: url("../images/bg.jpg") center top;
    background-size: 475px;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    box-shadow: 0 0 54px 0 rgba(69, 35, 76, 0.17);
    padding-right: 116px;
    box-sizing: border-box; }
  .calendar .side {
    width: 468px;
    position: relative;
    z-index: 5;
    background: #fff;
    height: 937px; }
    .calendar .side .book {
      width: 468px;
      margin: 0 auto;
      position: relative;
      --deg: 70deg;
      transform-style: preserve-3d;
      perspective: 1800px; }
      .calendar .side .book .page {
        width: 468px;
        position: absolute;
        left: 0;
        backface-visibility: hidden;
        transition: transform 1.5s cubic-bezier(0.4, 0.2, 0.2, 1); }
        .calendar .side .book .page img {
          width: 100%; }
      .calendar .side .book .page-f {
        top: 0;
        transform-origin: center bottom;
        transform: rotateX(180deg); }
        .calendar .side .book .page-f.pass {
          transform: rotateX(360deg); }
      .calendar .side .book .page-b {
        top: 468px;
        transform-origin: center top;
        transform: rotateX(0deg); }
        .calendar .side .book .page-b.pass {
          transform: rotateX(180deg); }
    .calendar .side .arrow a {
      display: block;
      width: 64px;
      position: absolute;
      z-index: 95;
      top: 50%;
      transform: translateY(-50%); }
      .calendar .side .arrow a.prev {
        left: -25px; }
      .calendar .side .arrow a.next {
        right: -25px; }
      .calendar .side .arrow a.hide {
        display: none; }
  .calendar .side.nothing {
    background: #f5e9c9 url("../images/bg2.jpg") center no-repeat; }
    .calendar .side.nothing .arrow a {
      display: none; }
  .calendar .list {
    width: 760px;
    font-family: 'TIMES'; }
    .calendar .list .hd {
      display: flex;
      justify-content: center;
      align-items: flex-end;
      height: 123px;
      padding-bottom: 20px;
      border-bottom: #E7451D solid 3px;
      position: relative;
      font-size: 24px;
      color: #E2401A;
      line-height: 1em; }
      .calendar .list .hd b {
        font-size: 60px; }
      .calendar .list .hd em {
        font-style: normal;
        position: relative;
        top: -4px; }
      .calendar .list .hd .prev, .calendar .list .hd .next {
        display: block;
        width: 24px;
        position: absolute;
        z-index: 5;
        height: 24px;
        top: 98px;
        background: center no-repeat;
        background-size: 100%; }
        .calendar .list .hd .prev.hide, .calendar .list .hd .next.hide {
          display: none; }
      .calendar .list .hd .prev {
        background-image: url("../images/prev24_1.png");
        left: 0; }
      .calendar .list .hd .next {
        background-image: url("../images/next24_1.png");
        right: 0; }
    .calendar .list .week ul {
      display: grid;
      grid-gap: 5px;
      grid-template-columns: repeat(7, 1fr); }
    .calendar .list .week li {
      line-height: 55px;
      text-align: center;
      font-size: 24px;
      color: #E2401A; }
    .calendar .list .dates ul {
      display: grid;
      grid-gap: 10px 5px;
      grid-template-columns: repeat(7, 1fr); }
    .calendar .list .dates li {
      position: relative;
      background: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 105px;
      box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.08); }
      .calendar .list .dates li:after {
        content: '';
        position: absolute;
        z-index: 5;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        border: #E2401A solid 2px;
        opacity: 0; }
      .calendar .list .dates li span {
        font-size: 48px;
        color: rgba(202, 196, 178, 0.35); }
      .calendar .list .dates li img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        cursor: pointer; }
    .calendar .list .dates li.li_img {
      cursor: pointer; }
    .calendar .list .dates li.on:after {
      opacity: 1; }
    .calendar .list .dates li.prev {
      opacity: 0; }

.calendar-down {
  position: relative;
  z-index: 5; }
  .calendar-down:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -94px;
    right: 0;
    background: url("../images/calendar-down.png") center no-repeat;
    background-size: auto 100%;
    height: 406px; }
  .calendar-down .ico {
    width: 214px;
    position: absolute;
    right: -83px;
    top: -147px; }
  .calendar-down .wal {
    position: relative;
    max-width: 1400px;
    margin: 0 auto; }
  .calendar-down .title {
    background: url("../images/img1402.png") left bottom no-repeat;
    padding: 72px 0 33px 143px;
    position: relative; }
    .calendar-down .title h2 {
      font-size: 30px;
      line-height: 1em;
      color: #B88447;
      font-weight: bold; }
    .calendar-down .title .btn {
      display: block;
      width: 120px;
      position: absolute;
      right: 90px;
      bottom: 0; }
      .calendar-down .title .btn img {
        width: 100%; }
  .calendar-down .list {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 50px;
    cursor: grab; }
    .calendar-down .list .list-wrapper {
      width: 1900px;
      position: relative;
      left: 50%;
      transform: translateX(-50%); }
    .calendar-down .list .swiper-wrapper {
      transition-timing-function: linear; }
    .calendar-down .list li {
      /*width: 190px; float: left;*/ }
      .calendar-down .list li dd {
        height: 220px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative; }
        .calendar-down .list li dd:before {
          display: block;
          content: '';
          width: 272px;
          height: 272px;
          background: center no-repeat;
          background-size: cover;
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          pointer-events: none; }
        .calendar-down .list li dd img {
          width: 150px;
          height: 150px;
          position: relative;
          transition: .5s; }
        .calendar-down .list li dd:hover img {
          transform: scale(1.1); }
      .calendar-down .list li dd.dd_01:before {
        background-image: url("../images/img272_1.png"); }
      .calendar-down .list li dd.dd_02:before {
        background-image: url("../images/img272_2.png"); }
      .calendar-down .list li dd.dd_03:before {
        background-image: url("../images/img272_3.png"); }
      .calendar-down .list li dd.dd_04:before {
        background-image: url("../images/img272_4.png"); }
      .calendar-down .list li dd.dd_05:before {
        background-image: url("../images/img272_5.png"); }
      .calendar-down .list li dd.dd_06:before {
        background-image: url("../images/img272_6.png"); }
      .calendar-down .list li dd.dd_07:before {
        background-image: url("../images/img272_7.png"); }

.page-date {
  position: fixed;
  z-index: 20;
  top: 50%;
  right: 26px;
  background: url("../images/img91.png") center no-repeat;
  width: 91px;
  height: 140px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  padding-top: 40px;
  box-sizing: border-box;
  font-family: 'TIMES'; }
  .page-date span {
    font-size: 36px; }
  .page-date:hover {
    color: #fff; }

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