@charset "UTF-8";

.home-sidebar001.active {
  transform: translate(120px, -50%);
}

.home-sidebar001 {
  position: fixed;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  transition: all 0.5s;
  opacity: 1;
}

.home-sidebar001 .sidebar-container {
  transition: all .5s;
  background-color: white;
  border-radius: 0.1rem;
  width: 0.8rem;
  /* box-shadow: 2px -2px 10px rgba(238, 29, 35, 0.5); */
  /* box-shadow: 2px -2px 10px rgba(65, 193, 198, 0.5); */

}

.home-sidebar001 .sidebar-container ul li {
  margin-bottom: 0.1rem;
}

.home-sidebar001 .sidebar-container ul li a:hover.gotop {
  background-color: var(--ruifox-color-primary-1);
}

.home-sidebar001 .sidebar-container ul li a:hover.gotop i {
  color: #fff;
}

.home-sidebar001 .sidebar-container ul li a:hover.special {
  background-color: var(--ruifox-color-primary-1);
}

.home-sidebar001 .sidebar-container ul li a:hover.special i {
  color: #fff;
}

.home-sidebar001 .sidebar-container ul li a:hover.special .title {
  color: #fff;
}


.home-sidebar001 .sidebar-container ul li a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
  color: rgb(4, 105, 205);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
  background-color: rgb(255, 255, 255);
  padding: 0.12rem 0.1rem;
  border-radius: 4px;
}

.home-sidebar001 .sidebar-container ul li a i {
  font-size: 0.35rem !important;
  line-height: 0.35rem;
  color: var(--ruifox-color-primary-1);
}

.home-sidebar001 .sidebar-container ul li a p {
  margin-top: 0.05rem !important;
  font-size: 0.14rem !important;
  text-align: center;
  white-space: nowrap;
  color: var(--ruifox-color-primary-1);
}

.home-sidebar001 .sidebar-container ul li a .img-wrap {
  display: none;
  position: absolute;
  top: 0;
  right: calc(100% + 10px);
  height: auto;
  width: auto;
  background-color: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 0.1rem;
  font-size: 0;
  flex-direction: column;
  align-items: center;
  z-index: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.home-sidebar001 .sidebar-container ul li a .img-wrap img {
  width: auto;
  height: 1.2rem;
}

.home-sidebar001 .sidebar-container ul li a .img-wrap .img-t {
  margin-top: 0.1rem;
}

.home-sidebar001 .sidebar-container ul li a:hover .img-wrap {
  animation: popFadeIn .5S;
  display: flex;
}

.home-sidebar001 .sidebar-container ul li a .img-wrap:before {
  content: "";
  width: 0;
  height: 0;
  font-size: 0;
  border: 10px solid transparent;
  border-left-color: #fff;
  position: absolute;
  right: -20px;
  top: 0.2rem;
}

.footer-003 {
  z-index: 1;
  position: relative;
  background-color: #025951 !important;
  background: url(https://www.gmcah.cn/oss/group-bucket-95/images/2025-09-08/ec09f773-805b-4b0b-9c37-713dae3155b3.jpg) bottom left/100% no-repeat #025951;
}

/* .footer-003:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://www.gmcah.cn/oss/group-bucket-95/images/2025-08-01/729f1765-fdc2-42ee-afc9-50b3a71bd9e0.png);
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.15;
  z-index: -1;
  background-position: center;
} */

.footer-003 .links {
  max-height: 0.6rem;
  overflow: hidden;
  transition: max-height 0.5s;
}

.footer-003 .links.show-more .layout .pc-links ul {
  padding-right: 0.1rem;
}

.footer-003 .links.show-more .layout .pc-links .pc-more-link {
  display: flex;
}

.footer-003 .links.open {
  max-height: 2.4rem;
}

.footer-003 .links.open a.pc-more-link i {
  transform: rotate(180deg);
}

.footer-003 .links .layout {
  position: relative;
}

.footer-003 .links .layout .pc-links ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.footer-003 .links .layout .pc-links ul li {
  line-height: 0.6rem;
  height: 0.6rem;
  flex-shrink: 0;
}

.footer-003 .links .layout .pc-links ul li+li {
  margin-right: 0.4rem;
}

.footer-003 .links .layout .pc-links ul li.tit {
  font-weight: bold;
  color: #fff;
  margin-right: 0.2rem;
}

.footer-003 .links .layout .pc-links ul li a {
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.8);
}

.footer-003 .links .layout a.more-link {
  position: absolute;
  right: 0;
  top: 0.24rem;
  display: none;
  align-items: center;
}

.footer-003 .links .layout a.more-link span {
  font-size: 0.14rem;
  color: #fff;
  line-height: 1;
}

.footer-003 .links .layout a.more-link i {
  color: #DFB728;
  font-size: 0.14rem;
  margin-left: 0.08rem;
  transition: all 0.3s;
}

.footer-003 .links .layout a.more-link.active i {
  transform: rotate(180deg);
}

.footer-003 .links .layout .m-links {
  display: none;
  position: relative;
  width: 100%;
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-003 .links .layout .m-links ul {
  display: flex;
  flex-wrap: wrap;
}

.footer-003 .links .layout .m-links ul li a {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.6);
  margin-right: 20px;
}

.footer-003 .footer-info {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}

.footer-003 .footer-info .layout .footer-info-bottom {
  padding: 0.4rem 0;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* .footer-003 .footer-info .layout .footer-info-bottom .info-item {
  width: 4.3rem;
} */
.footer-003 .footer-info .layout .footer-info-bottom .info-item {
  height: inherit;
}

.footer-003 .footer-info .layout .footer-info-bottom .info-item .address-phone-content {
  height: 100%;
}

.footer-003 .footer-info .layout .footer-info-bottom .info-item .address-phone-content ul {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.footer-003 .footer-info .layout .footer-info-bottom .left-info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.1rem;
}

.footer-003 .footer-info .layout .footer-info-bottom .left-info .info-item-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-003 .footer-info .layout .footer-info-bottom .right-qr {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-right: -0.1rem;
  align-items: center;
  flex-direction: column;
}


.footer-003 .footer-info .layout .footer-info-bottom .right-qr .qr-item {
  margin: 0 0.1rem 0.1rem 0;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer-003 .footer-info .layout .footer-info-bottom .right-qr .qr-item i {
  font-size: 0.4rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0.08rem;
}

.footer-003 .footer-info .layout .footer-info-bottom .right-qr .qr-item>span {
  font-size: 0.14rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
}

.footer-003 .footer-info .layout .footer-info-bottom .right-qr .qr-item .img-wrap {
  display: none;
  position: absolute;
  bottom: 0.98rem;
  left: 50%;
  margin-left: -70px;
  width: max-content;
  background-color: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 10px;
  font-size: 0;
  align-items: center;
  z-index: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.footer-003 .footer-info .layout .footer-info-bottom .right-qr .qr-item:hover .img-wrap {
  animation: popFadeInUp .5S;
  display: flex;
}

.footer-003 .footer-info .layout .footer-info-bottom .right-qr .qr-item .img-wrap:before {
  content: "";
  width: 0;
  height: 0;
  font-size: 0;
  border: 10px solid transparent;
  border-top-color: #fff;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.footer-003 .footer-info .layout .footer-info-bottom .right-qr .qr-item .img-wrap .img {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.footer-003 .footer-info .layout .footer-info-bottom .right-qr .qr-item .img-wrap img {
  width: 120px;
  height: 120px;
  margin-bottom: 8px;
}

.footer-003 .footer-info .layout .footer-info-bottom .right-qr .qr-item .img-wrap span {
  font-size: 14px;
  line-height: 1;
  color: #333333;
  text-align: center;
}


.footer-003 .footer-info .layout .footer-info-bottom .right-qr .qr-item .img-wrap .img.img-t {
  margin-left: 10px;
}

.footer-003 .footer-info .layout .footer-info-bottom .right-qr .qr-item.item0 .img-wrap {
  margin-left: -135px;
}

.footer-003 .footer-info .bg {
  max-height: calc(100% + 0.54rem);
  max-width: 80%;
  opacity: 0.4;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.footer-003 .footer-info .inner-info {
  padding-top: 0.6rem;
  padding-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
}

.footer-003 .footer-info .inner-info a {
  height: 40px;
  width: 270px;
}

.footer-003 .footer-info .inner-info a.logo {
  display: block;
  height: 0.7rem;
  width: 4.75rem;
  z-index: 2024;
  overflow: hidden;
}

.footer-003 .footer-info .inner-info a img {
  width: 100% !important;
}

.footer-003 .footer-info .inner-info .address-phone {
  width: 3.5rem;
}

.footer-003 .footer-info .inner-info .address-phone .logo {
  display: block;

  overflow: hidden;
  z-index: 2024;
  margin-bottom: 0.1rem;
}

.footer-003 .footer-info .inner-info .address-phone .logo img {
  height: auto;
  width: 3rem;
  position: relative;
}

.footer-003 .footer-info .inner-info .address-phone ul li {
  font-size: 0.14rem;
  line-height: 1;
  color: #fff;
  margin-bottom: 0.14rem;
}

.footer-003 .footer-info .inner-info .address-phone ul li span {
  color: rgba(255, 255, 255, 0.5);
}

.footer-003 .footer-info .inner-info .address-phone ul li a {
  color: #fff;
}

.footer-003 .footer-info .inner-info .columns {
  display: flex;
}

.footer-003 .footer-info .inner-info .columns ul {
  margin-left: 0.4rem;
}

.footer-003 .footer-info .inner-info .columns ul li {
  margin-bottom: 0.1rem;
}

.footer-003 .footer-info .inner-info .columns ul li a {
  color: #666;
  font-size: 0.16rem;
}

.footer-003 .footer-info .inner-info .columns ul li a:hover {
  color: var(--ruifox-color-primary-1);
}

.footer-003 .footer-info .inner-info .columns ul li:first-child a {
  color: #333;
  font-size: 0.16rem;
}

.footer-003 .footer-info .inner-info .right-qr {
  width: 3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-right: -0.1rem;
}

.footer-003 .footer-info .inner-info .right-qr .qr-item {
  margin: 0 0.1rem 0.1rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1.4rem;
  z-index: 1;
}

.footer-003 .footer-info .inner-info .right-qr .qr-item img {
  width: 1.2rem;
  margin-bottom: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.footer-003 .footer-info .inner-info .right-qr .qr-item span {
  text-align: center;
  font-size: 14px;
  line-height: 1;
  color: #333333;
}

.footer-003 .footer-info .inner-info .right-qr .qr-item:hover>span {
  color: var(--ruifox-color-primary-1);
}

.footer-003 .footer-info .inner-info .right-qr .qr-item:hover i {
  color: var(--ruifox-color-primary-1);
}

.footer-003 .bottom .layout {
  display: flex;
  justify-content: space-between;
  height: 0.6rem;
  align-items: center;
}

.footer-003 .bottom .layout .left-author {
  font-size: 0.14rem;
}

.footer-003 .bottom .layout .left-author span {
  color: #fff;
}

.footer-003 .bottom .layout .left-author a {
  color: #fff;
}

.footer-003 .bottom .layout .left-box {
  display: flex;
  align-items: center;
}


.footer-003 .bottom .layout .left-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-003 .bottom .layout .left-box ul {
  display: flex;
}

.footer-003 .bottom .layout .left-box ul li {
  color: #fff;
  font-size: 14px !important;
  margin-right: 20px;
}

.footer-003 .bottom .layout .left-box ul li span {
  font-size: 14px !important;
}

.footer-003 .bottom .layout .left-box ul li a {
  color: #fff;
}

.footer-003 .bottom .layout .share-box {
  font-size: 0;
}

.footer-003 .bottom .layout .share-box span {
  font-family: 微软雅黑, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;
  font-size: 0.14rem;
}

.footer-003 .bottom .layout .share-box .share-btn {
  display: inline-block;
  width: 0.32rem;
  height: 0.32rem;
  text-align: center;
  line-height: 0.32rem;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.15);
}

.footer-003 .bottom .layout .share-box .share-btn i {
  font-size: 0.2rem;
  color: #fff;
}

.footer-003 .bottom .layout .share-box .share-btn+.share-btn {
  margin-left: 0.1rem;
}

@media (max-width: 960px) {
  .home-sidebar001 {
    display: none;
  }

  .footer-003 .footer-info .inner-info a.logo {
    height: 40px;
    width: 270px;
  }

  .footer-003 .footer-info .layout {
    width: 100% !important;
  }

  .footer-003 .links {
    max-height: none;
  }

  .footer-003 .links .layout .pc-links ul li.link-item,
  .footer-003 .links .layout .pc-links ul li.tit u {
    display: none;
  }

  .footer-003 .links .layout .pc-links .pc-more-link {
    display: none !important;
  }

  .footer-003 .links .layout .pc-links .m-more-link {
    display: flex;
    top: 22px;
    right: 20px;
  }

  .footer-003 .footer-info .inner-info {
    padding: 20px 0;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }

  .footer-003 .footer-info .layout .footer-info-bottom {
    padding: 20px 0;
    flex-wrap: wrap;
  }

  .footer-003 .footer-info .layout .footer-info-bottom .left-info {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .footer-003 .footer-info .layout .footer-info-bottom .address-phone {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
  }

  .footer-003 .footer-info .layout .footer-info-bottom .right-qr {
    margin-top: 20px;
    justify-content: center;
    margin-right: 0px;
    width: 100%;
  }

  .footer-003 .footer-info .inner-info .address-phone a.logo {
    margin: 0 auto 0.2rem;
  }

  .footer-003 .footer-info .inner-info .info-item {
    width: 100%;
  }

  .footer-003 .footer-info .inner-info .left-info {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-003 .footer-info .inner-info .left-info .logo {
    max-width: 280px;
    margin-bottom: 10px;
  }

  .footer-003 .footer-info .inner-info .left-info ul li {
    text-align: center;
  }

  .footer-003 .footer-info .inner-info .columns {
    display: none;
  }

  .footer-003 .footer-info .inner-info .right-qr {
    margin-top: 20px;
    justify-content: center;
    margin-right: 0;
  }

  .footer-003 .footer-info .inner-info .right-qr .qr-item {
    margin: 0 5px 10px;
  }

  .footer-003 .bottom .layout {
    padding: 15px 0;
    flex-direction: column;
    height: auto;
    align-items: center;
    width: 100%;
  }

  .footer-003 .bottom .layout .left-box {
    flex-direction: column;
  }

  .footer-003 .bottom .layout .left-box .institution-logo {
    margin-bottom: 10px;
  }

  .footer-003 .bottom .layout .left-box ul {
    flex-direction: column;
  }

  .footer-003 .bottom .layout .left-box ul li {
    text-align: center;
    margin-bottom: 5px;
  }

  .footer-003 .bottom .layout .share-box {
    display: none;
  }
}

.qr-container {
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 3000;
}

.qr-container .qr-content {
  width: 300px;
  height: 320px;
  background-color: white;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.qr-container .qr-content i {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #333;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.qr-container .qr-content p {
  margin: 0.1rem 0 0;
  font-size: 0.18rem;
  color: #333;
}

/*# sourceMappingURL=footer003.css.map */