.guide-page002 {
  width: 100vw;
  height: 100vh;
  box-sizing: border-box;
  position: fixed;
  overflow: hidden;
  left: 0;
}

.guide-page002:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.1);
}

.guide-page002 .index-banner {
  width: 100%;
  height: 100vh;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.guide-page002 .index-banner .swiper-container {
  height: 100%;
  width: 100%;
}

.guide-page002 .index-banner .swiper-container .swiper-wrapper .swiper-slide {
  background-size: cover;
  background-position: center;
}

.guide-page002 .index-banner #index-vd {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.guide-page002 .index-banner #index-vd:focus {
  outline: none;
}

.guide-page002 .index-banner .video1 {
  position: absolute;
  left: 0;
  top: 0;
}

.guide-page002 .index-banner .video1 video {
  width: 100%;
  height: 100%;
}

.guide-page002 .index-banner #vdplayer {
  z-index: -1;
}

.guide-page002 .index-banner .fox-video {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  background-size: cover;
  background-position: center;
}

.guide-page002 .index-banner .fox-video video {
  object-fit: cover;
}

.guide-page002 .index-banner .fox-video .prism-controlbar {
  display: none !important;
}

.guide-page002 .index-banner .fox-video .prism-info-left-bottom,
.guide-page002 .index-banner .fox-video .prism-unmute-btn,
.guide-page002 .index-banner .fox-video .prism-big-play-btn {
  display: none !important;
}

.guide-page002 .index-layout {
  margin: 0 auto;
  width: 14rem;
}

.guide-page002 .show-item {
  transform: translateY(20px);
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: .8s;
}

.guide-page002 .show-item.show {
  transform: translateY(0);
  opacity: 1;
}

.guide-page002 .inner-guide {
  position: absolute;
  left: 50%;
  top: 45%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.guide-page002 .inner-guide .index-layout .nav-list {
  display: flex;
  justify-content: center;
}

.guide-page002 .inner-guide .index-layout .nav-list .nav-item {
  width: 18.4%;
  background-color: rgba(0, 0, 0, 0.3);
  display: block;
  position: relative;
  margin: 0 0.1rem;
  border-radius: 0.1rem;
      transition: all 0.3s;
}
.guide-page002 .inner-guide .index-layout .nav-list .nav-item:nth-child(2) {
  background-color: rgba(71,139,118,0.6);
}
.guide-page002 .inner-guide .index-layout .nav-list .nav-item .inner-nav {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}

@keyframes circle {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }

  50% {
    transform: scale(1.33);
    opacity: 0.2;
  }

  100% {
    transform: scale(1);
    opacity: 0.5;
  }
}

.guide-page002 .inner-guide .index-layout .nav-list .nav-item .inner-nav .svg {
  width: 1.6rem;
  height: 1.6rem;
  transition: all .5s ease;
  padding: 0.25rem;
  background-size: contain;
  background-color: var(--ruifox-color-primary-1);
  position: relative;
}

.guide-page002 .inner-guide .index-layout .nav-list .nav-item .inner-nav .svg .after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(0, 101, 179, 0.75);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  animation: circle 3s ease-in-out infinite;
}

.guide-page002 .inner-guide .index-layout .nav-list .nav-item .inner-nav .svg svg {
  width: 100%;
  height: 100%;
}

.guide-page002 .inner-guide .index-layout .nav-list .nav-item .inner-nav>p {
  font-size: 0.32rem;
  line-height: 1;
  margin-top: 0.2rem;
}

.guide-page002 .inner-guide .index-layout .nav-list .nav-item .inner-nav .m-nav-list {
  display: none;
}
.guide-page002 .inner-guide .index-layout .nav-list .nav-item .inner-nav .shuye {
  position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0.4;
    width: 2.01rem;
    height: 1.43rem;
    transition: all 0.3s;
}
.guide-page002 .inner-guide .index-layout .nav-list .nav-item:nth-child(2):hover,
.guide-page002 .inner-guide .index-layout .nav-list .nav-item:nth-child(3):hover {
  background-position-x: center;
    background-position-y: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.guide-page002 .inner-guide .index-layout .nav-list .nav-item:first-child {
  width: 39%;
  overflow: visible;
}

.guide-page002 .inner-guide .index-layout .nav-list .nav-item:first-child .inner-nav {
  display: block;
}

.guide-page002 .inner-guide .index-layout .nav-list .nav-item:first-child .inner-nav .top {
  width: 100%;
  background-color: var(--ruifox-color-primary-1);
  padding: 0.4rem;
  border-radius: 0.1rem 0.1rem 0 0;
  position: relative;
}

.guide-page002 .inner-guide .index-layout .nav-list .nav-item:first-child .inner-nav .top .logo {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.guide-page002 .inner-guide .index-layout .nav-list .nav-item:first-child .inner-nav .top .logo img {
  max-width: 100%;
  position: relative;
}

.guide-page002 .inner-guide .index-layout .nav-list .nav-item:first-child .inner-nav .top .svg {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}

.guide-page002 .inner-guide .index-layout .nav-list .nav-item:first-child .inner-nav .top .svg svg .cls-1,
.guide-page002 .inner-guide .index-layout .nav-list .nav-item:first-child .inner-nav .top .svg svg .cls-2,
.guide-page002 .inner-guide .index-layout .nav-list .nav-item:first-child .inner-nav .top .svg svg .cls-3 {
  stroke: rgba(0, 0, 0, 0.2);
  stroke-miterlimit: 10;
}

.guide-page002 .inner-guide .index-layout .nav-list .nav-item:first-child .inner-nav .top .svg svg .cls-1,
.guide-page002 .inner-guide .index-layout .nav-list .nav-item:first-child .inner-nav .top .svg svg .cls-3 {
  fill: rgba(0, 0, 0, 0.2);
}

.guide-page002 .inner-guide .index-layout .nav-list .nav-item:first-child .inner-nav .top .svg svg .cls-2 {
  fill: none;
}

.guide-page002 .inner-guide .index-layout .nav-list .nav-item:first-child .inner-nav .top .svg svg .cls-3 {
  fill-rule: evenodd;
}

.guide-page002 .inner-guide .index-layout .nav-list .nav-item:first-child .inner-nav .bottom {
  padding: 0.2rem;
}

.guide-page002 .inner-guide .index-layout .nav-list .nav-item:first-child .inner-nav .btn-list {
  display: flex;
  justify-content: space-between;
}

.guide-page002 .inner-guide .index-layout .nav-list .nav-item:first-child .inner-nav .btn-list a {
  width: 48%;
  height: 0.48rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  position: relative;
  color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
      transition: all 0.3s;
}

.guide-page002 .inner-guide .index-layout .nav-list .nav-item:first-child .inner-nav .btn-list a i {
  font-size: 0.28rem;
  margin-right: 0.2rem;
}

.guide-page002 .inner-guide .index-layout .nav-list .nav-item:first-child .inner-nav .btn-list a>p {
  font-size: 0.24rem;
}

.guide-page002 .inner-guide .index-layout .nav-list .nav-item:first-child .inner-nav .btn-list a .img-box {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  margin-left: -140px;
  background-color: #fff;
  border-radius: 4px;
  z-index: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.guide-page002 .inner-guide .index-layout .nav-list .nav-item:first-child .inner-nav .btn-list a .img-box:before {
  content: "";
  width: 0;
  height: 0;
  font-size: 0;
  border: 10px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.guide-page002 .inner-guide .index-layout .nav-list .nav-item:first-child .inner-nav .btn-list a .img-wrap {
  width: 140px;
  padding: 10px;
  font-size: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.guide-page002 .inner-guide .index-layout .nav-list .nav-item:first-child .inner-nav .btn-list a .img-wrap img {
  width: 120px;
  height: 120px;
  margin-bottom: 10px;
}

.guide-page002 .inner-guide .index-layout .nav-list .nav-item:first-child .inner-nav .btn-list a .img-wrap span {
  font-size: 14px;
  line-height: 1;
  color: #333333;
}

.guide-page002 .inner-guide .index-layout .nav-list .nav-item:first-child .inner-nav .btn-list a:hover {
  background-color: var(--ruifox-color-primary-1);
}

.guide-page002 .inner-guide .index-layout .nav-list .nav-item:first-child .inner-nav .btn-list a:hover i {
  color: #fff;
}

.guide-page002 .inner-guide .index-layout .nav-list .nav-item:first-child .inner-nav .btn-list a:hover>p {
  color: #fff;
}

.guide-page002 .inner-guide .index-layout .nav-list .nav-item:first-child .inner-nav .btn-list a:hover .img-box {
  animation: popFadeIn .5S;
  display: flex;
}

.guide-page002 .inner-guide .index-layout .nav-list .nav-item:first-child .inner-nav .address-list {
  margin-top: 0.2rem;
  padding-top: 0.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
}

.guide-page002 .inner-guide .index-layout .nav-list .nav-item:first-child .inner-nav .address-list li {
  margin-bottom: 0.2rem;
}

.guide-page002 .inner-guide .index-layout .nav-list .nav-item:first-child .inner-nav .address-list li p {
  font-size: 0.16rem;
  display: flex;
}

.guide-page002 .inner-guide .index-layout .nav-list .nav-item:first-child .inner-nav .address-list li p i {
  font-size: 0.2rem;
  margin-right: 0.1rem;
}

.guide-page002 .inner-guide .index-layout .nav-list .nav-item:first-child .inner-nav .address-list li p span {
  flex-shrink: 0;
}

.guide-page002 .inner-guide .index-layout .nav-list .nav-item:first-child .inner-nav .address-list li p span.add-box {
  display: block;
}

.guide-page002 .inner-guide .index-layout .nav-list .nav-item:first-child .inner-nav .address-list li p span.add-box u {
  display: block;
  line-height: 1.5;
}

.guide-page002 .inner-guide .index-layout .nav-list .nav-item:nth-child(3) .inner-nav>i {
  background-color: #2c9e81;
}

.guide-page002 .inner-guide .index-layout .nav-list .nav-item:nth-child(3) .inner-nav>i:after {
  background-color: rgba(44, 158, 129, 0.75);
}

.guide-page002 .inner-guide .index-layout .nav-list .nav-item:nth-child(4) .inner-nav>i {
  background-color: #d9ca9c;
}

.guide-page002 .inner-guide .index-layout .nav-list .nav-item:nth-child(4) .inner-nav>i:after {
  background-color: rgba(217, 202, 156, 0.75);
}

.guide-page002 .bottom-info {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  height: auto;
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.6));
  box-sizing: border-box;
  padding: 0.1rem 0 0.2rem;
  display: flex;
  justify-content: center;
}

.guide-page002 .bottom-info .info-item {
  display: flex;
  justify-content: center;
  margin: 0 0.05rem;
}

.guide-page002 .bottom-info .info-item p {
  font-size: 0.14rem;
  line-height: 1;
  color: #fff;
}

.guide-page002 .bottom-info .info-item p a {
  color: #fff;
}

.guide-page002 .bottom-info .info-item p+p {
  margin-left: 0.1rem;
}

@media (max-width: 960px) {
  .guide-page002 .show-item {
    transform: translateY(0);
    opacity: 1;
  }

  .guide-page002 .index-banner-slick {
    background-image: url(../images/ychcqmu/index/m_index_bg.jpg);
  }

  .guide-page002 .index-banner-slick #vdplayer video {
    display: none;
  }

  .guide-page002 .inner-guide {
    width: 100%;
    padding: 0 20px;
  }

  .guide-page002 .inner-guide .index-layout {
    width: 100%;
  }

  .guide-page002 .inner-guide .index-layout .nav-list {
    flex-wrap: wrap;
    opacity: 1;
    justify-content: space-between;
  }

  .guide-page002 .inner-guide .index-layout .nav-list .nav-item:first-child {
    width: 100%;
    height: auto;
    background: transparent;
    margin: 0;
  }

  .guide-page002 .inner-guide .index-layout .nav-list .nav-item:first-child .inner-nav .top {
    background-color: transparent;
    padding: 0;
    border-radius: 10px;
  }

  .guide-page002 .inner-guide .index-layout .nav-list .nav-item:first-child .inner-nav .top .logo {
    margin: 0;
  }

  .guide-page002 .inner-guide .index-layout .nav-list .nav-item:first-child .inner-nav .top .svg {
    display: none;
  }

  .guide-page002 .inner-guide .index-layout .nav-list .nav-item:first-child .inner-nav .bottom {
    padding: 0;
  }

  .guide-page002 .inner-guide .index-layout .nav-list .nav-item:first-child .inner-nav .bottom .m-nav-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px;
  }

  .guide-page002 .inner-guide .index-layout .nav-list .nav-item:first-child .inner-nav .bottom .m-nav-list a {
    width: 49%;
    background-color: rgba(0, 0, 0, 0.45);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 25px 15px;
    margin-bottom: 10px;
    border-radius: 4px;
  }

  .guide-page002 .inner-guide .index-layout .nav-list .nav-item:first-child .inner-nav .bottom .m-nav-list a .svg {
    width: 60px;
    height: 60px;
    padding: 10px!important;
  }

  .guide-page002 .inner-guide .index-layout .nav-list .nav-item:first-child .inner-nav .bottom .m-nav-list a p {
    font-size: 23px;
    margin-top: 10px;
    color: #fff;
  }

  .guide-page002 .inner-guide .index-layout .nav-list .nav-item:first-child .inner-nav .bottom .m-nav-list a:nth-child(2) .svg {
    background-color: #8ebefe;
  }

  .guide-page002 .inner-guide .index-layout .nav-list .nav-item:first-child .inner-nav .bottom .m-nav-list a:nth-child(3) .svg {
    background-color: #d9ca9c;
  }

  .guide-page002 .inner-guide .index-layout .nav-list .nav-item:first-child .inner-nav .bottom .btn-list {
    display: none;
  }

  .guide-page002 .inner-guide .index-layout .nav-list .nav-item:first-child .inner-nav .bottom .address-list {
    border-radius: 4px;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.45);
    margin-top: 15px;
    border-top: none;
    display: none;
  }

  .guide-page002 .inner-guide .index-layout .nav-list .nav-item:first-child .inner-nav .bottom .address-list li p {
    flex-wrap: wrap;
  }

  .guide-page002 .inner-guide .index-layout .nav-list .nav-item:first-child .inner-nav .bottom .address-list li p span.add-box u {
    white-space: normal;
  }

  .guide-page002 .inner-guide .index-layout .nav-list a.nav-item {
    display: none;
  }

  .guide-page002 .bottom-info {
    /* display: block; */
    height: auto;
    padding-bottom: 29px;
  }

  .guide-page002 .bottom-info .info-item {
    flex-direction: column;
  }

  .guide-page002 .bottom-info .info-item p {
    text-align: center;
    font-size: 12px;
    line-height: 18px;
  }

  .guide-page002 .bottom-info .info-item p+p {
    margin-left: 0;
  }
}

/*# sourceMappingURL=index002.css.map */