.news-wrap {
  background: url(/weben/static/news/bj.png) repeat;
  background-size: 100%;
}
.web-footer {
  background: transparent !important;
}
.home-guide-news {
  height: 100%;
  box-sizing: border-box;
  margin-bottom: 140rem;
}
.home-guide-news .section_title {
  position: static;
  margin-bottom: 120rem;
}
.home-guide,
.home-news {
  position: relative;
  width: 1600rem;
  margin: auto;
}
.home-guide {
  padding-top: 120rem;
}
.home-guide-content {
  position: relative;
  height: 400rem;
  display: flex;
  justify-content: center;
}
.home-guide-content-bg,
.home-guide-content-main,
.home-guide-content-mountain {
  position: absolute;
}
.home-guide-content-bg {
  left: -4rem;
  bottom: 0;
  width: 1608rem;
  z-index: 10;
  opacity: 0;
  transition: 0.5s ease-out;
}
.home-guide-content-mountain {
  bottom: 21rem;
  z-index: 12;
  transition: 0.5s ease-out;
  opacity: 0;
}
.home-guide-content-mountain.mountain1 {
  height: 78.6rem;
  left: 97rem;
}
.home-guide-content-mountain.mountain2 {
  height: 32rem;
  left: 580rem;
}
.home-guide-content-mountain.mountain3 {
  height: 42rem;
  left: 865rem;
}
.home-guide-content-mountain.mountain4 {
  height: 32rem;
  left: 1125rem;
}
.home-guide-content-mountain.mountain5 {
  height: 73rem;
  left: 1419rem;
}
.home-guide-content-main {
  position: relative;
  z-index: 11;
  display: flex;
  top: 0;
}
.home-guide-content-main:after {
  content: '';
  position: absolute;
  height: 1rem;
  width: 0;
  background-color: #906831;
  bottom: -28rem;
  left: calc(115rem + 36rem);
  z-index: 10;
  transition: 0.5s ease-out;
}
.home-guide-content-main .title {
  display: flex;
  width: 280rem;
  height: 78rem;
  background-size: 100% 100%;
  font-size: 16.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #996724;
  transition: width 0.3s;
  filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.2));
}
.home-guide-content-main .title::before,
.home-guide-content-main .title::after {
  content: '';
  width: 44rem;
  height: 100%;
}
.home-guide-content-main .title p {
  background: url(/weben/static/news/guide-title-center.png) repeat-x center / auto 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.home-guide-content-main .title::before {
  background: url(/weben/static/news/guide-title-left.png) no-repeat left center / auto 100%
}
.home-guide-content-main .title::after {
  background: url(/weben/static/news/guide-title-right.png) no-repeat right center / auto 100%
}
.home-guide-content-main .item {
  width: 230rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 36rem;
  height: 100%;
  position: relative;
  text-decoration: none;
  z-index: 11;
  opacity: 0;
  transition: 0.5s ease-out;
}
.home-guide-content-main .item .pic {
  position: absolute;
  bottom: 24rem;
  left: 50%;
  transform: translate(-50%, 0);
  transform-origin: center bottom;
  transition: all 0.3s;
}
.home-guide-content-main .item .dot {
  width: 10rem;
  height: 10rem;
  background-color: #996724;
  border: 5rem solid #B98D54;
  border-radius: 100%;
  left: 50%;
  bottom: -38rem;
  transform: translate(-50%, 0);
  position: absolute;
  transition: all 0.3s;
}
.home-guide-content-main .item .dot::before,
.home-guide-content-main .item .dot::after {
  content: '';
  height: 3rem;
  width: 0;
  background-color: #9B3317;
  position: absolute;
  top: 50%;
  margin-top: -1rem;
  transition: all 0.1s;
}
.home-guide-content-main .item .dot::before {
  right: 16rem;
}
.home-guide-content-main .item .dot::after {
  left: 16rem;
}
.home-guide-content-main .item:first-child .dot::before,
.home-guide-content-main .item:last-child .dot::after {
  content: none;
}
.home-guide-content-main .item:nth-child(1) .pic {
  height: 85rem;
  margin-left: 6rem;
}
.home-guide-content-main .item:nth-child(2) .pic {
  height: 92rem;
  margin-left: 8rem;
}
.home-guide-content-main .item:nth-child(3) .pic {
  height: 92rem;
  margin-left: 5rem;
}
.home-guide-content-main .item:nth-child(4) .pic {
  height: 118rem;
  /* margin-left: 4.5rem; */
}
.home-guide-content-main .item:nth-child(5) .pic {
  height: 104rem;
  /* margin-left: 9rem; */
}
.home-guide-content-main .item:hover .title {
  color: #F6E7D6;
  /* font-size: 18.5rem; */
  width: 300rem;
  height: 84rem;
  margin-top: -4rem;
}
.home-guide-content-main .item:hover .pic {
  transform: translate(-50%, 0) scale(1.1);
}
.home-guide-content-main .item:hover .dot {
  width: 12rem;
  height: 12rem;
  background-color: #9C3413;
  border: 6rem solid #B55538;
  bottom: -39rem;
}
.home-guide-content-main .item:hover .dot::before,
.home-guide-content-main .item:hover .dot::after {
  width: 140rem;
  transition: all 0.3s;
}

.home-guide-content-main .item:hover .title::before,
.home-guide-content-main .item:hover .title::after {
  width: 46rem;
}
.home-guide-content-main .item:hover .title p {
  background-image: url(/weben/static/news/guide-title-active-center.png);
}
.home-guide-content-main .item:hover .title::before {
  background-image: url(/weben/static/news/guide-title-active-left.png);
}
.home-guide-content-main .item:hover .title::after {
  background-image: url(/weben/static/news/guide-title-active-right.png);
}

@keyframes home_guide_line_show {
  100% {
    width: calc(calc(230rem + 72rem) * 4);
  }
}

.home-guide div.more {
  margin-top: 106rem;
  display: flex;
  justify-content: center;
  opacity: 0;
}

.home-guide div.more img.more {
  display: block;
  height: 42rem;
}

.current .home-guide-content-bg,
.current .home-guide-content-mountain {
  opacity: 1;
  transition: 0.5s ease-in 1s;
}
.current .home-guide-content-main::after {
  width: calc(calc(230rem + 72rem) * 4);
  transition: 0.5s linear 1.25s;
}
.current .home-guide-content-main .item {
  opacity: 1;
}
.current .home-guide-content-main .item:nth-child(1) {
  transition: 0.25s ease-in 1.4s;
}
.current .home-guide-content-main .item:nth-child(2) {
  transition: 0.25s ease-in 1.5s;
}
.current .home-guide-content-main .item:nth-child(3) {
  transition: 0.25s ease-in 1.6s;
}
.current .home-guide-content-main .item:nth-child(4) {
  transition: 0.25s ease-in 1.7s;
}
.current .home-guide-content-main .item:nth-child(5) {
  transition: 0.25s ease-in 1.8s;
}

.current .home-guide div.more {
  opacity: 1;
  transition: 0.5s ease-in 2s;
}

.current .home-news .section_title {
  transition: opacity 0.6s ease-in-out 1.8s;
}
.current .home-news {
  opacity: 1;
  transition: 0.5s ease-in-out 2s;
}
