@charset "UTF-8";
.about-head {
  background-image: url(../Images/zzrypbg.webp);
}

.about-head-zs {
  background-image: url(../Images/zzrypbg1.webp);
}

.ryzz-page {
  padding: 6.25vw 9.375vw 8vw;
  position: relative;
  background-image: url(../Images/ryzzqx.webp);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0% 30%;
  /* 顶部证书轮播 */
  /* 证书架（第二/第三轮播） */
}
.ryzz-page .yyzzen {
  position: absolute;
  left: 0;
  top: calc(6.25vw + 50px);
  font-size: 120px;
  color: #f5f5f5;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.5s ease-in-out;
  line-height: 1;
  z-index: -1;
  white-space: nowrap;
}
.ryzz-page .yyzzen.yyzzen2 {
  top: calc(6.25vw + 190px);
  left: auto;
  right: 0;
}
.ryzz-page .cert-hero {
  display: flex;
  align-items: center;
  gap: 4.7vw;
  margin-bottom: 10vw;
}
.ryzz-page .cert-hero .thumbs-swiper {
  width: 114px;
  height: 400px;
  margin: 0;
}
.ryzz-page .cert-hero .thumbs-swiper .swiper-slide {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 2px solid rgba(225, 1, 37, 0.2);
  overflow: hidden;
  cursor: pointer;
  padding: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ryzz-page .cert-hero .thumbs-swiper .swiper-slide.swiper-slide-active {
  border-color: #e10125;
}
.ryzz-page .cert-hero .thumbs-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
}
.ryzz-page .cert-hero .hero-main {
  width: calc(100% - 114px - 4.7vw);
}
.ryzz-page .cert-hero .hero-main .hero-swiper {
  width: 100%;
  height: 438px;
  position: relative;
}
.ryzz-page .cert-hero .hero-main .hero-swiper .hero-btn {
  position: absolute;
  left: calc(609px + 7.55vw + 84px);
  bottom: 39px;
  width: 66px;
  height: 66px;
  border: solid 2px #e10125;
  color: #e10125;
  z-index: 9;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.5s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ryzz-page .cert-hero .hero-main .hero-swiper .hero-btn i {
  font-size: 20px;
}
.ryzz-page .cert-hero .hero-main .hero-swiper .hero-btn.hero-prev {
  left: calc(609px + 7.55vw);
}
.ryzz-page .cert-hero .hero-main .hero-swiper .hero-btn:hover {
  border-color: #e10125;
  color: #fff;
  background-color: #e10125;
}
.ryzz-page .cert-hero .big-cert {
  display: flex;
  height: 100%;
}
.ryzz-page .cert-hero .big-cert .certimg {
  width: 609px;
  height: 100%;
  text-align: center;
}
.ryzz-page .cert-hero .big-cert img {
  max-width: 100%;
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
  pointer-events: none;
  border: solid 3px #e9eef6;
  border-radius: 3px;
}
.ryzz-page .cert-hero .big-cert .hero-info {
  padding: 30px 0 0px 7.55vw;
  width: calc(100% - 609px);
}
.ryzz-page .cert-hero .big-cert .hero-info p {
  width: 100%;
  font-size: 34px;
  font-weight: 700;
  line-height: 60px;
  color: #333333;
}
.ryzz-page .cert-shelf {
  position: relative;
  margin: 0 0 4.2vw;
}
.ryzz-page .cert-shelf::after {
  content: "";
  position: absolute;
  right: -9.375vw;
  top: 8.9vw;
  width: 94.6vw;
  height: 2.55vw;
  background-image: url(../Images/ryzsmb.webp);
  background-size: 100% 100%;
}
.ryzz-page .cert-shelf .shelf-swiper .swiper-slide {
  display: flex;
  align-items: end;
  justify-content: center;
  width: auto;
  margin-right: 30px;
}
.ryzz-page .cert-shelf .cert-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ryzz-page .cert-shelf .cert-item .small-frame {
  width: auto;
  min-width: 7.3vw;
  height: 9.48vw;
  border: solid 3px #e9eef6;
  border-radius: 3px;
}
.ryzz-page .cert-shelf .cert-item .small-frame img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.ryzz-page .cert-shelf .cert-item p {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  margin-top: 3.54vw;
}
.ryzz-page .cert-shelf.shelf-bottom {
  margin-bottom: 0;
}
.ryzz-page .cert-shelf.shelf-bottom::after {
  transform: scaleX(-1);
  right: auto;
  top: 15.6vw;
  left: -9.375vw;
}
.ryzz-page .cert-shelf.shelf-bottom .cert-item .small-frame {
  min-width: 10vw;
  width: auto;
  height: 16.25vw;
}
.ryzz-page .cert-shelf.shelf-bottom .cert-item .small-frame img {
  height: 100%;
  width: auto;
}

.body-yjzs {
  height: 100vh;
  overflow: auto;
}

.ryzz-page-yjzs {
  padding-left: 0;
  padding-top: 5vw;
  background-image: url(../Images/qywhbg.webp);
  background-position: center bottom;
  /* 业绩展示页布局 */
}
.ryzz-page-yjzs .yjzs-layout {
  display: grid;
  grid-template-columns: 353px 1fr;
  gap: 2.6vw;
  align-items: start;
}
.ryzz-page-yjzs .yjzs-cats {
  position: sticky;
  top: 100px;
}
.ryzz-page-yjzs .yjzs-cats .cats-list {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.ryzz-page-yjzs .yjzs-cats .cats-list li {
  height: 64px;
  line-height: 64px;
  border-radius: 0 10px 10px 0;
  padding: 0 10px 0 9.375vw;
  color: #999;
  cursor: pointer;
  transition: all 0.5s;
  font-size: 18px;
}
.ryzz-page-yjzs .yjzs-cats .cats-list li:hover {
  color: #e91502;
}
.ryzz-page-yjzs .yjzs-cats .cats-list li.cur {
  font-weight: 700;
  background: #e91502;
  color: #fff;
}
.ryzz-page-yjzs .yjzs-list .list-head {
  display: grid;
  gap: 6px;
  margin-bottom: 6px;
  grid-template-columns: 88px 450px 1fr 194px;
  color: #fff;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  font-weight: 700;
  font-size: 18px;
}
.ryzz-page-yjzs .yjzs-list .list-head .h-col {
  height: 58px;
  line-height: 58px;
  background: #e91502;
  padding: 0 30px;
}
.ryzz-page-yjzs .yjzs-list .list-head .h-col:first-child, .ryzz-page-yjzs .yjzs-list .list-head .h-col:last-child {
  padding: 0;
  text-align: center;
}
.ryzz-page-yjzs .yjzs-list .list-body {
  color: #333;
  font-size: 16px;
  overflow: hidden;
}
.ryzz-page-yjzs .yjzs-list .list-body .list-row {
  display: grid;
  gap: 6px;
  margin-bottom: 6px;
  grid-template-columns: 88px 450px 1fr 194px;
}
.ryzz-page-yjzs .yjzs-list .list-body .list-row .r-col {
  padding: 0 8px;
  line-height: 30px;
  padding: 14px 30px;
  background-color: #fff6f5;
}
.ryzz-page-yjzs .yjzs-list .list-body .list-row:nth-child(2n) .r-col {
  background-color: #f5f6fa;
}

.ryzz-page-cgal {
  display: flex;
  grid-template-columns: none;
  padding-right: 0;
  background-image: url(../Images/pbbg.webp);
}
.ryzz-page-cgal .yjzs-cats {
  flex-shrink: 0;
  width: 353px;
  margin-right: 2.6vw;
}
.ryzz-page-cgal .alzs-container {
  width: calc(100% - 353px - 2.6vw);
  position: relative;
}
.ryzz-page-cgal .alzs-container .pro-imgs {
  width: 100%;
  height: 630px;
  padding-left: 15px;
}
.ryzz-page-cgal .alzs-container .pro-imgs .swiper-wrapper {
  display: flex;
  align-items: center;
}
.ryzz-page-cgal .alzs-container .pro-imgs .swiper-slide {
  position: relative;
  height: 400px;
}
.ryzz-page-cgal .alzs-container .pro-imgs .swiper-slide .imgb {
  display: block;
  width: 100%;
  height: 260px;
  border-radius: 10px;
  overflow: hidden;
}
.ryzz-page-cgal .alzs-container .pro-imgs .swiper-slide .imgb:hover img {
  transform: scale(1.1);
}
.ryzz-page-cgal .alzs-container .pro-imgs .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.ryzz-page-cgal .alzs-container .pro-imgs .swiper-slide .date {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin: 30px 0 16px;
  color: #999;
  display: none;
}
.ryzz-page-cgal .alzs-container .pro-imgs .swiper-slide .name {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 36px;
  color: #333;
  transition: all 0.5s ease;
}
.ryzz-page-cgal .alzs-container .pro-imgs .swiper-slide .name:hover {
  color: #e91502;
}
.ryzz-page-cgal .alzs-container .pro-imgs .swiper-slide-active {
  width: 788px !important;
  height: 100%;
}
.ryzz-page-cgal .alzs-container .pro-imgs .swiper-slide-active .imgb {
  height: 493px;
}
.ryzz-page-cgal .alzs-container .pro-bg {
  width: 100%;
  height: 60px;
  background: linear-gradient(0deg, #eee 0%, transparent 100%);
  margin-bottom: 5vw;
}
.ryzz-page-cgal .alzs-container .btns {
  display: flex;
  align-items: center;
  font-weight: 700;
  position: absolute;
  top: 40px;
  right: 9.375vw;
  z-index: 8;
}
.ryzz-page-cgal .alzs-container .btns i {
  font-size: 20px;
  cursor: pointer;
  transition: all 0.5s ease;
  color: #bdbdbd;
}
.ryzz-page-cgal .alzs-container .btns i:hover {
  color: #173fb8;
}
.ryzz-page-cgal .alzs-container .btns .nums {
  margin: 0 20px;
  color: #bdbdbd;
}
.ryzz-page-cgal .alzs-container .btns .nums span {
  display: inline-block;
  height: 16px;
  line-height: 16px;
  transition: all 0.5s ease;
}
.ryzz-page-cgal .alzs-container .btns .nums span.cur {
  color: #173fb8;
}
.ryzz-page-cgal .alzs-container .cgal-list {
  display: flex;
  flex-wrap: wrap;
  padding-right: 9.375vw;
}
.ryzz-page-cgal .alzs-container .cgal-list .cgal-item {
  width: calc(33.3333333333% - 30px);
  margin-right: 45px;
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  display: block;
}
.ryzz-page-cgal .alzs-container .cgal-list .cgal-item:nth-child(3n) {
  margin-right: 0;
}
.ryzz-page-cgal .alzs-container .cgal-list .cgal-item .imgbox {
  width: 100%;
  height: 11vw;
  border-radius: 10px;
  overflow: hidden;
}
.ryzz-page-cgal .alzs-container .cgal-list .cgal-item .imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.ryzz-page-cgal .alzs-container .cgal-list .cgal-item p {
  font-size: 16px;
  font-weight: 700;
  margin: 30px 0 16px;
  color: #999999;
  color: #999;
  display: none;
}
.ryzz-page-cgal .alzs-container .cgal-list .cgal-item h4 {
  margin-top: 20px;
  font-size: 20px;
  line-height: 30px;
  color: #333333;
}
.ryzz-page-cgal .alzs-container .cgal-list .cgal-item:hover .imgbox img {
  transform: scale(1.1);
}
.ryzz-page-cgal .alzs-container .cgal-list .cgal-item:hover h4 {
  color: #e91502;
}
.ryzz-page-cgal .pagination {
  margin-top: 40px;
}

.about-head-zmhhr {
  background-image: url(../Images/zzrypbg3.webp);
}

.ryzz-page-zmhhr {
  padding-left: 0;
  padding-right: 0;
  background-image: url(../Images/zgsbg3.webp);
  background-position: center bottom;
}
.ryzz-page-zmhhr .pubtit {
  margin-bottom: 80px;
  margin-top: 66px;
}
.ryzz-page-zmhhr .zmhhr-cta {
  width: 81.25vw;
  height: 176px;
  border-radius: 10px;
  background-image: url(../Images/zmhhr1.webp);
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin: auto;
}
.ryzz-page-zmhhr .zmhhr-cta .label {
  font-size: 24px;
  width: 173px;
  height: 32px;
  background-color: #589ff5;
  border-radius: 16px;
  margin-bottom: 18px;
  color: #fff;
  text-align: center;
}
.ryzz-page-zmhhr .zmhhr-cta .number {
  font-size: 38px;
  color: #589ff5;
  font-weight: 700;
  line-height: 1;
  height: 38px;
}
.ryzz-page-zmhhr .sec-title {
  font-size: 38px;
  color: #e91502;
}
.ryzz-page-zmhhr .zmhhr-values {
  padding: 0 9.375vw 90px;
  position: relative;
}
.ryzz-page-zmhhr .zmhhr-values::before {
  content: "";
  position: absolute;
  top: -250px;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../Images/zmhhr3.webp);
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: -2;
}
.ryzz-page-zmhhr .zmhhr-values .value-list {
  padding-top: 45px;
}
.ryzz-page-zmhhr .zmhhr-values .value-list li {
  position: relative;
  padding: 20px 69px;
  color: #333;
  font-size: 18px;
  background-color: #f6f9ff;
  border-radius: 10px;
  margin-bottom: 10px;
}
.ryzz-page-zmhhr .zmhhr-values .value-list li i {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  z-index: -1;
  position: absolute;
  bottom: 0;
  right: 0;
}
.ryzz-page-zmhhr .zmhhr-values .value-list li i::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #e91502;
  transform: skewX(-60deg);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.ryzz-page-zmhhr .zmhhr-values .value-list li i::after {
  content: "";
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background-color: #e91502;
  transform: skewX(-60deg);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.ryzz-page-zmhhr .zmhhr-values .value-list li:hover i::before {
  opacity: 0.1;
  left: -49.5%;
}
.ryzz-page-zmhhr .zmhhr-values .value-list li:hover i::after {
  opacity: 0.1;
  right: -50%;
}
.ryzz-page-zmhhr .zmhhr-values .value-list li:first-child::after {
  top: 50%;
}
.ryzz-page-zmhhr .zmhhr-values .value-list li:last-child::after {
  top: calc(-50% - 5px);
}
.ryzz-page-zmhhr .zmhhr-values .value-list li::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #e91502;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.ryzz-page-zmhhr .zmhhr-values .value-list li::after {
  content: "";
  width: 1px;
  height: calc(100% + 10px);
  background: #e91502;
  position: absolute;
  left: 36px;
  top: 0;
}
.ryzz-page-zmhhr .zmhhr-values .value-list li h4 {
  margin-bottom: 12px;
}
.ryzz-page-zmhhr .zmhhr-conds {
  background-image: url(../Images/zmhhr2.webp);
  background-size: 100% 100%;
  padding: 5.2vw 9.375vw;
  position: relative;
}
.ryzz-page-zmhhr .zmhhr-conds::after {
  content: "";
  width: 22.55vw;
  height: 11.2vw;
  background-image: url(../Images/woshou.webp);
  background-size: 100% 100%;
  position: absolute;
  bottom: 5.2vw;
  right: 9.375vw;
  z-index: 2;
}
.ryzz-page-zmhhr .zmhhr-conds .cond-grid {
  margin-top: 5.2vw;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.646vw 2.76vw;
  position: relative;
  z-index: 3;
}
.ryzz-page-zmhhr .zmhhr-conds .cond-item {
  padding: 4.16vw 2.08vw 2.08vw;
  min-height: 11.98vw;
  box-shadow: 2px 4px 32px 0px rgba(194, 201, 216, 0.5);
  border-radius: 10px;
  border: solid 1px #ffffff;
  position: relative;
  transition: all 0.5s ease-in-out;
  color: #333;
}
.ryzz-page-zmhhr .zmhhr-conds .cond-item::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-image: linear-gradient(0deg, #eaf1fe 0%, #ffffff 100%);
}
.ryzz-page-zmhhr .zmhhr-conds .cond-item::after {
  content: "";
  width: 0%;
  height: 0%;
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background-color: #173fb8;
  opacity: 0;
  border-radius: 0px;
  transition: all 0.5s ease-in-out;
}
.ryzz-page-zmhhr .zmhhr-conds .cond-item:hover {
  box-shadow: 2px 4px 40px 0px rgb(194, 201, 216);
  color: #fff;
}
.ryzz-page-zmhhr .zmhhr-conds .cond-item:hover::after {
  border-radius: 10px;
  opacity: 1;
  width: 100%;
  height: 100%;
}
.ryzz-page-zmhhr .zmhhr-conds .cond-item .num {
  position: absolute;
  left: 2.08vw;
  top: -1.4vw;
  width: 3.646vw;
  height: 3.646vw;
  background-color: #e91502;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #fff;
  font-weight: 700;
}
.ryzz-page-zmhhr .zmhhr-conds .cond-item p {
  line-height: 30px;
  font-size: 18px;
}
.ryzz-page-zmhhr .zmhhr-modes {
  padding: 5.2vw 9.375vw;
}
.ryzz-page-zmhhr .zmhhr-modes .sec-subtitle {
  font-size: 18px;
  color: #333;
  line-height: 30px;
  margin-top: 1vw;
  margin-bottom: 1.5vw;
}
.ryzz-page-zmhhr .zmhhr-modes .mode-table {
  width: 100%;
}
.ryzz-page-zmhhr .zmhhr-modes .mode-table .mode-head {
  display: grid;
  gap: 3px;
  grid-template-columns: 13vw 1fr 1fr;
  color: #fff;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  font-weight: 700;
  text-align: center;
  font-size: 20px;
}
.ryzz-page-zmhhr .zmhhr-modes .mode-table .mode-head .col {
  background: #e91502;
  height: 50px;
  line-height: 50px;
}
.ryzz-page-zmhhr .zmhhr-modes .mode-table .mode-row {
  display: grid;
  margin-top: 3px;
  gap: 3px;
  grid-template-columns: 13vw 1fr 1fr;
  color: #333;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}
.ryzz-page-zmhhr .zmhhr-modes .mode-table .mode-row .col {
  background-color: #f6f9ff;
  padding: 24px 40px;
}
.ryzz-page-zmhhr .zmhhr-modes .mode-table .mode-row:nth-child(2n+1) .col {
  background-color: #fff6f5;
}
.ryzz-page-zmhhr .zmhhr-flow {
  padding: 0 9.375vw 5.2vw;
}
.ryzz-page-zmhhr .zmhhr-flow .flow-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 8px;
  margin-top: 5.3vw;
  margin-bottom: 6vw;
}
.ryzz-page-zmhhr .zmhhr-flow .flow-item {
  background-color: #faeced;
  border-radius: 34px;
  padding: 0 2vw;
  height: 9.2vw;
  text-align: center;
  position: relative;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  transition: all 0.5s ease-in-out;
}
.ryzz-page-zmhhr .zmhhr-flow .flow-item::after {
  content: "";
  width: 8.75vw;
  height: 2.7vw;
  background-image: url("../Images/lcxian2.webp");
  background-size: 8.75vw 100%;
  position: absolute;
  left: 50%;
  transform: translateY(-100%);
  top: -2.2vw;
  animation: flow-line 3s ease-in-out infinite;
}
@keyframes flow-line {
  0% {
    width: 0;
    opacity: 0;
  }
  30% {
    width: 8.75vw;
    opacity: 1;
  }
}
.ryzz-page-zmhhr .zmhhr-flow .flow-item:nth-child(2n-1) {
  transform: translateY(2.75vw);
}
.ryzz-page-zmhhr .zmhhr-flow .flow-item:nth-child(2n) {
  background-color: #e4ecfb;
}
.ryzz-page-zmhhr .zmhhr-flow .flow-item:nth-child(2n) .circle {
  background: #173fb8;
}
.ryzz-page-zmhhr .zmhhr-flow .flow-item:nth-child(2n)::after {
  background-image: url("../Images/lcxian3.webp");
  transform: translateY(0%);
}
.ryzz-page-zmhhr .zmhhr-flow .flow-item:first-child::before {
  content: "";
  width: 4.167vw;
  height: 2.7vw;
  background-image: url("../Images/lcxian1.webp");
  background-size: 100% 100%;
  position: absolute;
  left: 0%;
  transform: translateY(-100%);
  top: -2.2vw;
}
.ryzz-page-zmhhr .zmhhr-flow .flow-item:last-child::after {
  display: none;
}
.ryzz-page-zmhhr .zmhhr-flow .flow-item:hover {
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.3);
}
.ryzz-page-zmhhr .zmhhr-flow .flow-item:hover .circle {
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.2);
}
.ryzz-page-zmhhr .zmhhr-flow .flow-item .circle {
  width: 5.21vw;
  height: 5.21vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f57478;
  color: #fff;
  font-size: 30px;
  border: 0.625vw solid #fff;
  transform: translateY(-2vw);
  transition: all 0.5s ease-in-out;
}
.ryzz-page-zmhhr .zmhhr-flow .flow-item .label {
  transform: translateY(-1vw);
}
.ryzz-page-zmhhr .zmhhr-flow .flow-tip {
  text-align: center;
  color: #999;
  margin-top: 18px;
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .ryzz-page {
    padding: 5vw 6vw 6.5vw;
  }
  .ryzz-page .yyzzen {
    top: calc(5vw + 45px);
    font-size: 100px;
  }
  .ryzz-page .yyzzen.yyzzen2 {
    top: calc(5vw + 170px);
  }
  .ryzz-page .cert-hero {
    gap: 3.5vw;
    margin-bottom: 8vw;
  }
  .ryzz-page .cert-hero .thumbs-swiper {
    width: 100px;
    height: 360px;
  }
  .ryzz-page .cert-hero .thumbs-swiper .swiper-slide {
    width: 96px;
    height: 96px;
    padding: 8px;
  }
  .ryzz-page .cert-hero .hero-main {
    width: calc(100% - 100px - 3.5vw);
  }
  .ryzz-page .cert-hero .hero-main .hero-swiper {
    height: 400px;
  }
  .ryzz-page .cert-hero .hero-main .hero-swiper .hero-btn {
    left: calc(550px + 6.5vw + 76px);
    bottom: 35px;
    width: 60px;
    height: 60px;
  }
  .ryzz-page .cert-hero .hero-main .hero-swiper .hero-btn i {
    font-size: 18px;
  }
  .ryzz-page .cert-hero .hero-main .hero-swiper .hero-btn.hero-prev {
    left: calc(550px + 6.5vw);
  }
  .ryzz-page .cert-hero .big-cert .certimg {
    width: 550px;
  }
  .ryzz-page .cert-hero .big-cert .hero-info {
    padding: 40px 0 0 6.5vw;
    width: calc(100% - 550px);
  }
  .ryzz-page .cert-hero .big-cert .hero-info p {
    font-size: 30px;
    line-height: 52px;
  }
  .ryzz-page .cert-shelf {
    margin: 0 0 6vw;
  }
  .ryzz-page .cert-shelf::after {
    right: -6vw;
    width: 92vw;
    height: 2.3vw;
  }
  .ryzz-page .cert-shelf .cert-item p {
    font-size: 15px;
    line-height: 28px;
    margin-top: 3vw;
  }
  .ryzz-page .cert-shelf.shelf-bottom::after {
    left: -6vw;
  }
  .ryzz-page-yjzs {
    padding-left: 0;
    padding-top: 4vw;
  }
  .ryzz-page-yjzs .yjzs-layout {
    grid-template-columns: 300px 1fr;
    gap: 2vw;
  }
  .ryzz-page-yjzs .yjzs-cats {
    top: 100px;
  }
  .ryzz-page-yjzs .yjzs-cats .cats-list li {
    height: 58px;
    line-height: 58px;
    padding: 0 10px 0 6vw;
    font-size: 17px;
  }
  .ryzz-page-yjzs .yjzs-list .list-head {
    grid-template-columns: 80px 400px 1fr 170px;
    font-size: 17px;
  }
  .ryzz-page-yjzs .yjzs-list .list-head .h-col {
    height: 54px;
    line-height: 54px;
    padding: 0 24px;
  }
  .ryzz-page-yjzs .yjzs-list .list-body {
    font-size: 15px;
  }
  .ryzz-page-yjzs .yjzs-list .list-body .list-row {
    grid-template-columns: 80px 400px 1fr 170px;
  }
  .ryzz-page-yjzs .yjzs-list .list-body .list-row .r-col {
    padding: 12px 24px;
    line-height: 28px;
  }
  .ryzz-page-cgal {
    padding-right: 0;
  }
  .ryzz-page-cgal .yjzs-cats {
    width: 300px;
    margin-right: 2vw;
  }
  .ryzz-page-cgal .alzs-container {
    width: calc(100% - 300px - 2vw);
  }
  .ryzz-page-cgal .alzs-container .pro-imgs {
    height: 550px;
    padding-left: 12px;
  }
  .ryzz-page-cgal .alzs-container .pro-imgs .swiper-slide {
    height: 350px;
  }
  .ryzz-page-cgal .alzs-container .pro-imgs .swiper-slide .imgb {
    height: 230px;
  }
  .ryzz-page-cgal .alzs-container .pro-imgs .swiper-slide .date {
    font-size: 14px;
    margin: 15px 0 10px;
  }
  .ryzz-page-cgal .alzs-container .pro-imgs .swiper-slide .name {
    font-size: 18px;
    line-height: 32px;
  }
  .ryzz-page-cgal .alzs-container .pro-imgs .swiper-slide-active {
    width: 600px !important;
  }
  .ryzz-page-cgal .alzs-container .pro-imgs .swiper-slide-active .imgb {
    height: 350px;
  }
  .ryzz-page-cgal .alzs-container .pro-bg {
    height: 50px;
    margin-bottom: 4vw;
  }
  .ryzz-page-cgal .alzs-container .btns {
    top: 35px;
    right: 6vw;
  }
  .ryzz-page-cgal .alzs-container .btns i {
    font-size: 18px;
  }
  .ryzz-page-cgal .alzs-container .btns .nums {
    margin: 0 16px;
  }
  .ryzz-page-cgal .alzs-container .cgal-list {
    padding-right: 6vw;
  }
  .ryzz-page-cgal .alzs-container .cgal-list .cgal-item {
    margin-right: 36px;
    margin-bottom: 25px;
  }
  .ryzz-page-cgal .alzs-container .cgal-list .cgal-item:nth-child(3n) {
    margin-right: 0;
  }
  .ryzz-page-cgal .alzs-container .cgal-list .cgal-item p {
    font-size: 15px;
    margin: 24px 0 14px;
  }
  .ryzz-page-cgal .alzs-container .cgal-list .cgal-item h4 {
    margin-top: 15px;
    font-size: 17px;
    line-height: 28px;
  }
  .ryzz-page-cgal .pagination {
    margin-top: 35px;
  }
  .ryzz-page-zmhhr .pubtit {
    margin-bottom: 70px;
    margin-top: 56px;
  }
  .ryzz-page-zmhhr .zmhhr-cta {
    width: 85vw;
    height: 160px;
  }
  .ryzz-page-zmhhr .zmhhr-cta .label {
    font-size: 22px;
    width: 160px;
    height: 30px;
    margin-bottom: 16px;
  }
  .ryzz-page-zmhhr .zmhhr-cta .number {
    font-size: 34px;
    height: 34px;
  }
  .ryzz-page-zmhhr .sec-title {
    font-size: 34px;
  }
  .ryzz-page-zmhhr .zmhhr-values {
    padding: 0 6vw 75px;
  }
  .ryzz-page-zmhhr .zmhhr-values::before {
    top: -220px;
  }
  .ryzz-page-zmhhr .zmhhr-values .value-list {
    padding-top: 40px;
  }
  .ryzz-page-zmhhr .zmhhr-values .value-list li {
    padding: 18px 60px;
    font-size: 17px;
    margin-bottom: 8px;
  }
  .ryzz-page-zmhhr .zmhhr-values .value-list li::before {
    width: 12px;
    height: 12px;
    left: 26px;
  }
  .ryzz-page-zmhhr .zmhhr-values .value-list li::after {
    height: calc(100% + 8px);
    left: 32px;
  }
  .ryzz-page-zmhhr .zmhhr-values .value-list li h4 {
    margin-bottom: 10px;
  }
  .ryzz-page-zmhhr .zmhhr-conds {
    padding: 4.5vw 6vw;
  }
  .ryzz-page-zmhhr .zmhhr-conds::after {
    width: 24vw;
    height: 12vw;
    bottom: 4.5vw;
    right: 6vw;
  }
  .ryzz-page-zmhhr .zmhhr-conds .cond-grid {
    margin-top: 4.5vw;
    gap: 3vw 2.3vw;
  }
  .ryzz-page-zmhhr .zmhhr-conds .cond-item {
    padding: 3.8vw 1.9vw 1.9vw;
  }
  .ryzz-page-zmhhr .zmhhr-conds .cond-item .num {
    left: 1.9vw;
    top: -1.3vw;
    width: 3.3vw;
    height: 3.3vw;
    font-size: 28px;
    border-radius: 14px;
  }
  .ryzz-page-zmhhr .zmhhr-conds .cond-item p {
    line-height: 28px;
    font-size: 17px;
  }
  .ryzz-page-zmhhr .zmhhr-modes {
    padding: 4.5vw 6vw;
  }
  .ryzz-page-zmhhr .zmhhr-modes .sec-subtitle {
    font-size: 17px;
    line-height: 28px;
  }
  .ryzz-page-zmhhr .zmhhr-modes .mode-table .mode-head {
    grid-template-columns: 14vw 1fr 1fr;
    font-size: 18px;
  }
  .ryzz-page-zmhhr .zmhhr-modes .mode-table .mode-head .col {
    height: 46px;
    line-height: 46px;
  }
  .ryzz-page-zmhhr .zmhhr-modes .mode-table .mode-row {
    grid-template-columns: 14vw 1fr 1fr;
    font-size: 17px;
    line-height: 28px;
  }
  .ryzz-page-zmhhr .zmhhr-modes .mode-table .mode-row .col {
    padding: 20px 32px;
  }
  .ryzz-page-zmhhr .zmhhr-flow {
    padding: 0 6vw 4.5vw;
  }
  .ryzz-page-zmhhr .zmhhr-flow .flow-grid {
    gap: 6px;
    margin-top: 4.5vw;
    margin-bottom: 5vw;
  }
  .ryzz-page-zmhhr .zmhhr-flow .flow-item {
    height: 10.5vw;
    font-size: 15px;
    line-height: 22px;
  }
  .ryzz-page-zmhhr .zmhhr-flow .flow-item::after {
    width: 9.5vw;
    height: 3vw;
    background-size: 9.5vw 100%;
    top: -2.4vw;
  }
  @keyframes flow-line {
    0% {
      width: 0;
    }
    30% {
      width: 9.5vw;
    }
  }
  .ryzz-page-zmhhr .zmhhr-flow .flow-item:first-child::before {
    width: 4.5vw;
    height: 3vw;
    top: -2.4vw;
  }
  .ryzz-page-zmhhr .zmhhr-flow .flow-item .circle {
    width: 5.5vw;
    height: 5.5vw;
    font-size: 26px;
    border-width: 0.5vw;
    transform: translateY(-1.8vw);
  }
  .ryzz-page-zmhhr .zmhhr-flow .flow-item .label {
    transform: translateY(-0.8vw);
  }
  .ryzz-page-zmhhr .zmhhr-flow .flow-tip {
    margin-top: 16px;
    font-size: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .ryzz-page {
    padding: 8vw 0;
    background-size: 100% auto;
    background-position: center bottom;
  }
  .ryzz-page .yyzzen {
    font-size: 10vw;
    white-space: nowrap;
  }
  .ryzz-page .yyzzen.yyzzen2 {
    top: calc(6.25vw + 120px);
  }
  .ryzz-page .cert-hero {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 6vw;
    padding: 0 4vw;
  }
  .ryzz-page .cert-hero .thumbs-swiper {
    display: none;
  }
  .ryzz-page .cert-hero .hero-main {
    width: 100%;
    height: 96vw;
    order: 1;
  }
  .ryzz-page .cert-hero .hero-main .hero-swiper {
    height: 100%;
  }
  .ryzz-page .cert-hero .hero-main .hero-swiper .hero-btn {
    left: auto;
    right: calc(50% - 60px);
    bottom: 0;
    width: 50px;
    height: 50px;
  }
  .ryzz-page .cert-hero .hero-main .hero-swiper .hero-btn i {
    font-size: 5vw;
  }
  .ryzz-page .cert-hero .hero-main .hero-swiper .hero-btn.hero-prev {
    right: auto;
    left: calc(50% - 60px);
  }
  .ryzz-page .cert-hero .big-cert {
    flex-direction: column;
    height: auto;
  }
  .ryzz-page .cert-hero .big-cert .certimg {
    width: 100%;
    height: 60vw;
  }
  .ryzz-page .cert-hero .big-cert .hero-info {
    padding: 4vw;
    width: 100%;
  }
  .ryzz-page .cert-hero .big-cert .hero-info p {
    font-size: 4vw;
    line-height: 1.5;
    text-align: center;
  }
  .ryzz-page .cert-shelf {
    margin: 50px 0 30px;
    padding-left: 8vw;
  }
  .ryzz-page .cert-shelf::after {
    right: 0;
    top: 26.5vw;
  }
  .ryzz-page .cert-shelf .shelf-swiper .swiper-slide {
    align-items: center;
    margin-right: 20px;
  }
  .ryzz-page .cert-shelf .cert-item .small-frame {
    width: auto;
    min-width: auto;
    height: 27vw;
  }
  .ryzz-page .cert-shelf .cert-item .small-frame img {
    width: auto;
    max-width: 36vw;
    min-width: 22vw;
  }
  .ryzz-page .cert-shelf .cert-item p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 16px;
    text-align: center;
  }
  .ryzz-page .cert-shelf.shelf-bottom {
    padding-left: 0;
    padding-right: 8vw;
    margin-top: 0;
  }
  .ryzz-page .cert-shelf.shelf-bottom::after {
    top: 39.5vw;
    left: 0;
    right: auto;
  }
  .ryzz-page .cert-shelf.shelf-bottom .cert-item .small-frame {
    height: 40vw;
    min-width: auto;
  }
  .ryzz-page .cert-shelf.shelf-bottom .cert-item .small-frame img {
    width: auto;
    max-width: 55vw;
    min-width: 30vw;
  }
  .ryzz-page-yjzs {
    padding: 8vw 4vw;
  }
  .ryzz-page-yjzs .yjzs-layout {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .ryzz-page-yjzs .yjzs-cats {
    position: static;
    width: 100%;
  }
  .ryzz-page-yjzs .yjzs-cats .cats-list {
    width: 100%;
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
  }
  .ryzz-page-yjzs .yjzs-cats .cats-list::-webkit-scrollbar {
    height: 3px;
  }
  .ryzz-page-yjzs .yjzs-cats .cats-list li {
    height: 10vw;
    line-height: 10vw;
    padding: 0 3vw;
    border-radius: 5vw 5vw 0 5vw;
    font-size: 3.5vw;
    flex-shrink: 0;
    margin-right: 2vw;
  }
  .ryzz-page-yjzs .yjzs-list {
    padding: 0;
    overflow-x: auto;
  }
  .ryzz-page-yjzs .yjzs-list .list-head {
    display: none;
  }
  .ryzz-page-yjzs .yjzs-list .list-body {
    font-size: 3.5vw;
  }
  .ryzz-page-yjzs .yjzs-list .list-body .list-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin-bottom: 16px;
    background: #fff6f5;
    border-radius: 8px;
    padding: 2vw 3vw;
    position: relative;
  }
  .ryzz-page-yjzs .yjzs-list .list-body .list-row .r-col {
    padding: 0 2vw 0 5vw;
    background: none !important;
  }
  .ryzz-page-yjzs .yjzs-list .list-body .list-row .client {
    width: 80%;
  }
  .ryzz-page-yjzs .yjzs-list .list-body .list-row .idx {
    position: absolute;
    top: 2vw;
    left: 3vw;
    padding-left: 0;
  }
  .ryzz-page-yjzs .yjzs-list .list-body .list-row .type, .ryzz-page-yjzs .yjzs-list .list-body .list-row .name {
    width: 80%;
  }
  .ryzz-page-yjzs .yjzs-list .list-body .list-row:nth-child(2n) {
    background: #f5f6fa;
  }
  .ryzz-page-cgal {
    flex-direction: column;
    padding: 4vw;
    background-size: 100% auto;
  }
  .ryzz-page-cgal .yjzs-cats {
    margin-bottom: 4vw;
  }
  .ryzz-page-cgal .alzs-container {
    width: 100%;
  }
  .ryzz-page-cgal .alzs-container .pro-imgs {
    height: auto;
    padding: 0;
    margin-bottom: 4vw;
  }
  .ryzz-page-cgal .alzs-container .pro-imgs .swiper-wrapper {
    align-items: stretch;
  }
  .ryzz-page-cgal .alzs-container .pro-imgs .swiper-slide {
    height: auto;
    width: 100% !important;
  }
  .ryzz-page-cgal .alzs-container .pro-imgs .swiper-slide .imgb {
    height: 50vw;
  }
  .ryzz-page-cgal .alzs-container .pro-imgs .swiper-slide .date {
    font-size: 3.5vw;
    margin: 3vw 0 2vw;
  }
  .ryzz-page-cgal .alzs-container .pro-imgs .swiper-slide .name {
    font-size: 4vw;
    line-height: 1.5;
  }
  .ryzz-page-cgal .alzs-container .pro-imgs .swiper-slide-active {
    width: 100% !important;
  }
  .ryzz-page-cgal .alzs-container .pro-imgs .swiper-slide-active .imgb {
    height: 50vw;
  }
  .ryzz-page-cgal .alzs-container .pro-bg {
    display: none;
  }
  .ryzz-page-cgal .alzs-container .btns {
    position: static;
    justify-content: center;
    margin-bottom: 8vw;
  }
  .ryzz-page-cgal .alzs-container .btns i {
    font-size: 18px;
  }
  .ryzz-page-cgal .alzs-container .cgal-list {
    padding-right: 0;
    gap: 6vw 3vw;
  }
  .ryzz-page-cgal .alzs-container .cgal-list .cgal-item {
    width: calc(50% - 1.5vw);
    margin: 0;
  }
  .ryzz-page-cgal .alzs-container .cgal-list .cgal-item .imgbox {
    height: 30vw;
    border-radius: 4px;
  }
  .ryzz-page-cgal .alzs-container .cgal-list .cgal-item p {
    font-size: 3.5vw;
    margin: 3vw 0 2vw;
  }
  .ryzz-page-cgal .alzs-container .cgal-list .cgal-item h4 {
    margin-top: 4vw;
    font-size: 4vw;
    line-height: 1.5;
  }
  .ryzz-page-cgal .pagination {
    margin-top: 4vw;
  }
  .ryzz-page-zmhhr {
    padding: 40px 20px;
    background-size: 100% auto;
  }
  .ryzz-page-zmhhr .pubtit {
    margin-bottom: 40px;
    margin-top: 30px;
  }
  .ryzz-page-zmhhr .zmhhr-cta {
    width: 100%;
    height: 140px;
  }
  .ryzz-page-zmhhr .zmhhr-cta .label {
    font-size: 18px;
    width: 140px;
    height: 28px;
    margin-bottom: 14px;
  }
  .ryzz-page-zmhhr .zmhhr-cta .number {
    font-size: 30px;
    height: 30px;
  }
  .ryzz-page-zmhhr .sec-title {
    font-size: 24px;
  }
  .ryzz-page-zmhhr .zmhhr-values {
    padding: 0 20px 60px;
  }
  .ryzz-page-zmhhr .zmhhr-values::before {
    top: -150px;
    background-size: 100% auto;
  }
  .ryzz-page-zmhhr .zmhhr-values .value-list {
    padding-top: 30px;
  }
  .ryzz-page-zmhhr .zmhhr-values .value-list li {
    padding: 16px 20px 16px 50px;
    font-size: 15px;
    margin-bottom: 10px;
  }
  .ryzz-page-zmhhr .zmhhr-values .value-list li::before {
    width: 10px;
    height: 10px;
    left: 20px;
  }
  .ryzz-page-zmhhr .zmhhr-values .value-list li::after {
    height: calc(100% + 10px);
    left: 24px;
  }
  .ryzz-page-zmhhr .zmhhr-values .value-list li h4 {
    margin-bottom: 8px;
    font-size: 16px;
  }
  .ryzz-page-zmhhr .zmhhr-conds {
    padding: 40px 20px;
    background-size: cover;
  }
  .ryzz-page-zmhhr .zmhhr-conds::after {
    display: none;
  }
  .ryzz-page-zmhhr .zmhhr-conds .cond-grid {
    margin-top: 30px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .ryzz-page-zmhhr .zmhhr-conds .cond-item {
    padding: 60px 20px 20px;
    height: auto;
    min-height: 120px;
  }
  .ryzz-page-zmhhr .zmhhr-conds .cond-item .num {
    left: 20px;
    top: -15px;
    width: 50px;
    height: 50px;
    font-size: 24px;
    border-radius: 12px;
  }
  .ryzz-page-zmhhr .zmhhr-conds .cond-item p {
    line-height: 26px;
    font-size: 15px;
  }
  .ryzz-page-zmhhr .zmhhr-modes {
    padding: 6vw 0;
  }
  .ryzz-page-zmhhr .zmhhr-modes .sec-subtitle {
    font-size: 15px;
    line-height: 26px;
  }
  .ryzz-page-zmhhr .zmhhr-modes .mode-table {
    overflow-x: auto;
  }
  .ryzz-page-zmhhr .zmhhr-modes .mode-table .mode-head {
    grid-template-columns: 100px 1fr 1fr;
    font-size: 15px;
    min-width: 500px;
  }
  .ryzz-page-zmhhr .zmhhr-modes .mode-table .mode-head .col {
    height: 42px;
    line-height: 42px;
  }
  .ryzz-page-zmhhr .zmhhr-modes .mode-table .mode-row {
    grid-template-columns: 100px 1fr 1fr;
    font-size: 14px;
    line-height: 24px;
    min-width: 500px;
  }
  .ryzz-page-zmhhr .zmhhr-modes .mode-table .mode-row .col {
    padding: 16px 20px;
  }
  .ryzz-page-zmhhr .zmhhr-flow {
    padding: 0 0 6vw;
  }
  .ryzz-page-zmhhr .zmhhr-flow .flow-grid {
    display: flex;
    gap: 6vw 6vw;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .ryzz-page-zmhhr .zmhhr-flow .flow-item {
    width: calc(50% - 3vw);
    padding: 0 3vw 3vw;
    height: auto;
    min-height: 100px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 15px;
    line-height: 24px;
  }
  .ryzz-page-zmhhr .zmhhr-flow .flow-item::before, .ryzz-page-zmhhr .zmhhr-flow .flow-item::after {
    display: none;
  }
  .ryzz-page-zmhhr .zmhhr-flow .flow-item:nth-child(2n-1) {
    transform: none;
  }
  .ryzz-page-zmhhr .zmhhr-flow .flow-item .circle {
    width: 15vw;
    height: 15vw;
    font-size: 5vw;
    border-width: 8px;
    transform: translateY(-6vw);
  }
  .ryzz-page-zmhhr .zmhhr-flow .flow-item .label {
    transform: none;
    text-align: center;
    transform: translateY(-4vw);
  }
  .ryzz-page-zmhhr .zmhhr-flow .flow-tip {
    margin-top: 16px;
    font-size: 14px;
  }
}/*# sourceMappingURL=ryzz.css.map */