.home-component-tab-bar {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  height: 64px;
  padding-left: 30px;
}
.home-component-tab-bar .content-box {
  width: 0;
  flex: 1 0 0;
  -ms-flex: 1 0 0%;
  display: flex;
  display: -ms-flexbox;
  align-items: flex-end;
  -ms-flex-align: end;
  flex-shrink: 0;
  -ms-flex-negative: 0;
  height: 100%;
}
.home-component-tab-bar .content-box .tab-item {
  font-size: 30px;
  color: #8b2a27;
  margin-right: 60px;
  font-weight: normal;
  white-space: nowrap;
  transition: all 0.3s ease;
  cursor: pointer;
}
.home-component-tab-bar .content-box .tab-item:last-child {
  margin-right: 0;
}
.home-component-tab-bar .content-box .tab-item.active {
  transform: scale(1.1);
  transform-origin: bottom;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .home-component-tab-bar .content-box {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .home-component-tab-bar .content-box .tab-item {
    font-size: 16px;
    margin-right: 28px;
  }
  .home-component-tab-bar .content-box .tab-item.active {
    font-size: 20px;
  }
}
.home-row {
  margin-bottom: 40px;
}

.home-column-title {
  font-size: 40px;
  color: #ffefd1;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
}
.home-column-title .title-more {
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .home-column-title {
    font-size: 24px;
  }
}
.home-top-swiper {
  height: 620px;
  position: relative;
}
.home-top-swiper .slickjs-swipe .slickjs-item {
  position: relative;
}
.home-top-swiper .slickjs-swipe .slickjs-item img {
  width: 100%;
  height: 620px;
  object-fit: cover;
}
.home-top-swiper .slickjs-swipe .slickjs-item .top-swiper-title-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
}
.home-top-swiper .slickjs-swipe .slickjs-item .top-swiper-title-box .title-box {
  font-size: 24px;
  color: #ffefd1;
  font-weight: bold;
  line-height: 40px;
}
.home-top-swiper .slickjs-swipe .home-top-swiper-dots {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  height: 40px;
  padding: 40px;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  -ms-flex-align: center;
  width: 100%;
  max-width: 1400px;
}
.home-top-swiper .slickjs-swipe .home-top-swiper-dots li {
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  border-radius: 4px;
  cursor: pointer;
  border-radius: 2px;
  background: white;
  transition: all 0.5s linear;
  margin-left: 16px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}
.home-top-swiper .slickjs-swipe .home-top-swiper-dots li button {
  display: none;
}
.home-top-swiper .slickjs-swipe .home-top-swiper-dots .slick-active {
  background-color: #8b2a27;
}

@media screen and (max-width: 768px) {
  .home-top-swiper {
    height: 300px;
  }
  .home-top-swiper .slickjs-swipe .slickjs-item img {
    height: 300px;
  }
  .home-top-swiper .slickjs-swipe .home-top-swiper-dots {
    padding: 0 20px;
  }
}
.hlx-home-nav-btn {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
}
.hlx-home-nav-btn .home-nav-btn-item .nav-btn {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.hlx-home-nav-btn .home-nav-btn-item .nav-btn .nav-btn-img {
  width: 160px;
  height: 160px;
  object-fit: contain;
}
.hlx-home-nav-btn .home-nav-btn-item .nav-btn .nav-btn-text {
  margin-top: 10px;
  font-size: 24px;
}
.hlx-home-nav-btn .home-nav-btn-item .bottom-line {
  margin-top: 12px;
  height: 8px;
}
.hlx-home-nav-btn .home-nav-btn-item.style-cdzn .nav-btn .nav-btn-img {
  background: url("../images/icon/home-navigation-1.png") center center/contain no-repeat;
}
.hlx-home-nav-btn .home-nav-btn-item.style-cdzn .nav-btn .nav-btn-text {
  color: #8b2a27;
}
.hlx-home-nav-btn .home-nav-btn-item.style-cdzn .bottom-line {
  background: #8b2a27;
}
.hlx-home-nav-btn .home-nav-btn-item.style-cdyy .nav-btn .nav-btn-img {
  background: url("../images/icon/home-navigation-2.png") center center/contain no-repeat;
}
.hlx-home-nav-btn .home-nav-btn-item.style-cdyy .nav-btn .nav-btn-text {
  color: #825a2d;
}
.hlx-home-nav-btn .home-nav-btn-item.style-cdyy .bottom-line {
  background: #825a2d;
}
.hlx-home-nav-btn .home-nav-btn-item.style-kfda .nav-btn .nav-btn-img {
  background: url("../images/icon/home-navigation-3.png") center center/contain no-repeat;
}
.hlx-home-nav-btn .home-nav-btn-item.style-kfda .nav-btn .nav-btn-text {
  color: #cea867;
}
.hlx-home-nav-btn .home-nav-btn-item.style-kfda .bottom-line {
  background: #cea867;
}
.hlx-home-nav-btn .home-nav-btn-item.style-gckj .nav-btn .nav-btn-img {
  background: url("../images/icon/home-navigation-4.png") center center/contain no-repeat;
}
.hlx-home-nav-btn .home-nav-btn-item.style-gckj .nav-btn .nav-btn-text {
  color: #b27043;
}
.hlx-home-nav-btn .home-nav-btn-item.style-gckj .bottom-line {
  background: #b27043;
}
.hlx-home-nav-btn .line {
  width: 1px;
  height: 88px;
  background: #ebe3d6;
}

.home-work-dynamic-box {
  background: #cea867;
  display: flex;
  display: -ms-flexbox;
  height: 650px;
  overflow: hidden;
}
.home-work-dynamic-box .left-box {
  width: 880px;
}
.home-work-dynamic-box .right-box {
  width: 0;
  flex: 1 0 0;
  -ms-flex: 1 0 0%;
  padding: 60px 7px 60px 40px;
}
.home-work-dynamic-box .right-box .fix-ui-right-padding-row {
  padding-right: 31px;
}

.work-dynamic-swiper {
  height: 650px;
  position: relative;
}
.work-dynamic-swiper .work-dynamic-swiper-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s ease;
}
.work-dynamic-swiper .work-dynamic-swiper-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.work-dynamic-swiper .work-dynamic-swiper-item.active {
  opacity: 1;
}

.work-dynamic-list {
  padding-top: 40px;
}
.work-dynamic-list .work-dynamic-item {
  display: flex;
  display: -ms-flexbox;
  margin-bottom: 40px;
}
.work-dynamic-list .work-dynamic-item .left .icon {
  margin-top: 5px;
  width: 10px;
  height: 10px;
}
.work-dynamic-list .work-dynamic-item .right {
  width: 0;
  flex: 1 0 0;
  -ms-flex: 1 0 0%;
  margin-left: 12px;
}
.work-dynamic-list .work-dynamic-item .right .title {
  font-size: 18px;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 30px;
}
.work-dynamic-list .work-dynamic-item .right .time {
  font-size: 16px;
  color: #ffffff;
}
.work-dynamic-list .work-dynamic-item.active .right .title {
  color: #8b2a27;
  font-weight: bold;
}
.work-dynamic-list .work-dynamic-item:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .home-work-dynamic-box {
    flex-direction: column;
    -ms-flex-direction: column;
    height: auto;
  }
  .home-work-dynamic-box .left-box {
    width: 100%;
  }
  .home-work-dynamic-box .right-box {
    width: 100%;
  }
  .simple-swiper {
    height: 250px;
  }
  .work-dynamic-list {
    padding: 40px 0;
  }
  .work-dynamic-swiper {
    height: 250px;
  }
}
.home-library-introduction {
  background: #9b7141;
  padding: 120px 0;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .home-library-introduction {
    padding: 60px 0;
  }
}
.home-library-introduction .intr-inner-box {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
}
.home-library-introduction .intr-inner-box .title {
  font-size: 40px;
  color: #fff;
  font-weight: bold;
}
.home-library-introduction .intr-inner-box .intro-content-layout {
  display: flex;
  display: -ms-flexbox;
}
.home-library-introduction .intr-inner-box .intro-content-layout .left-text-box .intro-item {
  text-indent: 2em;
  font-size: 16px;
  color: #fff;
  line-height: 50px;
  max-height: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}
.home-library-introduction .intr-inner-box .intro-content-layout .left-text-box .intro-item video,
.home-library-introduction .intr-inner-box .intro-content-layout .left-text-box .intro-item img,
.home-library-introduction .intr-inner-box .intro-content-layout .left-text-box .intro-item iframe {
  display: none;
}
@media screen and (min-width: 768px) {
  .home-library-introduction .intr-inner-box .intro-content-layout {
    margin-top: 40px;
  }
  .home-library-introduction .intr-inner-box .intro-content-layout .left-text-box {
    width: 742px;
  }
  .home-library-introduction .intr-inner-box .intro-content-layout .right-image-box {
    margin-left: 40px;
    width: 0;
    flex: 1 0 0;
    -ms-flex: 1 0 0%;
    min-height: 384px;
    position: relative;
  }
  .home-library-introduction .intr-inner-box .intro-content-layout .right-image-box .intro-image {
    width: 100%;
    height: 384px;
    object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .home-library-introduction .intr-inner-box .intro-content-layout {
    margin-top: 20px;
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .home-library-introduction .intr-inner-box .intro-content-layout .left-text-box {
    margin-top: 20px;
    order: 2;
  }
  .home-library-introduction .intr-inner-box .intro-content-layout .right-image-box {
    order: 1;
  }
  .home-library-introduction .intr-inner-box .intro-content-layout .right-image-box .intro-image {
    width: 100%;
    height: auto;
  }
}
.home-library-introduction .intr-inner-box .intro-more img {
  margin-top: 20px;
  height: 48px;
}

@media (min-width: 768px) {
  .hlx-home-nav-btn .home-nav-btn-item {
    width: 0;
    flex: 1 0 0;
    -ms-flex: 1 0 0%;
  }
  .hlx-home-nav-btn .line {
    margin: 12px 5px;
  }
}
@media (max-width: 768px) {
  .hlx-home-nav-btn {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .hlx-home-nav-btn .home-nav-btn-item {
    width: 49%;
    margin-bottom: 12px;
  }
  .hlx-home-nav-btn .line {
    width: 2%;
    background: transparent;
  }
  .hlx-home-nav-btn .line:nth-of-type(2n) {
    display: none;
  }
}
.box-show-column {
  background: url("../images/bg/home-bg-texture-1.png") center center/cover no-repeat;
  min-height: 650px;
  padding: 40px 0;
}

.show-tab-column-list {
  padding: 80px 30px 80px 30px;
}

.tab-column-content {
  display: none;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-evenly;
  -ms-flex-pack: justify;
}
.tab-column-content .tab-column-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  display: -ms-flexbox;
  -ms-flex-direction: column;
  -ms-flex-align: center;
}
.tab-column-content .tab-column-item .tab-item-image {
  width: 354px;
  height: 459px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  background: url("../images/page-list/cover-bg.png") center center/contain no-repeat, #e6e6e6;
}
.tab-column-content .tab-column-item .tab-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.tab-column-content .tab-column-item .tab-item-title {
  margin-top: 16px;
  font-size: 20px;
  color: #8b2a27;
  text-align: center;
  font-weight: 500;
  max-width: 354px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .tab-column-content .tab-column-item .tab-item-title {
    font-size: 16px;
    max-width: 100%;
  }
}

.tab-column-content.active {
  display: flex;
  display: -ms-flexbox;
}

@media screen and (max-width: 768px) {
  .box-show-column {
    padding: 20px 0;
  }
  .show-tab-column-list {
    padding: 40px 32px;
  }
  .tab-column-content {
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .tab-column-content .tab-column-item {
    margin-bottom: 60px;
    width: 100%;
  }
  .tab-column-content .tab-column-item .tab-item-image {
    width: 100%;
    height: 300px;
  }
  .tab-column-content .tab-column-item:last-of-type {
    margin-bottom: 0;
  }
}
.home-collection-intro {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -ms-flex-pack: justify;
  min-height: 800px;
}
.home-collection-intro .left {
  width: 0;
  flex: 1 0 0;
  -ms-flex: 1 0 0%;
}
.home-collection-intro .right {
  margin-left: 20px;
  width: 0;
  flex: 1 0 0;
  -ms-flex: 1 0 0%;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
}
.home-collection-intro .right .right-top {
  height: 0;
  flex: 1 0 0;
  -ms-flex: 1 0 0%;
  margin-bottom: 20px;
}
.home-collection-intro .right .right-bottom {
  height: 0;
  flex: 1 0 0;
  -ms-flex: 1 0 0%;
}

.home-collection-intro .base-intro {
  background-color: #8b2a27;
  padding: 40px 80px;
}
.home-collection-intro .base-intro .base-intro-image {
  width: 100%;
  object-fit: cover;
  display: block;
  margin: 20px 0;
}
.home-collection-intro .base-intro .base-intro-content {
  font-size: 16px;
  color: #ffefd1;
  line-height: 50px;
  max-height: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.home-collection-intro .catalogue-box {
  background: url("../images/bg/home-bg-texture-2.png") center center/cover no-repeat;
}
.home-collection-intro .open-archive-box {
  background: url("../images/bg/home-bg-texture-3.png") center center/cover no-repeat;
}
.home-collection-intro .catalogue-box,
.home-collection-intro .open-archive-box {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  justify-content: center;
  -ms-flex-pack: center;
  align-items: end;
  -ms-flex-align: end;
  padding: 0 40px;
}
.home-collection-intro .catalogue-box .column-title,
.home-collection-intro .open-archive-box .column-title {
  font-size: 40px;
  color: #fff;
}
.home-collection-intro .catalogue-box .column-introduction,
.home-collection-intro .open-archive-box .column-introduction {
  margin-top: 40px;
  font-size: 28px;
  color: #fff;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .home-collection-intro {
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .home-collection-intro .left {
    width: 100%;
  }
  .home-collection-intro .right {
    width: 100%;
    margin-left: 0;
  }
  .home-collection-intro .right .right-top {
    margin-top: 20px;
    margin-bottom: 0;
    height: auto;
  }
  .home-collection-intro .right .right-bottom {
    margin-top: 20px;
    height: auto;
  }
  .home-collection-intro .base-intro {
    padding: 20px;
  }
  .home-collection-intro .base-intro .base-intro-image {
    margin: 10px 0;
  }
  .home-collection-intro .base-intro .base-intro-content {
    line-height: 30px;
    max-height: 150px;
  }
  .home-collection-intro .catalogue-box,
  .home-collection-intro .open-archive-box {
    padding: 40px;
  }
  .home-collection-intro .catalogue-box .column-introduction,
  .home-collection-intro .open-archive-box .column-introduction {
    font-size: 18px;
  }
}
.external-info {
  margin-top: 59px;
  display: flex;
  display: -ms-flexbox;
}
@media screen and (max-width: 768px) {
  .external-info {
    flex-direction: column;
    -ms-flex-direction: column;
  }
}
.external-info .external-info-box {
  width: 0;
  flex: 1 0 0;
  -ms-flex: 1 0 0%;
}
@media screen and (max-width: 768px) {
  .external-info .external-info-box {
    width: 100%;
  }
}
.external-info .external-info-box.bg-1 {
  background: url("../images/bg/external-info-bg-1.png") center center/cover no-repeat;
}
.external-info .external-info-box.bg-2 {
  background: url("../images/bg/external-info-bg-2.png") center center/cover no-repeat;
}
.external-info .external-info-box.bg-3 {
  background: url("../images/bg/external-info-bg-3.png") center center/cover no-repeat;
}
.external-info .external-info-gap {
  width: 25px;
  height: 25px;
}

.external-info-box {
  padding: 33px;
  min-height: 400px;
}
.external-info-box .title {
  text-align: center;
}
.external-info-box .title .title-text {
  display: inline-block;
  font-size: 26px;
  color: #ffffff;
  border-image-source: url("../images/bg/external-info-title-bg.png");
  border-image-slice: 32;
  border-width: 14px;
  border-style: solid;
}
.external-info-box .list {
  margin-top: 20px;
}
.external-info-box .list .item {
  margin-bottom: 16px;
}
.external-info-box .list .item:last-of-type {
  margin-bottom: 0;
}
.external-info-box .list .item {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  color: #ffffff;
  font-size: 18px;
}
.external-info-box .list .item .icon {
  width: 12px;
  height: 12px;
  margin-right: 8px;
  background: url("../images/icon/external-icon.png") center center/contain no-repeat;
}
.external-info-box .list .item .text {
  width: 0;
  flex: 1 0 0;
  -ms-flex: 1 0 0%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}