.page-box .page {
  padding-top: 1.28rem;
  box-sizing: border-box;
}
.page-box .page.page1 {
  padding-top: 0;
}
.page-box .page .page-title {
  padding-top: 0.16rem;
  font-family: Fz;
  text-align: center;
  position: relative;
  z-index: 10;
}
.page-box .page .page-title h3 {
  font-size: 0.56rem;
  color: #9a3312;
  line-height: 0.61rem;
  margin-bottom: 0.17rem;
}
.page-box .page .page-title p {
  color: #5a5a5a;
  font-size: 0.32rem;
  line-height: 0.35rem;
}
.page-box .page .page-content {
  position: relative;
  height: 100%;
  flex: 1;
  z-index: 10;
}
.s2,
.s3 {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
/* 中轴景观 */
.s2 .bgImg {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  height: 100%;
  z-index: 1;
}
.s2 .bgImg img {
  width: 100%;
  display: block;
}
.s2 .bgImg #hascolor {
  position: relative;
  z-index: 2;
}
.s2 .bgImg #nocolor {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.s2 .mask {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.s2 .mask img {
  display: block;
  width: 100%;
}
.s2 .mask img.b2 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.s2 .buttons {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.35rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.21rem;
}
.s2 .buttons .btn {
  display: block;
  width: 2.2rem;
  height: 0.68rem;
  border: none;
  text-align: center;
  font-family: Fz;
  filter: drop-shadow(0 0.05rem 0.13rem rgba(111, 79, 0, 0.15));
}
.s2 .buttons .btn img {
  display: block;
  width: 100%;
  height: 100%;
}
/* 构成要素 */
.s3 {
  font-family: Fz;
}
.s3 .page-subtitle {
  display: flex;
  justify-content: center;
  gap: 0.26rem;
  font-size: 0.36rem;
  color: #B16E15;
  width: calc(100% - 0.72rem);
  margin-top: 0.5rem;
}
.s3 .page-subtitle .left,
.s3 .page-subtitle .right {
  flex: 1;
  display: flex;
  align-items: center;
}
.s3 .page-subtitle .line {
  height: 2px;
  background-color: #DCBD92;
  width: 100%;
  flex: 1;
}
.s3 .page-subtitle .dot {
  width: 0.24rem;
  height: 0.24rem;
  border: 1px dotted #EECC9F;
  border-radius: 100%;
  position: relative;
}
.s3 .page-subtitle .dot::after {
  content: '';
  width: 0.12rem;
  height: 0.12rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #EECC9F;
  border-radius: 100%;
}
.s3 .page-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  height: 80% !important;
  flex: none !important;
}
.s3 .group {
  display: flex;
  margin: 0.15rem 0.3rem;
  width: calc(100% - 0.6rem);
}
.s3 .group li {
  margin: 0.03rem;
  border: 0.04rem solid #b99c74;
  border-radius: 0.1rem;
  color: #bcac8e;
  position: relative;
  font-size: 0.28rem;
  height: 0.66rem;
  line-height: 0.66rem;
  width: 25%;
  flex: 1;
  text-align: center;
}
.s3 .group li::after {
  content: ' ';
  border: 0.04rem solid #b99c74;
  position: absolute;
  left: -0.04rem;
  top: -0.04rem;
  right: -0.04rem;
  bottom: -0.04rem;
}
.s3 .group li.cur {
  background-color: #edd8a6;
  color: #996724;
}
.s3 #s3Thumbs {
  position: relative;
  width: 100%;
  height: 5rem;
}
.s3 .thumb {
  width: 5rem;
  overflow: visible;
  height: 5rem;
  position: relative;
  left: 0;
  top: 0;
  display: none;
  margin: auto;
}
.s3 .thumb::before,
.s3 .thumb::after {
  content: '';
  position: absolute;
  border-radius: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.s3 .thumb::before {
  border: 0.05rem solid #f5d0a7;
  width: 3.75rem;
  height: 3.75rem;
}
.s3 .thumb::after {
  border: 0.04rem solid #ad7e4a;
  width: 3.71rem;
  height: 3.71rem;
}
.s3 .thumb-bg {
  height: 5rem;
  width: 5rem;
  background: url(../images/home/s3_bg.png) no-repeat center;
  background-size: 5rem 5rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  animation: s3_bg_rotate 30s linear 0s infinite forwards normal;
}
@keyframes s3_bg_rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.s3 .thumb-list {
  height: 5rem;
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 2;
  top: 0;
  transform: translateX(0);
  transition: transform 0.5s ease-in-out;
}
.s3 .thumb-list .carousel-item {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.s3 .thumb-list .carousel-item img {
  display: block;
  width: 3.82rem;
  height: 3.82rem;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.s3 .thumb-border {
  height: 5rem;
  width: 5rem;
  background-size: 5rem 5rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.s3 .thumb-border::before,
.s3 .thumb-border::after {
  content: '';
  position: absolute;
  border-radius: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.5s ease;
  border: 0.06rem solid transparent;
}
.s3 .thumb-border::before {
  width: 3.8rem;
  height: 3.8rem;
  border: 0.06rem solid #ad7e4a;
}
.s3 .thumb-border::after {
  width: 3.5rem;
  height: 3.5rem;
  border: 0.04rem solid #ad7e4a;
}
.s3 .info {
  margin: 0 0.6rem;
  width: calc(100% - 1.2rem);
  text-align: center;
  margin-bottom: 0.6rem;
  position: relative;
  height: 1rem;
}
.s3 .info > div {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: none;
  z-index: 10;
}
.s3 .info h3 {
  font-size: 0.48rem;
  color: #443c30;
  margin-bottom: 0.16rem;
}
.s3 .info p {
  font-size: 0.28rem;
  color: #513600;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: normal;
  white-space: nowrap;
}
/* 中轴历史 */
#s4 {
  background-image: url(../images/home/s4_bg.png);
}
.s4,
.s7 {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.s4 .s4Bg,
.s7 .s4Bg {
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.s4 .page-content,
.s7 .page-content {
  background: url(../images/home/s4_bg_bottom.gif) no-repeat center bottom;
  background-size: 100% auto;
}
.s4 .page-content .content,
.s7 .page-content .content {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 85%;
}
.s4 .indicator,
.s7 .indicator {
  width: 140vw;
}
.s4 .indicator-wrap,
.s7 .indicator-wrap {
  overflow: hidden;
  height: 1.54rem;
}
.s4 .indicator-box,
.s7 .indicator-box {
  overflow: auto hidden;
  height: 3rem;
}
.s4 .indicator .line,
.s7 .indicator .line {
  margin: 0.25rem 0;
  overflow: hidden;
  width: 100%;
  position: relative;
  height: 0.5rem;
}
.s4 .indicator .line .dot-wrap,
.s7 .indicator .line .dot-wrap {
  position: absolute;
  top: 0.1rem;
  left: calc(0.32rem + 0.78rem);
  transform: translate(-50%, 0);
  transition: 0.5s;
}
.s4 .indicator .line .dot-wrap::before,
.s7 .indicator .line .dot-wrap::before,
.s4 .indicator .line .dot-wrap::after,
.s7 .indicator .line .dot-wrap::after {
  position: absolute;
  content: '';
  height: 1px;
  width: 200vw;
  background: rgba(135, 44, 30, 0.2);
  top: 50%;
}
.s4 .indicator .line .dot-wrap::before,
.s7 .indicator .line .dot-wrap::before {
  right: 180%;
}
.s4 .indicator .line .dot-wrap::after,
.s7 .indicator .line .dot-wrap::after {
  left: 180%;
}
.s4 .indicator .line .dot-border,
.s7 .indicator .line .dot-border {
  width: 0.12rem;
  height: 0.12rem;
  padding: 0.05rem;
  border: 0.03rem solid #9a3312;
  transform: rotate(45deg);
}
.s4 .indicator .line .dot-border .dot,
.s7 .indicator .line .dot-border .dot {
  width: 100%;
  height: 100%;
  background-color: #9a3312;
}
.s4 .indicator .btns,
.s7 .indicator .btns {
  display: flex;
  margin: 0 0.32rem;
  justify-content: space-between;
}
.s4 .indicator .btns div,
.s7 .indicator .btns div {
  width: 1.74rem;
  height: 0.54rem;
  font-size: 0.28rem;
  line-height: 0.56rem;
  text-align: center;
  color: #907b50;
  background: url(../images/home/s7_btn.png) no-repeat center center / 100% 100%;
  font-family: Fz;
}
.s4 .indicator .btns div.cur,
.s7 .indicator .btns div.cur {
  color: #fff;
  background-image: url(../images/home/s7_btn_cur.png);
}
#carousel_history,
#protect {
  height: 6.19rem;
  position: relative;
  z-index: 2;
}
#carousel_history .img-box,
#protect .img-box {
  width: 4.54rem;
  height: 6.19rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto !important;
  transition: height 0s ease, transform 0.5s ease-in-out;
  font-family: Fz;
  max-height: 45vh;
}
#carousel_history .img-box .bg,
#protect .img-box .bg {
  position: absolute;
  width: 100%;
  height: 100%;
}
#carousel_history .img-box .img,
#protect .img-box .img {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
  color: #fff;
}
#carousel_history .img-box .img .icon,
#protect .img-box .img .icon {
  width: 0.48rem;
  height: 0.48rem;
}
#carousel_history .img-box .img .box-title,
#protect .img-box .img .box-title {
  height: 0.53rem;
  font-size: 0.42rem;
  margin-top: 0.12rem;
}
#carousel_history .img-box .img .info,
#protect .img-box .img .info {
  margin-top: 0.24rem;
  margin-bottom: 0.8rem;
  width: 3.22rem;
  font-weight: 400;
  font-size: 0.28rem;
  line-height: 0.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/* 中轴文化 */
.s5 {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.s5 .mask {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.s5 .s5bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  display: none;
}
.s5 .s5bg:nth-child(1) {
  display: block;
}
.s5 .page-content {
  height: auto !important;
}
#carousel_culture {
  font-family: Fz;
  height: 2.6rem;
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 0;
  bottom: 15%;
}
#carousel_culture .img-box {
  width: 5.46rem;
  height: 2.6rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: transform 0.5s ease-in-out;
}
#carousel_culture .img-box .bg {
  position: absolute;
  width: 100%;
  height: 100%;
}
#carousel_culture .img-box .img {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#carousel_culture .img-box .img .thumb {
  width: 0.1 0.6rem;
  height: 1.6rem;
}
#carousel_culture .img-box .img .content {
  display: flex;
  flex-direction: column;
  height: 60%;
  justify-content: space-around;
}
#carousel_culture .img-box .img .content .box-title {
  height: 0.39rem;
  font-size: 0.36rem;
  color: #513600;
}
#carousel_culture .img-box .img .content .info {
  width: 2.71rem;
  height: 0.6rem;
  opacity: 0.8;
  font-size: 0.28rem;
  color: #513600;
}
/* 中轴要闻 */
.s6 {
  height: 100%;
  overflow-y: auto;
}
.s6 .news {
  width: 6.9rem;
  margin: auto;
  margin-top: 0.48rem;
}
.s6 .news .item {
  margin-bottom: 0.36rem;
  display: flex;
  background: url('../images/home/s6_news_bg.png') no-repeat left top / 100% 100%;
  padding-bottom: 0.48rem;
  padding: 0.3rem;
  gap: 0.12rem;
  height: 2.1rem;
}
.s6 .news .item .thumb {
  display: block;
  width: 2.5rem;
  height: 2.1rem;
  object-fit: cover;
  border-radius: 0.08rem;
}
.s6 .news .item .text {
  flex: 1;
  font-size: 0.28rem;
  color: #9b8a69;
}
.s6 .news .item .date {
  font-size: 0.24rem;
  line-height: 0.28rem;
  margin-top: 0.05rem;
}
.s6 .news .item .title {
  font-weight: bold;
  font-size: 0.32rem;
  color: #5e4a23;
  line-height: 0.48rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.s6 .news .item .desc {
  margin-top: 0.1rem;
  line-height: 0.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.s6 .more {
  display: block;
  margin: auto;
  width: 2.84rem;
  height: 0.64rem;
  background: url(../images/button.png) no-repeat center center / 100% 100%;
  text-align: center;
  line-height: 0.64rem;
  font-family: Fz;
  font-size: 0.3rem;
  color: #996724;
}
/* 中轴保护 */
.s7 .indicator {
  width: 160vw;
}
.s7 .indicator .line .dot-wrap {
  position: absolute;
  top: 0.1rem;
  left: calc(0.32rem + 0.82rem);
}
#protect .img-box {
  background: url(../images/home/s7_info_bg.png) no-repeat center center / 100% 100%;
  padding: 0.2rem 0.18rem;
  box-sizing: border-box;
}
#protect .img-box .bg {
  left: 0.2rem;
  right: 0.2rem;
  top: 0.18rem;
  bottom: 0.18rem;
  width: auto;
  height: auto;
}
#protect .img-box .bg img {
  display: block;
  height: 100%;
  width: 100%;
}
#protect .img-box .img {
  justify-content: flex-start;
}
#protect .img-box .img .line {
  width: 0.24rem;
}
#protect .img-box .img .box-title {
  margin-top: 0.43rem;
  margin-bottom: 0.35rem;
}
#protect .img-box .img .info {
  margin-top: 0;
  margin-bottom: 0.22rem;
}
/* 中轴导览 */
.s6 {
  overflow-x: hidden;
}
.s6 .guide {
  margin-top: 0.55rem;
  margin-bottom: 1.15rem;
  position: relative;
  padding: 0 1.12rem 0rem 1.2rem;
  overflow: visible;
}
.s6 .guide .bg {
  height: 3rem;
  transition: all 0s;
}
.s6 .guide .content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
}
.s6 .guide .content .mask {
  width: 2.3rem;
  height: 100%;
  opacity: 0.78;
}
.s6 .guide .content .mask.left {
  background: linear-gradient(-90deg, #f7ecce00 0%, #f7ecceff 100%);
}
.s6 .guide .content .mask.right {
  background: linear-gradient(90deg, #f7ecce00 0%, #f7ecceff 100%);
}
.s6 .guide .content .list {
  flex: 1;
  height: 100%;
  display: flex;
}
.s6 .guide .content .list a {
  display: block;
  height: 100%;
  width: 0;
  transition: all 1s;
  overflow: hidden;
}
.s6 .guide .indicator {
  position: absolute;
  left: 50%;
  top: 3.3rem;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.3rem;
}
.s6 .guide .indicator .dot {
  border-radius: 100%;
  width: 0.1rem;
  height: 0.1rem;
  background-color: #9B8A69;
  transition: all 1s;
}
.s6 .guide.show1 .bg {
  transition: all 1s;
}
.s6 .guide.show1 .dot:nth-child(1) {
  background-color: #9a3312;
  transform: scale(1.2);
}
.s6 .guide.show1 .list a:nth-child(1) {
  width: 100%;
}
.s6 .guide.show2 .bg {
  transition: all 1s;
  transform: translateX(-3.7rem);
}
.s6 .guide.show2 .dot:nth-child(2) {
  background-color: #9a3312;
  transform: scale(1.2);
}
.s6 .guide.show2 .list a:nth-child(2) {
  width: 100%;
}
.s6 .guide.show3 .bg {
  transition: all 1s;
  transform: translateX(-7.4rem);
}
.s6 .guide.show3 .dot:nth-child(3) {
  background-color: #9a3312;
  transform: scale(1.2);
}
.s6 .guide.show3 .list a:nth-child(3) {
  width: 100%;
}
.s6 .guide.show4 .bg {
  transition: all 1s;
  transform: translateX(-11.1rem);
}
.s6 .guide.show4 .dot:nth-child(4) {
  background-color: #9a3312;
  transform: scale(1.2);
}
.s6 .guide.show4 .list a:nth-child(4) {
  width: 100%;
}
.s6 .guide.show5 .bg {
  transition: all 1s;
  transform: translateX(-14.8rem);
}
.s6 .guide.show5 .dot:nth-child(5) {
  background-color: #9a3312;
  transform: scale(1.2);
}
.s6 .guide.show5 .list a:nth-child(5) {
  width: 100%;
}
.bottom-arr {
  position: fixed;
  bottom: 0.53rem;
  left: 0;
  width: 100%;
  z-index: 99;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.bottom-arr img {
  width: 0.38rem;
  height: 0.19rem;
  animation: welcome_tips_pos 0.5s forwards ease-in-out infinite alternate;
  position: absolute;
  margin-bottom: 0.45rem;
}
@keyframes welcome_tips_pos {
  0% {
    bottom: 0.18rem;
  }
  100% {
    bottom: 0.12rem;
  }
}
.bottom-arr div {
  height: 0.3rem;
  font-family: Fz;
  font-size: 0.28rem;
  color: #927B4F;
  text-align: center;
}
.bottom-arr div.fff {
  color: #fff;
}
