.foot-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 42px 100px;
  height: 453px;
  background: #b13b2e url('../img/footer.png') no-repeat top left / auto 100%;
  color: #e99287;
}
.foot-wrapper .foot-top {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  margin: 0 auto 45px;
  left: 350px;
}
.foot-wrapper .foot-top .section {
  height: 275px;
  text-align: left;
  padding: 45px 70px 0;
  border-right: solid 1px #e99287;
}
.foot-wrapper .foot-top .section:last-child {
  border-right: none;
}
.foot-wrapper .foot-top .section .section-title {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 25px;
}
.foot-wrapper .foot-top .section .section-desc-item {
  font-size: 14px;
  line-height: 30px;
}
.foot-wrapper .footer-bottom {
  font-size: 14px;
  line-height: 30px;
  text-align: center;
}
.foot-wrapper a {
  color: inherit;
}
.foot-wrapper a:hover {
  text-decoration: underline;
}
.foot-wrapper a:visited {
  color: inherit;
}
a {
  color: inherit;
}
a:visited {
  color: inherit;
}
.head-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 134px;
  width: 100%;
  border-top: 6px solid #b13b2e;
  background: #f3f3f3 url('../img/cloud.png') 0 0 repeat;
  background-size: auto 128px;
}
.head-wrapper .head-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1468px;
  height: 128px;
  margin: 0 auto;
  color: #b13b2e;
}
.head-wrapper .head-content .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.head-wrapper .head-content .left .logo {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 80px;
  height: 80px;
  margin-right: 34px;
  background: url('../img/logo.png') no-repeat center / cover;
}
.head-wrapper .head-content .left .text .zh {
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 10px;
}
.head-wrapper .head-content .left .text .en {
  font-size: 12px;
}
.head-wrapper .head-content .right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.head-wrapper .head-content .right.hidden {
  display: none;
}
.head-wrapper .head-content .right .search-content {
  visibility: hidden;
  background-color: #f3f3f3;
  width: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 37px;
  color: #bd6759;
  outline: none;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  -webkit-box-sizing: none;
          box-sizing: none;
  border: solid 2px #bd6759;
  font-size: 20px;
  padding: 0 15px;
  -webkit-transition: all linear 200ms;
  transition: all linear 200ms;
}
.head-wrapper .head-content .right .search-content.show {
  width: 300px;
  visibility: visible;
}
.head-wrapper .head-content .right .icon {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  background: no-repeat center / cover;
  margin-left: 45px;
  cursor: pointer;
  position: relative;
}
.head-wrapper .head-content .right .icon::after {
  content: '';
  position: absolute;
  top: -10px;
  bottom: -10px;
  right: -10px;
  left: -10px;
}
.head-wrapper .head-content .right .icon.search {
  width: 26px;
  height: 26px;
  margin-left: 20px;
  background-image: url('../img/search.png');
}
.head-wrapper .head-content .right .icon.wechat {
  width: 34px;
  height: 27px;
  background-image: url('../img/wechat.png');
}
.head-wrapper .head-content .right .icon.menu {
  width: 28px;
  height: 20px;
  background-image: url('../img/menu.png');
}
.head-wrapper .head-content .right .menu-list {
  position: absolute;
  right: 0;
  top: 85px;
  width: 166px;
  height: 0;
  background-color: #ba5140;
  color: #f9f0de;
  -webkit-box-shadow: 12px 0 10px 0 rgba(24, 47, 10, 0.19);
          box-shadow: 12px 0 10px 0 rgba(24, 47, 10, 0.19);
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all ease-in-out 300ms 50ms;
  transition: all ease-in-out 300ms 50ms;
}
.head-wrapper .head-content .right .menu-list.show {
  height: 387px;
}
.head-wrapper .head-content .right .menu-list .menu-item {
  font-size: 16px;
  line-height: 50px;
  display: inline-block;
  border-bottom: solid 1px #f9f0de;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.head-wrapper .head-content .right .menu-list .menu-item:last-child {
  border-bottom: none;
}
.head-wrapper .head-desc-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  background-color: rgba(177, 59, 46, 0.7);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 0;
  -webkit-transition: all ease-in-out 300ms 50ms;
  transition: all ease-in-out 300ms 50ms;
  overflow: hidden;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.6;
  font-family: "仿宋", STFangsong, Microsoft YaHei, sans-serif;
}
.head-wrapper .head-desc-wrapper.show {
  height: 626px;
}
.head-wrapper .head-desc-wrapper .head-desc-content {
  width: 1300px;
}
.single-page-shuzi2 {
  background: url('../img/shuzi2/bg1.jpg') center no-repeat;
  background-size: cover;
}
.single-page-shuzi2 .bg1 {
  left: 0;
  bottom: 0;
  min-height: 300px;
  width: 100%;
  z-index: 2;
}
.single-page-shuzi2 .bg2 {
  width: 100%;
  left: 0;
  bottom: 10%;
}
.single-page-shuzi2 .bg3 {
  right: 0;
  top: 46px;
  z-index: 3;
}
.single-page-shuzi2 .bg4 {
  left: 0;
  bottom: 25px;
  z-index: 3;
}
.single-page-shuzi2 .bg5 {
  z-index: 20;
  left: 96px;
  top: 378px;
}
.single-page-shuzi2 .bg6 {
  z-index: 20;
  left: 35%;
  top: 46.3%;
  pointer-events: none;
}
.single-page-shuzi2 .bg7 {
  z-index: 20;
  left: 30%;
  top: 76.3%;
}
.single-page-shuzi2 .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  position: relative;
  z-index: 15;
}
.single-page-shuzi2 .wrapper .intro-img {
  display: block;
  margin-right: 5%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 39.37vw;
}
.single-page-shuzi2 .wrapper .intro-img img {
  display: block;
  width: 100%;
  -webkit-border-radius: 37px;
          border-radius: 37px;
}
.single-page-shuzi2 .wrapper .info {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
}
.single-page-shuzi2 .wrapper .info img {
  width: 71.27%;
}
.single-page-shuzi2 .wrapper .info h4 {
  font-size: 27px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  width: 550px;
  margin-top: 10px;
}
.single-page-shuzi2 .wrapper .info p {
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  color: #fff;
  width: 550px;
  margin-top: 20px;
}
.single-page-shuzi2 .wrapper .info[data-target='shurufa'] .swiper-container-shurufa {
  position: relative;
  z-index: 10;
  visibility: visible;
}
.single-page-shuzi2 .wrapper .info[data-target='shurufa'] .swiper-container-bizhi {
  z-index: -1;
  visibility: hidden;
}
.single-page-shuzi2 .wrapper .info[data-target='bizhi'] .swiper-container-shurufa {
  position: relative;
  z-index: -1;
  visibility: hidden;
}
.single-page-shuzi2 .wrapper .info[data-target='bizhi'] .swiper-container-bizhi {
  z-index: 10;
  visibility: visible;
}
.single-page-shuzi2 .wrapper .change-btn {
  margin-top: 30px;
}
.single-page-shuzi2 .wrapper .change-btn .btn {
  display: inline-block;
  width: 158px;
  cursor: pointer;
}
.single-page-shuzi2 .wrapper .change-btn .btn img {
  width: 100%;
  display: none;
}
.single-page-shuzi2 .wrapper .change-btn .btn img:nth-child(1) {
  display: block;
}
.single-page-shuzi2 .wrapper .change-btn .btn.active img:nth-child(1) {
  display: none;
}
.single-page-shuzi2 .wrapper .change-btn .btn.active img:nth-child(2) {
  display: block;
}
.single-page-shuzi2 .wrapper .change-btn .btn + .btn {
  margin-left: 20px;
}
.single-page-shuzi2 .wrapper .swiper {
  position: relative;
  z-index: 30;
  width: 600px;
  margin: 90px 0 0 0;
}
.single-page-shuzi2 .wrapper .swiper .swiper-slide {
  text-align: center;
  width: 193px;
  height: 144px;
}
.single-page-shuzi2 .wrapper .swiper .swiper-slide img {
  width: 193px;
  height: 144px;
  object-fit: cover;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  border: 2px solid #a0af9c;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}
.single-page-shuzi2 .wrapper .swiper .swiper-slide p {
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  margin-top: 15px;
}
.single-page-shuzi2 .wrapper .swiper-container {
  position: relative;
}
.single-page-shuzi2 .wrapper .swiper-container .left {
  position: absolute;
  left: 0%;
  top: 40%;
  -webkit-transform: translate(-200%, 0%);
      -ms-transform: translate(-200%, 0%);
          transform: translate(-200%, 0%);
  color: #fff;
  cursor: pointer;
}
.single-page-shuzi2 .wrapper .swiper-container .left .iconfont {
  font-size: 28px;
}
.single-page-shuzi2 .wrapper .swiper-container .right {
  position: absolute;
  right: 0%;
  top: 40%;
  -webkit-transform: translate(200%, 0%);
      -ms-transform: translate(200%, 0%);
          transform: translate(200%, 0%);
  color: #fff;
  cursor: pointer;
}
.single-page-shuzi2 .wrapper .swiper-container .right .iconfont {
  font-size: 28px;
}
.single-page-shuzi2 .wrapper .swiper-container-bizhi {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin-top: 0;
}
.single-page-shuzi2 .wrapper .swiper-container-bizhi .swiper {
  margin-top: 0;
}
.single-page {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.bg-img {
  position: absolute;
}
.single-page-zhishi {
  background: url('../img/wenchuang/bg2.jpg') center no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.single-page-zhishi .bg1 {
  top: 60px;
  right: 20px;
  max-width: 63%;
}
.single-page-zhishi .bg2 {
  top: 423px;
  left: 20%;
  z-index: 10;
}
.single-page-zhishi .bg3 {
  top: 500px;
  left: 0px;
  max-width: 38%;
}
.single-page-zhishi .bg4 {
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 320px;
  object-fit: cover;
}
.single-page-zhishi .wrapper {
  position: relative;
  z-index: 10;
  width: 90%;
  margin: 0 0 0 10%;
  padding-top: 10%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.single-page-zhishi .wrapper .title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.single-page-zhishi .wrapper .title .h1 {
  width: 25vw;
  display: block;
}
.single-page-zhishi .wrapper .title p {
  font-family: Helvetica;
  font-size: 29px;
  font-weight: 700;
  line-height: 33px;
  color: #fff;
  margin-top: 28px;
}
.single-page-zhishi .wrapper .info-list {
  padding-top: 3%;
  margin-left: 3%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-height: -webkit-calc(100% - 10px);
  max-height: calc(100% - 10px);
}
.single-page-zhishi .wrapper .info-list::-webkit-scrollbar {
  display: none;
}
.single-page-zhishi .wrapper .info-list ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (2fr)[2];
      grid-template-columns: repeat(2, 2fr);
  gap: 32px;
}
.single-page-zhishi .wrapper .info-list ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.single-page-zhishi .wrapper .info-list ul li a img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 24px;
  width: 150px;
  height: 90px;
  object-fit: cover;
  -webkit-border-radius: 10px;
          border-radius: 10px;
}
.single-page-zhishi .wrapper .info-list ul li a .iconfont {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #c9c9c9;
  margin-left: 40px;
  font-size: 20px;
}
.single-page-zhishi .wrapper .info-list ul li a .info {
  color: #fff;
  width: 300px;
}
.single-page-zhishi .wrapper .info-list ul li a .info h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 4px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.single-page-zhishi .wrapper .info-list ul li a .info P {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #e0e0e0;
  height: 44px;
  overflow: hidden;
}
.single-page-zhishi .wrapper .info-list ul li a .info .time {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #e0e0e0;
}
.single-page-zhishi .footer2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  bottom: unset;
  padding-bottom: 54px;
}
@media (max-width: 1450px) {
  .single-page-zhishi .wrapper {
    padding-top: 12%;
  }
  .single-page-zhishi .wrapper .title .h1 {
    max-width: 300px;
  }
  .single-page-zhishi .wrapper .info-list {
    padding-top: 1%;
  }
  .single-page-zhishi .wrapper .info-list ul {
    gap: 10px;
  }
  .single-page-zhishi .wrapper .info-list ul li a img {
    max-width: 150px;
  }
  .single-page-zhishi .wrapper .info-list ul li a .info .time {
    margin-top: 2px;
  }
}
.single-page-wenchuang {
  background: url('../img/wenchuang/bg.jpg') center no-repeat;
  background-size: cover;
}
.single-page-wenchuang .swiper {
  height: 100vh;
}
.single-page-wenchuang .bg1 {
  left: 0;
  top: 100px;
  z-index: 8;
}
.single-page-wenchuang .bg3 {
  left: 0;
  width: 100%;
  bottom: 0;
  min-height: 50%;
}
.single-page-wenchuang .bg41 {
  width: 130px;
  left: 118px;
  bottom: 248px;
  z-index: 5;
}
.single-page-wenchuang .bg4 {
  left: 179px;
  bottom: 179px;
  z-index: 5;
}
.single-page-wenchuang .bg5 {
  right: 0;
  top: 232px;
  z-index: 2;
}
.single-page-wenchuang .txt2 {
  position: absolute;
  left: 65px;
  bottom: 23px;
  z-index: 8;
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
}
.single-page-wenchuang .swiper {
  width: 100%;
  position: relative;
  z-index: 10;
}
.single-page-wenchuang .item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
}
.single-page-wenchuang .item .product {
  position: relative;
  max-height: 90vh;
}
.single-page-wenchuang .item .product img {
  display: block;
  max-height: 90vh;
  object-fit: contain;
}
.single-page-wenchuang .item .product .txt1 {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-100%, -50%);
      -ms-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
.single-page-wenchuang .item .product .txt1 img {
  width: 9vw;
}
.single-page-wenchuang .item .product .txt1 p {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  margin-top: 25px;
}
.single-page-wenchuang .item .product .name {
  padding-left: 20px;
  position: absolute;
  right: 0;
  -webkit-transform: translate(100%, -50%);
      -ms-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  top: 50%;
  height: 100%;
  display: none;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.single-page-wenchuang .item .product .name.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.single-page-wenchuang .item .product .name h3 {
  font-family: Helvetica;
  font-size: 34px;
  font-weight: 700;
  line-height: 39px;
}
.single-page-wenchuang .item .product .name h4 {
  font-family: Helvetica;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  margin-top: 5px;
}
.single-page-wenchuang .item .product .name p {
  font-family: Helvetica;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-top: 10px;
}
.single-page-wenchuang .item .product .name .numb {
  font-family: Helvetica;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
  margin-top: 30px;
}
.single-page-wenchuang .item .product .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single-page-wenchuang .item .product .info .swiper {
  width: 100%;
  height: 100%;
}
.single-page-wenchuang .item .product .info img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.single-page-wenchuang .item .p2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.single-page-wenchuang .item .p2 img {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  top: -110px;
}
.single-page-wenchuang .item .p2 img:nth-child(2) {
  margin-left: -200px;
  top: 0;
}
.single-page-wenchuang .swiper-pagination {
  width: 100%;
  bottom: 0px;
}
.single-page-wenchuang .swiper-pagination .swiper-pagination-bullet {
  width: 25px;
  height: 25px;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: none;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  margin: 0 17px;
}
.single-page-wenchuang .swiper-pagination .swiper-pagination-bullet-active {
  background-color: rgba(0, 0, 0, 0.3);
}
.single-page-ip-wrapper {
  background: #1c445a url('../img/culturalCreation/ip/bg.png') no-repeat center / cover;
  width: 100vw;
  height: 100vh;
}
.single-page-ip-wrapper .single-page-content {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single-page-ip-wrapper .single-page-content .title {
  position: relative;
  left: 8.75%;
  width: 513px;
  height: 62px;
  margin-bottom: 25px;
  background: url('../img/culturalCreation/ip/text.png') no-repeat center / 100% 100%;
}
.single-page-ip-wrapper .single-page-content .sub-title {
  position: relative;
  left: 8.75%;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 7vh;
}
.single-page-ip-wrapper .single-page-content .swiper-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 94%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 40px;
}
.single-page-ip-wrapper .single-page-content .swiper-container .swiper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.single-page-ip-wrapper .single-page-content .swiper-container .swiper .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-page-ip-wrapper .single-page-content .swiper-container .swiper .swiper-slide .img-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 17px;
  width: 14.8vw;
  height: 17.9vw;
  background: url('../img/culturalCreation/ip/line.png') no-repeat center / 100% 100%;
}
.single-page-ip-wrapper .single-page-content .swiper-container .swiper .swiper-slide .img-wrapper img {
  width: 13.5vw;
  height: 16.5vw;
  object-fit: cover;
}
.single-page-ip-wrapper .single-page-content .swiper-container .swiper .swiper-slide .text {
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #fff;
}
.single-page-ip-wrapper .single-page-content .swiper-container .left,
.single-page-ip-wrapper .single-page-content .swiper-container .right {
  position: relative;
  top: 8.95vw;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 43px;
  height: 82px;
  background: url('../img/culturalCreation/ip/arrow.png') no-repeat center / 100% 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.single-page-ip-wrapper .single-page-content .swiper-container .left.left,
.single-page-ip-wrapper .single-page-content .swiper-container .right.left {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  margin-right: 3vw;
}
.single-page-ip-wrapper .single-page-content .swiper-container .left .right,
.single-page-ip-wrapper .single-page-content .swiper-container .right .right {
  margin-left: 3vw;
}
.single-page-ip-wrapper .single-page-content .btn-wrapper {
  position: relative;
  z-index: 10;
  width: 300px;
  height: 102px;
  margin: 0 auto;
}
.single-page-ip-wrapper .single-page-content .btn-wrapper .btn {
  display: block;
  position: relative;
  z-index: 10;
  width: 300px;
  height: 102px;
  background: url('../img/culturalCreation/ip/btn.png') no-repeat center / 100% 100%;
}
.single-page-ip-wrapper .single-page-content .btn-wrapper .btn-cloud1 {
  position: absolute;
  z-index: 11;
  left: -48px;
  bottom: -10px;
  width: 130px;
  height: 53px;
  background: url('../img/culturalCreation/ip/cloud2.png') no-repeat center / 100% 100%;
}
.single-page-ip-wrapper .single-page-content .btn-wrapper .btn-cloud2 {
  position: absolute;
  top: -21px;
  right: -32px;
  width: 104px;
  height: 42px;
  background: url('../img/culturalCreation/ip/cloud1.png') no-repeat center / 100% 100%;
}
.single-page-ip-wrapper .single-page-content .crane {
  position: absolute;
  z-index: 10;
  top: -100px;
  right: 200px;
  width: 500px;
  height: 500px;
  background: url('../img/culturalCreation/common/crane.webp') left bottom no-repeat;
  background-size: 100% auto;
}
.single-page-ip-wrapper .single-page-content .sline {
  position: absolute;
  right: 0;
  width: 463px;
  height: 175px;
  top: 17vh;
  background: url('../img/culturalCreation/ip/sLine.png') no-repeat center / 100% 100%;
}
@media (max-width: 1750px) {
  .single-page-ip-wrapper .single-page-content {
    zoom: 0.9;
  }
}
@media (max-width: 1530px) {
  .single-page-ip-wrapper .single-page-content {
    zoom: 0.8;
  }
}
@media (max-width: 1367px) {
  .single-page-ip-wrapper .single-page-content {
    zoom: 0.7;
  }
}
@media (max-width: 1260px) {
  .single-page-ip-wrapper .single-page-content {
    zoom: 0.67;
  }
}
.footer2 {
  position: absolute;
  left: 0;
  bottom: 54px;
  width: 100%;
}
.footer2 .container {
  width: 1200px;
  max-width: 90%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
.footer2 .column ul li {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}
.footer2 .column ul li a {
  display: block;
}
.footer2 .column ul li:first-child {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
  margin-bottom: 6px;
}
.footer2 .column ul li:hover {
  color: #fff;
}
.footer2 .column ul li .send-operate {
  background: url('../img/operate.png') center no-repeat;
  background-size: 100% auto;
  width: 153px;
  height: 59px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  margin-top: 10px;
}
#page-swiper {
  height: 100vh;
}
.swiper-slide .animate__animated {
  display: none;
}
.swiper-slide.swiper-slide-active .animate__animated {
  display: block;
}
.cutural-page-wrapper {
  width: 100vw;
  font-family: Helvetica, 'Courier New', Courier, monospace;
}
.cultural-page1 {
  position: relative;
  background: url('../img/culturalCreation/page1/bg.png') repeat right top / 100% 100%;
  width: 100vw;
  height: 100vh;
  color: #fff;
}
.cultural-page1 .text-wrapper {
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  top: -webkit-calc(50% - 50px);
  top: calc(50% - 50px);
  -webkit-transform: translate3D(0, -50%, 0);
      -ms-transform: translate3D(0, -50%, 0);
          transform: translate3D(0, -50%, 0);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 4.4vw;
}
.cultural-page1 .text-wrapper .v-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 16.6vw;
}
.cultural-page1 .text-wrapper .v-text .v-line {
  width: 2px;
  height: 140px;
  background-color: #fff;
  margin-bottom: 20px;
}
.cultural-page1 .text-wrapper .v-text .v-text-item {
  font-size: 20px;
  line-height: 22px;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.cultural-page1 .text-center-wrapper {
  position: relative;
  z-index: 100;
  padding-top: 200px;
}
.cultural-page1 .text-center-wrapper .big-text {
  margin: 0 auto 25px;
  width: 1013px;
  height: 300px;
  background: url('../img/culturalCreation/page1/text.png') left bottom no-repeat;
  background-size: 100% auto;
}
.cultural-page1 .text-center-wrapper .text-content {
  margin-right: 3.5vw;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.cultural-page1 .text-center-wrapper .text-content .text1 {
  margin-bottom: 4px;
  font-size: 50px;
  line-height: 70px;
  margin-bottom: 3px;
}
.cultural-page1 .text-center-wrapper .text-content .text2 {
  position: relative;
  font-size: 26px;
  line-height: 30px;
}
.cultural-page1 .text-center-wrapper .text-content .text2 .crane {
  position: absolute;
  bottom: -300px;
  right: -500px;
  width: 500px;
  height: 500px;
  background: url('../img/culturalCreation/common/crane.webp') left bottom no-repeat;
  background-size: 100% auto;
}
.cultural-page1 .mountain {
  position: absolute;
  z-index: 20;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100vh;
  background: url('../img/culturalCreation/page1/mountain.png') left bottom no-repeat;
  background-size: 100% auto;
}
.cultural-page1 .tree {
  position: absolute;
  z-index: 10;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: url('../img/culturalCreation/page1/tree.png') left bottom no-repeat;
  background-size: 100% auto;
}
.cultural-page1 .cloud1 {
  position: absolute;
  z-index: 50;
  left: 0;
  bottom: 16vh;
  height: 100vh;
  width: 89vw;
  background: url('../img/culturalCreation/page1/cloud1.png') left bottom no-repeat;
  background-size: 100% auto;
}
.cultural-page1 .cloud2 {
  position: absolute;
  z-index: 50;
  right: 0;
  top: 0;
  height: 100vh;
  width: 49vw;
  background: url('../img/culturalCreation/page1/cloud2.png') right top no-repeat;
  background-size: 100% auto;
}
.cultural-page1 .clouds {
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  height: 100vh;
  width: 100vw;
  background: url('../img/culturalCreation/page1/clouds.png') right top no-repeat;
  background-size: 100% auto;
}
.cultural-page1 .bottom-line {
  z-index: 100;
  position: absolute;
  bottom: 14vh;
  left: 7vw;
  right: 7vw;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cultural-page1 .bottom-line .bottom-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  line-height: 23px;
  cursor: pointer;
}
.cultural-page1 .bottom-line .bottom-item.selected::after {
  background-color: #fff;
}
.cultural-page1 .bottom-line .bottom-item::after {
  content: '';
  width: 29px;
  height: 29px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 4px solid #fff;
  margin-top: 20px;
}
.cultural-page1 .next-page {
  position: absolute;
  z-index: 100;
  font-size: 20px;
  line-height: 24px;
  right: 6.7vw;
  bottom: 6vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.cultural-page1 .next-page .iconfont {
  width: 10px;
  height: 20px;
  font-weight: bolder;
  margin-right: 15px;
}
.cultural-page2 {
  position: relative;
  background: url('../img/culturalCreation/page2/bg.jpg') repeat right top / cover;
  width: 100vw;
  height: 100vh;
  color: #fff;
}
.cultural-page2 .center-content {
  position: absolute;
  left: 0;
  right: 0;
  top: -webkit-calc(50% + 100px);
  top: calc(50% + 100px);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cultural-page2 .center-content .left-text {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  width: 35vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.cultural-page2 .center-content .left-text .text1 {
  margin-top: 9vh;
  width: 451px;
  height: 480px;
  background: url('../img/culturalCreation/page2/text1.png') no-repeat left top / cover;
  margin-right: 60px;
}
.cultural-page2 .center-content .left-text .text2 {
  margin-top: 2vh;
  width: 68px;
  height: 357px;
  background: url('../img/culturalCreation/page2/text2.png') no-repeat left top / cover;
  margin-right: 40px;
}
.cultural-page2 .center-content .center-img {
  width: 465px;
  height: 808px;
  background: url('../img/culturalCreation/page2/img.png') no-repeat left top / cover;
}
.cultural-page2 .center-content .data {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  width: 35vw;
  margin-left: 60px;
}
.cultural-page2 .center-content .data .date-item {
  margin-bottom: 5vh;
}
.cultural-page2 .center-content .data .date-item:last-child {
  margin-bottom: 0;
}
.cultural-page2 .center-content .data .date-item:nth-child(1) .date-item-title1 {
  background-image: url('../img/culturalCreation/page2/text-shuzizhanpin.png');
}
.cultural-page2 .center-content .data .date-item:nth-child(2) .date-item-title1 {
  background-image: url('../img/culturalCreation/page2/text-wenchuangchanpin.png');
}
.cultural-page2 .center-content .data .date-item:nth-child(3) .date-item-title1 {
  background-image: url('../img/culturalCreation/page2/text-zhishizhuanti.png');
}
.cultural-page2 .center-content .data .date-item .date-item-title1 {
  width: 110px;
  height: 26px;
  background: no-repeat left top / auto 100%;
  margin-bottom: 10px;
}
.cultural-page2 .center-content .data .date-item .date-item-title2 {
  font-size: 24px;
  line-height: 27.6px;
  font-weight: bold;
  margin-bottom: 10px;
}
.cultural-page2 .center-content .data .date-item .date-item-text {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.7);
  width: 188px;
}
.cultural-page2 .center-content .data .date-item .date-item-number {
  font-size: 56px;
  line-height: 64px;
  color: rgba(255, 255, 255, 0.7);
}
.cultural-page2 .bird {
  position: absolute;
  top: 20vh;
  right: 0;
  width: 21vw;
  height: 30vw;
  background: url('../img/culturalCreation/page2/bird.webp') no-repeat left top / 100% auto;
}
.cultural-page2 .sline {
  position: absolute;
  bottom: 8vh;
  right: 0;
  width: 27vw;
  height: 30vw;
  background: url('../img/culturalCreation/page2/sLine.webp') no-repeat right bottom / 100% auto;
}
.cultural-page2 .bottom-left-content {
  position: absolute;
  bottom: 3vh;
  left: 3.385vw;
  font-size: 20px;
  line-height: 23px;
  font-weight: normal;
}
.cultural-page2 .bottom-left-content .seal {
  width: 96px;
  height: 96px;
  background: url('../img/culturalCreation/page2/seal.png') no-repeat right bottom / 100% auto;
  margin-bottom: 42px;
}
.cultural-page3 {
  overflow: hidden;
  position: relative;
  background: #f4efe0 url('../img/culturalCreation/page3/bg.png') no-repeat center / cover;
  width: 100vw;
  height: 100vh;
  color: #242424;
}
.cultural-page3 .book-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  gap: 65px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cultural-page3 .book-list .book img {
  display: block;
  width: 250px;
  height: 426px;
}
.cultural-page3 .book-list .book .name {
  color: #515151;
  font-size: 18px;
  text-align: center;
  margin-top: 30px;
}
.cultural-page3 .book-list .book:nth-child(1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.cultural-page3 .book-list .book:nth-child(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.cultural-page3 .book-list .book:nth-child(3) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.cultural-page3 .left-top-text {
  position: absolute;
  top: 17vh;
  left: 5.2vw;
  font-size: 14px;
  line-height: 16px;
}
.cultural-page3 .left-top-text .text {
  margin-bottom: 24px;
}
.cultural-page3 .center-wrapper {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  width: 1920px;
  top: 0;
}
.cultural-page3 .center-wrapper .v-text {
  position: absolute;
  left: 255px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.cultural-page3 .center-wrapper .v-text .text2 {
  position: relative;
  width: 74px;
  height: 330px;
  background: url('../img/culturalCreation/page3/text-shuzicangpin.png') no-repeat center / contain;
}
.cultural-page3 .center-wrapper .cloud2 {
  position: absolute;
  left: 170px;
  bottom: 180px;
  width: 358px;
  height: 178px;
  background: url('../img/culturalCreation/page3/cloud2.webp') no-repeat center / contain;
}
.cultural-page3 .center-wrapper .center-content {
  position: absolute;
  left: 415px;
  bottom: 140px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cultural-page3 .center-wrapper .center-content .left {
  position: relative;
  padding-top: 130px;
  z-index: 50;
}
.cultural-page3 .center-wrapper .center-content .left .text1-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  padding-left: 100px;
}
.cultural-page3 .center-wrapper .center-content .left .text1-wrapper .number {
  margin-right: 18px;
  font-size: 40px;
  line-height: 60px;
  font-weight: bold;
}
.cultural-page3 .center-wrapper .center-content .left .text1-wrapper .text1-content {
  font-size: 16px;
  line-height: 18px;
  color: #242424;
}
.cultural-page3 .center-wrapper .center-content .left .img1 {
  width: 580px;
  height: 427px;
  background: url('../img/culturalCreation/page3/img1.png') no-repeat top left / contain;
}
.cultural-page3 .center-wrapper .center-content .right {
  position: relative;
  z-index: 40;
  margin-left: -90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.cultural-page3 .center-wrapper .center-content .right .img2 {
  position: relative;
  width: 497px;
  height: 604px;
  margin-bottom: 15px;
  background: url('../img/culturalCreation/page3/img2.png') no-repeat top left / contain;
}
.cultural-page3 .center-wrapper .center-content .right .img2 .cloud3 {
  position: absolute;
  bottom: -50px;
  right: -140px;
  width: 358px;
  height: 178px;
  background: url('../img/culturalCreation/page3/cloud2.webp') no-repeat center / contain;
}
.cultural-page3 .center-wrapper .center-content .right .text1-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 60px;
  padding-top: 10px;
}
.cultural-page3 .center-wrapper .center-content .right .text1-wrapper .number {
  margin-right: 18px;
  font-size: 40px;
  line-height: 60px;
}
.cultural-page3 .center-wrapper .center-content .right .text1-wrapper .text1-content {
  font-size: 16px;
  line-height: 18px;
}
.cultural-page3 .center-wrapper .crane {
  position: absolute;
  z-index: 100;
  bottom: -60px;
  right: 300px;
  width: 500px;
  height: 500px;
  background: url('../img/culturalCreation/page3/crane.webp') no-repeat left bottom / contain;
}
.cultural-page3 .center-wrapper .out-cloud1 {
  position: absolute;
  bottom: 500px;
  right: 380px;
  width: 180px;
  height: 90px;
  background: url('../img/culturalCreation/page3/cloud2.webp') no-repeat center / contain;
}
.cultural-page3 .center-wrapper .right-text {
  position: absolute;
  top: -70px;
  right: 50px;
  width: 500px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.cultural-page3 .center-wrapper .right-text .pavilion {
  width: 500px;
  height: 500px;
  background: url('../img/culturalCreation/page3/pavilion.webp') no-repeat left bottom / contain;
  margin-bottom: -100px;
}
.cultural-page3 .center-wrapper .right-text .text-item {
  position: relative;
  z-index: 100;
  margin-bottom: 64px;
  width: 300px;
  padding-left: 135px;
}
.cultural-page3 .center-wrapper .right-text .text-item:last-child {
  margin-bottom: 0;
}
.cultural-page3 .center-wrapper .right-text .text-item .text1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 10px;
}
.cultural-page3 .center-wrapper .right-text .text-item .text2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  height: 54px;
}
.cultural-page3 .mountain1 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20vw;
  height: 20.3vw;
  background: url('../img/culturalCreation/page3/mountain1.png') no-repeat right bottom / contain;
}
.cultural-page3 .mountain2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 54.4vw;
  height: 15.6vw;
  background: url('../img/culturalCreation/page3/mountain2.png') no-repeat left bottom / contain;
}
.cultural-page-nav {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  height: 140px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 50px;
  font-weight: 20px;
  line-height: 28px;
  color: #fff;
  -webkit-transition: all ease-in-out 500ms;
  transition: all ease-in-out 500ms;
}
.cultural-page-nav.dark-theme {
  color: #000;
}
.cultural-page-nav.dark-theme .nav-item.selected::before {
  background-color: #766950;
}
.cultural-page-nav.dark-theme .left .logo::before {
  opacity: 1;
}
.cultural-page-nav .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.cultural-page-nav .left .logo {
  position: relative;
  cursor: pointer;
  width: 65px;
  height: 65px;
  margin-right: 34px;
  background: no-repeat center / cover;
  background-image: url('../img/culturalCreation/logoWhite.png');
}
.cultural-page-nav .left .logo::before {
  content: '';
  position: absolute;
  opacity: 0;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transition: opacity ease-in 200ms;
  transition: opacity ease-in 200ms;
  background: no-repeat center / cover;
  background-image: url('../img/culturalCreation/logoRed.png');
}
.cultural-page-nav .left .nav-item {
  cursor: pointer;
  position: relative;
  margin-right: 30px;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}
.cultural-page-nav .left .nav-item.selected::before {
  opacity: 1;
}
.cultural-page-nav .left .nav-item::before {
  position: absolute;
  content: '';
  width: 14px;
  height: 6px;
  background-color: #fff;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  left: 50%;
  bottom: -11px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all ease-in-out 500ms;
  transition: all ease-in-out 500ms;
}
.cultural-page-nav .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.cultural-page-nav .right .search {
  cursor: pointer;
  width: 26px;
  height: 26px;
  background: url('../img/culturalCreation/search.png') no-repeat center / cover;
}
@media (max-width: 1750px) {
  .cultural-page1 .text-wrapper {
    zoom: 0.9;
  }
  .cultural-page1 .text-center-wrapper {
    zoom: 0.9;
  }
  .cultural-page1 .bottom-line {
    zoom: 0.9;
  }
  .cultural-page2 .center-content,
  .cultural-page2 .bottom-left-content {
    zoom: 0.9;
  }
  .cultural-page3 .center-wrapper {
    zoom: 0.9;
  }
}
@media (max-width: 1530px) {
  .cultural-page1 .text-wrapper {
    zoom: 0.8;
  }
  .cultural-page1 .text-center-wrapper {
    zoom: 0.8;
  }
  .cultural-page1 .bottom-line {
    zoom: 0.8;
  }
  .cultural-page2 .center-content,
  .cultural-page2 .bottom-left-content {
    zoom: 0.8;
  }
  .cultural-page3 .center-wrapper {
    zoom: 0.8;
  }
}
@media (max-width: 1367px) {
  .cultural-page1 .text-wrapper {
    zoom: 0.7;
  }
  .cultural-page1 .text-center-wrapper {
    zoom: 0.7;
  }
  .cultural-page1 .bottom-line {
    zoom: 0.7;
  }
  .cultural-page2 .center-content,
  .cultural-page2 .bottom-left-content {
    zoom: 0.7;
  }
  .cultural-page3 .center-wrapper {
    zoom: 0.7;
  }
}
@media (max-width: 1260px) {
  .cultural-page1 .text-wrapper {
    zoom: 0.67;
  }
  .cultural-page1 .text-center-wrapper {
    zoom: 0.67;
  }
  .cultural-page1 .bottom-line {
    zoom: 0.67;
  }
  .cultural-page2 .center-content,
  .cultural-page2 .bottom-left-content {
    zoom: 0.67;
  }
  .cultural-page3 .center-wrapper {
    zoom: 0.67;
  }
}
.dialog-book {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999999;
  display: block;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background: url('../img/three-bg.png') center no-repeat #fff;
  background-size: cover;
}
.dialog-book.show {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.dialog-book .notice-area {
  display: block;
  width: 100%;
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 200;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dialog-book .notice-area .notice-tt {
  background: url('../img/three-tt-bg.png') center no-repeat transparent;
  background-size: auto 100%;
  color: #efe4d0;
  font-size: 22px;
  text-align: center;
  padding: 50px 0;
  font-weight: bold;
}
.dialog-book .notice-area .notice-txt {
  font-size: 16px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.7;
  max-width: 800px;
  margin: 0 auto;
  font-weight: 500;
}
.dialog-book .notice-area .notice-txt p + p {
  margin-top: 5px;
}
.dialog-book-close {
  display: none;
  background: url(../img/close1.png) center center no-repeat;
  width: 54px;
  height: 51px;
  position: fixed;
  top: 25px;
  right: 30px;
  z-index: 9999999999;
}
.dialog-book-close.show {
  display: block;
}
.pictureshow .mask {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  height: 40px;
  left: 0;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
.pictureshow .mask a {
  cursor: pointer;
  margin: 0 10px;
}
.pictureshow .mask .i1 {
  background: url(../img/icon2.png) no-repeat scroll 0 0;
  display: inline-block;
  height: 20px;
  width: 20px;
}
.pictureshow .mask i {
  vertical-align: middle;
}
.pictureshow .mask .i2 {
  background: url(../img/icon2.png) no-repeat scroll 0 -43px;
  display: inline-block;
  height: 20px;
  margin-right: 3px;
  width: 20px;
}
.pictureshow .mask .i3 {
  background: url(../img/icon2.png) no-repeat scroll 0 -83px;
  display: inline-block;
  height: 20px;
  margin-right: 3px;
  width: 20px;
}
.hide_wall {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 5;
  display: none;
}
.hide_wall.hide2 .box .ttt {
  min-height: 31px;
  padding-top: 30px;
}
.hide_wall .box {
  width: 852px;
  max-width: 80%;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 40px 0;
}
.hide_wall .box .close {
  display: block;
  background: url(../img/close1.png) center center no-repeat;
  width: 54px;
  height: 51px;
  position: absolute;
  top: 25px;
  right: 30px;
}
.hide_wall .box .ttt {
  padding-top: 60px;
  text-align: center;
}
.hide_wall .box .original {
  margin: 20px;
  text-align: center;
  overflow: hidden;
  width: 812px;
  height: 482px;
  position: relative;
}
.hide_wall .box .original img {
  max-height: none;
  max-width: none;
}
.hide_wall .box .original #picbbox {
  height: 100%;
}
.hide_wall .box .original .shortcut {
  height: 28px;
  background: #eee;
  -webkit-box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid #ddd;
  padding: 40px 0 0 0;
}
.hide_wall .box .original .shortcut li {
  float: left;
  cursor: pointer;
  margin: 5px 0 0 15px;
  display: inline;
}
.hide_wall .box .original .down_showpic {
  overflow: hidden;
  width: auto;
  text-align: center;
  height: 100%;
}
.hide_wall .box .original .pictio {
  position: absolute;
  z-index: 1;
  background-color: #666;
  cursor: move;
}
.hide_wall .box .ttt h2 {
  font-size: 16px;
  color: #474747;
  line-height: 1.3;
  margin-top: 10px;
}
.hide_wall .box .in {
  background: rgba(0, 0, 0, 0.1);
  width: 732px;
  max-width: 80%;
  margin: 22px auto;
}
.hide_wall .box.b1 .in h3 {
  color: #9c7848;
  line-height: 1.3;
  padding-top: 90px;
  text-align: center;
  font-size: 24px;
}
.hide_wall .box.b1 .in h3 img {
  margin: 0 8px;
}
.hide_wall .box.b1 .in h4 {
  color: #474747;
  line-height: 1.3;
  text-align: center;
  font-size: 14px;
  margin-top: 15px;
}
.hide_wall .box.b1 .in .div {
  height: 42px;
  margin-top: 28px;
}
.hide_wall .box.b1 .in .div span {
  float: left;
  display: block;
  text-align: right;
  width: 157px;
  font-size: 14px;
  color: #474747;
  line-height: 42px;
}
.hide_wall .box.b1 .in .div .input {
  background: url(../image/bo/input7.png) center center no-repeat;
  width: 489px;
  height: 42px;
  position: relative;
  float: left;
}
.hide_wall .box.b1 .in .div .input input {
  width: 449px;
  margin-left: 20px;
  color: #474747;
  line-height: 42px;
  font-size: 14px;
  height: 42px;
}
.hide_wall .box.b1 .in .links {
  text-align: center;
  margin-top: 40px;
}
.hide_wall .box.b1 .in .links a {
  margin: 0 7px;
  width: 110px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  background: url(../image/bo/btn10.png) center center no-repeat;
  font-size: 14px;
  color: #474747;
}
.hide_wall .box.b2 .in h3 {
  color: #761e1d;
  line-height: 1.3;
  padding-top: 122px;
  text-align: center;
  font-size: 24px;
}
.hide_wall .box.b2 .in h3 img {
  margin: 0 8px;
}
.hide_wall .box.b2 .in .links {
  text-align: center;
  margin-top: 30px;
}
.hide_wall .box.b2 .in .links a {
  display: inline-block;
  margin: 0 15px;
}
.hide_wall .box.b3 .in h3 {
  color: #604949;
  line-height: 1.3;
  padding-top: 45px;
  text-align: center;
  font-size: 24px;
}
.hide_wall .box.b3 .in .table {
  margin: 23px auto 0;
}
.hide_wall .box.b3 .in .table .div {
  height: 69px;
  background: url(../image/bo/k6.png) center center no-repeat;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}
.hide_wall .box.b3 .in .table .div .img {
  float: left;
  width: 106px;
  text-align: center;
  height: 69px;
}
.hide_wall .box.b3 .in .table .div .img i {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.hide_wall .box.b3 .in .table .div .img img {
  width: 50px;
}
.hide_wall .box.b3 .in .table .div .links {
  float: left;
  margin-left: 39px;
  width: -webkit-calc(100% - 147px);
  width: calc(100% - 147px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  padding: 9px 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
}
.hide_wall .box.b3 .in .table .div .links a {
  display: block;
  width: 105px;
  font-size: 16px;
  line-height: 26px;
  color: #707070;
  font-family: Arial, Helvetica, sans-serif;
  float: left;
}
.hide_wall .box.b3 .in .table .div .links a:hover {
  color: #604949;
  text-decoration: underline;
}
.hide_wall .box.b4 .video {
  width: 732px;
  height: 379px;
  margin: 22px auto 0;
}
.hide_wall .box.b4 .video embed {
  width: 100%;
  height: 100%;
}
body {
  margin: 0 auto;
}
